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