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