@grantcodes/style-dictionary 1.3.0 → 1.3.1
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/CHANGELOG.md +7 -0
- package/dist/css/grantcodes/grantcodes.css +367 -0
- package/dist/css/grantcodes/tokens.css +367 -0
- package/dist/css/todomap/todomap.css +200 -0
- package/dist/css/todomap/tokens.css +200 -0
- package/dist/css/wireframe/tokens.css +426 -0
- package/dist/css/wireframe/wireframe.css +426 -0
- package/dist/js/grantcodes/style-dictionary.d.ts +361 -0
- package/dist/js/grantcodes/style-dictionary.js +386 -0
- package/dist/js/todomap/style-dictionary.d.ts +202 -0
- package/dist/js/todomap/style-dictionary.js +220 -0
- package/dist/js/wireframe/style-dictionary.d.ts +414 -0
- package/dist/js/wireframe/style-dictionary.js +427 -0
- package/dist/json/grantcodes/tokens.json +351 -0
- package/dist/json/todomap/tokens.json +200 -0
- package/dist/json/wireframe/tokens.json +404 -0
- package/package.json +66 -61
- package/.turbo/turbo-build.log +0 -45
- package/.turbo/turbo-lint.log +0 -10
- package/AGENTS.md +0 -67
- package/biome.json +0 -9
- package/build.js +0 -10
- package/config.js +0 -509
- package/demo.html +0 -171
- package/lib/color-generator.js +0 -13
- package/lib/get-style-dictionary-config.js +0 -223
- package/lib/get-themes.js +0 -10
- package/lib/index.js +0 -3
- package/tests/tokens.test.js +0 -87
- package/tokens/core/tier-1-definitions/colors.json +0 -174
- package/tokens/core/tier-1-definitions/z-index.json +0 -28
- package/tokens/grantcodes/tier-1-definitions/animation.json +0 -26
- package/tokens/grantcodes/tier-1-definitions/borders.json +0 -35
- package/tokens/grantcodes/tier-1-definitions/colors.json +0 -35
- package/tokens/grantcodes/tier-1-definitions/shadows.json +0 -38
- package/tokens/grantcodes/tier-1-definitions/spacing.json +0 -49
- package/tokens/grantcodes/tier-1-definitions/typography.json +0 -142
- package/tokens/grantcodes/tier-2-usage/00-colors-background.json +0 -71
- package/tokens/grantcodes/tier-2-usage/00-colors-border.json +0 -41
- package/tokens/grantcodes/tier-2-usage/00-colors-content.json +0 -44
- package/tokens/grantcodes/tier-2-usage/animation.json +0 -23
- package/tokens/grantcodes/tier-2-usage/borders.json +0 -26
- package/tokens/grantcodes/tier-2-usage/shadows.json +0 -38
- package/tokens/grantcodes/tier-2-usage/spacing.json +0 -25
- package/tokens/grantcodes/tier-2-usage/typography-usage.json +0 -276
- package/tokens/grantcodes/tier-3-components/button.json +0 -94
- package/tokens/grantcodes/tier-3-components/focus-ring.json +0 -25
- package/tokens/grantcodes/tier-3-components/form.json +0 -69
- package/tokens/grantcodes/tier-3-components/link.json +0 -38
- package/tokens/todomap/tier-1-definitions/colors.json +0 -91
- package/tokens/todomap/tier-1-definitions/spacing.json +0 -49
- package/tokens/todomap/tier-1-definitions/typography.json +0 -12
- package/tokens/todomap/tier-2-usage/00-colors-background.json +0 -35
- package/tokens/todomap/tier-2-usage/00-colors-content.json +0 -32
- package/tokens/todomap/tier-2-usage/spacing.json +0 -25
- package/tokens/todomap/tier-2-usage/typography-usage.json +0 -20
- package/tokens/todomap/tier-3-components/button.json +0 -140
- package/tokens/todomap/tier-3-components/focus-ring.json +0 -25
- package/tokens/todomap/tier-3-components/form.json +0 -69
- package/tokens/todomap/tier-3-components/link.json +0 -38
- package/tokens/wireframe/tier-1-definitions/animation.json +0 -17
- package/tokens/wireframe/tier-1-definitions/borders.json +0 -41
- package/tokens/wireframe/tier-1-definitions/colors.json +0 -35
- package/tokens/wireframe/tier-1-definitions/shadows.json +0 -38
- package/tokens/wireframe/tier-1-definitions/spacing.json +0 -49
- package/tokens/wireframe/tier-1-definitions/typography.json +0 -130
- package/tokens/wireframe/tier-2-usage/00-colors-background.json +0 -85
- package/tokens/wireframe/tier-2-usage/00-colors-border.json +0 -41
- package/tokens/wireframe/tier-2-usage/00-colors-content.json +0 -44
- package/tokens/wireframe/tier-2-usage/animation.json +0 -23
- package/tokens/wireframe/tier-2-usage/borders.json +0 -32
- package/tokens/wireframe/tier-2-usage/shadows.json +0 -38
- package/tokens/wireframe/tier-2-usage/spacing.json +0 -25
- package/tokens/wireframe/tier-2-usage/typography-usage.json +0 -444
- package/tokens/wireframe/tier-3-components/button.json +0 -94
- package/tokens/wireframe/tier-3-components/focus-ring.json +0 -25
- package/tokens/wireframe/tier-3-components/form.json +0 -69
- package/tokens/wireframe/tier-3-components/link.json +0 -38
|
@@ -0,0 +1,361 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export const GColorNeutral100: string;
|
|
6
|
+
export const GColorNeutral200: string;
|
|
7
|
+
export const GColorNeutral300: string;
|
|
8
|
+
export const GColorNeutral400: string;
|
|
9
|
+
export const GColorNeutral500: string;
|
|
10
|
+
export const GColorNeutral600: string;
|
|
11
|
+
export const GColorNeutral700: string;
|
|
12
|
+
export const GColorNeutral800: string;
|
|
13
|
+
export const GColorNeutral900: string;
|
|
14
|
+
export const GColorNeutralWhite: string;
|
|
15
|
+
export const GColorNeutralBlack: string;
|
|
16
|
+
export const GColorUtilityGreen100: string;
|
|
17
|
+
export const GColorUtilityGreen200: string;
|
|
18
|
+
export const GColorUtilityGreen300: string;
|
|
19
|
+
export const GColorUtilityGreen400: string;
|
|
20
|
+
export const GColorUtilityGreen500: string;
|
|
21
|
+
export const GColorUtilityGreen600: string;
|
|
22
|
+
export const GColorUtilityGreen700: string;
|
|
23
|
+
export const GColorUtilityGreen800: string;
|
|
24
|
+
export const GColorUtilityGreen900: string;
|
|
25
|
+
export const GColorUtilityBlue100: string;
|
|
26
|
+
export const GColorUtilityBlue200: string;
|
|
27
|
+
export const GColorUtilityBlue300: string;
|
|
28
|
+
export const GColorUtilityBlue500: string;
|
|
29
|
+
export const GColorUtilityBlue600: string;
|
|
30
|
+
export const GColorUtilityBlue700: string;
|
|
31
|
+
export const GColorUtilityBlue800: string;
|
|
32
|
+
export const GColorUtilityBlue900: string;
|
|
33
|
+
export const GColorUtilityYellow100: string;
|
|
34
|
+
export const GColorUtilityYellow200: string;
|
|
35
|
+
export const GColorUtilityYellow300: string;
|
|
36
|
+
export const GColorUtilityYellow400: string;
|
|
37
|
+
export const GColorUtilityYellow500: string;
|
|
38
|
+
export const GColorUtilityYellow600: string;
|
|
39
|
+
export const GColorUtilityYellow700: string;
|
|
40
|
+
export const GColorUtilityYellow800: string;
|
|
41
|
+
export const GColorUtilityYellow900: string;
|
|
42
|
+
export const GColorUtilityRed100: string;
|
|
43
|
+
export const GColorUtilityRed200: string;
|
|
44
|
+
export const GColorUtilityRed300: string;
|
|
45
|
+
export const GColorUtilityRed400: string;
|
|
46
|
+
export const GColorUtilityRed500: string;
|
|
47
|
+
export const GColorUtilityRed600: string;
|
|
48
|
+
export const GColorUtilityRed700: string;
|
|
49
|
+
export const GColorUtilityRed800: string;
|
|
50
|
+
export const GColorUtilityRed900: string;
|
|
51
|
+
export const GColorTransparent0: string;
|
|
52
|
+
export const GColorTransparent10: string;
|
|
53
|
+
export const GColorTransparent25: string;
|
|
54
|
+
export const GColorTransparent50: string;
|
|
55
|
+
export const GColorTransparent75: string;
|
|
56
|
+
export const GColorTransparent90: string;
|
|
57
|
+
export const GColorBrandPurple100: string;
|
|
58
|
+
export const GColorBrandPurple200: string;
|
|
59
|
+
export const GColorBrandPurple300: string;
|
|
60
|
+
export const GColorBrandPurple400: string;
|
|
61
|
+
export const GColorBrandPurple500: string;
|
|
62
|
+
export const GColorBrandPurple600: string;
|
|
63
|
+
export const GColorBrandPurple700: string;
|
|
64
|
+
export const GColorBrandPurple800: string;
|
|
65
|
+
export const GColorBrandPurple900: string;
|
|
66
|
+
export const GThemeColorBackgroundDefault: string;
|
|
67
|
+
export const GThemeColorBackgroundDefaultHover: string;
|
|
68
|
+
export const GThemeColorBackgroundSubtle: string;
|
|
69
|
+
export const GThemeColorBackgroundSubtleHover: string;
|
|
70
|
+
export const GThemeColorBackgroundKnockout: string;
|
|
71
|
+
export const GThemeColorBackgroundBrand: string;
|
|
72
|
+
export const GThemeColorBackgroundBrandHover: string;
|
|
73
|
+
export const GThemeColorBackgroundBrandDisabled: string;
|
|
74
|
+
export const GThemeColorBackgroundBrandKnockout: string;
|
|
75
|
+
export const GThemeColorBackgroundBrandKnockoutHover: string;
|
|
76
|
+
export const GThemeColorBackgroundUtilityError: string;
|
|
77
|
+
export const GThemeColorBackgroundUtilityErrorKnockout: string;
|
|
78
|
+
export const GThemeColorBackgroundUtilityWarning: string;
|
|
79
|
+
export const GThemeColorBackgroundUtilityWarningKnockout: string;
|
|
80
|
+
export const GThemeColorBackgroundUtilitySuccess: string;
|
|
81
|
+
export const GThemeColorBackgroundUtilitySuccessKnockout: string;
|
|
82
|
+
export const GThemeColorBackgroundUtilityInfo: string;
|
|
83
|
+
export const GThemeColorBackgroundUtilityInfoKnockout: string;
|
|
84
|
+
export const GThemeColorBackgroundDisabled: string;
|
|
85
|
+
export const GThemeColorBackgroundTransparent: string;
|
|
86
|
+
export const GThemeColorBackgroundTransparentStrong: string;
|
|
87
|
+
export const GThemeColorBorderDefault: string;
|
|
88
|
+
export const GThemeColorBorderDefaultHover: string;
|
|
89
|
+
export const GThemeColorBorderSubtle: string;
|
|
90
|
+
export const GThemeColorBorderStrong: string;
|
|
91
|
+
export const GThemeColorBorderKnockout: string;
|
|
92
|
+
export const GThemeColorBorderBrand: string;
|
|
93
|
+
export const GThemeColorBorderUtilityError: string;
|
|
94
|
+
export const GThemeColorBorderUtilityWarning: string;
|
|
95
|
+
export const GThemeColorBorderUtilitySuccess: string;
|
|
96
|
+
export const GThemeColorBorderUtilityInfo: string;
|
|
97
|
+
export const GThemeColorBorderDisabled: string;
|
|
98
|
+
export const GThemeColorContentDefault: string;
|
|
99
|
+
export const GThemeColorContentDefaultHover: string;
|
|
100
|
+
export const GThemeColorContentSubtle: string;
|
|
101
|
+
export const GThemeColorContentKnockout: string;
|
|
102
|
+
export const GThemeColorContentBrand: string;
|
|
103
|
+
export const GThemeColorContentBrandHover: string;
|
|
104
|
+
export const GThemeColorContentBrandKnockout: string;
|
|
105
|
+
export const GThemeColorContentDisabled: string;
|
|
106
|
+
export const GThemeColorContentUtilityError: string;
|
|
107
|
+
export const GThemeColorContentUtilityWarning: string;
|
|
108
|
+
export const GThemeColorContentUtilitySuccess: string;
|
|
109
|
+
export const GThemeColorContentUtilityInfo: string;
|
|
110
|
+
export const GZIndex0: string;
|
|
111
|
+
export const GZIndex100: string;
|
|
112
|
+
export const GZIndex200: string;
|
|
113
|
+
export const GZIndex300: string;
|
|
114
|
+
export const GZIndex400: string;
|
|
115
|
+
export const GZIndex500: string;
|
|
116
|
+
export const GZIndexTop: string;
|
|
117
|
+
export const GZIndexBottom: string;
|
|
118
|
+
export const GAnimationDuration10: string;
|
|
119
|
+
export const GAnimationDuration20: string;
|
|
120
|
+
export const GAnimationDuration30: string;
|
|
121
|
+
export const GAnimationDuration40: string;
|
|
122
|
+
export const GAnimationTimingFunctionEase: string;
|
|
123
|
+
export const GAnimationTimingFunctionLinear: string;
|
|
124
|
+
export const GThemeAnimationFadeQuick: string;
|
|
125
|
+
export const GThemeAnimationFadeLong: string;
|
|
126
|
+
export const GThemeAnimationMoveQuick: string;
|
|
127
|
+
export const GThemeAnimationMoveLong: string;
|
|
128
|
+
export const GThemeAnimationEase: string;
|
|
129
|
+
export const GBorderRadius125: string;
|
|
130
|
+
export const GBorderRadius250: string;
|
|
131
|
+
export const GBorderRadius500: string;
|
|
132
|
+
export const GBorderRadius1000: string;
|
|
133
|
+
export const GBorderRadiusSquare: string;
|
|
134
|
+
export const GBorderRadiusRounded: string;
|
|
135
|
+
export const GThemeBorderRadiusSm: string;
|
|
136
|
+
export const GThemeBorderRadiusMd: string;
|
|
137
|
+
export const GThemeBorderRadiusLg: string;
|
|
138
|
+
export const GBorderWidth1: string;
|
|
139
|
+
export const GBorderWidth2: string;
|
|
140
|
+
export const GBorderWidth4: string;
|
|
141
|
+
export const GThemeBorderWidthSm: string;
|
|
142
|
+
export const GThemeBorderWidthMd: string;
|
|
143
|
+
export const GThemeBorderWidthLg: string;
|
|
144
|
+
export const GShadowSmX: string;
|
|
145
|
+
export const GShadowSmY: string;
|
|
146
|
+
export const GShadowSmBlur: string;
|
|
147
|
+
export const GShadowSmSpread: string;
|
|
148
|
+
export const GShadowSmColor: string;
|
|
149
|
+
export const GShadowMdX: string;
|
|
150
|
+
export const GShadowMdY: string;
|
|
151
|
+
export const GShadowMdBlur: string;
|
|
152
|
+
export const GShadowMdSpread: string;
|
|
153
|
+
export const GShadowMdColor: string;
|
|
154
|
+
export const GSpacing0: string;
|
|
155
|
+
export const GSpacing1: string;
|
|
156
|
+
export const GSpacing2: string;
|
|
157
|
+
export const GSpacing4: string;
|
|
158
|
+
export const GSpacing6: string;
|
|
159
|
+
export const GSpacing8: string;
|
|
160
|
+
export const GSpacing10: string;
|
|
161
|
+
export const GSpacing12: string;
|
|
162
|
+
export const GSpacing16: string;
|
|
163
|
+
export const GSpacing20: string;
|
|
164
|
+
export const GSpacing24: string;
|
|
165
|
+
export const GSpacing32: string;
|
|
166
|
+
export const GSpacing40: string;
|
|
167
|
+
export const GSpacing48: string;
|
|
168
|
+
export const GSpacing64: string;
|
|
169
|
+
export const GThemeSpacingXs: string;
|
|
170
|
+
export const GThemeSpacingSm: string;
|
|
171
|
+
export const GThemeSpacingMd: string;
|
|
172
|
+
export const GThemeSpacingLg: string;
|
|
173
|
+
export const GThemeSpacingXl: string;
|
|
174
|
+
export const GThemeSpacing2xl: string;
|
|
175
|
+
export const GThemeSpacing3xl: string;
|
|
176
|
+
export const GTypographyFontFamilySystem: string;
|
|
177
|
+
export const GTypographyFontFamilyGreycliff: string;
|
|
178
|
+
export const GTypographyFontWeight400: string;
|
|
179
|
+
export const GTypographyFontWeight500: string;
|
|
180
|
+
export const GTypographyFontWeight600: string;
|
|
181
|
+
export const GTypographyFontWeight700: string;
|
|
182
|
+
export const GTypographyFontWeight800: string;
|
|
183
|
+
export const GTypographyFontWeight900: string;
|
|
184
|
+
export const GTypographyFontSize12: string;
|
|
185
|
+
export const GTypographyFontSize14: string;
|
|
186
|
+
export const GTypographyFontSize16: string;
|
|
187
|
+
export const GTypographyFontSize18: string;
|
|
188
|
+
export const GTypographyFontSize20: string;
|
|
189
|
+
export const GTypographyFontSize24: string;
|
|
190
|
+
export const GTypographyFontSize28: string;
|
|
191
|
+
export const GTypographyFontSize32: string;
|
|
192
|
+
export const GTypographyFontSize40: string;
|
|
193
|
+
export const GTypographyFontSize48: string;
|
|
194
|
+
export const GTypographyFontSize56: string;
|
|
195
|
+
export const GTypographyFontSize64: string;
|
|
196
|
+
export const GTypographyFontSize100: string;
|
|
197
|
+
export const GTypographyLineHeight16: string;
|
|
198
|
+
export const GTypographyLineHeight20: string;
|
|
199
|
+
export const GTypographyLineHeight24: string;
|
|
200
|
+
export const GTypographyLineHeight28: string;
|
|
201
|
+
export const GTypographyLineHeight32: string;
|
|
202
|
+
export const GTypographyLineHeight36: string;
|
|
203
|
+
export const GTypographyLineHeight40: string;
|
|
204
|
+
export const GTypographyLineHeight48: string;
|
|
205
|
+
export const GTypographyLineHeight56: string;
|
|
206
|
+
export const GTypographyLineHeight64: string;
|
|
207
|
+
export const GTypographyLineHeight72: string;
|
|
208
|
+
export const GTypographyLineHeight110: string;
|
|
209
|
+
export const GTypographyLetterSpacing0: string;
|
|
210
|
+
export const GTypographyLetterSpacing2: string;
|
|
211
|
+
export const GTypographyLetterSpacingMinus2: string;
|
|
212
|
+
export const GTypographyLetterSpacingMinus1Half: string;
|
|
213
|
+
export const GTypographyLetterSpacingMinus1: string;
|
|
214
|
+
export const GTypographyLetterSpacingMinusHalf: string;
|
|
215
|
+
export const GTypographyLetterSpacingHalf: string;
|
|
216
|
+
export const GTypographyTextTransformNone: string;
|
|
217
|
+
export const GTypographyTextTransformUppercase: string;
|
|
218
|
+
export const GThemeTypographyDisplayDefaultFontFamily: string;
|
|
219
|
+
export const GThemeTypographyDisplayDefaultFontWeight: string;
|
|
220
|
+
export const GThemeTypographyDisplayDefaultFontSize: string;
|
|
221
|
+
export const GThemeTypographyDisplayDefaultLineHeight: string;
|
|
222
|
+
export const GThemeTypographyDisplayDefaultLetterSpacing: string;
|
|
223
|
+
export const GThemeTypographyDisplaySmFontFamily: string;
|
|
224
|
+
export const GThemeTypographyDisplaySmFontWeight: string;
|
|
225
|
+
export const GThemeTypographyDisplaySmFontSize: string;
|
|
226
|
+
export const GThemeTypographyDisplaySmLineHeight: string;
|
|
227
|
+
export const GThemeTypographyDisplaySmLetterSpacing: string;
|
|
228
|
+
export const GThemeTypographyHeadlineLgFontFamily: string;
|
|
229
|
+
export const GThemeTypographyHeadlineLgFontWeight: string;
|
|
230
|
+
export const GThemeTypographyHeadlineLgFontSize: string;
|
|
231
|
+
export const GThemeTypographyHeadlineLgLineHeight: string;
|
|
232
|
+
export const GThemeTypographyHeadlineLgLetterSpacing: string;
|
|
233
|
+
export const GThemeTypographyHeadlineDefaultFontFamily: string;
|
|
234
|
+
export const GThemeTypographyHeadlineDefaultFontWeight: string;
|
|
235
|
+
export const GThemeTypographyHeadlineDefaultFontSize: string;
|
|
236
|
+
export const GThemeTypographyHeadlineDefaultLineHeight: string;
|
|
237
|
+
export const GThemeTypographyHeadlineDefaultLetterSpacing: string;
|
|
238
|
+
export const GThemeTypographyHeadlineSmFontFamily: string;
|
|
239
|
+
export const GThemeTypographyHeadlineSmFontWeight: string;
|
|
240
|
+
export const GThemeTypographyHeadlineSmFontSize: string;
|
|
241
|
+
export const GThemeTypographyHeadlineSmLineHeight: string;
|
|
242
|
+
export const GThemeTypographyHeadlineSmLetterSpacing: string;
|
|
243
|
+
export const GThemeTypographyTitleLgFontFamily: string;
|
|
244
|
+
export const GThemeTypographyTitleLgFontWeight: string;
|
|
245
|
+
export const GThemeTypographyTitleLgFontSize: string;
|
|
246
|
+
export const GThemeTypographyTitleLgLineHeight: string;
|
|
247
|
+
export const GThemeTypographyTitleLgLetterSpacing: string;
|
|
248
|
+
export const GThemeTypographyTitleDefaultFontFamily: string;
|
|
249
|
+
export const GThemeTypographyTitleDefaultFontWeight: string;
|
|
250
|
+
export const GThemeTypographyTitleDefaultFontSize: string;
|
|
251
|
+
export const GThemeTypographyTitleDefaultLineHeight: string;
|
|
252
|
+
export const GThemeTypographyTitleDefaultLetterSpacing: string;
|
|
253
|
+
export const GThemeTypographyTitleSmFontFamily: string;
|
|
254
|
+
export const GThemeTypographyTitleSmFontWeight: string;
|
|
255
|
+
export const GThemeTypographyTitleSmFontSize: string;
|
|
256
|
+
export const GThemeTypographyTitleSmLineHeight: string;
|
|
257
|
+
export const GThemeTypographyTitleSmLetterSpacing: string;
|
|
258
|
+
export const GThemeTypographyLabelLgFontFamily: string;
|
|
259
|
+
export const GThemeTypographyLabelLgFontWeight: string;
|
|
260
|
+
export const GThemeTypographyLabelLgFontSize: string;
|
|
261
|
+
export const GThemeTypographyLabelLgLineHeight: string;
|
|
262
|
+
export const GThemeTypographyLabelLgLetterSpacing: string;
|
|
263
|
+
export const GThemeTypographyLabelDefaultFontFamily: string;
|
|
264
|
+
export const GThemeTypographyLabelDefaultFontWeight: string;
|
|
265
|
+
export const GThemeTypographyLabelDefaultFontSize: string;
|
|
266
|
+
export const GThemeTypographyLabelDefaultLineHeight: string;
|
|
267
|
+
export const GThemeTypographyLabelDefaultLetterSpacing: string;
|
|
268
|
+
export const GThemeTypographyLabelSmFontFamily: string;
|
|
269
|
+
export const GThemeTypographyLabelSmFontWeight: string;
|
|
270
|
+
export const GThemeTypographyLabelSmFontSize: string;
|
|
271
|
+
export const GThemeTypographyLabelSmLineHeight: string;
|
|
272
|
+
export const GThemeTypographyLabelSmLetterSpacing: string;
|
|
273
|
+
export const GThemeTypographyBodyLgFontFamily: string;
|
|
274
|
+
export const GThemeTypographyBodyLgFontWeight: string;
|
|
275
|
+
export const GThemeTypographyBodyLgFontSize: string;
|
|
276
|
+
export const GThemeTypographyBodyLgLineHeight: string;
|
|
277
|
+
export const GThemeTypographyBodyLgLetterSpacing: string;
|
|
278
|
+
export const GThemeTypographyBodyDefaultFontFamily: string;
|
|
279
|
+
export const GThemeTypographyBodyDefaultFontWeight: string;
|
|
280
|
+
export const GThemeTypographyBodyDefaultFontSize: string;
|
|
281
|
+
export const GThemeTypographyBodyDefaultLineHeight: string;
|
|
282
|
+
export const GThemeTypographyBodyDefaultLetterSpacing: string;
|
|
283
|
+
export const GThemeTypographyBodySmFontFamily: string;
|
|
284
|
+
export const GThemeTypographyBodySmFontWeight: string;
|
|
285
|
+
export const GThemeTypographyBodySmFontSize: string;
|
|
286
|
+
export const GThemeTypographyBodySmLineHeight: string;
|
|
287
|
+
export const GThemeTypographyBodySmLetterSpacing: string;
|
|
288
|
+
export const GThemeTypographyMetaDefaultFontFamily: string;
|
|
289
|
+
export const GThemeTypographyMetaDefaultFontWeight: string;
|
|
290
|
+
export const GThemeTypographyMetaDefaultFontSize: string;
|
|
291
|
+
export const GThemeTypographyMetaDefaultLineHeight: string;
|
|
292
|
+
export const GThemeTypographyMetaDefaultLetterSpacing: string;
|
|
293
|
+
export const GThemeTypographyMetaSmFontFamily: string;
|
|
294
|
+
export const GThemeTypographyMetaSmFontWeight: string;
|
|
295
|
+
export const GThemeTypographyMetaSmFontSize: string;
|
|
296
|
+
export const GThemeTypographyMetaSmLineHeight: string;
|
|
297
|
+
export const GThemeTypographyMetaSmLetterSpacing: string;
|
|
298
|
+
export const GThemeBoxShadowSmX: string;
|
|
299
|
+
export const GThemeBoxShadowSmY: string;
|
|
300
|
+
export const GThemeBoxShadowSmBlur: string;
|
|
301
|
+
export const GThemeBoxShadowSmSpread: string;
|
|
302
|
+
export const GThemeBoxShadowSmColor: string;
|
|
303
|
+
export const GThemeBoxShadowMdX: string;
|
|
304
|
+
export const GThemeBoxShadowMdY: string;
|
|
305
|
+
export const GThemeBoxShadowMdBlur: string;
|
|
306
|
+
export const GThemeBoxShadowMdSpread: string;
|
|
307
|
+
export const GThemeBoxShadowMdColor: string;
|
|
308
|
+
export const GThemeButtonColorBackgroundDefault: string;
|
|
309
|
+
export const GThemeButtonColorBackgroundHover: string;
|
|
310
|
+
export const GThemeButtonColorBackgroundActive: string;
|
|
311
|
+
export const GThemeButtonColorBackgroundDisabled: string;
|
|
312
|
+
export const GThemeButtonColorContentDefault: string;
|
|
313
|
+
export const GThemeButtonColorContentHover: string;
|
|
314
|
+
export const GThemeButtonColorContentActive: string;
|
|
315
|
+
export const GThemeButtonColorContentDisabled: string;
|
|
316
|
+
export const GThemeButtonColorBorderDefault: string;
|
|
317
|
+
export const GThemeButtonColorBorderHover: string;
|
|
318
|
+
export const GThemeButtonColorBorderActive: string;
|
|
319
|
+
export const GThemeButtonColorBorderDisabled: string;
|
|
320
|
+
export const GThemeButtonPrimaryColorBackgroundDefault: string;
|
|
321
|
+
export const GThemeButtonPrimaryColorBackgroundHover: string;
|
|
322
|
+
export const GThemeButtonPrimaryColorBackgroundActive: string;
|
|
323
|
+
export const GThemeButtonPrimaryColorBackgroundDisabled: string;
|
|
324
|
+
export const GThemeButtonPrimaryColorContentDefault: string;
|
|
325
|
+
export const GThemeButtonPrimaryColorContentHover: string;
|
|
326
|
+
export const GThemeButtonPrimaryColorContentActive: string;
|
|
327
|
+
export const GThemeButtonPrimaryColorContentDisabled: string;
|
|
328
|
+
export const GThemeButtonPrimaryColorBorderDefault: string;
|
|
329
|
+
export const GThemeButtonPrimaryColorBorderHover: string;
|
|
330
|
+
export const GThemeButtonPrimaryColorBorderActive: string;
|
|
331
|
+
export const GThemeButtonPrimaryColorBorderDisabled: string;
|
|
332
|
+
export const GThemeFocusRingColorDefault: string;
|
|
333
|
+
export const GThemeFocusRingColorContrast: string;
|
|
334
|
+
export const GThemeFocusRingColorContrastShadow: string;
|
|
335
|
+
export const GThemeFocusRingWidthDefault: string;
|
|
336
|
+
export const GThemeFocusRingOffsetDefault: string;
|
|
337
|
+
export const GThemeFormColorBackgroundDefault: string;
|
|
338
|
+
export const GThemeFormColorBackgroundFocus: string;
|
|
339
|
+
export const GThemeFormColorBackgroundHover: string;
|
|
340
|
+
export const GThemeFormColorBackgroundActive: string;
|
|
341
|
+
export const GThemeFormColorBackgroundDisabled: string;
|
|
342
|
+
export const GThemeFormColorContentDefault: string;
|
|
343
|
+
export const GThemeFormColorContentFocus: string;
|
|
344
|
+
export const GThemeFormColorContentHover: string;
|
|
345
|
+
export const GThemeFormColorContentActive: string;
|
|
346
|
+
export const GThemeFormColorContentDisabled: string;
|
|
347
|
+
export const GThemeFormColorBorderDefault: string;
|
|
348
|
+
export const GThemeFormColorBorderFocus: string;
|
|
349
|
+
export const GThemeFormColorBorderHover: string;
|
|
350
|
+
export const GThemeFormColorBorderActive: string;
|
|
351
|
+
export const GThemeFormColorBorderDisabled: string;
|
|
352
|
+
export const GThemeFormColorBorderError: string;
|
|
353
|
+
export const GThemeFormInputAccentColorDefault: string;
|
|
354
|
+
export const GThemeLinkColorContentDefault: string;
|
|
355
|
+
export const GThemeLinkColorContentHover: string;
|
|
356
|
+
export const GThemeLinkColorContentActive: string;
|
|
357
|
+
export const GThemeLinkColorContentVisited: string;
|
|
358
|
+
export const GThemeLinkKnockoutColorContentDefault: string;
|
|
359
|
+
export const GThemeLinkKnockoutColorContentHover: string;
|
|
360
|
+
export const GThemeLinkKnockoutColorContentActive: string;
|
|
361
|
+
export const GThemeLinkKnockoutColorContentVisited: string;
|