@okshaun/components 1.0.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.mcp.json +2 -5
- package/dist/icon-metadata.json +5173 -0
- package/dist/index.js +17126 -9342
- package/dist/index.js.map +1 -1
- package/dist/panda.buildinfo.json +693 -0
- package/dist/playroom-static.css +187432 -0
- package/dist/{preset-DCCViEDs.js → preset-Coz-VwQR.js} +3535 -2697
- package/dist/preset-Coz-VwQR.js.map +1 -0
- package/dist/preset.js +1 -1
- package/dist/specs/color-palette.json +22 -1
- package/dist/specs/patterns.json +0 -16
- package/dist/specs/recipes.json +411 -247
- package/dist/specs/semantic-tokens.json +330 -115
- package/dist/specs/text-styles.json +72 -0
- package/dist/specs/tokens.json +237 -27
- package/dist/sprite.svg +1 -1
- package/dist/sprite.symbol.html +6662 -320
- package/dist/styles.css +36938 -5
- package/dist/svgs/calendar-lock.svg +1 -0
- package/dist/svgs/computer.svg +1 -0
- package/dist/svgs/cookie.svg +1 -0
- package/dist/svgs/folder-check.svg +1 -0
- package/dist/svgs/folder-copy.svg +1 -0
- package/dist/svgs/folder-dashed.svg +1 -0
- package/dist/svgs/folder-open.svg +1 -0
- package/dist/svgs/folder-topic.svg +1 -0
- package/dist/svgs/folder.svg +1 -0
- package/dist/svgs/mobile.svg +1 -0
- package/dist/svgs/numpad.svg +1 -0
- package/dist/svgs/phone.svg +1 -0
- package/dist/svgs/qr-code.svg +1 -0
- package/dist/svgs/sparkle.svg +1 -0
- package/dist/svgs/trolley.svg +1 -0
- package/dist/types/index.d.ts +836 -342
- package/package.json +49 -24
- package/src/recipes/avatar.ts +98 -98
- package/src/recipes/badge.ts +22 -39
- package/src/recipes/box.ts +1 -7
- package/src/recipes/breadcrumbs.ts +42 -25
- package/src/recipes/button.ts +151 -85
- package/src/recipes/card.ts +5 -1
- package/src/recipes/checkbox.ts +23 -24
- package/src/recipes/checkboxInput.ts +25 -0
- package/src/recipes/chip.ts +35 -37
- package/src/recipes/code.ts +4 -4
- package/src/recipes/datePicker.ts +223 -0
- package/src/recipes/divider.ts +38 -32
- package/src/recipes/formField.ts +41 -23
- package/src/recipes/highlightText.ts +14 -0
- package/src/recipes/icon.ts +13 -0
- package/src/recipes/list.ts +14 -0
- package/src/recipes/listItem.ts +310 -0
- package/src/recipes/listItemGroup.ts +62 -0
- package/src/recipes/menu.ts +90 -163
- package/src/recipes/modal.ts +55 -25
- package/src/recipes/radio.ts +29 -20
- package/src/recipes/radioInput.ts +25 -0
- package/src/recipes/recipes-regular.ts +14 -0
- package/src/recipes/recipes-slot.ts +19 -0
- package/src/recipes/select.ts +1 -1
- package/src/recipes/spinner.ts +49 -23
- package/src/recipes/tag.ts +80 -84
- package/src/recipes/text.ts +18 -19
- package/src/recipes/textInput.ts +205 -0
- package/src/recipes/textarea.ts +65 -138
- package/src/recipes/themeSwitcher.ts +3 -3
- package/src/recipes/timePicker.ts +199 -0
- package/src/recipes/toggle.ts +72 -99
- package/src/recipes/toggleInput.ts +26 -0
- package/src/recipes/tooltip.ts +52 -343
- package/src/styles/index.css +1 -1
- package/src/styles/primitives/borders.ts +7 -1
- package/src/styles/primitives/colors.ts +51 -0
- package/src/styles/primitives/fontSizes.ts +1 -0
- package/src/styles/primitives/index.ts +2 -1
- package/src/styles/primitives/shadows.ts +9 -9
- package/src/styles/primitives/sizes.ts +1 -0
- package/src/styles/primitives/zIndex.ts +17 -0
- package/src/styles/semantics/colors.ts +137 -82
- package/src/styles/semantics/index.ts +1 -0
- package/src/styles/semantics/zIndex.ts +18 -0
- package/src/styles/utilities/breakpoints.ts +6 -6
- package/src/styles/utilities/index.ts +3 -0
- package/src/styles/utilities/textStyles.ts +70 -0
- package/src/utils/splitProps.ts +3 -3
- package/dist/preset-DCCViEDs.js.map +0 -1
- package/dist/styles/global.css +0 -148
- package/dist/styles/recipes/avatar.css +0 -185
- package/dist/styles/recipes/badge.css +0 -85
- package/dist/styles/recipes/breadcrumbs.css +0 -38
- package/dist/styles/recipes/button.css +0 -195
- package/dist/styles/recipes/card.css +0 -57
- package/dist/styles/recipes/checkbox-input.css +0 -12
- package/dist/styles/recipes/checkbox.css +0 -90
- package/dist/styles/recipes/chip.css +0 -137
- package/dist/styles/recipes/code.css +0 -12
- package/dist/styles/recipes/divider.css +0 -40
- package/dist/styles/recipes/form-field.css +0 -39
- package/dist/styles/recipes/heading.css +0 -40
- package/dist/styles/recipes/icon-button.css +0 -181
- package/dist/styles/recipes/label.css +0 -14
- package/dist/styles/recipes/link.css +0 -49
- package/dist/styles/recipes/menu.css +0 -141
- package/dist/styles/recipes/modal.css +0 -99
- package/dist/styles/recipes/pre.css +0 -16
- package/dist/styles/recipes/radio-input.css +0 -7
- package/dist/styles/recipes/radio.css +0 -82
- package/dist/styles/recipes/select.css +0 -103
- package/dist/styles/recipes/spinner.css +0 -36
- package/dist/styles/recipes/tag.css +0 -27
- package/dist/styles/recipes/text.css +0 -46
- package/dist/styles/recipes/textarea.css +0 -91
- package/dist/styles/recipes/textinput.css +0 -87
- package/dist/styles/recipes/theme-switcher.css +0 -53
- package/dist/styles/recipes/toggle-input.css +0 -12
- package/dist/styles/recipes/toggle.css +0 -125
- package/dist/styles/recipes/tooltip.css +0 -133
- package/dist/styles/recipes.css +0 -30
- package/dist/styles/reset.css +0 -1
- package/dist/styles/tokens.css +0 -1016
- package/dist/styles/utilities.css +0 -1694
- package/src/recipes/checkboxinput.ts +0 -15
- package/src/recipes/index.ts +0 -28
- package/src/recipes/radioinput.ts +0 -12
- package/src/recipes/textinput.ts +0 -100
- package/src/recipes/toggleinput.ts +0 -16
- package/src/utils/injectSprite.ts +0 -36
- package/src/utils/spriteContent.ts +0 -4
|
@@ -0,0 +1,693 @@
|
|
|
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:medium",
|
|
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
|
+
"gridTemplateColumns]___[value:auto 1fr",
|
|
220
|
+
"columnGap]___[value:12",
|
|
221
|
+
"rowGap]___[value:32",
|
|
222
|
+
"textStyle]___[value:mono.md",
|
|
223
|
+
"marginRight]___[value:16",
|
|
224
|
+
"textStyle]___[value:heading.sm",
|
|
225
|
+
"gridColumn]___[value:1 / -1",
|
|
226
|
+
"justifyContent]___[value:flex-end",
|
|
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
|
+
"boxShadow]___[value:elevated",
|
|
422
|
+
"borderRightRadius]___[value:16",
|
|
423
|
+
"boxShadow]___[value:overflow",
|
|
424
|
+
"width]___[value:auto",
|
|
425
|
+
"maxWidth]___[value:4xl",
|
|
426
|
+
"overflow]___[value:visible",
|
|
427
|
+
"background]___[value:bg.accent.neutral.subtlest",
|
|
428
|
+
"width]___[value:half",
|
|
429
|
+
"width]___[value:min",
|
|
430
|
+
"width]___[value:max",
|
|
431
|
+
"width]___[value:prose",
|
|
432
|
+
"gridTemplateColumns]___[value:repeat(3, auto)",
|
|
433
|
+
"rowGap]___[value:8",
|
|
434
|
+
"gridTemplateRows]___[value:repeat(8, 1fr)",
|
|
435
|
+
"flexGrow]___[value:0",
|
|
436
|
+
"fontSize]___[value:16",
|
|
437
|
+
"fontSize]___[value:20",
|
|
438
|
+
"fontSize]___[value:24",
|
|
439
|
+
"fontSize]___[value:32",
|
|
440
|
+
"fontSize]___[value:40",
|
|
441
|
+
"fontSize]___[value:48",
|
|
442
|
+
"fontSize]___[value:64",
|
|
443
|
+
"fontSize]___[value:72",
|
|
444
|
+
"fontSize]___[value:80",
|
|
445
|
+
"fontSize]___[value:96",
|
|
446
|
+
"fontWeight]___[value:light",
|
|
447
|
+
"fontWeight]___[value:normal",
|
|
448
|
+
"fontWeight]___[value:black",
|
|
449
|
+
"lineHeight]___[value:loose",
|
|
450
|
+
"letterSpacing]___[value:tighter",
|
|
451
|
+
"letterSpacing]___[value:tight",
|
|
452
|
+
"letterSpacing]___[value:normal",
|
|
453
|
+
"letterSpacing]___[value:wide",
|
|
454
|
+
"letterSpacing]___[value:wider"
|
|
455
|
+
],
|
|
456
|
+
"recipes": {
|
|
457
|
+
"text": [
|
|
458
|
+
"family]___[value:body]___[recipe:text",
|
|
459
|
+
"size]___[value:16]___[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
|
+
"iconBefore]___[value:plus]___[recipe:button",
|
|
490
|
+
"iconBefore]___[value:timer]___[recipe:button",
|
|
491
|
+
"variant]___[value:selectedBold]___[recipe:button",
|
|
492
|
+
"iconBefore]___[value:calendar]___[recipe:button",
|
|
493
|
+
"iconBefore]___[value:info]___[recipe:button",
|
|
494
|
+
"iconBefore]___[value:trash]___[recipe:button",
|
|
495
|
+
"iconAfter]___[value:send]___[recipe:button",
|
|
496
|
+
"iconAfter]___[value:arrow-square-out]___[recipe:button",
|
|
497
|
+
"iconAfter]___[value:download]___[recipe:button",
|
|
498
|
+
"iconAfter]___[value:scale]___[recipe:button",
|
|
499
|
+
"iconAfter]___[value:screwdriver]___[recipe:button",
|
|
500
|
+
"iconBefore]___[value:edit]___[recipe:button",
|
|
501
|
+
"iconAfter]___[value:caret-down]___[recipe:button"
|
|
502
|
+
],
|
|
503
|
+
"iconButton": [
|
|
504
|
+
"variant]___[value:ghost]___[recipe:iconButton",
|
|
505
|
+
"size]___[value:md]___[recipe:iconButton",
|
|
506
|
+
"variant]___[value:primary]___[recipe:iconButton",
|
|
507
|
+
"size]___[value:lg]___[recipe:iconButton",
|
|
508
|
+
"variant]___[value:hollow]___[recipe:iconButton",
|
|
509
|
+
"size]___[value:sm]___[recipe:iconButton",
|
|
510
|
+
"variant]___[value:default]___[recipe:iconButton",
|
|
511
|
+
"variant]___[value:selected]___[recipe:iconButton",
|
|
512
|
+
"variant]___[value:danger]___[recipe:iconButton",
|
|
513
|
+
"variant]___[value:selectedBold]___[recipe:iconButton",
|
|
514
|
+
"size]___[value:xl]___[recipe:iconButton"
|
|
515
|
+
],
|
|
516
|
+
"card": [
|
|
517
|
+
"variant]___[value:default]___[recipe:card",
|
|
518
|
+
"variant]___[value:flat]___[recipe:card",
|
|
519
|
+
"variant]___[value:sunken]___[recipe:card",
|
|
520
|
+
"variant]___[value:ghost]___[recipe:card",
|
|
521
|
+
"variant]___[value:overlay]___[recipe:card",
|
|
522
|
+
"interactive]___[value:true]___[recipe:card"
|
|
523
|
+
],
|
|
524
|
+
"box": [],
|
|
525
|
+
"menu": [
|
|
526
|
+
"density]___[value:compact]___[recipe:menu",
|
|
527
|
+
"density]___[value:comfortable]___[recipe:menu",
|
|
528
|
+
"density]___[value:spacious]___[recipe:menu",
|
|
529
|
+
"panel]___[value:true]___[recipe:menu"
|
|
530
|
+
],
|
|
531
|
+
"textInput": [
|
|
532
|
+
"size]___[value:md]___[recipe:textInput",
|
|
533
|
+
"size]___[value:lg]___[recipe:textInput",
|
|
534
|
+
"iconBefore]___[value:search]___[recipe:textInput",
|
|
535
|
+
"iconBefore]___[value:user]___[recipe:textInput",
|
|
536
|
+
"iconBefore]___[value:envelope]___[recipe:textInput",
|
|
537
|
+
"iconBefore]___[value:lock]___[recipe:textInput",
|
|
538
|
+
"iconAfter]___[value:check]___[recipe:textInput",
|
|
539
|
+
"iconAfter]___[value:at]___[recipe:textInput",
|
|
540
|
+
"size]___[value:sm]___[recipe:textInput",
|
|
541
|
+
"autoSize]___[value:true]___[recipe:textInput",
|
|
542
|
+
"size]___[value:xl]___[recipe:textInput",
|
|
543
|
+
"autoSize]___[value:false]___[recipe:textInput"
|
|
544
|
+
],
|
|
545
|
+
"list": [],
|
|
546
|
+
"listItem": [
|
|
547
|
+
"variant]___[value:default]___[recipe:listItem",
|
|
548
|
+
"density]___[value:compact]___[recipe:listItem",
|
|
549
|
+
"selected]___[value:false]___[recipe:listItem",
|
|
550
|
+
"variant]___[value:checkbox]___[recipe:listItem",
|
|
551
|
+
"variant]___[value:toggle]___[recipe:listItem",
|
|
552
|
+
"selected]___[value:0]___[recipe:listItem",
|
|
553
|
+
"iconAfter]___[value:arrow-right]___[recipe:listItem",
|
|
554
|
+
"iconAfter]___[value:user]___[recipe:listItem",
|
|
555
|
+
"iconAfter]___[value:arrow-square-out]___[recipe:listItem",
|
|
556
|
+
"iconAfter]___[value:true]___[recipe:listItem"
|
|
557
|
+
],
|
|
558
|
+
"avatar": [
|
|
559
|
+
"size]___[value:xs]___[recipe:avatar",
|
|
560
|
+
"shape]___[value:circle]___[recipe:avatar",
|
|
561
|
+
"size]___[value:sm]___[recipe:avatar",
|
|
562
|
+
"size]___[value:md]___[recipe:avatar",
|
|
563
|
+
"size]___[value:lg]___[recipe:avatar",
|
|
564
|
+
"size]___[value:xl]___[recipe:avatar",
|
|
565
|
+
"size]___[value:2xl]___[recipe:avatar",
|
|
566
|
+
"shape]___[value:square]___[recipe:avatar",
|
|
567
|
+
"shape]___[value:hexagon]___[recipe:avatar",
|
|
568
|
+
"size]___[value:lx]___[recipe:avatar"
|
|
569
|
+
],
|
|
570
|
+
"icon": [],
|
|
571
|
+
"badge": [
|
|
572
|
+
"size]___[value:sm]___[recipe:badge",
|
|
573
|
+
"variant]___[value:danger]___[recipe:badge",
|
|
574
|
+
"size]___[value:md]___[recipe:badge",
|
|
575
|
+
"size]___[value:lg]___[recipe:badge",
|
|
576
|
+
"variant]___[value:neutral]___[recipe:badge",
|
|
577
|
+
"variant]___[value:subtle]___[recipe:badge",
|
|
578
|
+
"variant]___[value:inverse]___[recipe:badge",
|
|
579
|
+
"variant]___[value:bold]___[recipe:badge",
|
|
580
|
+
"variant]___[value:success]___[recipe:badge",
|
|
581
|
+
"variant]___[value:warning]___[recipe:badge",
|
|
582
|
+
"variant]___[value:info]___[recipe:badge"
|
|
583
|
+
],
|
|
584
|
+
"link": [
|
|
585
|
+
"family]___[value:body]___[recipe:link",
|
|
586
|
+
"size]___[value:16]___[recipe:link",
|
|
587
|
+
"family]___[value:mono]___[recipe:link",
|
|
588
|
+
"size]___[value:14]___[recipe:link",
|
|
589
|
+
"size]___[value:sm]___[recipe:link"
|
|
590
|
+
],
|
|
591
|
+
"breadcrumbs": [],
|
|
592
|
+
"tag": [
|
|
593
|
+
"variant]___[value:default]___[recipe:tag",
|
|
594
|
+
"hue]___[value:red]___[recipe:tag",
|
|
595
|
+
"hue]___[value:blue]___[recipe:tag",
|
|
596
|
+
"hue]___[value:teal]___[recipe:tag",
|
|
597
|
+
"hue]___[value:green]___[recipe:tag",
|
|
598
|
+
"hue]___[value:lime]___[recipe:tag",
|
|
599
|
+
"hue]___[value:yellow]___[recipe:tag",
|
|
600
|
+
"hue]___[value:orange]___[recipe:tag",
|
|
601
|
+
"hue]___[value:gray]___[recipe:tag",
|
|
602
|
+
"variant]___[value:bold]___[recipe:tag",
|
|
603
|
+
"iconBefore]___[value:check]___[recipe:tag",
|
|
604
|
+
"iconBefore]___[value:warning]___[recipe:tag",
|
|
605
|
+
"iconBefore]___[value:info]___[recipe:tag",
|
|
606
|
+
"iconAfter]___[value:star]___[recipe:tag",
|
|
607
|
+
"hue]___[value:magenta]___[recipe:tag",
|
|
608
|
+
"iconAfter]___[value:tag]___[recipe:tag",
|
|
609
|
+
"hue]___[value:indigo]___[recipe:tag",
|
|
610
|
+
"iconAfter]___[value:flag]___[recipe:tag",
|
|
611
|
+
"iconBefore]___[value:error]___[recipe:tag",
|
|
612
|
+
"hue]___[value:purple]___[recipe:tag"
|
|
613
|
+
],
|
|
614
|
+
"divider": [
|
|
615
|
+
"direction]___[value:horizontal]___[recipe:divider",
|
|
616
|
+
"weight]___[value:thin]___[recipe:divider",
|
|
617
|
+
"weight]___[value:medium]___[recipe:divider",
|
|
618
|
+
"weight]___[value:thick]___[recipe:divider",
|
|
619
|
+
"weight]___[value:thicker]___[recipe:divider",
|
|
620
|
+
"direction]___[value:vertical]___[recipe:divider"
|
|
621
|
+
],
|
|
622
|
+
"spinner": [
|
|
623
|
+
"size]___[value:md]___[recipe:spinner",
|
|
624
|
+
"inverse]___[value:primary]___[recipe:spinner",
|
|
625
|
+
"size]___[value:sm]___[recipe:spinner",
|
|
626
|
+
"centered]___[value:true]___[recipe:spinner",
|
|
627
|
+
"size]___[value:xs]___[recipe:spinner",
|
|
628
|
+
"size]___[value:lg]___[recipe:spinner",
|
|
629
|
+
"inverse]___[value:true]___[recipe:spinner"
|
|
630
|
+
],
|
|
631
|
+
"checkboxInput": [],
|
|
632
|
+
"label": [
|
|
633
|
+
"family]___[value:sans]___[recipe:label"
|
|
634
|
+
],
|
|
635
|
+
"checkbox": [],
|
|
636
|
+
"chip": [
|
|
637
|
+
"size]___[value:md]___[recipe:chip",
|
|
638
|
+
"size]___[value:sm]___[recipe:chip",
|
|
639
|
+
"size]___[value:lg]___[recipe:chip",
|
|
640
|
+
"before]___[value:multi]___[recipe:chip"
|
|
641
|
+
],
|
|
642
|
+
"code": [],
|
|
643
|
+
"pre": [],
|
|
644
|
+
"datePicker": [
|
|
645
|
+
"size]___[value:md]___[recipe:datePicker",
|
|
646
|
+
"size]___[value:sm]___[recipe:datePicker",
|
|
647
|
+
"size]___[value:lg]___[recipe:datePicker"
|
|
648
|
+
],
|
|
649
|
+
"formField": [
|
|
650
|
+
"layout]___[value:default]___[recipe:formField",
|
|
651
|
+
"size]___[value:md]___[recipe:formField",
|
|
652
|
+
"layout]___[value:inline]___[recipe:formField"
|
|
653
|
+
],
|
|
654
|
+
"tooltip": [
|
|
655
|
+
"size]___[value:md]___[recipe:tooltip",
|
|
656
|
+
"hasTitle]___[value:false]___[recipe:tooltip",
|
|
657
|
+
"size]___[value:sm]___[recipe:tooltip",
|
|
658
|
+
"size]___[value:lg]___[recipe:tooltip"
|
|
659
|
+
],
|
|
660
|
+
"listItemGroup": [
|
|
661
|
+
"density]___[value:compact]___[recipe:listItemGroup"
|
|
662
|
+
],
|
|
663
|
+
"toggle": [],
|
|
664
|
+
"highlightText": [],
|
|
665
|
+
"modal": [
|
|
666
|
+
"variant]___[value:default]___[recipe:modal",
|
|
667
|
+
"size]___[value:md]___[recipe:modal",
|
|
668
|
+
"size]___[value:sm]___[recipe:modal",
|
|
669
|
+
"size]___[value:lg]___[recipe:modal",
|
|
670
|
+
"size]___[value:xl]___[recipe:modal",
|
|
671
|
+
"size]___[value:full]___[recipe:modal",
|
|
672
|
+
"size]___[value:mobile]___[recipe:modal",
|
|
673
|
+
"variant]___[value:confirmation]___[recipe:modal"
|
|
674
|
+
],
|
|
675
|
+
"textarea": [
|
|
676
|
+
"size]___[value:md]___[recipe:textarea",
|
|
677
|
+
"size]___[value:sm]___[recipe:textarea",
|
|
678
|
+
"autoSize]___[value:true]___[recipe:textarea",
|
|
679
|
+
"size]___[value:lg]___[recipe:textarea",
|
|
680
|
+
"autoSize]___[value:false]___[recipe:textarea"
|
|
681
|
+
],
|
|
682
|
+
"radioInput": [],
|
|
683
|
+
"radio": [],
|
|
684
|
+
"select": [
|
|
685
|
+
"size]___[value:md]___[recipe:select"
|
|
686
|
+
],
|
|
687
|
+
"timePicker": [
|
|
688
|
+
"size]___[value:md]___[recipe:timePicker"
|
|
689
|
+
],
|
|
690
|
+
"toggleInput": []
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
}
|