Skip to content

Commit 980958d

Browse files
authored
Tokens updated
1 parent c7bb3e4 commit 980958d

12 files changed

+1302
-31
lines changed

build/css/_variables.css

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:root {
2+
--color-white: #ffffff;
23
--color-navy-100: #c1c3c8;
34
--color-navy-300: #6e7480;
45
--color-navy-500: #303849;
@@ -31,4 +32,48 @@
3132
--color-teal-900: #135559;
3233
--color-site-deselected: rgba(193, 128, 61, 0.1);
3334
--color-site-selected: rgba(193, 128, 61, 0.3);
35+
--typography-logo-font-size: 30px;
36+
--typography-logo-text-decoration: none;
37+
--typography-logo-font-family: Roboto;
38+
--typography-logo-font-weight: 800;
39+
--typography-logo-font-style: normal;
40+
--typography-logo-font-stretch: normal;
41+
--typography-logo-letter-spacing: 1.5px;
42+
--typography-logo-line-height: 36px;
43+
--typography-logo-paragraph-indent: 0;
44+
--typography-logo-paragraph-spacing: 0;
45+
--typography-logo-text-case: none;
46+
--typography-primarynav-textlink16-font-size: 16px;
47+
--typography-primarynav-textlink16-text-decoration: none;
48+
--typography-primarynav-textlink16-font-family: Inter;
49+
--typography-primarynav-textlink16-font-weight: 500;
50+
--typography-primarynav-textlink16-font-style: normal;
51+
--typography-primarynav-textlink16-font-stretch: normal;
52+
--typography-primarynav-textlink16-letter-spacing: 0;
53+
--typography-primarynav-textlink16-line-height: 19.2px;
54+
--typography-primarynav-textlink16-paragraph-indent: 0;
55+
--typography-primarynav-textlink16-paragraph-spacing: 0;
56+
--typography-primarynav-textlink16-text-case: none;
57+
--typography-secondarynav-textlink14-font-size: 14px;
58+
--typography-secondarynav-textlink14-text-decoration: none;
59+
--typography-secondarynav-textlink14-font-family: Inter;
60+
--typography-secondarynav-textlink14-font-weight: 500;
61+
--typography-secondarynav-textlink14-font-style: normal;
62+
--typography-secondarynav-textlink14-font-stretch: normal;
63+
--typography-secondarynav-textlink14-letter-spacing: 0;
64+
--typography-secondarynav-textlink14-line-height: 16.8px;
65+
--typography-secondarynav-textlink14-paragraph-indent: 0;
66+
--typography-secondarynav-textlink14-paragraph-spacing: 0;
67+
--typography-secondarynav-textlink14-text-case: none;
68+
--typography-toolbar-textlink14-font-size: 14px;
69+
--typography-toolbar-textlink14-text-decoration: none;
70+
--typography-toolbar-textlink14-font-family: Inter;
71+
--typography-toolbar-textlink14-font-weight: 500;
72+
--typography-toolbar-textlink14-font-style: normal;
73+
--typography-toolbar-textlink14-font-stretch: normal;
74+
--typography-toolbar-textlink14-letter-spacing: 0;
75+
--typography-toolbar-textlink14-line-height: 16.8px;
76+
--typography-toolbar-textlink14-paragraph-indent: 0;
77+
--typography-toolbar-textlink14-paragraph-spacing: 0;
78+
--typography-toolbar-textlink14-text-case: none;
3479
}

build/ios-swift/StyleDictionary.swift

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Tue, 03 May 2022 18:07:07 GMT
7+
// Generated on Sun, 15 May 2022 12:04:24 GMT
88

99

