@grantcodes/style-dictionary 1.3.0 → 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.
Files changed (90) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/assets/fonts/grantina.css +1 -0
  3. package/assets/logos/grantina/monogram-light-bg.svg +3 -0
  4. package/assets/logos/grantina/monogram.svg +15 -0
  5. package/dist/css/grantcodes/dark.css +168 -0
  6. package/dist/css/grantcodes/grantcodes.css +343 -0
  7. package/dist/css/grantcodes/tokens.css +343 -0
  8. package/dist/css/grantina/dark.css +166 -0
  9. package/dist/css/grantina/grantina.css +363 -0
  10. package/dist/css/grantina/tokens.css +363 -0
  11. package/dist/css/todomap/dark.css +120 -0
  12. package/dist/css/todomap/todomap.css +360 -0
  13. package/dist/css/todomap/tokens.css +360 -0
  14. package/dist/css/wireframe/dark.css +180 -0
  15. package/dist/css/wireframe/tokens.css +365 -0
  16. package/dist/css/wireframe/wireframe.css +365 -0
  17. package/dist/js/grantcodes/style-dictionary.d.ts +339 -0
  18. package/dist/js/grantcodes/style-dictionary.js +362 -0
  19. package/dist/js/grantina/style-dictionary.d.ts +362 -0
  20. package/dist/js/grantina/style-dictionary.js +391 -0
  21. package/dist/js/todomap/style-dictionary.d.ts +356 -0
  22. package/dist/js/todomap/style-dictionary.js +388 -0
  23. package/dist/js/wireframe/style-dictionary.d.ts +361 -0
  24. package/dist/js/wireframe/style-dictionary.js +368 -0
  25. package/dist/json/grantcodes/tokens.json +329 -0
  26. package/dist/json/grantina/tokens.json +352 -0
  27. package/dist/json/todomap/tokens.json +346 -0
  28. package/dist/json/wireframe/tokens.json +351 -0
  29. package/package.json +76 -61
  30. package/.turbo/turbo-build.log +0 -45
  31. package/.turbo/turbo-lint.log +0 -10
  32. package/AGENTS.md +0 -67
  33. package/biome.json +0 -9
  34. package/build.js +0 -10
  35. package/config.js +0 -509
  36. package/demo.html +0 -171
  37. package/lib/color-generator.js +0 -13
  38. package/lib/get-style-dictionary-config.js +0 -223
  39. package/lib/get-themes.js +0 -10
  40. package/lib/index.js +0 -3
  41. package/tests/tokens.test.js +0 -87
  42. package/tokens/core/tier-1-definitions/colors.json +0 -174
  43. package/tokens/core/tier-1-definitions/z-index.json +0 -28
  44. package/tokens/grantcodes/tier-1-definitions/animation.json +0 -26
  45. package/tokens/grantcodes/tier-1-definitions/borders.json +0 -35
  46. package/tokens/grantcodes/tier-1-definitions/colors.json +0 -35
  47. package/tokens/grantcodes/tier-1-definitions/shadows.json +0 -38
  48. package/tokens/grantcodes/tier-1-definitions/spacing.json +0 -49
  49. package/tokens/grantcodes/tier-1-definitions/typography.json +0 -142
  50. package/tokens/grantcodes/tier-2-usage/00-colors-background.json +0 -71
  51. package/tokens/grantcodes/tier-2-usage/00-colors-border.json +0 -41
  52. package/tokens/grantcodes/tier-2-usage/00-colors-content.json +0 -44
  53. package/tokens/grantcodes/tier-2-usage/animation.json +0 -23
  54. package/tokens/grantcodes/tier-2-usage/borders.json +0 -26
  55. package/tokens/grantcodes/tier-2-usage/shadows.json +0 -38
  56. package/tokens/grantcodes/tier-2-usage/spacing.json +0 -25
  57. package/tokens/grantcodes/tier-2-usage/typography-usage.json +0 -276
  58. package/tokens/grantcodes/tier-3-components/button.json +0 -94
  59. package/tokens/grantcodes/tier-3-components/focus-ring.json +0 -25
  60. package/tokens/grantcodes/tier-3-components/form.json +0 -69
  61. package/tokens/grantcodes/tier-3-components/link.json +0 -38
  62. package/tokens/todomap/tier-1-definitions/colors.json +0 -91
  63. package/tokens/todomap/tier-1-definitions/spacing.json +0 -49
  64. package/tokens/todomap/tier-1-definitions/typography.json +0 -12
  65. package/tokens/todomap/tier-2-usage/00-colors-background.json +0 -35
  66. package/tokens/todomap/tier-2-usage/00-colors-content.json +0 -32
  67. package/tokens/todomap/tier-2-usage/spacing.json +0 -25
  68. package/tokens/todomap/tier-2-usage/typography-usage.json +0 -20
  69. package/tokens/todomap/tier-3-components/button.json +0 -140
  70. package/tokens/todomap/tier-3-components/focus-ring.json +0 -25
  71. package/tokens/todomap/tier-3-components/form.json +0 -69
  72. package/tokens/todomap/tier-3-components/link.json +0 -38
  73. package/tokens/wireframe/tier-1-definitions/animation.json +0 -17
  74. package/tokens/wireframe/tier-1-definitions/borders.json +0 -41
  75. package/tokens/wireframe/tier-1-definitions/colors.json +0 -35
  76. package/tokens/wireframe/tier-1-definitions/shadows.json +0 -38
  77. package/tokens/wireframe/tier-1-definitions/spacing.json +0 -49
  78. package/tokens/wireframe/tier-1-definitions/typography.json +0 -130
  79. package/tokens/wireframe/tier-2-usage/00-colors-background.json +0 -85
  80. package/tokens/wireframe/tier-2-usage/00-colors-border.json +0 -41
  81. package/tokens/wireframe/tier-2-usage/00-colors-content.json +0 -44
  82. package/tokens/wireframe/tier-2-usage/animation.json +0 -23
  83. package/tokens/wireframe/tier-2-usage/borders.json +0 -32
  84. package/tokens/wireframe/tier-2-usage/shadows.json +0 -38
  85. package/tokens/wireframe/tier-2-usage/spacing.json +0 -25
  86. package/tokens/wireframe/tier-2-usage/typography-usage.json +0 -444
  87. package/tokens/wireframe/tier-3-components/button.json +0 -94
  88. package/tokens/wireframe/tier-3-components/focus-ring.json +0 -25
  89. package/tokens/wireframe/tier-3-components/form.json +0 -69
  90. package/tokens/wireframe/tier-3-components/link.json +0 -38
