@bcgov/design-tokens 3.2.0 → 4.0.0-pr652

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cjs/index.js CHANGED
@@ -3,208 +3,212 @@
3
3
  */
4
4
 
5
5
  module.exports = {
6
- "surfaceOpacity0": 0,
7
- "surfaceOpacity10": 0.1,
8
- "surfaceOpacity20": 0.2,
9
- "surfaceOpacity30": 0.3,
10
- "surfaceOpacity40": 0.4,
11
- "surfaceOpacity50": 0.5,
12
- "surfaceOpacity60": 0.6,
13
- "surfaceOpacity70": 0.7,
14
- "surfaceOpacity80": 0.8,
15
- "surfaceOpacity90": 0.9,
16
- "surfaceOpacity100": 1,
17
- "surfaceShadowNone": "0 0.30000001192092896px 0.8999999761581421px 0 #0000001a, 0 1.600000023841858px 3.5999999046325684px 0 #00000021",
18
- "surfaceShadowSmall": "0 0.6000000238418579px 1.7999999523162842px 0 #0000001a, 0 3.200000047683716px 7.199999809265137px 0 #00000021",
19
- "surfaceShadowMedium": "0 1.2000000476837158px 3.5999999046325684px 0 #0000001a, 0 6.400000095367432px 14.399999618530273px 0 #00000021",
20
- "surfaceShadowLarge": "0 4.800000190734863px 14.399999618530273px 0 #0000002e, 0 25.600000381469727px 57.599998474121094px 0 #00000038",
21
- "surfaceColorPrimaryButtonDefault": "#013366",
22
- "surfaceColorPrimaryButtonHover": "#1E5189",
23
- "surfaceColorPrimaryButtonDisabled": "#EDEBE9",
24
- "surfaceColorPrimaryDangerButtonDefault": "#CE3E39",
25
- "surfaceColorPrimaryDangerButtonHover": "#A2312D",
26
- "surfaceColorPrimaryDangerButtonDisabled": "#EDEBE9",
27
- "surfaceColorPrimaryDefault": "#013366",
28
- "surfaceColorPrimaryHover": "#1E5189",
29
- "surfaceColorPrimaryPressed": "#01264C",
30
- "surfaceColorPrimaryDisabled": "#EDEBE9",
31
- "surfaceColorSecondaryButtonDefault": "#FFFFFF",
32
- "surfaceColorSecondaryButtonHover": "#EDEBE9",
33
- "surfaceColorSecondaryButtonDisabled": "#EDEBE9",
34
- "surfaceColorSecondaryDefault": "#FFFFFF",
35
- "surfaceColorSecondaryHover": "#EDEBE9",
36
- "surfaceColorSecondaryPressed": "#E0DEDC",
37
- "surfaceColorSecondaryDisabled": "#EDEBE9",
38
- "surfaceColorTertiaryButtonDefault": "rgba(255,255,255,0)",
39
- "surfaceColorTertiaryButtonHover": "#ECEAE8",
40
- "surfaceColorTertiaryButtonDisabled": "#EDEBE9",
41
- "surfaceColorTertiaryDefault": "#FFFFFF00",
42
- "surfaceColorTertiaryHover": "#ECEAE8",
43
- "surfaceColorTertiaryPressed": "#E0DEDC",
44
- "surfaceColorTertiaryDisabled": "#EDEBE9",
45
- "surfaceColorMenusDefault": "#FFFFFF",
46
- "surfaceColorMenusHover": "#EDEBE9",
47
- "surfaceColorFormsDefault": "#FFFFFF",
48
- "surfaceColorFormsDisabled": "#EDEBE9",
49
- "surfaceColorBackgroundWhite": "#FFFFFF",
50
- "surfaceColorBackgroundLightGray": "#FAF9F8",
51
- "surfaceColorBackgroundLightBlue": "#F1F8FE",
52
- "surfaceColorBackgroundDarkBlue": "#053662",
53
- "surfaceColorBorderDefault": "#D8D8D8",
54
- "surfaceColorBorderMedium": "#898785",
55
- "surfaceColorBorderDark": "#353433",
56
- "surfaceColorBorderActive": "#2E5DD7",
57
- "surfaceColorOverlayDefault": "rgba(0,0,0,0.45)",
58
- "supportSurfaceColorInfo": "#F7F9FC",
59
- "supportSurfaceColorDanger": "#F4E1E2",
60
- "supportSurfaceColorSuccess": "#F6FFF8",
61
- "supportSurfaceColorWarning": "#FEF1D8",
62
- "supportBorderColorInfo": "#053662",
63
- "supportBorderColorDanger": "#CE3E39",
64
- "supportBorderColorSuccess": "#42814A",
65
- "supportBorderColorWarning": "#F8BB47",
66
- "iconsSizeXsmall": "14px",
67
- "iconsSizeSmall": "16px",
68
- "iconsSizeMedium": "20px",
69
- "iconsSizeLarge": "24px",
70
- "iconsSizeXlarge": "32px",
71
- "iconsColorPrimary": "#2D2D2D",
72
- "iconsColorSecondary": "#474543",
73
- "iconsColorDisabled": "#9F9D9C",
74
- "iconsColorLink": "#255A90",
75
- "iconsColorInfo": "#053662",
76
- "iconsColorDanger": "#CE3E39",
77
- "iconsColorSuccess": "#42814A",
78
- "iconsColorWarning": "#F8BB47",
79
- "iconsColorPrimaryInvert": "#FFFFFF",
80
- "layoutBorderWidthNone": "0",
81
- "layoutBorderWidthSmall": "1px",
82
- "layoutBorderWidthMedium": "2px",
83
- "layoutBorderWidthLarge": "4px",
84
- "layoutPaddingNone": "0",
85
- "layoutPaddingHair": "0.125rem",
86
- "layoutPaddingXsmall": "0.25rem",
87
- "layoutPaddingSmall": "0.5rem",
88
- "layoutPaddingMedium": "1rem",
89
- "layoutPaddingLarge": "1.5rem",
90
- "layoutPaddingXlarge": "2rem",
91
- "layoutMarginNone": "0rem",
92
- "layoutMarginHair": "0.125rem",
93
- "layoutMarginXsmall": "0.25rem",
94
- "layoutMarginSmall": "0.5rem",
95
- "layoutMarginMedium": "1rem",
96
- "layoutMarginLarge": "1.5rem",
97
- "layoutMarginXlarge": "2rem",
98
- "layoutMarginXxlarge": "2.5rem",
99
- "layoutMarginXxxlarge": "3rem",
100
- "layoutMarginHuge": "3.5rem",
101
- "layoutBorderRadiusNone": "0",
102
- "layoutBorderRadiusSmall": "2px",
103
- "layoutBorderRadiusMedium": "4px",
104
- "layoutBorderRadiusLarge": "6px",
105
- "layoutBorderRadiusCircular": "9999px",
106
- "typographyFontFamiliesBcSans": "'BC Sans'",
107
- "typographyLineHeightsXxxdense": "1.125rem",
108
- "typographyLineHeightsXxdense": "1.313rem",
109
- "typographyLineHeightsXdense": "1.688rem",
110
- "typographyLineHeightsDense": "1.913rem",
111
- "typographyLineHeightsRegular": "2.125rem",
112
- "typographyLineHeightsSparse": "2.25rem",
113
- "typographyLineHeightsXsparse": "3rem",
114
- "typographyLineHeightsXxsparse": "3.375rem",
115
- "typographyLineHeightsAuto": "AUTO",
116
- "typographyFontWeightsRegular": 400,
117
- "typographyFontWeightsBold": 700,
118
- "typographyFontWeightsItalicWeight": 400,
119
- "typographyFontWeightsItalicStyle": "italic",
120
- "typographyFontSizeLabel": "0.75rem",
121
- "typographyFontSizeSmallBody": "0.875rem",
122
- "typographyFontSizeBody": "1rem",
123
- "typographyFontSizeLargeBody": "1.125rem",
124
- "typographyFontSizeH5": "1.25rem",
125
- "typographyFontSizeH4": "1.5rem",
126
- "typographyFontSizeH3": "1.75rem",
127
- "typographyFontSizeH2": "2rem",
128
- "typographyFontSizeH1": "2.25rem",
129
- "typographyFontSizeDisplay": "3rem",
130
- "typographyLetterSpacing0": "0em",
131
- "typographyParagraphSpacing0": "0",
132
- "typographyRegularLabel": "400 0.75rem/1.125rem 'BC Sans'",
133
- "typographyRegularSmallBody": "400 0.875rem/1.313rem 'BC Sans'",
134
- "typographyRegularBody": "400 1rem/1.688rem 'BC Sans'",
135
- "typographyRegularLargeBody": "400 1.125rem/1.913rem 'BC Sans'",
136
- "typographyRegularH6": "400 1.125rem/1.913rem 'BC Sans'",
137
- "typographyRegularH5": "400 1.25rem/2.125rem 'BC Sans'",
138
- "typographyRegularH4": "400 1.5rem/2.25rem 'BC Sans'",
139
- "typographyRegularH3": "400 1.75rem/3rem 'BC Sans'",
140
- "typographyRegularH2": "400 2rem/3.375rem 'BC Sans'",
141
- "typographyRegularH1": "400 2.25rem/3rem 'BC Sans'",
142
- "typographyRegularDisplay": "400 3rem/AUTO 'BC Sans'",
143
- "typographyBoldLabel": "700 0.75rem/1.125rem 'BC Sans'",
144
- "typographyBoldSmallBody": "700 0.875rem/1.313rem 'BC Sans'",
145
- "typographyBoldBody": "700 1rem/1.688rem 'BC Sans'",
146
- "typographyBoldLargeBody": "700 1.125rem/1.913rem 'BC Sans'",
147
- "typographyBoldH6": "700 1.125rem/1.913rem 'BC Sans'",
148
- "typographyBoldH5": "700 1.25rem/2.125rem 'BC Sans'",
149
- "typographyBoldH4": "700 1.5rem/2.25rem 'BC Sans'",
150
- "typographyBoldH3": "700 1.75rem/3rem 'BC Sans'",
151
- "typographyBoldH2": "700 2rem/3rem 'BC Sans'",
152
- "typographyBoldH1": "700 2.25rem/3.375rem 'BC Sans'",
153
- "typographyBoldDisplay": "700 3rem/AUTO 'BC Sans'",
154
- "typographyItalicLabel": "400 italic 0.75rem/1.125rem 'BC Sans'",
155
- "typographyItalicSmallBody": "400 italic 0.875rem/1.313rem 'BC Sans'",
156
- "typographyItalicBody": "400 italic 1rem/1.688rem 'BC Sans'",
157
- "typographyItalicLargeBody": "400 italic 1.125rem/1.913rem 'BC Sans'",
158
- "typographyItalicH6": "400 italic 1.125rem/1.913rem 'BC Sans'",
159
- "typographyItalicH5": "400 italic 1.25rem/2.125rem 'BC Sans'",
160
- "typographyItalicH4": "400 italic 1.5rem/2.25rem 'BC Sans'",
161
- "typographyItalicH3": "400 italic 1.75rem/3.375rem 'BC Sans'",
162
- "typographyItalicH2": "400 italic 2rem/3rem 'BC Sans'",
163
- "typographyItalicH1": "400 italic 2.25rem/3.375rem 'BC Sans'",
164
- "typographyItalicDisplay": "400 italic 3rem/AUTO 'BC Sans'",
165
- "typographyTextCaseNone": "none",
166
- "typographyTextDecorationNone": "none",
167
- "typographyParagraphIndent0": "0px",
168
- "typographyColorPrimary": "#2D2D2D",
169
- "typographyColorSecondary": "#474543",
170
- "typographyColorPlaceholder": "#9F9D9C",
171
- "typographyColorDisabled": "#9F9D9C",
172
- "typographyColorLink": "#255A90",
173
- "typographyColorDanger": "#CE3E39",
174
- "typographyColorPrimaryInvert": "#FFFFFF",
175
- "typographyColorSecondaryInvert": "#ECEAE8",
176
- "themeGold10": "#FEF8E8",
177
- "themeGold20": "#FEF0D8",
178
- "themeGold30": "#FDE9C4",
179
- "themeGold40": "#FCE2B0",
180
- "themeGold50": "#FBDA9D",
181
- "themeGold60": "#FBD389",
182
- "themeGold70": "#FACC75",
183
- "themeGold80": "#F9C462",
184
- "themeGold90": "#F8BA47",
185
- "themeGold100": "#FCBA19",
186
- "themeBlue10": "#F1F8FE",
187
- "themeBlue20": "#D8EAFD",
188
- "themeBlue30": "#C1DDFC",
189
- "themeBlue40": "#A8D0FB",
190
- "themeBlue50": "#91C4FA",
191
- "themeBlue60": "#7AB8F9",
192
- "themeBlue70": "#5595D9",
193
- "themeBlue80": "#3470B1",
194
- "themeBlue90": "#1E5189",
195
- "themeBlue100": "#013366",
196
- "themeGray10": "#FAF9F8",
197
- "themeGray20": "#F3F2F1",
198
- "themeGray30": "#ECEAE8",
199
- "themeGray40": "#E0DEDC",
200
- "themeGray50": "#D1CFCD",
201
- "themeGray60": "#C6C5C3",
202
- "themeGray70": "#9F9D9C",
203
- "themeGray80": "#605E5C",
204
- "themeGray90": "#3D3C3B",
205
- "themeGray100": "#353433",
206
- "themeGray110": "#252423",
207
- "themeGrayWhite": "#FFFFFF",
208
- "themePrimaryBlue": "#013366",
209
- "themePrimaryGold": "#FCBA19"
6
+ surfaceOpacity0: 0,
7
+ surfaceOpacity10: 0.1,
8
+ surfaceOpacity20: 0.2,
9
+ surfaceOpacity30: 0.3,
10
+ surfaceOpacity40: 0.4,
11
+ surfaceOpacity50: 0.5,
12
+ surfaceOpacity60: 0.6,
13
+ surfaceOpacity70: 0.7,
14
+ surfaceOpacity80: 0.8,
15
+ surfaceOpacity90: 0.9,
16
+ surfaceOpacity100: 1,
17
+ surfaceShadowNone:
18
+ "0 0.30000001192092896px 0.8999999761581421px 0 #0000001a, 0 1.600000023841858px 3.5999999046325684px 0 #00000021",
19
+ surfaceShadowSmall:
20
+ "0 0.6000000238418579px 1.7999999523162842px 0 #0000001a, 0 3.200000047683716px 7.199999809265137px 0 #00000021",
21
+ surfaceShadowMedium:
22
+ "0 1.2000000476837158px 3.5999999046325684px 0 #0000001a, 0 6.400000095367432px 14.399999618530273px 0 #00000021",
23
+ surfaceShadowLarge:
24
+ "0 4.800000190734863px 14.399999618530273px 0 #0000002e, 0 25.600000381469727px 57.599998474121094px 0 #00000038",
25
+ surfaceColorPrimaryButtonDefault: "#013366",
26
+ surfaceColorPrimaryButtonHover: "#1E5189",
27
+ surfaceColorPrimaryButtonDisabled: "#EDEBE9",
28
+ surfaceColorPrimaryDangerButtonDefault: "#CE3E39",
29
+ surfaceColorPrimaryDangerButtonHover: "#A2312D",
30
+ surfaceColorPrimaryDangerButtonDisabled: "#EDEBE9",
31
+ surfaceColorPrimaryDefault: "#013366",
32
+ surfaceColorPrimaryHover: "#1E5189",
33
+ surfaceColorPrimaryPressed: "#01264C",
34
+ surfaceColorPrimaryDisabled: "#EDEBE9",
35
+ surfaceColorSecondaryButtonDefault: "#FFFFFF",
36
+ surfaceColorSecondaryButtonHover: "#EDEBE9",
37
+ surfaceColorSecondaryButtonDisabled: "#EDEBE9",
38
+ surfaceColorSecondaryDefault: "#FFFFFF",
39
+ surfaceColorSecondaryHover: "#EDEBE9",
40
+ surfaceColorSecondaryPressed: "#E0DEDC",
41
+ surfaceColorSecondaryDisabled: "#EDEBE9",
42
+ surfaceColorTertiaryButtonDefault: "rgba(255,255,255,0)",
43
+ surfaceColorTertiaryButtonHover: "#ECEAE8",
44
+ surfaceColorTertiaryButtonDisabled: "#EDEBE9",
45
+ surfaceColorTertiaryDefault: "#FFFFFF00",
46
+ surfaceColorTertiaryHover: "#ECEAE8",
47
+ surfaceColorTertiaryPressed: "#E0DEDC",
48
+ surfaceColorTertiaryDisabled: "#EDEBE9",
49
+ surfaceColorMenusDefault: "#FFFFFF",
50
+ surfaceColorMenusHover: "#EDEBE9",
51
+ surfaceColorFormsDefault: "#FFFFFF",
52
+ surfaceColorFormsDisabled: "#EDEBE9",
53
+ surfaceColorBackgroundWhite: "#FFFFFF",
54
+ surfaceColorBackgroundLightGray: "#FAF9F8",
55
+ surfaceColorBackgroundLightBlue: "#F1F8FE",
56
+ surfaceColorBackgroundDarkBlue: "#053662",
57
+ surfaceColorBorderDefault: "#D8D8D8",
58
+ surfaceColorBorderMedium: "#898785",
59
+ surfaceColorBorderDark: "#353433",
60
+ surfaceColorBorderActive: "#2E5DD7",
61
+ surfaceColorOverlayDefault: "rgba(0,0,0,0.45)",
62
+ supportSurfaceColorInfo: "#F7F9FC",
63
+ supportSurfaceColorDanger: "#F4E1E2",
64
+ supportSurfaceColorSuccess: "#F6FFF8",
65
+ supportSurfaceColorWarning: "#FEF1D8",
66
+ supportBorderColorInfo: "#053662",
67
+ supportBorderColorDanger: "#CE3E39",
68
+ supportBorderColorSuccess: "#42814A",
69
+ supportBorderColorWarning: "#F8BB47",
70
+ iconsSizeXsmall: "14px",
71
+ iconsSizeSmall: "16px",
72
+ iconsSizeMedium: "20px",
73
+ iconsSizeLarge: "24px",
74
+ iconsSizeXlarge: "32px",
75
+ iconsColorPrimary: "#2D2D2D",
76
+ iconsColorSecondary: "#474543",
77
+ iconsColorDisabled: "#9F9D9C",
78
+ iconsColorLink: "#255A90",
79
+ iconsColorInfo: "#053662",
80
+ iconsColorDanger: "#CE3E39",
81
+ iconsColorSuccess: "#42814A",
82
+ iconsColorWarning: "#F8BB47",
83
+ iconsColorPrimaryInvert: "#FFFFFF",
84
+ layoutBorderWidthNone: "0",
85
+ layoutBorderWidthSmall: "1px",
86
+ layoutBorderWidthMedium: "2px",
87
+ layoutBorderWidthLarge: "4px",
88
+ layoutPaddingNone: "0",
89
+ layoutPaddingHair: "0.125rem",
90
+ layoutPaddingXsmall: "0.25rem",
91
+ layoutPaddingSmall: "0.5rem",
92
+ layoutPaddingMedium: "1rem",
93
+ layoutPaddingLarge: "1.5rem",
94
+ layoutPaddingXlarge: "2rem",
95
+ layoutMarginNone: "0rem",
96
+ layoutMarginHair: "0.125rem",
97
+ layoutMarginXsmall: "0.25rem",
98
+ layoutMarginSmall: "0.5rem",
99
+ layoutMarginMedium: "1rem",
100
+ layoutMarginLarge: "1.5rem",
101
+ layoutMarginXlarge: "2rem",
102
+ layoutMarginXxlarge: "2.5rem",
103
+ layoutMarginXxxlarge: "3rem",
104
+ layoutMarginHuge: "3.5rem",
105
+ layoutBorderRadiusNone: "0",
106
+ layoutBorderRadiusSmall: "2px",
107
+ layoutBorderRadiusMedium: "4px",
108
+ layoutBorderRadiusLarge: "6px",
109
+ layoutBorderRadiusCircular: "9999px",
110
+ typographyFontFamiliesBcSans: "'BC Sans'",
111
+ typographyLineHeightsXxxdense: "1.125rem",
112
+ typographyLineHeightsXxdense: "1.313rem",
113
+ typographyLineHeightsXdense: "1.688rem",
114
+ typographyLineHeightsDense: "1.913rem",
115
+ typographyLineHeightsRegular: "2.125rem",
116
+ typographyLineHeightsSparse: "2.25rem",
117
+ typographyLineHeightsXsparse: "3rem",
118
+ typographyLineHeightsXxsparse: "3.375rem",
119
+ typographyLineHeightsAuto: "AUTO",
120
+ typographyFontWeightsRegular: 400,
121
+ typographyFontWeightsBold: 700,
122
+ typographyFontWeightsItalicWeight: 400,
123
+ typographyFontWeightsItalicStyle: "italic",
124
+ typographyFontSizeLabel: "0.75rem",
125
+ typographyFontSizeSmallBody: "0.875rem",
126
+ typographyFontSizeBody: "1rem",
127
+ typographyFontSizeLargeBody: "1.125rem",
128
+ typographyFontSizeH5: "1.25rem",
129
+ typographyFontSizeH4: "1.5rem",
130
+ typographyFontSizeH3: "1.75rem",
131
+ typographyFontSizeH2: "2rem",
132
+ typographyFontSizeH1: "2.25rem",
133
+ typographyFontSizeDisplay: "3rem",
134
+ typographyLetterSpacing0: "0em",
135
+ typographyParagraphSpacing0: "0",
136
+ typographyRegularLabel: "400 0.75rem/1.125rem 'BC Sans'",
137
+ typographyRegularSmallBody: "400 0.875rem/1.313rem 'BC Sans'",
138
+ typographyRegularBody: "400 1rem/1.688rem 'BC Sans'",
139
+ typographyRegularLargeBody: "400 1.125rem/1.913rem 'BC Sans'",
140
+ typographyRegularH6: "400 1.125rem/1.913rem 'BC Sans'",
141
+ typographyRegularH5: "400 1.25rem/2.125rem 'BC Sans'",
142
+ typographyRegularH4: "400 1.5rem/2.25rem 'BC Sans'",
143
+ typographyRegularH3: "400 1.75rem/3rem 'BC Sans'",
144
+ typographyRegularH2: "400 2rem/3.375rem 'BC Sans'",
145
+ typographyRegularH1: "400 2.25rem/3rem 'BC Sans'",
146
+ typographyRegularDisplay: "400 3rem/AUTO 'BC Sans'",
147
+ typographyBoldLabel: "700 0.75rem/1.125rem 'BC Sans'",
148
+ typographyBoldSmallBody: "700 0.875rem/1.313rem 'BC Sans'",
149
+ typographyBoldBody: "700 1rem/1.688rem 'BC Sans'",
150
+ typographyBoldLargeBody: "700 1.125rem/1.913rem 'BC Sans'",
151
+ typographyBoldH6: "700 1.125rem/1.913rem 'BC Sans'",
152
+ typographyBoldH5: "700 1.25rem/2.125rem 'BC Sans'",
153
+ typographyBoldH4: "700 1.5rem/2.25rem 'BC Sans'",
154
+ typographyBoldH3: "700 1.75rem/3rem 'BC Sans'",
155
+ typographyBoldH2: "700 2rem/3rem 'BC Sans'",
156
+ typographyBoldH1: "700 2.25rem/3.375rem 'BC Sans'",
157
+ typographyBoldDisplay: "700 3rem/AUTO 'BC Sans'",
158
+ typographyItalicLabel: "400 italic 0.75rem/1.125rem 'BC Sans'",
159
+ typographyItalicSmallBody: "400 italic 0.875rem/1.313rem 'BC Sans'",
160
+ typographyItalicBody: "400 italic 1rem/1.688rem 'BC Sans'",
161
+ typographyItalicLargeBody: "400 italic 1.125rem/1.913rem 'BC Sans'",
162
+ typographyItalicH6: "400 italic 1.125rem/1.913rem 'BC Sans'",
163
+ typographyItalicH5: "400 italic 1.25rem/2.125rem 'BC Sans'",
164
+ typographyItalicH4: "400 italic 1.5rem/2.25rem 'BC Sans'",
165
+ typographyItalicH3: "400 italic 1.75rem/3.375rem 'BC Sans'",
166
+ typographyItalicH2: "400 italic 2rem/3rem 'BC Sans'",
167
+ typographyItalicH1: "400 italic 2.25rem/3.375rem 'BC Sans'",
168
+ typographyItalicDisplay: "400 italic 3rem/AUTO 'BC Sans'",
169
+ typographyTextCaseNone: "none",
170
+ typographyTextDecorationNone: "none",
171
+ typographyParagraphIndent0: "0px",
172
+ typographyColorPrimary: "#2D2D2D",
173
+ typographyColorSecondary: "#474543",
174
+ typographyColorPlaceholder: "#9F9D9C",
175
+ typographyColorDisabled: "#9F9D9C",
176
+ typographyColorLink: "#255A90",
177
+ typographyColorDanger: "#CE3E39",
178
+ typographyColorPrimaryInvert: "#FFFFFF",
179
+ typographyColorSecondaryInvert: "#ECEAE8",
180
+ themeGold10: "#FEF8E8",
181
+ themeGold20: "#FEF0D8",
182
+ themeGold30: "#FDE9C4",
183
+ themeGold40: "#FCE2B0",
184
+ themeGold50: "#FBDA9D",
185
+ themeGold60: "#FBD389",
186
+ themeGold70: "#FACC75",
187
+ themeGold80: "#F9C462",
188
+ themeGold90: "#F8BA47",
189
+ themeGold100: "#FCBA19",
190
+ themeBlue10: "#F1F8FE",
191
+ themeBlue20: "#D8EAFD",
192
+ themeBlue30: "#C1DDFC",
193
+ themeBlue40: "#A8D0FB",
194
+ themeBlue50: "#91C4FA",
195
+ themeBlue60: "#7AB8F9",
196
+ themeBlue70: "#5595D9",
197
+ themeBlue80: "#3470B1",
198
+ themeBlue90: "#1E5189",
199
+ themeBlue100: "#013366",
200
+ themeGray10: "#FAF9F8",
201
+ themeGray20: "#F3F2F1",
202
+ themeGray30: "#ECEAE8",
203
+ themeGray40: "#E0DEDC",
204
+ themeGray50: "#D1CFCD",
205
+ themeGray60: "#C6C5C3",
206
+ themeGray70: "#9F9D9C",
207
+ themeGray80: "#605E5C",
208
+ themeGray90: "#3D3C3B",
209
+ themeGray100: "#353433",
210
+ themeGray110: "#252423",
211
+ themeGrayWhite: "#FFFFFF",
212
+ themePrimaryBlue: "#013366",
213
+ themePrimaryGold: "#FCBA19",
210
214
  };