@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,32 @@
|
|
|
2
2
|
* Do not edit directly, this file was auto-generated.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
+
export const GAnimationDuration10: string;
|
|
6
|
+
export const GAnimationDuration20: string;
|
|
7
|
+
export const GAnimationDuration30: string;
|
|
8
|
+
export const GAnimationDuration40: string;
|
|
9
|
+
export const GAnimationTimingFunctionEase: string;
|
|
10
|
+
export const GAnimationTimingFunctionLinear: string;
|
|
11
|
+
export const GThemeAnimationFadeQuick: string;
|
|
12
|
+
export const GThemeAnimationFadeLong: string;
|
|
13
|
+
export const GThemeAnimationMoveQuick: string;
|
|
14
|
+
export const GThemeAnimationMoveLong: string;
|
|
15
|
+
export const GThemeAnimationEase: string;
|
|
16
|
+
export const GBorderWidth1: string;
|
|
17
|
+
export const GBorderWidth2: string;
|
|
18
|
+
export const GBorderWidth4: string;
|
|
19
|
+
export const GThemeBorderWidthSm: string;
|
|
20
|
+
export const GThemeBorderWidthMd: string;
|
|
21
|
+
export const GThemeBorderWidthLg: string;
|
|
22
|
+
export const GBorderRadius125: string;
|
|
23
|
+
export const GBorderRadius250: string;
|
|
24
|
+
export const GBorderRadius500: string;
|
|
25
|
+
export const GBorderRadius1000: string;
|
|
26
|
+
export const GBorderRadiusSquare: string;
|
|
27
|
+
export const GBorderRadiusRounded: string;
|
|
28
|
+
export const GThemeBorderRadiusSm: string;
|
|
29
|
+
export const GThemeBorderRadiusMd: string;
|
|
30
|
+
export const GThemeBorderRadiusLg: string;
|
|
5
31
|
export const GColorNeutral100: string;
|
|
6
32
|
export const GColorNeutral200: string;
|
|
7
33
|
export const GColorNeutral300: string;
|
|
@@ -107,40 +133,6 @@ export const GThemeColorContentUtilityError: string;
|
|
|
107
133
|
export const GThemeColorContentUtilityWarning: string;
|
|
108
134
|
export const GThemeColorContentUtilitySuccess: string;
|
|
109
135
|
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
136
|
export const GShadowSmX: string;
|
|
145
137
|
export const GShadowSmY: string;
|
|
146
138
|
export const GShadowSmBlur: string;
|
|
@@ -173,128 +165,114 @@ export const GThemeSpacingLg: string;
|
|
|
173
165
|
export const GThemeSpacingXl: string;
|
|
174
166
|
export const GThemeSpacing2xl: string;
|
|
175
167
|
export const GThemeSpacing3xl: string;
|
|
176
|
-
export const GTypographyFontFamilySystem: string;
|
|
177
|
-
export const GTypographyFontFamilyGreycliff: string;
|
|
178
168
|
export const GTypographyFontWeight400: string;
|
|
179
169
|
export const GTypographyFontWeight500: string;
|
|
180
170
|
export const GTypographyFontWeight600: string;
|
|
181
171
|
export const GTypographyFontWeight700: string;
|
|
182
172
|
export const GTypographyFontWeight800: string;
|
|
183
173
|
export const GTypographyFontWeight900: string;
|
|
184
|
-
export const
|
|
185
|
-
export const
|
|
186
|
-
export const
|
|
187
|
-
export const
|
|
188
|
-
export const
|
|
189
|
-
export const
|
|
190
|
-
export const
|
|
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;
|
|
174
|
+
export const GTypographyLetterSpacingNone: string;
|
|
175
|
+
export const GTypographyLetterSpacingSm: string;
|
|
176
|
+
export const GTypographyLetterSpacingLg: string;
|
|
177
|
+
export const GTypographyLetterSpacingNegSm: string;
|
|
178
|
+
export const GTypographyLetterSpacingNegMd: string;
|
|
179
|
+
export const GTypographyLetterSpacingNegLg: string;
|
|
180
|
+
export const GTypographyLetterSpacingNegXl: string;
|
|
216
181
|
export const GTypographyTextTransformNone: string;
|
|
217
182
|
export const GTypographyTextTransformUppercase: string;
|
|
218
|
-
export const
|
|
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 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;
|
|
183
|
+
export const GTypographyFontFamilySystem: string;
|
|
184
|
+
export const GTypographyFontFamilyGreycliff: string;
|
|
185
|
+
export const GTypographyFontSizeXs: string;
|
|
186
|
+
export const GTypographyFontSizeSm: string;
|
|
187
|
+
export const GTypographyFontSizeMd: string;
|
|
188
|
+
export const GTypographyFontSizeLg: string;
|
|
189
|
+
export const GTypographyFontSizeXl: string;
|
|
190
|
+
export const GTypographyFontSize2xl: string;
|
|
191
|
+
export const GTypographyFontSize3xl: string;
|
|
192
|
+
export const GTypographyFontSize4xl: string;
|
|
193
|
+
export const GTypographyFontSize5xl: string;
|
|
194
|
+
export const GTypographyFontSize6xl: string;
|
|
195
|
+
export const GTypographyFontSize7xl: string;
|
|
196
|
+
export const GTypographyFontSize8xl: string;
|
|
197
|
+
export const GTypographyFontSizeDisplay: string;
|
|
198
|
+
export const GThemeTypographyH1FontFamily: string;
|
|
199
|
+
export const GThemeTypographyH1FontWeight: string;
|
|
200
|
+
export const GThemeTypographyH1FontSize: string;
|
|
201
|
+
export const GThemeTypographyH1LineHeight: string;
|
|
202
|
+
export const GThemeTypographyH1LetterSpacing: string;
|
|
203
|
+
export const GThemeTypographyH2FontFamily: string;
|
|
204
|
+
export const GThemeTypographyH2FontWeight: string;
|
|
205
|
+
export const GThemeTypographyH2FontSize: string;
|
|
206
|
+
export const GThemeTypographyH2LineHeight: string;
|
|
207
|
+
export const GThemeTypographyH2LetterSpacing: string;
|
|
208
|
+
export const GThemeTypographyH3FontFamily: string;
|
|
209
|
+
export const GThemeTypographyH3FontWeight: string;
|
|
210
|
+
export const GThemeTypographyH3FontSize: string;
|
|
211
|
+
export const GThemeTypographyH3LineHeight: string;
|
|
212
|
+
export const GThemeTypographyH3LetterSpacing: string;
|
|
213
|
+
export const GThemeTypographyH4FontFamily: string;
|
|
214
|
+
export const GThemeTypographyH4FontWeight: string;
|
|
215
|
+
export const GThemeTypographyH4FontSize: string;
|
|
216
|
+
export const GThemeTypographyH4LineHeight: string;
|
|
217
|
+
export const GThemeTypographyH4LetterSpacing: string;
|
|
218
|
+
export const GThemeTypographyH5FontFamily: string;
|
|
219
|
+
export const GThemeTypographyH5FontWeight: string;
|
|
220
|
+
export const GThemeTypographyH5FontSize: string;
|
|
221
|
+
export const GThemeTypographyH5LineHeight: string;
|
|
222
|
+
export const GThemeTypographyH5LetterSpacing: string;
|
|
223
|
+
export const GThemeTypographyH6FontFamily: string;
|
|
224
|
+
export const GThemeTypographyH6FontWeight: string;
|
|
225
|
+
export const GThemeTypographyH6FontSize: string;
|
|
226
|
+
export const GThemeTypographyH6LineHeight: string;
|
|
227
|
+
export const GThemeTypographyH6LetterSpacing: string;
|
|
273
228
|
export const GThemeTypographyBodyLgFontFamily: string;
|
|
274
229
|
export const GThemeTypographyBodyLgFontWeight: string;
|
|
275
230
|
export const GThemeTypographyBodyLgFontSize: string;
|
|
276
231
|
export const GThemeTypographyBodyLgLineHeight: string;
|
|
277
232
|
export const GThemeTypographyBodyLgLetterSpacing: string;
|
|
278
|
-
export const
|
|
279
|
-
export const
|
|
280
|
-
export const
|
|
281
|
-
export const
|
|
282
|
-
export const
|
|
233
|
+
export const GThemeTypographyBodyFontFamily: string;
|
|
234
|
+
export const GThemeTypographyBodyFontWeight: string;
|
|
235
|
+
export const GThemeTypographyBodyFontSize: string;
|
|
236
|
+
export const GThemeTypographyBodyLineHeight: string;
|
|
237
|
+
export const GThemeTypographyBodyLetterSpacing: string;
|
|
283
238
|
export const GThemeTypographyBodySmFontFamily: string;
|
|
284
239
|
export const GThemeTypographyBodySmFontWeight: string;
|
|
285
240
|
export const GThemeTypographyBodySmFontSize: string;
|
|
286
241
|
export const GThemeTypographyBodySmLineHeight: string;
|
|
287
242
|
export const GThemeTypographyBodySmLetterSpacing: string;
|
|
288
|
-
export const
|
|
289
|
-
export const
|
|
290
|
-
export const
|
|
291
|
-
export const
|
|
292
|
-
export const
|
|
243
|
+
export const GThemeTypographyLabelLgFontFamily: string;
|
|
244
|
+
export const GThemeTypographyLabelLgFontWeight: string;
|
|
245
|
+
export const GThemeTypographyLabelLgFontSize: string;
|
|
246
|
+
export const GThemeTypographyLabelLgLineHeight: string;
|
|
247
|
+
export const GThemeTypographyLabelLgLetterSpacing: string;
|
|
248
|
+
export const GThemeTypographyLabelFontFamily: string;
|
|
249
|
+
export const GThemeTypographyLabelFontWeight: string;
|
|
250
|
+
export const GThemeTypographyLabelFontSize: string;
|
|
251
|
+
export const GThemeTypographyLabelLineHeight: string;
|
|
252
|
+
export const GThemeTypographyLabelLetterSpacing: string;
|
|
253
|
+
export const GThemeTypographyLabelSmFontFamily: string;
|
|
254
|
+
export const GThemeTypographyLabelSmFontWeight: string;
|
|
255
|
+
export const GThemeTypographyLabelSmFontSize: string;
|
|
256
|
+
export const GThemeTypographyLabelSmLineHeight: string;
|
|
257
|
+
export const GThemeTypographyLabelSmLetterSpacing: string;
|
|
258
|
+
export const GThemeTypographyMetaFontFamily: string;
|
|
259
|
+
export const GThemeTypographyMetaFontWeight: string;
|
|
260
|
+
export const GThemeTypographyMetaFontSize: string;
|
|
261
|
+
export const GThemeTypographyMetaLineHeight: string;
|
|
262
|
+
export const GThemeTypographyMetaLetterSpacing: string;
|
|
293
263
|
export const GThemeTypographyMetaSmFontFamily: string;
|
|
294
264
|
export const GThemeTypographyMetaSmFontWeight: string;
|
|
295
265
|
export const GThemeTypographyMetaSmFontSize: string;
|
|
296
266
|
export const GThemeTypographyMetaSmLineHeight: string;
|
|
297
267
|
export const GThemeTypographyMetaSmLetterSpacing: string;
|
|
268
|
+
export const GZIndex0: string;
|
|
269
|
+
export const GZIndex100: string;
|
|
270
|
+
export const GZIndex200: string;
|
|
271
|
+
export const GZIndex300: string;
|
|
272
|
+
export const GZIndex400: string;
|
|
273
|
+
export const GZIndex500: string;
|
|
274
|
+
export const GZIndexTop: string;
|
|
275
|
+
export const GZIndexBottom: string;
|
|
298
276
|
export const GThemeBoxShadowSmX: string;
|
|
299
277
|
export const GThemeBoxShadowSmY: string;
|
|
300
278
|
export const GThemeBoxShadowSmBlur: string;
|
|
@@ -2,6 +2,32 @@
|
|
|
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 GBorderRadiusRounded = "50%";
|
|
28
|
+
export const GThemeBorderRadiusSm = "0.125rem";
|
|
29
|
+
export const GThemeBorderRadiusMd = "0.5rem";
|
|
30
|
+
export const GThemeBorderRadiusLg = "1rem";
|
|
5
31
|
export const GColorNeutral100 = "oklch(95% 0 0)";
|
|
6
32
|
export const GColorNeutral200 = "oklch(90% 0 0)";
|
|
7
33
|
export const GColorNeutral300 = "oklch(80% 0 0)";
|
|
@@ -112,40 +138,6 @@ export const GThemeColorContentUtilityError = "oklch(60.03% 0.1938 35.81)";
|
|
|
112
138
|
export const GThemeColorContentUtilityWarning = "oklch(78.68% 0.162 96.43)";
|
|
113
139
|
export const GThemeColorContentUtilitySuccess = "oklch(65.44% 0.1981 141.12)";
|
|
114
140
|
export const GThemeColorContentUtilityInfo = "oklch(68.89% 0.125872 220.4932)";
|
|
115
|
-
export const GZIndex0 = "0";
|
|
116
|
-
export const GZIndex100 = "100";
|
|
117
|
-
export const GZIndex200 = "200";
|
|
118
|
-
export const GZIndex300 = "300";
|
|
119
|
-
export const GZIndex400 = "400";
|
|
120
|
-
export const GZIndex500 = "500";
|
|
121
|
-
export const GZIndexTop = "99999";
|
|
122
|
-
export const GZIndexBottom = "-100";
|
|
123
|
-
export const GAnimationDuration10 = "100ms";
|
|
124
|
-
export const GAnimationDuration20 = "200ms";
|
|
125
|
-
export const GAnimationDuration30 = "300ms";
|
|
126
|
-
export const GAnimationDuration40 = "400ms";
|
|
127
|
-
export const GAnimationTimingFunctionEase = "ease-in-out";
|
|
128
|
-
export const GAnimationTimingFunctionLinear = "linear";
|
|
129
|
-
export const GThemeAnimationFadeQuick = "100ms";
|
|
130
|
-
export const GThemeAnimationFadeLong = "400ms";
|
|
131
|
-
export const GThemeAnimationMoveQuick = "200ms";
|
|
132
|
-
export const GThemeAnimationMoveLong = "400ms";
|
|
133
|
-
export const GThemeAnimationEase = "ease-in-out";
|
|
134
|
-
export const GBorderRadius125 = "0.125rem";
|
|
135
|
-
export const GBorderRadius250 = "0.25rem";
|
|
136
|
-
export const GBorderRadius500 = "0.5rem";
|
|
137
|
-
export const GBorderRadius1000 = "1rem";
|
|
138
|
-
export const GBorderRadiusSquare = "0";
|
|
139
|
-
export const GBorderRadiusRounded = "50%";
|
|
140
|
-
export const GThemeBorderRadiusSm = "0.125rem";
|
|
141
|
-
export const GThemeBorderRadiusMd = "0.5rem";
|
|
142
|
-
export const GThemeBorderRadiusLg = "1rem";
|
|
143
|
-
export const GBorderWidth1 = "0.0625rem";
|
|
144
|
-
export const GBorderWidth2 = "0.125rem";
|
|
145
|
-
export const GBorderWidth4 = "0.25rem";
|
|
146
|
-
export const GThemeBorderWidthSm = "0.0625rem";
|
|
147
|
-
export const GThemeBorderWidthMd = "0.125rem";
|
|
148
|
-
export const GThemeBorderWidthLg = "0.25rem";
|
|
149
141
|
export const GShadowSmX = "0rem";
|
|
150
142
|
export const GShadowSmY = "0.25rem";
|
|
151
143
|
export const GShadowSmBlur = "0.25rem";
|
|
@@ -178,146 +170,130 @@ export const GThemeSpacingLg = "1.5rem";
|
|
|
178
170
|
export const GThemeSpacingXl = "2rem";
|
|
179
171
|
export const GThemeSpacing2xl = "3rem";
|
|
180
172
|
export const GThemeSpacing3xl = "4rem";
|
|
181
|
-
export const GTypographyFontFamilySystem =
|
|
182
|
-
"-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
183
|
-
export const GTypographyFontFamilyGreycliff =
|
|
184
|
-
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
185
173
|
export const GTypographyFontWeight400 = "400";
|
|
186
174
|
export const GTypographyFontWeight500 = "500";
|
|
187
175
|
export const GTypographyFontWeight600 = "600";
|
|
188
176
|
export const GTypographyFontWeight700 = "700";
|
|
189
177
|
export const GTypographyFontWeight800 = "800";
|
|
190
178
|
export const GTypographyFontWeight900 = "900";
|
|
191
|
-
export const
|
|
192
|
-
export const
|
|
193
|
-
export const
|
|
194
|
-
export const
|
|
195
|
-
export const
|
|
196
|
-
export const
|
|
197
|
-
export const
|
|
198
|
-
export const GTypographyFontSize32 = "2rem";
|
|
199
|
-
export const GTypographyFontSize40 = "2.5rem";
|
|
200
|
-
export const GTypographyFontSize48 = "3rem";
|
|
201
|
-
export const GTypographyFontSize56 = "3.5rem";
|
|
202
|
-
export const GTypographyFontSize64 = "4rem";
|
|
203
|
-
export const GTypographyFontSize100 = "6.25rem";
|
|
204
|
-
export const GTypographyLineHeight16 = "1rem";
|
|
205
|
-
export const GTypographyLineHeight20 = "1.25rem";
|
|
206
|
-
export const GTypographyLineHeight24 = "1.5rem";
|
|
207
|
-
export const GTypographyLineHeight28 = "1.75rem";
|
|
208
|
-
export const GTypographyLineHeight32 = "2rem";
|
|
209
|
-
export const GTypographyLineHeight36 = "2.25rem";
|
|
210
|
-
export const GTypographyLineHeight40 = "2.5rem";
|
|
211
|
-
export const GTypographyLineHeight48 = "3rem";
|
|
212
|
-
export const GTypographyLineHeight56 = "3.5rem";
|
|
213
|
-
export const GTypographyLineHeight64 = "4rem";
|
|
214
|
-
export const GTypographyLineHeight72 = "4.5rem";
|
|
215
|
-
export const GTypographyLineHeight110 = "6.875rem";
|
|
216
|
-
export const GTypographyLetterSpacing0 = "0rem";
|
|
217
|
-
export const GTypographyLetterSpacing2 = "0.125rem";
|
|
218
|
-
export const GTypographyLetterSpacingMinus2 = "-0.125rem";
|
|
219
|
-
export const GTypographyLetterSpacingMinus1Half = "-0.0938rem";
|
|
220
|
-
export const GTypographyLetterSpacingMinus1 = "-0.0625rem";
|
|
221
|
-
export const GTypographyLetterSpacingMinusHalf = "-0.0313rem";
|
|
222
|
-
export const GTypographyLetterSpacingHalf = "0.0313rem";
|
|
179
|
+
export const GTypographyLetterSpacingNone = "0rem";
|
|
180
|
+
export const GTypographyLetterSpacingSm = "0.0313rem";
|
|
181
|
+
export const GTypographyLetterSpacingLg = "0.125rem";
|
|
182
|
+
export const GTypographyLetterSpacingNegSm = "-0.0313rem";
|
|
183
|
+
export const GTypographyLetterSpacingNegMd = "-0.0625rem";
|
|
184
|
+
export const GTypographyLetterSpacingNegLg = "-0.0938rem";
|
|
185
|
+
export const GTypographyLetterSpacingNegXl = "-0.125rem";
|
|
223
186
|
export const GTypographyTextTransformNone = "none";
|
|
224
187
|
export const GTypographyTextTransformUppercase = "uppercase";
|
|
225
|
-
export const
|
|
188
|
+
export const GTypographyFontFamilySystem =
|
|
189
|
+
"-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
190
|
+
export const GTypographyFontFamilyGreycliff =
|
|
191
|
+
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
192
|
+
export const GTypographyFontSizeXs = "0.75rem";
|
|
193
|
+
export const GTypographyFontSizeSm = "0.875rem";
|
|
194
|
+
export const GTypographyFontSizeMd = "1rem";
|
|
195
|
+
export const GTypographyFontSizeLg = "1.125rem";
|
|
196
|
+
export const GTypographyFontSizeXl = "1.25rem";
|
|
197
|
+
export const GTypographyFontSize2xl = "1.5rem";
|
|
198
|
+
export const GTypographyFontSize3xl = "1.75rem";
|
|
199
|
+
export const GTypographyFontSize4xl = "2rem";
|
|
200
|
+
export const GTypographyFontSize5xl = "2.5rem";
|
|
201
|
+
export const GTypographyFontSize6xl = "3rem";
|
|
202
|
+
export const GTypographyFontSize7xl = "3.5rem";
|
|
203
|
+
export const GTypographyFontSize8xl = "4rem";
|
|
204
|
+
export const GTypographyFontSizeDisplay = "6.25rem";
|
|
205
|
+
export const GThemeTypographyH1FontFamily =
|
|
206
|
+
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
207
|
+
export const GThemeTypographyH1FontWeight = "900";
|
|
208
|
+
export const GThemeTypographyH1FontSize = "6.25rem";
|
|
209
|
+
export const GThemeTypographyH1LineHeight = "1.1";
|
|
210
|
+
export const GThemeTypographyH1LetterSpacing = "0rem";
|
|
211
|
+
export const GThemeTypographyH2FontFamily =
|
|
226
212
|
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
227
|
-
export const
|
|
228
|
-
export const
|
|
229
|
-
export const
|
|
230
|
-
export const
|
|
231
|
-
export const
|
|
213
|
+
export const GThemeTypographyH2FontWeight = "900";
|
|
214
|
+
export const GThemeTypographyH2FontSize = "3rem";
|
|
215
|
+
export const GThemeTypographyH2LineHeight = "1.17";
|
|
216
|
+
export const GThemeTypographyH2LetterSpacing = "0.0313rem";
|
|
217
|
+
export const GThemeTypographyH3FontFamily =
|
|
232
218
|
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
233
|
-
export const
|
|
234
|
-
export const
|
|
235
|
-
export const
|
|
236
|
-
export const
|
|
237
|
-
export const
|
|
219
|
+
export const GThemeTypographyH3FontWeight = "900";
|
|
220
|
+
export const GThemeTypographyH3FontSize = "2.5rem";
|
|
221
|
+
export const GThemeTypographyH3LineHeight = "1.2";
|
|
222
|
+
export const GThemeTypographyH3LetterSpacing = "0.0313rem";
|
|
223
|
+
export const GThemeTypographyH4FontFamily =
|
|
238
224
|
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
239
|
-
export const
|
|
240
|
-
export const
|
|
241
|
-
export const
|
|
242
|
-
export const
|
|
243
|
-
export const
|
|
225
|
+
export const GThemeTypographyH4FontWeight = "900";
|
|
226
|
+
export const GThemeTypographyH4FontSize = "2rem";
|
|
227
|
+
export const GThemeTypographyH4LineHeight = "1.25";
|
|
228
|
+
export const GThemeTypographyH4LetterSpacing = "0.0313rem";
|
|
229
|
+
export const GThemeTypographyH5FontFamily =
|
|
244
230
|
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
245
|
-
export const
|
|
246
|
-
export const
|
|
247
|
-
export const
|
|
248
|
-
export const
|
|
249
|
-
export const
|
|
231
|
+
export const GThemeTypographyH5FontWeight = "900";
|
|
232
|
+
export const GThemeTypographyH5FontSize = "1.75rem";
|
|
233
|
+
export const GThemeTypographyH5LineHeight = "1.29";
|
|
234
|
+
export const GThemeTypographyH5LetterSpacing = "0.0313rem";
|
|
235
|
+
export const GThemeTypographyH6FontFamily =
|
|
250
236
|
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
251
|
-
export const
|
|
252
|
-
export const
|
|
253
|
-
export const
|
|
254
|
-
export const
|
|
255
|
-
export const
|
|
237
|
+
export const GThemeTypographyH6FontWeight = "900";
|
|
238
|
+
export const GThemeTypographyH6FontSize = "1.5rem";
|
|
239
|
+
export const GThemeTypographyH6LineHeight = "1.33";
|
|
240
|
+
export const GThemeTypographyH6LetterSpacing = "0.0313rem";
|
|
241
|
+
export const GThemeTypographyBodyLgFontFamily =
|
|
256
242
|
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
257
|
-
export const
|
|
258
|
-
export const
|
|
259
|
-
export const
|
|
260
|
-
export const
|
|
261
|
-
export const
|
|
243
|
+
export const GThemeTypographyBodyLgFontWeight = "400";
|
|
244
|
+
export const GThemeTypographyBodyLgFontSize = "1.25rem";
|
|
245
|
+
export const GThemeTypographyBodyLgLineHeight = "1.4";
|
|
246
|
+
export const GThemeTypographyBodyLgLetterSpacing = "0rem";
|
|
247
|
+
export const GThemeTypographyBodyFontFamily =
|
|
262
248
|
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
263
|
-
export const
|
|
264
|
-
export const
|
|
265
|
-
export const
|
|
266
|
-
export const
|
|
267
|
-
export const
|
|
249
|
+
export const GThemeTypographyBodyFontWeight = "500";
|
|
250
|
+
export const GThemeTypographyBodyFontSize = "1rem";
|
|
251
|
+
export const GThemeTypographyBodyLineHeight = "1.5";
|
|
252
|
+
export const GThemeTypographyBodyLetterSpacing = "0rem";
|
|
253
|
+
export const GThemeTypographyBodySmFontFamily =
|
|
268
254
|
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
269
|
-
export const
|
|
270
|
-
export const
|
|
271
|
-
export const
|
|
272
|
-
export const
|
|
255
|
+
export const GThemeTypographyBodySmFontWeight = "500";
|
|
256
|
+
export const GThemeTypographyBodySmFontSize = "0.875rem";
|
|
257
|
+
export const GThemeTypographyBodySmLineHeight = "1.43";
|
|
258
|
+
export const GThemeTypographyBodySmLetterSpacing = "0rem";
|
|
273
259
|
export const GThemeTypographyLabelLgFontFamily =
|
|
274
260
|
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
275
261
|
export const GThemeTypographyLabelLgFontWeight = "600";
|
|
276
262
|
export const GThemeTypographyLabelLgFontSize = "1.25rem";
|
|
277
|
-
export const GThemeTypographyLabelLgLineHeight = "1.
|
|
263
|
+
export const GThemeTypographyLabelLgLineHeight = "1.4";
|
|
278
264
|
export const GThemeTypographyLabelLgLetterSpacing = "0rem";
|
|
279
|
-
export const
|
|
265
|
+
export const GThemeTypographyLabelFontFamily =
|
|
280
266
|
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
281
|
-
export const
|
|
282
|
-
export const
|
|
283
|
-
export const
|
|
284
|
-
export const
|
|
267
|
+
export const GThemeTypographyLabelFontWeight = "600";
|
|
268
|
+
export const GThemeTypographyLabelFontSize = "1rem";
|
|
269
|
+
export const GThemeTypographyLabelLineHeight = "1.5";
|
|
270
|
+
export const GThemeTypographyLabelLetterSpacing = "0rem";
|
|
285
271
|
export const GThemeTypographyLabelSmFontFamily =
|
|
286
272
|
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
287
273
|
export const GThemeTypographyLabelSmFontWeight = "600";
|
|
288
274
|
export const GThemeTypographyLabelSmFontSize = "0.875rem";
|
|
289
|
-
export const GThemeTypographyLabelSmLineHeight = "1.
|
|
275
|
+
export const GThemeTypographyLabelSmLineHeight = "1.43";
|
|
290
276
|
export const GThemeTypographyLabelSmLetterSpacing = "0rem";
|
|
291
|
-
export const
|
|
292
|
-
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
293
|
-
export const GThemeTypographyBodyLgFontWeight = "400";
|
|
294
|
-
export const GThemeTypographyBodyLgFontSize = "1.25rem";
|
|
295
|
-
export const GThemeTypographyBodyLgLineHeight = "1.75rem";
|
|
296
|
-
export const GThemeTypographyBodyLgLetterSpacing = "0rem";
|
|
297
|
-
export const GThemeTypographyBodyDefaultFontFamily =
|
|
298
|
-
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
299
|
-
export const GThemeTypographyBodyDefaultFontWeight = "500";
|
|
300
|
-
export const GThemeTypographyBodyDefaultFontSize = "1rem";
|
|
301
|
-
export const GThemeTypographyBodyDefaultLineHeight = "1.5rem";
|
|
302
|
-
export const GThemeTypographyBodyDefaultLetterSpacing = "0rem";
|
|
303
|
-
export const GThemeTypographyBodySmFontFamily =
|
|
277
|
+
export const GThemeTypographyMetaFontFamily =
|
|
304
278
|
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
305
|
-
export const
|
|
306
|
-
export const
|
|
307
|
-
export const
|
|
308
|
-
export const
|
|
309
|
-
export const GThemeTypographyMetaDefaultFontFamily =
|
|
310
|
-
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
311
|
-
export const GThemeTypographyMetaDefaultFontWeight = "600";
|
|
312
|
-
export const GThemeTypographyMetaDefaultFontSize = "0.875rem";
|
|
313
|
-
export const GThemeTypographyMetaDefaultLineHeight = "1.25rem";
|
|
314
|
-
export const GThemeTypographyMetaDefaultLetterSpacing = "0.125rem";
|
|
279
|
+
export const GThemeTypographyMetaFontWeight = "600";
|
|
280
|
+
export const GThemeTypographyMetaFontSize = "0.875rem";
|
|
281
|
+
export const GThemeTypographyMetaLineHeight = "1.43";
|
|
282
|
+
export const GThemeTypographyMetaLetterSpacing = "0.125rem";
|
|
315
283
|
export const GThemeTypographyMetaSmFontFamily =
|
|
316
284
|
"Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
317
285
|
export const GThemeTypographyMetaSmFontWeight = "600";
|
|
318
286
|
export const GThemeTypographyMetaSmFontSize = "0.75rem";
|
|
319
|
-
export const GThemeTypographyMetaSmLineHeight = "
|
|
287
|
+
export const GThemeTypographyMetaSmLineHeight = "1.33";
|
|
320
288
|
export const GThemeTypographyMetaSmLetterSpacing = "0.125rem";
|
|
289
|
+
export const GZIndex0 = "0";
|
|
290
|
+
export const GZIndex100 = "100";
|
|
291
|
+
export const GZIndex200 = "200";
|
|
292
|
+
export const GZIndex300 = "300";
|
|
293
|
+
export const GZIndex400 = "400";
|
|
294
|
+
export const GZIndex500 = "500";
|
|
295
|
+
export const GZIndexTop = "99999";
|
|
296
|
+
export const GZIndexBottom = "-100";
|
|
321
297
|
export const GThemeBoxShadowSmX = "0rem";
|
|
322
298
|
export const GThemeBoxShadowSmY = "0.25rem";
|
|
323
299
|
export const GThemeBoxShadowSmBlur = "0.25rem";
|