@k8slens/lds-tokens 0.1.14

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 (71) hide show
  1. package/README.md +7 -0
  2. package/lib/docs/token-map.dark.d.ts +40 -0
  3. package/lib/docs/token-map.dark.js +3801 -0
  4. package/lib/docs/token-map.light.d.ts +40 -0
  5. package/lib/docs/token-map.light.js +3799 -0
  6. package/lib/electron/font-face.css +77 -0
  7. package/lib/electron/fonts/OpenSans-Bold.ttf +0 -0
  8. package/lib/electron/fonts/OpenSans-BoldItalic.ttf +0 -0
  9. package/lib/electron/fonts/OpenSans-Italic.ttf +0 -0
  10. package/lib/electron/fonts/OpenSans-Regular.ttf +0 -0
  11. package/lib/electron/fonts/Roboto-Bold.ttf +0 -0
  12. package/lib/electron/fonts/Roboto-Light.ttf +0 -0
  13. package/lib/electron/fonts/Roboto-LightItalic.ttf +0 -0
  14. package/lib/electron/fonts/Roboto-Regular.ttf +0 -0
  15. package/lib/electron/icons/base/asset-icon-base-info.svg +1 -0
  16. package/lib/electron/icons/base/asset-icon-base-logo.svg +1 -0
  17. package/lib/electron/icons/base/asset-icon-base-spinner.svg +1 -0
  18. package/lib/electron/icons/base/asset-icon-base-success.svg +1 -0
  19. package/lib/electron/icons/base/asset-icon-base-warning.svg +1 -0
  20. package/lib/electron/icons/base.js +19 -0
  21. package/lib/electron/icons/misc/asset-icon-misc-email.svg +1 -0
  22. package/lib/electron/icons/misc/asset-icon-misc-lock.svg +1 -0
  23. package/lib/electron/icons/misc/asset-icon-misc-person.svg +1 -0
  24. package/lib/electron/icons/misc.js +15 -0
  25. package/lib/electron/icons/navigation/asset-icon-navigation-arrow-down.svg +1 -0
  26. package/lib/electron/icons/navigation/asset-icon-navigation-arrow-up.svg +1 -0
  27. package/lib/electron/icons/navigation.js +13 -0
  28. package/lib/electron/images/index.js +8 -0
  29. package/lib/electron/images/svg/asset-image-svg-thank-you-hero.svg +1 -0
  30. package/lib/electron/tokens.dark.css +230 -0
  31. package/lib/electron/tokens.dark.js +229 -0
  32. package/lib/electron/tokens.dark.scoped.css +32 -0
  33. package/lib/electron/tokens.light.css +230 -0
  34. package/lib/electron/tokens.light.js +229 -0
  35. package/lib/electron/tokens.light.scoped.css +32 -0
  36. package/lib/web/colors/dark.js +40 -0
  37. package/lib/web/colors/light.js +40 -0
  38. package/lib/web/font-imports.css +9 -0
  39. package/lib/web/icons/base/asset-icon-base-info.svg +1 -0
  40. package/lib/web/icons/base/asset-icon-base-logo.svg +1 -0
  41. package/lib/web/icons/base/asset-icon-base-spinner.svg +1 -0
  42. package/lib/web/icons/base/asset-icon-base-success.svg +1 -0
  43. package/lib/web/icons/base/asset-icon-base-warning.svg +1 -0
  44. package/lib/web/icons/base.js +19 -0
  45. package/lib/web/icons/misc/asset-icon-misc-email.svg +1 -0
  46. package/lib/web/icons/misc/asset-icon-misc-lock.svg +1 -0
  47. package/lib/web/icons/misc/asset-icon-misc-person.svg +1 -0
  48. package/lib/web/icons/misc.js +15 -0
  49. package/lib/web/icons/navigation/asset-icon-navigation-arrow-down.svg +1 -0
  50. package/lib/web/icons/navigation/asset-icon-navigation-arrow-up.svg +1 -0
  51. package/lib/web/icons/navigation.js +13 -0
  52. package/lib/web/icons-inline/base.brand.json +7 -0
  53. package/lib/web/icons-inline/base.dark.json +7 -0
  54. package/lib/web/icons-inline/base.light.json +7 -0
  55. package/lib/web/icons-inline/misc.brand.json +5 -0
  56. package/lib/web/icons-inline/misc.dark.json +5 -0
  57. package/lib/web/icons-inline/misc.light.json +5 -0
  58. package/lib/web/icons-inline/navigation.brand.json +4 -0
  59. package/lib/web/icons-inline/navigation.dark.json +4 -0
  60. package/lib/web/icons-inline/navigation.light.json +4 -0
  61. package/lib/web/images/index.js +8 -0
  62. package/lib/web/images/svg/asset-image-svg-thank-you-hero.svg +1 -0
  63. package/lib/web/tailwind.config.cjs +135 -0
  64. package/lib/web/tailwind.config.js +136 -0
  65. package/lib/web/tokens.dark.css +234 -0
  66. package/lib/web/tokens.dark.js +233 -0
  67. package/lib/web/tokens.dark.scoped.css +32 -0
  68. package/lib/web/tokens.light.css +234 -0
  69. package/lib/web/tokens.light.js +233 -0
  70. package/lib/web/tokens.light.scoped.css +32 -0
  71. package/package.json +12 -0
