@yahoo/uds 3.131.0 → 3.132.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.
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/components/Banner/Banner.cjs +5 -2
- package/dist/components/Banner/Banner.d.cts +9 -0
- package/dist/components/Banner/Banner.d.ts +9 -0
- package/dist/components/Banner/Banner.js +5 -2
- package/dist/components/Divider/Divider.d.cts +2 -2
- package/dist/components/Divider/Divider.d.ts +2 -2
- package/dist/components/Divider/DividerCore.cjs +17 -10
- package/dist/components/Divider/DividerCore.d.cts +10 -4
- package/dist/components/Divider/DividerCore.d.ts +10 -4
- package/dist/components/Divider/DividerCore.js +17 -10
- package/dist/components/Divider/DividerInternal.cjs +15 -11
- package/dist/components/Divider/DividerInternal.js +15 -11
- package/dist/components/Link.cjs +13 -6
- package/dist/components/Link.d.cts +10 -0
- package/dist/components/Link.d.ts +10 -0
- package/dist/components/Link.js +13 -6
- package/dist/components/client/Badge.cjs +10 -4
- package/dist/components/client/Badge.d.cts +12 -1
- package/dist/components/client/Badge.d.ts +12 -1
- package/dist/components/client/Badge.js +10 -4
- package/dist/components/client/Button.cjs +20 -9
- package/dist/components/client/Button.d.cts +12 -1
- package/dist/components/client/Button.d.ts +12 -1
- package/dist/components/client/Button.js +20 -9
- package/dist/components/client/Checkbox.cjs +14 -6
- package/dist/components/client/Checkbox.d.cts +9 -4
- package/dist/components/client/Checkbox.d.ts +9 -4
- package/dist/components/client/Checkbox.js +14 -6
- package/dist/components/client/Chip/Chip.d.cts +1 -1
- package/dist/components/client/Chip/Chip.d.ts +1 -1
- package/dist/components/client/IconButton.cjs +4 -2
- package/dist/components/client/IconButton.d.cts +10 -2
- package/dist/components/client/IconButton.d.ts +10 -2
- package/dist/components/client/IconButton.js +4 -2
- package/dist/components/client/Input/Input.cjs +16 -6
- package/dist/components/client/Input/Input.d.cts +3 -0
- package/dist/components/client/Input/Input.d.ts +3 -0
- package/dist/components/client/Input/Input.js +17 -7
- package/dist/components/client/Input/InputHelpTextInternal.cjs +16 -6
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +10 -0
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +10 -0
- package/dist/components/client/Input/InputHelpTextInternal.js +16 -6
- package/dist/components/client/Menu/Menu.Content.cjs +2 -1
- package/dist/components/client/Menu/Menu.Content.d.cts +7 -0
- package/dist/components/client/Menu/Menu.Content.d.ts +7 -0
- package/dist/components/client/Menu/Menu.Content.js +2 -1
- package/dist/components/client/Menu/Menu.Divider.cjs +8 -10
- package/dist/components/client/Menu/Menu.Divider.js +8 -10
- package/dist/components/client/Menu/Menu.Item.cjs +23 -14
- package/dist/components/client/Menu/Menu.Item.d.cts +11 -0
- package/dist/components/client/Menu/Menu.Item.d.ts +11 -0
- package/dist/components/client/Menu/Menu.Item.js +24 -15
- package/dist/components/client/Menu/Menu.ItemBase.cjs +17 -9
- package/dist/components/client/Menu/Menu.ItemBase.d.cts +9 -5
- package/dist/components/client/Menu/Menu.ItemBase.d.ts +9 -5
- package/dist/components/client/Menu/Menu.ItemBase.js +17 -9
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +10 -10
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.js +10 -10
- package/dist/components/client/Popover/PopoverContent.cjs +4 -1
- package/dist/components/client/Popover/PopoverContent.d.cts +3 -0
- package/dist/components/client/Popover/PopoverContent.d.ts +3 -0
- package/dist/components/client/Popover/PopoverContent.js +4 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Radio/Radio.cjs +18 -15
- package/dist/components/client/Radio/Radio.d.cts +9 -4
- package/dist/components/client/Radio/Radio.d.ts +9 -4
- package/dist/components/client/Radio/Radio.js +18 -15
- package/dist/components/client/Switch.cjs +14 -6
- package/dist/components/client/Switch.d.cts +9 -5
- package/dist/components/client/Switch.d.ts +9 -5
- package/dist/components/client/Switch.js +14 -6
- package/dist/components/client/Tabs/Tab.cjs +11 -5
- package/dist/components/client/Tabs/Tab.d.cts +14 -3
- package/dist/components/client/Tabs/Tab.d.ts +14 -3
- package/dist/components/client/Tabs/Tab.js +11 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
- package/dist/components/client/Tooltip/TooltipContent.cjs +9 -3
- package/dist/components/client/Tooltip/TooltipContent.d.cts +14 -2
- package/dist/components/client/Tooltip/TooltipContent.d.ts +14 -2
- package/dist/components/client/Tooltip/TooltipContent.js +9 -3
- package/dist/components/experimental/client/SwitchV2.cjs +14 -6
- package/dist/components/experimental/client/SwitchV2.d.cts +9 -5
- package/dist/components/experimental/client/SwitchV2.d.ts +9 -5
- package/dist/components/experimental/client/SwitchV2.js +14 -6
- package/dist/components/index.d.cts +1 -1
- package/dist/components/index.d.ts +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/styles/styler.d.cts +65 -65
- package/dist/styles/styler.d.ts +65 -65
- package/dist/types/dist/index.d.cts +3 -3
- package/dist/types/dist/index.d.ts +3 -3
- package/dist/uds/generated/componentData.cjs +1485 -1482
- package/dist/uds/generated/componentData.js +1485 -1482
- package/dist/uds/generated/tailwindPurge.cjs +73 -73
- package/dist/uds/generated/tailwindPurge.js +73 -73
- package/generated/componentData.json +2039 -2030
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +1 -1
|
@@ -1,60 +1,5 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
2
|
//#region generated/componentData.json
|
|
3
|
-
var Box = {
|
|
4
|
-
"name": "Box",
|
|
5
|
-
"defaultProps": {
|
|
6
|
-
"as": "div",
|
|
7
|
-
"display": "flex"
|
|
8
|
-
},
|
|
9
|
-
"getStylesLiterals": {},
|
|
10
|
-
"cxLiterals": [],
|
|
11
|
-
"internalComponents": ["Comp"],
|
|
12
|
-
"internalComponentProps": {},
|
|
13
|
-
"propToVariantKeys": { "elevationAlias": [
|
|
14
|
-
"backgroundColor",
|
|
15
|
-
"borderColor",
|
|
16
|
-
"borderWidth",
|
|
17
|
-
"dropShadow"
|
|
18
|
-
] },
|
|
19
|
-
"runtimeConfigDefaultProps": {},
|
|
20
|
-
"runtimeConfigGetStyles": {},
|
|
21
|
-
"runtimeConfigInternalComponentProps": {},
|
|
22
|
-
"motionVarPrefixes": []
|
|
23
|
-
};
|
|
24
|
-
var FormLabel = {
|
|
25
|
-
"name": "FormLabel",
|
|
26
|
-
"defaultProps": {
|
|
27
|
-
"color": "muted",
|
|
28
|
-
"variant": "label3",
|
|
29
|
-
"as": "label"
|
|
30
|
-
},
|
|
31
|
-
"getStylesLiterals": {},
|
|
32
|
-
"cxLiterals": ["cursor-[inherit]"],
|
|
33
|
-
"internalComponents": ["Text"],
|
|
34
|
-
"internalComponentProps": { "Text": {
|
|
35
|
-
"as": ["sup"],
|
|
36
|
-
"variant": ["inherit"],
|
|
37
|
-
"spacingStart": ["0.5"]
|
|
38
|
-
} },
|
|
39
|
-
"propToVariantKeys": {},
|
|
40
|
-
"runtimeConfigDefaultProps": {},
|
|
41
|
-
"runtimeConfigGetStyles": {},
|
|
42
|
-
"runtimeConfigInternalComponentProps": {},
|
|
43
|
-
"motionVarPrefixes": []
|
|
44
|
-
};
|
|
45
|
-
var HStack = {
|
|
46
|
-
"name": "HStack",
|
|
47
|
-
"defaultProps": {},
|
|
48
|
-
"getStylesLiterals": {},
|
|
49
|
-
"cxLiterals": [],
|
|
50
|
-
"internalComponents": ["Box"],
|
|
51
|
-
"internalComponentProps": { "Box": { "flexDirection": ["row"] } },
|
|
52
|
-
"propToVariantKeys": { "gap": ["rowGap", "columnGap"] },
|
|
53
|
-
"runtimeConfigDefaultProps": {},
|
|
54
|
-
"runtimeConfigGetStyles": {},
|
|
55
|
-
"runtimeConfigInternalComponentProps": {},
|
|
56
|
-
"motionVarPrefixes": []
|
|
57
|
-
};
|
|
58
3
|
var Icon = {
|
|
59
4
|
"name": "Icon",
|
|
60
5
|
"defaultProps": {
|
|
@@ -72,14 +17,24 @@ var Icon = {
|
|
|
72
17
|
"runtimeConfigInternalComponentProps": {},
|
|
73
18
|
"motionVarPrefixes": []
|
|
74
19
|
};
|
|
75
|
-
var
|
|
76
|
-
"name": "
|
|
77
|
-
"defaultProps": {
|
|
20
|
+
var Text = {
|
|
21
|
+
"name": "Text",
|
|
22
|
+
"defaultProps": {
|
|
23
|
+
"color": "primary",
|
|
24
|
+
"variant": "body1"
|
|
25
|
+
},
|
|
78
26
|
"getStylesLiterals": {},
|
|
79
27
|
"cxLiterals": [],
|
|
80
|
-
"internalComponents": ["
|
|
28
|
+
"internalComponents": ["Comp"],
|
|
81
29
|
"internalComponentProps": {},
|
|
82
|
-
"propToVariantKeys": {
|
|
30
|
+
"propToVariantKeys": { "variant": [
|
|
31
|
+
"fontFamily",
|
|
32
|
+
"fontSize",
|
|
33
|
+
"fontWeight",
|
|
34
|
+
"lineHeight",
|
|
35
|
+
"textTransform",
|
|
36
|
+
"letterSpacing"
|
|
37
|
+
] },
|
|
83
38
|
"runtimeConfigDefaultProps": {},
|
|
84
39
|
"runtimeConfigGetStyles": {},
|
|
85
40
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -98,44 +53,6 @@ var Image = {
|
|
|
98
53
|
"runtimeConfigInternalComponentProps": {},
|
|
99
54
|
"motionVarPrefixes": []
|
|
100
55
|
};
|
|
101
|
-
var Link = {
|
|
102
|
-
"name": "Link",
|
|
103
|
-
"defaultProps": { "variant": "primary" },
|
|
104
|
-
"getStylesLiterals": {
|
|
105
|
-
"display": "inline-flex",
|
|
106
|
-
"alignItems": "center"
|
|
107
|
-
},
|
|
108
|
-
"cxLiterals": [
|
|
109
|
-
"uds-ring",
|
|
110
|
-
"underline",
|
|
111
|
-
"w-[0.7em]",
|
|
112
|
-
"h-[0.7em]"
|
|
113
|
-
],
|
|
114
|
-
"internalComponents": ["IconSlot"],
|
|
115
|
-
"internalComponentProps": { "IconSlot": { "data-testid": ["start-icon", "end-icon"] } },
|
|
116
|
-
"propToVariantKeys": {
|
|
117
|
-
"textVariant": [
|
|
118
|
-
"linkTextStyleRoot",
|
|
119
|
-
"fontSize",
|
|
120
|
-
"fontFamily",
|
|
121
|
-
"fontWeight",
|
|
122
|
-
"lineHeight",
|
|
123
|
-
"textTransform",
|
|
124
|
-
"linkTextStyleIcon"
|
|
125
|
-
],
|
|
126
|
-
"variant": [
|
|
127
|
-
"linkVariantRoot",
|
|
128
|
-
"linkVariantIconStart",
|
|
129
|
-
"linkVariantIconEnd"
|
|
130
|
-
],
|
|
131
|
-
"startIcon": ["icon"],
|
|
132
|
-
"endIcon": ["icon"]
|
|
133
|
-
},
|
|
134
|
-
"runtimeConfigDefaultProps": {},
|
|
135
|
-
"runtimeConfigGetStyles": {},
|
|
136
|
-
"runtimeConfigInternalComponentProps": {},
|
|
137
|
-
"motionVarPrefixes": []
|
|
138
|
-
};
|
|
139
56
|
var Scrim = {
|
|
140
57
|
"name": "Scrim",
|
|
141
58
|
"defaultProps": {
|
|
@@ -163,6 +80,74 @@ var Scrim = {
|
|
|
163
80
|
"runtimeConfigInternalComponentProps": {},
|
|
164
81
|
"motionVarPrefixes": []
|
|
165
82
|
};
|
|
83
|
+
var FormLabel = {
|
|
84
|
+
"name": "FormLabel",
|
|
85
|
+
"defaultProps": {
|
|
86
|
+
"color": "muted",
|
|
87
|
+
"variant": "label3",
|
|
88
|
+
"as": "label"
|
|
89
|
+
},
|
|
90
|
+
"getStylesLiterals": {},
|
|
91
|
+
"cxLiterals": ["cursor-[inherit]"],
|
|
92
|
+
"internalComponents": ["Text"],
|
|
93
|
+
"internalComponentProps": { "Text": {
|
|
94
|
+
"as": ["sup"],
|
|
95
|
+
"variant": ["inherit"],
|
|
96
|
+
"spacingStart": ["0.5"]
|
|
97
|
+
} },
|
|
98
|
+
"propToVariantKeys": {},
|
|
99
|
+
"runtimeConfigDefaultProps": {},
|
|
100
|
+
"runtimeConfigGetStyles": {},
|
|
101
|
+
"runtimeConfigInternalComponentProps": {},
|
|
102
|
+
"motionVarPrefixes": []
|
|
103
|
+
};
|
|
104
|
+
var VStack = {
|
|
105
|
+
"name": "VStack",
|
|
106
|
+
"defaultProps": {},
|
|
107
|
+
"getStylesLiterals": {},
|
|
108
|
+
"cxLiterals": [],
|
|
109
|
+
"internalComponents": ["Box"],
|
|
110
|
+
"internalComponentProps": { "Box": { "flexDirection": ["column"] } },
|
|
111
|
+
"propToVariantKeys": { "gap": ["columnGap", "rowGap"] },
|
|
112
|
+
"runtimeConfigDefaultProps": {},
|
|
113
|
+
"runtimeConfigGetStyles": {},
|
|
114
|
+
"runtimeConfigInternalComponentProps": {},
|
|
115
|
+
"motionVarPrefixes": []
|
|
116
|
+
};
|
|
117
|
+
var IconSlot = {
|
|
118
|
+
"name": "IconSlot",
|
|
119
|
+
"defaultProps": {},
|
|
120
|
+
"getStylesLiterals": {},
|
|
121
|
+
"cxLiterals": [],
|
|
122
|
+
"internalComponents": ["Icon"],
|
|
123
|
+
"internalComponentProps": {},
|
|
124
|
+
"propToVariantKeys": {},
|
|
125
|
+
"runtimeConfigDefaultProps": {},
|
|
126
|
+
"runtimeConfigGetStyles": {},
|
|
127
|
+
"runtimeConfigInternalComponentProps": {},
|
|
128
|
+
"motionVarPrefixes": []
|
|
129
|
+
};
|
|
130
|
+
var Box = {
|
|
131
|
+
"name": "Box",
|
|
132
|
+
"defaultProps": {
|
|
133
|
+
"as": "div",
|
|
134
|
+
"display": "flex"
|
|
135
|
+
},
|
|
136
|
+
"getStylesLiterals": {},
|
|
137
|
+
"cxLiterals": [],
|
|
138
|
+
"internalComponents": ["Comp"],
|
|
139
|
+
"internalComponentProps": {},
|
|
140
|
+
"propToVariantKeys": { "elevationAlias": [
|
|
141
|
+
"backgroundColor",
|
|
142
|
+
"borderColor",
|
|
143
|
+
"borderWidth",
|
|
144
|
+
"dropShadow"
|
|
145
|
+
] },
|
|
146
|
+
"runtimeConfigDefaultProps": {},
|
|
147
|
+
"runtimeConfigGetStyles": {},
|
|
148
|
+
"runtimeConfigInternalComponentProps": {},
|
|
149
|
+
"motionVarPrefixes": []
|
|
150
|
+
};
|
|
166
151
|
var SvgFloatingOverlay = {
|
|
167
152
|
"name": "SvgFloatingOverlay",
|
|
168
153
|
"defaultProps": { "contentOverflow": "auto" },
|
|
@@ -197,37 +182,68 @@ var SvgFloatingOverlay = {
|
|
|
197
182
|
"runtimeConfigInternalComponentProps": {},
|
|
198
183
|
"motionVarPrefixes": []
|
|
199
184
|
};
|
|
200
|
-
var
|
|
201
|
-
"name": "
|
|
202
|
-
"defaultProps": {
|
|
203
|
-
"color": "primary",
|
|
204
|
-
"variant": "body1"
|
|
205
|
-
},
|
|
185
|
+
var HStack = {
|
|
186
|
+
"name": "HStack",
|
|
187
|
+
"defaultProps": {},
|
|
206
188
|
"getStylesLiterals": {},
|
|
207
189
|
"cxLiterals": [],
|
|
208
|
-
"internalComponents": ["
|
|
209
|
-
"internalComponentProps": {},
|
|
210
|
-
"propToVariantKeys": { "
|
|
211
|
-
"fontFamily",
|
|
212
|
-
"fontSize",
|
|
213
|
-
"fontWeight",
|
|
214
|
-
"lineHeight",
|
|
215
|
-
"textTransform",
|
|
216
|
-
"letterSpacing"
|
|
217
|
-
] },
|
|
190
|
+
"internalComponents": ["Box"],
|
|
191
|
+
"internalComponentProps": { "Box": { "flexDirection": ["row"] } },
|
|
192
|
+
"propToVariantKeys": { "gap": ["rowGap", "columnGap"] },
|
|
218
193
|
"runtimeConfigDefaultProps": {},
|
|
219
194
|
"runtimeConfigGetStyles": {},
|
|
220
195
|
"runtimeConfigInternalComponentProps": {},
|
|
221
196
|
"motionVarPrefixes": []
|
|
222
197
|
};
|
|
223
|
-
var
|
|
224
|
-
"name": "
|
|
198
|
+
var Link = {
|
|
199
|
+
"name": "Link",
|
|
200
|
+
"defaultProps": { "variant": "primary" },
|
|
201
|
+
"getStylesLiterals": {
|
|
202
|
+
"display": "inline-flex",
|
|
203
|
+
"alignItems": "center"
|
|
204
|
+
},
|
|
205
|
+
"cxLiterals": [
|
|
206
|
+
"uds-ring",
|
|
207
|
+
"underline",
|
|
208
|
+
"w-[0.7em]",
|
|
209
|
+
"h-[0.7em]"
|
|
210
|
+
],
|
|
211
|
+
"internalComponents": ["IconSlot"],
|
|
212
|
+
"internalComponentProps": { "IconSlot": { "data-testid": ["start-icon", "end-icon"] } },
|
|
213
|
+
"propToVariantKeys": {
|
|
214
|
+
"textVariant": [
|
|
215
|
+
"linkTextStyleRoot",
|
|
216
|
+
"fontSize",
|
|
217
|
+
"fontFamily",
|
|
218
|
+
"fontWeight",
|
|
219
|
+
"lineHeight",
|
|
220
|
+
"textTransform",
|
|
221
|
+
"linkTextStyleIcon"
|
|
222
|
+
],
|
|
223
|
+
"variant": [
|
|
224
|
+
"linkVariantRoot",
|
|
225
|
+
"linkVariantIconStart",
|
|
226
|
+
"linkVariantIconEnd"
|
|
227
|
+
],
|
|
228
|
+
"startIcon": ["icon"],
|
|
229
|
+
"endIcon": ["icon"]
|
|
230
|
+
},
|
|
231
|
+
"runtimeConfigDefaultProps": {},
|
|
232
|
+
"runtimeConfigGetStyles": {},
|
|
233
|
+
"runtimeConfigInternalComponentProps": {},
|
|
234
|
+
"motionVarPrefixes": []
|
|
235
|
+
};
|
|
236
|
+
var BannerDescription = {
|
|
237
|
+
"name": "BannerDescription",
|
|
225
238
|
"defaultProps": {},
|
|
226
|
-
"getStylesLiterals": {
|
|
239
|
+
"getStylesLiterals": {
|
|
240
|
+
"bannerSizeDescription": "default",
|
|
241
|
+
"className": "w-full line-clamp-3"
|
|
242
|
+
},
|
|
227
243
|
"cxLiterals": [],
|
|
228
|
-
"internalComponents": ["
|
|
229
|
-
"internalComponentProps": {
|
|
230
|
-
"propToVariantKeys": {
|
|
244
|
+
"internalComponents": ["Text"],
|
|
245
|
+
"internalComponentProps": {},
|
|
246
|
+
"propToVariantKeys": {},
|
|
231
247
|
"runtimeConfigDefaultProps": {},
|
|
232
248
|
"runtimeConfigGetStyles": {},
|
|
233
249
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -330,22 +346,6 @@ var BannerContent = {
|
|
|
330
346
|
"runtimeConfigInternalComponentProps": {},
|
|
331
347
|
"motionVarPrefixes": []
|
|
332
348
|
};
|
|
333
|
-
var BannerDescription = {
|
|
334
|
-
"name": "BannerDescription",
|
|
335
|
-
"defaultProps": {},
|
|
336
|
-
"getStylesLiterals": {
|
|
337
|
-
"bannerSizeDescription": "default",
|
|
338
|
-
"className": "w-full line-clamp-3"
|
|
339
|
-
},
|
|
340
|
-
"cxLiterals": [],
|
|
341
|
-
"internalComponents": ["Text"],
|
|
342
|
-
"internalComponentProps": {},
|
|
343
|
-
"propToVariantKeys": {},
|
|
344
|
-
"runtimeConfigDefaultProps": {},
|
|
345
|
-
"runtimeConfigGetStyles": {},
|
|
346
|
-
"runtimeConfigInternalComponentProps": {},
|
|
347
|
-
"motionVarPrefixes": []
|
|
348
|
-
};
|
|
349
349
|
var BannerTitle = {
|
|
350
350
|
"name": "BannerTitle",
|
|
351
351
|
"defaultProps": {},
|
|
@@ -359,181 +359,267 @@ var BannerTitle = {
|
|
|
359
359
|
"runtimeConfigInternalComponentProps": {},
|
|
360
360
|
"motionVarPrefixes": []
|
|
361
361
|
};
|
|
362
|
-
var
|
|
363
|
-
"name": "
|
|
362
|
+
var Divider = {
|
|
363
|
+
"name": "Divider",
|
|
364
364
|
"defaultProps": {},
|
|
365
365
|
"getStylesLiterals": {},
|
|
366
|
-
"cxLiterals": [
|
|
367
|
-
"internalComponents": ["
|
|
368
|
-
"internalComponentProps": {
|
|
369
|
-
"propToVariantKeys": {
|
|
366
|
+
"cxLiterals": [],
|
|
367
|
+
"internalComponents": ["DividerInternal"],
|
|
368
|
+
"internalComponentProps": {},
|
|
369
|
+
"propToVariantKeys": {},
|
|
370
370
|
"runtimeConfigDefaultProps": {},
|
|
371
371
|
"runtimeConfigGetStyles": {},
|
|
372
372
|
"runtimeConfigInternalComponentProps": {},
|
|
373
|
-
"motionVarPrefixes": [
|
|
373
|
+
"motionVarPrefixes": []
|
|
374
374
|
};
|
|
375
|
-
var
|
|
376
|
-
"name": "
|
|
377
|
-
"defaultProps": {
|
|
378
|
-
"variant": "primary",
|
|
379
|
-
"size": "md"
|
|
380
|
-
},
|
|
375
|
+
var DividerCore = {
|
|
376
|
+
"name": "DividerCore",
|
|
377
|
+
"defaultProps": { "contentPosition": "center" },
|
|
381
378
|
"getStylesLiterals": {},
|
|
382
|
-
"cxLiterals": [
|
|
383
|
-
|
|
384
|
-
"
|
|
385
|
-
"
|
|
386
|
-
"
|
|
379
|
+
"cxLiterals": [],
|
|
380
|
+
"internalComponents": [
|
|
381
|
+
"Box",
|
|
382
|
+
"Line",
|
|
383
|
+
"InternalComponent",
|
|
384
|
+
"Text"
|
|
387
385
|
],
|
|
388
|
-
"internalComponents": ["IconSlot", "HStack"],
|
|
389
386
|
"internalComponentProps": {
|
|
390
|
-
"
|
|
391
|
-
|
|
392
|
-
"
|
|
393
|
-
|
|
387
|
+
"Box": {
|
|
388
|
+
"flex": ["1", "none"],
|
|
389
|
+
"display": ["flex"]
|
|
390
|
+
},
|
|
391
|
+
"InternalComponent": {
|
|
392
|
+
"flex": ["1"],
|
|
394
393
|
"alignItems": ["center"]
|
|
394
|
+
},
|
|
395
|
+
"Text": {
|
|
396
|
+
"as": ["span"],
|
|
397
|
+
"color": ["inherit"],
|
|
398
|
+
"variant": ["inherit"]
|
|
395
399
|
}
|
|
396
400
|
},
|
|
397
|
-
"propToVariantKeys": {
|
|
398
|
-
"size": ["badgeSizeRoot", "badgeSizeIcon"],
|
|
399
|
-
"variant": ["badgeVariantRoot", "badgeVariantIcon"],
|
|
400
|
-
"startIcon": ["icon"],
|
|
401
|
-
"endIcon": ["icon"]
|
|
402
|
-
},
|
|
401
|
+
"propToVariantKeys": {},
|
|
403
402
|
"runtimeConfigDefaultProps": {},
|
|
404
403
|
"runtimeConfigGetStyles": {},
|
|
405
404
|
"runtimeConfigInternalComponentProps": {},
|
|
406
405
|
"motionVarPrefixes": []
|
|
407
406
|
};
|
|
408
|
-
var
|
|
409
|
-
"name": "
|
|
410
|
-
"defaultProps": { "
|
|
407
|
+
var DividerInternal = {
|
|
408
|
+
"name": "DividerInternal",
|
|
409
|
+
"defaultProps": { "variant": "primary" },
|
|
410
|
+
"getStylesLiterals": {},
|
|
411
|
+
"cxLiterals": ["inherit"],
|
|
412
|
+
"internalComponents": ["DividerCore"],
|
|
413
|
+
"internalComponentProps": {},
|
|
414
|
+
"propToVariantKeys": { "variant": [
|
|
415
|
+
"dividerVariantRoot",
|
|
416
|
+
"dividerVariantLabel",
|
|
417
|
+
"dividerVariantLine"
|
|
418
|
+
] },
|
|
419
|
+
"runtimeConfigDefaultProps": {},
|
|
420
|
+
"runtimeConfigGetStyles": {},
|
|
421
|
+
"runtimeConfigInternalComponentProps": {},
|
|
422
|
+
"motionVarPrefixes": []
|
|
423
|
+
};
|
|
424
|
+
var Table_mocks = {
|
|
425
|
+
"name": "Table.mocks",
|
|
426
|
+
"defaultProps": {},
|
|
427
|
+
"getStylesLiterals": {},
|
|
428
|
+
"cxLiterals": [],
|
|
429
|
+
"internalComponents": [],
|
|
430
|
+
"internalComponentProps": {},
|
|
431
|
+
"propToVariantKeys": {},
|
|
432
|
+
"runtimeConfigDefaultProps": {},
|
|
433
|
+
"runtimeConfigGetStyles": {},
|
|
434
|
+
"runtimeConfigInternalComponentProps": {},
|
|
435
|
+
"motionVarPrefixes": []
|
|
436
|
+
};
|
|
437
|
+
var Spinner = {
|
|
438
|
+
"name": "Spinner",
|
|
439
|
+
"defaultProps": {
|
|
440
|
+
"color": "primary",
|
|
441
|
+
"size": "lg"
|
|
442
|
+
},
|
|
411
443
|
"getStylesLiterals": {},
|
|
412
444
|
"cxLiterals": [
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
"
|
|
416
|
-
"overflow-hidden",
|
|
417
|
-
"justify-center",
|
|
418
|
-
"items-center",
|
|
419
|
-
"whitespace-nowrap",
|
|
420
|
-
"select-none",
|
|
421
|
-
"[transform-origin:center]",
|
|
422
|
-
"[backface-visibility:hidden]",
|
|
423
|
-
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
424
|
-
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
425
|
-
"[transition-duration:220ms]",
|
|
426
|
-
"cursor-not-allowed",
|
|
427
|
-
"uds-button-loading",
|
|
428
|
-
"uds-button-without-effects",
|
|
429
|
-
"withIcon",
|
|
430
|
-
"uds-button-with-gap",
|
|
431
|
-
"animate-spin",
|
|
432
|
-
"truncate"
|
|
445
|
+
"self-center",
|
|
446
|
+
"relative",
|
|
447
|
+
"sr-only"
|
|
433
448
|
],
|
|
449
|
+
"internalComponents": ["Icon"],
|
|
450
|
+
"internalComponentProps": { "Icon": {
|
|
451
|
+
"role": ["img"],
|
|
452
|
+
"className": ["animate-spin"],
|
|
453
|
+
"aria-hidden": ["true"]
|
|
454
|
+
} },
|
|
455
|
+
"propToVariantKeys": {},
|
|
456
|
+
"runtimeConfigDefaultProps": {},
|
|
457
|
+
"runtimeConfigGetStyles": {},
|
|
458
|
+
"runtimeConfigInternalComponentProps": {},
|
|
459
|
+
"motionVarPrefixes": []
|
|
460
|
+
};
|
|
461
|
+
var Table = {
|
|
462
|
+
"name": "Table",
|
|
463
|
+
"defaultProps": {
|
|
464
|
+
"display": "table-cell",
|
|
465
|
+
"overflow": "hidden",
|
|
466
|
+
"borderColor": "muted",
|
|
467
|
+
"borderRadius": "md",
|
|
468
|
+
"spacing": "3",
|
|
469
|
+
"borderBottomColor": "muted",
|
|
470
|
+
"borderBottomWidth": "thin",
|
|
471
|
+
"color": "primary"
|
|
472
|
+
},
|
|
473
|
+
"getStylesLiterals": { "textAlign": "start" },
|
|
474
|
+
"cxLiterals": [],
|
|
434
475
|
"internalComponents": [
|
|
435
|
-
"
|
|
436
|
-
"
|
|
437
|
-
"
|
|
438
|
-
"
|
|
439
|
-
"
|
|
476
|
+
"CellComponent",
|
|
477
|
+
"Box",
|
|
478
|
+
"Text",
|
|
479
|
+
"Table.Root",
|
|
480
|
+
"Table.Header",
|
|
481
|
+
"Table.Row",
|
|
482
|
+
"Table.Cell",
|
|
483
|
+
"Table.Body"
|
|
440
484
|
],
|
|
441
|
-
"internalComponentProps": {
|
|
442
|
-
|
|
443
|
-
"AnimatePresence": { "mode": ["popLayout"] },
|
|
444
|
-
"SpringMotionConfig": { "layoutSpeed": ["3"] },
|
|
445
|
-
"MotionSlot": {
|
|
446
|
-
"whileHover": ["hover"],
|
|
447
|
-
"whileTap": ["pressed"]
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
"propToVariantKeys": {
|
|
451
|
-
"size": ["buttonSizeRoot", "buttonSizeIcon"],
|
|
452
|
-
"variant": ["buttonVariantRoot", "buttonVariantIcon"],
|
|
453
|
-
"iconVariant": ["variant"],
|
|
454
|
-
"startIcon": ["icon"],
|
|
455
|
-
"endIcon": ["icon"]
|
|
456
|
-
},
|
|
485
|
+
"internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
|
|
486
|
+
"propToVariantKeys": {},
|
|
457
487
|
"runtimeConfigDefaultProps": {},
|
|
458
488
|
"runtimeConfigGetStyles": {},
|
|
459
489
|
"runtimeConfigInternalComponentProps": {},
|
|
460
|
-
"motionVarPrefixes": [
|
|
490
|
+
"motionVarPrefixes": []
|
|
461
491
|
};
|
|
462
|
-
var
|
|
463
|
-
"name": "
|
|
492
|
+
var Pressable = {
|
|
493
|
+
"name": "Pressable",
|
|
494
|
+
"defaultProps": {},
|
|
495
|
+
"getStylesLiterals": {},
|
|
496
|
+
"cxLiterals": [],
|
|
497
|
+
"internalComponents": ["Comp"],
|
|
498
|
+
"internalComponentProps": {},
|
|
499
|
+
"propToVariantKeys": {},
|
|
500
|
+
"runtimeConfigDefaultProps": {},
|
|
501
|
+
"runtimeConfigGetStyles": {},
|
|
502
|
+
"runtimeConfigInternalComponentProps": {},
|
|
503
|
+
"motionVarPrefixes": []
|
|
504
|
+
};
|
|
505
|
+
var SpringMotionConfig = {
|
|
506
|
+
"name": "SpringMotionConfig",
|
|
507
|
+
"defaultProps": { "reducedMotion": "user" },
|
|
508
|
+
"getStylesLiterals": {},
|
|
509
|
+
"cxLiterals": [],
|
|
510
|
+
"internalComponents": ["LazyMotion", "MotionConfig"],
|
|
511
|
+
"internalComponentProps": {},
|
|
512
|
+
"propToVariantKeys": { "loadFeatures": ["features"] },
|
|
513
|
+
"runtimeConfigDefaultProps": {},
|
|
514
|
+
"runtimeConfigGetStyles": {},
|
|
515
|
+
"runtimeConfigInternalComponentProps": {},
|
|
516
|
+
"motionVarPrefixes": []
|
|
517
|
+
};
|
|
518
|
+
var AnimateHeightChange = {
|
|
519
|
+
"name": "AnimateHeightChange",
|
|
520
|
+
"defaultProps": {},
|
|
521
|
+
"getStylesLiterals": {},
|
|
522
|
+
"cxLiterals": ["overflow-hidden"],
|
|
523
|
+
"internalComponents": ["SpringMotionConfig"],
|
|
524
|
+
"internalComponentProps": { "SpringMotionConfig": { "layoutSpeed": ["4"] } },
|
|
525
|
+
"propToVariantKeys": { "reduceMotion": ["reducedMotion"] },
|
|
526
|
+
"runtimeConfigDefaultProps": {},
|
|
527
|
+
"runtimeConfigGetStyles": {},
|
|
528
|
+
"runtimeConfigInternalComponentProps": {},
|
|
529
|
+
"motionVarPrefixes": ["--uds-motion-subtle-4-", "--uds-motion-smooth-3-"]
|
|
530
|
+
};
|
|
531
|
+
var Switch = {
|
|
532
|
+
"name": "Switch",
|
|
464
533
|
"defaultProps": {
|
|
465
534
|
"labelPosition": "start",
|
|
466
|
-
"variant": "primary",
|
|
467
535
|
"size": "md"
|
|
468
536
|
},
|
|
469
537
|
"getStylesLiterals": {
|
|
538
|
+
"switchVariantRoot": "default",
|
|
539
|
+
"switchVariantActiveRoot": "on",
|
|
540
|
+
"switchVariantActiveRoot:1": "off",
|
|
470
541
|
"display": "flex",
|
|
471
542
|
"flexDirection": "row",
|
|
472
543
|
"flexDirection:1": "row-reverse",
|
|
473
|
-
"alignItems": "center"
|
|
544
|
+
"alignItems": "center",
|
|
545
|
+
"switchVariantSwitch": "default",
|
|
546
|
+
"switchVariantActiveSwitch": "on",
|
|
547
|
+
"switchVariantActiveSwitch:1": "off",
|
|
548
|
+
"borderRadius": "full",
|
|
549
|
+
"position": "relative",
|
|
550
|
+
"switchVariantActiveHandle": "on",
|
|
551
|
+
"switchVariantActiveHandle:1": "off",
|
|
552
|
+
"switchVariantHandle": "default",
|
|
553
|
+
"switchVariantHandleIcon": "default",
|
|
554
|
+
"switchVariantActiveHandleIcon": "on",
|
|
555
|
+
"switchVariantActiveHandleIcon:1": "off"
|
|
474
556
|
},
|
|
475
557
|
"cxLiterals": [
|
|
558
|
+
"group",
|
|
476
559
|
"cursor-pointer",
|
|
477
560
|
"cursor-default",
|
|
478
561
|
"opacity-50",
|
|
479
562
|
"uds-ring",
|
|
480
563
|
"uds-ring-within",
|
|
481
|
-
"transition-[background-color,
|
|
564
|
+
"transition-[background-color,box-shadow]",
|
|
565
|
+
"relative",
|
|
482
566
|
"pointer-events-none",
|
|
483
|
-
"
|
|
484
|
-
"
|
|
567
|
+
"uds-border-radius-full",
|
|
568
|
+
"overflow-hidden",
|
|
485
569
|
"absolute",
|
|
570
|
+
"top-0",
|
|
571
|
+
"left-0",
|
|
572
|
+
"right-0",
|
|
573
|
+
"bottom-0",
|
|
574
|
+
"opacity-95",
|
|
575
|
+
"group-hover:opacity-100",
|
|
576
|
+
"transition-[background-color,box-shadow,opacity]",
|
|
486
577
|
"opacity-0",
|
|
487
578
|
"top-1/2",
|
|
488
579
|
"left-1/2",
|
|
489
|
-
"w-[calc(100%+2px)]",
|
|
490
|
-
"h-[calc(100%+2px)]",
|
|
491
580
|
"transform",
|
|
492
581
|
"translate-x-[-50%]",
|
|
493
582
|
"translate-y-[-50%]",
|
|
583
|
+
"transition-opacity",
|
|
584
|
+
"cursor-[inherit]",
|
|
585
|
+
"w-[calc(100%+2px)]",
|
|
586
|
+
"h-[calc(100%+2px)]",
|
|
494
587
|
"text-start",
|
|
495
|
-
"text-end"
|
|
588
|
+
"text-end",
|
|
589
|
+
"opacity-100"
|
|
496
590
|
],
|
|
497
591
|
"internalComponents": [
|
|
498
|
-
"
|
|
592
|
+
"IconSlot",
|
|
593
|
+
"Box",
|
|
499
594
|
"FormLabel",
|
|
500
595
|
"SpringMotionConfig",
|
|
501
596
|
"RootElement",
|
|
502
597
|
"MotionBox"
|
|
503
598
|
],
|
|
504
599
|
"internalComponentProps": {
|
|
505
|
-
"
|
|
600
|
+
"IconSlot": { "data-testid": ["on-icon", "off-icon"] },
|
|
506
601
|
"FormLabel": {
|
|
507
602
|
"as": ["div"],
|
|
508
603
|
"variant": ["inherit"],
|
|
509
604
|
"color": ["inherit"]
|
|
510
605
|
},
|
|
511
|
-
"RootElement": { "data-testid": ["container"] }
|
|
512
|
-
"MotionBox": {
|
|
513
|
-
"position": ["relative"],
|
|
514
|
-
"alignItems": ["center"],
|
|
515
|
-
"justifyContent": ["center"],
|
|
516
|
-
"flex": ["none"]
|
|
517
|
-
}
|
|
606
|
+
"RootElement": { "data-testid": ["container"] }
|
|
518
607
|
},
|
|
519
608
|
"propToVariantKeys": {
|
|
520
|
-
"size": [
|
|
521
|
-
|
|
522
|
-
"
|
|
523
|
-
"
|
|
524
|
-
"
|
|
525
|
-
],
|
|
526
|
-
"valueState": [
|
|
527
|
-
"checkboxVariantValueRoot",
|
|
528
|
-
"checkboxVariantValueCheckbox",
|
|
529
|
-
"checkboxVariantValueCheckboxIcon"
|
|
609
|
+
"size": [
|
|
610
|
+
"switchSizeRoot",
|
|
611
|
+
"switchSizeSwitch",
|
|
612
|
+
"switchSizeHandle",
|
|
613
|
+
"switchSizeHandleIcon"
|
|
530
614
|
],
|
|
615
|
+
"onIcon": ["icon"],
|
|
616
|
+
"offIcon": ["icon"],
|
|
531
617
|
"reduceMotion": ["reducedMotion"]
|
|
532
618
|
},
|
|
533
619
|
"runtimeConfigDefaultProps": {},
|
|
534
620
|
"runtimeConfigGetStyles": {},
|
|
535
621
|
"runtimeConfigInternalComponentProps": {},
|
|
536
|
-
"motionVarPrefixes": ["--uds-motion-
|
|
622
|
+
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
537
623
|
};
|
|
538
624
|
var IconButton = {
|
|
539
625
|
"name": "IconButton",
|
|
@@ -577,217 +663,455 @@ var IconButton = {
|
|
|
577
663
|
"runtimeConfigInternalComponentProps": {},
|
|
578
664
|
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
579
665
|
};
|
|
580
|
-
var
|
|
581
|
-
"name": "
|
|
582
|
-
"defaultProps": {
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
"internalComponentProps": {},
|
|
587
|
-
"propToVariantKeys": {},
|
|
588
|
-
"runtimeConfigDefaultProps": {},
|
|
589
|
-
"runtimeConfigGetStyles": {},
|
|
590
|
-
"runtimeConfigInternalComponentProps": {},
|
|
591
|
-
"motionVarPrefixes": []
|
|
592
|
-
};
|
|
593
|
-
var SpringMotionConfig = {
|
|
594
|
-
"name": "SpringMotionConfig",
|
|
595
|
-
"defaultProps": { "reducedMotion": "user" },
|
|
666
|
+
var Badge = {
|
|
667
|
+
"name": "Badge",
|
|
668
|
+
"defaultProps": {
|
|
669
|
+
"variant": "primary",
|
|
670
|
+
"size": "md"
|
|
671
|
+
},
|
|
596
672
|
"getStylesLiterals": {},
|
|
597
|
-
"cxLiterals": [
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
673
|
+
"cxLiterals": [
|
|
674
|
+
"flex-1",
|
|
675
|
+
"truncate",
|
|
676
|
+
"whitespace-nowrap",
|
|
677
|
+
"text-center"
|
|
678
|
+
],
|
|
679
|
+
"internalComponents": ["IconSlot", "HStack"],
|
|
680
|
+
"internalComponentProps": {
|
|
681
|
+
"IconSlot": { "data-testid": ["start-icon", "end-icon"] },
|
|
682
|
+
"HStack": {
|
|
683
|
+
"gap": ["2"],
|
|
684
|
+
"display": ["inline-flex"],
|
|
685
|
+
"alignItems": ["center"]
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
"propToVariantKeys": {
|
|
689
|
+
"size": ["badgeSizeRoot", "badgeSizeIcon"],
|
|
690
|
+
"variant": ["badgeVariantRoot", "badgeVariantIcon"],
|
|
691
|
+
"startIcon": ["icon"],
|
|
692
|
+
"endIcon": ["icon"]
|
|
693
|
+
},
|
|
601
694
|
"runtimeConfigDefaultProps": {},
|
|
602
695
|
"runtimeConfigGetStyles": {},
|
|
603
696
|
"runtimeConfigInternalComponentProps": {},
|
|
604
697
|
"motionVarPrefixes": []
|
|
605
698
|
};
|
|
606
|
-
var
|
|
607
|
-
"name": "
|
|
699
|
+
var Checkbox = {
|
|
700
|
+
"name": "Checkbox",
|
|
608
701
|
"defaultProps": {
|
|
609
702
|
"labelPosition": "start",
|
|
703
|
+
"variant": "primary",
|
|
610
704
|
"size": "md"
|
|
611
705
|
},
|
|
612
706
|
"getStylesLiterals": {
|
|
613
|
-
"switchVariantRoot": "default",
|
|
614
|
-
"switchVariantActiveRoot": "on",
|
|
615
|
-
"switchVariantActiveRoot:1": "off",
|
|
616
707
|
"display": "flex",
|
|
617
708
|
"flexDirection": "row",
|
|
618
709
|
"flexDirection:1": "row-reverse",
|
|
619
|
-
"alignItems": "center"
|
|
620
|
-
"switchVariantSwitch": "default",
|
|
621
|
-
"switchVariantActiveSwitch": "on",
|
|
622
|
-
"switchVariantActiveSwitch:1": "off",
|
|
623
|
-
"borderRadius": "full",
|
|
624
|
-
"position": "relative",
|
|
625
|
-
"switchVariantActiveHandle": "on",
|
|
626
|
-
"switchVariantActiveHandle:1": "off",
|
|
627
|
-
"switchVariantHandle": "default",
|
|
628
|
-
"switchVariantHandleIcon": "default",
|
|
629
|
-
"switchVariantActiveHandleIcon": "on",
|
|
630
|
-
"switchVariantActiveHandleIcon:1": "off"
|
|
710
|
+
"alignItems": "center"
|
|
631
711
|
},
|
|
632
712
|
"cxLiterals": [
|
|
633
|
-
"group",
|
|
634
713
|
"cursor-pointer",
|
|
635
714
|
"cursor-default",
|
|
636
715
|
"opacity-50",
|
|
637
716
|
"uds-ring",
|
|
638
717
|
"uds-ring-within",
|
|
639
|
-
"transition-[background-color,box-shadow]",
|
|
640
|
-
"relative",
|
|
718
|
+
"transition-[background-color,border-color,box-shadow]",
|
|
641
719
|
"pointer-events-none",
|
|
642
|
-
"
|
|
643
|
-
"
|
|
720
|
+
"transition-opacity",
|
|
721
|
+
"cursor-[inherit]",
|
|
644
722
|
"absolute",
|
|
645
|
-
"top-0",
|
|
646
|
-
"left-0",
|
|
647
|
-
"right-0",
|
|
648
|
-
"bottom-0",
|
|
649
|
-
"opacity-95",
|
|
650
|
-
"group-hover:opacity-100",
|
|
651
|
-
"transition-[background-color,box-shadow,opacity]",
|
|
652
723
|
"opacity-0",
|
|
653
724
|
"top-1/2",
|
|
654
725
|
"left-1/2",
|
|
726
|
+
"w-[calc(100%+2px)]",
|
|
727
|
+
"h-[calc(100%+2px)]",
|
|
655
728
|
"transform",
|
|
656
729
|
"translate-x-[-50%]",
|
|
657
730
|
"translate-y-[-50%]",
|
|
658
|
-
"transition-opacity",
|
|
659
|
-
"cursor-[inherit]",
|
|
660
|
-
"w-[calc(100%+2px)]",
|
|
661
|
-
"h-[calc(100%+2px)]",
|
|
662
731
|
"text-start",
|
|
663
|
-
"text-end"
|
|
664
|
-
"opacity-100"
|
|
732
|
+
"text-end"
|
|
665
733
|
],
|
|
666
734
|
"internalComponents": [
|
|
667
|
-
"
|
|
668
|
-
"Box",
|
|
735
|
+
"Icon",
|
|
669
736
|
"FormLabel",
|
|
670
737
|
"SpringMotionConfig",
|
|
671
738
|
"RootElement",
|
|
672
739
|
"MotionBox"
|
|
673
740
|
],
|
|
674
741
|
"internalComponentProps": {
|
|
675
|
-
"
|
|
742
|
+
"Icon": { "size": ["sm"] },
|
|
676
743
|
"FormLabel": {
|
|
677
744
|
"as": ["div"],
|
|
678
745
|
"variant": ["inherit"],
|
|
679
746
|
"color": ["inherit"]
|
|
680
747
|
},
|
|
681
|
-
"RootElement": { "data-testid": ["container"] }
|
|
748
|
+
"RootElement": { "data-testid": ["container"] },
|
|
749
|
+
"MotionBox": {
|
|
750
|
+
"position": ["relative"],
|
|
751
|
+
"alignItems": ["center"],
|
|
752
|
+
"justifyContent": ["center"],
|
|
753
|
+
"flex": ["none"]
|
|
754
|
+
}
|
|
682
755
|
},
|
|
683
756
|
"propToVariantKeys": {
|
|
684
|
-
"size": [
|
|
685
|
-
|
|
686
|
-
"
|
|
687
|
-
"
|
|
688
|
-
"
|
|
757
|
+
"size": ["checkboxSizeRoot", "checkboxSizeCheckbox"],
|
|
758
|
+
"variant": [
|
|
759
|
+
"checkboxVariantRoot",
|
|
760
|
+
"checkboxVariantCheckbox",
|
|
761
|
+
"checkboxVariantCheckboxIcon"
|
|
762
|
+
],
|
|
763
|
+
"valueState": [
|
|
764
|
+
"checkboxVariantValueRoot",
|
|
765
|
+
"checkboxVariantValueCheckbox",
|
|
766
|
+
"checkboxVariantValueCheckboxIcon"
|
|
689
767
|
],
|
|
690
|
-
"onIcon": ["icon"],
|
|
691
|
-
"offIcon": ["icon"],
|
|
692
768
|
"reduceMotion": ["reducedMotion"]
|
|
693
769
|
},
|
|
694
770
|
"runtimeConfigDefaultProps": {},
|
|
695
771
|
"runtimeConfigGetStyles": {},
|
|
696
772
|
"runtimeConfigInternalComponentProps": {},
|
|
697
|
-
"motionVarPrefixes": ["--uds-motion-
|
|
698
|
-
};
|
|
699
|
-
var Divider = {
|
|
700
|
-
"name": "Divider",
|
|
701
|
-
"defaultProps": {},
|
|
702
|
-
"getStylesLiterals": {},
|
|
703
|
-
"cxLiterals": [],
|
|
704
|
-
"internalComponents": ["DividerInternal"],
|
|
705
|
-
"internalComponentProps": {},
|
|
706
|
-
"propToVariantKeys": {},
|
|
707
|
-
"runtimeConfigDefaultProps": {},
|
|
708
|
-
"runtimeConfigGetStyles": {},
|
|
709
|
-
"runtimeConfigInternalComponentProps": {},
|
|
710
|
-
"motionVarPrefixes": []
|
|
773
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
711
774
|
};
|
|
712
|
-
var
|
|
713
|
-
"name": "
|
|
714
|
-
"defaultProps": { "
|
|
775
|
+
var Button = {
|
|
776
|
+
"name": "Button",
|
|
777
|
+
"defaultProps": { "type": "button" },
|
|
715
778
|
"getStylesLiterals": {},
|
|
716
|
-
"cxLiterals": [
|
|
779
|
+
"cxLiterals": [
|
|
780
|
+
"uds-ring",
|
|
781
|
+
"uds-hit-target",
|
|
782
|
+
"inline-flex",
|
|
783
|
+
"overflow-hidden",
|
|
784
|
+
"justify-center",
|
|
785
|
+
"items-center",
|
|
786
|
+
"whitespace-nowrap",
|
|
787
|
+
"select-none",
|
|
788
|
+
"[transform-origin:center]",
|
|
789
|
+
"[backface-visibility:hidden]",
|
|
790
|
+
"[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
|
|
791
|
+
"[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
|
|
792
|
+
"[transition-duration:220ms]",
|
|
793
|
+
"cursor-not-allowed",
|
|
794
|
+
"uds-button-loading",
|
|
795
|
+
"uds-button-without-effects",
|
|
796
|
+
"withIcon",
|
|
797
|
+
"uds-button-with-gap",
|
|
798
|
+
"animate-spin",
|
|
799
|
+
"truncate"
|
|
800
|
+
],
|
|
717
801
|
"internalComponents": [
|
|
718
|
-
"
|
|
719
|
-
"
|
|
720
|
-
"
|
|
721
|
-
"
|
|
802
|
+
"Icon",
|
|
803
|
+
"IconSlot",
|
|
804
|
+
"AnimatePresence",
|
|
805
|
+
"SpringMotionConfig",
|
|
806
|
+
"MotionSlot"
|
|
722
807
|
],
|
|
723
808
|
"internalComponentProps": {
|
|
724
|
-
"
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
"
|
|
730
|
-
"alignItems": ["center"]
|
|
731
|
-
},
|
|
732
|
-
"Text": {
|
|
733
|
-
"as": ["span"],
|
|
734
|
-
"color": ["inherit"],
|
|
735
|
-
"variant": ["inherit"]
|
|
809
|
+
"Icon": { "color": ["current"] },
|
|
810
|
+
"AnimatePresence": { "mode": ["popLayout"] },
|
|
811
|
+
"SpringMotionConfig": { "layoutSpeed": ["3"] },
|
|
812
|
+
"MotionSlot": {
|
|
813
|
+
"whileHover": ["hover"],
|
|
814
|
+
"whileTap": ["pressed"]
|
|
736
815
|
}
|
|
737
816
|
},
|
|
738
|
-
"propToVariantKeys": {
|
|
817
|
+
"propToVariantKeys": {
|
|
818
|
+
"size": ["buttonSizeRoot", "buttonSizeIcon"],
|
|
819
|
+
"variant": ["buttonVariantRoot", "buttonVariantIcon"],
|
|
820
|
+
"iconVariant": ["variant"],
|
|
821
|
+
"startIcon": ["icon"],
|
|
822
|
+
"endIcon": ["icon"]
|
|
823
|
+
},
|
|
739
824
|
"runtimeConfigDefaultProps": {},
|
|
740
825
|
"runtimeConfigGetStyles": {},
|
|
741
826
|
"runtimeConfigInternalComponentProps": {},
|
|
742
|
-
"motionVarPrefixes": []
|
|
827
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
743
828
|
};
|
|
744
|
-
var
|
|
745
|
-
"name": "
|
|
746
|
-
"defaultProps": {
|
|
829
|
+
var Accordion = {
|
|
830
|
+
"name": "Accordion",
|
|
831
|
+
"defaultProps": {
|
|
832
|
+
"spacingHorizontal": "4",
|
|
833
|
+
"spacingVertical": "4"
|
|
834
|
+
},
|
|
747
835
|
"getStylesLiterals": {},
|
|
748
|
-
"cxLiterals": ["
|
|
749
|
-
"internalComponents": [
|
|
836
|
+
"cxLiterals": ["hover:bg-secondary/80", "w-full"],
|
|
837
|
+
"internalComponents": [
|
|
838
|
+
"Icon",
|
|
839
|
+
"SpringMotionConfig",
|
|
840
|
+
"Pressable",
|
|
841
|
+
"Text",
|
|
842
|
+
"HStack",
|
|
843
|
+
"AnimatePresence",
|
|
844
|
+
"VStack"
|
|
845
|
+
],
|
|
846
|
+
"internalComponentProps": {
|
|
847
|
+
"Icon": {
|
|
848
|
+
"variant": ["fill"],
|
|
849
|
+
"size": ["sm"],
|
|
850
|
+
"color": ["primary"]
|
|
851
|
+
},
|
|
852
|
+
"SpringMotionConfig": {
|
|
853
|
+
"layoutVariant": ["smooth"],
|
|
854
|
+
"layoutSpeed": ["3"]
|
|
855
|
+
},
|
|
856
|
+
"Pressable": {
|
|
857
|
+
"display": ["flex"],
|
|
858
|
+
"flexDirection": ["row"],
|
|
859
|
+
"alignItems": ["center"],
|
|
860
|
+
"justifyContent": ["space-between"],
|
|
861
|
+
"borderRadius": ["md"]
|
|
862
|
+
},
|
|
863
|
+
"Text": {
|
|
864
|
+
"variant": ["title4"],
|
|
865
|
+
"color": ["primary"]
|
|
866
|
+
},
|
|
867
|
+
"HStack": {
|
|
868
|
+
"display": ["flex"],
|
|
869
|
+
"alignItems": ["center"],
|
|
870
|
+
"justifyContent": ["space-between"],
|
|
871
|
+
"columnGap": ["2.5"]
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
"propToVariantKeys": {},
|
|
875
|
+
"runtimeConfigDefaultProps": {},
|
|
876
|
+
"runtimeConfigGetStyles": {},
|
|
877
|
+
"runtimeConfigInternalComponentProps": {},
|
|
878
|
+
"motionVarPrefixes": ["--uds-motion-smooth-3-"]
|
|
879
|
+
};
|
|
880
|
+
var Modal = {
|
|
881
|
+
"name": "Modal",
|
|
882
|
+
"defaultProps": {},
|
|
883
|
+
"getStylesLiterals": {},
|
|
884
|
+
"cxLiterals": [
|
|
885
|
+
"inset-8",
|
|
886
|
+
"top-[250px]",
|
|
887
|
+
"z-50",
|
|
888
|
+
"mx-auto",
|
|
889
|
+
"h-fit",
|
|
890
|
+
"w-[600px]",
|
|
891
|
+
"origin-center",
|
|
892
|
+
"scale-95",
|
|
893
|
+
"opacity-0",
|
|
894
|
+
"transition",
|
|
895
|
+
"duration-150",
|
|
896
|
+
"data-[enter]:scale-100",
|
|
897
|
+
"data-[enter]:opacity-100",
|
|
898
|
+
"data-[enter]:bg-primary",
|
|
899
|
+
"backdrop-blur-0",
|
|
900
|
+
"data-[enter]:opacity-60",
|
|
901
|
+
"data-[enter]:backdrop-blur-sm"
|
|
902
|
+
],
|
|
903
|
+
"internalComponents": [
|
|
904
|
+
"IconButton",
|
|
905
|
+
"Dialog",
|
|
906
|
+
"HStack",
|
|
907
|
+
"Text",
|
|
908
|
+
"VStack"
|
|
909
|
+
],
|
|
910
|
+
"internalComponentProps": {
|
|
911
|
+
"IconButton": {
|
|
912
|
+
"aria-label": ["Close"],
|
|
913
|
+
"size": ["sm"],
|
|
914
|
+
"variant": ["tertiary"]
|
|
915
|
+
},
|
|
916
|
+
"HStack": {
|
|
917
|
+
"alignItems": ["center"],
|
|
918
|
+
"justifyContent": ["space-between"]
|
|
919
|
+
},
|
|
920
|
+
"Text": {
|
|
921
|
+
"variant": ["headline1"],
|
|
922
|
+
"color": ["primary"]
|
|
923
|
+
},
|
|
924
|
+
"VStack": {
|
|
925
|
+
"borderRadius": ["md"],
|
|
926
|
+
"position": ["fixed"],
|
|
927
|
+
"backgroundColor": ["primary"],
|
|
928
|
+
"dropShadow": ["md"],
|
|
929
|
+
"spacing": ["8"],
|
|
930
|
+
"overflow": ["hidden"]
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
"propToVariantKeys": { "handleClose": ["onClick"] },
|
|
934
|
+
"runtimeConfigDefaultProps": {},
|
|
935
|
+
"runtimeConfigGetStyles": {},
|
|
936
|
+
"runtimeConfigInternalComponentProps": {},
|
|
937
|
+
"motionVarPrefixes": []
|
|
938
|
+
};
|
|
939
|
+
var AvoidMotionLibraryProvider = {
|
|
940
|
+
"name": "AvoidMotionLibraryProvider",
|
|
941
|
+
"defaultProps": {},
|
|
942
|
+
"getStylesLiterals": {},
|
|
943
|
+
"cxLiterals": [],
|
|
944
|
+
"internalComponents": [],
|
|
750
945
|
"internalComponentProps": {},
|
|
751
|
-
"propToVariantKeys": {
|
|
752
|
-
"dividerVariantRoot",
|
|
753
|
-
"dividerVariantLabel",
|
|
754
|
-
"dividerVariantLine"
|
|
755
|
-
] },
|
|
946
|
+
"propToVariantKeys": {},
|
|
756
947
|
"runtimeConfigDefaultProps": {},
|
|
757
948
|
"runtimeConfigGetStyles": {},
|
|
758
949
|
"runtimeConfigInternalComponentProps": {},
|
|
759
950
|
"motionVarPrefixes": []
|
|
760
951
|
};
|
|
761
|
-
var
|
|
762
|
-
"name": "
|
|
763
|
-
"defaultProps": {
|
|
952
|
+
var SegmentedControl = {
|
|
953
|
+
"name": "SegmentedControl",
|
|
954
|
+
"defaultProps": { "textVariant": "label2" },
|
|
955
|
+
"getStylesLiterals": {
|
|
956
|
+
"display": "flex",
|
|
957
|
+
"alignItems": "center",
|
|
958
|
+
"backgroundColor": "primary",
|
|
959
|
+
"spacingVertical": "1",
|
|
960
|
+
"spacingHorizontal": "3",
|
|
961
|
+
"columnGap": "1.5",
|
|
962
|
+
"borderWidth": "thin",
|
|
963
|
+
"borderRadius": "full",
|
|
964
|
+
"borderColor": "muted",
|
|
965
|
+
"borderColor:1": "transparent",
|
|
764
966
|
"color": "primary",
|
|
765
|
-
"
|
|
967
|
+
"color:1": "tertiary",
|
|
968
|
+
"color:2": "muted"
|
|
766
969
|
},
|
|
767
|
-
"getStylesLiterals": {},
|
|
768
970
|
"cxLiterals": [
|
|
769
|
-
"
|
|
770
|
-
"
|
|
771
|
-
"
|
|
971
|
+
"uds-ring",
|
|
972
|
+
"cursor-not-allowed",
|
|
973
|
+
"opacity-50",
|
|
974
|
+
"pointer-events-none",
|
|
975
|
+
"hover:bg-primary"
|
|
772
976
|
],
|
|
773
|
-
"internalComponents": [
|
|
774
|
-
|
|
775
|
-
"
|
|
776
|
-
"
|
|
777
|
-
"
|
|
778
|
-
|
|
779
|
-
|
|
977
|
+
"internalComponents": [
|
|
978
|
+
"TextVariant",
|
|
979
|
+
"Radio",
|
|
980
|
+
"Icon",
|
|
981
|
+
"RadioProvider",
|
|
982
|
+
"HStack",
|
|
983
|
+
"RadioGroup",
|
|
984
|
+
"Pressable",
|
|
985
|
+
"Text"
|
|
986
|
+
],
|
|
987
|
+
"internalComponentProps": {
|
|
988
|
+
"Icon": {
|
|
989
|
+
"size": ["sm"],
|
|
990
|
+
"color": ["current"],
|
|
991
|
+
"aria-hidden": ["true"]
|
|
992
|
+
},
|
|
993
|
+
"HStack": {
|
|
994
|
+
"spacing": ["1"],
|
|
995
|
+
"gap": ["1"],
|
|
996
|
+
"backgroundColor": ["secondary"],
|
|
997
|
+
"borderRadius": ["full"],
|
|
998
|
+
"display": ["inline-flex"]
|
|
999
|
+
},
|
|
1000
|
+
"Text": { "color": ["current"] }
|
|
1001
|
+
},
|
|
1002
|
+
"propToVariantKeys": {
|
|
1003
|
+
"value": ["key"],
|
|
1004
|
+
"label": ["aria-label"],
|
|
1005
|
+
"textVariant": ["variant"]
|
|
1006
|
+
},
|
|
780
1007
|
"runtimeConfigDefaultProps": {},
|
|
781
1008
|
"runtimeConfigGetStyles": {},
|
|
782
1009
|
"runtimeConfigInternalComponentProps": {},
|
|
783
1010
|
"motionVarPrefixes": []
|
|
784
1011
|
};
|
|
785
|
-
var
|
|
786
|
-
"name": "
|
|
1012
|
+
var SwitchV2 = {
|
|
1013
|
+
"name": "SwitchV2",
|
|
1014
|
+
"defaultProps": {
|
|
1015
|
+
"labelPosition": "start",
|
|
1016
|
+
"size": "md"
|
|
1017
|
+
},
|
|
1018
|
+
"getStylesLiterals": {
|
|
1019
|
+
"switchVariantRoot": "default",
|
|
1020
|
+
"switchVariantActiveRoot": "on",
|
|
1021
|
+
"switchVariantActiveRoot:1": "off",
|
|
1022
|
+
"switchVariantSwitch": "default",
|
|
1023
|
+
"switchVariantActiveSwitch": "on",
|
|
1024
|
+
"switchVariantActiveSwitch:1": "off",
|
|
1025
|
+
"switchVariantActiveHandle": "on",
|
|
1026
|
+
"switchVariantActiveHandle:1": "off",
|
|
1027
|
+
"switchVariantHandle": "default",
|
|
1028
|
+
"switchVariantHandleIcon": "default",
|
|
1029
|
+
"switchVariantActiveHandleIcon": "on",
|
|
1030
|
+
"switchVariantActiveHandleIcon:1": "off"
|
|
1031
|
+
},
|
|
1032
|
+
"cxLiterals": [
|
|
1033
|
+
"group",
|
|
1034
|
+
"flex",
|
|
1035
|
+
"items-center",
|
|
1036
|
+
"flex-row",
|
|
1037
|
+
"flex-row-reverse",
|
|
1038
|
+
"uds-ring",
|
|
1039
|
+
"uds-ring-within",
|
|
1040
|
+
"relative",
|
|
1041
|
+
"uds-border-radius-full",
|
|
1042
|
+
"transition-[background-color,box-shadow]",
|
|
1043
|
+
"pointer-events-none",
|
|
1044
|
+
"w-full",
|
|
1045
|
+
"h-full",
|
|
1046
|
+
"absolute",
|
|
1047
|
+
"top-0",
|
|
1048
|
+
"bottom-0",
|
|
1049
|
+
"right-0",
|
|
1050
|
+
"left-0",
|
|
1051
|
+
"overflow-hidden",
|
|
1052
|
+
"group-hover:scale-105",
|
|
1053
|
+
"opacity-95",
|
|
1054
|
+
"group-hover:opacity-100",
|
|
1055
|
+
"transition-[transform,opacity]",
|
|
1056
|
+
"opacity-0",
|
|
1057
|
+
"top-1/2",
|
|
1058
|
+
"left-1/2",
|
|
1059
|
+
"transform",
|
|
1060
|
+
"translate-x-[-50%]",
|
|
1061
|
+
"translate-y-[-50%]",
|
|
1062
|
+
"transition-opacity",
|
|
1063
|
+
"cursor-[inherit]",
|
|
1064
|
+
"w-[calc(100%+2px)]",
|
|
1065
|
+
"h-[calc(100%+2px)]",
|
|
1066
|
+
"text-start",
|
|
1067
|
+
"text-end",
|
|
1068
|
+
"opacity-100"
|
|
1069
|
+
],
|
|
1070
|
+
"internalComponents": [
|
|
1071
|
+
"IconSlot",
|
|
1072
|
+
"Box",
|
|
1073
|
+
"FormLabel",
|
|
1074
|
+
"SpringMotionConfig",
|
|
1075
|
+
"RootElement",
|
|
1076
|
+
"MotionBox"
|
|
1077
|
+
],
|
|
1078
|
+
"internalComponentProps": {
|
|
1079
|
+
"IconSlot": { "data-testid": ["on-icon", "off-icon"] },
|
|
1080
|
+
"FormLabel": {
|
|
1081
|
+
"as": ["div"],
|
|
1082
|
+
"variant": ["inherit"],
|
|
1083
|
+
"color": ["inherit"]
|
|
1084
|
+
},
|
|
1085
|
+
"SpringMotionConfig": {
|
|
1086
|
+
"layoutVariant": ["bouncy"],
|
|
1087
|
+
"layoutSpeed": ["4"]
|
|
1088
|
+
},
|
|
1089
|
+
"RootElement": { "data-testid": ["switch-root"] },
|
|
1090
|
+
"MotionBox": { "layout": ["position"] }
|
|
1091
|
+
},
|
|
1092
|
+
"propToVariantKeys": {
|
|
1093
|
+
"size": [
|
|
1094
|
+
"switchSizeRoot",
|
|
1095
|
+
"switchSizeSwitch",
|
|
1096
|
+
"switchSizeHandle",
|
|
1097
|
+
"switchSizeHandleIcon"
|
|
1098
|
+
],
|
|
1099
|
+
"onIcon": ["icon"],
|
|
1100
|
+
"offIcon": ["icon"],
|
|
1101
|
+
"reduceMotion": ["reducedMotion"],
|
|
1102
|
+
"isOn": ["layoutDependency"]
|
|
1103
|
+
},
|
|
1104
|
+
"runtimeConfigDefaultProps": {},
|
|
1105
|
+
"runtimeConfigGetStyles": {},
|
|
1106
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1107
|
+
"motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
|
|
1108
|
+
};
|
|
1109
|
+
var UDSToastConfigProvider = {
|
|
1110
|
+
"name": "UDSToastConfigProvider",
|
|
787
1111
|
"defaultProps": {},
|
|
788
1112
|
"getStylesLiterals": {},
|
|
789
1113
|
"cxLiterals": [],
|
|
790
|
-
"internalComponents": [],
|
|
1114
|
+
"internalComponents": ["ToastContext.Provider"],
|
|
791
1115
|
"internalComponentProps": {},
|
|
792
1116
|
"propToVariantKeys": {},
|
|
793
1117
|
"runtimeConfigDefaultProps": {},
|
|
@@ -795,43 +1119,130 @@ var Table_mocks = {
|
|
|
795
1119
|
"runtimeConfigInternalComponentProps": {},
|
|
796
1120
|
"motionVarPrefixes": []
|
|
797
1121
|
};
|
|
798
|
-
var
|
|
799
|
-
"name": "
|
|
800
|
-
"defaultProps": {
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
"
|
|
808
|
-
"
|
|
1122
|
+
var ToastPortal = {
|
|
1123
|
+
"name": "ToastPortal",
|
|
1124
|
+
"defaultProps": {},
|
|
1125
|
+
"getStylesLiterals": {},
|
|
1126
|
+
"cxLiterals": [],
|
|
1127
|
+
"internalComponents": ["ReactToastifyToastContainer"],
|
|
1128
|
+
"internalComponentProps": {},
|
|
1129
|
+
"propToVariantKeys": {},
|
|
1130
|
+
"runtimeConfigDefaultProps": {
|
|
1131
|
+
"size": "toast.defaultSize",
|
|
1132
|
+
"variant": "toast.defaultVariant"
|
|
1133
|
+
},
|
|
1134
|
+
"runtimeConfigGetStyles": {},
|
|
1135
|
+
"runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
|
|
1136
|
+
"motionVarPrefixes": []
|
|
1137
|
+
};
|
|
1138
|
+
var Toast = {
|
|
1139
|
+
"name": "Toast",
|
|
1140
|
+
"defaultProps": {},
|
|
1141
|
+
"getStylesLiterals": {
|
|
1142
|
+
"className": "animate-spin",
|
|
1143
|
+
"className:1": "flex-none",
|
|
1144
|
+
"spacing": "2",
|
|
1145
|
+
"borderRadius": "full"
|
|
1146
|
+
},
|
|
1147
|
+
"cxLiterals": [
|
|
1148
|
+
"duration-0",
|
|
1149
|
+
"duration-120",
|
|
1150
|
+
"transition-[background-color]",
|
|
1151
|
+
"bg-carbon-15/0",
|
|
1152
|
+
"hover:bg-carbon-15/10",
|
|
1153
|
+
"active:bg-carbon-15/15",
|
|
1154
|
+
"uds-ring"
|
|
1155
|
+
],
|
|
1156
|
+
"internalComponents": [
|
|
1157
|
+
"IconSlot",
|
|
1158
|
+
"ToastContainer",
|
|
1159
|
+
"Text",
|
|
1160
|
+
"Button",
|
|
1161
|
+
"Pressable"
|
|
1162
|
+
],
|
|
1163
|
+
"internalComponentProps": {},
|
|
1164
|
+
"propToVariantKeys": {
|
|
1165
|
+
"size": [
|
|
1166
|
+
"toastSizeLabel",
|
|
1167
|
+
"toastSizeIcon",
|
|
1168
|
+
"toastSizeActionButton",
|
|
1169
|
+
"toastSizeCloseIcon"
|
|
1170
|
+
],
|
|
1171
|
+
"variant": [
|
|
1172
|
+
"toastVariantIcon",
|
|
1173
|
+
"toastVariantActionButton",
|
|
1174
|
+
"toastVariantCloseIcon"
|
|
1175
|
+
],
|
|
1176
|
+
"closeIcon": ["icon"],
|
|
1177
|
+
"onClickActionButton": ["onClick"]
|
|
1178
|
+
},
|
|
1179
|
+
"runtimeConfigDefaultProps": {
|
|
1180
|
+
"size": "toast.defaultSize",
|
|
1181
|
+
"variant": "toast.defaultVariant"
|
|
1182
|
+
},
|
|
1183
|
+
"runtimeConfigGetStyles": {
|
|
1184
|
+
"toastSizeLabel": ["toast.defaultSize"],
|
|
1185
|
+
"toastVariantIcon": ["toast.defaultVariant"],
|
|
1186
|
+
"toastSizeIcon": ["toast.defaultSize"],
|
|
1187
|
+
"toastSizeActionButton": ["toast.defaultSize"],
|
|
1188
|
+
"toastVariantActionButton": ["toast.defaultVariant"],
|
|
1189
|
+
"toastVariantCloseIcon": ["toast.defaultVariant"],
|
|
1190
|
+
"toastSizeCloseIcon": ["toast.defaultSize"]
|
|
1191
|
+
},
|
|
1192
|
+
"runtimeConfigInternalComponentProps": {
|
|
1193
|
+
"ToastContainer": {
|
|
1194
|
+
"size": ["toast.defaultSize"],
|
|
1195
|
+
"variant": ["toast.defaultVariant"]
|
|
1196
|
+
},
|
|
1197
|
+
"Text": {
|
|
1198
|
+
"variant": ["toast.textVariant.${size}"],
|
|
1199
|
+
"color": ["toast.textColor.${variant}"]
|
|
1200
|
+
},
|
|
1201
|
+
"Button": {
|
|
1202
|
+
"size": ["toast.buttonSize.${size}"],
|
|
1203
|
+
"variant": ["toast.buttonVariant.${variant}"]
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1206
|
+
"motionVarPrefixes": []
|
|
1207
|
+
};
|
|
1208
|
+
var ToastContainer = {
|
|
1209
|
+
"name": "ToastContainer",
|
|
1210
|
+
"defaultProps": {},
|
|
1211
|
+
"getStylesLiterals": {
|
|
1212
|
+
"position": "relative",
|
|
1213
|
+
"alignItems": "center",
|
|
1214
|
+
"display": "flex",
|
|
1215
|
+
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
809
1216
|
},
|
|
810
|
-
"
|
|
811
|
-
"
|
|
812
|
-
"
|
|
813
|
-
"
|
|
814
|
-
"
|
|
815
|
-
"
|
|
816
|
-
"
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
"
|
|
820
|
-
"
|
|
821
|
-
|
|
822
|
-
"
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
"
|
|
1217
|
+
"cxLiterals": ["w-full"],
|
|
1218
|
+
"internalComponents": ["HStack"],
|
|
1219
|
+
"internalComponentProps": { "HStack": {
|
|
1220
|
+
"alignItems": ["center"],
|
|
1221
|
+
"justifyContent": ["space-between"],
|
|
1222
|
+
"overflow": ["hidden"],
|
|
1223
|
+
"position": ["relative"]
|
|
1224
|
+
} },
|
|
1225
|
+
"propToVariantKeys": {
|
|
1226
|
+
"variant": ["toastVariantRoot"],
|
|
1227
|
+
"size": ["toastSizeRoot"]
|
|
1228
|
+
},
|
|
1229
|
+
"runtimeConfigDefaultProps": {
|
|
1230
|
+
"size": "toast.defaultSize",
|
|
1231
|
+
"variant": "toast.defaultVariant"
|
|
1232
|
+
},
|
|
1233
|
+
"runtimeConfigGetStyles": {
|
|
1234
|
+
"toastVariantRoot": ["toast.defaultVariant"],
|
|
1235
|
+
"toastSizeRoot": ["toast.defaultSize"]
|
|
1236
|
+
},
|
|
1237
|
+
"runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
|
|
827
1238
|
"motionVarPrefixes": []
|
|
828
1239
|
};
|
|
829
|
-
var
|
|
830
|
-
"name": "
|
|
1240
|
+
var BottomSheetInternalContext = {
|
|
1241
|
+
"name": "BottomSheetInternalContext",
|
|
831
1242
|
"defaultProps": {},
|
|
832
1243
|
"getStylesLiterals": {},
|
|
833
1244
|
"cxLiterals": [],
|
|
834
|
-
"internalComponents": [
|
|
1245
|
+
"internalComponents": [],
|
|
835
1246
|
"internalComponentProps": {},
|
|
836
1247
|
"propToVariantKeys": {},
|
|
837
1248
|
"runtimeConfigDefaultProps": {},
|
|
@@ -839,89 +1250,51 @@ var Avatar = {
|
|
|
839
1250
|
"runtimeConfigInternalComponentProps": {},
|
|
840
1251
|
"motionVarPrefixes": []
|
|
841
1252
|
};
|
|
842
|
-
var
|
|
843
|
-
"name": "
|
|
844
|
-
"defaultProps": {
|
|
845
|
-
"size": "md",
|
|
846
|
-
"variant": "primary"
|
|
847
|
-
},
|
|
848
|
-
"getStylesLiterals": {},
|
|
849
|
-
"cxLiterals": [
|
|
850
|
-
"overflow-hidden",
|
|
851
|
-
"w-full",
|
|
852
|
-
"h-full",
|
|
853
|
-
"shrink-0",
|
|
854
|
-
"text-center",
|
|
855
|
-
"inline-flex",
|
|
856
|
-
"justify-center",
|
|
857
|
-
"items-center"
|
|
858
|
-
],
|
|
859
|
-
"internalComponents": ["IconSlot", "Box"],
|
|
860
|
-
"internalComponentProps": {},
|
|
861
|
-
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
862
|
-
"runtimeConfigDefaultProps": {},
|
|
863
|
-
"runtimeConfigGetStyles": {},
|
|
864
|
-
"runtimeConfigInternalComponentProps": {},
|
|
865
|
-
"motionVarPrefixes": []
|
|
866
|
-
};
|
|
867
|
-
var AvatarImage = {
|
|
868
|
-
"name": "AvatarImage",
|
|
869
|
-
"defaultProps": {
|
|
870
|
-
"size": "md",
|
|
871
|
-
"variant": "primary"
|
|
872
|
-
},
|
|
1253
|
+
var BottomSheetContent = {
|
|
1254
|
+
"name": "BottomSheetContent",
|
|
1255
|
+
"defaultProps": {},
|
|
873
1256
|
"getStylesLiterals": {},
|
|
874
|
-
"cxLiterals": [
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
"
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
"
|
|
882
|
-
"items-center",
|
|
883
|
-
"object-cover"
|
|
884
|
-
],
|
|
885
|
-
"internalComponents": [
|
|
886
|
-
"UDSImage",
|
|
887
|
-
"AvatarText",
|
|
888
|
-
"AvatarIcon",
|
|
889
|
-
"Box"
|
|
890
|
-
],
|
|
891
|
-
"internalComponentProps": {},
|
|
892
|
-
"propToVariantKeys": {
|
|
893
|
-
"alt": ["name"],
|
|
894
|
-
"fallback": ["initials"]
|
|
1257
|
+
"cxLiterals": ["min-h-0", "touch-pan-y"],
|
|
1258
|
+
"internalComponents": ["Box", "VStack"],
|
|
1259
|
+
"internalComponentProps": {
|
|
1260
|
+
"Box": {
|
|
1261
|
+
"display": ["block"],
|
|
1262
|
+
"flex": ["1"]
|
|
1263
|
+
},
|
|
1264
|
+
"VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
|
|
895
1265
|
},
|
|
1266
|
+
"propToVariantKeys": {},
|
|
896
1267
|
"runtimeConfigDefaultProps": {},
|
|
897
1268
|
"runtimeConfigGetStyles": {},
|
|
898
1269
|
"runtimeConfigInternalComponentProps": {},
|
|
899
1270
|
"motionVarPrefixes": []
|
|
900
1271
|
};
|
|
901
|
-
var
|
|
902
|
-
"name": "
|
|
903
|
-
"defaultProps": {
|
|
904
|
-
"size": "md",
|
|
905
|
-
"variant": "primary"
|
|
906
|
-
},
|
|
1272
|
+
var BottomSheetHandle = {
|
|
1273
|
+
"name": "BottomSheetHandle",
|
|
1274
|
+
"defaultProps": { "variant": "default" },
|
|
907
1275
|
"getStylesLiterals": {},
|
|
908
1276
|
"cxLiterals": [
|
|
909
|
-
"
|
|
910
|
-
"
|
|
911
|
-
"w-
|
|
912
|
-
"
|
|
913
|
-
"
|
|
914
|
-
"
|
|
915
|
-
"
|
|
916
|
-
"
|
|
917
|
-
"
|
|
1277
|
+
"relative",
|
|
1278
|
+
"h-5",
|
|
1279
|
+
"w-16",
|
|
1280
|
+
"outline-none",
|
|
1281
|
+
"focus-visible:outline-none",
|
|
1282
|
+
"[touch-action:pan-y]",
|
|
1283
|
+
"absolute",
|
|
1284
|
+
"left-1/2",
|
|
1285
|
+
"top-1/2",
|
|
1286
|
+
"-translate-x-1/2",
|
|
1287
|
+
"-translate-y-1/2",
|
|
1288
|
+
"h-1",
|
|
1289
|
+
"w-8",
|
|
1290
|
+
"rounded-full"
|
|
918
1291
|
],
|
|
919
|
-
"internalComponents": ["Box"
|
|
920
|
-
"internalComponentProps": { "
|
|
921
|
-
"
|
|
922
|
-
"
|
|
1292
|
+
"internalComponents": ["Box"],
|
|
1293
|
+
"internalComponentProps": { "Box": {
|
|
1294
|
+
"display": ["block", "flex"],
|
|
1295
|
+
"justifyContent": ["center"]
|
|
923
1296
|
} },
|
|
924
|
-
"propToVariantKeys": {},
|
|
1297
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
|
|
925
1298
|
"runtimeConfigDefaultProps": {},
|
|
926
1299
|
"runtimeConfigGetStyles": {},
|
|
927
1300
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -972,69 +1345,6 @@ var BottomSheet = {
|
|
|
972
1345
|
"runtimeConfigInternalComponentProps": {},
|
|
973
1346
|
"motionVarPrefixes": []
|
|
974
1347
|
};
|
|
975
|
-
var BottomSheetContent = {
|
|
976
|
-
"name": "BottomSheetContent",
|
|
977
|
-
"defaultProps": {},
|
|
978
|
-
"getStylesLiterals": {},
|
|
979
|
-
"cxLiterals": ["min-h-0", "touch-pan-y"],
|
|
980
|
-
"internalComponents": ["Box", "VStack"],
|
|
981
|
-
"internalComponentProps": {
|
|
982
|
-
"Box": {
|
|
983
|
-
"display": ["block"],
|
|
984
|
-
"flex": ["1"]
|
|
985
|
-
},
|
|
986
|
-
"VStack": { "className": ["pb-[calc(env(safe-area-inset-bottom))]"] }
|
|
987
|
-
},
|
|
988
|
-
"propToVariantKeys": {},
|
|
989
|
-
"runtimeConfigDefaultProps": {},
|
|
990
|
-
"runtimeConfigGetStyles": {},
|
|
991
|
-
"runtimeConfigInternalComponentProps": {},
|
|
992
|
-
"motionVarPrefixes": []
|
|
993
|
-
};
|
|
994
|
-
var BottomSheetDismiss = {
|
|
995
|
-
"name": "BottomSheetDismiss",
|
|
996
|
-
"defaultProps": {},
|
|
997
|
-
"getStylesLiterals": {},
|
|
998
|
-
"cxLiterals": [],
|
|
999
|
-
"internalComponents": ["AriakitDialogDismiss"],
|
|
1000
|
-
"internalComponentProps": {},
|
|
1001
|
-
"propToVariantKeys": {},
|
|
1002
|
-
"runtimeConfigDefaultProps": {},
|
|
1003
|
-
"runtimeConfigGetStyles": {},
|
|
1004
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1005
|
-
"motionVarPrefixes": []
|
|
1006
|
-
};
|
|
1007
|
-
var BottomSheetHandle = {
|
|
1008
|
-
"name": "BottomSheetHandle",
|
|
1009
|
-
"defaultProps": { "variant": "default" },
|
|
1010
|
-
"getStylesLiterals": {},
|
|
1011
|
-
"cxLiterals": [
|
|
1012
|
-
"relative",
|
|
1013
|
-
"h-5",
|
|
1014
|
-
"w-16",
|
|
1015
|
-
"outline-none",
|
|
1016
|
-
"focus-visible:outline-none",
|
|
1017
|
-
"[touch-action:pan-y]",
|
|
1018
|
-
"absolute",
|
|
1019
|
-
"left-1/2",
|
|
1020
|
-
"top-1/2",
|
|
1021
|
-
"-translate-x-1/2",
|
|
1022
|
-
"-translate-y-1/2",
|
|
1023
|
-
"h-1",
|
|
1024
|
-
"w-8",
|
|
1025
|
-
"rounded-full"
|
|
1026
|
-
],
|
|
1027
|
-
"internalComponents": ["Box"],
|
|
1028
|
-
"internalComponentProps": { "Box": {
|
|
1029
|
-
"display": ["block", "flex"],
|
|
1030
|
-
"justifyContent": ["center"]
|
|
1031
|
-
} },
|
|
1032
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantHandleIndicator"] },
|
|
1033
|
-
"runtimeConfigDefaultProps": {},
|
|
1034
|
-
"runtimeConfigGetStyles": {},
|
|
1035
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1036
|
-
"motionVarPrefixes": []
|
|
1037
|
-
};
|
|
1038
1348
|
var BottomSheetHeader = {
|
|
1039
1349
|
"name": "BottomSheetHeader",
|
|
1040
1350
|
"defaultProps": { "variant": "default" },
|
|
@@ -1045,48 +1355,22 @@ var BottomSheetHeader = {
|
|
|
1045
1355
|
"w-full",
|
|
1046
1356
|
"min-h-10",
|
|
1047
1357
|
"mt-2"
|
|
1048
|
-
],
|
|
1049
|
-
"internalComponents": ["Box", "Text"],
|
|
1050
|
-
"internalComponentProps": {
|
|
1051
|
-
"Box": {
|
|
1052
|
-
"className": ["h-10 w-10 opacity-0 pointer-events-none"],
|
|
1053
|
-
"display": ["grid", "flex"],
|
|
1054
|
-
"justifyContent": ["flex-start", "flex-end"]
|
|
1055
|
-
},
|
|
1056
|
-
"Text": {
|
|
1057
|
-
"variant": ["inherit"],
|
|
1058
|
-
"color": ["inherit"],
|
|
1059
|
-
"textAlign": ["center"],
|
|
1060
|
-
"className": ["w-full"]
|
|
1061
|
-
}
|
|
1062
|
-
},
|
|
1063
|
-
"propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
|
|
1064
|
-
"runtimeConfigDefaultProps": {},
|
|
1065
|
-
"runtimeConfigGetStyles": {},
|
|
1066
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1067
|
-
"motionVarPrefixes": []
|
|
1068
|
-
};
|
|
1069
|
-
var BottomSheetInternalContext = {
|
|
1070
|
-
"name": "BottomSheetInternalContext",
|
|
1071
|
-
"defaultProps": {},
|
|
1072
|
-
"getStylesLiterals": {},
|
|
1073
|
-
"cxLiterals": [],
|
|
1074
|
-
"internalComponents": [],
|
|
1075
|
-
"internalComponentProps": {},
|
|
1076
|
-
"propToVariantKeys": {},
|
|
1077
|
-
"runtimeConfigDefaultProps": {},
|
|
1078
|
-
"runtimeConfigGetStyles": {},
|
|
1079
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1080
|
-
"motionVarPrefixes": []
|
|
1081
|
-
};
|
|
1082
|
-
var BottomSheetProvider = {
|
|
1083
|
-
"name": "BottomSheetProvider",
|
|
1084
|
-
"defaultProps": {},
|
|
1085
|
-
"getStylesLiterals": {},
|
|
1086
|
-
"cxLiterals": [],
|
|
1087
|
-
"internalComponents": ["AriakitDialogProvider"],
|
|
1088
|
-
"internalComponentProps": {},
|
|
1089
|
-
"propToVariantKeys": {},
|
|
1358
|
+
],
|
|
1359
|
+
"internalComponents": ["Box", "Text"],
|
|
1360
|
+
"internalComponentProps": {
|
|
1361
|
+
"Box": {
|
|
1362
|
+
"className": ["h-10 w-10 opacity-0 pointer-events-none"],
|
|
1363
|
+
"display": ["grid", "flex"],
|
|
1364
|
+
"justifyContent": ["flex-start", "flex-end"]
|
|
1365
|
+
},
|
|
1366
|
+
"Text": {
|
|
1367
|
+
"variant": ["inherit"],
|
|
1368
|
+
"color": ["inherit"],
|
|
1369
|
+
"textAlign": ["center"],
|
|
1370
|
+
"className": ["w-full"]
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
"propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
|
|
1090
1374
|
"runtimeConfigDefaultProps": {},
|
|
1091
1375
|
"runtimeConfigGetStyles": {},
|
|
1092
1376
|
"runtimeConfigInternalComponentProps": {},
|
|
@@ -1118,17 +1402,12 @@ var UDSBottomSheetConfigProvider = {
|
|
|
1118
1402
|
"runtimeConfigInternalComponentProps": {},
|
|
1119
1403
|
"motionVarPrefixes": []
|
|
1120
1404
|
};
|
|
1121
|
-
var
|
|
1122
|
-
"name": "
|
|
1405
|
+
var BottomSheetDismiss = {
|
|
1406
|
+
"name": "BottomSheetDismiss",
|
|
1123
1407
|
"defaultProps": {},
|
|
1124
1408
|
"getStylesLiterals": {},
|
|
1125
1409
|
"cxLiterals": [],
|
|
1126
|
-
"internalComponents": [
|
|
1127
|
-
"ChipDismissible",
|
|
1128
|
-
"ChipToggle",
|
|
1129
|
-
"ChipLink",
|
|
1130
|
-
"ChipButton"
|
|
1131
|
-
],
|
|
1410
|
+
"internalComponents": ["AriakitDialogDismiss"],
|
|
1132
1411
|
"internalComponentProps": {},
|
|
1133
1412
|
"propToVariantKeys": {},
|
|
1134
1413
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1136,53 +1415,26 @@ var Chip = {
|
|
|
1136
1415
|
"runtimeConfigInternalComponentProps": {},
|
|
1137
1416
|
"motionVarPrefixes": []
|
|
1138
1417
|
};
|
|
1139
|
-
var
|
|
1140
|
-
"name": "
|
|
1141
|
-
"defaultProps": {
|
|
1142
|
-
"size": "md",
|
|
1143
|
-
"as": "div"
|
|
1144
|
-
},
|
|
1418
|
+
var BottomSheetProvider = {
|
|
1419
|
+
"name": "BottomSheetProvider",
|
|
1420
|
+
"defaultProps": {},
|
|
1145
1421
|
"getStylesLiterals": {},
|
|
1146
|
-
"cxLiterals": [
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
"inline-flex",
|
|
1151
|
-
"items-center",
|
|
1152
|
-
"transition-[background-color,outline-color,box-shadow]",
|
|
1153
|
-
"truncate",
|
|
1154
|
-
"whitespace-nowrap",
|
|
1155
|
-
"text-center",
|
|
1156
|
-
"flex-1"
|
|
1157
|
-
],
|
|
1158
|
-
"internalComponents": [
|
|
1159
|
-
"IconSlot",
|
|
1160
|
-
"HStack",
|
|
1161
|
-
"As",
|
|
1162
|
-
"Text"
|
|
1163
|
-
],
|
|
1164
|
-
"internalComponentProps": { "Text": {
|
|
1165
|
-
"as": ["span"],
|
|
1166
|
-
"color": ["current"],
|
|
1167
|
-
"variant": ["inherit"]
|
|
1168
|
-
} },
|
|
1169
|
-
"propToVariantKeys": {
|
|
1170
|
-
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
1171
|
-
"startIcon": ["icon"],
|
|
1172
|
-
"endIcon": ["icon"]
|
|
1173
|
-
},
|
|
1422
|
+
"cxLiterals": [],
|
|
1423
|
+
"internalComponents": ["AriakitDialogProvider"],
|
|
1424
|
+
"internalComponentProps": {},
|
|
1425
|
+
"propToVariantKeys": {},
|
|
1174
1426
|
"runtimeConfigDefaultProps": {},
|
|
1175
1427
|
"runtimeConfigGetStyles": {},
|
|
1176
1428
|
"runtimeConfigInternalComponentProps": {},
|
|
1177
1429
|
"motionVarPrefixes": []
|
|
1178
1430
|
};
|
|
1179
|
-
var
|
|
1180
|
-
"name": "
|
|
1431
|
+
var ChipLink = {
|
|
1432
|
+
"name": "ChipLink",
|
|
1181
1433
|
"defaultProps": { "variant": "primary" },
|
|
1182
1434
|
"getStylesLiterals": {},
|
|
1183
1435
|
"cxLiterals": ["uds-ring"],
|
|
1184
1436
|
"internalComponents": ["ChipBase"],
|
|
1185
|
-
"internalComponentProps": { "ChipBase": { "as": ["
|
|
1437
|
+
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1186
1438
|
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1187
1439
|
"runtimeConfigDefaultProps": {},
|
|
1188
1440
|
"runtimeConfigGetStyles": {},
|
|
@@ -1214,19 +1466,6 @@ var ChipDismissible = {
|
|
|
1214
1466
|
"runtimeConfigInternalComponentProps": {},
|
|
1215
1467
|
"motionVarPrefixes": []
|
|
1216
1468
|
};
|
|
1217
|
-
var ChipLink = {
|
|
1218
|
-
"name": "ChipLink",
|
|
1219
|
-
"defaultProps": { "variant": "primary" },
|
|
1220
|
-
"getStylesLiterals": {},
|
|
1221
|
-
"cxLiterals": ["uds-ring"],
|
|
1222
|
-
"internalComponents": ["ChipBase"],
|
|
1223
|
-
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1224
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1225
|
-
"runtimeConfigDefaultProps": {},
|
|
1226
|
-
"runtimeConfigGetStyles": {},
|
|
1227
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1228
|
-
"motionVarPrefixes": []
|
|
1229
|
-
};
|
|
1230
1469
|
var ChipToggle = {
|
|
1231
1470
|
"name": "ChipToggle",
|
|
1232
1471
|
"defaultProps": {
|
|
@@ -1246,99 +1485,57 @@ var ChipToggle = {
|
|
|
1246
1485
|
"runtimeConfigInternalComponentProps": {},
|
|
1247
1486
|
"motionVarPrefixes": []
|
|
1248
1487
|
};
|
|
1249
|
-
var
|
|
1250
|
-
"name": "
|
|
1251
|
-
"defaultProps": {
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
"internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
|
|
1255
|
-
"internalComponentProps": {},
|
|
1256
|
-
"propToVariantKeys": {},
|
|
1257
|
-
"runtimeConfigDefaultProps": {
|
|
1258
|
-
"size": "popover.defaultSize",
|
|
1259
|
-
"variant": "popover.defaultVariant"
|
|
1260
|
-
},
|
|
1261
|
-
"runtimeConfigGetStyles": {},
|
|
1262
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1263
|
-
"motionVarPrefixes": []
|
|
1264
|
-
};
|
|
1265
|
-
var PopoverContent = {
|
|
1266
|
-
"name": "PopoverContent",
|
|
1267
|
-
"defaultProps": {},
|
|
1268
|
-
"getStylesLiterals": {
|
|
1269
|
-
"popoverSizeRoot": "default",
|
|
1270
|
-
"popoverVariantRoot": "default",
|
|
1271
|
-
"display": "flex",
|
|
1272
|
-
"position": "relative",
|
|
1273
|
-
"display:1": "block",
|
|
1274
|
-
"spacingTop": "0",
|
|
1275
|
-
"spacingStart": "0",
|
|
1276
|
-
"spacingBottom": "0",
|
|
1277
|
-
"spacingEnd": "0",
|
|
1278
|
-
"popoverSizeSvgBase": "default",
|
|
1279
|
-
"popoverVariantSvgBase": "default",
|
|
1280
|
-
"popoverSizeSvgBorder": "default",
|
|
1281
|
-
"popoverVariantSvgBorder": "default",
|
|
1282
|
-
"popoverVariantBlur": "default",
|
|
1283
|
-
"position:1": "absolute",
|
|
1284
|
-
"width": "full",
|
|
1285
|
-
"height": "full",
|
|
1286
|
-
"flexShrink": "0",
|
|
1287
|
-
"borderRadius": "full",
|
|
1288
|
-
"alignItems": "center",
|
|
1289
|
-
"justifyContent": "center",
|
|
1290
|
-
"popoverVariantCloseIcon": "default",
|
|
1291
|
-
"popoverSizeCloseIcon": "default"
|
|
1488
|
+
var ChipBase = {
|
|
1489
|
+
"name": "ChipBase",
|
|
1490
|
+
"defaultProps": {
|
|
1491
|
+
"size": "md",
|
|
1492
|
+
"as": "div"
|
|
1292
1493
|
},
|
|
1494
|
+
"getStylesLiterals": {},
|
|
1293
1495
|
"cxLiterals": [
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1296
|
-
"
|
|
1297
|
-
"
|
|
1298
|
-
"
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1301
|
-
"
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1304
|
-
"transition-[background-color]",
|
|
1305
|
-
"bg-carbon-15/0",
|
|
1306
|
-
"hover:bg-carbon-15/10",
|
|
1307
|
-
"active:bg-carbon-15/15",
|
|
1308
|
-
"uds-ring",
|
|
1309
|
-
"absolute",
|
|
1310
|
-
"z-[4]"
|
|
1496
|
+
"pointer-events-none",
|
|
1497
|
+
"cursor-default",
|
|
1498
|
+
"opacity-50",
|
|
1499
|
+
"inline-flex",
|
|
1500
|
+
"items-center",
|
|
1501
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
1502
|
+
"truncate",
|
|
1503
|
+
"whitespace-nowrap",
|
|
1504
|
+
"text-center",
|
|
1505
|
+
"flex-1"
|
|
1311
1506
|
],
|
|
1312
1507
|
"internalComponents": [
|
|
1313
|
-
"PopoverDismiss",
|
|
1314
1508
|
"IconSlot",
|
|
1315
|
-
"
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1318
|
-
"Box",
|
|
1319
|
-
"Pressable"
|
|
1509
|
+
"HStack",
|
|
1510
|
+
"As",
|
|
1511
|
+
"Text"
|
|
1320
1512
|
],
|
|
1321
|
-
"internalComponentProps": {
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
"
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1330
|
-
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
1331
|
-
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
1513
|
+
"internalComponentProps": { "Text": {
|
|
1514
|
+
"as": ["span"],
|
|
1515
|
+
"color": ["current"],
|
|
1516
|
+
"variant": ["inherit"]
|
|
1517
|
+
} },
|
|
1518
|
+
"propToVariantKeys": {
|
|
1519
|
+
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
1520
|
+
"startIcon": ["icon"],
|
|
1521
|
+
"endIcon": ["icon"]
|
|
1332
1522
|
},
|
|
1333
|
-
"
|
|
1523
|
+
"runtimeConfigDefaultProps": {},
|
|
1524
|
+
"runtimeConfigGetStyles": {},
|
|
1525
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1334
1526
|
"motionVarPrefixes": []
|
|
1335
1527
|
};
|
|
1336
|
-
var
|
|
1337
|
-
"name": "
|
|
1528
|
+
var Chip = {
|
|
1529
|
+
"name": "Chip",
|
|
1338
1530
|
"defaultProps": {},
|
|
1339
1531
|
"getStylesLiterals": {},
|
|
1340
1532
|
"cxLiterals": [],
|
|
1341
|
-
"internalComponents": [
|
|
1533
|
+
"internalComponents": [
|
|
1534
|
+
"ChipDismissible",
|
|
1535
|
+
"ChipToggle",
|
|
1536
|
+
"ChipLink",
|
|
1537
|
+
"ChipButton"
|
|
1538
|
+
],
|
|
1342
1539
|
"internalComponentProps": {},
|
|
1343
1540
|
"propToVariantKeys": {},
|
|
1344
1541
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1346,25 +1543,79 @@ var PopoverContext = {
|
|
|
1346
1543
|
"runtimeConfigInternalComponentProps": {},
|
|
1347
1544
|
"motionVarPrefixes": []
|
|
1348
1545
|
};
|
|
1349
|
-
var
|
|
1350
|
-
"name": "
|
|
1351
|
-
"defaultProps": {},
|
|
1546
|
+
var ChipButton = {
|
|
1547
|
+
"name": "ChipButton",
|
|
1548
|
+
"defaultProps": { "variant": "primary" },
|
|
1549
|
+
"getStylesLiterals": {},
|
|
1550
|
+
"cxLiterals": ["uds-ring"],
|
|
1551
|
+
"internalComponents": ["ChipBase"],
|
|
1552
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1553
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1554
|
+
"runtimeConfigDefaultProps": {},
|
|
1555
|
+
"runtimeConfigGetStyles": {},
|
|
1556
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1557
|
+
"motionVarPrefixes": []
|
|
1558
|
+
};
|
|
1559
|
+
var AvatarText = {
|
|
1560
|
+
"name": "AvatarText",
|
|
1561
|
+
"defaultProps": {
|
|
1562
|
+
"size": "md",
|
|
1563
|
+
"variant": "primary"
|
|
1564
|
+
},
|
|
1565
|
+
"getStylesLiterals": {},
|
|
1566
|
+
"cxLiterals": [
|
|
1567
|
+
"overflow-hidden",
|
|
1568
|
+
"truncate",
|
|
1569
|
+
"w-full",
|
|
1570
|
+
"h-full",
|
|
1571
|
+
"shrink-0",
|
|
1572
|
+
"text-center",
|
|
1573
|
+
"inline-flex",
|
|
1574
|
+
"justify-center",
|
|
1575
|
+
"items-center"
|
|
1576
|
+
],
|
|
1577
|
+
"internalComponents": ["Box", "Text"],
|
|
1578
|
+
"internalComponentProps": { "Text": {
|
|
1579
|
+
"color": ["inherit"],
|
|
1580
|
+
"variant": ["inherit"]
|
|
1581
|
+
} },
|
|
1582
|
+
"propToVariantKeys": {},
|
|
1583
|
+
"runtimeConfigDefaultProps": {},
|
|
1584
|
+
"runtimeConfigGetStyles": {},
|
|
1585
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1586
|
+
"motionVarPrefixes": []
|
|
1587
|
+
};
|
|
1588
|
+
var AvatarIcon = {
|
|
1589
|
+
"name": "AvatarIcon",
|
|
1590
|
+
"defaultProps": {
|
|
1591
|
+
"size": "md",
|
|
1592
|
+
"variant": "primary"
|
|
1593
|
+
},
|
|
1352
1594
|
"getStylesLiterals": {},
|
|
1353
|
-
"cxLiterals": [
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1595
|
+
"cxLiterals": [
|
|
1596
|
+
"overflow-hidden",
|
|
1597
|
+
"w-full",
|
|
1598
|
+
"h-full",
|
|
1599
|
+
"shrink-0",
|
|
1600
|
+
"text-center",
|
|
1601
|
+
"inline-flex",
|
|
1602
|
+
"justify-center",
|
|
1603
|
+
"items-center"
|
|
1604
|
+
],
|
|
1605
|
+
"internalComponents": ["IconSlot", "Box"],
|
|
1606
|
+
"internalComponentProps": {},
|
|
1607
|
+
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
1357
1608
|
"runtimeConfigDefaultProps": {},
|
|
1358
1609
|
"runtimeConfigGetStyles": {},
|
|
1359
1610
|
"runtimeConfigInternalComponentProps": {},
|
|
1360
1611
|
"motionVarPrefixes": []
|
|
1361
1612
|
};
|
|
1362
|
-
var
|
|
1363
|
-
"name": "
|
|
1613
|
+
var Avatar = {
|
|
1614
|
+
"name": "Avatar",
|
|
1364
1615
|
"defaultProps": {},
|
|
1365
1616
|
"getStylesLiterals": {},
|
|
1366
1617
|
"cxLiterals": [],
|
|
1367
|
-
"internalComponents": ["
|
|
1618
|
+
"internalComponents": ["AvatarImage"],
|
|
1368
1619
|
"internalComponentProps": {},
|
|
1369
1620
|
"propToVariantKeys": {},
|
|
1370
1621
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1372,211 +1623,213 @@ var UDSPopoverConfigProvider = {
|
|
|
1372
1623
|
"runtimeConfigInternalComponentProps": {},
|
|
1373
1624
|
"motionVarPrefixes": []
|
|
1374
1625
|
};
|
|
1375
|
-
var
|
|
1376
|
-
"name": "
|
|
1626
|
+
var AvatarImage = {
|
|
1627
|
+
"name": "AvatarImage",
|
|
1377
1628
|
"defaultProps": {
|
|
1378
|
-
"size": "
|
|
1379
|
-
"variant": "
|
|
1380
|
-
"gutter": "1"
|
|
1629
|
+
"size": "md",
|
|
1630
|
+
"variant": "primary"
|
|
1381
1631
|
},
|
|
1382
1632
|
"getStylesLiterals": {},
|
|
1383
1633
|
"cxLiterals": [
|
|
1384
|
-
"
|
|
1385
|
-
"
|
|
1386
|
-
"
|
|
1387
|
-
"
|
|
1388
|
-
"
|
|
1389
|
-
"
|
|
1390
|
-
"
|
|
1391
|
-
"
|
|
1392
|
-
"
|
|
1393
|
-
"z-10",
|
|
1394
|
-
"group"
|
|
1634
|
+
"overflow-hidden",
|
|
1635
|
+
"w-full",
|
|
1636
|
+
"h-full",
|
|
1637
|
+
"shrink-0",
|
|
1638
|
+
"text-center",
|
|
1639
|
+
"inline-flex",
|
|
1640
|
+
"justify-center",
|
|
1641
|
+
"items-center",
|
|
1642
|
+
"object-cover"
|
|
1395
1643
|
],
|
|
1396
1644
|
"internalComponents": [
|
|
1397
|
-
"
|
|
1398
|
-
"
|
|
1399
|
-
"
|
|
1645
|
+
"UDSImage",
|
|
1646
|
+
"AvatarText",
|
|
1647
|
+
"AvatarIcon",
|
|
1648
|
+
"Box"
|
|
1400
1649
|
],
|
|
1401
1650
|
"internalComponentProps": {},
|
|
1402
1651
|
"propToVariantKeys": {
|
|
1403
|
-
"
|
|
1404
|
-
"
|
|
1652
|
+
"alt": ["name"],
|
|
1653
|
+
"fallback": ["initials"]
|
|
1405
1654
|
},
|
|
1406
1655
|
"runtimeConfigDefaultProps": {},
|
|
1407
1656
|
"runtimeConfigGetStyles": {},
|
|
1408
1657
|
"runtimeConfigInternalComponentProps": {},
|
|
1409
1658
|
"motionVarPrefixes": []
|
|
1410
1659
|
};
|
|
1411
|
-
var
|
|
1412
|
-
"name": "
|
|
1413
|
-
"defaultProps": {
|
|
1414
|
-
|
|
1415
|
-
"contentPosition": "start",
|
|
1416
|
-
"gap": "4"
|
|
1417
|
-
},
|
|
1418
|
-
"getStylesLiterals": {
|
|
1419
|
-
"menuitemDividerVariantRoot": "default",
|
|
1420
|
-
"menuitemDividerVariantText": "default",
|
|
1421
|
-
"menuitemDividerVariantLine": "default"
|
|
1422
|
-
},
|
|
1660
|
+
var TabPanel = {
|
|
1661
|
+
"name": "TabPanel",
|
|
1662
|
+
"defaultProps": {},
|
|
1663
|
+
"getStylesLiterals": {},
|
|
1423
1664
|
"cxLiterals": [],
|
|
1424
|
-
"internalComponents": ["
|
|
1425
|
-
"internalComponentProps": {
|
|
1665
|
+
"internalComponents": ["AriakitTabPanel"],
|
|
1666
|
+
"internalComponentProps": {},
|
|
1426
1667
|
"propToVariantKeys": {},
|
|
1427
1668
|
"runtimeConfigDefaultProps": {},
|
|
1428
1669
|
"runtimeConfigGetStyles": {},
|
|
1429
1670
|
"runtimeConfigInternalComponentProps": {},
|
|
1430
1671
|
"motionVarPrefixes": []
|
|
1431
1672
|
};
|
|
1432
|
-
var
|
|
1433
|
-
"name": "
|
|
1434
|
-
"defaultProps": {},
|
|
1435
|
-
"getStylesLiterals": {
|
|
1436
|
-
"menuitemItemVariantRoot": "default",
|
|
1437
|
-
"menuitemItemVariantActiveRoot": "on",
|
|
1438
|
-
"menuitemItemVariantActiveRoot:1": "off",
|
|
1439
|
-
"menuitemItemVariantText": "default",
|
|
1440
|
-
"menuitemItemVariantActiveText": "on",
|
|
1441
|
-
"menuitemItemVariantActiveText:1": "off",
|
|
1442
|
-
"menuitemItemVariantIcon": "default",
|
|
1443
|
-
"menuitemItemVariantActiveIcon": "on",
|
|
1444
|
-
"menuitemItemVariantActiveIcon:1": "off"
|
|
1445
|
-
},
|
|
1673
|
+
var Tabs = {
|
|
1674
|
+
"name": "Tabs",
|
|
1675
|
+
"defaultProps": { "variant": "primary" },
|
|
1676
|
+
"getStylesLiterals": {},
|
|
1446
1677
|
"cxLiterals": [],
|
|
1447
|
-
"internalComponents": ["
|
|
1678
|
+
"internalComponents": ["TabsContext.Provider", "TabProvider"],
|
|
1448
1679
|
"internalComponentProps": {},
|
|
1449
|
-
"propToVariantKeys": {},
|
|
1680
|
+
"propToVariantKeys": { "onSelectionChange": ["setSelectedId"] },
|
|
1450
1681
|
"runtimeConfigDefaultProps": {},
|
|
1451
1682
|
"runtimeConfigGetStyles": {},
|
|
1452
1683
|
"runtimeConfigInternalComponentProps": {},
|
|
1453
1684
|
"motionVarPrefixes": []
|
|
1454
1685
|
};
|
|
1455
|
-
var
|
|
1456
|
-
"name": "
|
|
1457
|
-
"defaultProps": {
|
|
1458
|
-
"spacing": "0",
|
|
1459
|
-
"spacingHorizontal": "4",
|
|
1460
|
-
"spacingVertical": "3.5",
|
|
1461
|
-
"columnGap": "2",
|
|
1462
|
-
"alignItems": "center",
|
|
1463
|
-
"justifyContent": "space-between"
|
|
1464
|
-
},
|
|
1686
|
+
var TabList = {
|
|
1687
|
+
"name": "TabList",
|
|
1688
|
+
"defaultProps": { "variant": "primary" },
|
|
1465
1689
|
"getStylesLiterals": {
|
|
1466
|
-
"
|
|
1467
|
-
"
|
|
1468
|
-
"flexDirection": "row",
|
|
1469
|
-
"menuitemSizeStartIcon": "default",
|
|
1470
|
-
"menuitemSizeEndIcon": "default"
|
|
1690
|
+
"tabSizeRoot": "default",
|
|
1691
|
+
"tabVariantActiveRoot": "on"
|
|
1471
1692
|
},
|
|
1472
1693
|
"cxLiterals": [
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1475
|
-
"
|
|
1476
|
-
"
|
|
1477
|
-
"
|
|
1478
|
-
"
|
|
1479
|
-
"[
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1484
|
-
"
|
|
1694
|
+
"pointer-events-none",
|
|
1695
|
+
"absolute",
|
|
1696
|
+
"bottom-0",
|
|
1697
|
+
"left-0",
|
|
1698
|
+
"right-0",
|
|
1699
|
+
"h-[var(--uds-tab-underline-width,0px)]",
|
|
1700
|
+
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
1701
|
+
"transition-[height,background-color]",
|
|
1702
|
+
"duration-[240ms]",
|
|
1703
|
+
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
1704
|
+
"!m-0",
|
|
1705
|
+
"!p-0",
|
|
1706
|
+
"!gap-0",
|
|
1707
|
+
"box-border",
|
|
1485
1708
|
"z-0",
|
|
1486
|
-
"
|
|
1487
|
-
"
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
"
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1493
|
-
"
|
|
1494
|
-
"
|
|
1709
|
+
"min-w-0",
|
|
1710
|
+
"min-h-0",
|
|
1711
|
+
"flex",
|
|
1712
|
+
"flex-row",
|
|
1713
|
+
"items-center",
|
|
1714
|
+
"overflow-x-auto",
|
|
1715
|
+
"overflow-y-clip",
|
|
1716
|
+
"scrollbar-none",
|
|
1717
|
+
"[overflow-clip-margin:6px]",
|
|
1718
|
+
"overflow-clip",
|
|
1719
|
+
"[overflow-clip-margin:8px]",
|
|
1720
|
+
"relative"
|
|
1495
1721
|
],
|
|
1496
|
-
"
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
"width": ["full"]
|
|
1500
|
-
},
|
|
1501
|
-
"AnimatePresence": { "mode": ["popLayout"] }
|
|
1502
|
-
},
|
|
1503
|
-
"propToVariantKeys": {
|
|
1504
|
-
"startIcon": ["icon"],
|
|
1505
|
-
"endIcon": ["icon"],
|
|
1506
|
-
"columnGap": ["gap"]
|
|
1507
|
-
},
|
|
1722
|
+
"internalComponents": ["AriakitTabList"],
|
|
1723
|
+
"internalComponentProps": {},
|
|
1724
|
+
"propToVariantKeys": { "variant": ["tabsVariantRoot", "tabVariantRoot"] },
|
|
1508
1725
|
"runtimeConfigDefaultProps": {},
|
|
1509
1726
|
"runtimeConfigGetStyles": {},
|
|
1510
1727
|
"runtimeConfigInternalComponentProps": {},
|
|
1511
1728
|
"motionVarPrefixes": []
|
|
1512
1729
|
};
|
|
1513
|
-
var
|
|
1514
|
-
"name": "
|
|
1515
|
-
"defaultProps": {},
|
|
1730
|
+
var Tab = {
|
|
1731
|
+
"name": "Tab",
|
|
1732
|
+
"defaultProps": { "variant": "primary" },
|
|
1516
1733
|
"getStylesLiterals": {
|
|
1517
|
-
"
|
|
1518
|
-
"
|
|
1519
|
-
"
|
|
1520
|
-
"
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
"
|
|
1524
|
-
"
|
|
1525
|
-
"
|
|
1526
|
-
"
|
|
1527
|
-
"
|
|
1528
|
-
"
|
|
1734
|
+
"tabSizeRoot": "default",
|
|
1735
|
+
"tabVariantActiveRoot": "off",
|
|
1736
|
+
"tabVariantActiveRoot:1": "on",
|
|
1737
|
+
"tabSizeIcon": "default"
|
|
1738
|
+
},
|
|
1739
|
+
"cxLiterals": [
|
|
1740
|
+
"pointer-events-none",
|
|
1741
|
+
"absolute",
|
|
1742
|
+
"bottom-0",
|
|
1743
|
+
"left-0",
|
|
1744
|
+
"right-0",
|
|
1745
|
+
"h-[var(--uds-tab-underline-width,0px)]",
|
|
1746
|
+
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
1747
|
+
"transition-[height,background-color]",
|
|
1748
|
+
"duration-[240ms]",
|
|
1749
|
+
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
1750
|
+
"!bg-transparent",
|
|
1751
|
+
"!shadow-none",
|
|
1752
|
+
"inline-flex",
|
|
1753
|
+
"items-center",
|
|
1754
|
+
"shrink-0",
|
|
1755
|
+
"box-border",
|
|
1756
|
+
"relative",
|
|
1757
|
+
"z-[1]",
|
|
1758
|
+
"cursor-pointer",
|
|
1759
|
+
"select-none",
|
|
1760
|
+
"whitespace-nowrap",
|
|
1761
|
+
"uds-ring",
|
|
1762
|
+
"opacity-50",
|
|
1763
|
+
"cursor-default",
|
|
1764
|
+
"border-solid",
|
|
1765
|
+
"border-b-solid",
|
|
1766
|
+
"transition-colors"
|
|
1767
|
+
],
|
|
1768
|
+
"internalComponents": [
|
|
1769
|
+
"IconSlot",
|
|
1770
|
+
"AriakitTab",
|
|
1771
|
+
"Text"
|
|
1772
|
+
],
|
|
1773
|
+
"internalComponentProps": { "Text": {
|
|
1774
|
+
"variant": ["inherit"],
|
|
1775
|
+
"as": ["span"],
|
|
1776
|
+
"color": ["current"]
|
|
1777
|
+
} },
|
|
1778
|
+
"propToVariantKeys": {
|
|
1779
|
+
"variant": ["tabVariantRoot", "tabVariantIcon"],
|
|
1780
|
+
"activeState": ["tabVariantActiveIcon"],
|
|
1781
|
+
"startIcon": ["icon"],
|
|
1782
|
+
"endIcon": ["icon"]
|
|
1529
1783
|
},
|
|
1530
|
-
"cxLiterals": ["uds-menu-item-checkbox"],
|
|
1531
|
-
"internalComponents": ["MenuItemBase"],
|
|
1532
|
-
"internalComponentProps": {},
|
|
1533
|
-
"propToVariantKeys": {},
|
|
1534
1784
|
"runtimeConfigDefaultProps": {},
|
|
1535
1785
|
"runtimeConfigGetStyles": {},
|
|
1536
1786
|
"runtimeConfigInternalComponentProps": {},
|
|
1537
1787
|
"motionVarPrefixes": []
|
|
1538
1788
|
};
|
|
1539
|
-
var
|
|
1540
|
-
"name": "
|
|
1789
|
+
var UDSPopoverConfigProvider = {
|
|
1790
|
+
"name": "UDSPopoverConfigProvider",
|
|
1541
1791
|
"defaultProps": {},
|
|
1542
1792
|
"getStylesLiterals": {},
|
|
1543
1793
|
"cxLiterals": [],
|
|
1544
|
-
"internalComponents": ["
|
|
1794
|
+
"internalComponents": ["PopoverContext.Provider"],
|
|
1545
1795
|
"internalComponentProps": {},
|
|
1546
1796
|
"propToVariantKeys": {},
|
|
1547
1797
|
"runtimeConfigDefaultProps": {},
|
|
1548
1798
|
"runtimeConfigGetStyles": {},
|
|
1549
1799
|
"runtimeConfigInternalComponentProps": {},
|
|
1550
|
-
"motionVarPrefixes": [
|
|
1800
|
+
"motionVarPrefixes": []
|
|
1551
1801
|
};
|
|
1552
|
-
var
|
|
1553
|
-
"name": "
|
|
1802
|
+
var Popover = {
|
|
1803
|
+
"name": "Popover",
|
|
1554
1804
|
"defaultProps": {},
|
|
1555
1805
|
"getStylesLiterals": {},
|
|
1556
|
-
"cxLiterals": [
|
|
1557
|
-
"internalComponents": ["
|
|
1558
|
-
"internalComponentProps": {
|
|
1806
|
+
"cxLiterals": [],
|
|
1807
|
+
"internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
|
|
1808
|
+
"internalComponentProps": {},
|
|
1559
1809
|
"propToVariantKeys": {},
|
|
1560
|
-
"runtimeConfigDefaultProps": {
|
|
1810
|
+
"runtimeConfigDefaultProps": {
|
|
1811
|
+
"size": "popover.defaultSize",
|
|
1812
|
+
"variant": "popover.defaultVariant"
|
|
1813
|
+
},
|
|
1561
1814
|
"runtimeConfigGetStyles": {},
|
|
1562
1815
|
"runtimeConfigInternalComponentProps": {},
|
|
1563
1816
|
"motionVarPrefixes": []
|
|
1564
1817
|
};
|
|
1565
|
-
var
|
|
1566
|
-
"name": "
|
|
1818
|
+
var PopoverTrigger = {
|
|
1819
|
+
"name": "PopoverTrigger",
|
|
1567
1820
|
"defaultProps": {},
|
|
1568
1821
|
"getStylesLiterals": {},
|
|
1569
1822
|
"cxLiterals": [],
|
|
1570
|
-
"internalComponents": [],
|
|
1571
|
-
"internalComponentProps": {},
|
|
1572
|
-
"propToVariantKeys": {},
|
|
1823
|
+
"internalComponents": ["PopoverDisclosure"],
|
|
1824
|
+
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
1825
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
1573
1826
|
"runtimeConfigDefaultProps": {},
|
|
1574
1827
|
"runtimeConfigGetStyles": {},
|
|
1575
1828
|
"runtimeConfigInternalComponentProps": {},
|
|
1576
1829
|
"motionVarPrefixes": []
|
|
1577
1830
|
};
|
|
1578
|
-
var
|
|
1579
|
-
"name": "
|
|
1831
|
+
var PopoverContext = {
|
|
1832
|
+
"name": "PopoverContext",
|
|
1580
1833
|
"defaultProps": {},
|
|
1581
1834
|
"getStylesLiterals": {},
|
|
1582
1835
|
"cxLiterals": [],
|
|
@@ -1588,6 +1841,77 @@ var Menu = {
|
|
|
1588
1841
|
"runtimeConfigInternalComponentProps": {},
|
|
1589
1842
|
"motionVarPrefixes": []
|
|
1590
1843
|
};
|
|
1844
|
+
var PopoverContent = {
|
|
1845
|
+
"name": "PopoverContent",
|
|
1846
|
+
"defaultProps": {},
|
|
1847
|
+
"getStylesLiterals": {
|
|
1848
|
+
"popoverSizeRoot": "default",
|
|
1849
|
+
"popoverVariantRoot": "default",
|
|
1850
|
+
"display": "flex",
|
|
1851
|
+
"position": "relative",
|
|
1852
|
+
"display:1": "block",
|
|
1853
|
+
"spacingTop": "0",
|
|
1854
|
+
"spacingStart": "0",
|
|
1855
|
+
"spacingBottom": "0",
|
|
1856
|
+
"spacingEnd": "0",
|
|
1857
|
+
"popoverSizeSvgBase": "default",
|
|
1858
|
+
"popoverVariantSvgBase": "default",
|
|
1859
|
+
"popoverSizeSvgBorder": "default",
|
|
1860
|
+
"popoverVariantSvgBorder": "default",
|
|
1861
|
+
"popoverVariantBlur": "default",
|
|
1862
|
+
"position:1": "absolute",
|
|
1863
|
+
"width": "full",
|
|
1864
|
+
"height": "full",
|
|
1865
|
+
"flexShrink": "0",
|
|
1866
|
+
"borderRadius": "full",
|
|
1867
|
+
"alignItems": "center",
|
|
1868
|
+
"justifyContent": "center",
|
|
1869
|
+
"popoverVariantCloseIcon": "default",
|
|
1870
|
+
"popoverSizeCloseIcon": "default"
|
|
1871
|
+
},
|
|
1872
|
+
"cxLiterals": [
|
|
1873
|
+
"z-[9999]",
|
|
1874
|
+
"outline-none",
|
|
1875
|
+
"focus-visible:outline-none",
|
|
1876
|
+
"uds-bgBlurFillFallback",
|
|
1877
|
+
"uds-bgBlurFallback",
|
|
1878
|
+
"top-0",
|
|
1879
|
+
"left-0",
|
|
1880
|
+
"z-[1]",
|
|
1881
|
+
"duration-0",
|
|
1882
|
+
"duration-120",
|
|
1883
|
+
"transition-[background-color]",
|
|
1884
|
+
"bg-carbon-15/0",
|
|
1885
|
+
"hover:bg-carbon-15/10",
|
|
1886
|
+
"active:bg-carbon-15/15",
|
|
1887
|
+
"uds-ring",
|
|
1888
|
+
"absolute",
|
|
1889
|
+
"z-[4]"
|
|
1890
|
+
],
|
|
1891
|
+
"internalComponents": [
|
|
1892
|
+
"PopoverDismiss",
|
|
1893
|
+
"IconSlot",
|
|
1894
|
+
"PopoverArrow",
|
|
1895
|
+
"Popover",
|
|
1896
|
+
"SvgFloatingOverlay",
|
|
1897
|
+
"Box",
|
|
1898
|
+
"Pressable"
|
|
1899
|
+
],
|
|
1900
|
+
"internalComponentProps": {},
|
|
1901
|
+
"propToVariantKeys": { "closeIcon": ["icon"] },
|
|
1902
|
+
"runtimeConfigDefaultProps": {
|
|
1903
|
+
"size": "popover.defaultSize",
|
|
1904
|
+
"variant": "popover.defaultVariant"
|
|
1905
|
+
},
|
|
1906
|
+
"runtimeConfigGetStyles": {
|
|
1907
|
+
"spacingTop": ["popover.spacingVertical.${size}"],
|
|
1908
|
+
"spacingStart": ["popover.spacingHorizontal.${size}"],
|
|
1909
|
+
"spacingBottom": ["popover.spacingVertical.${size}"],
|
|
1910
|
+
"spacingEnd": ["popover.spacingHorizontal.${size}"]
|
|
1911
|
+
},
|
|
1912
|
+
"runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
|
|
1913
|
+
"motionVarPrefixes": []
|
|
1914
|
+
};
|
|
1591
1915
|
var Input = {
|
|
1592
1916
|
"name": "Input",
|
|
1593
1917
|
"defaultProps": {
|
|
@@ -1666,6 +1990,7 @@ var Input = {
|
|
|
1666
1990
|
],
|
|
1667
1991
|
"startIcon": ["icon"],
|
|
1668
1992
|
"endIcon": ["icon"],
|
|
1993
|
+
"slotProps": ["helperTextSlotProps"],
|
|
1669
1994
|
"helperTextIcon": ["startIcon"]
|
|
1670
1995
|
},
|
|
1671
1996
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1717,372 +2042,249 @@ var InputHelpTextInternal = {
|
|
|
1717
2042
|
"runtimeConfigInternalComponentProps": {},
|
|
1718
2043
|
"motionVarPrefixes": []
|
|
1719
2044
|
};
|
|
1720
|
-
var
|
|
1721
|
-
"name": "
|
|
1722
|
-
"defaultProps": {
|
|
1723
|
-
"labelPosition": "start",
|
|
1724
|
-
"variant": "primary",
|
|
1725
|
-
"size": "md",
|
|
1726
|
-
"value": ""
|
|
1727
|
-
},
|
|
2045
|
+
var Menu_Item = {
|
|
2046
|
+
"name": "Menu.Item",
|
|
2047
|
+
"defaultProps": {},
|
|
1728
2048
|
"getStylesLiterals": {
|
|
1729
|
-
"
|
|
1730
|
-
"
|
|
1731
|
-
"
|
|
1732
|
-
"
|
|
1733
|
-
"
|
|
1734
|
-
"
|
|
1735
|
-
"
|
|
1736
|
-
"
|
|
1737
|
-
"
|
|
1738
|
-
"radioVariantValueRadioCircle:1": "unchecked"
|
|
1739
|
-
},
|
|
1740
|
-
"cxLiterals": [
|
|
1741
|
-
"cursor-pointer",
|
|
1742
|
-
"cursor-default",
|
|
1743
|
-
"opacity-50",
|
|
1744
|
-
"border",
|
|
1745
|
-
"uds-ring",
|
|
1746
|
-
"uds-ring-within",
|
|
1747
|
-
"transition-[background-color,border-color]",
|
|
1748
|
-
"transition-shadow",
|
|
1749
|
-
"pointer-events-none",
|
|
1750
|
-
"w-[8px]",
|
|
1751
|
-
"h-[8px]",
|
|
1752
|
-
"transition-opacity",
|
|
1753
|
-
"cursor-[inherit]",
|
|
1754
|
-
"absolute",
|
|
1755
|
-
"opacity-0",
|
|
1756
|
-
"top-1/2",
|
|
1757
|
-
"left-1/2",
|
|
1758
|
-
"w-[calc(100%+2px)]",
|
|
1759
|
-
"h-[calc(100%+2px)]",
|
|
1760
|
-
"transform",
|
|
1761
|
-
"translate-x-[-50%]",
|
|
1762
|
-
"translate-y-[-50%]",
|
|
1763
|
-
"text-start",
|
|
1764
|
-
"text-end"
|
|
1765
|
-
],
|
|
1766
|
-
"internalComponents": [
|
|
1767
|
-
"Box",
|
|
1768
|
-
"FormLabel",
|
|
1769
|
-
"SpringMotionConfig",
|
|
1770
|
-
"RootElement",
|
|
1771
|
-
"MotionBox"
|
|
1772
|
-
],
|
|
1773
|
-
"internalComponentProps": {
|
|
1774
|
-
"Box": { "borderRadius": ["full"] },
|
|
1775
|
-
"FormLabel": {
|
|
1776
|
-
"as": ["div"],
|
|
1777
|
-
"variant": ["inherit"],
|
|
1778
|
-
"color": ["inherit"]
|
|
1779
|
-
},
|
|
1780
|
-
"RootElement": { "data-testid": ["container"] },
|
|
1781
|
-
"MotionBox": {
|
|
1782
|
-
"position": ["relative"],
|
|
1783
|
-
"borderRadius": ["full"],
|
|
1784
|
-
"alignItems": ["center"],
|
|
1785
|
-
"justifyContent": ["center"],
|
|
1786
|
-
"flex": ["none"]
|
|
1787
|
-
}
|
|
1788
|
-
},
|
|
1789
|
-
"propToVariantKeys": {
|
|
1790
|
-
"size": ["radioSizeRoot", "radioSizeRadio"],
|
|
1791
|
-
"variant": [
|
|
1792
|
-
"radioVariantRoot",
|
|
1793
|
-
"radioVariantRadio",
|
|
1794
|
-
"radioVariantRadioCircle"
|
|
1795
|
-
],
|
|
1796
|
-
"reduceMotion": ["reducedMotion"]
|
|
2049
|
+
"menuitemItemVariantRoot": "default",
|
|
2050
|
+
"menuitemItemVariantActiveRoot": "on",
|
|
2051
|
+
"menuitemItemVariantActiveRoot:1": "off",
|
|
2052
|
+
"menuitemItemVariantText": "default",
|
|
2053
|
+
"menuitemItemVariantActiveText": "on",
|
|
2054
|
+
"menuitemItemVariantActiveText:1": "off",
|
|
2055
|
+
"menuitemItemVariantIcon": "default",
|
|
2056
|
+
"menuitemItemVariantActiveIcon": "on",
|
|
2057
|
+
"menuitemItemVariantActiveIcon:1": "off"
|
|
1797
2058
|
},
|
|
2059
|
+
"cxLiterals": [],
|
|
2060
|
+
"internalComponents": ["MenuItemBase"],
|
|
2061
|
+
"internalComponentProps": {},
|
|
2062
|
+
"propToVariantKeys": {},
|
|
1798
2063
|
"runtimeConfigDefaultProps": {},
|
|
1799
2064
|
"runtimeConfigGetStyles": {},
|
|
1800
2065
|
"runtimeConfigInternalComponentProps": {},
|
|
1801
|
-
"motionVarPrefixes": [
|
|
2066
|
+
"motionVarPrefixes": []
|
|
1802
2067
|
};
|
|
1803
|
-
var
|
|
1804
|
-
"name": "
|
|
2068
|
+
var Menu_index = {
|
|
2069
|
+
"name": "Menu.index",
|
|
1805
2070
|
"defaultProps": {},
|
|
1806
2071
|
"getStylesLiterals": {},
|
|
1807
2072
|
"cxLiterals": [],
|
|
1808
|
-
"internalComponents": [
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
2073
|
+
"internalComponents": [],
|
|
2074
|
+
"internalComponentProps": {},
|
|
2075
|
+
"propToVariantKeys": {},
|
|
2076
|
+
"runtimeConfigDefaultProps": {},
|
|
2077
|
+
"runtimeConfigGetStyles": {},
|
|
2078
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2079
|
+
"motionVarPrefixes": []
|
|
2080
|
+
};
|
|
2081
|
+
var Menu = {
|
|
2082
|
+
"name": "Menu",
|
|
2083
|
+
"defaultProps": {},
|
|
2084
|
+
"getStylesLiterals": {},
|
|
2085
|
+
"cxLiterals": [],
|
|
2086
|
+
"internalComponents": [],
|
|
2087
|
+
"internalComponentProps": {},
|
|
2088
|
+
"propToVariantKeys": {},
|
|
2089
|
+
"runtimeConfigDefaultProps": {},
|
|
2090
|
+
"runtimeConfigGetStyles": {},
|
|
2091
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2092
|
+
"motionVarPrefixes": []
|
|
2093
|
+
};
|
|
2094
|
+
var Menu_Content = {
|
|
2095
|
+
"name": "Menu.Content",
|
|
2096
|
+
"defaultProps": {
|
|
2097
|
+
"size": "default",
|
|
2098
|
+
"variant": "default",
|
|
2099
|
+
"gutter": "1"
|
|
2100
|
+
},
|
|
2101
|
+
"getStylesLiterals": {},
|
|
2102
|
+
"cxLiterals": [
|
|
2103
|
+
"uds-menu-content",
|
|
2104
|
+
"transition-shadow",
|
|
2105
|
+
"duration-200",
|
|
2106
|
+
"ease-in-out",
|
|
2107
|
+
"min-w-60",
|
|
2108
|
+
"max-w-lg",
|
|
2109
|
+
"max-h-96",
|
|
2110
|
+
"overflow-auto",
|
|
2111
|
+
"uds-ring",
|
|
2112
|
+
"z-10",
|
|
2113
|
+
"group"
|
|
2114
|
+
],
|
|
2115
|
+
"internalComponents": [
|
|
2116
|
+
"AriakitMenu",
|
|
2117
|
+
"AnimatePresence",
|
|
2118
|
+
"MotionVStack"
|
|
1812
2119
|
],
|
|
1813
|
-
"internalComponentProps": {
|
|
1814
|
-
"propToVariantKeys": {
|
|
2120
|
+
"internalComponentProps": {},
|
|
2121
|
+
"propToVariantKeys": {
|
|
2122
|
+
"size": ["menucontentSizeRoot"],
|
|
2123
|
+
"variant": ["menucontentVariantRoot"]
|
|
2124
|
+
},
|
|
1815
2125
|
"runtimeConfigDefaultProps": {},
|
|
1816
2126
|
"runtimeConfigGetStyles": {},
|
|
1817
2127
|
"runtimeConfigInternalComponentProps": {},
|
|
1818
2128
|
"motionVarPrefixes": []
|
|
1819
2129
|
};
|
|
1820
|
-
var
|
|
1821
|
-
"name": "
|
|
2130
|
+
var Menu_Trigger = {
|
|
2131
|
+
"name": "Menu.Trigger",
|
|
1822
2132
|
"defaultProps": {},
|
|
1823
2133
|
"getStylesLiterals": {},
|
|
1824
|
-
"cxLiterals": [],
|
|
1825
|
-
"internalComponents": [],
|
|
1826
|
-
"internalComponentProps": {},
|
|
2134
|
+
"cxLiterals": ["uds-menu-trigger"],
|
|
2135
|
+
"internalComponents": ["AriakitMenuTrigger", "Box"],
|
|
2136
|
+
"internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
|
|
1827
2137
|
"propToVariantKeys": {},
|
|
1828
2138
|
"runtimeConfigDefaultProps": {},
|
|
1829
2139
|
"runtimeConfigGetStyles": {},
|
|
1830
2140
|
"runtimeConfigInternalComponentProps": {},
|
|
1831
2141
|
"motionVarPrefixes": []
|
|
1832
2142
|
};
|
|
1833
|
-
var
|
|
1834
|
-
"name": "
|
|
1835
|
-
"defaultProps": {
|
|
1836
|
-
|
|
1837
|
-
"
|
|
1838
|
-
"
|
|
1839
|
-
"tabVariantActiveRoot:1": "on",
|
|
1840
|
-
"tabSizeIcon": "default"
|
|
1841
|
-
},
|
|
1842
|
-
"cxLiterals": [
|
|
1843
|
-
"pointer-events-none",
|
|
1844
|
-
"absolute",
|
|
1845
|
-
"bottom-0",
|
|
1846
|
-
"left-0",
|
|
1847
|
-
"right-0",
|
|
1848
|
-
"h-[var(--uds-tab-underline-width,0px)]",
|
|
1849
|
-
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
1850
|
-
"transition-[height,background-color]",
|
|
1851
|
-
"duration-[240ms]",
|
|
1852
|
-
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
1853
|
-
"!bg-transparent",
|
|
1854
|
-
"!shadow-none",
|
|
1855
|
-
"inline-flex",
|
|
1856
|
-
"items-center",
|
|
1857
|
-
"shrink-0",
|
|
1858
|
-
"box-border",
|
|
1859
|
-
"relative",
|
|
1860
|
-
"z-[1]",
|
|
1861
|
-
"cursor-pointer",
|
|
1862
|
-
"select-none",
|
|
1863
|
-
"whitespace-nowrap",
|
|
1864
|
-
"uds-ring",
|
|
1865
|
-
"opacity-50",
|
|
1866
|
-
"cursor-default",
|
|
1867
|
-
"border-solid",
|
|
1868
|
-
"border-b-solid",
|
|
1869
|
-
"transition-colors"
|
|
1870
|
-
],
|
|
1871
|
-
"internalComponents": [
|
|
1872
|
-
"IconSlot",
|
|
1873
|
-
"AriakitTab",
|
|
1874
|
-
"Text"
|
|
1875
|
-
],
|
|
1876
|
-
"internalComponentProps": { "Text": {
|
|
1877
|
-
"variant": ["inherit"],
|
|
1878
|
-
"as": ["span"],
|
|
1879
|
-
"color": ["current"]
|
|
1880
|
-
} },
|
|
1881
|
-
"propToVariantKeys": {
|
|
1882
|
-
"variant": ["tabVariantRoot", "tabVariantIcon"],
|
|
1883
|
-
"activeState": ["tabVariantActiveIcon"],
|
|
1884
|
-
"startIcon": ["icon"],
|
|
1885
|
-
"endIcon": ["icon"]
|
|
2143
|
+
var Menu_Divider = {
|
|
2144
|
+
"name": "Menu.Divider",
|
|
2145
|
+
"defaultProps": {
|
|
2146
|
+
"role": "separator",
|
|
2147
|
+
"contentPosition": "start",
|
|
2148
|
+
"gap": "4"
|
|
1886
2149
|
},
|
|
1887
|
-
"runtimeConfigDefaultProps": {},
|
|
1888
|
-
"runtimeConfigGetStyles": {},
|
|
1889
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1890
|
-
"motionVarPrefixes": []
|
|
1891
|
-
};
|
|
1892
|
-
var TabList = {
|
|
1893
|
-
"name": "TabList",
|
|
1894
|
-
"defaultProps": { "variant": "primary" },
|
|
1895
2150
|
"getStylesLiterals": {
|
|
1896
|
-
"
|
|
1897
|
-
"
|
|
2151
|
+
"menuitemDividerVariantRoot": "default",
|
|
2152
|
+
"menuitemDividerVariantText": "default",
|
|
2153
|
+
"menuitemDividerVariantLine": "default"
|
|
1898
2154
|
},
|
|
1899
|
-
"cxLiterals": [
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
"left-0",
|
|
1904
|
-
"right-0",
|
|
1905
|
-
"h-[var(--uds-tab-underline-width,0px)]",
|
|
1906
|
-
"bg-[var(--uds-tab-underline-color,transparent)]",
|
|
1907
|
-
"transition-[height,background-color]",
|
|
1908
|
-
"duration-[240ms]",
|
|
1909
|
-
"ease-[cubic-bezier(0.2,0,0,1)]",
|
|
1910
|
-
"!m-0",
|
|
1911
|
-
"!p-0",
|
|
1912
|
-
"!gap-0",
|
|
1913
|
-
"box-border",
|
|
1914
|
-
"z-0",
|
|
1915
|
-
"min-w-0",
|
|
1916
|
-
"min-h-0",
|
|
1917
|
-
"flex",
|
|
1918
|
-
"flex-row",
|
|
1919
|
-
"items-center",
|
|
1920
|
-
"overflow-x-auto",
|
|
1921
|
-
"overflow-y-clip",
|
|
1922
|
-
"scrollbar-none",
|
|
1923
|
-
"[overflow-clip-margin:6px]",
|
|
1924
|
-
"overflow-clip",
|
|
1925
|
-
"[overflow-clip-margin:8px]",
|
|
1926
|
-
"relative"
|
|
1927
|
-
],
|
|
1928
|
-
"internalComponents": ["AriakitTabList"],
|
|
1929
|
-
"internalComponentProps": {},
|
|
1930
|
-
"propToVariantKeys": { "variant": ["tabsVariantRoot", "tabVariantRoot"] },
|
|
2155
|
+
"cxLiterals": [],
|
|
2156
|
+
"internalComponents": ["DividerInternal"],
|
|
2157
|
+
"internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
|
|
2158
|
+
"propToVariantKeys": {},
|
|
1931
2159
|
"runtimeConfigDefaultProps": {},
|
|
1932
2160
|
"runtimeConfigGetStyles": {},
|
|
1933
2161
|
"runtimeConfigInternalComponentProps": {},
|
|
1934
2162
|
"motionVarPrefixes": []
|
|
1935
2163
|
};
|
|
1936
|
-
var
|
|
1937
|
-
"name": "
|
|
2164
|
+
var Menu_Provider = {
|
|
2165
|
+
"name": "Menu.Provider",
|
|
1938
2166
|
"defaultProps": {},
|
|
1939
2167
|
"getStylesLiterals": {},
|
|
1940
2168
|
"cxLiterals": [],
|
|
1941
|
-
"internalComponents": ["
|
|
2169
|
+
"internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
|
|
1942
2170
|
"internalComponentProps": {},
|
|
1943
2171
|
"propToVariantKeys": {},
|
|
1944
2172
|
"runtimeConfigDefaultProps": {},
|
|
1945
2173
|
"runtimeConfigGetStyles": {},
|
|
1946
2174
|
"runtimeConfigInternalComponentProps": {},
|
|
1947
|
-
"motionVarPrefixes": []
|
|
2175
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
1948
2176
|
};
|
|
1949
|
-
var
|
|
1950
|
-
"name": "
|
|
1951
|
-
"defaultProps": {
|
|
1952
|
-
"getStylesLiterals": {
|
|
1953
|
-
|
|
1954
|
-
|
|
2177
|
+
var Menu_ItemCheckbox = {
|
|
2178
|
+
"name": "Menu.ItemCheckbox",
|
|
2179
|
+
"defaultProps": {},
|
|
2180
|
+
"getStylesLiterals": {
|
|
2181
|
+
"menuitemItemCheckboxVariantRoot": "default",
|
|
2182
|
+
"menuitemItemCheckboxVariantActiveRoot": "on",
|
|
2183
|
+
"menuitemItemCheckboxVariantActiveRoot:1": "off",
|
|
2184
|
+
"menuitemItemCheckboxVariantText": "default",
|
|
2185
|
+
"menuitemItemCheckboxVariantActiveText": "on",
|
|
2186
|
+
"menuitemItemCheckboxVariantActiveText:1": "off",
|
|
2187
|
+
"menuitemItemCheckboxVariantStartIcon": "default",
|
|
2188
|
+
"menuitemItemCheckboxVariantActiveStartIcon": "on",
|
|
2189
|
+
"menuitemItemCheckboxVariantActiveStartIcon:1": "off",
|
|
2190
|
+
"menuitemItemCheckboxVariantEndIcon": "default",
|
|
2191
|
+
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
2192
|
+
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
2193
|
+
},
|
|
2194
|
+
"cxLiterals": ["uds-menu-item-checkbox"],
|
|
2195
|
+
"internalComponents": ["MenuItemBase"],
|
|
1955
2196
|
"internalComponentProps": {},
|
|
1956
|
-
"propToVariantKeys": {
|
|
2197
|
+
"propToVariantKeys": {},
|
|
1957
2198
|
"runtimeConfigDefaultProps": {},
|
|
1958
2199
|
"runtimeConfigGetStyles": {},
|
|
1959
2200
|
"runtimeConfigInternalComponentProps": {},
|
|
1960
2201
|
"motionVarPrefixes": []
|
|
1961
2202
|
};
|
|
1962
|
-
var
|
|
1963
|
-
"name": "
|
|
1964
|
-
"defaultProps": {
|
|
2203
|
+
var Menu_ItemBase = {
|
|
2204
|
+
"name": "Menu.ItemBase",
|
|
2205
|
+
"defaultProps": {
|
|
2206
|
+
"spacing": "0",
|
|
2207
|
+
"spacingHorizontal": "4",
|
|
2208
|
+
"spacingVertical": "3.5",
|
|
2209
|
+
"columnGap": "2",
|
|
2210
|
+
"alignItems": "center",
|
|
2211
|
+
"justifyContent": "space-between"
|
|
2212
|
+
},
|
|
1965
2213
|
"getStylesLiterals": {
|
|
1966
|
-
"
|
|
1967
|
-
"
|
|
1968
|
-
"
|
|
1969
|
-
"
|
|
2214
|
+
"textAlign": "start",
|
|
2215
|
+
"menuitemSizeRoot": "default",
|
|
2216
|
+
"flexDirection": "row",
|
|
2217
|
+
"menuitemSizeStartIcon": "default",
|
|
2218
|
+
"menuitemSizeEndIcon": "default"
|
|
1970
2219
|
},
|
|
1971
2220
|
"cxLiterals": [
|
|
1972
|
-
"
|
|
1973
|
-
"
|
|
1974
|
-
"
|
|
1975
|
-
"
|
|
1976
|
-
"
|
|
1977
|
-
"
|
|
1978
|
-
"
|
|
2221
|
+
"flex",
|
|
2222
|
+
"focus-visible:text-brand",
|
|
2223
|
+
"focus-visible:bg-brand-secondary",
|
|
2224
|
+
"focus-visible:z-10",
|
|
2225
|
+
"uds-ring",
|
|
2226
|
+
"!-outline-offset-2",
|
|
2227
|
+
"[&:not([aria-checked])]:cursor-default",
|
|
2228
|
+
"opacity-25",
|
|
2229
|
+
"cursor-not-allowed",
|
|
2230
|
+
"duration-20",
|
|
2231
|
+
"transition-[font-variation-settings]",
|
|
2232
|
+
"ease-in-out",
|
|
2233
|
+
"z-0",
|
|
2234
|
+
"uds-start-icon",
|
|
2235
|
+
"uds-end-icon"
|
|
1979
2236
|
],
|
|
1980
2237
|
"internalComponents": [
|
|
2238
|
+
"Pressable",
|
|
1981
2239
|
"IconSlot",
|
|
1982
|
-
"
|
|
1983
|
-
"
|
|
1984
|
-
"
|
|
1985
|
-
"Pressable"
|
|
2240
|
+
"RootComponent",
|
|
2241
|
+
"HStack",
|
|
2242
|
+
"AnimatePresence"
|
|
1986
2243
|
],
|
|
1987
|
-
"internalComponentProps": {
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
"
|
|
1991
|
-
"toastSizeIcon",
|
|
1992
|
-
"toastSizeActionButton",
|
|
1993
|
-
"toastSizeCloseIcon"
|
|
1994
|
-
],
|
|
1995
|
-
"variant": [
|
|
1996
|
-
"toastVariantIcon",
|
|
1997
|
-
"toastVariantActionButton",
|
|
1998
|
-
"toastVariantCloseIcon"
|
|
1999
|
-
],
|
|
2000
|
-
"closeIcon": ["icon"],
|
|
2001
|
-
"onClickActionButton": ["onClick"]
|
|
2002
|
-
},
|
|
2003
|
-
"runtimeConfigDefaultProps": {
|
|
2004
|
-
"size": "toast.defaultSize",
|
|
2005
|
-
"variant": "toast.defaultVariant"
|
|
2006
|
-
},
|
|
2007
|
-
"runtimeConfigGetStyles": {
|
|
2008
|
-
"toastSizeLabel": ["toast.defaultSize"],
|
|
2009
|
-
"toastVariantIcon": ["toast.defaultVariant"],
|
|
2010
|
-
"toastSizeIcon": ["toast.defaultSize"],
|
|
2011
|
-
"toastSizeActionButton": ["toast.defaultSize"],
|
|
2012
|
-
"toastVariantActionButton": ["toast.defaultVariant"],
|
|
2013
|
-
"toastVariantCloseIcon": ["toast.defaultVariant"],
|
|
2014
|
-
"toastSizeCloseIcon": ["toast.defaultSize"]
|
|
2015
|
-
},
|
|
2016
|
-
"runtimeConfigInternalComponentProps": {
|
|
2017
|
-
"ToastContainer": {
|
|
2018
|
-
"size": ["toast.defaultSize"],
|
|
2019
|
-
"variant": ["toast.defaultVariant"]
|
|
2020
|
-
},
|
|
2021
|
-
"Text": {
|
|
2022
|
-
"variant": ["toast.textVariant.${size}"],
|
|
2023
|
-
"color": ["toast.textColor.${variant}"]
|
|
2244
|
+
"internalComponentProps": {
|
|
2245
|
+
"HStack": {
|
|
2246
|
+
"alignItems": ["center"],
|
|
2247
|
+
"width": ["full"]
|
|
2024
2248
|
},
|
|
2025
|
-
"
|
|
2026
|
-
"size": ["toast.buttonSize.${size}"],
|
|
2027
|
-
"variant": ["toast.buttonVariant.${variant}"]
|
|
2028
|
-
}
|
|
2029
|
-
},
|
|
2030
|
-
"motionVarPrefixes": []
|
|
2031
|
-
};
|
|
2032
|
-
var ToastContainer = {
|
|
2033
|
-
"name": "ToastContainer",
|
|
2034
|
-
"defaultProps": {},
|
|
2035
|
-
"getStylesLiterals": {
|
|
2036
|
-
"position": "relative",
|
|
2037
|
-
"alignItems": "center",
|
|
2038
|
-
"display": "flex",
|
|
2039
|
-
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
2249
|
+
"AnimatePresence": { "mode": ["popLayout"] }
|
|
2040
2250
|
},
|
|
2041
|
-
"cxLiterals": ["w-full"],
|
|
2042
|
-
"internalComponents": ["HStack"],
|
|
2043
|
-
"internalComponentProps": { "HStack": {
|
|
2044
|
-
"alignItems": ["center"],
|
|
2045
|
-
"justifyContent": ["space-between"],
|
|
2046
|
-
"overflow": ["hidden"],
|
|
2047
|
-
"position": ["relative"]
|
|
2048
|
-
} },
|
|
2049
2251
|
"propToVariantKeys": {
|
|
2050
|
-
"
|
|
2051
|
-
"
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
"
|
|
2055
|
-
"variant": "toast.defaultVariant"
|
|
2056
|
-
},
|
|
2057
|
-
"runtimeConfigGetStyles": {
|
|
2058
|
-
"toastVariantRoot": ["toast.defaultVariant"],
|
|
2059
|
-
"toastSizeRoot": ["toast.defaultSize"]
|
|
2252
|
+
"startIconClassName": ["className"],
|
|
2253
|
+
"endIconClassName": ["className"],
|
|
2254
|
+
"startIcon": ["icon"],
|
|
2255
|
+
"endIcon": ["icon"],
|
|
2256
|
+
"columnGap": ["gap"]
|
|
2060
2257
|
},
|
|
2061
|
-
"
|
|
2258
|
+
"runtimeConfigDefaultProps": {},
|
|
2259
|
+
"runtimeConfigGetStyles": {},
|
|
2260
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2062
2261
|
"motionVarPrefixes": []
|
|
2063
2262
|
};
|
|
2064
|
-
var
|
|
2065
|
-
"name": "
|
|
2263
|
+
var UDSBreakpointsConfigProvider = {
|
|
2264
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
2066
2265
|
"defaultProps": {},
|
|
2067
2266
|
"getStylesLiterals": {},
|
|
2068
2267
|
"cxLiterals": [],
|
|
2069
|
-
"internalComponents": ["
|
|
2268
|
+
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
2070
2269
|
"internalComponentProps": {},
|
|
2071
2270
|
"propToVariantKeys": {},
|
|
2072
|
-
"runtimeConfigDefaultProps": {
|
|
2073
|
-
"size": "toast.defaultSize",
|
|
2074
|
-
"variant": "toast.defaultVariant"
|
|
2075
|
-
},
|
|
2271
|
+
"runtimeConfigDefaultProps": {},
|
|
2076
2272
|
"runtimeConfigGetStyles": {},
|
|
2077
|
-
"runtimeConfigInternalComponentProps": {
|
|
2273
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2078
2274
|
"motionVarPrefixes": []
|
|
2079
2275
|
};
|
|
2080
|
-
var
|
|
2081
|
-
"name": "
|
|
2276
|
+
var UDSConfigProvider = {
|
|
2277
|
+
"name": "UDSConfigProvider",
|
|
2082
2278
|
"defaultProps": {},
|
|
2083
2279
|
"getStylesLiterals": {},
|
|
2084
2280
|
"cxLiterals": [],
|
|
2085
|
-
"internalComponents": [
|
|
2281
|
+
"internalComponents": [
|
|
2282
|
+
"UDSBreakpointsConfigProvider",
|
|
2283
|
+
"UDSBottomSheetConfigProvider",
|
|
2284
|
+
"UDSToastConfigProvider",
|
|
2285
|
+
"UDSTooltipConfigProvider",
|
|
2286
|
+
"UDSPopoverConfigProvider"
|
|
2287
|
+
],
|
|
2086
2288
|
"internalComponentProps": {},
|
|
2087
2289
|
"propToVariantKeys": {},
|
|
2088
2290
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2155,19 +2357,6 @@ var TooltipContent = {
|
|
|
2155
2357
|
"runtimeConfigInternalComponentProps": {},
|
|
2156
2358
|
"motionVarPrefixes": []
|
|
2157
2359
|
};
|
|
2158
|
-
var TooltipTrigger = {
|
|
2159
|
-
"name": "TooltipTrigger",
|
|
2160
|
-
"defaultProps": {},
|
|
2161
|
-
"getStylesLiterals": {},
|
|
2162
|
-
"cxLiterals": [],
|
|
2163
|
-
"internalComponents": ["TooltipAnchor"],
|
|
2164
|
-
"internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
|
|
2165
|
-
"propToVariantKeys": { "children": ["render"] },
|
|
2166
|
-
"runtimeConfigDefaultProps": {},
|
|
2167
|
-
"runtimeConfigGetStyles": {},
|
|
2168
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2169
|
-
"motionVarPrefixes": []
|
|
2170
|
-
};
|
|
2171
2360
|
var UDSTooltipConfigProvider = {
|
|
2172
2361
|
"name": "UDSTooltipConfigProvider",
|
|
2173
2362
|
"defaultProps": {},
|
|
@@ -2181,249 +2370,96 @@ var UDSTooltipConfigProvider = {
|
|
|
2181
2370
|
"runtimeConfigInternalComponentProps": {},
|
|
2182
2371
|
"motionVarPrefixes": []
|
|
2183
2372
|
};
|
|
2184
|
-
var
|
|
2185
|
-
"name": "
|
|
2186
|
-
"defaultProps": {
|
|
2187
|
-
"spacingHorizontal": "4",
|
|
2188
|
-
"spacingVertical": "4"
|
|
2189
|
-
},
|
|
2190
|
-
"getStylesLiterals": {},
|
|
2191
|
-
"cxLiterals": ["hover:bg-secondary/80", "w-full"],
|
|
2192
|
-
"internalComponents": [
|
|
2193
|
-
"Icon",
|
|
2194
|
-
"SpringMotionConfig",
|
|
2195
|
-
"Pressable",
|
|
2196
|
-
"Text",
|
|
2197
|
-
"HStack",
|
|
2198
|
-
"AnimatePresence",
|
|
2199
|
-
"VStack"
|
|
2200
|
-
],
|
|
2201
|
-
"internalComponentProps": {
|
|
2202
|
-
"Icon": {
|
|
2203
|
-
"variant": ["fill"],
|
|
2204
|
-
"size": ["sm"],
|
|
2205
|
-
"color": ["primary"]
|
|
2206
|
-
},
|
|
2207
|
-
"SpringMotionConfig": {
|
|
2208
|
-
"layoutVariant": ["smooth"],
|
|
2209
|
-
"layoutSpeed": ["3"]
|
|
2210
|
-
},
|
|
2211
|
-
"Pressable": {
|
|
2212
|
-
"display": ["flex"],
|
|
2213
|
-
"flexDirection": ["row"],
|
|
2214
|
-
"alignItems": ["center"],
|
|
2215
|
-
"justifyContent": ["space-between"],
|
|
2216
|
-
"borderRadius": ["md"]
|
|
2217
|
-
},
|
|
2218
|
-
"Text": {
|
|
2219
|
-
"variant": ["title4"],
|
|
2220
|
-
"color": ["primary"]
|
|
2221
|
-
},
|
|
2222
|
-
"HStack": {
|
|
2223
|
-
"display": ["flex"],
|
|
2224
|
-
"alignItems": ["center"],
|
|
2225
|
-
"justifyContent": ["space-between"],
|
|
2226
|
-
"columnGap": ["2.5"]
|
|
2227
|
-
}
|
|
2228
|
-
},
|
|
2229
|
-
"propToVariantKeys": {},
|
|
2230
|
-
"runtimeConfigDefaultProps": {},
|
|
2231
|
-
"runtimeConfigGetStyles": {},
|
|
2232
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2233
|
-
"motionVarPrefixes": ["--uds-motion-smooth-3-"]
|
|
2234
|
-
};
|
|
2235
|
-
var AvoidMotionLibraryProvider = {
|
|
2236
|
-
"name": "AvoidMotionLibraryProvider",
|
|
2373
|
+
var TooltipTrigger = {
|
|
2374
|
+
"name": "TooltipTrigger",
|
|
2237
2375
|
"defaultProps": {},
|
|
2238
2376
|
"getStylesLiterals": {},
|
|
2239
2377
|
"cxLiterals": [],
|
|
2240
|
-
"internalComponents": [],
|
|
2241
|
-
"internalComponentProps": {},
|
|
2242
|
-
"propToVariantKeys": {},
|
|
2378
|
+
"internalComponents": ["TooltipAnchor"],
|
|
2379
|
+
"internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
|
|
2380
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
2243
2381
|
"runtimeConfigDefaultProps": {},
|
|
2244
2382
|
"runtimeConfigGetStyles": {},
|
|
2245
2383
|
"runtimeConfigInternalComponentProps": {},
|
|
2246
2384
|
"motionVarPrefixes": []
|
|
2247
2385
|
};
|
|
2248
|
-
var
|
|
2249
|
-
"name": "
|
|
2386
|
+
var RadioGroupProvider = {
|
|
2387
|
+
"name": "RadioGroupProvider",
|
|
2250
2388
|
"defaultProps": {},
|
|
2251
2389
|
"getStylesLiterals": {},
|
|
2252
|
-
"cxLiterals": [
|
|
2253
|
-
"inset-8",
|
|
2254
|
-
"top-[250px]",
|
|
2255
|
-
"z-50",
|
|
2256
|
-
"mx-auto",
|
|
2257
|
-
"h-fit",
|
|
2258
|
-
"w-[600px]",
|
|
2259
|
-
"origin-center",
|
|
2260
|
-
"scale-95",
|
|
2261
|
-
"opacity-0",
|
|
2262
|
-
"transition",
|
|
2263
|
-
"duration-150",
|
|
2264
|
-
"data-[enter]:scale-100",
|
|
2265
|
-
"data-[enter]:opacity-100",
|
|
2266
|
-
"data-[enter]:bg-primary",
|
|
2267
|
-
"backdrop-blur-0",
|
|
2268
|
-
"data-[enter]:opacity-60",
|
|
2269
|
-
"data-[enter]:backdrop-blur-sm"
|
|
2270
|
-
],
|
|
2390
|
+
"cxLiterals": [],
|
|
2271
2391
|
"internalComponents": [
|
|
2272
|
-
"
|
|
2273
|
-
"
|
|
2274
|
-
"
|
|
2275
|
-
"Text",
|
|
2276
|
-
"VStack"
|
|
2392
|
+
"DivProps",
|
|
2393
|
+
"Comp",
|
|
2394
|
+
"RadioGroupContext.Provider"
|
|
2277
2395
|
],
|
|
2278
|
-
"internalComponentProps": {
|
|
2279
|
-
|
|
2280
|
-
"aria-label": ["Close"],
|
|
2281
|
-
"size": ["sm"],
|
|
2282
|
-
"variant": ["tertiary"]
|
|
2283
|
-
},
|
|
2284
|
-
"HStack": {
|
|
2285
|
-
"alignItems": ["center"],
|
|
2286
|
-
"justifyContent": ["space-between"]
|
|
2287
|
-
},
|
|
2288
|
-
"Text": {
|
|
2289
|
-
"variant": ["headline1"],
|
|
2290
|
-
"color": ["primary"]
|
|
2291
|
-
},
|
|
2292
|
-
"VStack": {
|
|
2293
|
-
"borderRadius": ["md"],
|
|
2294
|
-
"position": ["fixed"],
|
|
2295
|
-
"backgroundColor": ["primary"],
|
|
2296
|
-
"dropShadow": ["md"],
|
|
2297
|
-
"spacing": ["8"],
|
|
2298
|
-
"overflow": ["hidden"]
|
|
2299
|
-
}
|
|
2300
|
-
},
|
|
2301
|
-
"propToVariantKeys": { "handleClose": ["onClick"] },
|
|
2396
|
+
"internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
|
|
2397
|
+
"propToVariantKeys": {},
|
|
2302
2398
|
"runtimeConfigDefaultProps": {},
|
|
2303
2399
|
"runtimeConfigGetStyles": {},
|
|
2304
2400
|
"runtimeConfigInternalComponentProps": {},
|
|
2305
2401
|
"motionVarPrefixes": []
|
|
2306
2402
|
};
|
|
2307
|
-
var
|
|
2308
|
-
"name": "
|
|
2309
|
-
"defaultProps": {
|
|
2310
|
-
"getStylesLiterals": {
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
"spacingHorizontal": "3",
|
|
2316
|
-
"columnGap": "1.5",
|
|
2317
|
-
"borderWidth": "thin",
|
|
2318
|
-
"borderRadius": "full",
|
|
2319
|
-
"borderColor": "muted",
|
|
2320
|
-
"borderColor:1": "transparent",
|
|
2321
|
-
"color": "primary",
|
|
2322
|
-
"color:1": "tertiary",
|
|
2323
|
-
"color:2": "muted"
|
|
2324
|
-
},
|
|
2325
|
-
"cxLiterals": [
|
|
2326
|
-
"uds-ring",
|
|
2327
|
-
"cursor-not-allowed",
|
|
2328
|
-
"opacity-50",
|
|
2329
|
-
"pointer-events-none",
|
|
2330
|
-
"hover:bg-primary"
|
|
2331
|
-
],
|
|
2332
|
-
"internalComponents": [
|
|
2333
|
-
"TextVariant",
|
|
2334
|
-
"Radio",
|
|
2335
|
-
"Icon",
|
|
2336
|
-
"RadioProvider",
|
|
2337
|
-
"HStack",
|
|
2338
|
-
"RadioGroup",
|
|
2339
|
-
"Pressable",
|
|
2340
|
-
"Text"
|
|
2341
|
-
],
|
|
2342
|
-
"internalComponentProps": {
|
|
2343
|
-
"Icon": {
|
|
2344
|
-
"size": ["sm"],
|
|
2345
|
-
"color": ["current"],
|
|
2346
|
-
"aria-hidden": ["true"]
|
|
2347
|
-
},
|
|
2348
|
-
"HStack": {
|
|
2349
|
-
"spacing": ["1"],
|
|
2350
|
-
"gap": ["1"],
|
|
2351
|
-
"backgroundColor": ["secondary"],
|
|
2352
|
-
"borderRadius": ["full"],
|
|
2353
|
-
"display": ["inline-flex"]
|
|
2354
|
-
},
|
|
2355
|
-
"Text": { "color": ["current"] }
|
|
2356
|
-
},
|
|
2357
|
-
"propToVariantKeys": {
|
|
2358
|
-
"value": ["key"],
|
|
2359
|
-
"label": ["aria-label"],
|
|
2360
|
-
"textVariant": ["variant"]
|
|
2361
|
-
},
|
|
2403
|
+
var RadioGroupStore = {
|
|
2404
|
+
"name": "RadioGroupStore",
|
|
2405
|
+
"defaultProps": {},
|
|
2406
|
+
"getStylesLiterals": {},
|
|
2407
|
+
"cxLiterals": [],
|
|
2408
|
+
"internalComponents": [],
|
|
2409
|
+
"internalComponentProps": {},
|
|
2410
|
+
"propToVariantKeys": {},
|
|
2362
2411
|
"runtimeConfigDefaultProps": {},
|
|
2363
2412
|
"runtimeConfigGetStyles": {},
|
|
2364
2413
|
"runtimeConfigInternalComponentProps": {},
|
|
2365
2414
|
"motionVarPrefixes": []
|
|
2366
2415
|
};
|
|
2367
|
-
var
|
|
2368
|
-
"name": "
|
|
2416
|
+
var Radio = {
|
|
2417
|
+
"name": "Radio",
|
|
2369
2418
|
"defaultProps": {
|
|
2370
2419
|
"labelPosition": "start",
|
|
2371
|
-
"
|
|
2420
|
+
"variant": "primary",
|
|
2421
|
+
"size": "md",
|
|
2422
|
+
"value": ""
|
|
2372
2423
|
},
|
|
2373
2424
|
"getStylesLiterals": {
|
|
2374
|
-
"
|
|
2375
|
-
"
|
|
2376
|
-
"
|
|
2377
|
-
"
|
|
2378
|
-
"
|
|
2379
|
-
"
|
|
2380
|
-
"
|
|
2381
|
-
"
|
|
2382
|
-
"
|
|
2383
|
-
"
|
|
2384
|
-
"switchVariantActiveHandleIcon": "on",
|
|
2385
|
-
"switchVariantActiveHandleIcon:1": "off"
|
|
2425
|
+
"radioVariantValueRoot": "checked",
|
|
2426
|
+
"radioVariantValueRoot:1": "unchecked",
|
|
2427
|
+
"display": "flex",
|
|
2428
|
+
"flexDirection": "row",
|
|
2429
|
+
"flexDirection:1": "row-reverse",
|
|
2430
|
+
"alignItems": "center",
|
|
2431
|
+
"radioVariantValueRadio": "checked",
|
|
2432
|
+
"radioVariantValueRadio:1": "unchecked",
|
|
2433
|
+
"radioVariantValueRadioCircle": "checked",
|
|
2434
|
+
"radioVariantValueRadioCircle:1": "unchecked"
|
|
2386
2435
|
},
|
|
2387
2436
|
"cxLiterals": [
|
|
2388
|
-
"
|
|
2389
|
-
"
|
|
2390
|
-
"
|
|
2391
|
-
"
|
|
2392
|
-
"flex-row-reverse",
|
|
2437
|
+
"cursor-pointer",
|
|
2438
|
+
"cursor-default",
|
|
2439
|
+
"opacity-50",
|
|
2440
|
+
"border",
|
|
2393
2441
|
"uds-ring",
|
|
2394
2442
|
"uds-ring-within",
|
|
2395
|
-
"
|
|
2396
|
-
"
|
|
2397
|
-
"transition-[background-color,box-shadow]",
|
|
2443
|
+
"transition-[background-color,border-color]",
|
|
2444
|
+
"transition-shadow",
|
|
2398
2445
|
"pointer-events-none",
|
|
2399
|
-
"w-
|
|
2400
|
-
"h-
|
|
2446
|
+
"w-[8px]",
|
|
2447
|
+
"h-[8px]",
|
|
2448
|
+
"transition-opacity",
|
|
2449
|
+
"cursor-[inherit]",
|
|
2401
2450
|
"absolute",
|
|
2402
|
-
"top-0",
|
|
2403
|
-
"bottom-0",
|
|
2404
|
-
"right-0",
|
|
2405
|
-
"left-0",
|
|
2406
|
-
"overflow-hidden",
|
|
2407
|
-
"group-hover:scale-105",
|
|
2408
|
-
"opacity-95",
|
|
2409
|
-
"group-hover:opacity-100",
|
|
2410
|
-
"transition-[transform,opacity]",
|
|
2411
2451
|
"opacity-0",
|
|
2412
2452
|
"top-1/2",
|
|
2413
2453
|
"left-1/2",
|
|
2454
|
+
"w-[calc(100%+2px)]",
|
|
2455
|
+
"h-[calc(100%+2px)]",
|
|
2414
2456
|
"transform",
|
|
2415
2457
|
"translate-x-[-50%]",
|
|
2416
2458
|
"translate-y-[-50%]",
|
|
2417
|
-
"transition-opacity",
|
|
2418
|
-
"cursor-[inherit]",
|
|
2419
|
-
"w-[calc(100%+2px)]",
|
|
2420
|
-
"h-[calc(100%+2px)]",
|
|
2421
2459
|
"text-start",
|
|
2422
|
-
"text-end"
|
|
2423
|
-
"opacity-100"
|
|
2460
|
+
"text-end"
|
|
2424
2461
|
],
|
|
2425
2462
|
"internalComponents": [
|
|
2426
|
-
"IconSlot",
|
|
2427
2463
|
"Box",
|
|
2428
2464
|
"FormLabel",
|
|
2429
2465
|
"SpringMotionConfig",
|
|
@@ -2431,156 +2467,123 @@ var SwitchV2 = {
|
|
|
2431
2467
|
"MotionBox"
|
|
2432
2468
|
],
|
|
2433
2469
|
"internalComponentProps": {
|
|
2434
|
-
"
|
|
2470
|
+
"Box": { "borderRadius": ["full"] },
|
|
2435
2471
|
"FormLabel": {
|
|
2436
2472
|
"as": ["div"],
|
|
2437
2473
|
"variant": ["inherit"],
|
|
2438
2474
|
"color": ["inherit"]
|
|
2439
2475
|
},
|
|
2440
|
-
"
|
|
2441
|
-
|
|
2442
|
-
"
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2476
|
+
"RootElement": { "data-testid": ["container"] },
|
|
2477
|
+
"MotionBox": {
|
|
2478
|
+
"position": ["relative"],
|
|
2479
|
+
"borderRadius": ["full"],
|
|
2480
|
+
"alignItems": ["center"],
|
|
2481
|
+
"justifyContent": ["center"],
|
|
2482
|
+
"flex": ["none"]
|
|
2483
|
+
}
|
|
2446
2484
|
},
|
|
2447
2485
|
"propToVariantKeys": {
|
|
2448
|
-
"size": [
|
|
2449
|
-
|
|
2450
|
-
"
|
|
2451
|
-
"
|
|
2452
|
-
"
|
|
2486
|
+
"size": ["radioSizeRoot", "radioSizeRadio"],
|
|
2487
|
+
"variant": [
|
|
2488
|
+
"radioVariantRoot",
|
|
2489
|
+
"radioVariantRadio",
|
|
2490
|
+
"radioVariantRadioCircle"
|
|
2453
2491
|
],
|
|
2454
|
-
"
|
|
2455
|
-
"offIcon": ["icon"],
|
|
2456
|
-
"reduceMotion": ["reducedMotion"],
|
|
2457
|
-
"isOn": ["layoutDependency"]
|
|
2492
|
+
"reduceMotion": ["reducedMotion"]
|
|
2458
2493
|
},
|
|
2459
2494
|
"runtimeConfigDefaultProps": {},
|
|
2460
2495
|
"runtimeConfigGetStyles": {},
|
|
2461
2496
|
"runtimeConfigInternalComponentProps": {},
|
|
2462
|
-
"motionVarPrefixes": ["--uds-motion-
|
|
2463
|
-
};
|
|
2464
|
-
var UDSBreakpointsConfigProvider = {
|
|
2465
|
-
"name": "UDSBreakpointsConfigProvider",
|
|
2466
|
-
"defaultProps": {},
|
|
2467
|
-
"getStylesLiterals": {},
|
|
2468
|
-
"cxLiterals": [],
|
|
2469
|
-
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
2470
|
-
"internalComponentProps": {},
|
|
2471
|
-
"propToVariantKeys": {},
|
|
2472
|
-
"runtimeConfigDefaultProps": {},
|
|
2473
|
-
"runtimeConfigGetStyles": {},
|
|
2474
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2475
|
-
"motionVarPrefixes": []
|
|
2476
|
-
};
|
|
2477
|
-
var UDSConfigProvider = {
|
|
2478
|
-
"name": "UDSConfigProvider",
|
|
2479
|
-
"defaultProps": {},
|
|
2480
|
-
"getStylesLiterals": {},
|
|
2481
|
-
"cxLiterals": [],
|
|
2482
|
-
"internalComponents": [
|
|
2483
|
-
"UDSBreakpointsConfigProvider",
|
|
2484
|
-
"UDSBottomSheetConfigProvider",
|
|
2485
|
-
"UDSToastConfigProvider",
|
|
2486
|
-
"UDSTooltipConfigProvider",
|
|
2487
|
-
"UDSPopoverConfigProvider"
|
|
2488
|
-
],
|
|
2489
|
-
"internalComponentProps": {},
|
|
2490
|
-
"propToVariantKeys": {},
|
|
2491
|
-
"runtimeConfigDefaultProps": {},
|
|
2492
|
-
"runtimeConfigGetStyles": {},
|
|
2493
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2494
|
-
"motionVarPrefixes": []
|
|
2497
|
+
"motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
|
|
2495
2498
|
};
|
|
2496
2499
|
var componentData_default = {
|
|
2497
|
-
Box,
|
|
2498
|
-
FormLabel,
|
|
2499
|
-
HStack,
|
|
2500
2500
|
Icon,
|
|
2501
|
-
|
|
2501
|
+
Text,
|
|
2502
2502
|
Image,
|
|
2503
|
-
Link,
|
|
2504
2503
|
Scrim,
|
|
2505
|
-
|
|
2506
|
-
Text,
|
|
2504
|
+
FormLabel,
|
|
2507
2505
|
VStack,
|
|
2506
|
+
IconSlot,
|
|
2507
|
+
Box,
|
|
2508
|
+
SvgFloatingOverlay,
|
|
2509
|
+
HStack,
|
|
2510
|
+
Link,
|
|
2511
|
+
BannerDescription,
|
|
2508
2512
|
Banner,
|
|
2509
2513
|
BannerContent,
|
|
2510
|
-
BannerDescription,
|
|
2511
2514
|
BannerTitle,
|
|
2512
|
-
AnimateHeightChange,
|
|
2513
|
-
Badge,
|
|
2514
|
-
Button,
|
|
2515
|
-
Checkbox,
|
|
2516
|
-
IconButton,
|
|
2517
|
-
Pressable,
|
|
2518
|
-
SpringMotionConfig,
|
|
2519
|
-
Switch,
|
|
2520
2515
|
Divider,
|
|
2521
2516
|
DividerCore,
|
|
2522
2517
|
DividerInternal,
|
|
2523
|
-
Spinner,
|
|
2524
2518
|
"Table.mocks": Table_mocks,
|
|
2519
|
+
Spinner,
|
|
2525
2520
|
Table,
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2521
|
+
Pressable,
|
|
2522
|
+
SpringMotionConfig,
|
|
2523
|
+
AnimateHeightChange,
|
|
2524
|
+
Switch,
|
|
2525
|
+
IconButton,
|
|
2526
|
+
Badge,
|
|
2527
|
+
Checkbox,
|
|
2528
|
+
Button,
|
|
2529
|
+
Accordion,
|
|
2530
|
+
Modal,
|
|
2531
|
+
AvoidMotionLibraryProvider,
|
|
2532
|
+
SegmentedControl,
|
|
2533
|
+
SwitchV2,
|
|
2534
|
+
UDSToastConfigProvider,
|
|
2535
|
+
ToastPortal,
|
|
2536
|
+
Toast,
|
|
2537
|
+
ToastContainer,
|
|
2538
|
+
BottomSheetInternalContext,
|
|
2531
2539
|
BottomSheetContent,
|
|
2532
|
-
BottomSheetDismiss,
|
|
2533
2540
|
BottomSheetHandle,
|
|
2541
|
+
BottomSheet,
|
|
2534
2542
|
BottomSheetHeader,
|
|
2535
|
-
BottomSheetInternalContext,
|
|
2536
|
-
BottomSheetProvider,
|
|
2537
2543
|
BottomSheetTrigger,
|
|
2538
2544
|
UDSBottomSheetConfigProvider,
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
ChipButton,
|
|
2542
|
-
ChipDismissible,
|
|
2545
|
+
BottomSheetDismiss,
|
|
2546
|
+
BottomSheetProvider,
|
|
2543
2547
|
ChipLink,
|
|
2548
|
+
ChipDismissible,
|
|
2544
2549
|
ChipToggle,
|
|
2550
|
+
ChipBase,
|
|
2551
|
+
Chip,
|
|
2552
|
+
ChipButton,
|
|
2553
|
+
AvatarText,
|
|
2554
|
+
AvatarIcon,
|
|
2555
|
+
Avatar,
|
|
2556
|
+
AvatarImage,
|
|
2557
|
+
TabPanel,
|
|
2558
|
+
Tabs,
|
|
2559
|
+
TabList,
|
|
2560
|
+
Tab,
|
|
2561
|
+
UDSPopoverConfigProvider,
|
|
2545
2562
|
Popover,
|
|
2546
|
-
PopoverContent,
|
|
2547
|
-
PopoverContext,
|
|
2548
2563
|
PopoverTrigger,
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
"Menu.Divider": Menu_Divider,
|
|
2552
|
-
"Menu.Item": Menu_Item,
|
|
2553
|
-
"Menu.ItemBase": Menu_ItemBase,
|
|
2554
|
-
"Menu.ItemCheckbox": Menu_ItemCheckbox,
|
|
2555
|
-
"Menu.Provider": Menu_Provider,
|
|
2556
|
-
"Menu.Trigger": Menu_Trigger,
|
|
2557
|
-
"Menu.index": Menu_index,
|
|
2558
|
-
Menu,
|
|
2564
|
+
PopoverContext,
|
|
2565
|
+
PopoverContent,
|
|
2559
2566
|
Input,
|
|
2560
2567
|
InputHelpText,
|
|
2561
2568
|
InputHelpTextInternal,
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2569
|
+
"Menu.Item": Menu_Item,
|
|
2570
|
+
"Menu.index": Menu_index,
|
|
2571
|
+
Menu,
|
|
2572
|
+
"Menu.Content": Menu_Content,
|
|
2573
|
+
"Menu.Trigger": Menu_Trigger,
|
|
2574
|
+
"Menu.Divider": Menu_Divider,
|
|
2575
|
+
"Menu.Provider": Menu_Provider,
|
|
2576
|
+
"Menu.ItemCheckbox": Menu_ItemCheckbox,
|
|
2577
|
+
"Menu.ItemBase": Menu_ItemBase,
|
|
2578
|
+
UDSBreakpointsConfigProvider,
|
|
2579
|
+
UDSConfigProvider,
|
|
2573
2580
|
Tooltip,
|
|
2574
2581
|
TooltipContent,
|
|
2575
|
-
TooltipTrigger,
|
|
2576
2582
|
UDSTooltipConfigProvider,
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
SwitchV2,
|
|
2582
|
-
UDSBreakpointsConfigProvider,
|
|
2583
|
-
UDSConfigProvider
|
|
2583
|
+
TooltipTrigger,
|
|
2584
|
+
RadioGroupProvider,
|
|
2585
|
+
RadioGroupStore,
|
|
2586
|
+
Radio
|
|
2584
2587
|
};
|
|
2585
2588
|
|
|
2586
2589
|
//#endregion
|