@@ -0,0 +1,362 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
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";
31
+ export const GColorNeutral100 = "oklch(95% 0 0)";
32
+ export const GColorNeutral200 = "oklch(90% 0 0)";
33
+ export const GColorNeutral300 = "oklch(80% 0 0)";
34
+ export const GColorNeutral400 = "oklch(70% 0 0)";
35
+ export const GColorNeutral500 = "oklch(60% 0 0)";
36
+ export const GColorNeutral600 = "oklch(50% 0 0)";
37
+ export const GColorNeutral700 = "oklch(40% 0 0)";
38
+ export const GColorNeutral800 = "oklch(30% 0 0)";
39
+ export const GColorNeutral900 = "oklch(20% 0 0)";
40
+ export const GColorNeutralWhite = "oklch(100% 0 0)";
41
+ export const GColorNeutralBlack = "oklch(0% 0 0)";
42
+ export const GColorUtilityGreen100 = "oklch(96.73% 0.0537 129.1)";
43
+ export const GColorUtilityGreen200 = "oklch(93.45% 0.107 131.96)";
44
+ export const GColorUtilityGreen300 = "oklch(87.97% 0.1546 135.05)";
45
+ export const GColorUtilityGreen400 = "oklch(81.78% 0.1827 137.62)";
46
+ export const GColorUtilityGreen500 = "oklch(74.01% 0.2132 139.87)";
47
+ export const GColorUtilityGreen600 = "oklch(65.44% 0.1981 141.12)";
48
+ export const GColorUtilityGreen700 = "oklch(57.11% 0.1795 142.12)";
49
+ export const GColorUtilityGreen800 = "oklch(48.67% 0.1572 142.68)";
50
+ export const GColorUtilityGreen900 = "oklch(42.59% 0.1358 143.3)";
51
+ export const GColorUtilityBlue100 = "oklch(95.86% 0.0542 179.13)";
52
+ export const GColorUtilityBlue200 = "oklch(92.82% 0.0973 184.41)";
53
+ export const GColorUtilityBlue300 = "oklch(90.54% 0.1282 189.63)";
54
+ export const GColorUtilityBlue500 = "oklch(81.86% 0.141005 208.7047)";
55
+ export const GColorUtilityBlue600 = "oklch(68.89% 0.125872 220.4932)";
56
+ export const GColorUtilityBlue700 = "oklch(56.7% 0.116289 232.4331)";
57
+ export const GColorUtilityBlue800 = "oklch(45.75% 0.107158 241.2805)";
58
+ export const GColorUtilityBlue900 = "oklch(37.55% 0.1037 249.04)";
59
+ export const GColorUtilityYellow100 = "oklch(97.66% 0.0606 103.43)";
60
+ export const GColorUtilityYellow200 = "oklch(95.72% 0.1147 103.53)";
61
+ export const GColorUtilityYellow300 = "oklch(93.47% 0.1552 102.21)";
62
+ export const GColorUtilityYellow400 = "oklch(91.68% 0.1745 101.08)";
63
+ export const GColorUtilityYellow500 = "oklch(88.99% 0.183778 97.6996)";
64
+ export const GColorUtilityYellow600 = "oklch(78.68% 0.162 96.43)";
65
+ export const GColorUtilityYellow700 = "oklch(68.35% 0.14027 94.7302)";
66
+ export const GColorUtilityYellow800 = "oklch(58.04% 0.1189 93.71)";
67
+ export const GColorUtilityYellow900 = "oklch(50.09% 0.1025 92.6)";
68
+ export const GColorUtilityRed100 = "oklch(94.96% 0.0395 73.45)";
69
+ export const GColorUtilityRed200 = "oklch(89.21% 0.076552 65.9429)";
70
+ export const GColorUtilityRed300 = "oklch(82.67% 0.1156 57.65)";
71
+ export const GColorUtilityRed400 = "oklch(77.04% 0.1486 49.15)";
72
+ export const GColorUtilityRed500 = "oklch(69.31% 0.203172 39.994)";
73
+ export const GColorUtilityRed600 = "oklch(60.03% 0.1938 35.81)";
74
+ export const GColorUtilityRed700 = "oklch(51.18% 0.1802 32.56)";
75
+ export const GColorUtilityRed800 = "oklch(42.79% 0.16 30.38)";
76
+ export const GColorUtilityRed900 = "oklch(36.89% 0.1443 28.98)";
77
+ export const GColorTransparent0 = "oklch(100% 0 0 / 0)";
78
+ export const GColorTransparent10 = "oklch(100% 0 0 / 0.1)";
79
+ export const GColorTransparent25 = "oklch(100% 0 0 / 0.25)";
80
+ export const GColorTransparent50 = "oklch(100% 0 0 / 0.5)";
81
+ export const GColorTransparent75 = "oklch(100% 0 0 / 0.75)";
82
+ export const GColorTransparent90 = "oklch(100% 0 0 / 0.9)";
83
+ export const GColorBrandPurple100 = "oklch(95% 0.04 279.42)";
84
+ export const GColorBrandPurple200 = "oklch(90% 0.08 279.42)";
85
+ export const GColorBrandPurple300 = "oklch(82% 0.12 279.42)";
86
+ export const GColorBrandPurple400 = "oklch(74% 0.17 279.42)";
87
+ export const GColorBrandPurple500 = "oklch(65% 0.22 279.42)";
88
+ export const GColorBrandPurple600 = "oklch(55% 0.26 279.42)";
89
+ export const GColorBrandPurple700 = "oklch(45% 0.24 279.42)";
90
+ export const GColorBrandPurple800 = "oklch(35% 0.18 279.42)";
91
+ export const GColorBrandPurple900 = "oklch(25% 0.12 279.42)";
92
+ export const GThemeColorBackgroundDefault = "oklch(100% 0 0)";
93
+ export const GThemeColorBackgroundDefaultHover = "oklch(80% 0 0)";
94
+ export const GThemeColorBackgroundSubtle = "oklch(95% 0 0)";
95
+ export const GThemeColorBackgroundSubtleHover = "oklch(90% 0 0)";
96
+ export const GThemeColorBackgroundKnockout = "oklch(0% 0 0)";
97
+ export const GThemeColorBackgroundBrand = "oklch(95% 0.04 279.42)";
98
+ export const GThemeColorBackgroundBrandHover = "oklch(90% 0.08 279.42)";
99
+ export const GThemeColorBackgroundBrandDisabled = "oklch(90% 0 0)";
100
+ export const GThemeColorBackgroundBrandKnockout = "oklch(35% 0.18 279.42)";
101
+ export const GThemeColorBackgroundBrandKnockoutHover = "oklch(45% 0.24 279.42)";
102
+ export const GThemeColorBackgroundUtilityError = "oklch(94.96% 0.0395 73.45)";
103
+ export const GThemeColorBackgroundUtilityErrorKnockout =
104
+ "oklch(60.03% 0.1938 35.81)";
105
+ export const GThemeColorBackgroundUtilityWarning =
106
+ "oklch(97.66% 0.0606 103.43)";
107
+ export const GThemeColorBackgroundUtilityWarningKnockout =
108
+ "oklch(78.68% 0.162 96.43)";
109
+ export const GThemeColorBackgroundUtilitySuccess = "oklch(96.73% 0.0537 129.1)";
110
+ export const GThemeColorBackgroundUtilitySuccessKnockout =
111
+ "oklch(65.44% 0.1981 141.12)";
112
+ export const GThemeColorBackgroundUtilityInfo = "oklch(95.86% 0.0542 179.13)";
113
+ export const GThemeColorBackgroundUtilityInfoKnockout =
114
+ "oklch(68.89% 0.125872 220.4932)";
115
+ export const GThemeColorBackgroundDisabled = "oklch(90% 0 0)";
116
+ export const GThemeColorBackgroundTransparent = "oklch(100% 0 0 / 0.25)";
117
+ export const GThemeColorBackgroundTransparentStrong = "oklch(100% 0 0 / 0.9)";
118
+ export const GThemeColorBorderDefault = "oklch(80% 0 0)";
119
+ export const GThemeColorBorderDefaultHover = "oklch(60% 0 0)";
120
+ export const GThemeColorBorderSubtle = "oklch(90% 0 0)";
121
+ export const GThemeColorBorderStrong = "oklch(20% 0 0)";
122
+ export const GThemeColorBorderKnockout = "oklch(70% 0 0)";
123
+ export const GThemeColorBorderBrand = "oklch(45% 0.24 279.42)";
124
+ export const GThemeColorBorderUtilityError = "oklch(51.18% 0.1802 32.56)";
125
+ export const GThemeColorBorderUtilityWarning = "oklch(68.35% 0.14027 94.7302)";
126
+ export const GThemeColorBorderUtilitySuccess = "oklch(57.11% 0.1795 142.12)";
127
+ export const GThemeColorBorderUtilityInfo = "oklch(56.7% 0.116289 232.4331)";
128
+ export const GThemeColorBorderDisabled = "oklch(90% 0 0)";
129
+ export const GThemeColorContentDefault = "oklch(20% 0 0)";
130
+ export const GThemeColorContentDefaultHover = "oklch(0% 0 0)";
131
+ export const GThemeColorContentSubtle = "oklch(60% 0 0)";
132
+ export const GThemeColorContentKnockout = "oklch(100% 0 0)";
133
+ export const GThemeColorContentBrand = "oklch(55% 0.26 279.42)";
134
+ export const GThemeColorContentBrandHover = "oklch(25% 0.12 279.42)";
135
+ export const GThemeColorContentBrandKnockout = "oklch(95% 0.04 279.42)";
136
+ export const GThemeColorContentDisabled = "oklch(50% 0 0)";
137
+ export const GThemeColorContentUtilityError = "oklch(60.03% 0.1938 35.81)";
138
+ export const GThemeColorContentUtilityWarning = "oklch(78.68% 0.162 96.43)";
139
+ export const GThemeColorContentUtilitySuccess = "oklch(65.44% 0.1981 141.12)";
140
+ export const GThemeColorContentUtilityInfo = "oklch(68.89% 0.125872 220.4932)";
141
+ export const GShadowSmX = "0rem";
142
+ export const GShadowSmY = "0.25rem";
143
+ export const GShadowSmBlur = "0.25rem";
144
+ export const GShadowSmSpread = "0rem";
145
+ export const GShadowSmColor = "#00000040";
146
+ export const GShadowMdX = "0rem";
147
+ export const GShadowMdY = "0.5rem";
148
+ export const GShadowMdBlur = "0.375rem";
149
+ export const GShadowMdSpread = "-0.375rem";
150
+ export const GShadowMdColor = "#0000001a";
151
+ export const GSpacing0 = "0rem";
152
+ export const GSpacing1 = "0.0625rem";
153
+ export const GSpacing2 = "0.125rem";
154
+ export const GSpacing4 = "0.25rem";
155
+ export const GSpacing6 = "0.375rem";
156
+ export const GSpacing8 = "0.5rem";
157
+ export const GSpacing10 = "0.625rem";
158
+ export const GSpacing12 = "0.75rem";
159
+ export const GSpacing16 = "1rem";
160
+ export const GSpacing20 = "1.25rem";
161
+ export const GSpacing24 = "1.5rem";
162
+ export const GSpacing32 = "2rem";
163
+ export const GSpacing40 = "2.5rem";
164
+ export const GSpacing48 = "3rem";
165
+ export const GSpacing64 = "4rem";
166
+ export const GThemeSpacingXs = "0.25rem";
167
+ export const GThemeSpacingSm = "0.5rem";
168
+ export const GThemeSpacingMd = "1rem";
169
+ export const GThemeSpacingLg = "1.5rem";
170
+ export const GThemeSpacingXl = "2rem";
171
+ export const GThemeSpacing2xl = "3rem";
172
+ export const GThemeSpacing3xl = "4rem";
173
+ export const GTypographyFontWeight400 = "400";
174
+ export const GTypographyFontWeight500 = "500";
175
+ export const GTypographyFontWeight600 = "600";
176
+ export const GTypographyFontWeight700 = "700";
177
+ export const GTypographyFontWeight800 = "800";
178
+ export const GTypographyFontWeight900 = "900";
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";
186
+ export const GTypographyTextTransformNone = "none";
187
+ export const GTypographyTextTransformUppercase = "uppercase";
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 =
212
+ "Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
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 =
218
+ "Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
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 =
224
+ "Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
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 =
230
+ "Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
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 =
236
+ "Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
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 =
242
+ "Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
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 =
248
+ "Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
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 =
254
+ "Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
255
+ export const GThemeTypographyBodySmFontWeight = "500";
256
+ export const GThemeTypographyBodySmFontSize = "0.875rem";
257
+ export const GThemeTypographyBodySmLineHeight = "1.43";
258
+ export const GThemeTypographyBodySmLetterSpacing = "0rem";
259
+ export const GThemeTypographyLabelLgFontFamily =
260
+ "Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
261
+ export const GThemeTypographyLabelLgFontWeight = "600";
262
+ export const GThemeTypographyLabelLgFontSize = "1.25rem";
263
+ export const GThemeTypographyLabelLgLineHeight = "1.4";
264
+ export const GThemeTypographyLabelLgLetterSpacing = "0rem";
265
+ export const GThemeTypographyLabelFontFamily =
266
+ "Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
267
+ export const GThemeTypographyLabelFontWeight = "600";
268
+ export const GThemeTypographyLabelFontSize = "1rem";
269
+ export const GThemeTypographyLabelLineHeight = "1.5";
270
+ export const GThemeTypographyLabelLetterSpacing = "0rem";
271
+ export const GThemeTypographyLabelSmFontFamily =
272
+ "Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
273
+ export const GThemeTypographyLabelSmFontWeight = "600";
274
+ export const GThemeTypographyLabelSmFontSize = "0.875rem";
275
+ export const GThemeTypographyLabelSmLineHeight = "1.43";
276
+ export const GThemeTypographyLabelSmLetterSpacing = "0rem";
277
+ export const GThemeTypographyMetaFontFamily =
278
+ "Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
279
+ export const GThemeTypographyMetaFontWeight = "600";
280
+ export const GThemeTypographyMetaFontSize = "0.875rem";
281
+ export const GThemeTypographyMetaLineHeight = "1.43";
282
+ export const GThemeTypographyMetaLetterSpacing = "0.125rem";
283
+ export const GThemeTypographyMetaSmFontFamily =
284
+ "Greycliff, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
285
+ export const GThemeTypographyMetaSmFontWeight = "600";
286
+ export const GThemeTypographyMetaSmFontSize = "0.75rem";
287
+ export const GThemeTypographyMetaSmLineHeight = "1.33";
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";
297
+ export const GThemeBoxShadowSmX = "0rem";
298
+ export const GThemeBoxShadowSmY = "0.25rem";
299
+ export const GThemeBoxShadowSmBlur = "0.25rem";
300
+ export const GThemeBoxShadowSmSpread = "0rem";
301
+ export const GThemeBoxShadowSmColor = "#00000040";
302
+ export const GThemeBoxShadowMdX = "0rem";
303
+ export const GThemeBoxShadowMdY = "0.5rem";
304
+ export const GThemeBoxShadowMdBlur = "0.375rem";
305
+ export const GThemeBoxShadowMdSpread = "-0.375rem";
306
+ export const GThemeBoxShadowMdColor = "#0000001a";
307
+ export const GThemeButtonColorBackgroundDefault = "oklch(95% 0.04 279.42)";
308
+ export const GThemeButtonColorBackgroundHover = "oklch(90% 0.08 279.42)";
309
+ export const GThemeButtonColorBackgroundActive = "oklch(90% 0.08 279.42)";
310
+ export const GThemeButtonColorBackgroundDisabled = "oklch(100% 0 0)";
311
+ export const GThemeButtonColorContentDefault = "oklch(95% 0.04 279.42)";
312
+ export const GThemeButtonColorContentHover = "oklch(95% 0.04 279.42)";
313
+ export const GThemeButtonColorContentActive = "oklch(95% 0.04 279.42)";
314
+ export const GThemeButtonColorContentDisabled = "oklch(50% 0 0)";
315
+ export const GThemeButtonColorBorderDefault = "oklch(80% 0 0)";
316
+ export const GThemeButtonColorBorderHover = "oklch(45% 0.24 279.42)";
317
+ export const GThemeButtonColorBorderActive = "oklch(45% 0.24 279.42)";
318
+ export const GThemeButtonColorBorderDisabled = "oklch(80% 0 0)";
319
+ export const GThemeButtonPrimaryColorBackgroundDefault =
320
+ "oklch(65% 0.22 279.42)";
321
+ export const GThemeButtonPrimaryColorBackgroundHover = "oklch(55% 0.26 279.42)";
322
+ export const GThemeButtonPrimaryColorBackgroundActive =
323
+ "oklch(45% 0.24 279.42)";
324
+ export const GThemeButtonPrimaryColorBackgroundDisabled = "oklch(90% 0 0)";
325
+ export const GThemeButtonPrimaryColorContentDefault = "oklch(100% 0 0)";
326
+ export const GThemeButtonPrimaryColorContentHover = "oklch(100% 0 0)";
327
+ export const GThemeButtonPrimaryColorContentActive = "oklch(100% 0 0)";
328
+ export const GThemeButtonPrimaryColorContentDisabled = "oklch(20% 0 0)";
329
+ export const GThemeButtonPrimaryColorBorderDefault = "oklch(65% 0.22 279.42)";
330
+ export const GThemeButtonPrimaryColorBorderHover = "oklch(45% 0.24 279.42)";
331
+ export const GThemeButtonPrimaryColorBorderActive = "oklch(45% 0.24 279.42)";
332
+ export const GThemeButtonPrimaryColorBorderDisabled = "oklch(80% 0 0)";
333
+ export const GThemeFocusRingColorDefault = "rgba(106, 91, 197, 0.4)";
334
+ export const GThemeFocusRingColorContrast = "oklch(90% 0.08 279.42)";
335
+ export const GThemeFocusRingColorContrastShadow = "oklch(35% 0.18 279.42)";
336
+ export const GThemeFocusRingWidthDefault = "0.2rem";
337
+ export const GThemeFocusRingOffsetDefault = "0rem";
338
+ export const GThemeFormColorBackgroundDefault = "oklch(100% 0 0)";
339
+ export const GThemeFormColorBackgroundFocus = "oklch(100% 0 0)";
340
+ export const GThemeFormColorBackgroundHover = "oklch(95% 0 0)";
341
+ export const GThemeFormColorBackgroundActive = "oklch(100% 0 0)";
342
+ export const GThemeFormColorBackgroundDisabled = "oklch(100% 0 0)";
343
+ export const GThemeFormColorContentDefault = "oklch(20% 0 0)";
344
+ export const GThemeFormColorContentFocus = "oklch(20% 0 0)";
345
+ export const GThemeFormColorContentHover = "oklch(20% 0 0)";
346
+ export const GThemeFormColorContentActive = "oklch(20% 0 0)";
347
+ export const GThemeFormColorContentDisabled = "oklch(50% 0 0)";
348
+ export const GThemeFormColorBorderDefault = "oklch(80% 0 0)";
349
+ export const GThemeFormColorBorderFocus = "oklch(45% 0.24 279.42)";
350
+ export const GThemeFormColorBorderHover = "oklch(60% 0 0)";
351
+ export const GThemeFormColorBorderActive = "oklch(45% 0.24 279.42)";
352
+ export const GThemeFormColorBorderDisabled = "oklch(80% 0 0)";
353
+ export const GThemeFormColorBorderError = "oklch(51.18% 0.1802 32.56)";
354
+ export const GThemeFormInputAccentColorDefault = "oklch(65% 0.22 279.42)";
355
+ export const GThemeLinkColorContentDefault = "oklch(65% 0.22 279.42)";
356
+ export const GThemeLinkColorContentHover = "oklch(55% 0.26 279.42)";
357
+ export const GThemeLinkColorContentActive = "oklch(55% 0.26 279.42)";
358
+ export const GThemeLinkColorContentVisited = "oklch(65% 0.22 279.42)";
359
+ export const GThemeLinkKnockoutColorContentDefault = "oklch(100% 0 0)";
360
+ export const GThemeLinkKnockoutColorContentHover = "oklch(100% 0 0)";
361
+ export const GThemeLinkKnockoutColorContentActive = "oklch(100% 0 0)";
362
+ export const GThemeLinkKnockoutColorContentVisited = "oklch(100% 0 0)";