@@ -0,0 +1,3801 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Mon, 14 Nov 2022 07:24:59 GMT
4
+ */
5
+
6
+ const tokenMap = {
7
+ "asset": {
8
+ "font": {
9
+ "Open Sans": {
10
+ "400": {
11
+ "normal": {
12
+ "path": "asset.font.Open Sans.400.normal",
13
+ "name": "AssetFontOpen Sans400Normal",
14
+ "code": "$asset-font--open -sans-400-normal",
15
+ "variable": "asset-font--open -sans-400-normal",
16
+ "value": "assets/fonts/OpenSans-Regular",
17
+ "attributes": {
18
+ "importUrl": "https://fonts.googleapis.com/css2"
19
+ },
20
+ "asset": {
21
+ "name": "400",
22
+ "fileName": "normal.assets/fonts/OpenSans-Regular",
23
+ "folder": "../packages/tokens/lib/web/Open Sans",
24
+ "path": "../packages/tokens/lib/web/Open Sans/normal.assets/fonts/OpenSans-Regular",
25
+ "relativePath": "./Open Sans/normal.assets/fonts/OpenSans-Regular",
26
+ "package": "@k8slens/lds-tokens",
27
+ "importRoot": "@k8slens/lds-tokens/lib/web/",
28
+ "importPath": "@k8slens/lds-tokens/lib/web/Open Sans/normal.assets/fonts/OpenSans-Regular",
29
+ "source": "./assets/fonts/OpenSans-Regular"
30
+ },
31
+ "inherits": []
32
+ },
33
+ "italic": {
34
+ "path": "asset.font.Open Sans.400.italic",
35
+ "name": "AssetFontOpen Sans400Italic",
36
+ "code": "$asset-font--open -sans-400-italic",
37
+ "variable": "asset-font--open -sans-400-italic",
38
+ "value": "assets/fonts/OpenSans-Italic",
39
+ "attributes": {
40
+ "importUrl": "https://fonts.googleapis.com/css2"
41
+ },
42
+ "asset": {
43
+ "name": "400",
44
+ "fileName": "italic.assets/fonts/OpenSans-Italic",
45
+ "folder": "../packages/tokens/lib/web/Open Sans",
46
+ "path": "../packages/tokens/lib/web/Open Sans/italic.assets/fonts/OpenSans-Italic",
47
+ "relativePath": "./Open Sans/italic.assets/fonts/OpenSans-Italic",
48
+ "package": "@k8slens/lds-tokens",
49
+ "importRoot": "@k8slens/lds-tokens/lib/web/",
50
+ "importPath": "@k8slens/lds-tokens/lib/web/Open Sans/italic.assets/fonts/OpenSans-Italic",
51
+ "source": "./assets/fonts/OpenSans-Italic"
52
+ },
53
+ "inherits": []
54
+ }
55
+ },
56
+ "700": {
57
+ "normal": {
58
+ "path": "asset.font.Open Sans.700.normal",
59
+ "name": "AssetFontOpen Sans700Normal",
60
+ "code": "$asset-font--open -sans-700-normal",
61
+ "variable": "asset-font--open -sans-700-normal",
62
+ "value": "assets/fonts/OpenSans-Bold",
63
+ "attributes": {
64
+ "importUrl": "https://fonts.googleapis.com/css2"
65
+ },
66
+ "asset": {
67
+ "name": "700",
68
+ "fileName": "normal.assets/fonts/OpenSans-Bold",
69
+ "folder": "../packages/tokens/lib/web/Open Sans",
70
+ "path": "../packages/tokens/lib/web/Open Sans/normal.assets/fonts/OpenSans-Bold",
71
+ "relativePath": "./Open Sans/normal.assets/fonts/OpenSans-Bold",
72
+ "package": "@k8slens/lds-tokens",
73
+ "importRoot": "@k8slens/lds-tokens/lib/web/",
74
+ "importPath": "@k8slens/lds-tokens/lib/web/Open Sans/normal.assets/fonts/OpenSans-Bold",
75
+ "source": "./assets/fonts/OpenSans-Bold"
76
+ },
77
+ "inherits": []
78
+ },
79
+ "italic": {
80
+ "path": "asset.font.Open Sans.700.italic",
81
+ "name": "AssetFontOpen Sans700Italic",
82
+ "code": "$asset-font--open -sans-700-italic",
83
+ "variable": "asset-font--open -sans-700-italic",
84
+ "value": "assets/fonts/OpenSans-BoldItalic",
85
+ "attributes": {
86
+ "importUrl": "https://fonts.googleapis.com/css2"
87
+ },
88
+ "asset": {
89
+ "name": "700",
90
+ "fileName": "italic.assets/fonts/OpenSans-BoldItalic",
91
+ "folder": "../packages/tokens/lib/web/Open Sans",
92
+ "path": "../packages/tokens/lib/web/Open Sans/italic.assets/fonts/OpenSans-BoldItalic",
93
+ "relativePath": "./Open Sans/italic.assets/fonts/OpenSans-BoldItalic",
94
+ "package": "@k8slens/lds-tokens",
95
+ "importRoot": "@k8slens/lds-tokens/lib/web/",
96
+ "importPath": "@k8slens/lds-tokens/lib/web/Open Sans/italic.assets/fonts/OpenSans-BoldItalic",
97
+ "source": "./assets/fonts/OpenSans-BoldItalic"
98
+ },
99
+ "inherits": []
100
+ }
101
+ }
102
+ },
103
+ "Roboto": {
104
+ "300": {
105
+ "normal": {
106
+ "path": "asset.font.Roboto.300.normal",
107
+ "name": "AssetFontRoboto300Normal",
108
+ "code": "$asset-font--roboto-300-normal",
109
+ "variable": "asset-font--roboto-300-normal",
110
+ "value": "assets/fonts/Roboto-Light",
111
+ "attributes": {
112
+ "importUrl": "https://fonts.googleapis.com/css2"
113
+ },
114
+ "asset": {
115
+ "name": "300",
116
+ "fileName": "normal.assets/fonts/Roboto-Light",
117
+ "folder": "../packages/tokens/lib/web/Roboto",
118
+ "path": "../packages/tokens/lib/web/Roboto/normal.assets/fonts/Roboto-Light",
119
+ "relativePath": "./Roboto/normal.assets/fonts/Roboto-Light",
120
+ "package": "@k8slens/lds-tokens",
121
+ "importRoot": "@k8slens/lds-tokens/lib/web/",
122
+ "importPath": "@k8slens/lds-tokens/lib/web/Roboto/normal.assets/fonts/Roboto-Light",
123
+ "source": "./assets/fonts/Roboto-Light"
124
+ },
125
+ "inherits": []
126
+ },
127
+ "italic": {
128
+ "path": "asset.font.Roboto.300.italic",
129
+ "name": "AssetFontRoboto300Italic",
130
+ "code": "$asset-font--roboto-300-italic",
131
+ "variable": "asset-font--roboto-300-italic",
132
+ "value": "assets/fonts/Roboto-LightItalic",
133
+ "attributes": {
134
+ "importUrl": "https://fonts.googleapis.com/css2"
135
+ },
136
+ "asset": {
137
+ "name": "300",
138
+ "fileName": "italic.assets/fonts/Roboto-LightItalic",
139
+ "folder": "../packages/tokens/lib/web/Roboto",
140
+ "path": "../packages/tokens/lib/web/Roboto/italic.assets/fonts/Roboto-LightItalic",
141
+ "relativePath": "./Roboto/italic.assets/fonts/Roboto-LightItalic",
142
+ "package": "@k8slens/lds-tokens",
143
+ "importRoot": "@k8slens/lds-tokens/lib/web/",
144
+ "importPath": "@k8slens/lds-tokens/lib/web/Roboto/italic.assets/fonts/Roboto-LightItalic",
145
+ "source": "./assets/fonts/Roboto-LightItalic"
146
+ },
147
+ "inherits": []
148
+ }
149
+ },
150
+ "400": {
151
+ "normal": {
152
+ "path": "asset.font.Roboto.400.normal",
153
+ "name": "AssetFontRoboto400Normal",
154
+ "code": "$asset-font--roboto-400-normal",
155
+ "variable": "asset-font--roboto-400-normal",
156
+ "value": "assets/fonts/Roboto-Regular",
157
+ "attributes": {
158
+ "importUrl": "https://fonts.googleapis.com/css2"
159
+ },
160
+ "asset": {
161
+ "name": "400",
162
+ "fileName": "normal.assets/fonts/Roboto-Regular",
163
+ "folder": "../packages/tokens/lib/web/Roboto",
164
+ "path": "../packages/tokens/lib/web/Roboto/normal.assets/fonts/Roboto-Regular",
165
+ "relativePath": "./Roboto/normal.assets/fonts/Roboto-Regular",
166
+ "package": "@k8slens/lds-tokens",
167
+ "importRoot": "@k8slens/lds-tokens/lib/web/",
168
+ "importPath": "@k8slens/lds-tokens/lib/web/Roboto/normal.assets/fonts/Roboto-Regular",
169
+ "source": "./assets/fonts/Roboto-Regular"
170
+ },
171
+ "inherits": []
172
+ }
173
+ },
174
+ "700": {
175
+ "normal": {
176
+ "path": "asset.font.Roboto.700.normal",
177
+ "name": "AssetFontRoboto700Normal",
178
+ "code": "$asset-font--roboto-700-normal",
179
+ "variable": "asset-font--roboto-700-normal",
180
+ "value": "assets/fonts/Roboto-Bold",
181
+ "attributes": {
182
+ "importUrl": "https://fonts.googleapis.com/css2"
183
+ },
184
+ "asset": {
185
+ "name": "700",
186
+ "fileName": "normal.assets/fonts/Roboto-Bold",
187
+ "folder": "../packages/tokens/lib/web/Roboto",
188
+ "path": "../packages/tokens/lib/web/Roboto/normal.assets/fonts/Roboto-Bold",
189
+ "relativePath": "./Roboto/normal.assets/fonts/Roboto-Bold",
190
+ "package": "@k8slens/lds-tokens",
191
+ "importRoot": "@k8slens/lds-tokens/lib/web/",
192
+ "importPath": "@k8slens/lds-tokens/lib/web/Roboto/normal.assets/fonts/Roboto-Bold",
193
+ "source": "./assets/fonts/Roboto-Bold"
194
+ },
195
+ "inherits": []
196
+ }
197
+ }
198
+ }
199
+ },
200
+ "icon": {
201
+ "base": {
202
+ "logo": {
203
+ "path": "asset.icon.base.logo",
204
+ "name": "AssetIconBaseLogo",
205
+ "code": "$asset-icon-base-logo",
206
+ "variable": "asset-icon-base-logo",
207
+ "value": "assets/icons/logo-icon.svg",
208
+ "attributes": {},
209
+ "asset": {
210
+ "name": "logo",
211
+ "fileName": "logo.svg",
212
+ "folder": "../packages/tokens/lib/web/icons/base",
213
+ "path": "../packages/tokens/lib/web/icons/base/logo.svg",
214
+ "relativePath": "./base/logo.svg",
215
+ "package": "@k8slens/lds-tokens",
216
+ "importRoot": "@k8slens/lds-tokens/lib/web/icons/",
217
+ "importPath": "@k8slens/lds-tokens/lib/web/icons/base/logo.svg",
218
+ "group": "base",
219
+ "source": "./assets/icons/logo-icon.svg"
220
+ },
221
+ "react": {
222
+ "name": "Logo",
223
+ "fileName": "Logo.tsx",
224
+ "folder": "../packages/icons/src/icons/base",
225
+ "path": "../packages/icons/src/icons/base/Logo.tsx",
226
+ "relativePath": "./base/Logo.tsx",
227
+ "package": "@k8slens/lds-icons",
228
+ "importRoot": "@k8slens/lds-icons/src/icons/",
229
+ "importPath": "@k8slens/lds-icons/src/icons/base/Logo.tsx"
230
+ },
231
+ "inherits": []
232
+ },
233
+ "spinner": {
234
+ "path": "asset.icon.base.spinner",
235
+ "name": "AssetIconBaseSpinner",
236
+ "code": "$asset-icon-base-spinner",
237
+ "variable": "asset-icon-base-spinner",
238
+ "value": "assets/icons/spinner.svg",
239
+ "attributes": {},
240
+ "asset": {
241
+ "name": "spinner",
242
+ "fileName": "spinner.svg",
243
+ "folder": "../packages/tokens/lib/web/icons/base",
244
+ "path": "../packages/tokens/lib/web/icons/base/spinner.svg",
245
+ "relativePath": "./base/spinner.svg",
246
+ "package": "@k8slens/lds-tokens",
247
+ "importRoot": "@k8slens/lds-tokens/lib/web/icons/",
248
+ "importPath": "@k8slens/lds-tokens/lib/web/icons/base/spinner.svg",
249
+ "group": "base",
250
+ "source": "./assets/icons/spinner.svg"
251
+ },
252
+ "react": {
253
+ "name": "Spinner",
254
+ "fileName": "Spinner.tsx",
255
+ "folder": "../packages/icons/src/icons/base",
256
+ "path": "../packages/icons/src/icons/base/Spinner.tsx",
257
+ "relativePath": "./base/Spinner.tsx",
258
+ "package": "@k8slens/lds-icons",
259
+ "importRoot": "@k8slens/lds-icons/src/icons/",
260
+ "importPath": "@k8slens/lds-icons/src/icons/base/Spinner.tsx"
261
+ },
262
+ "inherits": []
263
+ },
264
+ "info": {
265
+ "path": "asset.icon.base.info",
266
+ "name": "AssetIconBaseInfo",
267
+ "code": "$asset-icon-base-info",
268
+ "variable": "asset-icon-base-info",
269
+ "value": "node_modules/@material-symbols/svg-400/outlined/info.svg",
270
+ "attributes": {},
271
+ "asset": {
272
+ "name": "info",
273
+ "fileName": "info.svg",
274
+ "folder": "../packages/tokens/lib/web/icons/base",
275
+ "path": "../packages/tokens/lib/web/icons/base/info.svg",
276
+ "relativePath": "./base/info.svg",
277
+ "package": "@k8slens/lds-tokens",
278
+ "importRoot": "@k8slens/lds-tokens/lib/web/icons/",
279
+ "importPath": "@k8slens/lds-tokens/lib/web/icons/base/info.svg",
280
+ "group": "base",
281
+ "source": "./node_modules/@material-symbols/svg-400/outlined/info.svg"
282
+ },
283
+ "react": {
284
+ "name": "Info",
285
+ "fileName": "Info.tsx",
286
+ "folder": "../packages/icons/src/icons/base",
287
+ "path": "../packages/icons/src/icons/base/Info.tsx",
288
+ "relativePath": "./base/Info.tsx",
289
+ "package": "@k8slens/lds-icons",
290
+ "importRoot": "@k8slens/lds-icons/src/icons/",
291
+ "importPath": "@k8slens/lds-icons/src/icons/base/Info.tsx"
292
+ },
293
+ "inherits": []
294
+ },
295
+ "warning": {
296
+ "path": "asset.icon.base.warning",
297
+ "name": "AssetIconBaseWarning",
298
+ "code": "$asset-icon-base-warning",
299
+ "variable": "asset-icon-base-warning",
300
+ "value": "node_modules/@material-symbols/svg-400/rounded/warning.svg",
301
+ "attributes": {},
302
+ "asset": {
303
+ "name": "warning",
304
+ "fileName": "warning.svg",
305
+ "folder": "../packages/tokens/lib/web/icons/base",
306
+ "path": "../packages/tokens/lib/web/icons/base/warning.svg",
307
+ "relativePath": "./base/warning.svg",
308
+ "package": "@k8slens/lds-tokens",
309
+ "importRoot": "@k8slens/lds-tokens/lib/web/icons/",
310
+ "importPath": "@k8slens/lds-tokens/lib/web/icons/base/warning.svg",
311
+ "group": "base",
312
+ "source": "./node_modules/@material-symbols/svg-400/rounded/warning.svg"
313
+ },
314
+ "react": {
315
+ "name": "Warning",
316
+ "fileName": "Warning.tsx",
317
+ "folder": "../packages/icons/src/icons/base",
318
+ "path": "../packages/icons/src/icons/base/Warning.tsx",
319
+ "relativePath": "./base/Warning.tsx",
320
+ "package": "@k8slens/lds-icons",
321
+ "importRoot": "@k8slens/lds-icons/src/icons/",
322
+ "importPath": "@k8slens/lds-icons/src/icons/base/Warning.tsx"
323
+ },
324
+ "inherits": []
325
+ },
326
+ "success": {
327
+ "path": "asset.icon.base.success",
328
+ "name": "AssetIconBaseSuccess",
329
+ "code": "$asset-icon-base-success",
330
+ "variable": "asset-icon-base-success",
331
+ "value": "node_modules/@material-symbols/svg-400/outlined/check_circle.svg",
332
+ "attributes": {},
333
+ "asset": {
334
+ "name": "success",
335
+ "fileName": "success.svg",
336
+ "folder": "../packages/tokens/lib/web/icons/base",
337
+ "path": "../packages/tokens/lib/web/icons/base/success.svg",
338
+ "relativePath": "./base/success.svg",
339
+ "package": "@k8slens/lds-tokens",
340
+ "importRoot": "@k8slens/lds-tokens/lib/web/icons/",
341
+ "importPath": "@k8slens/lds-tokens/lib/web/icons/base/success.svg",
342
+ "group": "base",
343
+ "source": "./node_modules/@material-symbols/svg-400/outlined/check_circle.svg"
344
+ },
345
+ "react": {
346
+ "name": "Success",
347
+ "fileName": "Success.tsx",
348
+ "folder": "../packages/icons/src/icons/base",
349
+ "path": "../packages/icons/src/icons/base/Success.tsx",
350
+ "relativePath": "./base/Success.tsx",
351
+ "package": "@k8slens/lds-icons",
352
+ "importRoot": "@k8slens/lds-icons/src/icons/",
353
+ "importPath": "@k8slens/lds-icons/src/icons/base/Success.tsx"
354
+ },
355
+ "inherits": []
356
+ }
357
+ },
358
+ "misc": {
359
+ "person": {
360
+ "path": "asset.icon.misc.person",
361
+ "name": "AssetIconMiscPerson",
362
+ "code": "$asset-icon-misc-person",
363
+ "variable": "asset-icon-misc-person",
364
+ "value": "node_modules/@material-symbols/svg-400/outlined/person.svg",
365
+ "attributes": {},
366
+ "asset": {
367
+ "name": "person",
368
+ "fileName": "person.svg",
369
+ "folder": "../packages/tokens/lib/web/icons/misc",
370
+ "path": "../packages/tokens/lib/web/icons/misc/person.svg",
371
+ "relativePath": "./misc/person.svg",
372
+ "package": "@k8slens/lds-tokens",
373
+ "importRoot": "@k8slens/lds-tokens/lib/web/icons/",
374
+ "importPath": "@k8slens/lds-tokens/lib/web/icons/misc/person.svg",
375
+ "group": "misc",
376
+ "source": "./node_modules/@material-symbols/svg-400/outlined/person.svg"
377
+ },
378
+ "react": {
379
+ "name": "Person",
380
+ "fileName": "Person.tsx",
381
+ "folder": "../packages/icons/src/icons/misc",
382
+ "path": "../packages/icons/src/icons/misc/Person.tsx",
383
+ "relativePath": "./misc/Person.tsx",
384
+ "package": "@k8slens/lds-icons",
385
+ "importRoot": "@k8slens/lds-icons/src/icons/",
386
+ "importPath": "@k8slens/lds-icons/src/icons/misc/Person.tsx"
387
+ },
388
+ "inherits": []
389
+ },
390
+ "lock": {
391
+ "path": "asset.icon.misc.lock",
392
+ "name": "AssetIconMiscLock",
393
+ "code": "$asset-icon-misc-lock",
394
+ "variable": "asset-icon-misc-lock",
395
+ "value": "node_modules/@material-symbols/svg-400/outlined/lock.svg",
396
+ "attributes": {},
397
+ "asset": {
398
+ "name": "lock",
399
+ "fileName": "lock.svg",
400
+ "folder": "../packages/tokens/lib/web/icons/misc",
401
+ "path": "../packages/tokens/lib/web/icons/misc/lock.svg",
402
+ "relativePath": "./misc/lock.svg",
403
+ "package": "@k8slens/lds-tokens",
404
+ "importRoot": "@k8slens/lds-tokens/lib/web/icons/",
405
+ "importPath": "@k8slens/lds-tokens/lib/web/icons/misc/lock.svg",
406
+ "group": "misc",
407
+ "source": "./node_modules/@material-symbols/svg-400/outlined/lock.svg"
408
+ },
409
+ "react": {
410
+ "name": "Lock",
411
+ "fileName": "Lock.tsx",
412
+ "folder": "../packages/icons/src/icons/misc",
413
+ "path": "../packages/icons/src/icons/misc/Lock.tsx",
414
+ "relativePath": "./misc/Lock.tsx",
415
+ "package": "@k8slens/lds-icons",
416
+ "importRoot": "@k8slens/lds-icons/src/icons/",
417
+ "importPath": "@k8slens/lds-icons/src/icons/misc/Lock.tsx"
418
+ },
419
+ "inherits": []
420
+ },
421
+ "email": {
422
+ "path": "asset.icon.misc.email",
423
+ "name": "AssetIconMiscEmail",
424
+ "code": "$asset-icon-misc-email",
425
+ "variable": "asset-icon-misc-email",
426
+ "value": "node_modules/@material-symbols/svg-400/outlined/mail.svg",
427
+ "attributes": {},
428
+ "asset": {
429
+ "name": "email",
430
+ "fileName": "email.svg",
431
+ "folder": "../packages/tokens/lib/web/icons/misc",
432
+ "path": "../packages/tokens/lib/web/icons/misc/email.svg",
433
+ "relativePath": "./misc/email.svg",
434
+ "package": "@k8slens/lds-tokens",
435
+ "importRoot": "@k8slens/lds-tokens/lib/web/icons/",
436
+ "importPath": "@k8slens/lds-tokens/lib/web/icons/misc/email.svg",
437
+ "group": "misc",
438
+ "source": "./node_modules/@material-symbols/svg-400/outlined/mail.svg"
439
+ },
440
+ "react": {
441
+ "name": "Email",
442
+ "fileName": "Email.tsx",
443
+ "folder": "../packages/icons/src/icons/misc",
444
+ "path": "../packages/icons/src/icons/misc/Email.tsx",
445
+ "relativePath": "./misc/Email.tsx",
446
+ "package": "@k8slens/lds-icons",
447
+ "importRoot": "@k8slens/lds-icons/src/icons/",
448
+ "importPath": "@k8slens/lds-icons/src/icons/misc/Email.tsx"
449
+ },
450
+ "inherits": []
451
+ }
452
+ },
453
+ "navigation": {
454
+ "arrowUp": {
455
+ "path": "asset.icon.navigation.arrowUp",
456
+ "name": "AssetIconNavigationArrowUp",
457
+ "code": "$asset-icon-navigation-arrow-up",
458
+ "variable": "asset-icon-navigation-arrow-up",
459
+ "value": "node_modules/@material-symbols/svg-400/outlined/arrow_drop_up.svg",
460
+ "attributes": {},
461
+ "asset": {
462
+ "name": "arrowUp",
463
+ "fileName": "arrowUp.svg",
464
+ "folder": "../packages/tokens/lib/web/icons/navigation",
465
+ "path": "../packages/tokens/lib/web/icons/navigation/arrowUp.svg",
466
+ "relativePath": "./navigation/arrowUp.svg",
467
+ "package": "@k8slens/lds-tokens",
468
+ "importRoot": "@k8slens/lds-tokens/lib/web/icons/",
469
+ "importPath": "@k8slens/lds-tokens/lib/web/icons/navigation/arrowUp.svg",
470
+ "group": "navigation",
471
+ "source": "./node_modules/@material-symbols/svg-400/outlined/arrow_drop_up.svg"
472
+ },
473
+ "react": {
474
+ "name": "ArrowUp",
475
+ "fileName": "ArrowUp.tsx",
476
+ "folder": "../packages/icons/src/icons/navigation",
477
+ "path": "../packages/icons/src/icons/navigation/ArrowUp.tsx",
478
+ "relativePath": "./navigation/ArrowUp.tsx",
479
+ "package": "@k8slens/lds-icons",
480
+ "importRoot": "@k8slens/lds-icons/src/icons/",
481
+ "importPath": "@k8slens/lds-icons/src/icons/navigation/ArrowUp.tsx"
482
+ },
483
+ "inherits": []
484
+ },
485
+ "arrowDown": {
486
+ "path": "asset.icon.navigation.arrowDown",
487
+ "name": "AssetIconNavigationArrowDown",
488
+ "code": "$asset-icon-navigation-arrow-down",
489
+ "variable": "asset-icon-navigation-arrow-down",
490
+ "value": "node_modules/@material-symbols/svg-400/outlined/arrow_drop_down.svg",
491
+ "attributes": {},
492
+ "asset": {
493
+ "name": "arrowDown",
494
+ "fileName": "arrowDown.svg",
495
+ "folder": "../packages/tokens/lib/web/icons/navigation",
496
+ "path": "../packages/tokens/lib/web/icons/navigation/arrowDown.svg",
497
+ "relativePath": "./navigation/arrowDown.svg",
498
+ "package": "@k8slens/lds-tokens",
499
+ "importRoot": "@k8slens/lds-tokens/lib/web/icons/",
500
+ "importPath": "@k8slens/lds-tokens/lib/web/icons/navigation/arrowDown.svg",
501
+ "group": "navigation",
502
+ "source": "./node_modules/@material-symbols/svg-400/outlined/arrow_drop_down.svg"
503
+ },
504
+ "react": {
505
+ "name": "ArrowDown",
506
+ "fileName": "ArrowDown.tsx",
507
+ "folder": "../packages/icons/src/icons/navigation",
508
+ "path": "../packages/icons/src/icons/navigation/ArrowDown.tsx",
509
+ "relativePath": "./navigation/ArrowDown.tsx",
510
+ "package": "@k8slens/lds-icons",
511
+ "importRoot": "@k8slens/lds-icons/src/icons/",
512
+ "importPath": "@k8slens/lds-icons/src/icons/navigation/ArrowDown.tsx"
513
+ },
514
+ "inherits": []
515
+ }
516
+ }
517
+ },
518
+ "image": {
519
+ "svg": {
520
+ "ThankYouHero": {
521
+ "path": "asset.image.svg.ThankYouHero",
522
+ "name": "AssetImageSvgThankYouHero",
523
+ "code": "$asset-image-svg--thank-you-hero",
524
+ "variable": "asset-image-svg--thank-you-hero",
525
+ "value": "assets/images/thank-you-for-purchase-hero.svg",
526
+ "attributes": {
527
+ "tags": [
528
+ "robot"
529
+ ]
530
+ },
531
+ "asset": {
532
+ "name": "ThankYouHero",
533
+ "fileName": "ThankYouHero.svg",
534
+ "folder": "../packages/tokens/lib/web/images/svg",
535
+ "path": "../packages/tokens/lib/web/images/svg/ThankYouHero.svg",
536
+ "relativePath": "./svg/ThankYouHero.svg",
537
+ "package": "@k8slens/lds-tokens",
538
+ "importRoot": "@k8slens/lds-tokens/lib/web/images/",
539
+ "importPath": "@k8slens/lds-tokens/lib/web/images/svg/ThankYouHero.svg",
540
+ "source": "./assets/images/thank-you-for-purchase-hero.svg"
541
+ },
542
+ "inherits": []
543
+ }
544
+ }
545
+ }
546
+ },
547
+ "color": {
548
+ "base": {
549
+ "blue": {
550
+ "500": {
551
+ "path": "color.base.blue.500",
552
+ "name": "ColorBaseBlue500",
553
+ "code": "$color-base-blue-500",
554
+ "variable": "color-base-blue-500",
555
+ "value": "hsl(206deg, 60%, 52%)",
556
+ "attributes": {},
557
+ "inherits": [
558
+ "hues.blue.hue",
559
+ "hues.blue.saturation",
560
+ "hues.blue.lightness"
561
+ ],
562
+ "inheritedBy": [
563
+ "color.base.blue.default"
564
+ ]
565
+ },
566
+ "600": {
567
+ "path": "color.base.blue.600",
568
+ "name": "ColorBaseBlue600",
569
+ "code": "$color-base-blue-600",
570
+ "variable": "color-base-blue-600",
571
+ "value": "hsl(206deg, 60%, 60%)",
572
+ "attributes": {},
573
+ "inherits": [
574
+ "hues.blue.hue",
575
+ "hues.blue.saturation"
576
+ ],
577
+ "inheritedBy": [
578
+ "alias.color.info"
579
+ ]
580
+ },
581
+ "default": {
582
+ "path": "color.base.blue.default",
583
+ "name": "ColorBaseBlueDefault",
584
+ "code": "$color-base-blue-default",
585
+ "variable": "color-base-blue-default",
586
+ "value": "hsl(206deg, 60%, 52%)",
587
+ "attributes": {},
588
+ "inherits": [
589
+ "color.base.blue.500"
590
+ ],
591
+ "inheritedBy": [
592
+ "alias.color.brand.primary",
593
+ "alias.color.border.focus"
594
+ ]
595
+ }
596
+ },
597
+ "blue-gray": {
598
+ "130": {
599
+ "path": "color.base.blue-gray.130",
600
+ "name": "ColorBaseBlue-gray130",
601
+ "code": "$color-base-blue-gray-130",
602
+ "variable": "color-base-blue-gray-130",
603
+ "value": "hsl(206deg, 7%, 13%)",
604
+ "attributes": {},
605
+ "inherits": [
606
+ "hues.blue-gray.hue"
607
+ ],
608
+ "inheritedBy": [
609
+ "alias.color.background.base"
610
+ ]
611
+ },
612
+ "160": {
613
+ "path": "color.base.blue-gray.160",
614
+ "name": "ColorBaseBlue-gray160",
615
+ "code": "$color-base-blue-gray-160",
616
+ "variable": "color-base-blue-gray-160",
617
+ "value": "hsl(206deg, 10%, 16%)",
618
+ "attributes": {},
619
+ "inherits": [
620
+ "hues.blue-gray.hue"
621
+ ],
622
+ "inheritedBy": [
623
+ "alias.color.background.secondary"
624
+ ]
625
+ },
626
+ "200": {
627
+ "path": "color.base.blue-gray.200",
628
+ "name": "ColorBaseBlue-gray200",
629
+ "code": "$color-base-blue-gray-200",
630
+ "variable": "color-base-blue-gray-200",
631
+ "value": "hsl(206deg, 9%, 20%)",
632
+ "attributes": {},
633
+ "inherits": [
634
+ "hues.blue-gray.hue"
635
+ ],
636
+ "inheritedBy": [
637
+ "alias.color.background.tertiary"
638
+ ]
639
+ },
640
+ "230": {
641
+ "path": "color.base.blue-gray.230",
642
+ "name": "ColorBaseBlue-gray230",
643
+ "code": "$color-base-blue-gray-230",
644
+ "variable": "color-base-blue-gray-230",
645
+ "value": "hsl(206deg, 8%, 23%)",
646
+ "attributes": {},
647
+ "inherits": [
648
+ "hues.blue-gray.hue"
649
+ ],
650
+ "inheritedBy": [
651
+ "alias.color.border.weak",
652
+ "alias.color.background.quarternary"
653
+ ]
654
+ },
655
+ "350": {
656
+ "path": "color.base.blue-gray.350",
657
+ "name": "ColorBaseBlue-gray350",
658
+ "code": "$color-base-blue-gray-350",
659
+ "variable": "color-base-blue-gray-350",
660
+ "value": "hsl(206deg, 6%, 35%)",
661
+ "attributes": {},
662
+ "inherits": [
663
+ "hues.blue-gray.hue"
664
+ ],
665
+ "inheritedBy": [
666
+ "alias.color.text.secondary",
667
+ "alias.color.border.default",
668
+ "alias.color.background.quinary"
669
+ ]
670
+ },
671
+ "450": {
672
+ "path": "color.base.blue-gray.450",
673
+ "name": "ColorBaseBlue-gray450",
674
+ "code": "$color-base-blue-gray-450",
675
+ "variable": "color-base-blue-gray-450",
676
+ "value": "hsl(206deg, 6%, 45%)",
677
+ "attributes": {},
678
+ "inherits": [
679
+ "hues.blue-gray.hue"
680
+ ],
681
+ "inheritedBy": [
682
+ "color.base.blue-gray.default"
683
+ ]
684
+ },
685
+ "550": {
686
+ "path": "color.base.blue-gray.550",
687
+ "name": "ColorBaseBlue-gray550",
688
+ "code": "$color-base-blue-gray-550",
689
+ "variable": "color-base-blue-gray-550",
690
+ "value": "hsl(206deg, 6%, 55%)",
691
+ "attributes": {},
692
+ "inherits": [
693
+ "hues.blue-gray.hue"
694
+ ],
695
+ "inheritedBy": [
696
+ "alias.color.border.strong"
697
+ ]
698
+ },
699
+ "650": {
700
+ "path": "color.base.blue-gray.650",
701
+ "name": "ColorBaseBlue-gray650",
702
+ "code": "$color-base-blue-gray-650",
703
+ "variable": "color-base-blue-gray-650",
704
+ "value": "hsl(206deg, 5%, 65%)",
705
+ "attributes": {},
706
+ "inherits": [
707
+ "hues.blue-gray.hue"
708
+ ],
709
+ "inheritedBy": [
710
+ "alias.color.text.tertiary"
711
+ ]
712
+ },
713
+ "750": {
714
+ "path": "color.base.blue-gray.750",
715
+ "name": "ColorBaseBlue-gray750",
716
+ "code": "$color-base-blue-gray-750",
717
+ "variable": "color-base-blue-gray-750",
718
+ "value": "hsl(206deg, 5%, 75%)",
719
+ "attributes": {},
720
+ "inherits": [
721
+ "hues.blue-gray.hue"
722
+ ]
723
+ },
724
+ "800": {
725
+ "path": "color.base.blue-gray.800",
726
+ "name": "ColorBaseBlue-gray800",
727
+ "code": "$color-base-blue-gray-800",
728
+ "variable": "color-base-blue-gray-800",
729
+ "value": "hsl(206deg, 10%, 80%)",
730
+ "attributes": {},
731
+ "inherits": [
732
+ "hues.blue-gray.hue"
733
+ ]
734
+ },
735
+ "850": {
736
+ "path": "color.base.blue-gray.850",
737
+ "name": "ColorBaseBlue-gray850",
738
+ "code": "$color-base-blue-gray-850",
739
+ "variable": "color-base-blue-gray-850",
740
+ "value": "hsl(206deg, 15%, 85%)",
741
+ "attributes": {},
742
+ "inherits": [
743
+ "hues.blue-gray.hue"
744
+ ],
745
+ "inheritedBy": [
746
+ "alias.color.text.quarternary"
747
+ ]
748
+ },
749
+ "900": {
750
+ "path": "color.base.blue-gray.900",
751
+ "name": "ColorBaseBlue-gray900",
752
+ "code": "$color-base-blue-gray-900",
753
+ "variable": "color-base-blue-gray-900",
754
+ "value": "hsl(206deg, 15%, 90%)",
755
+ "attributes": {},
756
+ "inherits": [
757
+ "hues.blue-gray.hue"
758
+ ]
759
+ },
760
+ "980": {
761
+ "path": "color.base.blue-gray.980",
762
+ "name": "ColorBaseBlue-gray980",
763
+ "code": "$color-base-blue-gray-980",
764
+ "variable": "color-base-blue-gray-980",
765
+ "value": "hsl(206deg, 15%, 98%)",
766
+ "attributes": {},
767
+ "inherits": [
768
+ "hues.blue-gray.hue"
769
+ ]
770
+ },
771
+ "default": {
772
+ "path": "color.base.blue-gray.default",
773
+ "name": "ColorBaseBlue-grayDefault",
774
+ "code": "$color-base-blue-gray-default",
775
+ "variable": "color-base-blue-gray-default",
776
+ "value": "hsl(206deg, 6%, 45%)",
777
+ "attributes": {},
778
+ "inherits": [
779
+ "color.base.blue-gray.450"
780
+ ],
781
+ "inheritedBy": [
782
+ "alias.color.text.primary"
783
+ ]
784
+ }
785
+ },
786
+ "red": {
787
+ "600": {
788
+ "path": "color.base.red.600",
789
+ "name": "ColorBaseRed600",
790
+ "code": "$color-base-red-600",
791
+ "variable": "color-base-red-600",
792
+ "value": "hsl(359, 100%, 60%)",
793
+ "attributes": {},
794
+ "inherits": [
795
+ "hues.red.hue",
796
+ "hues.red.saturation",
797
+ "hues.red.lightness"
798
+ ],
799
+ "inheritedBy": [
800
+ "color.base.red.default"
801
+ ]
802
+ },
803
+ "default": {
804
+ "path": "color.base.red.default",
805
+ "name": "ColorBaseRedDefault",
806
+ "code": "$color-base-red-default",
807
+ "variable": "color-base-red-default",
808
+ "value": "hsl(359, 100%, 60%)",
809
+ "attributes": {},
810
+ "inherits": [
811
+ "color.base.red.600"
812
+ ],
813
+ "inheritedBy": [
814
+ "alias.color.danger"
815
+ ]
816
+ }
817
+ },
818
+ "orange": {
819
+ "400": {
820
+ "path": "color.base.orange.400",
821
+ "name": "ColorBaseOrange400",
822
+ "code": "$color-base-orange-400",
823
+ "variable": "color-base-orange-400",
824
+ "value": "hsl(38, 100%, 40%)",
825
+ "attributes": {},
826
+ "inherits": [
827
+ "hues.orange.hue",
828
+ "hues.orange.saturation"
829
+ ],
830
+ "inheritedBy": [
831
+ "alias.color.caution-dark"
832
+ ]
833
+ },
834
+ "600": {
835
+ "path": "color.base.orange.600",
836
+ "name": "ColorBaseOrange600",
837
+ "code": "$color-base-orange-600",
838
+ "variable": "color-base-orange-600",
839
+ "value": "hsl(38, 100%, 60%)",
840
+ "attributes": {},
841
+ "inherits": [
842
+ "hues.orange.hue",
843
+ "hues.orange.saturation",
844
+ "hues.orange.lightness"
845
+ ],
846
+ "inheritedBy": [
847
+ "color.base.orange.default"
848
+ ]
849
+ },
850
+ "default": {
851
+ "path": "color.base.orange.default",
852
+ "name": "ColorBaseOrangeDefault",
853
+ "code": "$color-base-orange-default",
854
+ "variable": "color-base-orange-default",
855
+ "value": "hsl(38, 100%, 60%)",
856
+ "attributes": {},
857
+ "inherits": [
858
+ "color.base.orange.600"
859
+ ],
860
+ "inheritedBy": [
861
+ "alias.color.caution"
862
+ ]
863
+ }
864
+ },
865
+ "green": {
866
+ "400": {
867
+ "path": "color.base.green.400",
868
+ "name": "ColorBaseGreen400",
869
+ "code": "$color-base-green-400",
870
+ "variable": "color-base-green-400",
871
+ "value": "hsl(138, 60%, 40%)",
872
+ "attributes": {},
873
+ "inherits": [
874
+ "hues.green.hue",
875
+ "hues.green.saturation",
876
+ "hues.green.lightness"
877
+ ],
878
+ "inheritedBy": [
879
+ "color.base.green.default"
880
+ ]
881
+ },
882
+ "default": {
883
+ "path": "color.base.green.default",
884
+ "name": "ColorBaseGreenDefault",
885
+ "code": "$color-base-green-default",
886
+ "variable": "color-base-green-default",
887
+ "value": "hsl(138, 60%, 40%)",
888
+ "attributes": {},
889
+ "inherits": [
890
+ "color.base.green.400"
891
+ ],
892
+ "inheritedBy": [
893
+ "alias.color.ok"
894
+ ]
895
+ }
896
+ },
897
+ "bright-green": {
898
+ "600": {
899
+ "path": "color.base.bright-green.600",
900
+ "name": "ColorBaseBright-green600",
901
+ "code": "$color-base-bright-green-600",
902
+ "variable": "color-base-bright-green-600",
903
+ "value": "hsl(110, 60%, 60%)",
904
+ "attributes": {},
905
+ "inherits": [
906
+ "hues.bright-green.hue",
907
+ "hues.bright-green.saturation",
908
+ "hues.bright-green.lightness"
909
+ ],
910
+ "inheritedBy": [
911
+ "color.base.bright-green.default"
912
+ ]
913
+ },
914
+ "default": {
915
+ "path": "color.base.bright-green.default",
916
+ "name": "ColorBaseBright-greenDefault",
917
+ "code": "$color-base-bright-green-default",
918
+ "variable": "color-base-bright-green-default",
919
+ "value": "hsl(110, 60%, 60%)",
920
+ "attributes": {},
921
+ "inherits": [
922
+ "color.base.bright-green.600"
923
+ ],
924
+ "inheritedBy": [
925
+ "color.background.switch.track.active"
926
+ ]
927
+ }
928
+ },
929
+ "white": {
930
+ "path": "color.base.white",
931
+ "name": "ColorBaseWhite",
932
+ "code": "$color-base-white",
933
+ "variable": "color-base-white",
934
+ "value": "#ffffff",
935
+ "attributes": {},
936
+ "inherits": [],
937
+ "inheritedBy": [
938
+ "color.background.switch.thumb",
939
+ "alias.color.text.accent",
940
+ "alias.color.border.vivid"
941
+ ]
942
+ },
943
+ "black": {
944
+ "path": "color.base.black",
945
+ "name": "ColorBaseBlack",
946
+ "code": "$color-base-black",
947
+ "variable": "color-base-black",
948
+ "value": "#000000",
949
+ "attributes": {},
950
+ "inherits": []
951
+ },
952
+ "translucent": {
953
+ "dark": {
954
+ "10": {
955
+ "path": "color.base.translucent.dark.10",
956
+ "name": "ColorBaseTranslucentDark10",
957
+ "code": "$color-base-translucent-dark-10",
958
+ "variable": "color-base-translucent-dark-10",
959
+ "value": "rgba(0, 0, 0, .1)",
960
+ "attributes": {},
961
+ "inherits": [],
962
+ "inheritedBy": [
963
+ "shadow.base.default",
964
+ "shadow.base.md",
965
+ "shadow.base.md",
966
+ "shadow.base.lg",
967
+ "shadow.base.lg",
968
+ "shadow.base.xl",
969
+ "shadow.base.xl"
970
+ ]
971
+ },
972
+ "25": {
973
+ "path": "color.base.translucent.dark.25",
974
+ "name": "ColorBaseTranslucentDark25",
975
+ "code": "$color-base-translucent-dark-25",
976
+ "variable": "color-base-translucent-dark-25",
977
+ "value": "rgba(0, 0, 0, .25)",
978
+ "attributes": {},
979
+ "inherits": [],
980
+ "inheritedBy": [
981
+ "shadow.base.2xl"
982
+ ]
983
+ },
984
+ "40": {
985
+ "path": "color.base.translucent.dark.40",
986
+ "name": "ColorBaseTranslucentDark40",
987
+ "code": "$color-base-translucent-dark-40",
988
+ "variable": "color-base-translucent-dark-40",
989
+ "value": "rgba(0, 0, 0, .4)",
990
+ "attributes": {},
991
+ "inherits": [],
992
+ "inheritedBy": [
993
+ "alias.color.background.elevation.negative",
994
+ "alias.color.background.overlay.blocked",
995
+ "shadow.switch.thumb.disabled"
996
+ ]
997
+ },
998
+ "60": {
999
+ "path": "color.base.translucent.dark.60",
1000
+ "name": "ColorBaseTranslucentDark60",
1001
+ "code": "$color-base-translucent-dark-60",
1002
+ "variable": "color-base-translucent-dark-60",
1003
+ "value": "rgba(0, 0, 0, .4)",
1004
+ "attributes": {},
1005
+ "inherits": [],
1006
+ "inheritedBy": [
1007
+ "alias.color.background.overlay.popup"
1008
+ ]
1009
+ },
1010
+ "05": {
1011
+ "path": "color.base.translucent.dark.05",
1012
+ "name": "ColorBaseTranslucentDark05",
1013
+ "code": "$color-base-translucent-dark-05",
1014
+ "variable": "color-base-translucent-dark-05",
1015
+ "value": "rgba(0, 0, 0, .05)",
1016
+ "attributes": {},
1017
+ "inherits": [],
1018
+ "inheritedBy": [
1019
+ "shadow.base.sm",
1020
+ "shadow.base.inner"
1021
+ ]
1022
+ }
1023
+ },
1024
+ "light": {
1025
+ "25": {
1026
+ "path": "color.base.translucent.light.25",
1027
+ "name": "ColorBaseTranslucentLight25",
1028
+ "code": "$color-base-translucent-light-25",
1029
+ "variable": "color-base-translucent-light-25",
1030
+ "value": "rgba(255, 255, 255, .25)",
1031
+ "attributes": {},
1032
+ "inherits": [],
1033
+ "inheritedBy": [
1034
+ "alias.color.background.highlight.25"
1035
+ ]
1036
+ },
1037
+ "50": {
1038
+ "path": "color.base.translucent.light.50",
1039
+ "name": "ColorBaseTranslucentLight50",
1040
+ "code": "$color-base-translucent-light-50",
1041
+ "variable": "color-base-translucent-light-50",
1042
+ "value": "rgba(255, 255, 255, .5)",
1043
+ "attributes": {},
1044
+ "inherits": []
1045
+ }
1046
+ }
1047
+ }
1048
+ },
1049
+ "background": {
1050
+ "block": {
1051
+ "header": {
1052
+ "path": "color.background.block.header",
1053
+ "name": "ColorBackgroundBlockHeader",
1054
+ "code": "$color-background-block-header",
1055
+ "variable": "color-background-block-header",
1056
+ "value": "hsl(206deg, 8%, 23%)",
1057
+ "attributes": {
1058
+ "tailwind": [
1059
+ "backgroundColor.block-header"
1060
+ ]
1061
+ },
1062
+ "inherits": [
1063
+ "alias.color.background.quarternary"
1064
+ ]
1065
+ },
1066
+ "content": {
1067
+ "path": "color.background.block.content",
1068
+ "name": "ColorBackgroundBlockContent",
1069
+ "code": "$color-background-block-content",
1070
+ "variable": "color-background-block-content",
1071
+ "value": "hsl(206deg, 9%, 20%)",
1072
+ "attributes": {
1073
+ "tailwind": [
1074
+ "backgroundColor.block-content"
1075
+ ]
1076
+ },
1077
+ "inherits": [
1078
+ "alias.color.background.tertiary"
1079
+ ]
1080
+ },
1081
+ "footer": {
1082
+ "path": "color.background.block.footer",
1083
+ "name": "ColorBackgroundBlockFooter",
1084
+ "code": "$color-background-block-footer",
1085
+ "variable": "color-background-block-footer",
1086
+ "value": "hsl(206deg, 10%, 16%)",
1087
+ "attributes": {
1088
+ "tailwind": [
1089
+ "backgroundColor.block-footer"
1090
+ ]
1091
+ },
1092
+ "inherits": [
1093
+ "alias.color.background.secondary"
1094
+ ]
1095
+ }
1096
+ },
1097
+ "button": {
1098
+ "primary": {
1099
+ "base": {
1100
+ "path": "color.background.button.primary.base",
1101
+ "name": "ColorBackgroundButtonPrimaryBase",
1102
+ "code": "$color-background-button-primary-base",
1103
+ "variable": "color-background-button-primary-base",
1104
+ "value": "hsl(206deg, 60%, 52%)",
1105
+ "attributes": {},
1106
+ "inherits": [
1107
+ "alias.color.brand.primary"
1108
+ ]
1109
+ }
1110
+ },
1111
+ "secondary": {
1112
+ "base": {
1113
+ "path": "color.background.button.secondary.base",
1114
+ "name": "ColorBackgroundButtonSecondaryBase",
1115
+ "code": "$color-background-button-secondary-base",
1116
+ "variable": "color-background-button-secondary-base",
1117
+ "value": "hsl(206deg, 8%, 23%)",
1118
+ "attributes": {},
1119
+ "inherits": [
1120
+ "alias.color.background.quarternary"
1121
+ ]
1122
+ }
1123
+ },
1124
+ "ok": {
1125
+ "base": {
1126
+ "path": "color.background.button.ok.base",
1127
+ "name": "ColorBackgroundButtonOkBase",
1128
+ "code": "$color-background-button-ok-base",
1129
+ "variable": "color-background-button-ok-base",
1130
+ "value": "hsl(138, 60%, 40%)",
1131
+ "attributes": {},
1132
+ "inherits": [
1133
+ "alias.color.ok"
1134
+ ]
1135
+ }
1136
+ },
1137
+ "caution": {
1138
+ "base": {
1139
+ "path": "color.background.button.caution.base",
1140
+ "name": "ColorBackgroundButtonCautionBase",
1141
+ "code": "$color-background-button-caution-base",
1142
+ "variable": "color-background-button-caution-base",
1143
+ "value": "hsl(38, 100%, 40%)",
1144
+ "attributes": {},
1145
+ "inherits": [
1146
+ "alias.color.caution-dark"
1147
+ ]
1148
+ }
1149
+ },
1150
+ "danger": {
1151
+ "base": {
1152
+ "path": "color.background.button.danger.base",
1153
+ "name": "ColorBackgroundButtonDangerBase",
1154
+ "code": "$color-background-button-danger-base",
1155
+ "variable": "color-background-button-danger-base",
1156
+ "value": "hsl(359, 100%, 60%)",
1157
+ "attributes": {},
1158
+ "inherits": [
1159
+ "alias.color.danger"
1160
+ ]
1161
+ }
1162
+ }
1163
+ },
1164
+ "input": {
1165
+ "default": {
1166
+ "path": "color.background.input.default",
1167
+ "name": "ColorBackgroundInputDefault",
1168
+ "code": "$color-background-input-default",
1169
+ "variable": "color-background-input-default",
1170
+ "value": "hsl(206deg, 7%, 13%)",
1171
+ "attributes": {},
1172
+ "inherits": [
1173
+ "alias.color.background.base"
1174
+ ]
1175
+ },
1176
+ "focus": {
1177
+ "path": "color.background.input.focus",
1178
+ "name": "ColorBackgroundInputFocus",
1179
+ "code": "$color-background-input-focus",
1180
+ "variable": "color-background-input-focus",
1181
+ "value": "hsl(206deg, 8%, 23%)",
1182
+ "attributes": {},
1183
+ "inherits": [
1184
+ "alias.color.background.quarternary"
1185
+ ]
1186
+ }
1187
+ },
1188
+ "switch": {
1189
+ "thumb": {
1190
+ "path": "color.background.switch.thumb",
1191
+ "name": "ColorBackgroundSwitchThumb",
1192
+ "code": "$color-background-switch-thumb",
1193
+ "variable": "color-background-switch-thumb",
1194
+ "value": "#ffffff",
1195
+ "attributes": {},
1196
+ "inherits": [
1197
+ "color.base.white"
1198
+ ]
1199
+ },
1200
+ "highlight": {
1201
+ "path": "color.background.switch.highlight",
1202
+ "name": "ColorBackgroundSwitchHighlight",
1203
+ "code": "$color-background-switch-highlight",
1204
+ "variable": "color-background-switch-highlight",
1205
+ "value": "rgba(255, 255, 255, .25)",
1206
+ "attributes": {},
1207
+ "inherits": [
1208
+ "alias.color.background.highlight.25"
1209
+ ]
1210
+ },
1211
+ "track": {
1212
+ "active": {
1213
+ "path": "color.background.switch.track.active",
1214
+ "name": "ColorBackgroundSwitchTrackActive",
1215
+ "code": "$color-background-switch-track-active",
1216
+ "variable": "color-background-switch-track-active",
1217
+ "value": "hsl(110, 60%, 60%)",
1218
+ "attributes": {},
1219
+ "inherits": [
1220
+ "color.base.bright-green.default"
1221
+ ]
1222
+ },
1223
+ "inactive": {
1224
+ "path": "color.background.switch.track.inactive",
1225
+ "name": "ColorBackgroundSwitchTrackInactive",
1226
+ "code": "$color-background-switch-track-inactive",
1227
+ "variable": "color-background-switch-track-inactive",
1228
+ "value": "hsl(206deg, 6%, 35%)",
1229
+ "attributes": {},
1230
+ "inherits": [
1231
+ "alias.color.background.quinary"
1232
+ ]
1233
+ }
1234
+ }
1235
+ }
1236
+ },
1237
+ "border": {
1238
+ "button": {
1239
+ "primary": {
1240
+ "discreet": {
1241
+ "path": "color.border.button.primary.discreet",
1242
+ "name": "ColorBorderButtonPrimaryDiscreet",
1243
+ "code": "$color-border-button-primary-discreet",
1244
+ "variable": "color-border-button-primary-discreet",
1245
+ "value": "hsl(206deg, 60%, 52%)",
1246
+ "attributes": {},
1247
+ "inherits": [
1248
+ "alias.color.brand.primary"
1249
+ ]
1250
+ }
1251
+ },
1252
+ "secondary": {
1253
+ "discreet": {
1254
+ "path": "color.border.button.secondary.discreet",
1255
+ "name": "ColorBorderButtonSecondaryDiscreet",
1256
+ "code": "$color-border-button-secondary-discreet",
1257
+ "variable": "color-border-button-secondary-discreet",
1258
+ "value": "hsl(206deg, 6%, 55%)",
1259
+ "attributes": {},
1260
+ "inherits": [
1261
+ "alias.color.border.strong"
1262
+ ]
1263
+ }
1264
+ },
1265
+ "ok": {
1266
+ "discreet": {
1267
+ "path": "color.border.button.ok.discreet",
1268
+ "name": "ColorBorderButtonOkDiscreet",
1269
+ "code": "$color-border-button-ok-discreet",
1270
+ "variable": "color-border-button-ok-discreet",
1271
+ "value": "hsl(138, 60%, 40%)",
1272
+ "attributes": {},
1273
+ "inherits": [
1274
+ "alias.color.ok"
1275
+ ]
1276
+ }
1277
+ },
1278
+ "caution": {
1279
+ "discreet": {
1280
+ "path": "color.border.button.caution.discreet",
1281
+ "name": "ColorBorderButtonCautionDiscreet",
1282
+ "code": "$color-border-button-caution-discreet",
1283
+ "variable": "color-border-button-caution-discreet",
1284
+ "value": "hsl(38, 100%, 60%)",
1285
+ "attributes": {},
1286
+ "inherits": [
1287
+ "alias.color.caution"
1288
+ ]
1289
+ }
1290
+ },
1291
+ "danger": {
1292
+ "discreet": {
1293
+ "path": "color.border.button.danger.discreet",
1294
+ "name": "ColorBorderButtonDangerDiscreet",
1295
+ "code": "$color-border-button-danger-discreet",
1296
+ "variable": "color-border-button-danger-discreet",
1297
+ "value": "hsl(359, 100%, 60%)",
1298
+ "attributes": {},
1299
+ "inherits": [
1300
+ "alias.color.danger"
1301
+ ]
1302
+ }
1303
+ }
1304
+ },
1305
+ "input": {
1306
+ "default": {
1307
+ "path": "color.border.input.default",
1308
+ "name": "ColorBorderInputDefault",
1309
+ "code": "$color-border-input-default",
1310
+ "variable": "color-border-input-default",
1311
+ "value": "hsl(206deg, 8%, 23%)",
1312
+ "attributes": {},
1313
+ "inherits": [
1314
+ "alias.color.border.weak"
1315
+ ]
1316
+ },
1317
+ "focus": {
1318
+ "path": "color.border.input.focus",
1319
+ "name": "ColorBorderInputFocus",
1320
+ "code": "$color-border-input-focus",
1321
+ "variable": "color-border-input-focus",
1322
+ "value": "hsl(206deg, 60%, 52%)",
1323
+ "attributes": {},
1324
+ "inherits": [
1325
+ "alias.color.border.focus"
1326
+ ]
1327
+ },
1328
+ "invalid": {
1329
+ "path": "color.border.input.invalid",
1330
+ "name": "ColorBorderInputInvalid",
1331
+ "code": "$color-border-input-invalid",
1332
+ "variable": "color-border-input-invalid",
1333
+ "value": "hsl(359, 100%, 60%)",
1334
+ "attributes": {},
1335
+ "inherits": [
1336
+ "alias.color.danger"
1337
+ ]
1338
+ }
1339
+ }
1340
+ },
1341
+ "font": {
1342
+ "link": {
1343
+ "path": "color.font.link",
1344
+ "name": "ColorFontLink",
1345
+ "code": "$color-font-link",
1346
+ "variable": "color-font-link",
1347
+ "value": "hsl(206deg, 60%, 52%)",
1348
+ "attributes": {},
1349
+ "inherits": [
1350
+ "alias.color.brand.primary"
1351
+ ]
1352
+ },
1353
+ "button": {
1354
+ "primary": {
1355
+ "base": {
1356
+ "path": "color.font.button.primary.base",
1357
+ "name": "ColorFontButtonPrimaryBase",
1358
+ "code": "$color-font-button-primary-base",
1359
+ "variable": "color-font-button-primary-base",
1360
+ "value": "hsl(206deg, 15%, 85%)",
1361
+ "attributes": {},
1362
+ "inherits": [
1363
+ "alias.color.text.quarternary"
1364
+ ]
1365
+ },
1366
+ "discreet": {
1367
+ "path": "color.font.button.primary.discreet",
1368
+ "name": "ColorFontButtonPrimaryDiscreet",
1369
+ "code": "$color-font-button-primary-discreet",
1370
+ "variable": "color-font-button-primary-discreet",
1371
+ "value": "hsl(206deg, 60%, 52%)",
1372
+ "attributes": {},
1373
+ "inherits": [
1374
+ "alias.color.brand.primary"
1375
+ ]
1376
+ }
1377
+ },
1378
+ "secondary": {
1379
+ "base": {
1380
+ "path": "color.font.button.secondary.base",
1381
+ "name": "ColorFontButtonSecondaryBase",
1382
+ "code": "$color-font-button-secondary-base",
1383
+ "variable": "color-font-button-secondary-base",
1384
+ "value": "hsl(206deg, 15%, 85%)",
1385
+ "attributes": {},
1386
+ "inherits": [
1387
+ "alias.color.text.quarternary"
1388
+ ]
1389
+ },
1390
+ "discreet": {
1391
+ "path": "color.font.button.secondary.discreet",
1392
+ "name": "ColorFontButtonSecondaryDiscreet",
1393
+ "code": "$color-font-button-secondary-discreet",
1394
+ "variable": "color-font-button-secondary-discreet",
1395
+ "value": "hsl(206deg, 5%, 65%)",
1396
+ "attributes": {},
1397
+ "inherits": [
1398
+ "alias.color.text.tertiary"
1399
+ ]
1400
+ }
1401
+ },
1402
+ "ok": {
1403
+ "discreet": {
1404
+ "path": "color.font.button.ok.discreet",
1405
+ "name": "ColorFontButtonOkDiscreet",
1406
+ "code": "$color-font-button-ok-discreet",
1407
+ "variable": "color-font-button-ok-discreet",
1408
+ "value": "hsl(138, 60%, 40%)",
1409
+ "attributes": {},
1410
+ "inherits": [
1411
+ "alias.color.ok"
1412
+ ]
1413
+ }
1414
+ },
1415
+ "caution": {
1416
+ "discreet": {
1417
+ "path": "color.font.button.caution.discreet",
1418
+ "name": "ColorFontButtonCautionDiscreet",
1419
+ "code": "$color-font-button-caution-discreet",
1420
+ "variable": "color-font-button-caution-discreet",
1421
+ "value": "hsl(38, 100%, 60%)",
1422
+ "attributes": {},
1423
+ "inherits": [
1424
+ "alias.color.caution"
1425
+ ]
1426
+ }
1427
+ },
1428
+ "danger": {
1429
+ "discreet": {
1430
+ "path": "color.font.button.danger.discreet",
1431
+ "name": "ColorFontButtonDangerDiscreet",
1432
+ "code": "$color-font-button-danger-discreet",
1433
+ "variable": "color-font-button-danger-discreet",
1434
+ "value": "hsl(359, 100%, 60%)",
1435
+ "attributes": {},
1436
+ "inherits": [
1437
+ "alias.color.danger"
1438
+ ]
1439
+ }
1440
+ }
1441
+ },
1442
+ "input": {
1443
+ "default": {
1444
+ "path": "color.font.input.default",
1445
+ "name": "ColorFontInputDefault",
1446
+ "code": "$color-font-input-default",
1447
+ "variable": "color-font-input-default",
1448
+ "value": "hsl(206deg, 5%, 65%)",
1449
+ "attributes": {},
1450
+ "inherits": [
1451
+ "alias.color.text.tertiary"
1452
+ ]
1453
+ },
1454
+ "focus": {
1455
+ "path": "color.font.input.focus",
1456
+ "name": "ColorFontInputFocus",
1457
+ "code": "$color-font-input-focus",
1458
+ "variable": "color-font-input-focus",
1459
+ "value": "#ffffff",
1460
+ "attributes": {},
1461
+ "inherits": [
1462
+ "alias.color.text.accent"
1463
+ ]
1464
+ },
1465
+ "placeholder": {
1466
+ "path": "color.font.input.placeholder",
1467
+ "name": "ColorFontInputPlaceholder",
1468
+ "code": "$color-font-input-placeholder",
1469
+ "variable": "color-font-input-placeholder",
1470
+ "value": "hsl(206deg, 6%, 35%)",
1471
+ "attributes": {},
1472
+ "inherits": [
1473
+ "alias.color.text.secondary"
1474
+ ]
1475
+ }
1476
+ }
1477
+ }
1478
+ },
1479
+ "hues": {
1480
+ "blue": {
1481
+ "hue": {
1482
+ "path": "hues.blue.hue",
1483
+ "name": "HuesBlueHue",
1484
+ "code": "$hues-blue-hue",
1485
+ "variable": "hues-blue-hue",
1486
+ "value": "206deg",
1487
+ "attributes": {},
1488
+ "inherits": [],
1489
+ "inheritedBy": [
1490
+ "color.base.blue.500",
1491
+ "color.base.blue.600",
1492
+ "hues.blue-gray.hue"
1493
+ ]
1494
+ },
1495
+ "saturation": {
1496
+ "path": "hues.blue.saturation",
1497
+ "name": "HuesBlueSaturation",
1498
+ "code": "$hues-blue-saturation",
1499
+ "variable": "hues-blue-saturation",
1500
+ "value": "60%",
1501
+ "attributes": {},
1502
+ "inherits": [],
1503
+ "inheritedBy": [
1504
+ "color.base.blue.500",
1505
+ "color.base.blue.600"
1506
+ ]
1507
+ },
1508
+ "lightness": {
1509
+ "path": "hues.blue.lightness",
1510
+ "name": "HuesBlueLightness",
1511
+ "code": "$hues-blue-lightness",
1512
+ "variable": "hues-blue-lightness",
1513
+ "value": "52%",
1514
+ "attributes": {},
1515
+ "inherits": [],
1516
+ "inheritedBy": [
1517
+ "color.base.blue.500"
1518
+ ]
1519
+ }
1520
+ },
1521
+ "blue-gray": {
1522
+ "hue": {
1523
+ "path": "hues.blue-gray.hue",
1524
+ "name": "HuesBlue-grayHue",
1525
+ "code": "$hues-blue-gray-hue",
1526
+ "variable": "hues-blue-gray-hue",
1527
+ "value": "206deg",
1528
+ "attributes": {},
1529
+ "inherits": [
1530
+ "hues.blue.hue"
1531
+ ],
1532
+ "inheritedBy": [
1533
+ "color.base.blue-gray.130",
1534
+ "color.base.blue-gray.160",
1535
+ "color.base.blue-gray.200",
1536
+ "color.base.blue-gray.230",
1537
+ "color.base.blue-gray.350",
1538
+ "color.base.blue-gray.450",
1539
+ "color.base.blue-gray.550",
1540
+ "color.base.blue-gray.650",
1541
+ "color.base.blue-gray.750",
1542
+ "color.base.blue-gray.800",
1543
+ "color.base.blue-gray.850",
1544
+ "color.base.blue-gray.900",
1545
+ "color.base.blue-gray.980"
1546
+ ]
1547
+ }
1548
+ },
1549
+ "red": {
1550
+ "hue": {
1551
+ "path": "hues.red.hue",
1552
+ "name": "HuesRedHue",
1553
+ "code": "$hues-red-hue",
1554
+ "variable": "hues-red-hue",
1555
+ "value": "359",
1556
+ "attributes": {},
1557
+ "inherits": [],
1558
+ "inheritedBy": [
1559
+ "color.base.red.600"
1560
+ ]
1561
+ },
1562
+ "saturation": {
1563
+ "path": "hues.red.saturation",
1564
+ "name": "HuesRedSaturation",
1565
+ "code": "$hues-red-saturation",
1566
+ "variable": "hues-red-saturation",
1567
+ "value": "100%",
1568
+ "attributes": {},
1569
+ "inherits": [],
1570
+ "inheritedBy": [
1571
+ "color.base.red.600"
1572
+ ]
1573
+ },
1574
+ "lightness": {
1575
+ "path": "hues.red.lightness",
1576
+ "name": "HuesRedLightness",
1577
+ "code": "$hues-red-lightness",
1578
+ "variable": "hues-red-lightness",
1579
+ "value": "60%",
1580
+ "attributes": {},
1581
+ "inherits": [],
1582
+ "inheritedBy": [
1583
+ "color.base.red.600"
1584
+ ]
1585
+ }
1586
+ },
1587
+ "orange": {
1588
+ "hue": {
1589
+ "path": "hues.orange.hue",
1590
+ "name": "HuesOrangeHue",
1591
+ "code": "$hues-orange-hue",
1592
+ "variable": "hues-orange-hue",
1593
+ "value": "38",
1594
+ "attributes": {},
1595
+ "inherits": [],
1596
+ "inheritedBy": [
1597
+ "color.base.orange.400",
1598
+ "color.base.orange.600"
1599
+ ]
1600
+ },
1601
+ "saturation": {
1602
+ "path": "hues.orange.saturation",
1603
+ "name": "HuesOrangeSaturation",
1604
+ "code": "$hues-orange-saturation",
1605
+ "variable": "hues-orange-saturation",
1606
+ "value": "100%",
1607
+ "attributes": {},
1608
+ "inherits": [],
1609
+ "inheritedBy": [
1610
+ "color.base.orange.400",
1611
+ "color.base.orange.600"
1612
+ ]
1613
+ },
1614
+ "lightness": {
1615
+ "path": "hues.orange.lightness",
1616
+ "name": "HuesOrangeLightness",
1617
+ "code": "$hues-orange-lightness",
1618
+ "variable": "hues-orange-lightness",
1619
+ "value": "60%",
1620
+ "attributes": {},
1621
+ "inherits": [],
1622
+ "inheritedBy": [
1623
+ "color.base.orange.600"
1624
+ ]
1625
+ }
1626
+ },
1627
+ "green": {
1628
+ "hue": {
1629
+ "path": "hues.green.hue",
1630
+ "name": "HuesGreenHue",
1631
+ "code": "$hues-green-hue",
1632
+ "variable": "hues-green-hue",
1633
+ "value": "138",
1634
+ "attributes": {},
1635
+ "inherits": [],
1636
+ "inheritedBy": [
1637
+ "color.base.green.400"
1638
+ ]
1639
+ },
1640
+ "saturation": {
1641
+ "path": "hues.green.saturation",
1642
+ "name": "HuesGreenSaturation",
1643
+ "code": "$hues-green-saturation",
1644
+ "variable": "hues-green-saturation",
1645
+ "value": "60%",
1646
+ "attributes": {},
1647
+ "inherits": [],
1648
+ "inheritedBy": [
1649
+ "color.base.green.400"
1650
+ ]
1651
+ },
1652
+ "lightness": {
1653
+ "path": "hues.green.lightness",
1654
+ "name": "HuesGreenLightness",
1655
+ "code": "$hues-green-lightness",
1656
+ "variable": "hues-green-lightness",
1657
+ "value": "40%",
1658
+ "attributes": {},
1659
+ "inherits": [],
1660
+ "inheritedBy": [
1661
+ "color.base.green.400"
1662
+ ]
1663
+ }
1664
+ },
1665
+ "bright-green": {
1666
+ "hue": {
1667
+ "path": "hues.bright-green.hue",
1668
+ "name": "HuesBright-greenHue",
1669
+ "code": "$hues-bright-green-hue",
1670
+ "variable": "hues-bright-green-hue",
1671
+ "value": "110",
1672
+ "attributes": {},
1673
+ "inherits": [],
1674
+ "inheritedBy": [
1675
+ "color.base.bright-green.600"
1676
+ ]
1677
+ },
1678
+ "saturation": {
1679
+ "path": "hues.bright-green.saturation",
1680
+ "name": "HuesBright-greenSaturation",
1681
+ "code": "$hues-bright-green-saturation",
1682
+ "variable": "hues-bright-green-saturation",
1683
+ "value": "60%",
1684
+ "attributes": {},
1685
+ "inherits": [],
1686
+ "inheritedBy": [
1687
+ "color.base.bright-green.600"
1688
+ ]
1689
+ },
1690
+ "lightness": {
1691
+ "path": "hues.bright-green.lightness",
1692
+ "name": "HuesBright-greenLightness",
1693
+ "code": "$hues-bright-green-lightness",
1694
+ "variable": "hues-bright-green-lightness",
1695
+ "value": "60%",
1696
+ "attributes": {},
1697
+ "inherits": [],
1698
+ "inheritedBy": [
1699
+ "color.base.bright-green.600"
1700
+ ]
1701
+ }
1702
+ }
1703
+ },
1704
+ "spacing": {
1705
+ "base": {
1706
+ "1": {
1707
+ "path": "spacing.base.1",
1708
+ "name": "SpacingBase1",
1709
+ "code": "$spacing-base-1",
1710
+ "variable": "spacing-base-1",
1711
+ "value": "0.25rem",
1712
+ "attributes": {
1713
+ "tailwind": [
1714
+ "spacing.1"
1715
+ ]
1716
+ },
1717
+ "inherits": [],
1718
+ "inheritedBy": [
1719
+ "spacing.base.xs"
1720
+ ]
1721
+ },
1722
+ "2": {
1723
+ "path": "spacing.base.2",
1724
+ "name": "SpacingBase2",
1725
+ "code": "$spacing-base-2",
1726
+ "variable": "spacing-base-2",
1727
+ "value": "0.5rem",
1728
+ "attributes": {
1729
+ "tailwind": [
1730
+ "spacing.2"
1731
+ ]
1732
+ },
1733
+ "inherits": [],
1734
+ "inheritedBy": [
1735
+ "spacing.base.sm"
1736
+ ]
1737
+ },
1738
+ "3": {
1739
+ "path": "spacing.base.3",
1740
+ "name": "SpacingBase3",
1741
+ "code": "$spacing-base-3",
1742
+ "variable": "spacing-base-3",
1743
+ "value": "0.75rem",
1744
+ "attributes": {
1745
+ "tailwind": [
1746
+ "spacing.3"
1747
+ ]
1748
+ },
1749
+ "inherits": [],
1750
+ "inheritedBy": [
1751
+ "spacing.base.md",
1752
+ "spacing.h2.margin.bottom",
1753
+ "typography.base.size.sm"
1754
+ ]
1755
+ },
1756
+ "4": {
1757
+ "path": "spacing.base.4",
1758
+ "name": "SpacingBase4",
1759
+ "code": "$spacing-base-4",
1760
+ "variable": "spacing-base-4",
1761
+ "value": "1rem",
1762
+ "attributes": {
1763
+ "tailwind": [
1764
+ "spacing.4"
1765
+ ]
1766
+ },
1767
+ "inherits": [],
1768
+ "inheritedBy": [
1769
+ "spacing.base.lg",
1770
+ "spacing.h3.margin.top",
1771
+ "spacing.h4.margin.top",
1772
+ "typography.base.size.lg",
1773
+ "typography.base.line-height.xs",
1774
+ "typography.base.line-height.sm"
1775
+ ]
1776
+ },
1777
+ "5": {
1778
+ "path": "spacing.base.5",
1779
+ "name": "SpacingBase5",
1780
+ "code": "$spacing-base-5",
1781
+ "variable": "spacing-base-5",
1782
+ "value": "1.25rem",
1783
+ "attributes": {
1784
+ "tailwind": [
1785
+ "spacing.5"
1786
+ ]
1787
+ },
1788
+ "inherits": [],
1789
+ "inheritedBy": [
1790
+ "spacing.button-icon.size",
1791
+ "spacing.p.margin.bottom",
1792
+ "typography.base.size.xl",
1793
+ "typography.base.line-height.base"
1794
+ ]
1795
+ },
1796
+ "6": {
1797
+ "path": "spacing.base.6",
1798
+ "name": "SpacingBase6",
1799
+ "code": "$spacing-base-6",
1800
+ "variable": "spacing-base-6",
1801
+ "value": "1.5rem",
1802
+ "attributes": {
1803
+ "tailwind": [
1804
+ "spacing.6"
1805
+ ]
1806
+ },
1807
+ "inherits": [],
1808
+ "inheritedBy": [
1809
+ "spacing.base.xl",
1810
+ "typography.base.size.2xl",
1811
+ "typography.base.line-height.lg"
1812
+ ]
1813
+ },
1814
+ "7": {
1815
+ "path": "spacing.base.7",
1816
+ "name": "SpacingBase7",
1817
+ "code": "$spacing-base-7",
1818
+ "variable": "spacing-base-7",
1819
+ "value": "1.75rem",
1820
+ "attributes": {
1821
+ "tailwind": [
1822
+ "spacing.7"
1823
+ ]
1824
+ },
1825
+ "inherits": [],
1826
+ "inheritedBy": [
1827
+ "spacing.h2.margin.top",
1828
+ "typography.base.line-height.xl"
1829
+ ]
1830
+ },
1831
+ "8": {
1832
+ "path": "spacing.base.8",
1833
+ "name": "SpacingBase8",
1834
+ "code": "$spacing-base-8",
1835
+ "variable": "spacing-base-8",
1836
+ "value": "2rem",
1837
+ "attributes": {
1838
+ "tailwind": [
1839
+ "spacing.8"
1840
+ ]
1841
+ },
1842
+ "inherits": [],
1843
+ "inheritedBy": [
1844
+ "spacing.base.xl2",
1845
+ "typography.base.size.3xl"
1846
+ ]
1847
+ },
1848
+ "9": {
1849
+ "path": "spacing.base.9",
1850
+ "name": "SpacingBase9",
1851
+ "code": "$spacing-base-9",
1852
+ "variable": "spacing-base-9",
1853
+ "value": "2.25rem",
1854
+ "attributes": {
1855
+ "tailwind": [
1856
+ "spacing.9"
1857
+ ]
1858
+ },
1859
+ "inherits": [],
1860
+ "inheritedBy": [
1861
+ "typography.base.size.5xl"
1862
+ ]
1863
+ },
1864
+ "10": {
1865
+ "path": "spacing.base.10",
1866
+ "name": "SpacingBase10",
1867
+ "code": "$spacing-base-10",
1868
+ "variable": "spacing-base-10",
1869
+ "value": "2.5rem",
1870
+ "attributes": {
1871
+ "tailwind": [
1872
+ "spacing.10"
1873
+ ]
1874
+ },
1875
+ "inherits": [],
1876
+ "inheritedBy": [
1877
+ "spacing.input.padding.inline.end",
1878
+ "typography.base.line-height.2xl",
1879
+ "typography.base.line-height.3xl",
1880
+ "typography.base.line-height.4xl",
1881
+ "typography.base.line-height.5xl",
1882
+ "size.button.height",
1883
+ "size.input.height"
1884
+ ]
1885
+ },
1886
+ "12": {
1887
+ "path": "spacing.base.12",
1888
+ "name": "SpacingBase12",
1889
+ "code": "$spacing-base-12",
1890
+ "variable": "spacing-base-12",
1891
+ "value": "3rem",
1892
+ "attributes": {
1893
+ "tailwind": [
1894
+ "spacing.12"
1895
+ ]
1896
+ },
1897
+ "inherits": [],
1898
+ "inheritedBy": [
1899
+ "typography.base.size.6xl"
1900
+ ]
1901
+ },
1902
+ "14": {
1903
+ "path": "spacing.base.14",
1904
+ "name": "SpacingBase14",
1905
+ "code": "$spacing-base-14",
1906
+ "variable": "spacing-base-14",
1907
+ "value": "3.5rem",
1908
+ "attributes": {
1909
+ "tailwind": [
1910
+ "spacing.14"
1911
+ ]
1912
+ },
1913
+ "inherits": []
1914
+ },
1915
+ "16": {
1916
+ "path": "spacing.base.16",
1917
+ "name": "SpacingBase16",
1918
+ "code": "$spacing-base-16",
1919
+ "variable": "spacing-base-16",
1920
+ "value": "4rem",
1921
+ "attributes": {
1922
+ "tailwind": [
1923
+ "spacing.16"
1924
+ ]
1925
+ },
1926
+ "inherits": [],
1927
+ "inheritedBy": [
1928
+ "typography.base.size.7xl"
1929
+ ]
1930
+ },
1931
+ "18": {
1932
+ "path": "spacing.base.18",
1933
+ "name": "SpacingBase18",
1934
+ "code": "$spacing-base-18",
1935
+ "variable": "spacing-base-18",
1936
+ "value": "4.5rem",
1937
+ "attributes": {
1938
+ "tailwind": [
1939
+ "spacing.18"
1940
+ ]
1941
+ },
1942
+ "inherits": [],
1943
+ "inheritedBy": [
1944
+ "typography.base.size.8xl"
1945
+ ]
1946
+ },
1947
+ "20": {
1948
+ "path": "spacing.base.20",
1949
+ "name": "SpacingBase20",
1950
+ "code": "$spacing-base-20",
1951
+ "variable": "spacing-base-20",
1952
+ "value": "5rem",
1953
+ "attributes": {
1954
+ "tailwind": [
1955
+ "spacing.20"
1956
+ ]
1957
+ },
1958
+ "inherits": []
1959
+ },
1960
+ "24": {
1961
+ "path": "spacing.base.24",
1962
+ "name": "SpacingBase24",
1963
+ "code": "$spacing-base-24",
1964
+ "variable": "spacing-base-24",
1965
+ "value": "6rem",
1966
+ "attributes": {
1967
+ "tailwind": [
1968
+ "spacing.24"
1969
+ ]
1970
+ },
1971
+ "inherits": [],
1972
+ "inheritedBy": [
1973
+ "typography.base.size.9xl"
1974
+ ]
1975
+ },
1976
+ "28": {
1977
+ "path": "spacing.base.28",
1978
+ "name": "SpacingBase28",
1979
+ "code": "$spacing-base-28",
1980
+ "variable": "spacing-base-28",
1981
+ "value": "7rem",
1982
+ "attributes": {
1983
+ "tailwind": [
1984
+ "spacing.28"
1985
+ ]
1986
+ },
1987
+ "inherits": []
1988
+ },
1989
+ "32": {
1990
+ "path": "spacing.base.32",
1991
+ "name": "SpacingBase32",
1992
+ "code": "$spacing-base-32",
1993
+ "variable": "spacing-base-32",
1994
+ "value": "8rem",
1995
+ "attributes": {
1996
+ "tailwind": [
1997
+ "spacing.32"
1998
+ ]
1999
+ },
2000
+ "inherits": []
2001
+ },
2002
+ "36": {
2003
+ "path": "spacing.base.36",
2004
+ "name": "SpacingBase36",
2005
+ "code": "$spacing-base-36",
2006
+ "variable": "spacing-base-36",
2007
+ "value": "9rem",
2008
+ "attributes": {
2009
+ "tailwind": [
2010
+ "spacing.36"
2011
+ ]
2012
+ },
2013
+ "inherits": []
2014
+ },
2015
+ "40": {
2016
+ "path": "spacing.base.40",
2017
+ "name": "SpacingBase40",
2018
+ "code": "$spacing-base-40",
2019
+ "variable": "spacing-base-40",
2020
+ "value": "10rem",
2021
+ "attributes": {
2022
+ "tailwind": [
2023
+ "spacing.40"
2024
+ ]
2025
+ },
2026
+ "inherits": []
2027
+ },
2028
+ "44": {
2029
+ "path": "spacing.base.44",
2030
+ "name": "SpacingBase44",
2031
+ "code": "$spacing-base-44",
2032
+ "variable": "spacing-base-44",
2033
+ "value": "11rem",
2034
+ "attributes": {
2035
+ "tailwind": [
2036
+ "spacing.44"
2037
+ ]
2038
+ },
2039
+ "inherits": []
2040
+ },
2041
+ "48": {
2042
+ "path": "spacing.base.48",
2043
+ "name": "SpacingBase48",
2044
+ "code": "$spacing-base-48",
2045
+ "variable": "spacing-base-48",
2046
+ "value": "12rem",
2047
+ "attributes": {
2048
+ "tailwind": [
2049
+ "spacing.48"
2050
+ ]
2051
+ },
2052
+ "inherits": []
2053
+ },
2054
+ "52": {
2055
+ "path": "spacing.base.52",
2056
+ "name": "SpacingBase52",
2057
+ "code": "$spacing-base-52",
2058
+ "variable": "spacing-base-52",
2059
+ "value": "13rem",
2060
+ "attributes": {
2061
+ "tailwind": [
2062
+ "spacing.52"
2063
+ ]
2064
+ },
2065
+ "inherits": []
2066
+ },
2067
+ "56": {
2068
+ "path": "spacing.base.56",
2069
+ "name": "SpacingBase56",
2070
+ "code": "$spacing-base-56",
2071
+ "variable": "spacing-base-56",
2072
+ "value": "14rem",
2073
+ "attributes": {
2074
+ "tailwind": [
2075
+ "spacing.56"
2076
+ ]
2077
+ },
2078
+ "inherits": []
2079
+ },
2080
+ "60": {
2081
+ "path": "spacing.base.60",
2082
+ "name": "SpacingBase60",
2083
+ "code": "$spacing-base-60",
2084
+ "variable": "spacing-base-60",
2085
+ "value": "15rem",
2086
+ "attributes": {
2087
+ "tailwind": [
2088
+ "spacing.60"
2089
+ ]
2090
+ },
2091
+ "inherits": []
2092
+ },
2093
+ "64": {
2094
+ "path": "spacing.base.64",
2095
+ "name": "SpacingBase64",
2096
+ "code": "$spacing-base-64",
2097
+ "variable": "spacing-base-64",
2098
+ "value": "16rem",
2099
+ "attributes": {
2100
+ "tailwind": [
2101
+ "spacing.64"
2102
+ ]
2103
+ },
2104
+ "inherits": []
2105
+ },
2106
+ "72": {
2107
+ "path": "spacing.base.72",
2108
+ "name": "SpacingBase72",
2109
+ "code": "$spacing-base-72",
2110
+ "variable": "spacing-base-72",
2111
+ "value": "18rem",
2112
+ "attributes": {
2113
+ "tailwind": [
2114
+ "spacing.72"
2115
+ ]
2116
+ },
2117
+ "inherits": []
2118
+ },
2119
+ "80": {
2120
+ "path": "spacing.base.80",
2121
+ "name": "SpacingBase80",
2122
+ "code": "$spacing-base-80",
2123
+ "variable": "spacing-base-80",
2124
+ "value": "20rem",
2125
+ "attributes": {
2126
+ "tailwind": [
2127
+ "spacing.80"
2128
+ ]
2129
+ },
2130
+ "inherits": []
2131
+ },
2132
+ "96": {
2133
+ "path": "spacing.base.96",
2134
+ "name": "SpacingBase96",
2135
+ "code": "$spacing-base-96",
2136
+ "variable": "spacing-base-96",
2137
+ "value": "24rem",
2138
+ "attributes": {
2139
+ "tailwind": [
2140
+ "spacing.96"
2141
+ ]
2142
+ },
2143
+ "inherits": []
2144
+ },
2145
+ "0-25": {
2146
+ "path": "spacing.base.0-25",
2147
+ "name": "SpacingBase0-25",
2148
+ "code": "$spacing-base-0-25",
2149
+ "variable": "spacing-base-0-25",
2150
+ "value": "0.0625rem",
2151
+ "attributes": {
2152
+ "tailwind": [
2153
+ "spacing.0.25"
2154
+ ]
2155
+ },
2156
+ "inherits": []
2157
+ },
2158
+ "0-5": {
2159
+ "path": "spacing.base.0-5",
2160
+ "name": "SpacingBase0-5",
2161
+ "code": "$spacing-base-0-5",
2162
+ "variable": "spacing-base-0-5",
2163
+ "value": "0.125rem",
2164
+ "attributes": {
2165
+ "tailwind": [
2166
+ "spacing.0.5"
2167
+ ]
2168
+ },
2169
+ "inherits": []
2170
+ },
2171
+ "0-75": {
2172
+ "path": "spacing.base.0-75",
2173
+ "name": "SpacingBase0-75",
2174
+ "code": "$spacing-base-0-75",
2175
+ "variable": "spacing-base-0-75",
2176
+ "value": "0.1875rem",
2177
+ "attributes": {
2178
+ "tailwind": [
2179
+ "spacing.0.75"
2180
+ ]
2181
+ },
2182
+ "inherits": []
2183
+ },
2184
+ "1-25": {
2185
+ "path": "spacing.base.1-25",
2186
+ "name": "SpacingBase1-25",
2187
+ "code": "$spacing-base-1-25",
2188
+ "variable": "spacing-base-1-25",
2189
+ "value": "0.3125rem",
2190
+ "attributes": {
2191
+ "tailwind": [
2192
+ "spacing.1.25"
2193
+ ]
2194
+ },
2195
+ "inherits": []
2196
+ },
2197
+ "1-5": {
2198
+ "path": "spacing.base.1-5",
2199
+ "name": "SpacingBase1-5",
2200
+ "code": "$spacing-base-1-5",
2201
+ "variable": "spacing-base-1-5",
2202
+ "value": "0.375rem",
2203
+ "attributes": {
2204
+ "tailwind": [
2205
+ "spacing.1.5"
2206
+ ]
2207
+ },
2208
+ "inherits": []
2209
+ },
2210
+ "1-75": {
2211
+ "path": "spacing.base.1-75",
2212
+ "name": "SpacingBase1-75",
2213
+ "code": "$spacing-base-1-75",
2214
+ "variable": "spacing-base-1-75",
2215
+ "value": "0.4375rem",
2216
+ "attributes": {
2217
+ "tailwind": [
2218
+ "spacing.1.75"
2219
+ ]
2220
+ },
2221
+ "inherits": []
2222
+ },
2223
+ "2-25": {
2224
+ "path": "spacing.base.2-25",
2225
+ "name": "SpacingBase2-25",
2226
+ "code": "$spacing-base-2-25",
2227
+ "variable": "spacing-base-2-25",
2228
+ "value": "0.5625rem",
2229
+ "attributes": {
2230
+ "tailwind": [
2231
+ "spacing.2.25"
2232
+ ]
2233
+ },
2234
+ "inherits": []
2235
+ },
2236
+ "2-5": {
2237
+ "path": "spacing.base.2-5",
2238
+ "name": "SpacingBase2-5",
2239
+ "code": "$spacing-base-2-5",
2240
+ "variable": "spacing-base-2-5",
2241
+ "value": "0.625rem",
2242
+ "attributes": {
2243
+ "tailwind": [
2244
+ "spacing.2.5"
2245
+ ]
2246
+ },
2247
+ "inherits": [],
2248
+ "inheritedBy": [
2249
+ "spacing.input-icon.margin.x",
2250
+ "spacing.input-icon.margin.y"
2251
+ ]
2252
+ },
2253
+ "2-75": {
2254
+ "path": "spacing.base.2-75",
2255
+ "name": "SpacingBase2-75",
2256
+ "code": "$spacing-base-2-75",
2257
+ "variable": "spacing-base-2-75",
2258
+ "value": "0.6875rem",
2259
+ "attributes": {
2260
+ "tailwind": [
2261
+ "spacing.2.75"
2262
+ ]
2263
+ },
2264
+ "inherits": [],
2265
+ "inheritedBy": [
2266
+ "typography.base.size.xs"
2267
+ ]
2268
+ },
2269
+ "3-5": {
2270
+ "path": "spacing.base.3-5",
2271
+ "name": "SpacingBase3-5",
2272
+ "code": "$spacing-base-3-5",
2273
+ "variable": "spacing-base-3-5",
2274
+ "value": "0.875rem",
2275
+ "attributes": {
2276
+ "tailwind": [
2277
+ "spacing.3.5"
2278
+ ]
2279
+ },
2280
+ "inherits": [],
2281
+ "inheritedBy": [
2282
+ "spacing.h1.margin.bottom",
2283
+ "typography.base.size.base"
2284
+ ]
2285
+ },
2286
+ "4-5": {
2287
+ "path": "spacing.base.4-5",
2288
+ "name": "SpacingBase4-5",
2289
+ "code": "$spacing-base-4-5",
2290
+ "variable": "spacing-base-4-5",
2291
+ "value": "1.125rem",
2292
+ "attributes": {
2293
+ "tailwind": [
2294
+ "spacing.4.5"
2295
+ ]
2296
+ },
2297
+ "inherits": []
2298
+ },
2299
+ "5-5": {
2300
+ "path": "spacing.base.5-5",
2301
+ "name": "SpacingBase5-5",
2302
+ "code": "$spacing-base-5-5",
2303
+ "variable": "spacing-base-5-5",
2304
+ "value": "1.375rem",
2305
+ "attributes": {
2306
+ "tailwind": [
2307
+ "spacing.5.5"
2308
+ ]
2309
+ },
2310
+ "inherits": []
2311
+ },
2312
+ "6-5": {
2313
+ "path": "spacing.base.6-5",
2314
+ "name": "SpacingBase6-5",
2315
+ "code": "$spacing-base-6-5",
2316
+ "variable": "spacing-base-6-5",
2317
+ "value": "1.625rem",
2318
+ "attributes": {
2319
+ "tailwind": [
2320
+ "spacing.6.5"
2321
+ ]
2322
+ },
2323
+ "inherits": [],
2324
+ "inheritedBy": [
2325
+ "spacing.h1.margin.top"
2326
+ ]
2327
+ },
2328
+ "7-5": {
2329
+ "path": "spacing.base.7-5",
2330
+ "name": "SpacingBase7-5",
2331
+ "code": "$spacing-base-7-5",
2332
+ "variable": "spacing-base-7-5",
2333
+ "value": "1.875rem",
2334
+ "attributes": {
2335
+ "tailwind": [
2336
+ "spacing.7.5"
2337
+ ]
2338
+ },
2339
+ "inherits": [],
2340
+ "inheritedBy": [
2341
+ "typography.base.size.4xl"
2342
+ ]
2343
+ },
2344
+ "8-5": {
2345
+ "path": "spacing.base.8-5",
2346
+ "name": "SpacingBase8-5",
2347
+ "code": "$spacing-base-8-5",
2348
+ "variable": "spacing-base-8-5",
2349
+ "value": "2.125rem",
2350
+ "attributes": {
2351
+ "tailwind": [
2352
+ "spacing.8.5"
2353
+ ]
2354
+ },
2355
+ "inherits": []
2356
+ },
2357
+ "9-5": {
2358
+ "path": "spacing.base.9-5",
2359
+ "name": "SpacingBase9-5",
2360
+ "code": "$spacing-base-9-5",
2361
+ "variable": "spacing-base-9-5",
2362
+ "value": "2.375rem",
2363
+ "attributes": {
2364
+ "tailwind": [
2365
+ "spacing.9.5"
2366
+ ]
2367
+ },
2368
+ "inherits": []
2369
+ },
2370
+ "xs": {
2371
+ "path": "spacing.base.xs",
2372
+ "name": "SpacingBaseXs",
2373
+ "code": "$spacing-base-xs",
2374
+ "variable": "spacing-base-xs",
2375
+ "value": "0.25rem",
2376
+ "attributes": {
2377
+ "tailwind": [
2378
+ "spacing.xs"
2379
+ ]
2380
+ },
2381
+ "inherits": [
2382
+ "spacing.base.1"
2383
+ ]
2384
+ },
2385
+ "sm": {
2386
+ "path": "spacing.base.sm",
2387
+ "name": "SpacingBaseSm",
2388
+ "code": "$spacing-base-sm",
2389
+ "variable": "spacing-base-sm",
2390
+ "value": "0.5rem",
2391
+ "attributes": {
2392
+ "tailwind": [
2393
+ "spacing.sm"
2394
+ ]
2395
+ },
2396
+ "inherits": [
2397
+ "spacing.base.2"
2398
+ ],
2399
+ "inheritedBy": [
2400
+ "spacing.button.padding.y"
2401
+ ]
2402
+ },
2403
+ "md": {
2404
+ "path": "spacing.base.md",
2405
+ "name": "SpacingBaseMd",
2406
+ "code": "$spacing-base-md",
2407
+ "variable": "spacing-base-md",
2408
+ "value": "0.75rem",
2409
+ "attributes": {
2410
+ "tailwind": [
2411
+ "spacing.md"
2412
+ ]
2413
+ },
2414
+ "inherits": [
2415
+ "spacing.base.3"
2416
+ ],
2417
+ "inheritedBy": [
2418
+ "spacing.button-icon.margin.inline.end",
2419
+ "spacing.input.padding.inline.start"
2420
+ ]
2421
+ },
2422
+ "lg": {
2423
+ "path": "spacing.base.lg",
2424
+ "name": "SpacingBaseLg",
2425
+ "code": "$spacing-base-lg",
2426
+ "variable": "spacing-base-lg",
2427
+ "value": "1rem",
2428
+ "attributes": {
2429
+ "tailwind": [
2430
+ "spacing.lg"
2431
+ ]
2432
+ },
2433
+ "inherits": [
2434
+ "spacing.base.4"
2435
+ ],
2436
+ "inheritedBy": [
2437
+ "spacing.button.padding.x"
2438
+ ]
2439
+ },
2440
+ "xl": {
2441
+ "path": "spacing.base.xl",
2442
+ "name": "SpacingBaseXl",
2443
+ "code": "$spacing-base-xl",
2444
+ "variable": "spacing-base-xl",
2445
+ "value": "1.5rem",
2446
+ "attributes": {
2447
+ "tailwind": [
2448
+ "spacing.xl"
2449
+ ]
2450
+ },
2451
+ "inherits": [
2452
+ "spacing.base.6"
2453
+ ]
2454
+ },
2455
+ "xl2": {
2456
+ "path": "spacing.base.xl2",
2457
+ "name": "SpacingBaseXl2",
2458
+ "code": "$spacing-base-xl2",
2459
+ "variable": "spacing-base-xl2",
2460
+ "value": "2rem",
2461
+ "attributes": {
2462
+ "tailwind": [
2463
+ "spacing.xl2"
2464
+ ]
2465
+ },
2466
+ "inherits": [
2467
+ "spacing.base.8"
2468
+ ]
2469
+ }
2470
+ },
2471
+ "button": {
2472
+ "padding": {
2473
+ "x": {
2474
+ "path": "spacing.button.padding.x",
2475
+ "name": "SpacingButtonPaddingX",
2476
+ "code": "$spacing-button-padding-x",
2477
+ "variable": "spacing-button-padding-x",
2478
+ "value": "1rem",
2479
+ "attributes": {},
2480
+ "inherits": [
2481
+ "spacing.base.lg"
2482
+ ]
2483
+ },
2484
+ "y": {
2485
+ "path": "spacing.button.padding.y",
2486
+ "name": "SpacingButtonPaddingY",
2487
+ "code": "$spacing-button-padding-y",
2488
+ "variable": "spacing-button-padding-y",
2489
+ "value": "0.5rem",
2490
+ "attributes": {},
2491
+ "inherits": [
2492
+ "spacing.base.sm"
2493
+ ]
2494
+ }
2495
+ }
2496
+ },
2497
+ "button-icon": {
2498
+ "size": {
2499
+ "path": "spacing.button-icon.size",
2500
+ "name": "SpacingButton-iconSize",
2501
+ "code": "$spacing-button-icon-size",
2502
+ "variable": "spacing-button-icon-size",
2503
+ "value": "1.25rem",
2504
+ "attributes": {},
2505
+ "inherits": [
2506
+ "spacing.base.5"
2507
+ ]
2508
+ },
2509
+ "margin": {
2510
+ "inline": {
2511
+ "end": {
2512
+ "path": "spacing.button-icon.margin.inline.end",
2513
+ "name": "SpacingButton-iconMarginInlineEnd",
2514
+ "code": "$spacing-button-icon-margin-inline-end",
2515
+ "variable": "spacing-button-icon-margin-inline-end",
2516
+ "value": "0.75rem",
2517
+ "attributes": {},
2518
+ "inherits": [
2519
+ "spacing.base.md"
2520
+ ]
2521
+ }
2522
+ }
2523
+ }
2524
+ },
2525
+ "input": {
2526
+ "padding": {
2527
+ "inline": {
2528
+ "end": {
2529
+ "path": "spacing.input.padding.inline.end",
2530
+ "name": "SpacingInputPaddingInlineEnd",
2531
+ "code": "$spacing-input-padding-inline-end",
2532
+ "variable": "spacing-input-padding-inline-end",
2533
+ "value": "2.5rem",
2534
+ "attributes": {},
2535
+ "inherits": [
2536
+ "spacing.base.10"
2537
+ ]
2538
+ },
2539
+ "start": {
2540
+ "path": "spacing.input.padding.inline.start",
2541
+ "name": "SpacingInputPaddingInlineStart",
2542
+ "code": "$spacing-input-padding-inline-start",
2543
+ "variable": "spacing-input-padding-inline-start",
2544
+ "value": "0.75rem",
2545
+ "attributes": {},
2546
+ "inherits": [
2547
+ "spacing.base.md"
2548
+ ]
2549
+ }
2550
+ }
2551
+ }
2552
+ },
2553
+ "input-icon": {
2554
+ "margin": {
2555
+ "x": {
2556
+ "path": "spacing.input-icon.margin.x",
2557
+ "name": "SpacingInput-iconMarginX",
2558
+ "code": "$spacing-input-icon-margin-x",
2559
+ "variable": "spacing-input-icon-margin-x",
2560
+ "value": "0.625rem",
2561
+ "attributes": {},
2562
+ "inherits": [
2563
+ "spacing.base.2-5"
2564
+ ]
2565
+ },
2566
+ "y": {
2567
+ "path": "spacing.input-icon.margin.y",
2568
+ "name": "SpacingInput-iconMarginY",
2569
+ "code": "$spacing-input-icon-margin-y",
2570
+ "variable": "spacing-input-icon-margin-y",
2571
+ "value": "0.625rem",
2572
+ "attributes": {},
2573
+ "inherits": [
2574
+ "spacing.base.2-5"
2575
+ ]
2576
+ }
2577
+ }
2578
+ },
2579
+ "switch": {
2580
+ "thumb": {
2581
+ "size": {
2582
+ "path": "spacing.switch.thumb.size",
2583
+ "name": "SpacingSwitchThumbSize",
2584
+ "code": "$spacing-switch-thumb-size",
2585
+ "variable": "spacing-switch-thumb-size",
2586
+ "value": "20px",
2587
+ "attributes": {},
2588
+ "inherits": []
2589
+ }
2590
+ }
2591
+ },
2592
+ "h1": {
2593
+ "margin": {
2594
+ "top": {
2595
+ "path": "spacing.h1.margin.top",
2596
+ "name": "SpacingH1MarginTop",
2597
+ "code": "$spacing-h1-margin-top",
2598
+ "variable": "spacing-h1-margin-top",
2599
+ "value": "1.625rem",
2600
+ "attributes": {},
2601
+ "inherits": [
2602
+ "spacing.base.6-5"
2603
+ ]
2604
+ },
2605
+ "bottom": {
2606
+ "path": "spacing.h1.margin.bottom",
2607
+ "name": "SpacingH1MarginBottom",
2608
+ "code": "$spacing-h1-margin-bottom",
2609
+ "variable": "spacing-h1-margin-bottom",
2610
+ "value": "0.875rem",
2611
+ "attributes": {},
2612
+ "inherits": [
2613
+ "spacing.base.3-5"
2614
+ ]
2615
+ }
2616
+ }
2617
+ },
2618
+ "h2": {
2619
+ "margin": {
2620
+ "top": {
2621
+ "path": "spacing.h2.margin.top",
2622
+ "name": "SpacingH2MarginTop",
2623
+ "code": "$spacing-h2-margin-top",
2624
+ "variable": "spacing-h2-margin-top",
2625
+ "value": "1.75rem",
2626
+ "attributes": {},
2627
+ "inherits": [
2628
+ "spacing.base.7"
2629
+ ]
2630
+ },
2631
+ "bottom": {
2632
+ "path": "spacing.h2.margin.bottom",
2633
+ "name": "SpacingH2MarginBottom",
2634
+ "code": "$spacing-h2-margin-bottom",
2635
+ "variable": "spacing-h2-margin-bottom",
2636
+ "value": "0.75rem",
2637
+ "attributes": {},
2638
+ "inherits": [
2639
+ "spacing.base.3"
2640
+ ]
2641
+ }
2642
+ }
2643
+ },
2644
+ "h3": {
2645
+ "margin": {
2646
+ "top": {
2647
+ "path": "spacing.h3.margin.top",
2648
+ "name": "SpacingH3MarginTop",
2649
+ "code": "$spacing-h3-margin-top",
2650
+ "variable": "spacing-h3-margin-top",
2651
+ "value": "1rem",
2652
+ "attributes": {},
2653
+ "inherits": [
2654
+ "spacing.base.4"
2655
+ ]
2656
+ },
2657
+ "bottom": {
2658
+ "path": "spacing.h3.margin.bottom",
2659
+ "name": "SpacingH3MarginBottom",
2660
+ "code": "$spacing-h3-margin-bottom",
2661
+ "variable": "spacing-h3-margin-bottom",
2662
+ "value": "0rem",
2663
+ "attributes": {},
2664
+ "inherits": []
2665
+ }
2666
+ }
2667
+ },
2668
+ "h4": {
2669
+ "margin": {
2670
+ "top": {
2671
+ "path": "spacing.h4.margin.top",
2672
+ "name": "SpacingH4MarginTop",
2673
+ "code": "$spacing-h4-margin-top",
2674
+ "variable": "spacing-h4-margin-top",
2675
+ "value": "1rem",
2676
+ "attributes": {},
2677
+ "inherits": [
2678
+ "spacing.base.4"
2679
+ ]
2680
+ },
2681
+ "bottom": {
2682
+ "path": "spacing.h4.margin.bottom",
2683
+ "name": "SpacingH4MarginBottom",
2684
+ "code": "$spacing-h4-margin-bottom",
2685
+ "variable": "spacing-h4-margin-bottom",
2686
+ "value": "0rem",
2687
+ "attributes": {},
2688
+ "inherits": []
2689
+ }
2690
+ }
2691
+ },
2692
+ "p": {
2693
+ "margin": {
2694
+ "top": {
2695
+ "path": "spacing.p.margin.top",
2696
+ "name": "SpacingPMarginTop",
2697
+ "code": "$spacing-p-margin-top",
2698
+ "variable": "spacing-p-margin-top",
2699
+ "value": "0rem",
2700
+ "attributes": {},
2701
+ "inherits": []
2702
+ },
2703
+ "bottom": {
2704
+ "path": "spacing.p.margin.bottom",
2705
+ "name": "SpacingPMarginBottom",
2706
+ "code": "$spacing-p-margin-bottom",
2707
+ "variable": "spacing-p-margin-bottom",
2708
+ "value": "1.25rem",
2709
+ "attributes": {},
2710
+ "inherits": [
2711
+ "spacing.base.5"
2712
+ ]
2713
+ }
2714
+ }
2715
+ }
2716
+ },
2717
+ "typography": {
2718
+ "base": {
2719
+ "font": {
2720
+ "primary": {
2721
+ "path": "typography.base.font.primary",
2722
+ "name": "TypographyBaseFontPrimary",
2723
+ "code": "$typography-base-font-primary",
2724
+ "variable": "typography-base-font-primary",
2725
+ "value": "'Roboto', 'Helvetica', 'Arial', sans-serif",
2726
+ "attributes": {},
2727
+ "inherits": []
2728
+ },
2729
+ "secondary": {
2730
+ "path": "typography.base.font.secondary",
2731
+ "name": "TypographyBaseFontSecondary",
2732
+ "code": "$typography-base-font-secondary",
2733
+ "variable": "typography-base-font-secondary",
2734
+ "value": "'Open Sans', sans-serif",
2735
+ "attributes": {},
2736
+ "inherits": []
2737
+ }
2738
+ },
2739
+ "size": {
2740
+ "xs": {
2741
+ "path": "typography.base.size.xs",
2742
+ "name": "TypographyBaseSizeXs",
2743
+ "code": "$typography-base-size-xs",
2744
+ "variable": "typography-base-size-xs",
2745
+ "value": "0.6875rem",
2746
+ "attributes": {
2747
+ "tailwind": [
2748
+ "fontSize.xs.0"
2749
+ ]
2750
+ },
2751
+ "inherits": [
2752
+ "spacing.base.2-75"
2753
+ ]
2754
+ },
2755
+ "sm": {
2756
+ "path": "typography.base.size.sm",
2757
+ "name": "TypographyBaseSizeSm",
2758
+ "code": "$typography-base-size-sm",
2759
+ "variable": "typography-base-size-sm",
2760
+ "value": "0.75rem",
2761
+ "attributes": {
2762
+ "tailwind": [
2763
+ "fontSize.sm.0"
2764
+ ]
2765
+ },
2766
+ "inherits": [
2767
+ "spacing.base.3"
2768
+ ]
2769
+ },
2770
+ "base": {
2771
+ "path": "typography.base.size.base",
2772
+ "name": "TypographyBaseSizeBase",
2773
+ "code": "$typography-base-size-base",
2774
+ "variable": "typography-base-size-base",
2775
+ "value": "0.875rem",
2776
+ "attributes": {
2777
+ "tailwind": [
2778
+ "fontSize.base.0"
2779
+ ]
2780
+ },
2781
+ "inherits": [
2782
+ "spacing.base.3-5"
2783
+ ]
2784
+ },
2785
+ "lg": {
2786
+ "path": "typography.base.size.lg",
2787
+ "name": "TypographyBaseSizeLg",
2788
+ "code": "$typography-base-size-lg",
2789
+ "variable": "typography-base-size-lg",
2790
+ "value": "1rem",
2791
+ "attributes": {
2792
+ "tailwind": [
2793
+ "fontSize.lg.0"
2794
+ ]
2795
+ },
2796
+ "inherits": [
2797
+ "spacing.base.4"
2798
+ ]
2799
+ },
2800
+ "xl": {
2801
+ "path": "typography.base.size.xl",
2802
+ "name": "TypographyBaseSizeXl",
2803
+ "code": "$typography-base-size-xl",
2804
+ "variable": "typography-base-size-xl",
2805
+ "value": "1.25rem",
2806
+ "attributes": {
2807
+ "tailwind": [
2808
+ "fontSize.xl.0"
2809
+ ]
2810
+ },
2811
+ "inherits": [
2812
+ "spacing.base.5"
2813
+ ]
2814
+ },
2815
+ "2xl": {
2816
+ "path": "typography.base.size.2xl",
2817
+ "name": "TypographyBaseSize2xl",
2818
+ "code": "$typography-base-size-2xl",
2819
+ "variable": "typography-base-size-2xl",
2820
+ "value": "1.5rem",
2821
+ "attributes": {
2822
+ "tailwind": [
2823
+ "fontSize.2xl.0"
2824
+ ]
2825
+ },
2826
+ "inherits": [
2827
+ "spacing.base.6"
2828
+ ]
2829
+ },
2830
+ "3xl": {
2831
+ "path": "typography.base.size.3xl",
2832
+ "name": "TypographyBaseSize3xl",
2833
+ "code": "$typography-base-size-3xl",
2834
+ "variable": "typography-base-size-3xl",
2835
+ "value": "2rem",
2836
+ "attributes": {
2837
+ "tailwind": [
2838
+ "fontSize.3xl.0"
2839
+ ]
2840
+ },
2841
+ "inherits": [
2842
+ "spacing.base.8"
2843
+ ]
2844
+ },
2845
+ "4xl": {
2846
+ "path": "typography.base.size.4xl",
2847
+ "name": "TypographyBaseSize4xl",
2848
+ "code": "$typography-base-size-4xl",
2849
+ "variable": "typography-base-size-4xl",
2850
+ "value": "1.875rem",
2851
+ "attributes": {
2852
+ "tailwind": [
2853
+ "fontSize.4xl.0"
2854
+ ]
2855
+ },
2856
+ "inherits": [
2857
+ "spacing.base.7-5"
2858
+ ]
2859
+ },
2860
+ "5xl": {
2861
+ "path": "typography.base.size.5xl",
2862
+ "name": "TypographyBaseSize5xl",
2863
+ "code": "$typography-base-size-5xl",
2864
+ "variable": "typography-base-size-5xl",
2865
+ "value": "2.25rem",
2866
+ "attributes": {
2867
+ "tailwind": [
2868
+ "fontSize.5xl.0"
2869
+ ]
2870
+ },
2871
+ "inherits": [
2872
+ "spacing.base.9"
2873
+ ]
2874
+ },
2875
+ "6xl": {
2876
+ "path": "typography.base.size.6xl",
2877
+ "name": "TypographyBaseSize6xl",
2878
+ "code": "$typography-base-size-6xl",
2879
+ "variable": "typography-base-size-6xl",
2880
+ "value": "3rem",
2881
+ "attributes": {
2882
+ "tailwind": [
2883
+ "fontSize.6xl.0"
2884
+ ]
2885
+ },
2886
+ "inherits": [
2887
+ "spacing.base.12"
2888
+ ]
2889
+ },
2890
+ "7xl": {
2891
+ "path": "typography.base.size.7xl",
2892
+ "name": "TypographyBaseSize7xl",
2893
+ "code": "$typography-base-size-7xl",
2894
+ "variable": "typography-base-size-7xl",
2895
+ "value": "4rem",
2896
+ "attributes": {
2897
+ "tailwind": [
2898
+ "fontSize.7xl.0"
2899
+ ]
2900
+ },
2901
+ "inherits": [
2902
+ "spacing.base.16"
2903
+ ]
2904
+ },
2905
+ "8xl": {
2906
+ "path": "typography.base.size.8xl",
2907
+ "name": "TypographyBaseSize8xl",
2908
+ "code": "$typography-base-size-8xl",
2909
+ "variable": "typography-base-size-8xl",
2910
+ "value": "4.5rem",
2911
+ "attributes": {
2912
+ "tailwind": [
2913
+ "fontSize.8xl.0"
2914
+ ]
2915
+ },
2916
+ "inherits": [
2917
+ "spacing.base.18"
2918
+ ]
2919
+ },
2920
+ "9xl": {
2921
+ "path": "typography.base.size.9xl",
2922
+ "name": "TypographyBaseSize9xl",
2923
+ "code": "$typography-base-size-9xl",
2924
+ "variable": "typography-base-size-9xl",
2925
+ "value": "6rem",
2926
+ "attributes": {
2927
+ "tailwind": [
2928
+ "fontSize.9xl.0"
2929
+ ]
2930
+ },
2931
+ "inherits": [
2932
+ "spacing.base.24"
2933
+ ]
2934
+ }
2935
+ },
2936
+ "line-height": {
2937
+ "xs": {
2938
+ "path": "typography.base.line-height.xs",
2939
+ "name": "TypographyBaseLine-heightXs",
2940
+ "code": "$typography-base-line-height-xs",
2941
+ "variable": "typography-base-line-height-xs",
2942
+ "value": "1rem",
2943
+ "attributes": {
2944
+ "tailwind": [
2945
+ "fontSize.xs.1"
2946
+ ]
2947
+ },
2948
+ "inherits": [
2949
+ "spacing.base.4"
2950
+ ]
2951
+ },
2952
+ "sm": {
2953
+ "path": "typography.base.line-height.sm",
2954
+ "name": "TypographyBaseLine-heightSm",
2955
+ "code": "$typography-base-line-height-sm",
2956
+ "variable": "typography-base-line-height-sm",
2957
+ "value": "1rem",
2958
+ "attributes": {
2959
+ "tailwind": [
2960
+ "fontSize.sm.1"
2961
+ ]
2962
+ },
2963
+ "inherits": [
2964
+ "spacing.base.4"
2965
+ ]
2966
+ },
2967
+ "base": {
2968
+ "path": "typography.base.line-height.base",
2969
+ "name": "TypographyBaseLine-heightBase",
2970
+ "code": "$typography-base-line-height-base",
2971
+ "variable": "typography-base-line-height-base",
2972
+ "value": "1.25rem",
2973
+ "attributes": {
2974
+ "tailwind": [
2975
+ "fontSize.base.1"
2976
+ ]
2977
+ },
2978
+ "inherits": [
2979
+ "spacing.base.5"
2980
+ ]
2981
+ },
2982
+ "lg": {
2983
+ "path": "typography.base.line-height.lg",
2984
+ "name": "TypographyBaseLine-heightLg",
2985
+ "code": "$typography-base-line-height-lg",
2986
+ "variable": "typography-base-line-height-lg",
2987
+ "value": "1.5rem",
2988
+ "attributes": {
2989
+ "tailwind": [
2990
+ "fontSize.lg.1"
2991
+ ]
2992
+ },
2993
+ "inherits": [
2994
+ "spacing.base.6"
2995
+ ]
2996
+ },
2997
+ "xl": {
2998
+ "path": "typography.base.line-height.xl",
2999
+ "name": "TypographyBaseLine-heightXl",
3000
+ "code": "$typography-base-line-height-xl",
3001
+ "variable": "typography-base-line-height-xl",
3002
+ "value": "1.75rem",
3003
+ "attributes": {
3004
+ "tailwind": [
3005
+ "fontSize.xl.1"
3006
+ ]
3007
+ },
3008
+ "inherits": [
3009
+ "spacing.base.7"
3010
+ ]
3011
+ },
3012
+ "2xl": {
3013
+ "path": "typography.base.line-height.2xl",
3014
+ "name": "TypographyBaseLine-height2xl",
3015
+ "code": "$typography-base-line-height-2xl",
3016
+ "variable": "typography-base-line-height-2xl",
3017
+ "value": "2.5rem",
3018
+ "attributes": {
3019
+ "tailwind": [
3020
+ "fontSize.2xl.1"
3021
+ ]
3022
+ },
3023
+ "inherits": [
3024
+ "spacing.base.10"
3025
+ ]
3026
+ },
3027
+ "3xl": {
3028
+ "path": "typography.base.line-height.3xl",
3029
+ "name": "TypographyBaseLine-height3xl",
3030
+ "code": "$typography-base-line-height-3xl",
3031
+ "variable": "typography-base-line-height-3xl",
3032
+ "value": "2.5rem",
3033
+ "attributes": {
3034
+ "tailwind": [
3035
+ "fontSize.3xl.1"
3036
+ ]
3037
+ },
3038
+ "inherits": [
3039
+ "spacing.base.10"
3040
+ ]
3041
+ },
3042
+ "4xl": {
3043
+ "path": "typography.base.line-height.4xl",
3044
+ "name": "TypographyBaseLine-height4xl",
3045
+ "code": "$typography-base-line-height-4xl",
3046
+ "variable": "typography-base-line-height-4xl",
3047
+ "value": "2.5rem",
3048
+ "attributes": {
3049
+ "tailwind": [
3050
+ "fontSize.4xl.1"
3051
+ ]
3052
+ },
3053
+ "inherits": [
3054
+ "spacing.base.10"
3055
+ ]
3056
+ },
3057
+ "5xl": {
3058
+ "path": "typography.base.line-height.5xl",
3059
+ "name": "TypographyBaseLine-height5xl",
3060
+ "code": "$typography-base-line-height-5xl",
3061
+ "variable": "typography-base-line-height-5xl",
3062
+ "value": "2.5rem",
3063
+ "attributes": {
3064
+ "tailwind": [
3065
+ "fontSize.5xl.1"
3066
+ ]
3067
+ },
3068
+ "inherits": [
3069
+ "spacing.base.10"
3070
+ ]
3071
+ },
3072
+ "6xl": {
3073
+ "path": "typography.base.line-height.6xl",
3074
+ "name": "TypographyBaseLine-height6xl",
3075
+ "code": "$typography-base-line-height-6xl",
3076
+ "variable": "typography-base-line-height-6xl",
3077
+ "value": 1,
3078
+ "attributes": {
3079
+ "tailwind": [
3080
+ "fontSize.6xl.1"
3081
+ ]
3082
+ },
3083
+ "inherits": []
3084
+ },
3085
+ "7xl": {
3086
+ "path": "typography.base.line-height.7xl",
3087
+ "name": "TypographyBaseLine-height7xl",
3088
+ "code": "$typography-base-line-height-7xl",
3089
+ "variable": "typography-base-line-height-7xl",
3090
+ "value": 1,
3091
+ "attributes": {
3092
+ "tailwind": [
3093
+ "fontSize.7xl.1"
3094
+ ]
3095
+ },
3096
+ "inherits": []
3097
+ },
3098
+ "8xl": {
3099
+ "path": "typography.base.line-height.8xl",
3100
+ "name": "TypographyBaseLine-height8xl",
3101
+ "code": "$typography-base-line-height-8xl",
3102
+ "variable": "typography-base-line-height-8xl",
3103
+ "value": 1,
3104
+ "attributes": {
3105
+ "tailwind": [
3106
+ "fontSize.8xl.1"
3107
+ ]
3108
+ },
3109
+ "inherits": []
3110
+ },
3111
+ "9xl": {
3112
+ "path": "typography.base.line-height.9xl",
3113
+ "name": "TypographyBaseLine-height9xl",
3114
+ "code": "$typography-base-line-height-9xl",
3115
+ "variable": "typography-base-line-height-9xl",
3116
+ "value": 1,
3117
+ "attributes": {
3118
+ "tailwind": [
3119
+ "fontSize.9xl.1"
3120
+ ]
3121
+ },
3122
+ "inherits": []
3123
+ }
3124
+ }
3125
+ }
3126
+ },
3127
+ "alias": {
3128
+ "color": {
3129
+ "brand": {
3130
+ "primary": {
3131
+ "path": "alias.color.brand.primary",
3132
+ "name": "AliasColorBrandPrimary",
3133
+ "code": "$alias-color-brand-primary",
3134
+ "variable": "alias-color-brand-primary",
3135
+ "value": "hsl(206deg, 60%, 52%)",
3136
+ "attributes": {
3137
+ "tailwind": [
3138
+ "colors.brand-primary"
3139
+ ]
3140
+ },
3141
+ "inherits": [
3142
+ "color.base.blue.default"
3143
+ ],
3144
+ "inheritedBy": [
3145
+ "color.background.button.primary.base",
3146
+ "color.border.button.primary.discreet",
3147
+ "color.font.link",
3148
+ "color.font.button.primary.discreet"
3149
+ ]
3150
+ }
3151
+ },
3152
+ "text": {
3153
+ "primary": {
3154
+ "path": "alias.color.text.primary",
3155
+ "name": "AliasColorTextPrimary",
3156
+ "code": "$alias-color-text-primary",
3157
+ "variable": "alias-color-text-primary",
3158
+ "value": "hsl(206deg, 6%, 45%)",
3159
+ "attributes": {
3160
+ "tailwind": [
3161
+ "textColor.DEFAULT"
3162
+ ]
3163
+ },
3164
+ "inherits": [
3165
+ "color.base.blue-gray.default"
3166
+ ]
3167
+ },
3168
+ "secondary": {
3169
+ "path": "alias.color.text.secondary",
3170
+ "name": "AliasColorTextSecondary",
3171
+ "code": "$alias-color-text-secondary",
3172
+ "variable": "alias-color-text-secondary",
3173
+ "value": "hsl(206deg, 6%, 35%)",
3174
+ "attributes": {
3175
+ "tailwind": [
3176
+ "textColor.secondary"
3177
+ ]
3178
+ },
3179
+ "inherits": [
3180
+ "color.base.blue-gray.350"
3181
+ ],
3182
+ "inheritedBy": [
3183
+ "color.font.input.placeholder"
3184
+ ]
3185
+ },
3186
+ "tertiary": {
3187
+ "path": "alias.color.text.tertiary",
3188
+ "name": "AliasColorTextTertiary",
3189
+ "code": "$alias-color-text-tertiary",
3190
+ "variable": "alias-color-text-tertiary",
3191
+ "value": "hsl(206deg, 5%, 65%)",
3192
+ "attributes": {
3193
+ "tailwind": [
3194
+ "textColor.tertiary"
3195
+ ]
3196
+ },
3197
+ "inherits": [
3198
+ "color.base.blue-gray.650"
3199
+ ],
3200
+ "inheritedBy": [
3201
+ "color.font.button.secondary.discreet",
3202
+ "color.font.input.default"
3203
+ ]
3204
+ },
3205
+ "quarternary": {
3206
+ "path": "alias.color.text.quarternary",
3207
+ "name": "AliasColorTextQuarternary",
3208
+ "code": "$alias-color-text-quarternary",
3209
+ "variable": "alias-color-text-quarternary",
3210
+ "value": "hsl(206deg, 15%, 85%)",
3211
+ "attributes": {
3212
+ "tailwind": [
3213
+ "textColor.quarternary"
3214
+ ]
3215
+ },
3216
+ "inherits": [
3217
+ "color.base.blue-gray.850"
3218
+ ],
3219
+ "inheritedBy": [
3220
+ "color.font.button.primary.base",
3221
+ "color.font.button.secondary.base"
3222
+ ]
3223
+ },
3224
+ "accent": {
3225
+ "path": "alias.color.text.accent",
3226
+ "name": "AliasColorTextAccent",
3227
+ "code": "$alias-color-text-accent",
3228
+ "variable": "alias-color-text-accent",
3229
+ "value": "#ffffff",
3230
+ "attributes": {
3231
+ "tailwind": [
3232
+ "textColor.accent"
3233
+ ]
3234
+ },
3235
+ "inherits": [
3236
+ "color.base.white"
3237
+ ],
3238
+ "inheritedBy": [
3239
+ "color.font.input.focus"
3240
+ ]
3241
+ }
3242
+ },
3243
+ "border": {
3244
+ "weak": {
3245
+ "path": "alias.color.border.weak",
3246
+ "name": "AliasColorBorderWeak",
3247
+ "code": "$alias-color-border-weak",
3248
+ "variable": "alias-color-border-weak",
3249
+ "value": "hsl(206deg, 8%, 23%)",
3250
+ "attributes": {
3251
+ "tailwind": [
3252
+ "borderColor.weak"
3253
+ ]
3254
+ },
3255
+ "inherits": [
3256
+ "color.base.blue-gray.230"
3257
+ ],
3258
+ "inheritedBy": [
3259
+ "color.border.input.default"
3260
+ ]
3261
+ },
3262
+ "default": {
3263
+ "path": "alias.color.border.default",
3264
+ "name": "AliasColorBorderDefault",
3265
+ "code": "$alias-color-border-default",
3266
+ "variable": "alias-color-border-default",
3267
+ "value": "hsl(206deg, 6%, 35%)",
3268
+ "attributes": {
3269
+ "tailwind": [
3270
+ "borderColor.DEFAULT"
3271
+ ]
3272
+ },
3273
+ "inherits": [
3274
+ "color.base.blue-gray.350"
3275
+ ]
3276
+ },
3277
+ "strong": {
3278
+ "path": "alias.color.border.strong",
3279
+ "name": "AliasColorBorderStrong",
3280
+ "code": "$alias-color-border-strong",
3281
+ "variable": "alias-color-border-strong",
3282
+ "value": "hsl(206deg, 6%, 55%)",
3283
+ "attributes": {
3284
+ "tailwind": [
3285
+ "borderColor.strong"
3286
+ ]
3287
+ },
3288
+ "inherits": [
3289
+ "color.base.blue-gray.550"
3290
+ ],
3291
+ "inheritedBy": [
3292
+ "color.border.button.secondary.discreet"
3293
+ ]
3294
+ },
3295
+ "vivid": {
3296
+ "path": "alias.color.border.vivid",
3297
+ "name": "AliasColorBorderVivid",
3298
+ "code": "$alias-color-border-vivid",
3299
+ "variable": "alias-color-border-vivid",
3300
+ "value": "#ffffff",
3301
+ "attributes": {
3302
+ "tailwind": [
3303
+ "borderColor.vivid"
3304
+ ]
3305
+ },
3306
+ "inherits": [
3307
+ "color.base.white"
3308
+ ]
3309
+ },
3310
+ "focus": {
3311
+ "path": "alias.color.border.focus",
3312
+ "name": "AliasColorBorderFocus",
3313
+ "code": "$alias-color-border-focus",
3314
+ "variable": "alias-color-border-focus",
3315
+ "value": "hsl(206deg, 60%, 52%)",
3316
+ "attributes": {
3317
+ "tailwind": [
3318
+ "borderColor.focus"
3319
+ ]
3320
+ },
3321
+ "inherits": [
3322
+ "color.base.blue.default"
3323
+ ],
3324
+ "inheritedBy": [
3325
+ "color.border.input.focus"
3326
+ ]
3327
+ }
3328
+ },
3329
+ "danger": {
3330
+ "path": "alias.color.danger",
3331
+ "name": "AliasColorDanger",
3332
+ "code": "$alias-color-danger",
3333
+ "variable": "alias-color-danger",
3334
+ "value": "hsl(359, 100%, 60%)",
3335
+ "attributes": {
3336
+ "tailwind": [
3337
+ "colors.danger"
3338
+ ]
3339
+ },
3340
+ "inherits": [
3341
+ "color.base.red.default"
3342
+ ],
3343
+ "inheritedBy": [
3344
+ "color.background.button.danger.base",
3345
+ "color.border.button.danger.discreet",
3346
+ "color.border.input.invalid",
3347
+ "color.font.button.danger.discreet"
3348
+ ]
3349
+ },
3350
+ "caution": {
3351
+ "path": "alias.color.caution",
3352
+ "name": "AliasColorCaution",
3353
+ "code": "$alias-color-caution",
3354
+ "variable": "alias-color-caution",
3355
+ "value": "hsl(38, 100%, 60%)",
3356
+ "attributes": {
3357
+ "tailwind": [
3358
+ "colors.caution"
3359
+ ]
3360
+ },
3361
+ "inherits": [
3362
+ "color.base.orange.default"
3363
+ ],
3364
+ "inheritedBy": [
3365
+ "color.border.button.caution.discreet",
3366
+ "color.font.button.caution.discreet"
3367
+ ]
3368
+ },
3369
+ "caution-dark": {
3370
+ "path": "alias.color.caution-dark",
3371
+ "name": "AliasColorCaution-dark",
3372
+ "code": "$alias-color-caution-dark",
3373
+ "variable": "alias-color-caution-dark",
3374
+ "value": "hsl(38, 100%, 40%)",
3375
+ "attributes": {},
3376
+ "inherits": [
3377
+ "color.base.orange.400"
3378
+ ],
3379
+ "inheritedBy": [
3380
+ "color.background.button.caution.base"
3381
+ ]
3382
+ },
3383
+ "ok": {
3384
+ "path": "alias.color.ok",
3385
+ "name": "AliasColorOk",
3386
+ "code": "$alias-color-ok",
3387
+ "variable": "alias-color-ok",
3388
+ "value": "hsl(138, 60%, 40%)",
3389
+ "attributes": {
3390
+ "tailwind": [
3391
+ "colors.ok"
3392
+ ]
3393
+ },
3394
+ "inherits": [
3395
+ "color.base.green.default"
3396
+ ],
3397
+ "inheritedBy": [
3398
+ "color.background.button.ok.base",
3399
+ "color.border.button.ok.discreet",
3400
+ "color.font.button.ok.discreet"
3401
+ ]
3402
+ },
3403
+ "info": {
3404
+ "path": "alias.color.info",
3405
+ "name": "AliasColorInfo",
3406
+ "code": "$alias-color-info",
3407
+ "variable": "alias-color-info",
3408
+ "value": "hsl(206deg, 60%, 60%)",
3409
+ "attributes": {
3410
+ "tailwind": [
3411
+ "colors.info"
3412
+ ]
3413
+ },
3414
+ "inherits": [
3415
+ "color.base.blue.600"
3416
+ ]
3417
+ },
3418
+ "background": {
3419
+ "base": {
3420
+ "path": "alias.color.background.base",
3421
+ "name": "AliasColorBackgroundBase",
3422
+ "code": "$alias-color-background-base",
3423
+ "variable": "alias-color-background-base",
3424
+ "value": "hsl(206deg, 7%, 13%)",
3425
+ "attributes": {
3426
+ "tailwind": [
3427
+ "backgroundColor.base"
3428
+ ]
3429
+ },
3430
+ "inherits": [
3431
+ "color.base.blue-gray.130"
3432
+ ],
3433
+ "inheritedBy": [
3434
+ "color.background.input.default"
3435
+ ]
3436
+ },
3437
+ "secondary": {
3438
+ "path": "alias.color.background.secondary",
3439
+ "name": "AliasColorBackgroundSecondary",
3440
+ "code": "$alias-color-background-secondary",
3441
+ "variable": "alias-color-background-secondary",
3442
+ "value": "hsl(206deg, 10%, 16%)",
3443
+ "attributes": {
3444
+ "tailwind": [
3445
+ "backgroundColor.secondary"
3446
+ ]
3447
+ },
3448
+ "inherits": [
3449
+ "color.base.blue-gray.160"
3450
+ ],
3451
+ "inheritedBy": [
3452
+ "color.background.block.footer"
3453
+ ]
3454
+ },
3455
+ "tertiary": {
3456
+ "path": "alias.color.background.tertiary",
3457
+ "name": "AliasColorBackgroundTertiary",
3458
+ "code": "$alias-color-background-tertiary",
3459
+ "variable": "alias-color-background-tertiary",
3460
+ "value": "hsl(206deg, 9%, 20%)",
3461
+ "attributes": {
3462
+ "tailwind": [
3463
+ "backgroundColor.tertiary"
3464
+ ]
3465
+ },
3466
+ "inherits": [
3467
+ "color.base.blue-gray.200"
3468
+ ],
3469
+ "inheritedBy": [
3470
+ "color.background.block.content"
3471
+ ]
3472
+ },
3473
+ "quarternary": {
3474
+ "path": "alias.color.background.quarternary",
3475
+ "name": "AliasColorBackgroundQuarternary",
3476
+ "code": "$alias-color-background-quarternary",
3477
+ "variable": "alias-color-background-quarternary",
3478
+ "value": "hsl(206deg, 8%, 23%)",
3479
+ "attributes": {
3480
+ "tailwind": [
3481
+ "backgroundColor.quarternary"
3482
+ ]
3483
+ },
3484
+ "inherits": [
3485
+ "color.base.blue-gray.230"
3486
+ ],
3487
+ "inheritedBy": [
3488
+ "color.background.block.header",
3489
+ "color.background.button.secondary.base",
3490
+ "color.background.input.focus"
3491
+ ]
3492
+ },
3493
+ "quinary": {
3494
+ "path": "alias.color.background.quinary",
3495
+ "name": "AliasColorBackgroundQuinary",
3496
+ "code": "$alias-color-background-quinary",
3497
+ "variable": "alias-color-background-quinary",
3498
+ "value": "hsl(206deg, 6%, 35%)",
3499
+ "attributes": {
3500
+ "tailwind": [
3501
+ "backgroundColor.quinary"
3502
+ ]
3503
+ },
3504
+ "inherits": [
3505
+ "color.base.blue-gray.350"
3506
+ ],
3507
+ "inheritedBy": [
3508
+ "color.background.switch.track.inactive"
3509
+ ]
3510
+ },
3511
+ "elevation": {
3512
+ "negative": {
3513
+ "path": "alias.color.background.elevation.negative",
3514
+ "name": "AliasColorBackgroundElevationNegative",
3515
+ "code": "$alias-color-background-elevation-negative",
3516
+ "variable": "alias-color-background-elevation-negative",
3517
+ "value": "rgba(0, 0, 0, .4)",
3518
+ "attributes": {
3519
+ "tailwind": [
3520
+ "backgroundColor.elevation-negative"
3521
+ ]
3522
+ },
3523
+ "inherits": [
3524
+ "color.base.translucent.dark.40"
3525
+ ]
3526
+ }
3527
+ },
3528
+ "overlay": {
3529
+ "blocked": {
3530
+ "path": "alias.color.background.overlay.blocked",
3531
+ "name": "AliasColorBackgroundOverlayBlocked",
3532
+ "code": "$alias-color-background-overlay-blocked",
3533
+ "variable": "alias-color-background-overlay-blocked",
3534
+ "value": "rgba(0, 0, 0, .4)",
3535
+ "attributes": {
3536
+ "tailwind": [
3537
+ "backgroundColor.overlay-blocked"
3538
+ ]
3539
+ },
3540
+ "inherits": [
3541
+ "color.base.translucent.dark.40"
3542
+ ]
3543
+ },
3544
+ "popup": {
3545
+ "path": "alias.color.background.overlay.popup",
3546
+ "name": "AliasColorBackgroundOverlayPopup",
3547
+ "code": "$alias-color-background-overlay-popup",
3548
+ "variable": "alias-color-background-overlay-popup",
3549
+ "value": "rgba(0, 0, 0, .4)",
3550
+ "attributes": {
3551
+ "tailwind": [
3552
+ "backgroundColor.overlay-popup"
3553
+ ]
3554
+ },
3555
+ "inherits": [
3556
+ "color.base.translucent.dark.60"
3557
+ ]
3558
+ }
3559
+ },
3560
+ "highlight": {
3561
+ "25": {
3562
+ "path": "alias.color.background.highlight.25",
3563
+ "name": "AliasColorBackgroundHighlight25",
3564
+ "code": "$alias-color-background-highlight-25",
3565
+ "variable": "alias-color-background-highlight-25",
3566
+ "value": "rgba(255, 255, 255, .25)",
3567
+ "attributes": {},
3568
+ "inherits": [
3569
+ "color.base.translucent.light.25"
3570
+ ],
3571
+ "inheritedBy": [
3572
+ "color.background.switch.highlight"
3573
+ ]
3574
+ }
3575
+ }
3576
+ }
3577
+ }
3578
+ },
3579
+ "opacity": {
3580
+ "base": {
3581
+ "disabled": {
3582
+ "path": "opacity.base.disabled",
3583
+ "name": "OpacityBaseDisabled",
3584
+ "code": "$opacity-base-disabled",
3585
+ "variable": "opacity-base-disabled",
3586
+ "value": 0.5,
3587
+ "attributes": {},
3588
+ "inherits": []
3589
+ }
3590
+ }
3591
+ },
3592
+ "shadow": {
3593
+ "base": {
3594
+ "sm": {
3595
+ "path": "shadow.base.sm",
3596
+ "name": "ShadowBaseSm",
3597
+ "code": "$shadow-base-sm",
3598
+ "variable": "shadow-base-sm",
3599
+ "value": "0 0 0 2px rgba(0, 0, 0, .05)",
3600
+ "attributes": {
3601
+ "tailwind": [
3602
+ "boxShadow.xs"
3603
+ ]
3604
+ },
3605
+ "inherits": [
3606
+ "color.base.translucent.dark.05"
3607
+ ]
3608
+ },
3609
+ "default": {
3610
+ "path": "shadow.base.default",
3611
+ "name": "ShadowBaseDefault",
3612
+ "code": "$shadow-base-default",
3613
+ "variable": "shadow-base-default",
3614
+ "value": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgba(0, 0, 0, .1)",
3615
+ "attributes": {
3616
+ "tailwind": [
3617
+ "boxShadow.default"
3618
+ ]
3619
+ },
3620
+ "inherits": [
3621
+ "color.base.translucent.dark.10"
3622
+ ]
3623
+ },
3624
+ "md": {
3625
+ "path": "shadow.base.md",
3626
+ "name": "ShadowBaseMd",
3627
+ "code": "$shadow-base-md",
3628
+ "variable": "shadow-base-md",
3629
+ "value": "0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1)",
3630
+ "attributes": {
3631
+ "tailwind": [
3632
+ "boxShadow.md"
3633
+ ]
3634
+ },
3635
+ "inherits": [
3636
+ "color.base.translucent.dark.10",
3637
+ "color.base.translucent.dark.10"
3638
+ ]
3639
+ },
3640
+ "lg": {
3641
+ "path": "shadow.base.lg",
3642
+ "name": "ShadowBaseLg",
3643
+ "code": "$shadow-base-lg",
3644
+ "variable": "shadow-base-lg",
3645
+ "value": "0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)",
3646
+ "attributes": {
3647
+ "tailwind": [
3648
+ "boxShadow.lg"
3649
+ ]
3650
+ },
3651
+ "inherits": [
3652
+ "color.base.translucent.dark.10",
3653
+ "color.base.translucent.dark.10"
3654
+ ]
3655
+ },
3656
+ "xl": {
3657
+ "path": "shadow.base.xl",
3658
+ "name": "ShadowBaseXl",
3659
+ "code": "$shadow-base-xl",
3660
+ "variable": "shadow-base-xl",
3661
+ "value": "0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1)",
3662
+ "attributes": {
3663
+ "tailwind": [
3664
+ "boxShadow.xl"
3665
+ ]
3666
+ },
3667
+ "inherits": [
3668
+ "color.base.translucent.dark.10",
3669
+ "color.base.translucent.dark.10"
3670
+ ]
3671
+ },
3672
+ "2xl": {
3673
+ "path": "shadow.base.2xl",
3674
+ "name": "ShadowBase2xl",
3675
+ "code": "$shadow-base-2xl",
3676
+ "variable": "shadow-base-2xl",
3677
+ "value": "0 25px 50px -12px rgba(0, 0, 0, .25)",
3678
+ "attributes": {
3679
+ "tailwind": [
3680
+ "boxShadow.2xl"
3681
+ ]
3682
+ },
3683
+ "inherits": [
3684
+ "color.base.translucent.dark.25"
3685
+ ]
3686
+ },
3687
+ "inner": {
3688
+ "path": "shadow.base.inner",
3689
+ "name": "ShadowBaseInner",
3690
+ "code": "$shadow-base-inner",
3691
+ "variable": "shadow-base-inner",
3692
+ "value": "inset 0 2px 4px 0 rgba(0, 0, 0, .05)",
3693
+ "attributes": {
3694
+ "tailwind": [
3695
+ "boxShadow.inner"
3696
+ ]
3697
+ },
3698
+ "inherits": [
3699
+ "color.base.translucent.dark.05"
3700
+ ]
3701
+ }
3702
+ },
3703
+ "switch": {
3704
+ "thumb": {
3705
+ "disabled": {
3706
+ "path": "shadow.switch.thumb.disabled",
3707
+ "name": "ShadowSwitchThumbDisabled",
3708
+ "code": "$shadow-switch-thumb-disabled",
3709
+ "variable": "shadow-switch-thumb-disabled",
3710
+ "value": "inset 0 0 0 2px rgba(0, 0, 0, .4)",
3711
+ "attributes": {},
3712
+ "inherits": [
3713
+ "color.base.translucent.dark.40"
3714
+ ]
3715
+ },
3716
+ "focused": {
3717
+ "path": "shadow.switch.thumb.focused",
3718
+ "name": "ShadowSwitchThumbFocused",
3719
+ "code": "$shadow-switch-thumb-focused",
3720
+ "variable": "shadow-switch-thumb-focused",
3721
+ "value": "0 0 0 2px var(--alias-color-brand-primary)",
3722
+ "attributes": {},
3723
+ "inherits": []
3724
+ }
3725
+ }
3726
+ }
3727
+ },
3728
+ "size": {
3729
+ "button": {
3730
+ "height": {
3731
+ "path": "size.button.height",
3732
+ "name": "SizeButtonHeight",
3733
+ "code": "$size-button-height",
3734
+ "variable": "size-button-height",
3735
+ "value": "2.5rem",
3736
+ "attributes": {},
3737
+ "inherits": [
3738
+ "spacing.base.10"
3739
+ ]
3740
+ }
3741
+ },
3742
+ "input": {
3743
+ "height": {
3744
+ "path": "size.input.height",
3745
+ "name": "SizeInputHeight",
3746
+ "code": "$size-input-height",
3747
+ "variable": "size-input-height",
3748
+ "value": "2.5rem",
3749
+ "attributes": {},
3750
+ "inherits": [
3751
+ "spacing.base.10"
3752
+ ]
3753
+ }
3754
+ }
3755
+ },
3756
+ "transition": {
3757
+ "base": {
3758
+ "duration": {
3759
+ "default": {
3760
+ "path": "transition.base.duration.default",
3761
+ "name": "TransitionBaseDurationDefault",
3762
+ "code": "$transition-base-duration-default",
3763
+ "variable": "transition-base-duration-default",
3764
+ "value": ".25s",
3765
+ "attributes": {},
3766
+ "inherits": []
3767
+ },
3768
+ "slow": {
3769
+ "path": "transition.base.duration.slow",
3770
+ "name": "TransitionBaseDurationSlow",
3771
+ "code": "$transition-base-duration-slow",
3772
+ "variable": "transition-base-duration-slow",
3773
+ "value": ".75s",
3774
+ "attributes": {},
3775
+ "inherits": []
3776
+ }
3777
+ },
3778
+ "easing": {
3779
+ "default": {
3780
+ "path": "transition.base.easing.default",
3781
+ "name": "TransitionBaseEasingDefault",
3782
+ "code": "$transition-base-easing-default",
3783
+ "variable": "transition-base-easing-default",
3784
+ "value": "ease",
3785
+ "attributes": {},
3786
+ "inherits": []
3787
+ },
3788
+ "in-out": {
3789
+ "path": "transition.base.easing.in-out",
3790
+ "name": "TransitionBaseEasingIn-out",
3791
+ "code": "$transition-base-easing-in-out",
3792
+ "variable": "transition-base-easing-in-out",
3793
+ "value": "ease-in-out",
3794
+ "attributes": {},
3795
+ "inherits": []
3796
+ }
3797
+ }
3798
+ }
3799
+ }
3800
+ };
3801
+ export default tokenMap;