@okshaun/components 1.0.2 → 2.0.1

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 (129) hide show
  1. package/dist/.mcp.json +2 -5
  2. package/dist/icon-metadata.json +5173 -0
  3. package/dist/index.js +17118 -9339
  4. package/dist/index.js.map +1 -1
  5. package/dist/panda.buildinfo.json +696 -0
  6. package/dist/playroom-static.css +187432 -0
  7. package/dist/{preset-DCCViEDs.js → preset-Df8i1OIQ.js} +3651 -2776
  8. package/dist/preset-Df8i1OIQ.js.map +1 -0
  9. package/dist/preset.js +1 -1
  10. package/dist/specs/color-palette.json +22 -1
  11. package/dist/specs/patterns.json +0 -16
  12. package/dist/specs/recipes.json +411 -239
  13. package/dist/specs/semantic-tokens.json +347 -146
  14. package/dist/specs/text-styles.json +72 -0
  15. package/dist/specs/tokens.json +267 -67
  16. package/dist/sprite.svg +1 -1
  17. package/dist/sprite.symbol.html +6662 -320
  18. package/dist/styles.css +36925 -5
  19. package/dist/svgs/calendar-lock.svg +1 -0
  20. package/dist/svgs/computer.svg +1 -0
  21. package/dist/svgs/cookie.svg +1 -0
  22. package/dist/svgs/folder-check.svg +1 -0
  23. package/dist/svgs/folder-copy.svg +1 -0
  24. package/dist/svgs/folder-dashed.svg +1 -0
  25. package/dist/svgs/folder-open.svg +1 -0
  26. package/dist/svgs/folder-topic.svg +1 -0
  27. package/dist/svgs/folder.svg +1 -0
  28. package/dist/svgs/mobile.svg +1 -0
  29. package/dist/svgs/numpad.svg +1 -0
  30. package/dist/svgs/phone.svg +1 -0
  31. package/dist/svgs/qr-code.svg +1 -0
  32. package/dist/svgs/sparkle.svg +1 -0
  33. package/dist/svgs/trolley.svg +1 -0
  34. package/dist/types/index.d.ts +837 -337
  35. package/package.json +49 -24
  36. package/src/recipes/avatar.ts +98 -98
  37. package/src/recipes/badge.ts +22 -39
  38. package/src/recipes/box.ts +1 -7
  39. package/src/recipes/breadcrumbs.ts +42 -25
  40. package/src/recipes/button.ts +201 -105
  41. package/src/recipes/card.ts +5 -1
  42. package/src/recipes/checkbox.ts +23 -24
  43. package/src/recipes/checkboxInput.ts +25 -0
  44. package/src/recipes/chip.ts +35 -37
  45. package/src/recipes/code.ts +4 -4
  46. package/src/recipes/datePicker.ts +212 -0
  47. package/src/recipes/divider.ts +38 -32
  48. package/src/recipes/formField.ts +41 -23
  49. package/src/recipes/highlightText.ts +14 -0
  50. package/src/recipes/icon.ts +13 -0
  51. package/src/recipes/list.ts +14 -0
  52. package/src/recipes/listItem.ts +310 -0
  53. package/src/recipes/listItemGroup.ts +62 -0
  54. package/src/recipes/menu.ts +90 -163
  55. package/src/recipes/modal.ts +55 -25
  56. package/src/recipes/radio.ts +29 -20
  57. package/src/recipes/radioInput.ts +25 -0
  58. package/src/recipes/recipes-regular.ts +14 -0
  59. package/src/recipes/recipes-slot.ts +19 -0
  60. package/src/recipes/select.ts +1 -1
  61. package/src/recipes/spinner.ts +49 -23
  62. package/src/recipes/tag.ts +80 -84
  63. package/src/recipes/text.ts +18 -10
  64. package/src/recipes/textInput.ts +205 -0
  65. package/src/recipes/textarea.ts +65 -138
  66. package/src/recipes/themeSwitcher.ts +3 -3
  67. package/src/recipes/timePicker.ts +199 -0
  68. package/src/recipes/toggle.ts +72 -99
  69. package/src/recipes/toggleInput.ts +26 -0
  70. package/src/recipes/tooltip.ts +52 -343
  71. package/src/styles/index.css +1 -1
  72. package/src/styles/primitives/borders.ts +7 -1
  73. package/src/styles/primitives/colors.ts +51 -0
  74. package/src/styles/primitives/fontSizes.ts +1 -0
  75. package/src/styles/primitives/index.ts +2 -1
  76. package/src/styles/primitives/shadows.ts +28 -37
  77. package/src/styles/primitives/sizes.ts +1 -0
  78. package/src/styles/primitives/zIndex.ts +17 -0
  79. package/src/styles/semantics/colors.ts +137 -82
  80. package/src/styles/semantics/index.ts +1 -0
  81. package/src/styles/semantics/shadows.ts +27 -16
  82. package/src/styles/semantics/zIndex.ts +18 -0
  83. package/src/styles/utilities/breakpoints.ts +6 -6
  84. package/src/styles/utilities/index.ts +3 -0
  85. package/src/styles/utilities/textStyles.ts +70 -0
  86. package/src/utils/splitProps.ts +3 -3
  87. package/dist/preset-DCCViEDs.js.map +0 -1
  88. package/dist/styles/global.css +0 -148
  89. package/dist/styles/recipes/avatar.css +0 -185
  90. package/dist/styles/recipes/badge.css +0 -85
  91. package/dist/styles/recipes/breadcrumbs.css +0 -38
  92. package/dist/styles/recipes/button.css +0 -195
  93. package/dist/styles/recipes/card.css +0 -57
  94. package/dist/styles/recipes/checkbox-input.css +0 -12
  95. package/dist/styles/recipes/checkbox.css +0 -90
  96. package/dist/styles/recipes/chip.css +0 -137
  97. package/dist/styles/recipes/code.css +0 -12
  98. package/dist/styles/recipes/divider.css +0 -40
  99. package/dist/styles/recipes/form-field.css +0 -39
  100. package/dist/styles/recipes/heading.css +0 -40
  101. package/dist/styles/recipes/icon-button.css +0 -181
  102. package/dist/styles/recipes/label.css +0 -14
  103. package/dist/styles/recipes/link.css +0 -49
  104. package/dist/styles/recipes/menu.css +0 -141
  105. package/dist/styles/recipes/modal.css +0 -99
  106. package/dist/styles/recipes/pre.css +0 -16
  107. package/dist/styles/recipes/radio-input.css +0 -7
  108. package/dist/styles/recipes/radio.css +0 -82
  109. package/dist/styles/recipes/select.css +0 -103
  110. package/dist/styles/recipes/spinner.css +0 -36
  111. package/dist/styles/recipes/tag.css +0 -27
  112. package/dist/styles/recipes/text.css +0 -46
  113. package/dist/styles/recipes/textarea.css +0 -91
  114. package/dist/styles/recipes/textinput.css +0 -87
  115. package/dist/styles/recipes/theme-switcher.css +0 -53
  116. package/dist/styles/recipes/toggle-input.css +0 -12
  117. package/dist/styles/recipes/toggle.css +0 -125
  118. package/dist/styles/recipes/tooltip.css +0 -133
  119. package/dist/styles/recipes.css +0 -30
  120. package/dist/styles/reset.css +0 -1
  121. package/dist/styles/tokens.css +0 -1016
  122. package/dist/styles/utilities.css +0 -1694
  123. package/src/recipes/checkboxinput.ts +0 -15
  124. package/src/recipes/index.ts +0 -28
  125. package/src/recipes/radioinput.ts +0 -12
  126. package/src/recipes/textinput.ts +0 -100
  127. package/src/recipes/toggleinput.ts +0 -16
  128. package/src/utils/injectSprite.ts +0 -36
  129. package/src/utils/spriteContent.ts +0 -4
