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