1010
import UIKit
@@ -42,6 +42,15 @@ public class StyleDictionary {
4242
public static let colorTeal500 = UIColor(red: 0.196, green: 0.522, blue: 0.537, alpha: 1)
4343
public static let colorTeal700 = UIColor(red: 0.149, green: 0.447, blue: 0.463, alpha: 1)
4444
public static let colorTeal900 = UIColor(red: 0.075, green: 0.333, blue: 0.349, alpha: 1)
45+
public static let colorWhite = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
46+
public static let effectDropshadowSidepanel = [object Object]
47+
public static let fontLogo = "[object Object]"
48+
public static let fontPrimarynavTextlink16 = "[object Object]"
49+
public static let fontSecondarynavTextlink14 = "[object Object]"
50+
public static let fontToolbarTextlink14 = "[object Object]"
51+
public static let gradientNavbarPrimary = [object Object]
52+
public static let gradientNavbarSecondary = [object Object]
53+
public static let gradientNavbarSideleft = [object Object]
4554
public static let gridBlocktypeGrid0 = [object Object]
4655
public static let gridBlocktypeGrid1 = [object Object]
4756
public static let gridLargeDesktop1200px0 = [object Object]
@@ -61,4 +70,48 @@ public class StyleDictionary {
6170
public static let gridXlargeDesktop1600px2 = [object Object]
6271
public static let gridXlargeDesktop1600px3 = [object Object]
6372
public static let gridXlargeDesktop1600px4 = [object Object]
73+
public static let typographyLogoFontFamily = Roboto
74+
public static let typographyLogoFontSize = 30
75+
public static let typographyLogoFontStretch = normal
76+
public static let typographyLogoFontStyle = normal
77+
public static let typographyLogoFontWeight = 800
78+
public static let typographyLogoLetterSpacing = 1.5
79+
public static let typographyLogoLineHeight = 36
80+
public static let typographyLogoParagraphIndent = 0
81+
public static let typographyLogoParagraphSpacing = 0
82+
public static let typographyLogoTextCase = none
83+
public static let typographyLogoTextDecoration = none
84+
public static let typographyPrimarynavTextlink16FontFamily = Inter
85+
public static let typographyPrimarynavTextlink16FontSize = 16
86+
public static let typographyPrimarynavTextlink16FontStretch = normal
87+
public static let typographyPrimarynavTextlink16FontStyle = normal
88+
public static let typographyPrimarynavTextlink16FontWeight = 500
89+
public static let typographyPrimarynavTextlink16LetterSpacing = 0
90+
public static let typographyPrimarynavTextlink16LineHeight = 19.2
91+
public static let typographyPrimarynavTextlink16ParagraphIndent = 0
92+
public static let typographyPrimarynavTextlink16ParagraphSpacing = 0
93+
public static let typographyPrimarynavTextlink16TextCase = none
94+
public static let typographyPrimarynavTextlink16TextDecoration = none
95+
public static let typographySecondarynavTextlink14FontFamily = Inter
96+
public static let typographySecondarynavTextlink14FontSize = 14
97+
public static let typographySecondarynavTextlink14FontStretch = normal
98+
public static let typographySecondarynavTextlink14FontStyle = normal
99+
public static let typographySecondarynavTextlink14FontWeight = 500
100+
public static let typographySecondarynavTextlink14LetterSpacing = 0
101+
public static let typographySecondarynavTextlink14LineHeight = 16.8
102+
public static let typographySecondarynavTextlink14ParagraphIndent = 0
103+
public static let typographySecondarynavTextlink14ParagraphSpacing = 0
104+
public static let typographySecondarynavTextlink14TextCase = none
105+
public static let typographySecondarynavTextlink14TextDecoration = none
106+
public static let typographyToolbarTextlink14FontFamily = Inter
107+
public static let typographyToolbarTextlink14FontSize = 14
108+
public static let typographyToolbarTextlink14FontStretch = normal
109+
public static let typographyToolbarTextlink14FontStyle = normal
110+
public static let typographyToolbarTextlink14FontWeight = 500
111+
public static let typographyToolbarTextlink14LetterSpacing = 0
112+
public static let typographyToolbarTextlink14LineHeight = 16.8
113+
public static let typographyToolbarTextlink14ParagraphIndent = 0
114+
public static let typographyToolbarTextlink14ParagraphSpacing = 0
115+
public static let typographyToolbarTextlink14TextCase = none
116+
public static let typographyToolbarTextlink14TextDecoration = none
64117
}

build/ios-swift/StyleDictionaryColor.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Tue, 03 May 2022 18:07:07 GMT
7+
// Generated on Sun, 15 May 2022 12:04:24 GMT
88

99

1010
import UIKit
@@ -42,4 +42,5 @@ public enum StyleDictionaryColor {
4242
public static let teal500 = UIColor(red: 0.196, green: 0.522, blue: 0.537, alpha: 1)
4343
public static let teal700 = UIColor(red: 0.149, green: 0.447, blue: 0.463, alpha: 1)
4444
public static let teal900 = UIColor(red: 0.075, green: 0.333, blue: 0.349, alpha: 1)
45+
public static let white = UIColor(red: 1.000, green: 1.000, blue: 1.000, alpha: 1)
4546
}

build/ios-swift/StyleDictionarySize.swift

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Thu, 16 Dec 2021 18:06:29 GMT
7+
// Generated on Sun, 15 May 2022 12:04:24 GMT
88

99

1010
import UIKit
1111

1212
public enum StyleDictionarySize {
13-
public static let bodyExtraBoldCondensedItalicFontWeight = 800
14-
public static let bodyH3FontWeight = 700
15-
public static let bodyH4StrikeThroughFontWeight = 500
16-
public static let bodyItalicFontWeight = 400
17-
public static let bodyMediumExtendedItalicFontWeight = 500
18-
public static let bodySuperFontWeight = 900
13+
public static let logoFontWeight = 800
14+
public static let primarynavTextlink16FontWeight = 500
15+
public static let secondarynavTextlink14FontWeight = 500
16+
public static let toolbarTextlink14FontWeight = 500
1917
}

build/ios/StyleDictionaryColor.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Tue, 03 May 2022 18:07:07 GMT
7+
// Generated on Sun, 15 May 2022 12:04:24 GMT
88

99

1010
#import <UIKit/UIKit.h>
1111

1212
typedef NS_ENUM(NSInteger, StyleDictionaryColorName) {
13+
ColorWhite,
1314
ColorNavy100,
1415
ColorNavy300,
1516
ColorNavy500,

build/ios/StyleDictionaryColor.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Tue, 03 May 2022 18:07:07 GMT
7+
// Generated on Sun, 15 May 2022 12:04:24 GMT
88

99

1010
#import "StyleDictionaryColor.h"
@@ -21,6 +21,7 @@ + (NSArray *)values {
2121

2222
dispatch_once(&onceToken, ^{
2323
colorArray = @[
24+
[UIColor colorWithRed:1.000f green:1.000f blue:1.000f alpha:1.000f],
2425
[UIColor colorWithRed:0.757f green:0.765f blue:0.784f alpha:1.000f],
2526
[UIColor colorWithRed:0.431f green:0.455f blue:0.502f alpha:1.000f],
2627
[UIColor colorWithRed:0.188f green:0.220f blue:0.286f alpha:1.000f],

build/ios/StyleDictionarySize.h

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
//
44

55
// Do not edit directly
6-
// Generated on Thu, 16 Dec 2021 18:06:29 GMT
6+
// Generated on Sun, 15 May 2022 12:04:24 GMT
77

88

99
#import <Foundation/Foundation.h>
1010

1111

12-
extern float const TypographyBodyH3FontWeight;
13-
extern float const TypographyBodyH4StrikeThroughFontWeight;
14-
extern float const TypographyBodyItalicFontWeight;
15-
extern float const TypographyBodyExtraBoldCondensedItalicFontWeight;
16-
extern float const TypographyBodyMediumExtendedItalicFontWeight;
17-
extern float const TypographyBodySuperFontWeight;
12+
extern float const TypographyLogoFontWeight;
13+
extern float const TypographyPrimarynavTextlink16FontWeight;
14+
extern float const TypographySecondarynavTextlink14FontWeight;
15+
extern float const TypographyToolbarTextlink14FontWeight;

build/ios/StyleDictionarySize.m

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
//
55

66
// Do not edit directly
7-
// Generated on Thu, 16 Dec 2021 18:06:29 GMT
7+
// Generated on Sun, 15 May 2022 12:04:24 GMT
88

99

1010
#import "StyleDictionarySize.h"
1111

1212

13-
float const TypographyBodyH3FontWeight = 700;
14-
float const TypographyBodyH4StrikeThroughFontWeight = 500;
15-
float const TypographyBodyItalicFontWeight = 400;
16-
float const TypographyBodyExtraBoldCondensedItalicFontWeight = 800;
17-
float const TypographyBodyMediumExtendedItalicFontWeight = 500;
18-
float const TypographyBodySuperFontWeight = 900;
13+
float const TypographyLogoFontWeight = 800;
14+
float const TypographyPrimarynavTextlink16FontWeight = 500;
15+
float const TypographySecondarynavTextlink14FontWeight = 500;
16+
float const TypographyToolbarTextlink14FontWeight = 500;

build/json/styles.json

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"ColorWhite": "#ffffff",
23
"ColorNavy100": "#c1c3c8",
34
"ColorNavy300": "#6e7480",
45
"ColorNavy500": "#303849",
@@ -31,6 +32,9 @@
3132
"ColorTeal900": "#135559",
3233
"ColorSiteDeselected": "#c1803d",
3334
"ColorSiteSelected": "#c1803d",
35+
"GradientNavbarPrimary": {"gradientType":"linear","rotation":180,"stops":[{"position":0,"color":"#333b4cff"},{"position":1,"color":"#2c3342ff"}]},
36+
"GradientNavbarSecondary": {"gradientType":"linear","rotation":180,"stops":[{"position":0,"color":"#d7e3e8ff"},{"position":1,"color":"#cbd8deff"}]},
37+
"GradientNavbarSideleft": {"gradientType":"linear","rotation":180,"stops":[{"position":0,"color":"#e5ebedff"},{"position":1,"color":"#cbd7ddff"}]},
3438
"GridLargeDesktop1200px0": {"pattern":"rows","sectionSize":24,"gutterSize":0,"alignment":"min","count":200,"offset":0},
3539
"GridLargeDesktop1200px1": {"pattern":"rows","sectionSize":792,"gutterSize":0,"alignment":"min","count":50,"offset":0},
3640
"GridLargeDesktop1200px2": {"pattern":"columns","sectionSize":80,"gutterSize":1280,"alignment":"center","count":2},
@@ -49,5 +53,54 @@
4953
"GridMobile320px0": {"pattern":"rows","sectionSize":24,"gutterSize":0,"alignment":"min","count":200,"offset":0},
5054
"GridMobile320px1": {"pattern":"columns","gutterSize":16,"alignment":"stretch","count":1,"offset":16},
5155
"GridBlocktypeGrid0": {"pattern":"rows","sectionSize":20,"gutterSize":0,"alignment":"min","count":300,"offset":44},
52-
"GridBlocktypeGrid1": {"pattern":"grid","sectionSize":10}
56+
"GridBlocktypeGrid1": {"pattern":"grid","sectionSize":10},
57+
"FontLogo": {"fontSize":30,"textDecoration":"none","fontFamily":"Roboto","fontWeight":800,"fontStyle":"normal","fontStretch":"normal","letterSpacing":1.5,"lineHeight":36,"paragraphIndent":0,"paragraphSpacing":0,"textCase":"none"},
58+
"FontPrimarynavTextlink16": {"fontSize":16,"textDecoration":"none","fontFamily":"Inter","fontWeight":500,"fontStyle":"normal","fontStretch":"normal","letterSpacing":0,"lineHeight":19.2,"paragraphIndent":0,"paragraphSpacing":0,"textCase":"none"},
59+
"FontSecondarynavTextlink14": {"fontSize":14,"textDecoration":"none","fontFamily":"Inter","fontWeight":500,"fontStyle":"normal","fontStretch":"normal","letterSpacing":0,"lineHeight":16.8,"paragraphIndent":0,"paragraphSpacing":0,"textCase":"none"},
60+
"FontToolbarTextlink14": {"fontSize":14,"textDecoration":"none","fontFamily":"Inter","fontWeight":500,"fontStyle":"normal","fontStretch":"normal","letterSpacing":0,"lineHeight":16.8,"paragraphIndent":0,"paragraphSpacing":0,"textCase":"none"},
61+
"EffectDropshadowSidepanel": {"shadowType":"dropShadow","radius":16,"color":"#242b3926","offsetX":0,"offsetY":0,"spread":0},
62+
"TypographyLogoFontSize": 30,
63+
"TypographyLogoTextDecoration": "none",
64+
"TypographyLogoFontFamily": "Roboto",
65+
"TypographyLogoFontWeight": 800,
66+
"TypographyLogoFontStyle": "normal",
67+
"TypographyLogoFontStretch": "normal",
68+
"TypographyLogoLetterSpacing": 1.5,
69+
"TypographyLogoLineHeight": 36,
70+
"TypographyLogoParagraphIndent": 0,
71+
"TypographyLogoParagraphSpacing": 0,
72+
"TypographyLogoTextCase": "none",
73+
"TypographyPrimarynavTextlink16FontSize": 16,
74+
"TypographyPrimarynavTextlink16TextDecoration": "none",
75+
"TypographyPrimarynavTextlink16FontFamily": "Inter",
76+
"TypographyPrimarynavTextlink16FontWeight": 500,
77+
"TypographyPrimarynavTextlink16FontStyle": "normal",
78+
"TypographyPrimarynavTextlink16FontStretch": "normal",
79+
"TypographyPrimarynavTextlink16LetterSpacing": 0,
80+
"TypographyPrimarynavTextlink16LineHeight": 19.2,
81+
"TypographyPrimarynavTextlink16ParagraphIndent": 0,
82+
"TypographyPrimarynavTextlink16ParagraphSpacing": 0,
83+
"TypographyPrimarynavTextlink16TextCase": "none",
84+
"TypographySecondarynavTextlink14FontSize": 14,
85+
"TypographySecondarynavTextlink14TextDecoration": "none",
86+
"TypographySecondarynavTextlink14FontFamily": "Inter",
87+
"TypographySecondarynavTextlink14FontWeight": 500,
88+
"TypographySecondarynavTextlink14FontStyle": "normal",
89+
"TypographySecondarynavTextlink14FontStretch": "normal",
90+
"TypographySecondarynavTextlink14LetterSpacing": 0,
91+
"TypographySecondarynavTextlink14LineHeight": 16.8,
92+
"TypographySecondarynavTextlink14ParagraphIndent": 0,
93+
"TypographySecondarynavTextlink14ParagraphSpacing": 0,
94+
"TypographySecondarynavTextlink14TextCase": "none",
95+
"TypographyToolbarTextlink14FontSize": 14,
96+
"TypographyToolbarTextlink14TextDecoration": "none",
97+
"TypographyToolbarTextlink14FontFamily": "Inter",
98+
"TypographyToolbarTextlink14FontWeight": 500,
99+
"TypographyToolbarTextlink14FontStyle": "normal",
100+
"TypographyToolbarTextlink14FontStretch": "normal",
101+
"TypographyToolbarTextlink14LetterSpacing": 0,
102+
"TypographyToolbarTextlink14LineHeight": 16.8,
103+
"TypographyToolbarTextlink14ParagraphIndent": 0,
104+
"TypographyToolbarTextlink14ParagraphSpacing": 0,
105+
"TypographyToolbarTextlink14TextCase": "none"
53106
}

build/less/_variables.less

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

22
// Do not edit directly
3-
// Generated on Tue, 03 May 2022 18:07:07 GMT
3+
// Generated on Sun, 15 May 2022 12:04:24 GMT
44

5+
@color-white: #ffffff;
56
@color-navy-100: #c1c3c8;
67
@color-navy-300: #6e7480;
78
@color-navy-500: #303849;
@@ -34,6 +35,9 @@
3435
@color-teal-900: #135559;
3536
@color-site-deselected: #c1803d;
3637
@color-site-selected: #c1803d;
38+
@gradient-navbar-primary: [object Object];
39+
@gradient-navbar-secondary: [object Object];
40+
@gradient-navbar-sideleft: [object Object];
3741
@grid-large-desktop-1200px-0: [object Object];
3842
@grid-large-desktop-1200px-1: [object Object];
3943
@grid-large-desktop-1200px-2: [object Object];
@@ -52,4 +56,53 @@
5256
@grid-mobile-320px-0: [object Object];
5357
@grid-mobile-320px-1: [object Object];
5458
@grid-blocktype-grid-0: [object Object];
55-
@grid-blocktype-grid-1: [object Object];
59+
@grid-blocktype-grid-1: [object Object];
60+
@font-logo: [object Object];
61+
@font-primarynav-textlink16: [object Object];
62+
@font-secondarynav-textlink14: [object Object];
63+
@font-toolbar-textlink14: [object Object];
64+
@effect-dropshadow-sidepanel: [object Object];
65+
@typography-logo-font-size: 30px;
66+
@typography-logo-text-decoration: none;
67+
@typography-logo-font-family: Roboto;
68+
@typography-logo-font-weight: 800;
69+
@typography-logo-font-style: normal;
70+
@typography-logo-font-stretch: normal;
71+
@typography-logo-letter-spacing: 1.5px;
72+
@typography-logo-line-height: 36px;
73+
@typography-logo-paragraph-indent: 0;
74+
@typography-logo-paragraph-spacing: 0;
75+
@typography-logo-text-case: none;
76+
@typography-primarynav-textlink16-font-size: 16px;
77+
@typography-primarynav-textlink16-text-decoration: none;
78+
@typography-primarynav-textlink16-font-family: Inter;
79+
@typography-primarynav-textlink16-font-weight: 500;
80+
@typography-primarynav-textlink16-font-style: normal;
81+
@typography-primarynav-textlink16-font-stretch: normal;
82+
@typography-primarynav-textlink16-letter-spacing: 0;
83+
@typography-primarynav-textlink16-line-height: 19.2px;
84+
@typography-primarynav-textlink16-paragraph-indent: 0;
85+
@typography-primarynav-textlink16-paragraph-spacing: 0;
86+
@typography-primarynav-textlink16-text-case: none;
87+
@typography-secondarynav-textlink14-font-size: 14px;
88+
@typography-secondarynav-textlink14-text-decoration: none;
89+
@typography-secondarynav-textlink14-font-family: Inter;
90+
@typography-secondarynav-textlink14-font-weight: 500;
91+
@typography-secondarynav-textlink14-font-style: normal;
92+
@typography-secondarynav-textlink14-font-stretch: normal;
93+
@typography-secondarynav-textlink14-letter-spacing: 0;
94+
@typography-secondarynav-textlink14-line-height: 16.8px;
95+
@typography-secondarynav-textlink14-paragraph-indent: 0;
96+
@typography-secondarynav-textlink14-paragraph-spacing: 0;
97+
@typography-secondarynav-textlink14-text-case: none;
98+
@typography-toolbar-textlink14-font-size: 14px;
99+
@typography-toolbar-textlink14-text-decoration: none;
100+
@typography-toolbar-textlink14-font-family: Inter;
101+
@typography-toolbar-textlink14-font-weight: 500;
102+
@typography-toolbar-textlink14-font-style: normal;
103+
@typography-toolbar-textlink14-font-stretch: normal;
104+
@typography-toolbar-textlink14-letter-spacing: 0;
105+
@typography-toolbar-textlink14-line-height: 16.8px;
106+
@typography-toolbar-textlink14-paragraph-indent: 0;
107+
@typography-toolbar-textlink14-paragraph-spacing: 0;
108+
@typography-toolbar-textlink14-text-case: none;

0 commit comments

Comments
 (0)