@@ -0,0 +1,696 @@
1
+ {
2
+ "schemaVersion": "1.8.1",
3
+ "styles": {
4
+ "atomic": [
5
+ "display]___[value:grid",
6
+ "gridTemplateColumns]___[value:1fr 3fr",
7
+ "gap]___[value:40",
8
+ "width]___[value:full",
9
+ "borderTopWidth]___[value:1",
10
+ "borderTopStyle]___[value:solid",
11
+ "borderColor]___[value:border",
12
+ "paddingBlock]___[value:24",
13
+ "paddingBottom]___[value:96",
14
+ "display]___[value:flex",
15
+ "paddingBlock]___[value:4",
16
+ "background]___[value:surface.sunken",
17
+ "marginBottom]___[value:56",
18
+ "position]___[value:sticky",
19
+ "top]___[value:0",
20
+ "zIndex]___[value:1000",
21
+ "boxShadow]___[value:elevated",
22
+ "position]___[value:relative",
23
+ "width]___[value:100%",
24
+ "maxWidth]___[value:5xl",
25
+ "marginInline]___[value:auto",
26
+ "paddingInline]___[value:24",
27
+ "paddingInline]___[value:32]___[cond:md",
28
+ "paddingInline]___[value:48]___[cond:lg",
29
+ "alignItems]___[value:center",
30
+ "justifyContent]___[value:space-between",
31
+ "gap]___[value:8px",
32
+ "flexDirection]___[value:row",
33
+ "alignItems]___[value:flex-start",
34
+ "letterSpacing]___[value:widest",
35
+ "textTransform]___[value:uppercase",
36
+ "fontWeight]___[value:bold",
37
+ "flexDirection]___[value:column",
38
+ "gap]___[value:8",
39
+ "gap]___[value:24",
40
+ "gap]___[value:10",
41
+ "paddingInlineStart]___[value:2",
42
+ "paddingInlineEnd]___[value:2",
43
+ "paddingInlineStart]___[value:3",
44
+ "paddingInlineEnd]___[value:3",
45
+ "paddingInlineStart]___[value:5",
46
+ "paddingInlineEnd]___[value:5",
47
+ "paddingInlineStart]___[value:7",
48
+ "paddingInlineEnd]___[value:7",
49
+ "padding]___[value:16",
50
+ "cursor]___[value:pointer",
51
+ "transition]___[value:all",
52
+ "background]___[value:surface]___[cond:_hover",
53
+ "boxShadow]___[value:elevated]___[cond:_hover",
54
+ "background]___[value:surface]___[cond:_focusVisible",
55
+ "boxShadow]___[value:elevated]___[cond:_focusVisible",
56
+ "borderWidth]___[value:1]___[cond:_focusVisible",
57
+ "outlineColor]___[value:border.focused]___[cond:_focusVisible",
58
+ "borderColor]___[value:border.focused]___[cond:_focusVisible",
59
+ "boxShadow]___[value:raised]___[cond:_disabled<___>_hover",
60
+ "boxShadow]___[value:none]___[cond:_disabled<___>_hover",
61
+ "textAlign]___[value:left",
62
+ "width]___[value:280",
63
+ "width]___[value:xs",
64
+ "marginTop]___[value:12",
65
+ "padding]___[value:12",
66
+ "borderRadius]___[value:8",
67
+ "marginTop]___[value:8",
68
+ "fontSize]___[value:14",
69
+ "color]___[value:text.subtlest",
70
+ "color]___[value:text.brand",
71
+ "marginBottom]___[value:8",
72
+ "fontWeight]___[value:medium",
73
+ "paddingInlineStart]___[value:[calc({sizes.24} + {sizes.2})]",
74
+ "paddingInlineEnd]___[value:[calc({sizes.24} + {sizes.2})]",
75
+ "paddingInlineStart]___[value:[calc({sizes.24} + {sizes.7})]",
76
+ "paddingInlineEnd]___[value:[calc({sizes.24} + {sizes.7})]",
77
+ "paddingInlineStart]___[value:[calc({sizes.24} + {sizes.10})]",
78
+ "paddingInlineEnd]___[value:[calc({sizes.24} + {sizes.10})]",
79
+ "paddingInlineStart]___[value:[calc({sizes.32} + {sizes.10})]",
80
+ "paddingInlineEnd]___[value:[calc({sizes.32} + {sizes.10})]",
81
+ "paddingInlineStart]___[value:9",
82
+ "paddingInlineEnd]___[value:9",
83
+ "gap]___[value:4",
84
+ "gap]___[value:6",
85
+ "gap]___[value:2",
86
+ "gap]___[value:3",
87
+ "marginLeft]___[value:-8",
88
+ "marginLeft]___[value:0",
89
+ "width]___[value:80",
90
+ "fontWeight]___[value:500",
91
+ "fontWeight]___[value:600",
92
+ "fontSize]___[value:12",
93
+ "color]___[value:text",
94
+ "color]___[value:text.subtle",
95
+ "alignItems]___[value:baseline",
96
+ "background]___[value:bg.success.bold",
97
+ "background]___[value:bg.danger.bold",
98
+ "background]___[value:bg.neutral.bold",
99
+ "background]___[value:bg.brand.bold",
100
+ "color]___[value:icon.inverse",
101
+ "opacity]___[value:1",
102
+ "opacity]___[value:0",
103
+ "fill]___[value:icon.inverse",
104
+ "gap]___[value:16",
105
+ "gap]___[value:12",
106
+ "minWidth]___[value:16",
107
+ "height]___[value:fit",
108
+ "minWidth]___[value:20",
109
+ "minWidth]___[value:24",
110
+ "marginInline]___[value:16",
111
+ "width]___[value:fit",
112
+ "flexWrap]___[value:wrap",
113
+ "gap]___[value:1",
114
+ "color]___[value:text.muted",
115
+ "textStyle]___[value:mono.xs",
116
+ "gridTemplateColumns]___[value:auto auto auto",
117
+ "animationName]___[value:badgePop",
118
+ "animationDuration]___[value:normal",
119
+ "animationTimingFunction]___[value:default",
120
+ "animationName]___[value:badgePopStandalone",
121
+ "borderWidth]___[value:1",
122
+ "maxWidth]___[value:prose",
123
+ "background]___[value:bg.neutral.subtle",
124
+ "color]___[value:link",
125
+ "textDecoration]___[value:underline",
126
+ "maxWidth]___[value:sm",
127
+ "appearance]___[value:bold",
128
+ "background]___[value:bg.neutral",
129
+ "color]___[value:text.inverse",
130
+ "background]___[value:bg.neutral.boldest",
131
+ "color]___[value:red.70",
132
+ "color]___[value:red.20]___[cond:_dark",
133
+ "background]___[value:red.20",
134
+ "background]___[value:red.100]___[cond:_dark",
135
+ "color]___[value:red.10",
136
+ "color]___[value:red.100]___[cond:_dark",
137
+ "background]___[value:red.60",
138
+ "background]___[value:red.40]___[cond:_dark",
139
+ "color]___[value:orange.70",
140
+ "color]___[value:orange.20]___[cond:_dark",
141
+ "background]___[value:orange.20",
142
+ "background]___[value:orange.100]___[cond:_dark",
143
+ "color]___[value:orange.10",
144
+ "color]___[value:orange.100]___[cond:_dark",
145
+ "background]___[value:orange.60",
146
+ "background]___[value:orange.50]___[cond:_dark",
147
+ "color]___[value:yellow.80",
148
+ "color]___[value:yellow.50]___[cond:_dark",
149
+ "background]___[value:yellow.20",
150
+ "background]___[value:yellow.90]___[cond:_dark",
151
+ "color]___[value:yellow.100",
152
+ "color]___[value:yellow.100]___[cond:_dark",
153
+ "background]___[value:yellow.40",
154
+ "background]___[value:yellow.60]___[cond:_dark",
155
+ "color]___[value:lime.70",
156
+ "color]___[value:lime.20]___[cond:_dark",
157
+ "background]___[value:lime.20",
158
+ "background]___[value:lime.90]___[cond:_dark",
159
+ "color]___[value:lime.10",
160
+ "color]___[value:lime.100]___[cond:_dark",
161
+ "background]___[value:lime.60",
162
+ "background]___[value:lime.40]___[cond:_dark",
163
+ "color]___[value:green.70",
164
+ "color]___[value:green.20]___[cond:_dark",
165
+ "background]___[value:green.20",
166
+ "background]___[value:green.90]___[cond:_dark",
167
+ "color]___[value:gray.10",
168
+ "color]___[value:green.100]___[cond:_dark",
169
+ "background]___[value:green.70",
170
+ "background]___[value:green.40]___[cond:_dark",
171
+ "color]___[value:teal.80",
172
+ "color]___[value:teal.20]___[cond:_dark",
173
+ "background]___[value:teal.20",
174
+ "background]___[value:teal.90]___[cond:_dark",
175
+ "color]___[value:teal.10",
176
+ "color]___[value:teal.100]___[cond:_dark",
177
+ "background]___[value:teal.60",
178
+ "background]___[value:teal.50]___[cond:_dark",
179
+ "color]___[value:blue.70",
180
+ "color]___[value:blue.20]___[cond:_dark",
181
+ "background]___[value:blue.20",
182
+ "background]___[value:blue.90]___[cond:_dark",
183
+ "color]___[value:blue.10",
184
+ "color]___[value:blue.10]___[cond:_dark",
185
+ "background]___[value:blue.50",
186
+ "background]___[value:blue.70]___[cond:_dark",
187
+ "color]___[value:indigo.70",
188
+ "color]___[value:indigo.20]___[cond:_dark",
189
+ "background]___[value:indigo.20",
190
+ "background]___[value:indigo.90]___[cond:_dark",
191
+ "color]___[value:indigo.10",
192
+ "color]___[value:indigo.10]___[cond:_dark",
193
+ "background]___[value:indigo.60",
194
+ "background]___[value:indigo.70]___[cond:_dark",
195
+ "color]___[value:purple.70",
196
+ "color]___[value:purple.20]___[cond:_dark",
197
+ "background]___[value:purple.20",
198
+ "background]___[value:purple.90]___[cond:_dark",
199
+ "color]___[value:purple.10",
200
+ "color]___[value:purple.10]___[cond:_dark",
201
+ "background]___[value:purple.60",
202
+ "background]___[value:purple.80]___[cond:_dark",
203
+ "color]___[value:magenta.80",
204
+ "color]___[value:magenta.20]___[cond:_dark",
205
+ "background]___[value:magenta.20",
206
+ "background]___[value:magenta.90]___[cond:_dark",
207
+ "color]___[value:magenta.10",
208
+ "color]___[value:magenta.10]___[cond:_dark",
209
+ "background]___[value:magenta.70",
210
+ "background]___[value:magenta.70]___[cond:_dark",
211
+ "color]___[value:tan.70",
212
+ "color]___[value:tan.20]___[cond:_dark",
213
+ "background]___[value:tan.20",
214
+ "background]___[value:tan.80]___[cond:_dark",
215
+ "color]___[value:tan.90]___[cond:_dark",
216
+ "background]___[value:tan.60",
217
+ "background]___[value:tan.40]___[cond:_dark",
218
+ "gap]___[value:56",
219
+ "justifyContent]___[value:flex-end",
220
+ "textStyle]___[value:mono.md",
221
+ "marginRight]___[value:16",
222
+ "textStyle]___[value:heading.sm",
223
+ "gridColumn]___[value:1 / -1",
224
+ "gridTemplateColumns]___[value:auto 1fr",
225
+ "columnGap]___[value:12",
226
+ "rowGap]___[value:32",
227
+ "gap]___[value:0",
228
+ "justifyContent]___[value:center",
229
+ "padding]___[value:40",
230
+ "overflow]___[value:hidden",
231
+ "gridTemplateColumns]___[value:repeat(3, 1fr)",
232
+ "width]___[value:4xl",
233
+ "color]___[value:blue.50",
234
+ "aspectRatio]___[value:wide",
235
+ "background]___[value:blue.60",
236
+ "width]___[value:64",
237
+ "height]___[value:64",
238
+ "borderRadius]___[value:100",
239
+ "flexShrink]___[value:0",
240
+ "marginTop]___[value:16",
241
+ "padding]___[value:24",
242
+ "background]___[value:bg.accent.tan.subtlest",
243
+ "display]___[value:inline-flex",
244
+ "paddingLeft]___[value:24",
245
+ "paddingInlineStart]___[value:4",
246
+ "paddingInlineEnd]___[value:4",
247
+ "gap]___[value:20",
248
+ "maxWidth]___[value:md",
249
+ "gridTemplateColumns]___[value:auto auto",
250
+ "maxWidth]___[value:lg",
251
+ "maxWidth]___[value:2xl",
252
+ "background]___[value:transparent",
253
+ "flex]___[value:1",
254
+ "textAlign]___[value:center",
255
+ "userSelect]___[value:none",
256
+ "display]___[value:contents",
257
+ "color]___[value:text.disabled",
258
+ "color]___[value:text.placeholder",
259
+ "width]___[value:md",
260
+ "height]___[value:96",
261
+ "padding]___[value:80",
262
+ "transitionProperty]___[value:transform",
263
+ "transitionDuration]___[value:normal",
264
+ "transitionTimingFunction]___[value:default",
265
+ "transform]___[value:rotate(180deg)]___[cond:&[data-open=\"true\"]",
266
+ "offset]___[value:4",
267
+ "maxWidth]___[value:xl",
268
+ "color]___[value:text.danger",
269
+ "textStyle]___[value:body.xs",
270
+ "lineHeight]___[value:tight",
271
+ "gridColumn]___[value:2 / 3",
272
+ "fill]___[value:icon.decorative.subtle",
273
+ "alignItems]___[value:start",
274
+ "gap]___[value:32",
275
+ "maxWidth]___[value:6xl",
276
+ "paddingBlock]___[value:20",
277
+ "paddingInline]___[value:8",
278
+ "borderRadius]___[value:4",
279
+ "color]___[value:text.success",
280
+ "gridTemplateColumns]___[value:repeat(2, minmax(0, 1fr))",
281
+ "gridTemplateColumns]___[value:repeat(4, minmax(0, 1fr))]___[cond:md",
282
+ "justifyContent]___[value:start",
283
+ "paddingInline]___[value:12",
284
+ "paddingBlock]___[value:12",
285
+ "zIndex]___[value:1",
286
+ "top]___[value:28",
287
+ "boxShadow]___[value:raised",
288
+ "marginRight]___[value:auto",
289
+ "color]___[value:text.accent.gold",
290
+ "fill]___[value:icon.success",
291
+ "fill]___[value:icon.danger",
292
+ "gap]___[value:14",
293
+ "fill]___[value:link",
294
+ "minWidth]___[value:2xs",
295
+ "minWidth]___[value:lg",
296
+ "marginRight]___[value:4",
297
+ "marginLeft]___[value:auto",
298
+ "width]___[value:264",
299
+ "maxWidth]___[value:264",
300
+ "minWidth]___[value:180",
301
+ "minWidth]___[value:248",
302
+ "justifyItems]___[value:end",
303
+ "alignItems]___[value:stretch",
304
+ "minWidth]___[value:3xl",
305
+ "height]___[value:2xl",
306
+ "background]___[value:surface",
307
+ "paddingBlock]___[value:16",
308
+ "height]___[value:lg",
309
+ "boxShadow]___[value:overlay",
310
+ "textStyle]___[value:body.sm",
311
+ "fill]___[value:icon",
312
+ "textStyle]___[value:heading.xs",
313
+ "textStyle]___[value:mono.sm",
314
+ "gridTemplateColumns]___[value:1fr auto 1fr",
315
+ "marginInline]___[value:8",
316
+ "marginBlock]___[value:12",
317
+ "fill]___[value:icon.decorative",
318
+ "textStyle]___[value:heading.xs]___[cond:sm",
319
+ "width]___[value:sm",
320
+ "height]___[value:120",
321
+ "maxWidth]___[value:xs",
322
+ "fill]___[value:current",
323
+ "color]___[value:inherit",
324
+ "color]___[value:success.default",
325
+ "color]___[value:error.default",
326
+ "lineHeight]___[value:default",
327
+ "maxWidth]___[value:3xl",
328
+ "width]___[value:184",
329
+ "width]___[value:224",
330
+ "lineHeight]___[value:none",
331
+ "fill]___[value:var(--oks-colors-bg-neutral-inverse)",
332
+ "width]___[value:32",
333
+ "height]___[value:32",
334
+ "border]___[value:default",
335
+ "backgroundColor]___[value:blue.50",
336
+ "borderColor]___[value:blue.60",
337
+ "borderLeftRadius]___[value:3",
338
+ "borderRightRadius]___[value:3",
339
+ "maxWidth]___[value:full",
340
+ "hyphens]___[value:auto",
341
+ "whiteSpace]___[value:nowrap",
342
+ "padding]___[value:2",
343
+ "borderRadius]___[value:2",
344
+ "gridTemplateColumns]___[value:auto",
345
+ "columnGap]___[value:16",
346
+ "rowGap]___[value:0",
347
+ "gridAutoFlow]___[value:column",
348
+ "gridTemplateRows]___[value:auto",
349
+ "paddingBlock]___[value:2",
350
+ "paddingInline]___[value:4",
351
+ "borderColor]___[value:transparent",
352
+ "borderStyle]___[value:dashed",
353
+ "borderColor]___[value:border]___[cond:_utility",
354
+ "background]___[value:bg.accent.neutral.subtlest]___[cond:_utility",
355
+ "height]___[value:8",
356
+ "background]___[value:bg.accent.blue",
357
+ "textStyle]___[value:body.lg",
358
+ "display]___[value:inline-block",
359
+ "marginBottom]___[value:4",
360
+ "marginBottom]___[value:16",
361
+ "marginBottom]___[value:12",
362
+ "fontFamily]___[value:mono",
363
+ "whiteSpace]___[value:pre-wrap",
364
+ "color]___[value:border",
365
+ "marginBlock]___[value:32",
366
+ "gridTemplateColumns]___[value:repeat(1, minmax(0, 1fr))",
367
+ "gridTemplateColumns]___[value:repeat(2, minmax(0, 1fr))]___[cond:md",
368
+ "fill]___[value:icon.info",
369
+ "borderRadius]___[value:16",
370
+ "background]___[value:bg.surface.subtle",
371
+ "color]___[value:border.disabled",
372
+ "marginBlock]___[value:24",
373
+ "textStyle]___[value:mono.lg",
374
+ "marginBottom]___[value:32",
375
+ "color]___[value:transparent",
376
+ "marginBottom]___[value:48",
377
+ "marginBlock]___[value:48",
378
+ "textStyle]___[value:body-lg",
379
+ "borderLeftWidth]___[value:4",
380
+ "borderLeftColor]___[value:slate.20",
381
+ "borderLeftStyle]___[value:solid",
382
+ "marginBlock]___[value:8",
383
+ "marginBlock]___[value:16",
384
+ "gridTemplateColumns]___[value:repeat(3, minmax(0, 1fr))",
385
+ "listStyleType]___[value:disc",
386
+ "paddingBlock]___[value:8",
387
+ "paddingInline]___[value:16",
388
+ "background]___[value:warning.lighter",
389
+ "color]___[value:warning.dark",
390
+ "width]___[value:fit-content",
391
+ "listStyleType]___[value:decimal",
392
+ "gridTemplateColumns]___[value:repeat(3, minmax(0, 1fr))]___[cond:md",
393
+ "padding]___[value:8",
394
+ "gridColumn]___[value:span 3",
395
+ "gridTemplateColumns]___[value:auto auto 1fr",
396
+ "rowGap]___[value:16",
397
+ "gridTemplateColumns]___[value:minmax(auto, 120px) repeat(auto-fill, minmax(min(220px, 100%), 1fr))",
398
+ "columnGap]___[value:40",
399
+ "gridAutoRows]___[value:auto",
400
+ "gridTemplateColumns]___[value:subgrid",
401
+ "gridColumn]___[value:2 / -1",
402
+ "gridColumnStart]___[value:2",
403
+ "marginTop]___[value:4",
404
+ "textAlign]___[value:right",
405
+ "containerType]___[value:inline-size",
406
+ "gridTemplateColumns]___[value:repeat(2, minmax(0, 1fr))]___[cond:@/2xl",
407
+ "minHeight]___[value:120",
408
+ "maxHeight]___[value:240",
409
+ "overflowY]___[value:auto",
410
+ "zIndex]___[value:0",
411
+ "gridTemplateColumns]___[value:1fr 1fr",
412
+ "columnGap]___[value:0",
413
+ "rowGap]___[value:40",
414
+ "gridTemplateRows]___[value:repeat(5, auto)",
415
+ "gridTemplateRows]___[value:subgrid",
416
+ "gridRow]___[value:1 / -1",
417
+ "borderLeftRadius]___[value:16",
418
+ "placeContent]___[value:center",
419
+ "background]___[value:surface.raised",
420
+ "boxShadow]___[value:zero",
421
+ "borderRightRadius]___[value:16",
422
+ "boxShadow]___[value:overflow",
423
+ "width]___[value:auto",
424
+ "maxWidth]___[value:4xl",
425
+ "overflow]___[value:visible",
426
+ "background]___[value:bg.accent.neutral.subtlest",
427
+ "width]___[value:half",
428
+ "width]___[value:min",
429
+ "width]___[value:max",
430
+ "width]___[value:prose",
431
+ "gridTemplateColumns]___[value:repeat(3, auto)",
432
+ "rowGap]___[value:8",
433
+ "gridTemplateRows]___[value:repeat(8, 1fr)",
434
+ "flexGrow]___[value:0",
435
+ "fontSize]___[value:16",
436
+ "fontSize]___[value:20",
437
+ "fontSize]___[value:24",
438
+ "fontSize]___[value:32",
439
+ "fontSize]___[value:40",
440
+ "fontSize]___[value:48",
441
+ "fontSize]___[value:64",
442
+ "fontSize]___[value:72",
443
+ "fontSize]___[value:80",
444
+ "fontSize]___[value:96",
445
+ "fontWeight]___[value:light",
446
+ "fontWeight]___[value:normal",
447
+ "fontWeight]___[value:black",
448
+ "lineHeight]___[value:loose",
449
+ "letterSpacing]___[value:tighter",
450
+ "letterSpacing]___[value:tight",
451
+ "letterSpacing]___[value:normal",
452
+ "letterSpacing]___[value:wide",
453
+ "letterSpacing]___[value:wider"
454
+ ],
455
+ "recipes": {
456
+ "text": [
457
+ "family]___[value:body]___[recipe:text",
458
+ "size]___[value:16]___[recipe:text",
459
+ "family]___[value:inherit]___[recipe:text",
460
+ "allCaps]___[value:true]___[recipe:text",
461
+ "size]___[value:14]___[recipe:text",
462
+ "size]___[value:12]___[recipe:text",
463
+ "size]___[value:24]___[recipe:text",
464
+ "weight]___[value:bold]___[recipe:text",
465
+ "family]___[value:mono]___[recipe:text",
466
+ "size]___[value:32]___[recipe:text",
467
+ "weight]___[value:black]___[recipe:text"
468
+ ],
469
+ "themeSwitcher": [],
470
+ "heading": [
471
+ "level]___[value:h2]___[recipe:heading",
472
+ "level]___[value:h3]___[recipe:heading",
473
+ "level]___[value:h4]___[recipe:heading",
474
+ "level]___[value:h1]___[recipe:heading",
475
+ "allCaps]___[value:true]___[recipe:heading"
476
+ ],
477
+ "button": [
478
+ "variant]___[value:primary]___[recipe:button",
479
+ "size]___[value:md]___[recipe:button",
480
+ "variant]___[value:default]___[recipe:button",
481
+ "variant]___[value:hollow]___[recipe:button",
482
+ "variant]___[value:ghost]___[recipe:button",
483
+ "variant]___[value:selected]___[recipe:button",
484
+ "variant]___[value:danger]___[recipe:button",
485
+ "size]___[value:lg]___[recipe:button",
486
+ "iconBefore]___[value:arrow-left]___[recipe:button",
487
+ "size]___[value:sm]___[recipe:button",
488
+ "iconAfter]___[value:arrow-right]___[recipe:button",
489
+ "size]___[value:xl]___[recipe:button",
490
+ "iconBefore]___[value:alarm]___[recipe:button",
491
+ "iconBefore]___[value:plus]___[recipe:button",
492
+ "iconBefore]___[value:timer]___[recipe:button",
493
+ "variant]___[value:selectedBold]___[recipe:button",
494
+ "iconBefore]___[value:calendar]___[recipe:button",
495
+ "iconBefore]___[value:info]___[recipe:button",
496
+ "iconBefore]___[value:trash]___[recipe:button",
497
+ "iconAfter]___[value:send]___[recipe:button",
498
+ "iconAfter]___[value:arrow-square-out]___[recipe:button",
499
+ "iconAfter]___[value:download]___[recipe:button",
500
+ "iconAfter]___[value:scale]___[recipe:button",
501
+ "iconAfter]___[value:screwdriver]___[recipe:button",
502
+ "iconBefore]___[value:edit]___[recipe:button",
503
+ "iconAfter]___[value:caret-down]___[recipe:button"
504
+ ],
505
+ "iconButton": [
506
+ "variant]___[value:ghost]___[recipe:iconButton",
507
+ "size]___[value:md]___[recipe:iconButton",
508
+ "variant]___[value:primary]___[recipe:iconButton",
509
+ "size]___[value:lg]___[recipe:iconButton",
510
+ "variant]___[value:hollow]___[recipe:iconButton",
511
+ "size]___[value:sm]___[recipe:iconButton",
512
+ "variant]___[value:default]___[recipe:iconButton",
513
+ "variant]___[value:selected]___[recipe:iconButton",
514
+ "variant]___[value:danger]___[recipe:iconButton",
515
+ "variant]___[value:selectedBold]___[recipe:iconButton",
516
+ "size]___[value:xl]___[recipe:iconButton"
517
+ ],
518
+ "card": [
519
+ "variant]___[value:default]___[recipe:card",
520
+ "variant]___[value:flat]___[recipe:card",
521
+ "variant]___[value:sunken]___[recipe:card",
522
+ "variant]___[value:ghost]___[recipe:card",
523
+ "variant]___[value:overlay]___[recipe:card",
524
+ "interactive]___[value:true]___[recipe:card"
525
+ ],
526
+ "box": [],
527
+ "menu": [
528
+ "density]___[value:compact]___[recipe:menu",
529
+ "density]___[value:comfortable]___[recipe:menu",
530
+ "density]___[value:spacious]___[recipe:menu",
531
+ "panel]___[value:true]___[recipe:menu"
532
+ ],
533
+ "textInput": [
534
+ "size]___[value:md]___[recipe:textInput",
535
+ "size]___[value:lg]___[recipe:textInput",
536
+ "iconBefore]___[value:search]___[recipe:textInput",
537
+ "iconBefore]___[value:user]___[recipe:textInput",
538
+ "iconBefore]___[value:envelope]___[recipe:textInput",
539
+ "iconBefore]___[value:lock]___[recipe:textInput",
540
+ "iconAfter]___[value:check]___[recipe:textInput",
541
+ "iconAfter]___[value:at]___[recipe:textInput",
542
+ "size]___[value:sm]___[recipe:textInput",
543
+ "autoSize]___[value:true]___[recipe:textInput",
544
+ "size]___[value:xl]___[recipe:textInput",
545
+ "autoSize]___[value:false]___[recipe:textInput"
546
+ ],
547
+ "list": [],
548
+ "listItem": [
549
+ "variant]___[value:default]___[recipe:listItem",
550
+ "density]___[value:compact]___[recipe:listItem",
551
+ "selected]___[value:false]___[recipe:listItem",
552
+ "variant]___[value:checkbox]___[recipe:listItem",
553
+ "variant]___[value:toggle]___[recipe:listItem",
554
+ "selected]___[value:0]___[recipe:listItem",
555
+ "iconAfter]___[value:arrow-right]___[recipe:listItem",
556
+ "iconAfter]___[value:user]___[recipe:listItem",
557
+ "iconAfter]___[value:arrow-square-out]___[recipe:listItem",
558
+ "iconAfter]___[value:true]___[recipe:listItem"
559
+ ],
560
+ "avatar": [
561
+ "size]___[value:xs]___[recipe:avatar",
562
+ "shape]___[value:circle]___[recipe:avatar",
563
+ "size]___[value:sm]___[recipe:avatar",
564
+ "size]___[value:md]___[recipe:avatar",
565
+ "size]___[value:lg]___[recipe:avatar",
566
+ "size]___[value:xl]___[recipe:avatar",
567
+ "size]___[value:2xl]___[recipe:avatar",
568
+ "shape]___[value:square]___[recipe:avatar",
569
+ "shape]___[value:hexagon]___[recipe:avatar",
570
+ "size]___[value:lx]___[recipe:avatar"
571
+ ],
572
+ "icon": [],
573
+ "badge": [
574
+ "size]___[value:sm]___[recipe:badge",
575
+ "variant]___[value:danger]___[recipe:badge",
576
+ "size]___[value:md]___[recipe:badge",
577
+ "size]___[value:lg]___[recipe:badge",
578
+ "variant]___[value:neutral]___[recipe:badge",
579
+ "variant]___[value:subtle]___[recipe:badge",
580
+ "variant]___[value:inverse]___[recipe:badge",
581
+ "variant]___[value:bold]___[recipe:badge",
582
+ "variant]___[value:success]___[recipe:badge",
583
+ "variant]___[value:warning]___[recipe:badge",
584
+ "variant]___[value:info]___[recipe:badge"
585
+ ],
586
+ "link": [
587
+ "family]___[value:inherit]___[recipe:link",
588
+ "family]___[value:body]___[recipe:link",
589
+ "size]___[value:16]___[recipe:link",
590
+ "family]___[value:mono]___[recipe:link",
591
+ "size]___[value:14]___[recipe:link",
592
+ "size]___[value:sm]___[recipe:link"
593
+ ],
594
+ "breadcrumbs": [],
595
+ "tag": [
596
+ "variant]___[value:default]___[recipe:tag",
597
+ "hue]___[value:red]___[recipe:tag",
598
+ "hue]___[value:blue]___[recipe:tag",
599
+ "hue]___[value:teal]___[recipe:tag",
600
+ "hue]___[value:green]___[recipe:tag",
601
+ "hue]___[value:lime]___[recipe:tag",
602
+ "hue]___[value:yellow]___[recipe:tag",
603
+ "hue]___[value:orange]___[recipe:tag",
604
+ "hue]___[value:gray]___[recipe:tag",
605
+ "variant]___[value:bold]___[recipe:tag",
606
+ "iconBefore]___[value:check]___[recipe:tag",
607
+ "iconBefore]___[value:warning]___[recipe:tag",
608
+ "iconBefore]___[value:info]___[recipe:tag",
609
+ "iconAfter]___[value:star]___[recipe:tag",
610
+ "hue]___[value:magenta]___[recipe:tag",
611
+ "iconAfter]___[value:tag]___[recipe:tag",
612
+ "hue]___[value:indigo]___[recipe:tag",
613
+ "iconAfter]___[value:flag]___[recipe:tag",
614
+ "iconBefore]___[value:error]___[recipe:tag",
615
+ "hue]___[value:purple]___[recipe:tag"
616
+ ],
617
+ "divider": [
618
+ "direction]___[value:horizontal]___[recipe:divider",
619
+ "weight]___[value:thin]___[recipe:divider",
620
+ "weight]___[value:medium]___[recipe:divider",
621
+ "weight]___[value:thick]___[recipe:divider",
622
+ "weight]___[value:thicker]___[recipe:divider",
623
+ "direction]___[value:vertical]___[recipe:divider"
624
+ ],
625
+ "spinner": [
626
+ "size]___[value:md]___[recipe:spinner",
627
+ "inverse]___[value:primary]___[recipe:spinner",
628
+ "size]___[value:sm]___[recipe:spinner",
629
+ "centered]___[value:true]___[recipe:spinner",
630
+ "size]___[value:xs]___[recipe:spinner",
631
+ "size]___[value:lg]___[recipe:spinner",
632
+ "inverse]___[value:true]___[recipe:spinner"
633
+ ],
634
+ "checkboxInput": [],
635
+ "label": [
636
+ "family]___[value:sans]___[recipe:label"
637
+ ],
638
+ "checkbox": [],
639
+ "chip": [
640
+ "size]___[value:md]___[recipe:chip",
641
+ "size]___[value:sm]___[recipe:chip",
642
+ "size]___[value:lg]___[recipe:chip",
643
+ "before]___[value:multi]___[recipe:chip"
644
+ ],
645
+ "code": [],
646
+ "pre": [],
647
+ "datePicker": [
648
+ "size]___[value:md]___[recipe:datePicker",
649
+ "size]___[value:sm]___[recipe:datePicker",
650
+ "size]___[value:lg]___[recipe:datePicker"
651
+ ],
652
+ "formField": [
653
+ "layout]___[value:default]___[recipe:formField",
654
+ "size]___[value:md]___[recipe:formField",
655
+ "layout]___[value:inline]___[recipe:formField"
656
+ ],
657
+ "tooltip": [
658
+ "size]___[value:md]___[recipe:tooltip",
659
+ "hasTitle]___[value:false]___[recipe:tooltip",
660
+ "size]___[value:sm]___[recipe:tooltip",
661
+ "size]___[value:lg]___[recipe:tooltip"
662
+ ],
663
+ "listItemGroup": [
664
+ "density]___[value:compact]___[recipe:listItemGroup"
665
+ ],
666
+ "toggle": [],
667
+ "highlightText": [],
668
+ "modal": [
669
+ "variant]___[value:default]___[recipe:modal",
670
+ "size]___[value:md]___[recipe:modal",
671
+ "size]___[value:sm]___[recipe:modal",
672
+ "size]___[value:lg]___[recipe:modal",
673
+ "size]___[value:xl]___[recipe:modal",
674
+ "size]___[value:full]___[recipe:modal",
675
+ "size]___[value:mobile]___[recipe:modal",
676
+ "variant]___[value:confirmation]___[recipe:modal"
677
+ ],
678
+ "textarea": [
679
+ "size]___[value:md]___[recipe:textarea",
680
+ "size]___[value:sm]___[recipe:textarea",
681
+ "autoSize]___[value:true]___[recipe:textarea",
682
+ "size]___[value:lg]___[recipe:textarea",
683
+ "autoSize]___[value:false]___[recipe:textarea"
684
+ ],
685
+ "radioInput": [],
686
+ "radio": [],
687
+ "select": [
688
+ "size]___[value:md]___[recipe:select"
689
+ ],
690
+ "timePicker": [
691
+ "size]___[value:md]___[recipe:timePicker"
692
+ ],
693
+ "toggleInput": []
694
+ }
695
+ }
696
+ }