@grantcodes/style-dictionary 1.3.1 → 1.4.0
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 +15 -0
- package/assets/fonts/grantina.css +1 -0
- package/assets/logos/grantina/monogram-light-bg.svg +3 -0
- package/assets/logos/grantina/monogram.svg +15 -0
- package/dist/css/grantcodes/dark.css +168 -0
- package/dist/css/grantcodes/grantcodes.css +126 -150
- package/dist/css/grantcodes/tokens.css +126 -150
- package/dist/css/grantina/dark.css +166 -0
- package/dist/css/grantina/grantina.css +363 -0
- package/dist/css/grantina/tokens.css +363 -0
- package/dist/css/todomap/dark.css +120 -0
- package/dist/css/todomap/todomap.css +172 -12
- package/dist/css/todomap/tokens.css +172 -12
- package/dist/css/wireframe/dark.css +180 -0
- package/dist/css/wireframe/tokens.css +145 -206
- package/dist/css/wireframe/wireframe.css +145 -206
- package/dist/js/grantcodes/style-dictionary.d.ts +111 -133
- package/dist/js/grantcodes/style-dictionary.js +117 -141
- package/dist/js/grantina/style-dictionary.d.ts +362 -0
- package/dist/js/grantina/style-dictionary.js +391 -0
- package/dist/js/todomap/style-dictionary.d.ts +164 -10
- package/dist/js/todomap/style-dictionary.js +182 -14
- package/dist/js/wireframe/style-dictionary.d.ts +130 -183
- package/dist/js/wireframe/style-dictionary.js +134 -193
- package/dist/json/grantcodes/tokens.json +114 -136
- package/dist/json/grantina/tokens.json +352 -0
- package/dist/json/todomap/tokens.json +159 -13
- package/dist/json/wireframe/tokens.json +133 -186
- package/package.json +13 -3
|
@@ -2,6 +2,33 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
+
export const GAnimationDuration10 = "100ms";
|
|
6
|
+
export const GAnimationDuration20 = "200ms";
|
|
7
|
+
export const GAnimationDuration30 = "300ms";
|
|
8
|
+
export const GAnimationDuration40 = "400ms";
|
|
9
|
+
export const GAnimationTimingFunctionEase = "ease-in-out";
|
|
10
|
+
export const GAnimationTimingFunctionLinear = "linear";
|
|
11
|
+
export const GThemeAnimationFadeQuick = "100ms";
|
|
12
|
+
export const GThemeAnimationFadeLong = "400ms";
|
|
13
|
+
export const GThemeAnimationMoveQuick = "200ms";
|
|
14
|
+
export const GThemeAnimationMoveLong = "400ms";
|
|
15
|
+
export const GThemeAnimationEase = "ease-in-out";
|
|
16
|
+
export const GBorderWidth1 = "0.0625rem";
|
|
17
|
+
export const GBorderWidth2 = "0.125rem";
|
|
18
|
+
export const GBorderWidth4 = "0.25rem";
|
|
19
|
+
export const GThemeBorderWidthSm = "0.0625rem";
|
|
20
|
+
export const GThemeBorderWidthMd = "0.125rem";
|
|
21
|
+
export const GThemeBorderWidthLg = "0.25rem";
|
|
22
|
+
export const GBorderRadius125 = "0.125rem";
|
|
23
|
+
export const GBorderRadius250 = "0.25rem";
|
|
24
|
+
export const GBorderRadius500 = "0.5rem";
|
|
25
|
+
export const GBorderRadius1000 = "1rem";
|
|
26
|
+
export const GBorderRadiusSquare = "0";
|
|
27
|
+
export const GBorderRadiusPill = "624.9375rem";
|
|
28
|
+
export const GBorderRadiusRounded = "50%";
|
|
29
|
+
export const GThemeBorderRadiusSm = "0.25rem";
|
|
30
|
+
export const GThemeBorderRadiusMd = "0.5rem";
|
|
31
|
+
export const GThemeBorderRadiusLg = "1rem";
|
|
5
32
|
export const GColorNeutral100 = "oklch(95% 0 0)";
|
|
6
33
|
export const GColorNeutral200 = "oklch(90% 0 0)";
|
|
7
34
|
export const GColorNeutral300 = "oklch(80% 0 0)";
|
|
@@ -91,6 +118,17 @@ export const GThemeColorBackgroundUtilityWarning =
|
|
|
91
118
|
"oklch(97.66% 0.0606 103.43)";
|
|
92
119
|
export const GThemeColorBackgroundUtilitySuccess = "oklch(96.73% 0.0537 129.1)";
|
|
93
120
|
export const GThemeColorBackgroundUtilityInfo = "oklch(95.86% 0.0542 179.13)";
|
|
121
|
+
export const GThemeColorBorderDefault = "oklch(80% 0 0)";
|
|
122
|
+
export const GThemeColorBorderDefaultHover = "oklch(60% 0 0)";
|
|
123
|
+
export const GThemeColorBorderSubtle = "oklch(90% 0 0)";
|
|
124
|
+
export const GThemeColorBorderStrong = "oklch(20% 0 0)";
|
|
125
|
+
export const GThemeColorBorderKnockout = "oklch(70% 0 0)";
|
|
126
|
+
export const GThemeColorBorderBrand = "oklch(51.18% 0.229 15.5)";
|
|
127
|
+
export const GThemeColorBorderUtilityError = "oklch(51.18% 0.1802 32.56)";
|
|
128
|
+
export const GThemeColorBorderUtilityWarning = "oklch(68.35% 0.14027 94.7302)";
|
|
129
|
+
export const GThemeColorBorderUtilitySuccess = "oklch(57.11% 0.1795 142.12)";
|
|
130
|
+
export const GThemeColorBorderUtilityInfo = "oklch(56.7% 0.116289 232.4331)";
|
|
131
|
+
export const GThemeColorBorderDisabled = "oklch(90% 0 0)";
|
|
94
132
|
export const GThemeColorContentDefault = "oklch(20% 0 0)";
|
|
95
133
|
export const GThemeColorContentSubtle = "oklch(60% 0 0)";
|
|
96
134
|
export const GThemeColorContentKnockout = "oklch(100% 0 0)";
|
|
@@ -99,14 +137,16 @@ export const GThemeColorContentUtilityError = "oklch(60.03% 0.1938 35.81)";
|
|
|
99
137
|
export const GThemeColorContentUtilityWarning = "oklch(78.68% 0.162 96.43)";
|
|
100
138
|
export const GThemeColorContentUtilitySuccess = "oklch(65.44% 0.1981 141.12)";
|
|
101
139
|
export const GThemeColorContentUtilityInfo = "oklch(68.89% 0.125872 220.4932)";
|
|
102
|
-
export const
|
|
103
|
-
export const
|
|
104
|
-
export const
|
|
105
|
-
export const
|
|
106
|
-
export const
|
|
107
|
-
export const
|
|
108
|
-
export const
|
|
109
|
-
export const
|
|
140
|
+
export const GShadowSmX = "0rem";
|
|
141
|
+
export const GShadowSmY = "0.25rem";
|
|
142
|
+
export const GShadowSmBlur = "0.25rem";
|
|
143
|
+
export const GShadowSmSpread = "0rem";
|
|
144
|
+
export const GShadowSmColor = "#00000040";
|
|
145
|
+
export const GShadowMdX = "0rem";
|
|
146
|
+
export const GShadowMdY = "0.5rem";
|
|
147
|
+
export const GShadowMdBlur = "0.375rem";
|
|
148
|
+
export const GShadowMdSpread = "-0.375rem";
|
|
149
|
+
export const GShadowMdColor = "#0000001a";
|
|
110
150
|
export const GSpacing0 = "0rem";
|
|
111
151
|
export const GSpacing1 = "0.0625rem";
|
|
112
152
|
export const GSpacing2 = "0.125rem";
|
|
@@ -129,16 +169,144 @@ export const GThemeSpacingLg = "1.5rem";
|
|
|
129
169
|
export const GThemeSpacingXl = "2rem";
|
|
130
170
|
export const GThemeSpacing2xl = "3rem";
|
|
131
171
|
export const GThemeSpacing3xl = "4rem";
|
|
172
|
+
export const GTypographyFontWeight400 = "400";
|
|
173
|
+
export const GTypographyFontWeight500 = "500";
|
|
174
|
+
export const GTypographyFontWeight600 = "600";
|
|
175
|
+
export const GTypographyFontWeight700 = "700";
|
|
176
|
+
export const GThemeTypographyFontWeightHeading = "700";
|
|
177
|
+
export const GThemeTypographyFontWeightBody = "400";
|
|
178
|
+
export const GTypographyLetterSpacingNone = "0rem";
|
|
179
|
+
export const GTypographyLetterSpacingSm = "0.0313rem";
|
|
180
|
+
export const GTypographyLetterSpacingLg = "0.125rem";
|
|
181
|
+
export const GTypographyLetterSpacingNegSm = "-0.0313rem";
|
|
182
|
+
export const GTypographyLetterSpacingNegMd = "-0.0625rem";
|
|
183
|
+
export const GTypographyLetterSpacingNegLg = "-0.0938rem";
|
|
184
|
+
export const GTypographyLetterSpacingNegXl = "-0.125rem";
|
|
185
|
+
export const GTypographyTextTransformNone = "none";
|
|
186
|
+
export const GTypographyTextTransformUppercase = "uppercase";
|
|
132
187
|
export const GTypographyFontFamilySystem =
|
|
133
|
-
"-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
188
|
+
"-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
134
189
|
export const GTypographyFontFamilyQuicksand =
|
|
135
|
-
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
190
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
136
191
|
export const GThemeTypographyFontFamilyHeading =
|
|
137
|
-
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
192
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
138
193
|
export const GThemeTypographyFontFamilyBody =
|
|
139
|
-
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
140
|
-
export const
|
|
141
|
-
export const
|
|
194
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
195
|
+
export const GTypographyFontSizeXs = "0.75rem";
|
|
196
|
+
export const GTypographyFontSizeSm = "0.875rem";
|
|
197
|
+
export const GTypographyFontSizeMd = "1rem";
|
|
198
|
+
export const GTypographyFontSizeLg = "1.125rem";
|
|
199
|
+
export const GTypographyFontSizeXl = "1.25rem";
|
|
200
|
+
export const GTypographyFontSize2xl = "1.5rem";
|
|
201
|
+
export const GTypographyFontSize3xl = "1.75rem";
|
|
202
|
+
export const GTypographyFontSize4xl = "2rem";
|
|
203
|
+
export const GTypographyFontSize5xl = "2.5rem";
|
|
204
|
+
export const GTypographyFontSize6xl = "3rem";
|
|
205
|
+
export const GTypographyFontSize7xl = "3.5rem";
|
|
206
|
+
export const GTypographyFontSize8xl = "4rem";
|
|
207
|
+
export const GTypographyFontSizeDisplay = "6.25rem";
|
|
208
|
+
export const GThemeTypographyH1FontFamily =
|
|
209
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
210
|
+
export const GThemeTypographyH1FontWeight = "700";
|
|
211
|
+
export const GThemeTypographyH1FontSize = "6.25rem";
|
|
212
|
+
export const GThemeTypographyH1LineHeight = "1.1";
|
|
213
|
+
export const GThemeTypographyH1LetterSpacing = "0rem";
|
|
214
|
+
export const GThemeTypographyH2FontFamily =
|
|
215
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
216
|
+
export const GThemeTypographyH2FontWeight = "700";
|
|
217
|
+
export const GThemeTypographyH2FontSize = "3rem";
|
|
218
|
+
export const GThemeTypographyH2LineHeight = "1.17";
|
|
219
|
+
export const GThemeTypographyH2LetterSpacing = "0rem";
|
|
220
|
+
export const GThemeTypographyH3FontFamily =
|
|
221
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
222
|
+
export const GThemeTypographyH3FontWeight = "700";
|
|
223
|
+
export const GThemeTypographyH3FontSize = "2.5rem";
|
|
224
|
+
export const GThemeTypographyH3LineHeight = "1.2";
|
|
225
|
+
export const GThemeTypographyH3LetterSpacing = "0rem";
|
|
226
|
+
export const GThemeTypographyH4FontFamily =
|
|
227
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
228
|
+
export const GThemeTypographyH4FontWeight = "700";
|
|
229
|
+
export const GThemeTypographyH4FontSize = "2rem";
|
|
230
|
+
export const GThemeTypographyH4LineHeight = "1.25";
|
|
231
|
+
export const GThemeTypographyH4LetterSpacing = "0rem";
|
|
232
|
+
export const GThemeTypographyH5FontFamily =
|
|
233
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
234
|
+
export const GThemeTypographyH5FontWeight = "700";
|
|
235
|
+
export const GThemeTypographyH5FontSize = "1.75rem";
|
|
236
|
+
export const GThemeTypographyH5LineHeight = "1.29";
|
|
237
|
+
export const GThemeTypographyH5LetterSpacing = "0rem";
|
|
238
|
+
export const GThemeTypographyH6FontFamily =
|
|
239
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
240
|
+
export const GThemeTypographyH6FontWeight = "700";
|
|
241
|
+
export const GThemeTypographyH6FontSize = "1.5rem";
|
|
242
|
+
export const GThemeTypographyH6LineHeight = "1.33";
|
|
243
|
+
export const GThemeTypographyH6LetterSpacing = "0rem";
|
|
244
|
+
export const GThemeTypographyBodyLgFontFamily =
|
|
245
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
246
|
+
export const GThemeTypographyBodyLgFontWeight = "400";
|
|
247
|
+
export const GThemeTypographyBodyLgFontSize = "1.25rem";
|
|
248
|
+
export const GThemeTypographyBodyLgLineHeight = "1.4";
|
|
249
|
+
export const GThemeTypographyBodyLgLetterSpacing = "0rem";
|
|
250
|
+
export const GThemeTypographyBodyFontFamily =
|
|
251
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
252
|
+
export const GThemeTypographyBodyFontWeight = "500";
|
|
253
|
+
export const GThemeTypographyBodyFontSize = "1rem";
|
|
254
|
+
export const GThemeTypographyBodyLineHeight = "1.5";
|
|
255
|
+
export const GThemeTypographyBodyLetterSpacing = "0rem";
|
|
256
|
+
export const GThemeTypographyBodySmFontFamily =
|
|
257
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
258
|
+
export const GThemeTypographyBodySmFontWeight = "500";
|
|
259
|
+
export const GThemeTypographyBodySmFontSize = "0.875rem";
|
|
260
|
+
export const GThemeTypographyBodySmLineHeight = "1.43";
|
|
261
|
+
export const GThemeTypographyBodySmLetterSpacing = "0rem";
|
|
262
|
+
export const GThemeTypographyLabelLgFontFamily =
|
|
263
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
264
|
+
export const GThemeTypographyLabelLgFontWeight = "600";
|
|
265
|
+
export const GThemeTypographyLabelLgFontSize = "1.25rem";
|
|
266
|
+
export const GThemeTypographyLabelLgLineHeight = "1.4";
|
|
267
|
+
export const GThemeTypographyLabelLgLetterSpacing = "0rem";
|
|
268
|
+
export const GThemeTypographyLabelFontFamily =
|
|
269
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
270
|
+
export const GThemeTypographyLabelFontWeight = "600";
|
|
271
|
+
export const GThemeTypographyLabelFontSize = "1rem";
|
|
272
|
+
export const GThemeTypographyLabelLineHeight = "1.5";
|
|
273
|
+
export const GThemeTypographyLabelLetterSpacing = "0rem";
|
|
274
|
+
export const GThemeTypographyLabelSmFontFamily =
|
|
275
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
276
|
+
export const GThemeTypographyLabelSmFontWeight = "600";
|
|
277
|
+
export const GThemeTypographyLabelSmFontSize = "0.875rem";
|
|
278
|
+
export const GThemeTypographyLabelSmLineHeight = "1.43";
|
|
279
|
+
export const GThemeTypographyLabelSmLetterSpacing = "0rem";
|
|
280
|
+
export const GThemeTypographyMetaFontFamily =
|
|
281
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
282
|
+
export const GThemeTypographyMetaFontWeight = "600";
|
|
283
|
+
export const GThemeTypographyMetaFontSize = "0.875rem";
|
|
284
|
+
export const GThemeTypographyMetaLineHeight = "1.43";
|
|
285
|
+
export const GThemeTypographyMetaLetterSpacing = "0.0313rem";
|
|
286
|
+
export const GThemeTypographyMetaSmFontFamily =
|
|
287
|
+
"Quicksand, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
288
|
+
export const GThemeTypographyMetaSmFontWeight = "600";
|
|
289
|
+
export const GThemeTypographyMetaSmFontSize = "0.75rem";
|
|
290
|
+
export const GThemeTypographyMetaSmLineHeight = "1.33";
|
|
291
|
+
export const GThemeTypographyMetaSmLetterSpacing = "0.0313rem";
|
|
292
|
+
export const GZIndex0 = "0";
|
|
293
|
+
export const GZIndex100 = "100";
|
|
294
|
+
export const GZIndex200 = "200";
|
|
295
|
+
export const GZIndex300 = "300";
|
|
296
|
+
export const GZIndex400 = "400";
|
|
297
|
+
export const GZIndex500 = "500";
|
|
298
|
+
export const GZIndexTop = "99999";
|
|
299
|
+
export const GZIndexBottom = "-100";
|
|
300
|
+
export const GThemeBoxShadowSmX = "0rem";
|
|
301
|
+
export const GThemeBoxShadowSmY = "0.25rem";
|
|
302
|
+
export const GThemeBoxShadowSmBlur = "0.25rem";
|
|
303
|
+
export const GThemeBoxShadowSmSpread = "0rem";
|
|
304
|
+
export const GThemeBoxShadowSmColor = "#00000040";
|
|
305
|
+
export const GThemeBoxShadowMdX = "0rem";
|
|
306
|
+
export const GThemeBoxShadowMdY = "0.5rem";
|
|
307
|
+
export const GThemeBoxShadowMdBlur = "0.375rem";
|
|
308
|
+
export const GThemeBoxShadowMdSpread = "-0.375rem";
|
|
309
|
+
export const GThemeBoxShadowMdColor = "#0000001a";
|
|
142
310
|
export const GThemeButtonColorBackgroundDefault = "oklch(94.96% 0.050 15.5)";
|
|
143
311
|
export const GThemeButtonColorBackgroundHover = "oklch(89.21% 0.097 15.5)";
|
|
144
312
|
export const GThemeButtonColorBackgroundActive = "oklch(89.21% 0.097 15.5)";
|
|
@@ -2,6 +2,38 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
+
export const GAnimationDuration10: string;
|
|
6
|
+
export const GAnimationDuration15: string;
|
|
7
|
+
export const GAnimationDuration20: string;
|
|
8
|
+
export const GAnimationDuration30: string;
|
|
9
|
+
export const GAnimationDuration40: string;
|
|
10
|
+
export const GAnimationTimingFunctionEase: string;
|
|
11
|
+
export const GAnimationTimingFunctionLinear: string;
|
|
12
|
+
export const GAnimationEasingDefault: string;
|
|
13
|
+
export const GThemeAnimationFadeQuick: string;
|
|
14
|
+
export const GThemeAnimationFadeLong: string;
|
|
15
|
+
export const GThemeAnimationMoveQuick: string;
|
|
16
|
+
export const GThemeAnimationMoveLong: string;
|
|
17
|
+
export const GThemeAnimationEase: string;
|
|
18
|
+
export const GBorderWidth1: string;
|
|
19
|
+
export const GBorderWidth2: string;
|
|
20
|
+
export const GBorderWidth4: string;
|
|
21
|
+
export const GBorderWidth8: string;
|
|
22
|
+
export const GThemeBorderWidthSm: string;
|
|
23
|
+
export const GThemeBorderWidthMd: string;
|
|
24
|
+
export const GThemeBorderWidthLg: string;
|
|
25
|
+
export const GThemeBorderWidthXl: string;
|
|
26
|
+
export const GBorderRadius0: string;
|
|
27
|
+
export const GBorderRadius2: string;
|
|
28
|
+
export const GBorderRadius4: string;
|
|
29
|
+
export const GBorderRadius8: string;
|
|
30
|
+
export const GBorderRadius16: string;
|
|
31
|
+
export const GBorderRadius32: string;
|
|
32
|
+
export const GBorderRadiusRound: string;
|
|
33
|
+
export const GThemeBorderRadiusNone: string;
|
|
34
|
+
export const GThemeBorderRadiusSm: string;
|
|
35
|
+
export const GThemeBorderRadiusMd: string;
|
|
36
|
+
export const GThemeBorderRadiusLg: string;
|
|
5
37
|
export const GColorNeutral100: string;
|
|
6
38
|
export const GColorNeutral200: string;
|
|
7
39
|
export const GColorNeutral300: string;
|
|
@@ -111,41 +143,6 @@ export const GThemeColorContentUtilityError: string;
|
|
|
111
143
|
export const GThemeColorContentUtilityWarning: string;
|
|
112
144
|
export const GThemeColorContentUtilitySuccess: string;
|
|
113
145
|
export const GThemeColorContentUtilityInfo: string;
|
|
114
|
-
export const GZIndex0: string;
|
|
115
|
-
export const GZIndex100: string;
|
|
116
|
-
export const GZIndex200: string;
|
|
117
|
-
export const GZIndex300: string;
|
|
118
|
-
export const GZIndex400: string;
|
|
119
|
-
export const GZIndex500: string;
|
|
120
|
-
export const GZIndexTop: string;
|
|
121
|
-
export const GZIndexBottom: string;
|
|
122
|
-
export const GAnimationDuration15: string;
|
|
123
|
-
export const GAnimationDuration40: string;
|
|
124
|
-
export const GAnimationEasingDefault: string;
|
|
125
|
-
export const GThemeAnimationFadeQuick: string;
|
|
126
|
-
export const GThemeAnimationFadeLong: string;
|
|
127
|
-
export const GThemeAnimationMoveQuick: string;
|
|
128
|
-
export const GThemeAnimationMoveLong: string;
|
|
129
|
-
export const GThemeAnimationEase: string;
|
|
130
|
-
export const GBorderRadius0: string;
|
|
131
|
-
export const GBorderRadius2: string;
|
|
132
|
-
export const GBorderRadius4: string;
|
|
133
|
-
export const GBorderRadius8: string;
|
|
134
|
-
export const GBorderRadius16: string;
|
|
135
|
-
export const GBorderRadius32: string;
|
|
136
|
-
export const GBorderRadiusRound: string;
|
|
137
|
-
export const GThemeBorderRadiusNone: string;
|
|
138
|
-
export const GThemeBorderRadiusSm: string;
|
|
139
|
-
export const GThemeBorderRadiusMd: string;
|
|
140
|
-
export const GThemeBorderRadiusLg: string;
|
|
141
|
-
export const GBorderWidth1: string;
|
|
142
|
-
export const GBorderWidth2: string;
|
|
143
|
-
export const GBorderWidth4: string;
|
|
144
|
-
export const GBorderWidth8: string;
|
|
145
|
-
export const GThemeBorderWidthSm: string;
|
|
146
|
-
export const GThemeBorderWidthMd: string;
|
|
147
|
-
export const GThemeBorderWidthLg: string;
|
|
148
|
-
export const GThemeBorderWidthXl: string;
|
|
149
146
|
export const GShadowSmX: string;
|
|
150
147
|
export const GShadowSmY: string;
|
|
151
148
|
export const GShadowSmBlur: string;
|
|
@@ -178,176 +175,126 @@ export const GThemeSpacingLg: string;
|
|
|
178
175
|
export const GThemeSpacingXl: string;
|
|
179
176
|
export const GThemeSpacing2xl: string;
|
|
180
177
|
export const GThemeSpacing3xl: string;
|
|
181
|
-
export const GTypographyFontFamilySystem: string;
|
|
182
|
-
export const GTypographyFontFamilyHelvetica: string;
|
|
183
178
|
export const GTypographyFontWeight400: string;
|
|
179
|
+
export const GTypographyFontWeight500: string;
|
|
180
|
+
export const GTypographyFontWeight600: string;
|
|
184
181
|
export const GTypographyFontWeight700: string;
|
|
185
|
-
export const
|
|
186
|
-
export const
|
|
187
|
-
export const
|
|
188
|
-
export const
|
|
189
|
-
export const
|
|
190
|
-
export const
|
|
191
|
-
export const
|
|
192
|
-
export const GTypographyFontSize32: string;
|
|
193
|
-
export const GTypographyFontSize40: string;
|
|
194
|
-
export const GTypographyFontSize48: string;
|
|
195
|
-
export const GTypographyFontSize56: string;
|
|
196
|
-
export const GTypographyFontSize64: string;
|
|
197
|
-
export const GTypographyFontSize100: string;
|
|
198
|
-
export const GTypographyLineHeight16: string;
|
|
199
|
-
export const GTypographyLineHeight20: string;
|
|
200
|
-
export const GTypographyLineHeight24: string;
|
|
201
|
-
export const GTypographyLineHeight28: string;
|
|
202
|
-
export const GTypographyLineHeight32: string;
|
|
203
|
-
export const GTypographyLineHeight36: string;
|
|
204
|
-
export const GTypographyLineHeight40: string;
|
|
205
|
-
export const GTypographyLineHeight48: string;
|
|
206
|
-
export const GTypographyLineHeight56: string;
|
|
207
|
-
export const GTypographyLineHeight64: string;
|
|
208
|
-
export const GTypographyLineHeight72: string;
|
|
209
|
-
export const GTypographyLineHeight110: string;
|
|
210
|
-
export const GTypographyLetterSpacing0: string;
|
|
211
|
-
export const GTypographyLetterSpacing2: string;
|
|
212
|
-
export const GTypographyLetterSpacingMinus2: string;
|
|
213
|
-
export const GTypographyLetterSpacingMinus1Half: string;
|
|
214
|
-
export const GTypographyLetterSpacingMinus1: string;
|
|
215
|
-
export const GTypographyLetterSpacingMinusHalf: string;
|
|
216
|
-
export const GTypographyLetterSpacingHalf: string;
|
|
182
|
+
export const GTypographyLetterSpacingNone: string;
|
|
183
|
+
export const GTypographyLetterSpacingSm: string;
|
|
184
|
+
export const GTypographyLetterSpacingLg: string;
|
|
185
|
+
export const GTypographyLetterSpacingNegSm: string;
|
|
186
|
+
export const GTypographyLetterSpacingNegMd: string;
|
|
187
|
+
export const GTypographyLetterSpacingNegLg: string;
|
|
188
|
+
export const GTypographyLetterSpacingNegXl: string;
|
|
217
189
|
export const GTypographyTextTransformNone: string;
|
|
218
190
|
export const GTypographyTextTransformUppercase: string;
|
|
219
|
-
export const
|
|
220
|
-
export const
|
|
221
|
-
export const
|
|
222
|
-
export const
|
|
223
|
-
export const
|
|
224
|
-
export const
|
|
225
|
-
export const
|
|
226
|
-
export const
|
|
227
|
-
export const
|
|
228
|
-
export const
|
|
229
|
-
export const
|
|
230
|
-
export const
|
|
231
|
-
export const
|
|
232
|
-
export const
|
|
233
|
-
export const
|
|
234
|
-
export const
|
|
235
|
-
export const
|
|
236
|
-
export const
|
|
237
|
-
export const
|
|
238
|
-
export const
|
|
239
|
-
export const
|
|
240
|
-
export const
|
|
241
|
-
export const
|
|
242
|
-
export const
|
|
243
|
-
export const
|
|
244
|
-
export const
|
|
245
|
-
export const
|
|
246
|
-
export const
|
|
247
|
-
export const
|
|
248
|
-
export const
|
|
249
|
-
export const
|
|
250
|
-
export const
|
|
251
|
-
export const
|
|
252
|
-
export const
|
|
253
|
-
export const
|
|
254
|
-
export const
|
|
255
|
-
export const
|
|
256
|
-
export const
|
|
257
|
-
export const
|
|
258
|
-
export const
|
|
259
|
-
export const
|
|
260
|
-
export const
|
|
261
|
-
export const
|
|
262
|
-
export const
|
|
263
|
-
export const
|
|
264
|
-
export const
|
|
265
|
-
export const
|
|
266
|
-
export const
|
|
267
|
-
export const
|
|
268
|
-
export const
|
|
269
|
-
export const
|
|
270
|
-
export const GThemeTypographyHeadlineSmLineHeight: string;
|
|
271
|
-
export const GThemeTypographyHeadlineSmLetterSpacing: string;
|
|
272
|
-
export const GThemeTypographyHeadlineSmTextTransform: string;
|
|
273
|
-
export const GThemeTypographyHeadlineSmMobileFontFamily: string;
|
|
274
|
-
export const GThemeTypographyHeadlineSmMobileFontWeight: string;
|
|
275
|
-
export const GThemeTypographyHeadlineSmMobileFontSize: string;
|
|
276
|
-
export const GThemeTypographyHeadlineSmMobileLineHeight: string;
|
|
277
|
-
export const GThemeTypographyHeadlineSmMobileLetterSpacing: string;
|
|
278
|
-
export const GThemeTypographyHeadlineSmMobileTextTransform: string;
|
|
279
|
-
export const GThemeTypographyTitleLgFontFamily: string;
|
|
280
|
-
export const GThemeTypographyTitleLgFontWeight: string;
|
|
281
|
-
export const GThemeTypographyTitleLgFontSize: string;
|
|
282
|
-
export const GThemeTypographyTitleLgLineHeight: string;
|
|
283
|
-
export const GThemeTypographyTitleLgLetterSpacing: string;
|
|
284
|
-
export const GThemeTypographyTitleLgTextTransform: string;
|
|
285
|
-
export const GThemeTypographyTitleLgMobileFontFamily: string;
|
|
286
|
-
export const GThemeTypographyTitleLgMobileFontWeight: string;
|
|
287
|
-
export const GThemeTypographyTitleLgMobileFontSize: string;
|
|
288
|
-
export const GThemeTypographyTitleLgMobileLineHeight: string;
|
|
289
|
-
export const GThemeTypographyTitleLgMobileLetterSpacing: string;
|
|
290
|
-
export const GThemeTypographyTitleLgMobileTextTransform: string;
|
|
291
|
-
export const GThemeTypographyTitleDefaultFontFamily: string;
|
|
292
|
-
export const GThemeTypographyTitleDefaultFontWeight: string;
|
|
293
|
-
export const GThemeTypographyTitleDefaultFontSize: string;
|
|
294
|
-
export const GThemeTypographyTitleDefaultLineHeight: string;
|
|
295
|
-
export const GThemeTypographyTitleDefaultLetterSpacing: string;
|
|
296
|
-
export const GThemeTypographyTitleDefaultTextTransform: string;
|
|
297
|
-
export const GThemeTypographyTitleSmFontFamily: string;
|
|
298
|
-
export const GThemeTypographyTitleSmFontWeight: string;
|
|
299
|
-
export const GThemeTypographyTitleSmFontSize: string;
|
|
300
|
-
export const GThemeTypographyTitleSmLineHeight: string;
|
|
301
|
-
export const GThemeTypographyTitleSmLetterSpacing: string;
|
|
302
|
-
export const GThemeTypographyTitleSmTextTransform: string;
|
|
303
|
-
export const GThemeTypographyLabelLgFontFamily: string;
|
|
304
|
-
export const GThemeTypographyLabelLgFontWeight: string;
|
|
305
|
-
export const GThemeTypographyLabelLgFontSize: string;
|
|
306
|
-
export const GThemeTypographyLabelLgLineHeight: string;
|
|
307
|
-
export const GThemeTypographyLabelLgLetterSpacing: string;
|
|
308
|
-
export const GThemeTypographyLabelLgTextTransform: string;
|
|
309
|
-
export const GThemeTypographyLabelDefaultFontFamily: string;
|
|
310
|
-
export const GThemeTypographyLabelDefaultFontWeight: string;
|
|
311
|
-
export const GThemeTypographyLabelDefaultFontSize: string;
|
|
312
|
-
export const GThemeTypographyLabelDefaultLineHeight: string;
|
|
313
|
-
export const GThemeTypographyLabelDefaultLetterSpacing: string;
|
|
314
|
-
export const GThemeTypographyLabelDefaultTextTransform: string;
|
|
315
|
-
export const GThemeTypographyLabelSmFontFamily: string;
|
|
316
|
-
export const GThemeTypographyLabelSmFontWeight: string;
|
|
317
|
-
export const GThemeTypographyLabelSmFontSize: string;
|
|
318
|
-
export const GThemeTypographyLabelSmLineHeight: string;
|
|
319
|
-
export const GThemeTypographyLabelSmLetterSpacing: string;
|
|
320
|
-
export const GThemeTypographyLabelSmTextTransform: string;
|
|
191
|
+
export const GTypographyFontFamilySystem: string;
|
|
192
|
+
export const GTypographyFontFamilyHelvetica: string;
|
|
193
|
+
export const GTypographyFontSizeXs: string;
|
|
194
|
+
export const GTypographyFontSizeSm: string;
|
|
195
|
+
export const GTypographyFontSizeMd: string;
|
|
196
|
+
export const GTypographyFontSizeLg: string;
|
|
197
|
+
export const GTypographyFontSizeXl: string;
|
|
198
|
+
export const GTypographyFontSize2xl: string;
|
|
199
|
+
export const GTypographyFontSize3xl: string;
|
|
200
|
+
export const GTypographyFontSize4xl: string;
|
|
201
|
+
export const GTypographyFontSize5xl: string;
|
|
202
|
+
export const GTypographyFontSize6xl: string;
|
|
203
|
+
export const GTypographyFontSize7xl: string;
|
|
204
|
+
export const GTypographyFontSize8xl: string;
|
|
205
|
+
export const GTypographyFontSizeDisplay: string;
|
|
206
|
+
export const GThemeTypographyH1FontFamily: string;
|
|
207
|
+
export const GThemeTypographyH1FontWeight: string;
|
|
208
|
+
export const GThemeTypographyH1FontSize: string;
|
|
209
|
+
export const GThemeTypographyH1LineHeight: string;
|
|
210
|
+
export const GThemeTypographyH1LetterSpacing: string;
|
|
211
|
+
export const GThemeTypographyH1TextTransform: string;
|
|
212
|
+
export const GThemeTypographyH2FontFamily: string;
|
|
213
|
+
export const GThemeTypographyH2FontWeight: string;
|
|
214
|
+
export const GThemeTypographyH2FontSize: string;
|
|
215
|
+
export const GThemeTypographyH2LineHeight: string;
|
|
216
|
+
export const GThemeTypographyH2LetterSpacing: string;
|
|
217
|
+
export const GThemeTypographyH2TextTransform: string;
|
|
218
|
+
export const GThemeTypographyH3FontFamily: string;
|
|
219
|
+
export const GThemeTypographyH3FontWeight: string;
|
|
220
|
+
export const GThemeTypographyH3FontSize: string;
|
|
221
|
+
export const GThemeTypographyH3LineHeight: string;
|
|
222
|
+
export const GThemeTypographyH3LetterSpacing: string;
|
|
223
|
+
export const GThemeTypographyH3TextTransform: string;
|
|
224
|
+
export const GThemeTypographyH4FontFamily: string;
|
|
225
|
+
export const GThemeTypographyH4FontWeight: string;
|
|
226
|
+
export const GThemeTypographyH4FontSize: string;
|
|
227
|
+
export const GThemeTypographyH4LineHeight: string;
|
|
228
|
+
export const GThemeTypographyH4LetterSpacing: string;
|
|
229
|
+
export const GThemeTypographyH4TextTransform: string;
|
|
230
|
+
export const GThemeTypographyH5FontFamily: string;
|
|
231
|
+
export const GThemeTypographyH5FontWeight: string;
|
|
232
|
+
export const GThemeTypographyH5FontSize: string;
|
|
233
|
+
export const GThemeTypographyH5LineHeight: string;
|
|
234
|
+
export const GThemeTypographyH5LetterSpacing: string;
|
|
235
|
+
export const GThemeTypographyH5TextTransform: string;
|
|
236
|
+
export const GThemeTypographyH6FontFamily: string;
|
|
237
|
+
export const GThemeTypographyH6FontWeight: string;
|
|
238
|
+
export const GThemeTypographyH6FontSize: string;
|
|
239
|
+
export const GThemeTypographyH6LineHeight: string;
|
|
240
|
+
export const GThemeTypographyH6LetterSpacing: string;
|
|
241
|
+
export const GThemeTypographyH6TextTransform: string;
|
|
321
242
|
export const GThemeTypographyBodyLgFontFamily: string;
|
|
322
243
|
export const GThemeTypographyBodyLgFontWeight: string;
|
|
323
244
|
export const GThemeTypographyBodyLgFontSize: string;
|
|
324
245
|
export const GThemeTypographyBodyLgLineHeight: string;
|
|
325
246
|
export const GThemeTypographyBodyLgLetterSpacing: string;
|
|
326
247
|
export const GThemeTypographyBodyLgTextTransform: string;
|
|
327
|
-
export const
|
|
328
|
-
export const
|
|
329
|
-
export const
|
|
330
|
-
export const
|
|
331
|
-
export const
|
|
332
|
-
export const
|
|
248
|
+
export const GThemeTypographyBodyFontFamily: string;
|
|
249
|
+
export const GThemeTypographyBodyFontWeight: string;
|
|
250
|
+
export const GThemeTypographyBodyFontSize: string;
|
|
251
|
+
export const GThemeTypographyBodyLineHeight: string;
|
|
252
|
+
export const GThemeTypographyBodyLetterSpacing: string;
|
|
253
|
+
export const GThemeTypographyBodyTextTransform: string;
|
|
333
254
|
export const GThemeTypographyBodySmFontFamily: string;
|
|
334
255
|
export const GThemeTypographyBodySmFontWeight: string;
|
|
335
256
|
export const GThemeTypographyBodySmFontSize: string;
|
|
336
257
|
export const GThemeTypographyBodySmLineHeight: string;
|
|
337
258
|
export const GThemeTypographyBodySmLetterSpacing: string;
|
|
338
259
|
export const GThemeTypographyBodySmTextTransform: string;
|
|
339
|
-
export const
|
|
340
|
-
export const
|
|
341
|
-
export const
|
|
342
|
-
export const
|
|
343
|
-
export const
|
|
344
|
-
export const
|
|
260
|
+
export const GThemeTypographyLabelLgFontFamily: string;
|
|
261
|
+
export const GThemeTypographyLabelLgFontWeight: string;
|
|
262
|
+
export const GThemeTypographyLabelLgFontSize: string;
|
|
263
|
+
export const GThemeTypographyLabelLgLineHeight: string;
|
|
264
|
+
export const GThemeTypographyLabelLgLetterSpacing: string;
|
|
265
|
+
export const GThemeTypographyLabelLgTextTransform: string;
|
|
266
|
+
export const GThemeTypographyLabelFontFamily: string;
|
|
267
|
+
export const GThemeTypographyLabelFontWeight: string;
|
|
268
|
+
export const GThemeTypographyLabelFontSize: string;
|
|
269
|
+
export const GThemeTypographyLabelLineHeight: string;
|
|
270
|
+
export const GThemeTypographyLabelLetterSpacing: string;
|
|
271
|
+
export const GThemeTypographyLabelTextTransform: string;
|
|
272
|
+
export const GThemeTypographyLabelSmFontFamily: string;
|
|
273
|
+
export const GThemeTypographyLabelSmFontWeight: string;
|
|
274
|
+
export const GThemeTypographyLabelSmFontSize: string;
|
|
275
|
+
export const GThemeTypographyLabelSmLineHeight: string;
|
|
276
|
+
export const GThemeTypographyLabelSmLetterSpacing: string;
|
|
277
|
+
export const GThemeTypographyLabelSmTextTransform: string;
|
|
278
|
+
export const GThemeTypographyMetaFontFamily: string;
|
|
279
|
+
export const GThemeTypographyMetaFontWeight: string;
|
|
280
|
+
export const GThemeTypographyMetaFontSize: string;
|
|
281
|
+
export const GThemeTypographyMetaLineHeight: string;
|
|
282
|
+
export const GThemeTypographyMetaLetterSpacing: string;
|
|
283
|
+
export const GThemeTypographyMetaTextTransform: string;
|
|
345
284
|
export const GThemeTypographyMetaSmFontFamily: string;
|
|
346
285
|
export const GThemeTypographyMetaSmFontWeight: string;
|
|
347
286
|
export const GThemeTypographyMetaSmFontSize: string;
|
|
348
287
|
export const GThemeTypographyMetaSmLineHeight: string;
|
|
349
288
|
export const GThemeTypographyMetaSmLetterSpacing: string;
|
|
350
289
|
export const GThemeTypographyMetaSmTextTransform: string;
|
|
290
|
+
export const GZIndex0: string;
|
|
291
|
+
export const GZIndex100: string;
|
|
292
|
+
export const GZIndex200: string;
|
|
293
|
+
export const GZIndex300: string;
|
|
294
|
+
export const GZIndex400: string;
|
|
295
|
+
export const GZIndex500: string;
|
|
296
|
+
export const GZIndexTop: string;
|
|
297
|
+
export const GZIndexBottom: string;
|
|
351
298
|
export const GThemeBoxShadowSmX: string;
|
|
352
299
|
export const GThemeBoxShadowSmY: string;
|
|
353
300
|
export const GThemeBoxShadowSmBlur: string;
|