@yahoo/uds 3.117.4 → 3.117.5
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/styles/styler.d.cts +41 -41
- package/dist/styles/styler.d.ts +41 -41
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +637 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +637 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +36541 -0
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +36524 -0
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.cjs +20 -0
- package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.js +21 -0
- package/dist/tailwind/dist/automated-config/dist/mapTextVariantFixtureToValue.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/properties.cjs +480 -0
- package/dist/tailwind/dist/automated-config/dist/properties.js +481 -0
- package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.cjs +10 -0
- package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.js +10 -0
- package/dist/tailwind/dist/automated-config/dist/utils/assertUnreachable.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.cjs +18 -0
- package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.js +18 -0
- package/dist/tailwind/dist/automated-config/dist/utils/generateDefaultClassName.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.cjs +15 -0
- package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.js +15 -0
- package/dist/tailwind/dist/automated-config/dist/utils/generateSchemaKey.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +479 -0
- package/dist/tailwind/dist/automated-config/dist/utils/index.js +479 -0
- package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.cjs +28 -0
- package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.js +29 -0
- package/dist/tailwind/dist/automated-config/dist/utils/mapColorFixtureToValue.js.map +1 -0
- package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.cjs +10 -0
- package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.js +9 -0
- package/dist/tailwind/dist/automated-config/dist/utils/variantConfigGuards.js.map +1 -0
- package/dist/tailwind/dist/config/dist/index.cjs +27057 -0
- package/dist/tailwind/dist/config/dist/index.d.cts +11 -0
- package/dist/tailwind/dist/config/dist/index.d.cts.map +1 -0
- package/dist/tailwind/dist/config/dist/index.d.ts +11 -0
- package/dist/tailwind/dist/config/dist/index.d.ts.map +1 -0
- package/dist/tailwind/dist/config/dist/index.js +27057 -0
- package/dist/tailwind/dist/config/dist/index.js.map +1 -0
- package/dist/tailwind/dist/css/generate.cjs +2 -2
- package/dist/tailwind/dist/css/generate.d.cts +0 -1
- package/dist/tailwind/dist/css/generate.d.cts.map +1 -1
- package/dist/tailwind/dist/css/generate.d.ts +0 -1
- package/dist/tailwind/dist/css/generate.d.ts.map +1 -1
- package/dist/tailwind/dist/css/generate.js +1 -1
- package/dist/tailwind/dist/css/runner.cjs +3 -3
- package/dist/tailwind/dist/css/runner.js +1 -1
- package/dist/tailwind/dist/css/utils.cjs +2 -3
- package/dist/tailwind/dist/css/utils.js +1 -1
- package/dist/tailwind/dist/css-tokens/dist/index.cjs +168 -0
- package/dist/tailwind/dist/css-tokens/dist/index.js +127 -0
- package/dist/tailwind/dist/css-tokens/dist/index.js.map +1 -0
- package/dist/tailwind/dist/fixtures/dist/index.cjs +596 -0
- package/dist/tailwind/dist/fixtures/dist/index.js +589 -0
- package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -0
- package/dist/tailwind/dist/fonts/dist/index.cjs +809 -0
- package/dist/tailwind/dist/fonts/dist/index.d.cts +632 -0
- package/dist/tailwind/dist/fonts/dist/index.d.cts.map +1 -0
- package/dist/tailwind/dist/fonts/dist/index.d.ts +632 -0
- package/dist/tailwind/dist/fonts/dist/index.d.ts.map +1 -0
- package/dist/tailwind/dist/fonts/dist/index.js +809 -0
- package/dist/tailwind/dist/fonts/dist/index.js.map +1 -0
- package/dist/tailwind/dist/modes/dist/index.cjs +9 -0
- package/dist/tailwind/dist/modes/dist/index.js +8 -0
- package/dist/tailwind/dist/modes/dist/index.js.map +1 -0
- package/dist/tailwind/dist/motion-tokens/dist/index.cjs +27 -0
- package/dist/tailwind/dist/motion-tokens/dist/index.js +26 -0
- package/dist/tailwind/dist/motion-tokens/dist/index.js.map +1 -0
- package/dist/tailwind/dist/palette/dist/index.cjs +29 -0
- package/dist/tailwind/dist/palette/dist/index.js +26 -0
- package/dist/tailwind/dist/palette/dist/index.js.map +1 -0
- package/dist/tailwind/dist/purger/legacy/purgeCSS.cjs +10 -10
- package/dist/tailwind/dist/purger/legacy/purgeCSS.js +1 -1
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.cjs +4 -4
- package/dist/tailwind/dist/purger/legacy/purgeFromCode.js +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +3 -3
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/safelist.cjs +3 -3
- package/dist/tailwind/dist/purger/optimized/utils/safelist.js +1 -1
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.cjs +5 -5
- package/dist/tailwind/dist/tailwind/base/addColorModeVars.js +2 -2
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.cjs +8 -8
- package/dist/tailwind/dist/tailwind/base/addColorModeVarsV2.js +2 -2
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.cjs +10 -11
- package/dist/tailwind/dist/tailwind/base/addScaleModeVars.js +2 -2
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.cjs +3 -4
- package/dist/tailwind/dist/tailwind/components/getFocusRingStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.cjs +9 -10
- package/dist/tailwind/dist/tailwind/components/getGroupedTextStyles.js +2 -2
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.cjs +23 -23
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.js +2 -2
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts +3 -3
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts.map +1 -1
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts +3 -3
- package/dist/tailwind/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +4 -4
- package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +1 -1
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.cjs +4 -4
- package/dist/tailwind/dist/tailwind/plugins/borderRadius.js +2 -2
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.cjs +4 -4
- package/dist/tailwind/dist/tailwind/plugins/borderWidth.js +2 -2
- package/dist/tailwind/dist/tailwind/plugins/colors.cjs +12 -12
- package/dist/tailwind/dist/tailwind/plugins/colors.js +3 -3
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +22 -22
- package/dist/tailwind/dist/tailwind/plugins/components.js +3 -3
- package/dist/tailwind/dist/tailwind/plugins/elevation.cjs +3 -3
- package/dist/tailwind/dist/tailwind/plugins/elevation.js +1 -1
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.cjs +2 -3
- package/dist/tailwind/dist/tailwind/plugins/getTailwindAsUdsColors.js +1 -1
- package/dist/tailwind/dist/tailwind/plugins/shadows.cjs +5 -5
- package/dist/tailwind/dist/tailwind/plugins/shadows.js +1 -1
- package/dist/tailwind/dist/tailwind/plugins/sizing.cjs +2 -2
- package/dist/tailwind/dist/tailwind/plugins/sizing.js +1 -1
- package/dist/tailwind/dist/tailwind/plugins/typography.cjs +6 -6
- package/dist/tailwind/dist/tailwind/plugins/typography.js +2 -2
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.cjs +6 -7
- package/dist/tailwind/dist/tailwind/theme/getFontFamilyTheme.js +2 -2
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/addFontsPlugin.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/composeTailwindPlugins.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.cjs +6 -7
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getElevationStyles.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.cjs +2 -3
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontFaceDeclarations.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.cjs +4 -5
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getFontStyles.js +2 -2
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.cjs +4 -5
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.d.cts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.d.ts +1 -1
- package/dist/tailwind/dist/tailwind/utils/getMotionStyles.js +2 -2
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.cjs +2 -3
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.d.cts +2 -2
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.d.ts +2 -2
- package/dist/tailwind/dist/tailwind/utils/getShadowPresetValues.js +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.cjs +3 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +2 -2
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +2 -2
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.js +1 -1
- package/dist/tailwind/dist/types/dist/index.d.cts +295 -0
- package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -0
- package/dist/tailwind/dist/types/dist/index.d.ts +295 -0
- package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -0
- package/dist/tailwind/dist/utils/generatePurgeCSSData.cjs +5 -5
- package/dist/tailwind/dist/utils/generatePurgeCSSData.js +2 -2
- package/dist/tailwind/dist/utils/parseTokens.cjs +29 -30
- package/dist/tailwind/dist/utils/parseTokens.d.cts +2 -2
- package/dist/tailwind/dist/utils/parseTokens.d.ts +2 -2
- package/dist/tailwind/dist/utils/parseTokens.js +2 -2
- package/dist/uds/generated/componentData.cjs +1105 -1105
- package/dist/uds/generated/componentData.js +1105 -1105
- package/generated/componentData.json +1508 -1508
- package/package.json +1 -1
|
@@ -1,4 +1,121 @@
|
|
|
1
1
|
{
|
|
2
|
+
"Box": {
|
|
3
|
+
"name": "Box",
|
|
4
|
+
"defaultProps": {
|
|
5
|
+
"as": "div",
|
|
6
|
+
"display": "flex"
|
|
7
|
+
},
|
|
8
|
+
"getStylesLiterals": {},
|
|
9
|
+
"cxLiterals": [],
|
|
10
|
+
"internalComponents": [
|
|
11
|
+
"Comp"
|
|
12
|
+
],
|
|
13
|
+
"internalComponentProps": {},
|
|
14
|
+
"propToVariantKeys": {
|
|
15
|
+
"elevationAlias": [
|
|
16
|
+
"backgroundColor",
|
|
17
|
+
"borderColor",
|
|
18
|
+
"borderWidth",
|
|
19
|
+
"dropShadow"
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
"motionVarPrefixes": []
|
|
23
|
+
},
|
|
24
|
+
"FormLabel": {
|
|
25
|
+
"name": "FormLabel",
|
|
26
|
+
"defaultProps": {
|
|
27
|
+
"color": "muted",
|
|
28
|
+
"variant": "label3",
|
|
29
|
+
"as": "label"
|
|
30
|
+
},
|
|
31
|
+
"getStylesLiterals": {},
|
|
32
|
+
"cxLiterals": [
|
|
33
|
+
"cursor-[inherit]"
|
|
34
|
+
],
|
|
35
|
+
"internalComponents": [
|
|
36
|
+
"Text"
|
|
37
|
+
],
|
|
38
|
+
"internalComponentProps": {
|
|
39
|
+
"Text": {
|
|
40
|
+
"as": [
|
|
41
|
+
"sup"
|
|
42
|
+
],
|
|
43
|
+
"variant": [
|
|
44
|
+
"inherit"
|
|
45
|
+
],
|
|
46
|
+
"spacingStart": [
|
|
47
|
+
"0.5"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"propToVariantKeys": {},
|
|
52
|
+
"motionVarPrefixes": []
|
|
53
|
+
},
|
|
54
|
+
"HStack": {
|
|
55
|
+
"name": "HStack",
|
|
56
|
+
"defaultProps": {},
|
|
57
|
+
"getStylesLiterals": {},
|
|
58
|
+
"cxLiterals": [],
|
|
59
|
+
"internalComponents": [
|
|
60
|
+
"Box"
|
|
61
|
+
],
|
|
62
|
+
"internalComponentProps": {
|
|
63
|
+
"Box": {
|
|
64
|
+
"flexDirection": [
|
|
65
|
+
"row"
|
|
66
|
+
]
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"propToVariantKeys": {
|
|
70
|
+
"gap": [
|
|
71
|
+
"rowGap",
|
|
72
|
+
"columnGap"
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
"motionVarPrefixes": []
|
|
76
|
+
},
|
|
77
|
+
"Icon": {
|
|
78
|
+
"name": "Icon",
|
|
79
|
+
"defaultProps": {
|
|
80
|
+
"size": "md",
|
|
81
|
+
"variant": "outline",
|
|
82
|
+
"color": "primary"
|
|
83
|
+
},
|
|
84
|
+
"getStylesLiterals": {
|
|
85
|
+
"flex": "none"
|
|
86
|
+
},
|
|
87
|
+
"cxLiterals": [
|
|
88
|
+
"[&_path]:fill-current"
|
|
89
|
+
],
|
|
90
|
+
"internalComponents": [
|
|
91
|
+
"SVGIcon"
|
|
92
|
+
],
|
|
93
|
+
"internalComponentProps": {},
|
|
94
|
+
"propToVariantKeys": {},
|
|
95
|
+
"motionVarPrefixes": []
|
|
96
|
+
},
|
|
97
|
+
"IconSlot": {
|
|
98
|
+
"name": "IconSlot",
|
|
99
|
+
"defaultProps": {},
|
|
100
|
+
"getStylesLiterals": {},
|
|
101
|
+
"cxLiterals": [],
|
|
102
|
+
"internalComponents": [
|
|
103
|
+
"Icon"
|
|
104
|
+
],
|
|
105
|
+
"internalComponentProps": {},
|
|
106
|
+
"propToVariantKeys": {},
|
|
107
|
+
"motionVarPrefixes": []
|
|
108
|
+
},
|
|
109
|
+
"Image": {
|
|
110
|
+
"name": "Image",
|
|
111
|
+
"defaultProps": {},
|
|
112
|
+
"getStylesLiterals": {},
|
|
113
|
+
"cxLiterals": [],
|
|
114
|
+
"internalComponents": [],
|
|
115
|
+
"internalComponentProps": {},
|
|
116
|
+
"propToVariantKeys": {},
|
|
117
|
+
"motionVarPrefixes": []
|
|
118
|
+
},
|
|
2
119
|
"Link": {
|
|
3
120
|
"name": "Link",
|
|
4
121
|
"defaultProps": {
|
|
@@ -49,51 +166,6 @@
|
|
|
49
166
|
},
|
|
50
167
|
"motionVarPrefixes": []
|
|
51
168
|
},
|
|
52
|
-
"VStack": {
|
|
53
|
-
"name": "VStack",
|
|
54
|
-
"defaultProps": {},
|
|
55
|
-
"getStylesLiterals": {},
|
|
56
|
-
"cxLiterals": [],
|
|
57
|
-
"internalComponents": [
|
|
58
|
-
"Box"
|
|
59
|
-
],
|
|
60
|
-
"internalComponentProps": {
|
|
61
|
-
"Box": {
|
|
62
|
-
"flexDirection": [
|
|
63
|
-
"column"
|
|
64
|
-
]
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
|
-
"propToVariantKeys": {
|
|
68
|
-
"gap": [
|
|
69
|
-
"columnGap",
|
|
70
|
-
"rowGap"
|
|
71
|
-
]
|
|
72
|
-
},
|
|
73
|
-
"motionVarPrefixes": []
|
|
74
|
-
},
|
|
75
|
-
"Box": {
|
|
76
|
-
"name": "Box",
|
|
77
|
-
"defaultProps": {
|
|
78
|
-
"as": "div",
|
|
79
|
-
"display": "flex"
|
|
80
|
-
},
|
|
81
|
-
"getStylesLiterals": {},
|
|
82
|
-
"cxLiterals": [],
|
|
83
|
-
"internalComponents": [
|
|
84
|
-
"Comp"
|
|
85
|
-
],
|
|
86
|
-
"internalComponentProps": {},
|
|
87
|
-
"propToVariantKeys": {
|
|
88
|
-
"elevationAlias": [
|
|
89
|
-
"backgroundColor",
|
|
90
|
-
"borderColor",
|
|
91
|
-
"borderWidth",
|
|
92
|
-
"dropShadow"
|
|
93
|
-
]
|
|
94
|
-
},
|
|
95
|
-
"motionVarPrefixes": []
|
|
96
|
-
},
|
|
97
169
|
"Scrim": {
|
|
98
170
|
"name": "Scrim",
|
|
99
171
|
"defaultProps": {
|
|
@@ -130,26 +202,6 @@
|
|
|
130
202
|
},
|
|
131
203
|
"motionVarPrefixes": []
|
|
132
204
|
},
|
|
133
|
-
"Icon": {
|
|
134
|
-
"name": "Icon",
|
|
135
|
-
"defaultProps": {
|
|
136
|
-
"size": "md",
|
|
137
|
-
"variant": "outline",
|
|
138
|
-
"color": "primary"
|
|
139
|
-
},
|
|
140
|
-
"getStylesLiterals": {
|
|
141
|
-
"flex": "none"
|
|
142
|
-
},
|
|
143
|
-
"cxLiterals": [
|
|
144
|
-
"[&_path]:fill-current"
|
|
145
|
-
],
|
|
146
|
-
"internalComponents": [
|
|
147
|
-
"SVGIcon"
|
|
148
|
-
],
|
|
149
|
-
"internalComponentProps": {},
|
|
150
|
-
"propToVariantKeys": {},
|
|
151
|
-
"motionVarPrefixes": []
|
|
152
|
-
},
|
|
153
205
|
"SvgFloatingOverlay": {
|
|
154
206
|
"name": "SvgFloatingOverlay",
|
|
155
207
|
"defaultProps": {},
|
|
@@ -198,36 +250,6 @@
|
|
|
198
250
|
},
|
|
199
251
|
"motionVarPrefixes": []
|
|
200
252
|
},
|
|
201
|
-
"FormLabel": {
|
|
202
|
-
"name": "FormLabel",
|
|
203
|
-
"defaultProps": {
|
|
204
|
-
"color": "muted",
|
|
205
|
-
"variant": "label3",
|
|
206
|
-
"as": "label"
|
|
207
|
-
},
|
|
208
|
-
"getStylesLiterals": {},
|
|
209
|
-
"cxLiterals": [
|
|
210
|
-
"cursor-[inherit]"
|
|
211
|
-
],
|
|
212
|
-
"internalComponents": [
|
|
213
|
-
"Text"
|
|
214
|
-
],
|
|
215
|
-
"internalComponentProps": {
|
|
216
|
-
"Text": {
|
|
217
|
-
"as": [
|
|
218
|
-
"sup"
|
|
219
|
-
],
|
|
220
|
-
"variant": [
|
|
221
|
-
"inherit"
|
|
222
|
-
],
|
|
223
|
-
"spacingStart": [
|
|
224
|
-
"0.5"
|
|
225
|
-
]
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
"propToVariantKeys": {},
|
|
229
|
-
"motionVarPrefixes": []
|
|
230
|
-
},
|
|
231
253
|
"Text": {
|
|
232
254
|
"name": "Text",
|
|
233
255
|
"defaultProps": {
|
|
@@ -252,20 +274,8 @@
|
|
|
252
274
|
},
|
|
253
275
|
"motionVarPrefixes": []
|
|
254
276
|
},
|
|
255
|
-
"
|
|
256
|
-
"name": "
|
|
257
|
-
"defaultProps": {},
|
|
258
|
-
"getStylesLiterals": {},
|
|
259
|
-
"cxLiterals": [],
|
|
260
|
-
"internalComponents": [
|
|
261
|
-
"Icon"
|
|
262
|
-
],
|
|
263
|
-
"internalComponentProps": {},
|
|
264
|
-
"propToVariantKeys": {},
|
|
265
|
-
"motionVarPrefixes": []
|
|
266
|
-
},
|
|
267
|
-
"HStack": {
|
|
268
|
-
"name": "HStack",
|
|
277
|
+
"VStack": {
|
|
278
|
+
"name": "VStack",
|
|
269
279
|
"defaultProps": {},
|
|
270
280
|
"getStylesLiterals": {},
|
|
271
281
|
"cxLiterals": [],
|
|
@@ -275,110 +285,35 @@
|
|
|
275
285
|
"internalComponentProps": {
|
|
276
286
|
"Box": {
|
|
277
287
|
"flexDirection": [
|
|
278
|
-
"
|
|
288
|
+
"column"
|
|
279
289
|
]
|
|
280
290
|
}
|
|
281
291
|
},
|
|
282
292
|
"propToVariantKeys": {
|
|
283
293
|
"gap": [
|
|
284
|
-
"
|
|
285
|
-
"
|
|
294
|
+
"columnGap",
|
|
295
|
+
"rowGap"
|
|
286
296
|
]
|
|
287
297
|
},
|
|
288
298
|
"motionVarPrefixes": []
|
|
289
299
|
},
|
|
290
|
-
"
|
|
291
|
-
"name": "
|
|
300
|
+
"Divider": {
|
|
301
|
+
"name": "Divider",
|
|
292
302
|
"defaultProps": {},
|
|
293
303
|
"getStylesLiterals": {},
|
|
294
304
|
"cxLiterals": [],
|
|
295
|
-
"internalComponents": [
|
|
305
|
+
"internalComponents": [
|
|
306
|
+
"DividerInternal"
|
|
307
|
+
],
|
|
296
308
|
"internalComponentProps": {},
|
|
297
309
|
"propToVariantKeys": {},
|
|
298
310
|
"motionVarPrefixes": []
|
|
299
311
|
},
|
|
300
|
-
"
|
|
301
|
-
"name": "
|
|
302
|
-
"defaultProps": {
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
"internalComponents": [],
|
|
306
|
-
"internalComponentProps": {},
|
|
307
|
-
"propToVariantKeys": {},
|
|
308
|
-
"motionVarPrefixes": []
|
|
309
|
-
},
|
|
310
|
-
"Table": {
|
|
311
|
-
"name": "Table",
|
|
312
|
-
"defaultProps": {
|
|
313
|
-
"display": "table-cell",
|
|
314
|
-
"overflow": "hidden",
|
|
315
|
-
"borderColor": "muted",
|
|
316
|
-
"borderRadius": "md",
|
|
317
|
-
"spacing": "3",
|
|
318
|
-
"borderBottomColor": "muted",
|
|
319
|
-
"borderBottomWidth": "thin",
|
|
320
|
-
"color": "primary"
|
|
321
|
-
},
|
|
322
|
-
"getStylesLiterals": {
|
|
323
|
-
"textAlign": "start"
|
|
324
|
-
},
|
|
325
|
-
"cxLiterals": [],
|
|
326
|
-
"internalComponents": [
|
|
327
|
-
"CellComponent",
|
|
328
|
-
"Box",
|
|
329
|
-
"Text",
|
|
330
|
-
"Table.Root",
|
|
331
|
-
"Table.Header",
|
|
332
|
-
"Table.Row",
|
|
333
|
-
"Table.Cell",
|
|
334
|
-
"Table.Body"
|
|
335
|
-
],
|
|
336
|
-
"internalComponentProps": {
|
|
337
|
-
"Table.Cell": {
|
|
338
|
-
"asHeaderCell": [
|
|
339
|
-
"column"
|
|
340
|
-
]
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
"propToVariantKeys": {},
|
|
344
|
-
"motionVarPrefixes": []
|
|
345
|
-
},
|
|
346
|
-
"Spinner": {
|
|
347
|
-
"name": "Spinner",
|
|
348
|
-
"defaultProps": {
|
|
349
|
-
"color": "primary",
|
|
350
|
-
"size": "lg"
|
|
351
|
-
},
|
|
352
|
-
"getStylesLiterals": {},
|
|
353
|
-
"cxLiterals": [
|
|
354
|
-
"self-center",
|
|
355
|
-
"relative",
|
|
356
|
-
"sr-only"
|
|
357
|
-
],
|
|
358
|
-
"internalComponents": [
|
|
359
|
-
"Icon"
|
|
360
|
-
],
|
|
361
|
-
"internalComponentProps": {
|
|
362
|
-
"Icon": {
|
|
363
|
-
"role": [
|
|
364
|
-
"img"
|
|
365
|
-
],
|
|
366
|
-
"className": [
|
|
367
|
-
"animate-spin"
|
|
368
|
-
],
|
|
369
|
-
"aria-hidden": [
|
|
370
|
-
"true"
|
|
371
|
-
]
|
|
372
|
-
}
|
|
373
|
-
},
|
|
374
|
-
"propToVariantKeys": {},
|
|
375
|
-
"motionVarPrefixes": []
|
|
376
|
-
},
|
|
377
|
-
"DividerCore": {
|
|
378
|
-
"name": "DividerCore",
|
|
379
|
-
"defaultProps": {
|
|
380
|
-
"contentPosition": "center"
|
|
381
|
-
},
|
|
312
|
+
"DividerCore": {
|
|
313
|
+
"name": "DividerCore",
|
|
314
|
+
"defaultProps": {
|
|
315
|
+
"contentPosition": "center"
|
|
316
|
+
},
|
|
382
317
|
"getStylesLiterals": {},
|
|
383
318
|
"cxLiterals": [],
|
|
384
319
|
"internalComponents": [
|
|
@@ -442,18 +377,164 @@
|
|
|
442
377
|
},
|
|
443
378
|
"motionVarPrefixes": []
|
|
444
379
|
},
|
|
445
|
-
"
|
|
446
|
-
"name": "
|
|
380
|
+
"Spinner": {
|
|
381
|
+
"name": "Spinner",
|
|
382
|
+
"defaultProps": {
|
|
383
|
+
"color": "primary",
|
|
384
|
+
"size": "lg"
|
|
385
|
+
},
|
|
386
|
+
"getStylesLiterals": {},
|
|
387
|
+
"cxLiterals": [
|
|
388
|
+
"self-center",
|
|
389
|
+
"relative",
|
|
390
|
+
"sr-only"
|
|
391
|
+
],
|
|
392
|
+
"internalComponents": [
|
|
393
|
+
"Icon"
|
|
394
|
+
],
|
|
395
|
+
"internalComponentProps": {
|
|
396
|
+
"Icon": {
|
|
397
|
+
"role": [
|
|
398
|
+
"img"
|
|
399
|
+
],
|
|
400
|
+
"className": [
|
|
401
|
+
"animate-spin"
|
|
402
|
+
],
|
|
403
|
+
"aria-hidden": [
|
|
404
|
+
"true"
|
|
405
|
+
]
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
"propToVariantKeys": {},
|
|
409
|
+
"motionVarPrefixes": []
|
|
410
|
+
},
|
|
411
|
+
"Table.mocks": {
|
|
412
|
+
"name": "Table.mocks",
|
|
447
413
|
"defaultProps": {},
|
|
448
414
|
"getStylesLiterals": {},
|
|
449
415
|
"cxLiterals": [],
|
|
416
|
+
"internalComponents": [],
|
|
417
|
+
"internalComponentProps": {},
|
|
418
|
+
"propToVariantKeys": {},
|
|
419
|
+
"motionVarPrefixes": []
|
|
420
|
+
},
|
|
421
|
+
"Table": {
|
|
422
|
+
"name": "Table",
|
|
423
|
+
"defaultProps": {
|
|
424
|
+
"display": "table-cell",
|
|
425
|
+
"overflow": "hidden",
|
|
426
|
+
"borderColor": "muted",
|
|
427
|
+
"borderRadius": "md",
|
|
428
|
+
"spacing": "3",
|
|
429
|
+
"borderBottomColor": "muted",
|
|
430
|
+
"borderBottomWidth": "thin",
|
|
431
|
+
"color": "primary"
|
|
432
|
+
},
|
|
433
|
+
"getStylesLiterals": {
|
|
434
|
+
"textAlign": "start"
|
|
435
|
+
},
|
|
436
|
+
"cxLiterals": [],
|
|
450
437
|
"internalComponents": [
|
|
451
|
-
"
|
|
438
|
+
"CellComponent",
|
|
439
|
+
"Box",
|
|
440
|
+
"Text",
|
|
441
|
+
"Table.Root",
|
|
442
|
+
"Table.Header",
|
|
443
|
+
"Table.Row",
|
|
444
|
+
"Table.Cell",
|
|
445
|
+
"Table.Body"
|
|
452
446
|
],
|
|
453
|
-
"internalComponentProps": {
|
|
447
|
+
"internalComponentProps": {
|
|
448
|
+
"Table.Cell": {
|
|
449
|
+
"asHeaderCell": [
|
|
450
|
+
"column"
|
|
451
|
+
]
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
454
|
"propToVariantKeys": {},
|
|
455
455
|
"motionVarPrefixes": []
|
|
456
456
|
},
|
|
457
|
+
"AnimateHeightChange": {
|
|
458
|
+
"name": "AnimateHeightChange",
|
|
459
|
+
"defaultProps": {},
|
|
460
|
+
"getStylesLiterals": {},
|
|
461
|
+
"cxLiterals": [
|
|
462
|
+
"overflow-hidden"
|
|
463
|
+
],
|
|
464
|
+
"internalComponents": [
|
|
465
|
+
"SpringMotionConfig"
|
|
466
|
+
],
|
|
467
|
+
"internalComponentProps": {
|
|
468
|
+
"SpringMotionConfig": {
|
|
469
|
+
"layoutSpeed": [
|
|
470
|
+
"4"
|
|
471
|
+
]
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"propToVariantKeys": {
|
|
475
|
+
"reduceMotion": [
|
|
476
|
+
"reducedMotion"
|
|
477
|
+
]
|
|
478
|
+
},
|
|
479
|
+
"motionVarPrefixes": [
|
|
480
|
+
"--uds-motion-subtle-4-",
|
|
481
|
+
"--uds-motion-smooth-3-"
|
|
482
|
+
]
|
|
483
|
+
},
|
|
484
|
+
"Badge": {
|
|
485
|
+
"name": "Badge",
|
|
486
|
+
"defaultProps": {
|
|
487
|
+
"variant": "primary",
|
|
488
|
+
"size": "md"
|
|
489
|
+
},
|
|
490
|
+
"getStylesLiterals": {},
|
|
491
|
+
"cxLiterals": [
|
|
492
|
+
"flex-1",
|
|
493
|
+
"truncate",
|
|
494
|
+
"whitespace-nowrap",
|
|
495
|
+
"text-center"
|
|
496
|
+
],
|
|
497
|
+
"internalComponents": [
|
|
498
|
+
"IconSlot",
|
|
499
|
+
"HStack"
|
|
500
|
+
],
|
|
501
|
+
"internalComponentProps": {
|
|
502
|
+
"IconSlot": {
|
|
503
|
+
"data-testid": [
|
|
504
|
+
"start-icon",
|
|
505
|
+
"end-icon"
|
|
506
|
+
]
|
|
507
|
+
},
|
|
508
|
+
"HStack": {
|
|
509
|
+
"gap": [
|
|
510
|
+
"2"
|
|
511
|
+
],
|
|
512
|
+
"display": [
|
|
513
|
+
"inline-flex"
|
|
514
|
+
],
|
|
515
|
+
"alignItems": [
|
|
516
|
+
"center"
|
|
517
|
+
]
|
|
518
|
+
}
|
|
519
|
+
},
|
|
520
|
+
"propToVariantKeys": {
|
|
521
|
+
"size": [
|
|
522
|
+
"badgeSizeRoot",
|
|
523
|
+
"badgeSizeIcon"
|
|
524
|
+
],
|
|
525
|
+
"variant": [
|
|
526
|
+
"badgeVariantRoot",
|
|
527
|
+
"badgeVariantIcon"
|
|
528
|
+
],
|
|
529
|
+
"startIcon": [
|
|
530
|
+
"icon"
|
|
531
|
+
],
|
|
532
|
+
"endIcon": [
|
|
533
|
+
"icon"
|
|
534
|
+
]
|
|
535
|
+
},
|
|
536
|
+
"motionVarPrefixes": []
|
|
537
|
+
},
|
|
457
538
|
"Button": {
|
|
458
539
|
"name": "Button",
|
|
459
540
|
"defaultProps": {
|
|
@@ -641,25 +722,6 @@
|
|
|
641
722
|
"--uds-motion-smooth-3-"
|
|
642
723
|
]
|
|
643
724
|
},
|
|
644
|
-
"SpringMotionConfig": {
|
|
645
|
-
"name": "SpringMotionConfig",
|
|
646
|
-
"defaultProps": {
|
|
647
|
-
"reducedMotion": "user"
|
|
648
|
-
},
|
|
649
|
-
"getStylesLiterals": {},
|
|
650
|
-
"cxLiterals": [],
|
|
651
|
-
"internalComponents": [
|
|
652
|
-
"LazyMotion",
|
|
653
|
-
"MotionConfig"
|
|
654
|
-
],
|
|
655
|
-
"internalComponentProps": {},
|
|
656
|
-
"propToVariantKeys": {
|
|
657
|
-
"loadFeatures": [
|
|
658
|
-
"features"
|
|
659
|
-
]
|
|
660
|
-
},
|
|
661
|
-
"motionVarPrefixes": []
|
|
662
|
-
},
|
|
663
725
|
"IconButton": {
|
|
664
726
|
"name": "IconButton",
|
|
665
727
|
"defaultProps": {
|
|
@@ -724,16 +786,47 @@
|
|
|
724
786
|
"--uds-motion-smooth-3-"
|
|
725
787
|
]
|
|
726
788
|
},
|
|
727
|
-
"
|
|
728
|
-
"name": "
|
|
729
|
-
"defaultProps": {
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
789
|
+
"Pressable": {
|
|
790
|
+
"name": "Pressable",
|
|
791
|
+
"defaultProps": {},
|
|
792
|
+
"getStylesLiterals": {},
|
|
793
|
+
"cxLiterals": [],
|
|
794
|
+
"internalComponents": [
|
|
795
|
+
"Comp"
|
|
796
|
+
],
|
|
797
|
+
"internalComponentProps": {},
|
|
798
|
+
"propToVariantKeys": {},
|
|
799
|
+
"motionVarPrefixes": []
|
|
800
|
+
},
|
|
801
|
+
"SpringMotionConfig": {
|
|
802
|
+
"name": "SpringMotionConfig",
|
|
803
|
+
"defaultProps": {
|
|
804
|
+
"reducedMotion": "user"
|
|
805
|
+
},
|
|
806
|
+
"getStylesLiterals": {},
|
|
807
|
+
"cxLiterals": [],
|
|
808
|
+
"internalComponents": [
|
|
809
|
+
"LazyMotion",
|
|
810
|
+
"MotionConfig"
|
|
811
|
+
],
|
|
812
|
+
"internalComponentProps": {},
|
|
813
|
+
"propToVariantKeys": {
|
|
814
|
+
"loadFeatures": [
|
|
815
|
+
"features"
|
|
816
|
+
]
|
|
817
|
+
},
|
|
818
|
+
"motionVarPrefixes": []
|
|
819
|
+
},
|
|
820
|
+
"Switch": {
|
|
821
|
+
"name": "Switch",
|
|
822
|
+
"defaultProps": {
|
|
823
|
+
"labelPosition": "start",
|
|
824
|
+
"size": "md"
|
|
825
|
+
},
|
|
826
|
+
"getStylesLiterals": {
|
|
827
|
+
"switchVariantRoot": "default",
|
|
828
|
+
"switchVariantActiveRoot": "on",
|
|
829
|
+
"switchVariantActiveRoot:1": "off",
|
|
737
830
|
"display": "flex",
|
|
738
831
|
"flexDirection": "row",
|
|
739
832
|
"flexDirection:1": "row-reverse",
|
|
@@ -838,95 +931,97 @@
|
|
|
838
931
|
"--uds-motion-smooth-3-"
|
|
839
932
|
]
|
|
840
933
|
},
|
|
841
|
-
"
|
|
842
|
-
"name": "
|
|
934
|
+
"Accordion": {
|
|
935
|
+
"name": "Accordion",
|
|
843
936
|
"defaultProps": {
|
|
844
|
-
"
|
|
845
|
-
"
|
|
937
|
+
"spacingHorizontal": "4",
|
|
938
|
+
"spacingVertical": "4"
|
|
846
939
|
},
|
|
847
940
|
"getStylesLiterals": {},
|
|
848
941
|
"cxLiterals": [
|
|
849
|
-
"
|
|
850
|
-
"
|
|
851
|
-
"whitespace-nowrap",
|
|
852
|
-
"text-center"
|
|
942
|
+
"hover:bg-secondary/80",
|
|
943
|
+
"w-full"
|
|
853
944
|
],
|
|
854
945
|
"internalComponents": [
|
|
855
|
-
"
|
|
856
|
-
"
|
|
946
|
+
"Icon",
|
|
947
|
+
"SpringMotionConfig",
|
|
948
|
+
"Pressable",
|
|
949
|
+
"Text",
|
|
950
|
+
"HStack",
|
|
951
|
+
"AnimatePresence",
|
|
952
|
+
"VStack"
|
|
857
953
|
],
|
|
858
954
|
"internalComponentProps": {
|
|
859
|
-
"
|
|
860
|
-
"
|
|
861
|
-
"
|
|
862
|
-
|
|
955
|
+
"Icon": {
|
|
956
|
+
"variant": [
|
|
957
|
+
"fill"
|
|
958
|
+
],
|
|
959
|
+
"size": [
|
|
960
|
+
"sm"
|
|
961
|
+
],
|
|
962
|
+
"color": [
|
|
963
|
+
"primary"
|
|
863
964
|
]
|
|
864
965
|
},
|
|
865
|
-
"
|
|
866
|
-
"
|
|
867
|
-
"
|
|
966
|
+
"SpringMotionConfig": {
|
|
967
|
+
"layoutVariant": [
|
|
968
|
+
"smooth"
|
|
868
969
|
],
|
|
970
|
+
"layoutSpeed": [
|
|
971
|
+
"3"
|
|
972
|
+
]
|
|
973
|
+
},
|
|
974
|
+
"Pressable": {
|
|
869
975
|
"display": [
|
|
870
|
-
"
|
|
976
|
+
"flex"
|
|
977
|
+
],
|
|
978
|
+
"flexDirection": [
|
|
979
|
+
"row"
|
|
871
980
|
],
|
|
872
981
|
"alignItems": [
|
|
873
982
|
"center"
|
|
983
|
+
],
|
|
984
|
+
"justifyContent": [
|
|
985
|
+
"space-between"
|
|
986
|
+
],
|
|
987
|
+
"borderRadius": [
|
|
988
|
+
"md"
|
|
874
989
|
]
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
"
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
"name": "AnimateHeightChange",
|
|
897
|
-
"defaultProps": {},
|
|
898
|
-
"getStylesLiterals": {},
|
|
899
|
-
"cxLiterals": [
|
|
900
|
-
"overflow-hidden"
|
|
901
|
-
],
|
|
902
|
-
"internalComponents": [
|
|
903
|
-
"SpringMotionConfig"
|
|
904
|
-
],
|
|
905
|
-
"internalComponentProps": {
|
|
906
|
-
"SpringMotionConfig": {
|
|
907
|
-
"layoutSpeed": [
|
|
908
|
-
"4"
|
|
990
|
+
},
|
|
991
|
+
"Text": {
|
|
992
|
+
"variant": [
|
|
993
|
+
"title4"
|
|
994
|
+
],
|
|
995
|
+
"color": [
|
|
996
|
+
"primary"
|
|
997
|
+
]
|
|
998
|
+
},
|
|
999
|
+
"HStack": {
|
|
1000
|
+
"display": [
|
|
1001
|
+
"flex"
|
|
1002
|
+
],
|
|
1003
|
+
"alignItems": [
|
|
1004
|
+
"center"
|
|
1005
|
+
],
|
|
1006
|
+
"justifyContent": [
|
|
1007
|
+
"space-between"
|
|
1008
|
+
],
|
|
1009
|
+
"columnGap": [
|
|
1010
|
+
"2.5"
|
|
909
1011
|
]
|
|
910
1012
|
}
|
|
911
1013
|
},
|
|
912
|
-
"propToVariantKeys": {
|
|
913
|
-
"reduceMotion": [
|
|
914
|
-
"reducedMotion"
|
|
915
|
-
]
|
|
916
|
-
},
|
|
1014
|
+
"propToVariantKeys": {},
|
|
917
1015
|
"motionVarPrefixes": [
|
|
918
|
-
"--uds-motion-subtle-4-",
|
|
919
1016
|
"--uds-motion-smooth-3-"
|
|
920
1017
|
]
|
|
921
1018
|
},
|
|
922
|
-
"
|
|
923
|
-
"name": "
|
|
1019
|
+
"AvoidMotionLibraryProvider": {
|
|
1020
|
+
"name": "AvoidMotionLibraryProvider",
|
|
924
1021
|
"defaultProps": {},
|
|
925
1022
|
"getStylesLiterals": {},
|
|
926
1023
|
"cxLiterals": [],
|
|
927
|
-
"internalComponents": [
|
|
928
|
-
"Comp"
|
|
929
|
-
],
|
|
1024
|
+
"internalComponents": [],
|
|
930
1025
|
"internalComponentProps": {},
|
|
931
1026
|
"propToVariantKeys": {},
|
|
932
1027
|
"motionVarPrefixes": []
|
|
@@ -954,71 +1049,147 @@
|
|
|
954
1049
|
"propToVariantKeys": {},
|
|
955
1050
|
"motionVarPrefixes": []
|
|
956
1051
|
},
|
|
957
|
-
"
|
|
958
|
-
"name": "
|
|
1052
|
+
"Modal": {
|
|
1053
|
+
"name": "Modal",
|
|
959
1054
|
"defaultProps": {},
|
|
960
1055
|
"getStylesLiterals": {},
|
|
961
|
-
"cxLiterals": [],
|
|
962
|
-
"internalComponents": [],
|
|
963
|
-
"internalComponentProps": {},
|
|
964
|
-
"propToVariantKeys": {},
|
|
965
|
-
"motionVarPrefixes": []
|
|
966
|
-
},
|
|
967
|
-
"SegmentedControl": {
|
|
968
|
-
"name": "SegmentedControl",
|
|
969
|
-
"defaultProps": {},
|
|
970
|
-
"getStylesLiterals": {
|
|
971
|
-
"display": "flex",
|
|
972
|
-
"alignItems": "center",
|
|
973
|
-
"backgroundColor": "primary",
|
|
974
|
-
"spacingVertical": "1",
|
|
975
|
-
"spacingHorizontal": "3",
|
|
976
|
-
"columnGap": "1.5",
|
|
977
|
-
"borderWidth": "thin",
|
|
978
|
-
"borderRadius": "full",
|
|
979
|
-
"borderColor": "muted",
|
|
980
|
-
"borderColor:1": "transparent",
|
|
981
|
-
"color": "primary",
|
|
982
|
-
"color:1": "tertiary",
|
|
983
|
-
"color:2": "muted"
|
|
984
|
-
},
|
|
985
1056
|
"cxLiterals": [
|
|
986
|
-
"
|
|
987
|
-
"
|
|
988
|
-
"
|
|
989
|
-
"
|
|
990
|
-
"
|
|
1057
|
+
"inset-8",
|
|
1058
|
+
"top-[250px]",
|
|
1059
|
+
"z-50",
|
|
1060
|
+
"mx-auto",
|
|
1061
|
+
"h-fit",
|
|
1062
|
+
"w-[600px]",
|
|
1063
|
+
"origin-center",
|
|
1064
|
+
"scale-95",
|
|
1065
|
+
"opacity-0",
|
|
1066
|
+
"transition",
|
|
1067
|
+
"duration-150",
|
|
1068
|
+
"data-[enter]:scale-100",
|
|
1069
|
+
"data-[enter]:opacity-100",
|
|
1070
|
+
"data-[enter]:bg-primary",
|
|
1071
|
+
"backdrop-blur-0",
|
|
1072
|
+
"data-[enter]:opacity-60",
|
|
1073
|
+
"data-[enter]:backdrop-blur-sm"
|
|
991
1074
|
],
|
|
992
1075
|
"internalComponents": [
|
|
993
|
-
"
|
|
994
|
-
"
|
|
995
|
-
"RadioProvider",
|
|
1076
|
+
"IconButton",
|
|
1077
|
+
"Dialog",
|
|
996
1078
|
"HStack",
|
|
997
|
-
"
|
|
998
|
-
"
|
|
999
|
-
"Text"
|
|
1079
|
+
"Text",
|
|
1080
|
+
"VStack"
|
|
1000
1081
|
],
|
|
1001
1082
|
"internalComponentProps": {
|
|
1002
|
-
"
|
|
1083
|
+
"IconButton": {
|
|
1084
|
+
"aria-label": [
|
|
1085
|
+
"Close"
|
|
1086
|
+
],
|
|
1003
1087
|
"size": [
|
|
1004
1088
|
"sm"
|
|
1005
1089
|
],
|
|
1006
|
-
"
|
|
1007
|
-
"
|
|
1008
|
-
],
|
|
1009
|
-
"aria-hidden": [
|
|
1010
|
-
"true"
|
|
1090
|
+
"variant": [
|
|
1091
|
+
"tertiary"
|
|
1011
1092
|
]
|
|
1012
1093
|
},
|
|
1013
1094
|
"HStack": {
|
|
1014
|
-
"
|
|
1015
|
-
"
|
|
1095
|
+
"alignItems": [
|
|
1096
|
+
"center"
|
|
1016
1097
|
],
|
|
1017
|
-
"
|
|
1018
|
-
"
|
|
1098
|
+
"justifyContent": [
|
|
1099
|
+
"space-between"
|
|
1100
|
+
]
|
|
1101
|
+
},
|
|
1102
|
+
"Text": {
|
|
1103
|
+
"variant": [
|
|
1104
|
+
"headline1"
|
|
1019
1105
|
],
|
|
1020
|
-
"
|
|
1021
|
-
"
|
|
1106
|
+
"color": [
|
|
1107
|
+
"primary"
|
|
1108
|
+
]
|
|
1109
|
+
},
|
|
1110
|
+
"VStack": {
|
|
1111
|
+
"borderRadius": [
|
|
1112
|
+
"md"
|
|
1113
|
+
],
|
|
1114
|
+
"position": [
|
|
1115
|
+
"fixed"
|
|
1116
|
+
],
|
|
1117
|
+
"backgroundColor": [
|
|
1118
|
+
"primary"
|
|
1119
|
+
],
|
|
1120
|
+
"dropShadow": [
|
|
1121
|
+
"md"
|
|
1122
|
+
],
|
|
1123
|
+
"spacing": [
|
|
1124
|
+
"8"
|
|
1125
|
+
],
|
|
1126
|
+
"overflow": [
|
|
1127
|
+
"hidden"
|
|
1128
|
+
]
|
|
1129
|
+
}
|
|
1130
|
+
},
|
|
1131
|
+
"propToVariantKeys": {
|
|
1132
|
+
"handleClose": [
|
|
1133
|
+
"onClick"
|
|
1134
|
+
]
|
|
1135
|
+
},
|
|
1136
|
+
"motionVarPrefixes": []
|
|
1137
|
+
},
|
|
1138
|
+
"SegmentedControl": {
|
|
1139
|
+
"name": "SegmentedControl",
|
|
1140
|
+
"defaultProps": {},
|
|
1141
|
+
"getStylesLiterals": {
|
|
1142
|
+
"display": "flex",
|
|
1143
|
+
"alignItems": "center",
|
|
1144
|
+
"backgroundColor": "primary",
|
|
1145
|
+
"spacingVertical": "1",
|
|
1146
|
+
"spacingHorizontal": "3",
|
|
1147
|
+
"columnGap": "1.5",
|
|
1148
|
+
"borderWidth": "thin",
|
|
1149
|
+
"borderRadius": "full",
|
|
1150
|
+
"borderColor": "muted",
|
|
1151
|
+
"borderColor:1": "transparent",
|
|
1152
|
+
"color": "primary",
|
|
1153
|
+
"color:1": "tertiary",
|
|
1154
|
+
"color:2": "muted"
|
|
1155
|
+
},
|
|
1156
|
+
"cxLiterals": [
|
|
1157
|
+
"uds-ring",
|
|
1158
|
+
"cursor-not-allowed",
|
|
1159
|
+
"opacity-50",
|
|
1160
|
+
"pointer-events-none",
|
|
1161
|
+
"hover:bg-primary"
|
|
1162
|
+
],
|
|
1163
|
+
"internalComponents": [
|
|
1164
|
+
"Radio",
|
|
1165
|
+
"Icon",
|
|
1166
|
+
"RadioProvider",
|
|
1167
|
+
"HStack",
|
|
1168
|
+
"RadioGroup",
|
|
1169
|
+
"Pressable",
|
|
1170
|
+
"Text"
|
|
1171
|
+
],
|
|
1172
|
+
"internalComponentProps": {
|
|
1173
|
+
"Icon": {
|
|
1174
|
+
"size": [
|
|
1175
|
+
"sm"
|
|
1176
|
+
],
|
|
1177
|
+
"color": [
|
|
1178
|
+
"current"
|
|
1179
|
+
],
|
|
1180
|
+
"aria-hidden": [
|
|
1181
|
+
"true"
|
|
1182
|
+
]
|
|
1183
|
+
},
|
|
1184
|
+
"HStack": {
|
|
1185
|
+
"spacing": [
|
|
1186
|
+
"1"
|
|
1187
|
+
],
|
|
1188
|
+
"gap": [
|
|
1189
|
+
"1"
|
|
1190
|
+
],
|
|
1191
|
+
"backgroundColor": [
|
|
1192
|
+
"secondary"
|
|
1022
1193
|
],
|
|
1023
1194
|
"borderRadius": [
|
|
1024
1195
|
"full"
|
|
@@ -1233,315 +1404,317 @@
|
|
|
1233
1404
|
"propToVariantKeys": {},
|
|
1234
1405
|
"motionVarPrefixes": []
|
|
1235
1406
|
},
|
|
1236
|
-
"
|
|
1237
|
-
"name": "
|
|
1407
|
+
"Avatar": {
|
|
1408
|
+
"name": "Avatar",
|
|
1238
1409
|
"defaultProps": {},
|
|
1239
1410
|
"getStylesLiterals": {},
|
|
1411
|
+
"cxLiterals": [],
|
|
1412
|
+
"internalComponents": [
|
|
1413
|
+
"AvatarImage"
|
|
1414
|
+
],
|
|
1415
|
+
"internalComponentProps": {},
|
|
1416
|
+
"propToVariantKeys": {},
|
|
1417
|
+
"motionVarPrefixes": []
|
|
1418
|
+
},
|
|
1419
|
+
"AvatarIcon": {
|
|
1420
|
+
"name": "AvatarIcon",
|
|
1421
|
+
"defaultProps": {
|
|
1422
|
+
"size": "md",
|
|
1423
|
+
"variant": "primary"
|
|
1424
|
+
},
|
|
1425
|
+
"getStylesLiterals": {},
|
|
1240
1426
|
"cxLiterals": [
|
|
1241
|
-
"
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
1244
|
-
"
|
|
1245
|
-
"
|
|
1246
|
-
"
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
1249
|
-
"opacity-0",
|
|
1250
|
-
"transition",
|
|
1251
|
-
"duration-150",
|
|
1252
|
-
"data-[enter]:scale-100",
|
|
1253
|
-
"data-[enter]:opacity-100",
|
|
1254
|
-
"data-[enter]:bg-primary",
|
|
1255
|
-
"backdrop-blur-0",
|
|
1256
|
-
"data-[enter]:opacity-60",
|
|
1257
|
-
"data-[enter]:backdrop-blur-sm"
|
|
1427
|
+
"overflow-hidden",
|
|
1428
|
+
"w-full",
|
|
1429
|
+
"h-full",
|
|
1430
|
+
"shrink-0",
|
|
1431
|
+
"text-center",
|
|
1432
|
+
"inline-flex",
|
|
1433
|
+
"justify-center",
|
|
1434
|
+
"items-center"
|
|
1258
1435
|
],
|
|
1259
1436
|
"internalComponents": [
|
|
1260
|
-
"
|
|
1261
|
-
"
|
|
1262
|
-
"HStack",
|
|
1263
|
-
"Text",
|
|
1264
|
-
"VStack"
|
|
1437
|
+
"IconSlot",
|
|
1438
|
+
"Box"
|
|
1265
1439
|
],
|
|
1266
|
-
"internalComponentProps": {
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
"
|
|
1279
|
-
"alignItems": [
|
|
1280
|
-
"center"
|
|
1281
|
-
],
|
|
1282
|
-
"justifyContent": [
|
|
1283
|
-
"space-between"
|
|
1284
|
-
]
|
|
1285
|
-
},
|
|
1286
|
-
"Text": {
|
|
1287
|
-
"variant": [
|
|
1288
|
-
"headline1"
|
|
1289
|
-
],
|
|
1290
|
-
"color": [
|
|
1291
|
-
"primary"
|
|
1292
|
-
]
|
|
1293
|
-
},
|
|
1294
|
-
"VStack": {
|
|
1295
|
-
"borderRadius": [
|
|
1296
|
-
"md"
|
|
1297
|
-
],
|
|
1298
|
-
"position": [
|
|
1299
|
-
"fixed"
|
|
1300
|
-
],
|
|
1301
|
-
"backgroundColor": [
|
|
1302
|
-
"primary"
|
|
1303
|
-
],
|
|
1304
|
-
"dropShadow": [
|
|
1305
|
-
"md"
|
|
1306
|
-
],
|
|
1307
|
-
"spacing": [
|
|
1308
|
-
"8"
|
|
1309
|
-
],
|
|
1310
|
-
"overflow": [
|
|
1311
|
-
"hidden"
|
|
1312
|
-
]
|
|
1313
|
-
}
|
|
1440
|
+
"internalComponentProps": {},
|
|
1441
|
+
"propToVariantKeys": {
|
|
1442
|
+
"size": [
|
|
1443
|
+
"avatarSizeIcon"
|
|
1444
|
+
]
|
|
1445
|
+
},
|
|
1446
|
+
"motionVarPrefixes": []
|
|
1447
|
+
},
|
|
1448
|
+
"AvatarImage": {
|
|
1449
|
+
"name": "AvatarImage",
|
|
1450
|
+
"defaultProps": {
|
|
1451
|
+
"size": "md",
|
|
1452
|
+
"variant": "primary"
|
|
1314
1453
|
},
|
|
1454
|
+
"getStylesLiterals": {},
|
|
1455
|
+
"cxLiterals": [
|
|
1456
|
+
"overflow-hidden",
|
|
1457
|
+
"w-full",
|
|
1458
|
+
"h-full",
|
|
1459
|
+
"shrink-0",
|
|
1460
|
+
"text-center",
|
|
1461
|
+
"inline-flex",
|
|
1462
|
+
"justify-center",
|
|
1463
|
+
"items-center",
|
|
1464
|
+
"object-cover"
|
|
1465
|
+
],
|
|
1466
|
+
"internalComponents": [
|
|
1467
|
+
"UDSImage",
|
|
1468
|
+
"AvatarText",
|
|
1469
|
+
"AvatarIcon",
|
|
1470
|
+
"Box"
|
|
1471
|
+
],
|
|
1472
|
+
"internalComponentProps": {},
|
|
1315
1473
|
"propToVariantKeys": {
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1474
|
+
"alt": [
|
|
1475
|
+
"name"
|
|
1476
|
+
],
|
|
1477
|
+
"fallback": [
|
|
1478
|
+
"initials"
|
|
1318
1479
|
]
|
|
1319
1480
|
},
|
|
1320
1481
|
"motionVarPrefixes": []
|
|
1321
1482
|
},
|
|
1322
|
-
"
|
|
1323
|
-
"name": "
|
|
1483
|
+
"AvatarText": {
|
|
1484
|
+
"name": "AvatarText",
|
|
1324
1485
|
"defaultProps": {
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1486
|
+
"size": "md",
|
|
1487
|
+
"variant": "primary"
|
|
1327
1488
|
},
|
|
1328
1489
|
"getStylesLiterals": {},
|
|
1329
1490
|
"cxLiterals": [
|
|
1330
|
-
"
|
|
1331
|
-
"
|
|
1491
|
+
"overflow-hidden",
|
|
1492
|
+
"truncate",
|
|
1493
|
+
"w-full",
|
|
1494
|
+
"h-full",
|
|
1495
|
+
"shrink-0",
|
|
1496
|
+
"text-center",
|
|
1497
|
+
"inline-flex",
|
|
1498
|
+
"justify-center",
|
|
1499
|
+
"items-center"
|
|
1332
1500
|
],
|
|
1333
1501
|
"internalComponents": [
|
|
1334
|
-
"
|
|
1335
|
-
"
|
|
1336
|
-
"Pressable",
|
|
1337
|
-
"Text",
|
|
1338
|
-
"HStack",
|
|
1339
|
-
"AnimatePresence",
|
|
1340
|
-
"VStack"
|
|
1502
|
+
"Box",
|
|
1503
|
+
"Text"
|
|
1341
1504
|
],
|
|
1342
1505
|
"internalComponentProps": {
|
|
1343
|
-
"Icon": {
|
|
1344
|
-
"variant": [
|
|
1345
|
-
"fill"
|
|
1346
|
-
],
|
|
1347
|
-
"size": [
|
|
1348
|
-
"sm"
|
|
1349
|
-
],
|
|
1350
|
-
"color": [
|
|
1351
|
-
"primary"
|
|
1352
|
-
]
|
|
1353
|
-
},
|
|
1354
|
-
"SpringMotionConfig": {
|
|
1355
|
-
"layoutVariant": [
|
|
1356
|
-
"smooth"
|
|
1357
|
-
],
|
|
1358
|
-
"layoutSpeed": [
|
|
1359
|
-
"3"
|
|
1360
|
-
]
|
|
1361
|
-
},
|
|
1362
|
-
"Pressable": {
|
|
1363
|
-
"display": [
|
|
1364
|
-
"flex"
|
|
1365
|
-
],
|
|
1366
|
-
"flexDirection": [
|
|
1367
|
-
"row"
|
|
1368
|
-
],
|
|
1369
|
-
"alignItems": [
|
|
1370
|
-
"center"
|
|
1371
|
-
],
|
|
1372
|
-
"justifyContent": [
|
|
1373
|
-
"space-between"
|
|
1374
|
-
],
|
|
1375
|
-
"borderRadius": [
|
|
1376
|
-
"md"
|
|
1377
|
-
]
|
|
1378
|
-
},
|
|
1379
1506
|
"Text": {
|
|
1380
|
-
"variant": [
|
|
1381
|
-
"title4"
|
|
1382
|
-
],
|
|
1383
1507
|
"color": [
|
|
1384
|
-
"
|
|
1385
|
-
]
|
|
1386
|
-
},
|
|
1387
|
-
"HStack": {
|
|
1388
|
-
"display": [
|
|
1389
|
-
"flex"
|
|
1390
|
-
],
|
|
1391
|
-
"alignItems": [
|
|
1392
|
-
"center"
|
|
1393
|
-
],
|
|
1394
|
-
"justifyContent": [
|
|
1395
|
-
"space-between"
|
|
1508
|
+
"inherit"
|
|
1396
1509
|
],
|
|
1397
|
-
"
|
|
1398
|
-
"
|
|
1510
|
+
"variant": [
|
|
1511
|
+
"inherit"
|
|
1399
1512
|
]
|
|
1400
1513
|
}
|
|
1401
1514
|
},
|
|
1402
1515
|
"propToVariantKeys": {},
|
|
1403
|
-
"motionVarPrefixes": [
|
|
1404
|
-
"--uds-motion-smooth-3-"
|
|
1405
|
-
]
|
|
1516
|
+
"motionVarPrefixes": []
|
|
1406
1517
|
},
|
|
1407
|
-
"
|
|
1408
|
-
"name": "
|
|
1518
|
+
"BottomSheet": {
|
|
1519
|
+
"name": "BottomSheet",
|
|
1409
1520
|
"defaultProps": {
|
|
1410
|
-
"
|
|
1411
|
-
"variant": "primary"
|
|
1521
|
+
"variant": "default"
|
|
1412
1522
|
},
|
|
1413
1523
|
"getStylesLiterals": {},
|
|
1414
1524
|
"cxLiterals": [
|
|
1525
|
+
"fixed",
|
|
1415
1526
|
"overflow-hidden",
|
|
1416
|
-
"
|
|
1417
|
-
"
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
1420
|
-
"
|
|
1421
|
-
"
|
|
1422
|
-
"
|
|
1423
|
-
"
|
|
1527
|
+
"inset-x-0",
|
|
1528
|
+
"bottom-0",
|
|
1529
|
+
"z-50",
|
|
1530
|
+
"[will-change:transform]",
|
|
1531
|
+
"touch-none",
|
|
1532
|
+
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
1533
|
+
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
1534
|
+
"transition-transform",
|
|
1535
|
+
"duration-500",
|
|
1536
|
+
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1537
|
+
"motion-reduce:transition-none",
|
|
1538
|
+
"top-[-4px]",
|
|
1539
|
+
"z-[1]",
|
|
1540
|
+
"touch-pan-y"
|
|
1424
1541
|
],
|
|
1425
1542
|
"internalComponents": [
|
|
1426
|
-
"
|
|
1427
|
-
"
|
|
1428
|
-
"
|
|
1429
|
-
"Box"
|
|
1543
|
+
"Scrim",
|
|
1544
|
+
"BottomSheetHandle",
|
|
1545
|
+
"Dialog",
|
|
1546
|
+
"Box",
|
|
1547
|
+
"BottomSheetInternalContext.Provider"
|
|
1430
1548
|
],
|
|
1431
|
-
"internalComponentProps": {
|
|
1549
|
+
"internalComponentProps": {
|
|
1550
|
+
"BottomSheetHandle": {
|
|
1551
|
+
"ariaLabel": [
|
|
1552
|
+
"Resize sheet"
|
|
1553
|
+
]
|
|
1554
|
+
},
|
|
1555
|
+
"Dialog": {
|
|
1556
|
+
"data-testid": [
|
|
1557
|
+
"bottom-sheet"
|
|
1558
|
+
]
|
|
1559
|
+
},
|
|
1560
|
+
"Box": {
|
|
1561
|
+
"display": [
|
|
1562
|
+
"block",
|
|
1563
|
+
"flex"
|
|
1564
|
+
],
|
|
1565
|
+
"position": [
|
|
1566
|
+
"absolute"
|
|
1567
|
+
],
|
|
1568
|
+
"flexDirection": [
|
|
1569
|
+
"column"
|
|
1570
|
+
],
|
|
1571
|
+
"className": [
|
|
1572
|
+
"absolute inset-0 min-h-0 p-[inherit]"
|
|
1573
|
+
]
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1432
1576
|
"propToVariantKeys": {
|
|
1433
|
-
"
|
|
1434
|
-
"
|
|
1435
|
-
],
|
|
1436
|
-
"fallback": [
|
|
1437
|
-
"initials"
|
|
1577
|
+
"variant": [
|
|
1578
|
+
"bottomsheetVariantRoot"
|
|
1438
1579
|
]
|
|
1439
1580
|
},
|
|
1440
1581
|
"motionVarPrefixes": []
|
|
1441
1582
|
},
|
|
1442
|
-
"
|
|
1443
|
-
"name": "
|
|
1444
|
-
"defaultProps": {
|
|
1445
|
-
"size": "md",
|
|
1446
|
-
"variant": "primary"
|
|
1447
|
-
},
|
|
1583
|
+
"BottomSheetContent": {
|
|
1584
|
+
"name": "BottomSheetContent",
|
|
1585
|
+
"defaultProps": {},
|
|
1448
1586
|
"getStylesLiterals": {},
|
|
1449
1587
|
"cxLiterals": [
|
|
1450
|
-
"
|
|
1451
|
-
"
|
|
1452
|
-
"w-full",
|
|
1453
|
-
"h-full",
|
|
1454
|
-
"shrink-0",
|
|
1455
|
-
"text-center",
|
|
1456
|
-
"inline-flex",
|
|
1457
|
-
"justify-center",
|
|
1458
|
-
"items-center"
|
|
1588
|
+
"min-h-0",
|
|
1589
|
+
"touch-pan-y"
|
|
1459
1590
|
],
|
|
1460
1591
|
"internalComponents": [
|
|
1461
1592
|
"Box",
|
|
1462
|
-
"
|
|
1593
|
+
"VStack"
|
|
1463
1594
|
],
|
|
1464
1595
|
"internalComponentProps": {
|
|
1465
|
-
"
|
|
1466
|
-
"
|
|
1467
|
-
"
|
|
1596
|
+
"Box": {
|
|
1597
|
+
"display": [
|
|
1598
|
+
"block"
|
|
1468
1599
|
],
|
|
1469
|
-
"
|
|
1470
|
-
"
|
|
1600
|
+
"flex": [
|
|
1601
|
+
"1"
|
|
1602
|
+
]
|
|
1603
|
+
},
|
|
1604
|
+
"VStack": {
|
|
1605
|
+
"className": [
|
|
1606
|
+
"pb-[calc(env(safe-area-inset-bottom))]"
|
|
1471
1607
|
]
|
|
1472
1608
|
}
|
|
1473
1609
|
},
|
|
1474
1610
|
"propToVariantKeys": {},
|
|
1475
1611
|
"motionVarPrefixes": []
|
|
1476
1612
|
},
|
|
1477
|
-
"
|
|
1478
|
-
"name": "
|
|
1613
|
+
"BottomSheetDismiss": {
|
|
1614
|
+
"name": "BottomSheetDismiss",
|
|
1479
1615
|
"defaultProps": {},
|
|
1480
1616
|
"getStylesLiterals": {},
|
|
1481
1617
|
"cxLiterals": [],
|
|
1482
1618
|
"internalComponents": [
|
|
1483
|
-
"
|
|
1619
|
+
"AriakitDialogDismiss"
|
|
1484
1620
|
],
|
|
1485
1621
|
"internalComponentProps": {},
|
|
1486
1622
|
"propToVariantKeys": {},
|
|
1487
1623
|
"motionVarPrefixes": []
|
|
1488
1624
|
},
|
|
1489
|
-
"
|
|
1490
|
-
"name": "
|
|
1491
|
-
"defaultProps": {
|
|
1492
|
-
"size": "md",
|
|
1493
|
-
"variant": "primary"
|
|
1494
|
-
},
|
|
1625
|
+
"BottomSheetHandle": {
|
|
1626
|
+
"name": "BottomSheetHandle",
|
|
1627
|
+
"defaultProps": {},
|
|
1495
1628
|
"getStylesLiterals": {},
|
|
1496
1629
|
"cxLiterals": [
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1499
|
-
"
|
|
1500
|
-
"
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1503
|
-
"
|
|
1504
|
-
"
|
|
1630
|
+
"relative",
|
|
1631
|
+
"h-5",
|
|
1632
|
+
"w-16",
|
|
1633
|
+
"outline-none",
|
|
1634
|
+
"focus-visible:outline-none",
|
|
1635
|
+
"[touch-action:pan-y]",
|
|
1636
|
+
"absolute",
|
|
1637
|
+
"left-1/2",
|
|
1638
|
+
"top-1/2",
|
|
1639
|
+
"-translate-x-1/2",
|
|
1640
|
+
"-translate-y-1/2",
|
|
1641
|
+
"h-1",
|
|
1642
|
+
"w-8",
|
|
1643
|
+
"rounded-full",
|
|
1644
|
+
"bg-accent"
|
|
1505
1645
|
],
|
|
1506
1646
|
"internalComponents": [
|
|
1507
|
-
"IconSlot",
|
|
1508
1647
|
"Box"
|
|
1509
1648
|
],
|
|
1510
|
-
"internalComponentProps": {
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1649
|
+
"internalComponentProps": {
|
|
1650
|
+
"Box": {
|
|
1651
|
+
"display": [
|
|
1652
|
+
"block",
|
|
1653
|
+
"flex"
|
|
1654
|
+
],
|
|
1655
|
+
"justifyContent": [
|
|
1656
|
+
"center"
|
|
1657
|
+
]
|
|
1658
|
+
}
|
|
1515
1659
|
},
|
|
1516
|
-
"motionVarPrefixes": []
|
|
1517
|
-
},
|
|
1518
|
-
"UDSPopoverConfigProvider": {
|
|
1519
|
-
"name": "UDSPopoverConfigProvider",
|
|
1520
|
-
"defaultProps": {},
|
|
1521
|
-
"getStylesLiterals": {},
|
|
1522
|
-
"cxLiterals": [],
|
|
1523
|
-
"internalComponents": [
|
|
1524
|
-
"PopoverContext.Provider"
|
|
1525
|
-
],
|
|
1526
|
-
"internalComponentProps": {},
|
|
1527
1660
|
"propToVariantKeys": {},
|
|
1528
1661
|
"motionVarPrefixes": []
|
|
1529
1662
|
},
|
|
1530
|
-
"
|
|
1531
|
-
"name": "
|
|
1532
|
-
"defaultProps": {
|
|
1663
|
+
"BottomSheetHeader": {
|
|
1664
|
+
"name": "BottomSheetHeader",
|
|
1665
|
+
"defaultProps": {
|
|
1666
|
+
"variant": "default"
|
|
1667
|
+
},
|
|
1533
1668
|
"getStylesLiterals": {},
|
|
1534
|
-
"cxLiterals": [
|
|
1669
|
+
"cxLiterals": [
|
|
1670
|
+
"grid-cols-[40px_1fr_40px]",
|
|
1671
|
+
"items-center",
|
|
1672
|
+
"w-full",
|
|
1673
|
+
"min-h-10",
|
|
1674
|
+
"mt-2"
|
|
1675
|
+
],
|
|
1535
1676
|
"internalComponents": [
|
|
1536
|
-
"
|
|
1537
|
-
"
|
|
1677
|
+
"Box",
|
|
1678
|
+
"Text"
|
|
1538
1679
|
],
|
|
1539
|
-
"internalComponentProps": {
|
|
1540
|
-
|
|
1541
|
-
|
|
1680
|
+
"internalComponentProps": {
|
|
1681
|
+
"Box": {
|
|
1682
|
+
"className": [
|
|
1683
|
+
"h-10 w-10 opacity-0 pointer-events-none"
|
|
1684
|
+
],
|
|
1685
|
+
"display": [
|
|
1686
|
+
"grid",
|
|
1687
|
+
"flex"
|
|
1688
|
+
],
|
|
1689
|
+
"justifyContent": [
|
|
1690
|
+
"flex-start",
|
|
1691
|
+
"flex-end"
|
|
1692
|
+
]
|
|
1693
|
+
},
|
|
1694
|
+
"Text": {
|
|
1695
|
+
"variant": [
|
|
1696
|
+
"inherit"
|
|
1697
|
+
],
|
|
1698
|
+
"color": [
|
|
1699
|
+
"inherit"
|
|
1700
|
+
],
|
|
1701
|
+
"textAlign": [
|
|
1702
|
+
"center"
|
|
1703
|
+
],
|
|
1704
|
+
"className": [
|
|
1705
|
+
"w-full"
|
|
1706
|
+
]
|
|
1707
|
+
}
|
|
1708
|
+
},
|
|
1709
|
+
"propToVariantKeys": {
|
|
1710
|
+
"variant": [
|
|
1711
|
+
"bottomsheetVariantHeader"
|
|
1712
|
+
]
|
|
1713
|
+
},
|
|
1714
|
+
"motionVarPrefixes": []
|
|
1542
1715
|
},
|
|
1543
|
-
"
|
|
1544
|
-
"name": "
|
|
1716
|
+
"BottomSheetInternalContext": {
|
|
1717
|
+
"name": "BottomSheetInternalContext",
|
|
1545
1718
|
"defaultProps": {},
|
|
1546
1719
|
"getStylesLiterals": {},
|
|
1547
1720
|
"cxLiterals": [],
|
|
@@ -1550,698 +1723,222 @@
|
|
|
1550
1723
|
"propToVariantKeys": {},
|
|
1551
1724
|
"motionVarPrefixes": []
|
|
1552
1725
|
},
|
|
1553
|
-
"
|
|
1554
|
-
"name": "
|
|
1726
|
+
"BottomSheetProvider": {
|
|
1727
|
+
"name": "BottomSheetProvider",
|
|
1555
1728
|
"defaultProps": {},
|
|
1556
1729
|
"getStylesLiterals": {},
|
|
1557
1730
|
"cxLiterals": [],
|
|
1558
1731
|
"internalComponents": [
|
|
1559
|
-
"
|
|
1732
|
+
"AriakitDialogProvider"
|
|
1560
1733
|
],
|
|
1561
|
-
"internalComponentProps": {
|
|
1562
|
-
|
|
1563
|
-
"className": [
|
|
1564
|
-
"inline"
|
|
1565
|
-
]
|
|
1566
|
-
}
|
|
1567
|
-
},
|
|
1568
|
-
"propToVariantKeys": {
|
|
1569
|
-
"children": [
|
|
1570
|
-
"render"
|
|
1571
|
-
]
|
|
1572
|
-
},
|
|
1734
|
+
"internalComponentProps": {},
|
|
1735
|
+
"propToVariantKeys": {},
|
|
1573
1736
|
"motionVarPrefixes": []
|
|
1574
1737
|
},
|
|
1575
|
-
"
|
|
1576
|
-
"name": "
|
|
1738
|
+
"BottomSheetTrigger": {
|
|
1739
|
+
"name": "BottomSheetTrigger",
|
|
1577
1740
|
"defaultProps": {},
|
|
1578
|
-
"getStylesLiterals": {
|
|
1579
|
-
|
|
1580
|
-
"popoverVariantRoot": "default",
|
|
1581
|
-
"display": "flex",
|
|
1582
|
-
"position": "absolute",
|
|
1583
|
-
"spacingTop": "0",
|
|
1584
|
-
"spacingStart": "0",
|
|
1585
|
-
"spacingBottom": "0",
|
|
1586
|
-
"spacingEnd": "0",
|
|
1587
|
-
"popoverSizeSvgBase": "default",
|
|
1588
|
-
"popoverVariantSvgBase": "default",
|
|
1589
|
-
"popoverSizeSvgBorder": "default",
|
|
1590
|
-
"popoverVariantSvgBorder": "default",
|
|
1591
|
-
"popoverVariantBlur": "default",
|
|
1592
|
-
"width": "full",
|
|
1593
|
-
"height": "full",
|
|
1594
|
-
"flexShrink": "0",
|
|
1595
|
-
"borderRadius": "full",
|
|
1596
|
-
"alignItems": "center",
|
|
1597
|
-
"justifyContent": "center",
|
|
1598
|
-
"popoverVariantCloseIcon": "default",
|
|
1599
|
-
"popoverSizeCloseIcon": "default"
|
|
1600
|
-
},
|
|
1601
|
-
"cxLiterals": [
|
|
1602
|
-
"z-[9999]",
|
|
1603
|
-
"outline-none",
|
|
1604
|
-
"focus-visible:outline-none",
|
|
1605
|
-
"uds-bgBlurFillFallback",
|
|
1606
|
-
"uds-bgBlurFallback",
|
|
1607
|
-
"top-0",
|
|
1608
|
-
"left-0",
|
|
1609
|
-
"z-[1]",
|
|
1610
|
-
"duration-0",
|
|
1611
|
-
"duration-120",
|
|
1612
|
-
"transition-[background-color]",
|
|
1613
|
-
"bg-carbon-15/0",
|
|
1614
|
-
"hover:bg-carbon-15/10",
|
|
1615
|
-
"active:bg-carbon-15/15",
|
|
1616
|
-
"uds-ring",
|
|
1617
|
-
"absolute",
|
|
1618
|
-
"z-[4]"
|
|
1619
|
-
],
|
|
1741
|
+
"getStylesLiterals": {},
|
|
1742
|
+
"cxLiterals": [],
|
|
1620
1743
|
"internalComponents": [
|
|
1621
|
-
"
|
|
1622
|
-
"IconSlot",
|
|
1623
|
-
"PopoverArrow",
|
|
1624
|
-
"Popover",
|
|
1625
|
-
"SvgFloatingOverlay",
|
|
1626
|
-
"Box",
|
|
1627
|
-
"Pressable"
|
|
1744
|
+
"AriakitDialogDisclosure"
|
|
1628
1745
|
],
|
|
1629
1746
|
"internalComponentProps": {},
|
|
1630
|
-
"propToVariantKeys": {
|
|
1631
|
-
"closeIcon": [
|
|
1632
|
-
"icon"
|
|
1633
|
-
]
|
|
1634
|
-
},
|
|
1747
|
+
"propToVariantKeys": {},
|
|
1635
1748
|
"motionVarPrefixes": []
|
|
1636
1749
|
},
|
|
1637
|
-
"
|
|
1638
|
-
"name": "
|
|
1750
|
+
"UDSBottomSheetConfigProvider": {
|
|
1751
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
1639
1752
|
"defaultProps": {},
|
|
1640
1753
|
"getStylesLiterals": {},
|
|
1641
|
-
"cxLiterals": [
|
|
1642
|
-
"min-h-0",
|
|
1643
|
-
"touch-pan-y"
|
|
1644
|
-
],
|
|
1754
|
+
"cxLiterals": [],
|
|
1645
1755
|
"internalComponents": [
|
|
1646
|
-
"
|
|
1647
|
-
"VStack"
|
|
1756
|
+
"BottomSheetContext.Provider"
|
|
1648
1757
|
],
|
|
1649
|
-
"internalComponentProps": {
|
|
1650
|
-
"Box": {
|
|
1651
|
-
"display": [
|
|
1652
|
-
"block"
|
|
1653
|
-
],
|
|
1654
|
-
"flex": [
|
|
1655
|
-
"1"
|
|
1656
|
-
]
|
|
1657
|
-
},
|
|
1658
|
-
"VStack": {
|
|
1659
|
-
"className": [
|
|
1660
|
-
"pb-[calc(env(safe-area-inset-bottom))]"
|
|
1661
|
-
]
|
|
1662
|
-
}
|
|
1663
|
-
},
|
|
1758
|
+
"internalComponentProps": {},
|
|
1664
1759
|
"propToVariantKeys": {},
|
|
1665
1760
|
"motionVarPrefixes": []
|
|
1666
1761
|
},
|
|
1667
|
-
"
|
|
1668
|
-
"name": "
|
|
1762
|
+
"Chip": {
|
|
1763
|
+
"name": "Chip",
|
|
1669
1764
|
"defaultProps": {},
|
|
1670
1765
|
"getStylesLiterals": {},
|
|
1671
1766
|
"cxLiterals": [],
|
|
1672
1767
|
"internalComponents": [
|
|
1673
|
-
"
|
|
1768
|
+
"ChipDismissible",
|
|
1769
|
+
"ChipToggle",
|
|
1770
|
+
"ChipLink",
|
|
1771
|
+
"ChipButton"
|
|
1674
1772
|
],
|
|
1675
1773
|
"internalComponentProps": {},
|
|
1676
1774
|
"propToVariantKeys": {},
|
|
1677
1775
|
"motionVarPrefixes": []
|
|
1678
1776
|
},
|
|
1679
|
-
"
|
|
1680
|
-
"name": "
|
|
1777
|
+
"ChipBase": {
|
|
1778
|
+
"name": "ChipBase",
|
|
1681
1779
|
"defaultProps": {
|
|
1682
|
-
"
|
|
1780
|
+
"size": "md",
|
|
1781
|
+
"as": "div"
|
|
1683
1782
|
},
|
|
1684
1783
|
"getStylesLiterals": {},
|
|
1685
1784
|
"cxLiterals": [
|
|
1686
|
-
"
|
|
1687
|
-
"
|
|
1688
|
-
"
|
|
1689
|
-
"
|
|
1690
|
-
"
|
|
1691
|
-
"[
|
|
1692
|
-
"
|
|
1693
|
-
"
|
|
1694
|
-
"
|
|
1695
|
-
"
|
|
1696
|
-
"duration-500",
|
|
1697
|
-
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1698
|
-
"motion-reduce:transition-none",
|
|
1699
|
-
"top-[-4px]",
|
|
1700
|
-
"z-[1]",
|
|
1701
|
-
"touch-pan-y"
|
|
1785
|
+
"pointer-events-none",
|
|
1786
|
+
"cursor-default",
|
|
1787
|
+
"opacity-50",
|
|
1788
|
+
"inline-flex",
|
|
1789
|
+
"items-center",
|
|
1790
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
1791
|
+
"truncate",
|
|
1792
|
+
"whitespace-nowrap",
|
|
1793
|
+
"text-center",
|
|
1794
|
+
"flex-1"
|
|
1702
1795
|
],
|
|
1703
1796
|
"internalComponents": [
|
|
1704
|
-
"
|
|
1705
|
-
"
|
|
1706
|
-
"
|
|
1707
|
-
"
|
|
1708
|
-
"BottomSheetInternalContext.Provider"
|
|
1797
|
+
"IconSlot",
|
|
1798
|
+
"HStack",
|
|
1799
|
+
"As",
|
|
1800
|
+
"Text"
|
|
1709
1801
|
],
|
|
1710
1802
|
"internalComponentProps": {
|
|
1711
|
-
"
|
|
1712
|
-
"
|
|
1713
|
-
"
|
|
1714
|
-
]
|
|
1715
|
-
},
|
|
1716
|
-
"Dialog": {
|
|
1717
|
-
"data-testid": [
|
|
1718
|
-
"bottom-sheet"
|
|
1719
|
-
]
|
|
1720
|
-
},
|
|
1721
|
-
"Box": {
|
|
1722
|
-
"display": [
|
|
1723
|
-
"block",
|
|
1724
|
-
"flex"
|
|
1725
|
-
],
|
|
1726
|
-
"position": [
|
|
1727
|
-
"absolute"
|
|
1803
|
+
"Text": {
|
|
1804
|
+
"as": [
|
|
1805
|
+
"span"
|
|
1728
1806
|
],
|
|
1729
|
-
"
|
|
1730
|
-
"
|
|
1807
|
+
"color": [
|
|
1808
|
+
"current"
|
|
1731
1809
|
],
|
|
1732
|
-
"
|
|
1733
|
-
"
|
|
1810
|
+
"variant": [
|
|
1811
|
+
"inherit"
|
|
1734
1812
|
]
|
|
1735
1813
|
}
|
|
1736
1814
|
},
|
|
1737
1815
|
"propToVariantKeys": {
|
|
1738
|
-
"
|
|
1739
|
-
"
|
|
1816
|
+
"size": [
|
|
1817
|
+
"chipSizeRoot",
|
|
1818
|
+
"chipSizeIcon"
|
|
1819
|
+
],
|
|
1820
|
+
"startIcon": [
|
|
1821
|
+
"icon"
|
|
1822
|
+
],
|
|
1823
|
+
"endIcon": [
|
|
1824
|
+
"icon"
|
|
1740
1825
|
]
|
|
1741
1826
|
},
|
|
1742
1827
|
"motionVarPrefixes": []
|
|
1743
1828
|
},
|
|
1744
|
-
"
|
|
1745
|
-
"name": "
|
|
1746
|
-
"defaultProps": {
|
|
1829
|
+
"ChipButton": {
|
|
1830
|
+
"name": "ChipButton",
|
|
1831
|
+
"defaultProps": {
|
|
1832
|
+
"variant": "primary"
|
|
1833
|
+
},
|
|
1747
1834
|
"getStylesLiterals": {},
|
|
1748
1835
|
"cxLiterals": [
|
|
1749
|
-
"
|
|
1750
|
-
"h-5",
|
|
1751
|
-
"w-16",
|
|
1752
|
-
"outline-none",
|
|
1753
|
-
"focus-visible:outline-none",
|
|
1754
|
-
"[touch-action:pan-y]",
|
|
1755
|
-
"absolute",
|
|
1756
|
-
"left-1/2",
|
|
1757
|
-
"top-1/2",
|
|
1758
|
-
"-translate-x-1/2",
|
|
1759
|
-
"-translate-y-1/2",
|
|
1760
|
-
"h-1",
|
|
1761
|
-
"w-8",
|
|
1762
|
-
"rounded-full",
|
|
1763
|
-
"bg-accent"
|
|
1764
|
-
],
|
|
1765
|
-
"internalComponents": [
|
|
1766
|
-
"Box"
|
|
1767
|
-
],
|
|
1768
|
-
"internalComponentProps": {
|
|
1769
|
-
"Box": {
|
|
1770
|
-
"display": [
|
|
1771
|
-
"block",
|
|
1772
|
-
"flex"
|
|
1773
|
-
],
|
|
1774
|
-
"justifyContent": [
|
|
1775
|
-
"center"
|
|
1776
|
-
]
|
|
1777
|
-
}
|
|
1778
|
-
},
|
|
1779
|
-
"propToVariantKeys": {},
|
|
1780
|
-
"motionVarPrefixes": []
|
|
1781
|
-
},
|
|
1782
|
-
"BottomSheetInternalContext": {
|
|
1783
|
-
"name": "BottomSheetInternalContext",
|
|
1784
|
-
"defaultProps": {},
|
|
1785
|
-
"getStylesLiterals": {},
|
|
1786
|
-
"cxLiterals": [],
|
|
1787
|
-
"internalComponents": [],
|
|
1788
|
-
"internalComponentProps": {},
|
|
1789
|
-
"propToVariantKeys": {},
|
|
1790
|
-
"motionVarPrefixes": []
|
|
1791
|
-
},
|
|
1792
|
-
"BottomSheetHeader": {
|
|
1793
|
-
"name": "BottomSheetHeader",
|
|
1794
|
-
"defaultProps": {
|
|
1795
|
-
"variant": "default"
|
|
1796
|
-
},
|
|
1797
|
-
"getStylesLiterals": {},
|
|
1798
|
-
"cxLiterals": [
|
|
1799
|
-
"grid-cols-[40px_1fr_40px]",
|
|
1800
|
-
"items-center",
|
|
1801
|
-
"w-full",
|
|
1802
|
-
"min-h-10",
|
|
1803
|
-
"mt-2"
|
|
1836
|
+
"uds-ring"
|
|
1804
1837
|
],
|
|
1805
1838
|
"internalComponents": [
|
|
1806
|
-
"
|
|
1807
|
-
"Text"
|
|
1839
|
+
"ChipBase"
|
|
1808
1840
|
],
|
|
1809
1841
|
"internalComponentProps": {
|
|
1810
|
-
"
|
|
1811
|
-
"
|
|
1812
|
-
"
|
|
1813
|
-
],
|
|
1814
|
-
"display": [
|
|
1815
|
-
"grid",
|
|
1816
|
-
"flex"
|
|
1817
|
-
],
|
|
1818
|
-
"justifyContent": [
|
|
1819
|
-
"flex-start",
|
|
1820
|
-
"flex-end"
|
|
1821
|
-
]
|
|
1822
|
-
},
|
|
1823
|
-
"Text": {
|
|
1824
|
-
"variant": [
|
|
1825
|
-
"inherit"
|
|
1826
|
-
],
|
|
1827
|
-
"color": [
|
|
1828
|
-
"inherit"
|
|
1829
|
-
],
|
|
1830
|
-
"textAlign": [
|
|
1831
|
-
"center"
|
|
1832
|
-
],
|
|
1833
|
-
"className": [
|
|
1834
|
-
"w-full"
|
|
1842
|
+
"ChipBase": {
|
|
1843
|
+
"as": [
|
|
1844
|
+
"button"
|
|
1835
1845
|
]
|
|
1836
1846
|
}
|
|
1837
1847
|
},
|
|
1838
1848
|
"propToVariantKeys": {
|
|
1839
1849
|
"variant": [
|
|
1840
|
-
"
|
|
1850
|
+
"chipLinkVariantRoot",
|
|
1851
|
+
"chipLinkVariantIcon"
|
|
1841
1852
|
]
|
|
1842
1853
|
},
|
|
1843
1854
|
"motionVarPrefixes": []
|
|
1844
1855
|
},
|
|
1845
|
-
"
|
|
1846
|
-
"name": "
|
|
1847
|
-
"defaultProps": {
|
|
1848
|
-
|
|
1849
|
-
"cxLiterals": [],
|
|
1850
|
-
"internalComponents": [
|
|
1851
|
-
"AriakitDialogDisclosure"
|
|
1852
|
-
],
|
|
1853
|
-
"internalComponentProps": {},
|
|
1854
|
-
"propToVariantKeys": {},
|
|
1855
|
-
"motionVarPrefixes": []
|
|
1856
|
-
},
|
|
1857
|
-
"BottomSheetProvider": {
|
|
1858
|
-
"name": "BottomSheetProvider",
|
|
1859
|
-
"defaultProps": {},
|
|
1860
|
-
"getStylesLiterals": {},
|
|
1861
|
-
"cxLiterals": [],
|
|
1862
|
-
"internalComponents": [
|
|
1863
|
-
"AriakitDialogProvider"
|
|
1864
|
-
],
|
|
1865
|
-
"internalComponentProps": {},
|
|
1866
|
-
"propToVariantKeys": {},
|
|
1867
|
-
"motionVarPrefixes": []
|
|
1868
|
-
},
|
|
1869
|
-
"UDSBottomSheetConfigProvider": {
|
|
1870
|
-
"name": "UDSBottomSheetConfigProvider",
|
|
1871
|
-
"defaultProps": {},
|
|
1872
|
-
"getStylesLiterals": {},
|
|
1873
|
-
"cxLiterals": [],
|
|
1874
|
-
"internalComponents": [
|
|
1875
|
-
"BottomSheetContext.Provider"
|
|
1876
|
-
],
|
|
1877
|
-
"internalComponentProps": {},
|
|
1878
|
-
"propToVariantKeys": {},
|
|
1879
|
-
"motionVarPrefixes": []
|
|
1880
|
-
},
|
|
1881
|
-
"UDSToastConfigProvider": {
|
|
1882
|
-
"name": "UDSToastConfigProvider",
|
|
1883
|
-
"defaultProps": {},
|
|
1884
|
-
"getStylesLiterals": {},
|
|
1885
|
-
"cxLiterals": [],
|
|
1886
|
-
"internalComponents": [
|
|
1887
|
-
"ToastContext.Provider"
|
|
1888
|
-
],
|
|
1889
|
-
"internalComponentProps": {},
|
|
1890
|
-
"propToVariantKeys": {},
|
|
1891
|
-
"motionVarPrefixes": []
|
|
1892
|
-
},
|
|
1893
|
-
"Toast": {
|
|
1894
|
-
"name": "Toast",
|
|
1895
|
-
"defaultProps": {},
|
|
1896
|
-
"getStylesLiterals": {
|
|
1897
|
-
"className": "flex-none",
|
|
1898
|
-
"spacing": "2",
|
|
1899
|
-
"borderRadius": "full"
|
|
1856
|
+
"ChipDismissible": {
|
|
1857
|
+
"name": "ChipDismissible",
|
|
1858
|
+
"defaultProps": {
|
|
1859
|
+
"variant": "primary"
|
|
1900
1860
|
},
|
|
1861
|
+
"getStylesLiterals": {},
|
|
1901
1862
|
"cxLiterals": [
|
|
1902
|
-
"
|
|
1903
|
-
"
|
|
1904
|
-
"
|
|
1905
|
-
"
|
|
1906
|
-
"hover:bg-carbon-15/10",
|
|
1907
|
-
"active:bg-carbon-15/15",
|
|
1908
|
-
"uds-ring"
|
|
1863
|
+
"uds-chip-dismissible-button",
|
|
1864
|
+
"uds-hit-target",
|
|
1865
|
+
"uds-ring",
|
|
1866
|
+
"rounded-full"
|
|
1909
1867
|
],
|
|
1910
1868
|
"internalComponents": [
|
|
1869
|
+
"ChipBase",
|
|
1911
1870
|
"IconSlot",
|
|
1912
|
-
"ToastContainer",
|
|
1913
|
-
"Text",
|
|
1914
|
-
"Button",
|
|
1915
1871
|
"Pressable"
|
|
1916
1872
|
],
|
|
1917
1873
|
"internalComponentProps": {},
|
|
1918
1874
|
"propToVariantKeys": {
|
|
1919
|
-
"size": [
|
|
1920
|
-
"toastSizeLabel",
|
|
1921
|
-
"toastSizeIcon",
|
|
1922
|
-
"toastSizeActionButton",
|
|
1923
|
-
"toastSizeCloseIcon"
|
|
1924
|
-
],
|
|
1925
1875
|
"variant": [
|
|
1926
|
-
"
|
|
1927
|
-
"
|
|
1928
|
-
"toastVariantCloseIcon"
|
|
1929
|
-
],
|
|
1930
|
-
"closeIcon": [
|
|
1931
|
-
"icon"
|
|
1876
|
+
"chipDismissibleVariantRoot",
|
|
1877
|
+
"chipDismissibleVariantIcon"
|
|
1932
1878
|
],
|
|
1933
|
-
"
|
|
1934
|
-
"
|
|
1879
|
+
"dismissButtonAriaLabel": [
|
|
1880
|
+
"aria-label"
|
|
1935
1881
|
]
|
|
1936
1882
|
},
|
|
1937
1883
|
"motionVarPrefixes": []
|
|
1938
1884
|
},
|
|
1939
|
-
"
|
|
1940
|
-
"name": "
|
|
1941
|
-
"defaultProps": {
|
|
1942
|
-
|
|
1943
|
-
"position": "relative",
|
|
1944
|
-
"alignItems": "center",
|
|
1945
|
-
"display": "flex",
|
|
1946
|
-
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
1947
|
-
},
|
|
1948
|
-
"cxLiterals": [
|
|
1949
|
-
"w-full"
|
|
1950
|
-
],
|
|
1951
|
-
"internalComponents": [
|
|
1952
|
-
"HStack"
|
|
1953
|
-
],
|
|
1954
|
-
"internalComponentProps": {
|
|
1955
|
-
"HStack": {
|
|
1956
|
-
"alignItems": [
|
|
1957
|
-
"center"
|
|
1958
|
-
],
|
|
1959
|
-
"justifyContent": [
|
|
1960
|
-
"space-between"
|
|
1961
|
-
],
|
|
1962
|
-
"overflow": [
|
|
1963
|
-
"hidden"
|
|
1964
|
-
],
|
|
1965
|
-
"position": [
|
|
1966
|
-
"relative"
|
|
1967
|
-
]
|
|
1968
|
-
}
|
|
1969
|
-
},
|
|
1970
|
-
"propToVariantKeys": {
|
|
1971
|
-
"variant": [
|
|
1972
|
-
"toastVariantRoot"
|
|
1973
|
-
],
|
|
1974
|
-
"size": [
|
|
1975
|
-
"toastSizeRoot"
|
|
1976
|
-
]
|
|
1885
|
+
"ChipLink": {
|
|
1886
|
+
"name": "ChipLink",
|
|
1887
|
+
"defaultProps": {
|
|
1888
|
+
"variant": "primary"
|
|
1977
1889
|
},
|
|
1978
|
-
"motionVarPrefixes": []
|
|
1979
|
-
},
|
|
1980
|
-
"ToastPortal": {
|
|
1981
|
-
"name": "ToastPortal",
|
|
1982
|
-
"defaultProps": {},
|
|
1983
|
-
"getStylesLiterals": {},
|
|
1984
|
-
"cxLiterals": [],
|
|
1985
|
-
"internalComponents": [
|
|
1986
|
-
"ReactToastifyToastContainer"
|
|
1987
|
-
],
|
|
1988
|
-
"internalComponentProps": {},
|
|
1989
|
-
"propToVariantKeys": {},
|
|
1990
|
-
"motionVarPrefixes": []
|
|
1991
|
-
},
|
|
1992
|
-
"UDSTooltipConfigProvider": {
|
|
1993
|
-
"name": "UDSTooltipConfigProvider",
|
|
1994
|
-
"defaultProps": {},
|
|
1995
1890
|
"getStylesLiterals": {},
|
|
1996
|
-
"cxLiterals": [],
|
|
1997
|
-
"internalComponents": [
|
|
1998
|
-
"TooltipContext.Provider"
|
|
1999
|
-
],
|
|
2000
|
-
"internalComponentProps": {},
|
|
2001
|
-
"propToVariantKeys": {},
|
|
2002
|
-
"motionVarPrefixes": []
|
|
2003
|
-
},
|
|
2004
|
-
"TooltipTrigger": {
|
|
2005
|
-
"name": "TooltipTrigger",
|
|
2006
|
-
"defaultProps": {},
|
|
2007
|
-
"getStylesLiterals": {},
|
|
2008
|
-
"cxLiterals": [],
|
|
2009
|
-
"internalComponents": [
|
|
2010
|
-
"TooltipAnchor"
|
|
2011
|
-
],
|
|
2012
|
-
"internalComponentProps": {
|
|
2013
|
-
"TooltipAnchor": {
|
|
2014
|
-
"className": [
|
|
2015
|
-
"inline"
|
|
2016
|
-
]
|
|
2017
|
-
}
|
|
2018
|
-
},
|
|
2019
|
-
"propToVariantKeys": {
|
|
2020
|
-
"children": [
|
|
2021
|
-
"render"
|
|
2022
|
-
]
|
|
2023
|
-
},
|
|
2024
|
-
"motionVarPrefixes": []
|
|
2025
|
-
},
|
|
2026
|
-
"TooltipContent": {
|
|
2027
|
-
"name": "TooltipContent",
|
|
2028
|
-
"defaultProps": {},
|
|
2029
|
-
"getStylesLiterals": {
|
|
2030
|
-
"tooltipSizeRoot": "default",
|
|
2031
|
-
"tooltipVariantRoot": "default",
|
|
2032
|
-
"tooltipSizeSvg": "default",
|
|
2033
|
-
"tooltipVariantSvg": "default",
|
|
2034
|
-
"tooltipVariantBlur": "default",
|
|
2035
|
-
"position": "absolute",
|
|
2036
|
-
"width": "full",
|
|
2037
|
-
"height": "full",
|
|
2038
|
-
"tooltipSizeTitle": "default",
|
|
2039
|
-
"tooltipSizeBody": "default",
|
|
2040
|
-
"tooltipSizeEndContent": "default",
|
|
2041
|
-
"tooltipSizeIcon": "default",
|
|
2042
|
-
"tooltipVariantIcon": "default"
|
|
2043
|
-
},
|
|
2044
1891
|
"cxLiterals": [
|
|
2045
|
-
"
|
|
2046
|
-
"flex",
|
|
2047
|
-
"z-[9999]",
|
|
2048
|
-
"uds-bgBlurFillFallback",
|
|
2049
|
-
"uds-bgBlurFallback",
|
|
2050
|
-
"top-0",
|
|
2051
|
-
"left-0",
|
|
2052
|
-
"z-[1]"
|
|
1892
|
+
"uds-ring"
|
|
2053
1893
|
],
|
|
2054
1894
|
"internalComponents": [
|
|
2055
|
-
"
|
|
2056
|
-
"TooltipArrow",
|
|
2057
|
-
"Tooltip",
|
|
2058
|
-
"SvgFloatingOverlay",
|
|
2059
|
-
"VStack",
|
|
2060
|
-
"Box",
|
|
2061
|
-
"Text"
|
|
1895
|
+
"ChipBase"
|
|
2062
1896
|
],
|
|
2063
1897
|
"internalComponentProps": {
|
|
2064
|
-
"
|
|
2065
|
-
"
|
|
2066
|
-
"
|
|
2067
|
-
]
|
|
2068
|
-
},
|
|
2069
|
-
"Box": {
|
|
2070
|
-
"alignItems": [
|
|
2071
|
-
"center"
|
|
2072
|
-
],
|
|
2073
|
-
"columnGap": [
|
|
2074
|
-
"1",
|
|
2075
|
-
"1.5"
|
|
2076
|
-
]
|
|
2077
|
-
},
|
|
2078
|
-
"Text": {
|
|
2079
|
-
"color": [
|
|
2080
|
-
"inherit"
|
|
1898
|
+
"ChipBase": {
|
|
1899
|
+
"as": [
|
|
1900
|
+
"a"
|
|
2081
1901
|
]
|
|
2082
1902
|
}
|
|
2083
1903
|
},
|
|
2084
1904
|
"propToVariantKeys": {
|
|
2085
|
-
"
|
|
2086
|
-
"
|
|
1905
|
+
"variant": [
|
|
1906
|
+
"chipLinkVariantRoot",
|
|
1907
|
+
"chipLinkVariantIcon"
|
|
2087
1908
|
]
|
|
2088
1909
|
},
|
|
2089
1910
|
"motionVarPrefixes": []
|
|
2090
1911
|
},
|
|
2091
|
-
"
|
|
2092
|
-
"name": "
|
|
2093
|
-
"defaultProps": {},
|
|
2094
|
-
"getStylesLiterals": {},
|
|
2095
|
-
"cxLiterals": [],
|
|
2096
|
-
"internalComponents": [
|
|
2097
|
-
"TooltipInternalContext.Provider",
|
|
2098
|
-
"TooltipProvider"
|
|
2099
|
-
],
|
|
2100
|
-
"internalComponentProps": {},
|
|
2101
|
-
"propToVariantKeys": {},
|
|
2102
|
-
"motionVarPrefixes": []
|
|
2103
|
-
},
|
|
2104
|
-
"RadioGroupStore": {
|
|
2105
|
-
"name": "RadioGroupStore",
|
|
2106
|
-
"defaultProps": {},
|
|
2107
|
-
"getStylesLiterals": {},
|
|
2108
|
-
"cxLiterals": [],
|
|
2109
|
-
"internalComponents": [],
|
|
2110
|
-
"internalComponentProps": {},
|
|
2111
|
-
"propToVariantKeys": {},
|
|
2112
|
-
"motionVarPrefixes": []
|
|
2113
|
-
},
|
|
2114
|
-
"RadioGroupProvider": {
|
|
2115
|
-
"name": "RadioGroupProvider",
|
|
2116
|
-
"defaultProps": {},
|
|
2117
|
-
"getStylesLiterals": {},
|
|
2118
|
-
"cxLiterals": [],
|
|
2119
|
-
"internalComponents": [
|
|
2120
|
-
"DivProps",
|
|
2121
|
-
"Comp",
|
|
2122
|
-
"RadioGroupContext.Provider"
|
|
2123
|
-
],
|
|
2124
|
-
"internalComponentProps": {
|
|
2125
|
-
"Comp": {
|
|
2126
|
-
"role": [
|
|
2127
|
-
"radiogroup"
|
|
2128
|
-
]
|
|
2129
|
-
}
|
|
2130
|
-
},
|
|
2131
|
-
"propToVariantKeys": {},
|
|
2132
|
-
"motionVarPrefixes": []
|
|
2133
|
-
},
|
|
2134
|
-
"Radio": {
|
|
2135
|
-
"name": "Radio",
|
|
1912
|
+
"ChipToggle": {
|
|
1913
|
+
"name": "ChipToggle",
|
|
2136
1914
|
"defaultProps": {
|
|
2137
|
-
"labelPosition": "start",
|
|
2138
1915
|
"variant": "primary",
|
|
2139
|
-
"
|
|
2140
|
-
"value": ""
|
|
2141
|
-
},
|
|
2142
|
-
"getStylesLiterals": {
|
|
2143
|
-
"radioVariantValueRoot": "checked",
|
|
2144
|
-
"radioVariantValueRoot:1": "unchecked",
|
|
2145
|
-
"display": "flex",
|
|
2146
|
-
"flexDirection": "row",
|
|
2147
|
-
"flexDirection:1": "row-reverse",
|
|
2148
|
-
"alignItems": "center",
|
|
2149
|
-
"radioVariantValueRadio": "checked",
|
|
2150
|
-
"radioVariantValueRadio:1": "unchecked",
|
|
2151
|
-
"radioVariantValueRadioCircle": "checked",
|
|
2152
|
-
"radioVariantValueRadioCircle:1": "unchecked"
|
|
1916
|
+
"role": "checkbox"
|
|
2153
1917
|
},
|
|
2154
|
-
"
|
|
2155
|
-
"
|
|
2156
|
-
"
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
"uds-ring"
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
"
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
"
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
"absolute",
|
|
2169
|
-
"opacity-0",
|
|
2170
|
-
"top-1/2",
|
|
2171
|
-
"left-1/2",
|
|
2172
|
-
"w-[calc(100%+2px)]",
|
|
2173
|
-
"h-[calc(100%+2px)]",
|
|
2174
|
-
"transform",
|
|
2175
|
-
"translate-x-[-50%]",
|
|
2176
|
-
"translate-y-[-50%]",
|
|
2177
|
-
"text-start",
|
|
2178
|
-
"text-end"
|
|
2179
|
-
],
|
|
2180
|
-
"internalComponents": [
|
|
2181
|
-
"Box",
|
|
2182
|
-
"FormLabel",
|
|
2183
|
-
"SpringMotionConfig",
|
|
2184
|
-
"RootElement",
|
|
2185
|
-
"MotionBox"
|
|
2186
|
-
],
|
|
2187
|
-
"internalComponentProps": {
|
|
2188
|
-
"Box": {
|
|
2189
|
-
"borderRadius": [
|
|
2190
|
-
"full"
|
|
2191
|
-
]
|
|
2192
|
-
},
|
|
2193
|
-
"FormLabel": {
|
|
2194
|
-
"as": [
|
|
2195
|
-
"div"
|
|
2196
|
-
],
|
|
2197
|
-
"variant": [
|
|
2198
|
-
"inherit"
|
|
2199
|
-
],
|
|
2200
|
-
"color": [
|
|
2201
|
-
"inherit"
|
|
2202
|
-
]
|
|
2203
|
-
},
|
|
2204
|
-
"RootElement": {
|
|
2205
|
-
"data-testid": [
|
|
2206
|
-
"container"
|
|
2207
|
-
]
|
|
2208
|
-
},
|
|
2209
|
-
"MotionBox": {
|
|
2210
|
-
"position": [
|
|
2211
|
-
"relative"
|
|
2212
|
-
],
|
|
2213
|
-
"borderRadius": [
|
|
2214
|
-
"full"
|
|
2215
|
-
],
|
|
2216
|
-
"alignItems": [
|
|
2217
|
-
"center"
|
|
2218
|
-
],
|
|
2219
|
-
"justifyContent": [
|
|
2220
|
-
"center"
|
|
2221
|
-
],
|
|
2222
|
-
"flex": [
|
|
2223
|
-
"none"
|
|
1918
|
+
"getStylesLiterals": {
|
|
1919
|
+
"chipToggleVariantActiveRoot": "on",
|
|
1920
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
1921
|
+
},
|
|
1922
|
+
"cxLiterals": [
|
|
1923
|
+
"uds-ring"
|
|
1924
|
+
],
|
|
1925
|
+
"internalComponents": [
|
|
1926
|
+
"ChipBase"
|
|
1927
|
+
],
|
|
1928
|
+
"internalComponentProps": {
|
|
1929
|
+
"ChipBase": {
|
|
1930
|
+
"as": [
|
|
1931
|
+
"button"
|
|
2224
1932
|
]
|
|
2225
1933
|
}
|
|
2226
1934
|
},
|
|
2227
1935
|
"propToVariantKeys": {
|
|
2228
|
-
"size": [
|
|
2229
|
-
"radioSizeRoot",
|
|
2230
|
-
"radioSizeRadio"
|
|
2231
|
-
],
|
|
2232
1936
|
"variant": [
|
|
2233
|
-
"
|
|
2234
|
-
"
|
|
2235
|
-
"radioVariantRadioCircle"
|
|
2236
|
-
],
|
|
2237
|
-
"reduceMotion": [
|
|
2238
|
-
"reducedMotion"
|
|
1937
|
+
"chipToggleVariantRoot",
|
|
1938
|
+
"chipToggleVariantIcon"
|
|
2239
1939
|
]
|
|
2240
1940
|
},
|
|
2241
|
-
"motionVarPrefixes": [
|
|
2242
|
-
"--uds-motion-subtle-3-",
|
|
2243
|
-
"--uds-motion-smooth-3-"
|
|
2244
|
-
]
|
|
1941
|
+
"motionVarPrefixes": []
|
|
2245
1942
|
},
|
|
2246
1943
|
"Input": {
|
|
2247
1944
|
"name": "Input",
|
|
@@ -2322,543 +2019,846 @@
|
|
|
2322
2019
|
"alignItems": [
|
|
2323
2020
|
"center"
|
|
2324
2021
|
],
|
|
2325
|
-
"gap": [
|
|
2326
|
-
"1"
|
|
2022
|
+
"gap": [
|
|
2023
|
+
"1"
|
|
2024
|
+
]
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2027
|
+
"propToVariantKeys": {
|
|
2028
|
+
"size": [
|
|
2029
|
+
"inputSizeRoot",
|
|
2030
|
+
"inputSizeInputWrapper",
|
|
2031
|
+
"inputSizeInput",
|
|
2032
|
+
"inputSizeLabel",
|
|
2033
|
+
"inputSizeStartIcon",
|
|
2034
|
+
"inputSizeEndIcon"
|
|
2035
|
+
],
|
|
2036
|
+
"startIcon": [
|
|
2037
|
+
"icon"
|
|
2038
|
+
],
|
|
2039
|
+
"endIcon": [
|
|
2040
|
+
"icon"
|
|
2041
|
+
],
|
|
2042
|
+
"helperTextIcon": [
|
|
2043
|
+
"startIcon"
|
|
2044
|
+
]
|
|
2045
|
+
},
|
|
2046
|
+
"motionVarPrefixes": []
|
|
2047
|
+
},
|
|
2048
|
+
"InputHelpText": {
|
|
2049
|
+
"name": "InputHelpText",
|
|
2050
|
+
"defaultProps": {
|
|
2051
|
+
"size": "md"
|
|
2052
|
+
},
|
|
2053
|
+
"getStylesLiterals": {
|
|
2054
|
+
"inputVariantRoot": "default",
|
|
2055
|
+
"inputVariantValueRoot": "empty",
|
|
2056
|
+
"inputVariantValueRoot:1": "filled"
|
|
2057
|
+
},
|
|
2058
|
+
"cxLiterals": [],
|
|
2059
|
+
"internalComponents": [
|
|
2060
|
+
"InputHelpTextInternal",
|
|
2061
|
+
"Box"
|
|
2062
|
+
],
|
|
2063
|
+
"internalComponentProps": {
|
|
2064
|
+
"Box": {
|
|
2065
|
+
"spacingTop": [
|
|
2066
|
+
"2"
|
|
2067
|
+
]
|
|
2068
|
+
}
|
|
2069
|
+
},
|
|
2070
|
+
"propToVariantKeys": {
|
|
2071
|
+
"size": [
|
|
2072
|
+
"inputSizeRoot"
|
|
2073
|
+
]
|
|
2074
|
+
},
|
|
2075
|
+
"motionVarPrefixes": []
|
|
2076
|
+
},
|
|
2077
|
+
"InputHelpTextInternal": {
|
|
2078
|
+
"name": "InputHelpTextInternal",
|
|
2079
|
+
"defaultProps": {},
|
|
2080
|
+
"getStylesLiterals": {
|
|
2081
|
+
"inputVariantHelperText": "default",
|
|
2082
|
+
"inputVariantValueHelperText": "empty",
|
|
2083
|
+
"inputVariantValueHelperText:1": "filled",
|
|
2084
|
+
"inputVariantHelperIcon": "default",
|
|
2085
|
+
"inputVariantValueHelperIcon": "empty",
|
|
2086
|
+
"inputVariantValueHelperIcon:1": "filled"
|
|
2087
|
+
},
|
|
2088
|
+
"cxLiterals": [],
|
|
2089
|
+
"internalComponents": [
|
|
2090
|
+
"IconSlot",
|
|
2091
|
+
"HStack"
|
|
2092
|
+
],
|
|
2093
|
+
"internalComponentProps": {
|
|
2094
|
+
"HStack": {
|
|
2095
|
+
"gap": [
|
|
2096
|
+
"1"
|
|
2097
|
+
],
|
|
2098
|
+
"alignItems": [
|
|
2099
|
+
"center"
|
|
2100
|
+
]
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
"propToVariantKeys": {
|
|
2104
|
+
"size": [
|
|
2105
|
+
"inputSizeHelperText",
|
|
2106
|
+
"inputSizeHelperIcon"
|
|
2107
|
+
],
|
|
2108
|
+
"startIcon": [
|
|
2109
|
+
"icon"
|
|
2110
|
+
],
|
|
2111
|
+
"endIcon": [
|
|
2112
|
+
"icon"
|
|
2113
|
+
]
|
|
2114
|
+
},
|
|
2115
|
+
"motionVarPrefixes": []
|
|
2116
|
+
},
|
|
2117
|
+
"Menu.Content": {
|
|
2118
|
+
"name": "Menu.Content",
|
|
2119
|
+
"defaultProps": {
|
|
2120
|
+
"size": "default",
|
|
2121
|
+
"variant": "default",
|
|
2122
|
+
"gutter": "1"
|
|
2123
|
+
},
|
|
2124
|
+
"getStylesLiterals": {},
|
|
2125
|
+
"cxLiterals": [
|
|
2126
|
+
"uds-menu-content",
|
|
2127
|
+
"transition-shadow",
|
|
2128
|
+
"duration-200",
|
|
2129
|
+
"ease-in-out",
|
|
2130
|
+
"min-w-60",
|
|
2131
|
+
"max-w-lg",
|
|
2132
|
+
"max-h-96",
|
|
2133
|
+
"overflow-auto",
|
|
2134
|
+
"uds-ring",
|
|
2135
|
+
"z-10",
|
|
2136
|
+
"group"
|
|
2137
|
+
],
|
|
2138
|
+
"internalComponents": [
|
|
2139
|
+
"AriakitMenu",
|
|
2140
|
+
"AnimatePresence",
|
|
2141
|
+
"MotionVStack"
|
|
2142
|
+
],
|
|
2143
|
+
"internalComponentProps": {},
|
|
2144
|
+
"propToVariantKeys": {
|
|
2145
|
+
"size": [
|
|
2146
|
+
"menucontentSizeRoot"
|
|
2147
|
+
],
|
|
2148
|
+
"variant": [
|
|
2149
|
+
"menucontentVariantRoot"
|
|
2150
|
+
]
|
|
2151
|
+
},
|
|
2152
|
+
"motionVarPrefixes": []
|
|
2153
|
+
},
|
|
2154
|
+
"Menu.Divider": {
|
|
2155
|
+
"name": "Menu.Divider",
|
|
2156
|
+
"defaultProps": {
|
|
2157
|
+
"role": "separator",
|
|
2158
|
+
"contentPosition": "start",
|
|
2159
|
+
"gap": "4"
|
|
2160
|
+
},
|
|
2161
|
+
"getStylesLiterals": {
|
|
2162
|
+
"menuitemDividerVariantRoot": "default",
|
|
2163
|
+
"menuitemDividerVariantText": "default",
|
|
2164
|
+
"menuitemDividerVariantLine": "default"
|
|
2165
|
+
},
|
|
2166
|
+
"cxLiterals": [],
|
|
2167
|
+
"internalComponents": [
|
|
2168
|
+
"DividerInternal"
|
|
2169
|
+
],
|
|
2170
|
+
"internalComponentProps": {
|
|
2171
|
+
"DividerInternal": {
|
|
2172
|
+
"variant": [
|
|
2173
|
+
"inherit"
|
|
2174
|
+
]
|
|
2175
|
+
}
|
|
2176
|
+
},
|
|
2177
|
+
"propToVariantKeys": {},
|
|
2178
|
+
"motionVarPrefixes": []
|
|
2179
|
+
},
|
|
2180
|
+
"Menu.Item": {
|
|
2181
|
+
"name": "Menu.Item",
|
|
2182
|
+
"defaultProps": {},
|
|
2183
|
+
"getStylesLiterals": {
|
|
2184
|
+
"menuitemItemVariantRoot": "default",
|
|
2185
|
+
"menuitemItemVariantActiveRoot": "on",
|
|
2186
|
+
"menuitemItemVariantActiveRoot:1": "off",
|
|
2187
|
+
"menuitemItemVariantText": "default",
|
|
2188
|
+
"menuitemItemVariantActiveText": "on",
|
|
2189
|
+
"menuitemItemVariantActiveText:1": "off",
|
|
2190
|
+
"menuitemItemVariantIcon": "default",
|
|
2191
|
+
"menuitemItemVariantActiveIcon": "on",
|
|
2192
|
+
"menuitemItemVariantActiveIcon:1": "off"
|
|
2193
|
+
},
|
|
2194
|
+
"cxLiterals": [],
|
|
2195
|
+
"internalComponents": [
|
|
2196
|
+
"MenuItemBase"
|
|
2197
|
+
],
|
|
2198
|
+
"internalComponentProps": {},
|
|
2199
|
+
"propToVariantKeys": {},
|
|
2200
|
+
"motionVarPrefixes": []
|
|
2201
|
+
},
|
|
2202
|
+
"Menu.ItemBase": {
|
|
2203
|
+
"name": "Menu.ItemBase",
|
|
2204
|
+
"defaultProps": {
|
|
2205
|
+
"spacing": "0",
|
|
2206
|
+
"spacingHorizontal": "4",
|
|
2207
|
+
"spacingVertical": "3.5",
|
|
2208
|
+
"columnGap": "2",
|
|
2209
|
+
"alignItems": "center",
|
|
2210
|
+
"justifyContent": "space-between"
|
|
2211
|
+
},
|
|
2212
|
+
"getStylesLiterals": {
|
|
2213
|
+
"textAlign": "start",
|
|
2214
|
+
"menuitemSizeRoot": "default",
|
|
2215
|
+
"flexDirection": "row",
|
|
2216
|
+
"menuitemSizeStartIcon": "default",
|
|
2217
|
+
"menuitemSizeEndIcon": "default"
|
|
2218
|
+
},
|
|
2219
|
+
"cxLiterals": [
|
|
2220
|
+
"flex",
|
|
2221
|
+
"focus-visible:text-brand",
|
|
2222
|
+
"focus-visible:bg-brand-secondary",
|
|
2223
|
+
"focus-visible:z-10",
|
|
2224
|
+
"uds-ring",
|
|
2225
|
+
"!-outline-offset-2",
|
|
2226
|
+
"[&:not([aria-checked])]:cursor-default",
|
|
2227
|
+
"opacity-25",
|
|
2228
|
+
"cursor-not-allowed",
|
|
2229
|
+
"duration-20",
|
|
2230
|
+
"transition-[font-variation-settings]",
|
|
2231
|
+
"ease-in-out",
|
|
2232
|
+
"z-0",
|
|
2233
|
+
"uds-start-icon",
|
|
2234
|
+
"uds-end-icon"
|
|
2235
|
+
],
|
|
2236
|
+
"internalComponents": [
|
|
2237
|
+
"Pressable",
|
|
2238
|
+
"IconSlot",
|
|
2239
|
+
"RootComponent",
|
|
2240
|
+
"HStack",
|
|
2241
|
+
"AnimatePresence"
|
|
2242
|
+
],
|
|
2243
|
+
"internalComponentProps": {
|
|
2244
|
+
"HStack": {
|
|
2245
|
+
"alignItems": [
|
|
2246
|
+
"center"
|
|
2247
|
+
],
|
|
2248
|
+
"width": [
|
|
2249
|
+
"full"
|
|
2250
|
+
]
|
|
2251
|
+
},
|
|
2252
|
+
"AnimatePresence": {
|
|
2253
|
+
"mode": [
|
|
2254
|
+
"popLayout"
|
|
2327
2255
|
]
|
|
2328
2256
|
}
|
|
2329
2257
|
},
|
|
2330
2258
|
"propToVariantKeys": {
|
|
2331
|
-
"size": [
|
|
2332
|
-
"inputSizeRoot",
|
|
2333
|
-
"inputSizeInputWrapper",
|
|
2334
|
-
"inputSizeInput",
|
|
2335
|
-
"inputSizeLabel",
|
|
2336
|
-
"inputSizeStartIcon",
|
|
2337
|
-
"inputSizeEndIcon"
|
|
2338
|
-
],
|
|
2339
2259
|
"startIcon": [
|
|
2340
2260
|
"icon"
|
|
2341
2261
|
],
|
|
2342
2262
|
"endIcon": [
|
|
2343
2263
|
"icon"
|
|
2344
2264
|
],
|
|
2345
|
-
"
|
|
2346
|
-
"
|
|
2265
|
+
"columnGap": [
|
|
2266
|
+
"gap"
|
|
2347
2267
|
]
|
|
2348
2268
|
},
|
|
2349
2269
|
"motionVarPrefixes": []
|
|
2350
2270
|
},
|
|
2351
|
-
"
|
|
2352
|
-
"name": "
|
|
2353
|
-
"defaultProps": {
|
|
2354
|
-
"size": "md"
|
|
2355
|
-
},
|
|
2271
|
+
"Menu.ItemCheckbox": {
|
|
2272
|
+
"name": "Menu.ItemCheckbox",
|
|
2273
|
+
"defaultProps": {},
|
|
2356
2274
|
"getStylesLiterals": {
|
|
2357
|
-
"
|
|
2358
|
-
"
|
|
2359
|
-
"
|
|
2275
|
+
"menuitemItemCheckboxVariantRoot": "default",
|
|
2276
|
+
"menuitemItemCheckboxVariantActiveRoot": "on",
|
|
2277
|
+
"menuitemItemCheckboxVariantActiveRoot:1": "off",
|
|
2278
|
+
"menuitemItemCheckboxVariantText": "default",
|
|
2279
|
+
"menuitemItemCheckboxVariantActiveText": "on",
|
|
2280
|
+
"menuitemItemCheckboxVariantActiveText:1": "off",
|
|
2281
|
+
"menuitemItemCheckboxVariantStartIcon": "default",
|
|
2282
|
+
"menuitemItemCheckboxVariantActiveStartIcon": "on",
|
|
2283
|
+
"menuitemItemCheckboxVariantActiveStartIcon:1": "off",
|
|
2284
|
+
"menuitemItemCheckboxVariantEndIcon": "default",
|
|
2285
|
+
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
2286
|
+
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
2360
2287
|
},
|
|
2288
|
+
"cxLiterals": [
|
|
2289
|
+
"uds-menu-item-checkbox"
|
|
2290
|
+
],
|
|
2291
|
+
"internalComponents": [
|
|
2292
|
+
"MenuItemBase"
|
|
2293
|
+
],
|
|
2294
|
+
"internalComponentProps": {},
|
|
2295
|
+
"propToVariantKeys": {},
|
|
2296
|
+
"motionVarPrefixes": []
|
|
2297
|
+
},
|
|
2298
|
+
"Menu.Provider": {
|
|
2299
|
+
"name": "Menu.Provider",
|
|
2300
|
+
"defaultProps": {},
|
|
2301
|
+
"getStylesLiterals": {},
|
|
2361
2302
|
"cxLiterals": [],
|
|
2362
2303
|
"internalComponents": [
|
|
2363
|
-
"
|
|
2304
|
+
"AriakitMenuProvider",
|
|
2305
|
+
"SpringMotionConfig"
|
|
2306
|
+
],
|
|
2307
|
+
"internalComponentProps": {},
|
|
2308
|
+
"propToVariantKeys": {},
|
|
2309
|
+
"motionVarPrefixes": [
|
|
2310
|
+
"--uds-motion-subtle-3-",
|
|
2311
|
+
"--uds-motion-smooth-3-"
|
|
2312
|
+
]
|
|
2313
|
+
},
|
|
2314
|
+
"Menu.Trigger": {
|
|
2315
|
+
"name": "Menu.Trigger",
|
|
2316
|
+
"defaultProps": {},
|
|
2317
|
+
"getStylesLiterals": {},
|
|
2318
|
+
"cxLiterals": [
|
|
2319
|
+
"uds-menu-trigger"
|
|
2320
|
+
],
|
|
2321
|
+
"internalComponents": [
|
|
2322
|
+
"AriakitMenuTrigger",
|
|
2364
2323
|
"Box"
|
|
2365
2324
|
],
|
|
2366
2325
|
"internalComponentProps": {
|
|
2367
2326
|
"Box": {
|
|
2368
|
-
"
|
|
2369
|
-
"
|
|
2327
|
+
"className": [
|
|
2328
|
+
"uds-ring h-fit w-fit"
|
|
2370
2329
|
]
|
|
2371
2330
|
}
|
|
2372
2331
|
},
|
|
2373
|
-
"propToVariantKeys": {
|
|
2374
|
-
"size": [
|
|
2375
|
-
"inputSizeRoot"
|
|
2376
|
-
]
|
|
2377
|
-
},
|
|
2332
|
+
"propToVariantKeys": {},
|
|
2378
2333
|
"motionVarPrefixes": []
|
|
2379
2334
|
},
|
|
2380
|
-
"
|
|
2381
|
-
"name": "
|
|
2335
|
+
"Menu.index": {
|
|
2336
|
+
"name": "Menu.index",
|
|
2382
2337
|
"defaultProps": {},
|
|
2383
|
-
"getStylesLiterals": {
|
|
2384
|
-
"inputVariantHelperText": "default",
|
|
2385
|
-
"inputVariantValueHelperText": "empty",
|
|
2386
|
-
"inputVariantValueHelperText:1": "filled",
|
|
2387
|
-
"inputVariantHelperIcon": "default",
|
|
2388
|
-
"inputVariantValueHelperIcon": "empty",
|
|
2389
|
-
"inputVariantValueHelperIcon:1": "filled"
|
|
2390
|
-
},
|
|
2338
|
+
"getStylesLiterals": {},
|
|
2391
2339
|
"cxLiterals": [],
|
|
2392
|
-
"internalComponents": [
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
],
|
|
2396
|
-
"internalComponentProps": {
|
|
2397
|
-
"HStack": {
|
|
2398
|
-
"gap": [
|
|
2399
|
-
"1"
|
|
2400
|
-
],
|
|
2401
|
-
"alignItems": [
|
|
2402
|
-
"center"
|
|
2403
|
-
]
|
|
2404
|
-
}
|
|
2405
|
-
},
|
|
2406
|
-
"propToVariantKeys": {
|
|
2407
|
-
"size": [
|
|
2408
|
-
"inputSizeHelperText",
|
|
2409
|
-
"inputSizeHelperIcon"
|
|
2410
|
-
],
|
|
2411
|
-
"startIcon": [
|
|
2412
|
-
"icon"
|
|
2413
|
-
],
|
|
2414
|
-
"endIcon": [
|
|
2415
|
-
"icon"
|
|
2416
|
-
]
|
|
2417
|
-
},
|
|
2340
|
+
"internalComponents": [],
|
|
2341
|
+
"internalComponentProps": {},
|
|
2342
|
+
"propToVariantKeys": {},
|
|
2418
2343
|
"motionVarPrefixes": []
|
|
2419
2344
|
},
|
|
2420
|
-
"
|
|
2421
|
-
"name": "
|
|
2345
|
+
"Menu": {
|
|
2346
|
+
"name": "Menu",
|
|
2422
2347
|
"defaultProps": {},
|
|
2423
2348
|
"getStylesLiterals": {},
|
|
2424
2349
|
"cxLiterals": [],
|
|
2425
|
-
"internalComponents": [
|
|
2426
|
-
"UDSBreakpointsConfigProvider",
|
|
2427
|
-
"UDSBottomSheetConfigProvider",
|
|
2428
|
-
"UDSToastConfigProvider",
|
|
2429
|
-
"UDSTooltipConfigProvider",
|
|
2430
|
-
"UDSPopoverConfigProvider"
|
|
2431
|
-
],
|
|
2350
|
+
"internalComponents": [],
|
|
2432
2351
|
"internalComponentProps": {},
|
|
2433
2352
|
"propToVariantKeys": {},
|
|
2434
2353
|
"motionVarPrefixes": []
|
|
2435
2354
|
},
|
|
2436
|
-
"
|
|
2437
|
-
"name": "
|
|
2355
|
+
"Popover": {
|
|
2356
|
+
"name": "Popover",
|
|
2438
2357
|
"defaultProps": {},
|
|
2439
2358
|
"getStylesLiterals": {},
|
|
2440
2359
|
"cxLiterals": [],
|
|
2441
2360
|
"internalComponents": [
|
|
2442
|
-
"
|
|
2361
|
+
"PopoverInternalContext.Provider",
|
|
2362
|
+
"PopoverProvider"
|
|
2443
2363
|
],
|
|
2444
2364
|
"internalComponentProps": {},
|
|
2445
2365
|
"propToVariantKeys": {},
|
|
2446
2366
|
"motionVarPrefixes": []
|
|
2447
2367
|
},
|
|
2448
|
-
"
|
|
2449
|
-
"name": "
|
|
2450
|
-
"defaultProps": {
|
|
2451
|
-
|
|
2368
|
+
"PopoverContent": {
|
|
2369
|
+
"name": "PopoverContent",
|
|
2370
|
+
"defaultProps": {},
|
|
2371
|
+
"getStylesLiterals": {
|
|
2372
|
+
"popoverSizeRoot": "default",
|
|
2373
|
+
"popoverVariantRoot": "default",
|
|
2374
|
+
"display": "flex",
|
|
2375
|
+
"position": "absolute",
|
|
2376
|
+
"spacingTop": "0",
|
|
2377
|
+
"spacingStart": "0",
|
|
2378
|
+
"spacingBottom": "0",
|
|
2379
|
+
"spacingEnd": "0",
|
|
2380
|
+
"popoverSizeSvgBase": "default",
|
|
2381
|
+
"popoverVariantSvgBase": "default",
|
|
2382
|
+
"popoverSizeSvgBorder": "default",
|
|
2383
|
+
"popoverVariantSvgBorder": "default",
|
|
2384
|
+
"popoverVariantBlur": "default",
|
|
2385
|
+
"width": "full",
|
|
2386
|
+
"height": "full",
|
|
2387
|
+
"flexShrink": "0",
|
|
2388
|
+
"borderRadius": "full",
|
|
2389
|
+
"alignItems": "center",
|
|
2390
|
+
"justifyContent": "center",
|
|
2391
|
+
"popoverVariantCloseIcon": "default",
|
|
2392
|
+
"popoverSizeCloseIcon": "default"
|
|
2452
2393
|
},
|
|
2453
|
-
"getStylesLiterals": {},
|
|
2454
2394
|
"cxLiterals": [
|
|
2455
|
-
"
|
|
2395
|
+
"z-[9999]",
|
|
2396
|
+
"outline-none",
|
|
2397
|
+
"focus-visible:outline-none",
|
|
2398
|
+
"uds-bgBlurFillFallback",
|
|
2399
|
+
"uds-bgBlurFallback",
|
|
2400
|
+
"top-0",
|
|
2401
|
+
"left-0",
|
|
2402
|
+
"z-[1]",
|
|
2403
|
+
"duration-0",
|
|
2404
|
+
"duration-120",
|
|
2405
|
+
"transition-[background-color]",
|
|
2406
|
+
"bg-carbon-15/0",
|
|
2407
|
+
"hover:bg-carbon-15/10",
|
|
2408
|
+
"active:bg-carbon-15/15",
|
|
2409
|
+
"uds-ring",
|
|
2410
|
+
"absolute",
|
|
2411
|
+
"z-[4]"
|
|
2456
2412
|
],
|
|
2457
2413
|
"internalComponents": [
|
|
2458
|
-
"
|
|
2414
|
+
"PopoverDismiss",
|
|
2415
|
+
"IconSlot",
|
|
2416
|
+
"PopoverArrow",
|
|
2417
|
+
"Popover",
|
|
2418
|
+
"SvgFloatingOverlay",
|
|
2419
|
+
"Box",
|
|
2420
|
+
"Pressable"
|
|
2421
|
+
],
|
|
2422
|
+
"internalComponentProps": {},
|
|
2423
|
+
"propToVariantKeys": {
|
|
2424
|
+
"closeIcon": [
|
|
2425
|
+
"icon"
|
|
2426
|
+
]
|
|
2427
|
+
},
|
|
2428
|
+
"motionVarPrefixes": []
|
|
2429
|
+
},
|
|
2430
|
+
"PopoverContext": {
|
|
2431
|
+
"name": "PopoverContext",
|
|
2432
|
+
"defaultProps": {},
|
|
2433
|
+
"getStylesLiterals": {},
|
|
2434
|
+
"cxLiterals": [],
|
|
2435
|
+
"internalComponents": [],
|
|
2436
|
+
"internalComponentProps": {},
|
|
2437
|
+
"propToVariantKeys": {},
|
|
2438
|
+
"motionVarPrefixes": []
|
|
2439
|
+
},
|
|
2440
|
+
"PopoverTrigger": {
|
|
2441
|
+
"name": "PopoverTrigger",
|
|
2442
|
+
"defaultProps": {},
|
|
2443
|
+
"getStylesLiterals": {},
|
|
2444
|
+
"cxLiterals": [],
|
|
2445
|
+
"internalComponents": [
|
|
2446
|
+
"PopoverDisclosure"
|
|
2459
2447
|
],
|
|
2460
2448
|
"internalComponentProps": {
|
|
2461
|
-
"
|
|
2462
|
-
"
|
|
2463
|
-
"
|
|
2449
|
+
"PopoverDisclosure": {
|
|
2450
|
+
"className": [
|
|
2451
|
+
"inline"
|
|
2464
2452
|
]
|
|
2465
2453
|
}
|
|
2466
2454
|
},
|
|
2467
2455
|
"propToVariantKeys": {
|
|
2468
|
-
"
|
|
2469
|
-
"
|
|
2470
|
-
"chipLinkVariantIcon"
|
|
2456
|
+
"children": [
|
|
2457
|
+
"render"
|
|
2471
2458
|
]
|
|
2472
2459
|
},
|
|
2473
2460
|
"motionVarPrefixes": []
|
|
2474
2461
|
},
|
|
2475
|
-
"
|
|
2476
|
-
"name": "
|
|
2477
|
-
"defaultProps": {
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
"getStylesLiterals": {},
|
|
2481
|
-
"cxLiterals": [
|
|
2482
|
-
"uds-chip-dismissible-button",
|
|
2483
|
-
"uds-hit-target",
|
|
2484
|
-
"uds-ring",
|
|
2485
|
-
"rounded-full"
|
|
2486
|
-
],
|
|
2462
|
+
"UDSPopoverConfigProvider": {
|
|
2463
|
+
"name": "UDSPopoverConfigProvider",
|
|
2464
|
+
"defaultProps": {},
|
|
2465
|
+
"getStylesLiterals": {},
|
|
2466
|
+
"cxLiterals": [],
|
|
2487
2467
|
"internalComponents": [
|
|
2488
|
-
"
|
|
2489
|
-
"IconSlot",
|
|
2490
|
-
"Pressable"
|
|
2468
|
+
"PopoverContext.Provider"
|
|
2491
2469
|
],
|
|
2492
2470
|
"internalComponentProps": {},
|
|
2493
|
-
"propToVariantKeys": {
|
|
2494
|
-
"variant": [
|
|
2495
|
-
"chipDismissibleVariantRoot",
|
|
2496
|
-
"chipDismissibleVariantIcon"
|
|
2497
|
-
],
|
|
2498
|
-
"dismissButtonAriaLabel": [
|
|
2499
|
-
"aria-label"
|
|
2500
|
-
]
|
|
2501
|
-
},
|
|
2471
|
+
"propToVariantKeys": {},
|
|
2502
2472
|
"motionVarPrefixes": []
|
|
2503
2473
|
},
|
|
2504
|
-
"
|
|
2505
|
-
"name": "
|
|
2474
|
+
"Radio": {
|
|
2475
|
+
"name": "Radio",
|
|
2506
2476
|
"defaultProps": {
|
|
2477
|
+
"labelPosition": "start",
|
|
2507
2478
|
"variant": "primary",
|
|
2508
|
-
"
|
|
2479
|
+
"size": "md",
|
|
2480
|
+
"value": ""
|
|
2509
2481
|
},
|
|
2510
2482
|
"getStylesLiterals": {
|
|
2511
|
-
"
|
|
2512
|
-
"
|
|
2483
|
+
"radioVariantValueRoot": "checked",
|
|
2484
|
+
"radioVariantValueRoot:1": "unchecked",
|
|
2485
|
+
"display": "flex",
|
|
2486
|
+
"flexDirection": "row",
|
|
2487
|
+
"flexDirection:1": "row-reverse",
|
|
2488
|
+
"alignItems": "center",
|
|
2489
|
+
"radioVariantValueRadio": "checked",
|
|
2490
|
+
"radioVariantValueRadio:1": "unchecked",
|
|
2491
|
+
"radioVariantValueRadioCircle": "checked",
|
|
2492
|
+
"radioVariantValueRadioCircle:1": "unchecked"
|
|
2513
2493
|
},
|
|
2514
2494
|
"cxLiterals": [
|
|
2515
|
-
"
|
|
2495
|
+
"cursor-pointer",
|
|
2496
|
+
"cursor-default",
|
|
2497
|
+
"opacity-50",
|
|
2498
|
+
"border",
|
|
2499
|
+
"uds-ring",
|
|
2500
|
+
"uds-ring-within",
|
|
2501
|
+
"transition-[background-color,border-color]",
|
|
2502
|
+
"transition-shadow",
|
|
2503
|
+
"pointer-events-none",
|
|
2504
|
+
"w-[8px]",
|
|
2505
|
+
"h-[8px]",
|
|
2506
|
+
"transition-opacity",
|
|
2507
|
+
"cursor-[inherit]",
|
|
2508
|
+
"absolute",
|
|
2509
|
+
"opacity-0",
|
|
2510
|
+
"top-1/2",
|
|
2511
|
+
"left-1/2",
|
|
2512
|
+
"w-[calc(100%+2px)]",
|
|
2513
|
+
"h-[calc(100%+2px)]",
|
|
2514
|
+
"transform",
|
|
2515
|
+
"translate-x-[-50%]",
|
|
2516
|
+
"translate-y-[-50%]",
|
|
2517
|
+
"text-start",
|
|
2518
|
+
"text-end"
|
|
2516
2519
|
],
|
|
2517
2520
|
"internalComponents": [
|
|
2518
|
-
"
|
|
2521
|
+
"Box",
|
|
2522
|
+
"FormLabel",
|
|
2523
|
+
"SpringMotionConfig",
|
|
2524
|
+
"RootElement",
|
|
2525
|
+
"MotionBox"
|
|
2519
2526
|
],
|
|
2520
2527
|
"internalComponentProps": {
|
|
2521
|
-
"
|
|
2528
|
+
"Box": {
|
|
2529
|
+
"borderRadius": [
|
|
2530
|
+
"full"
|
|
2531
|
+
]
|
|
2532
|
+
},
|
|
2533
|
+
"FormLabel": {
|
|
2522
2534
|
"as": [
|
|
2523
|
-
"
|
|
2535
|
+
"div"
|
|
2536
|
+
],
|
|
2537
|
+
"variant": [
|
|
2538
|
+
"inherit"
|
|
2539
|
+
],
|
|
2540
|
+
"color": [
|
|
2541
|
+
"inherit"
|
|
2542
|
+
]
|
|
2543
|
+
},
|
|
2544
|
+
"RootElement": {
|
|
2545
|
+
"data-testid": [
|
|
2546
|
+
"container"
|
|
2547
|
+
]
|
|
2548
|
+
},
|
|
2549
|
+
"MotionBox": {
|
|
2550
|
+
"position": [
|
|
2551
|
+
"relative"
|
|
2552
|
+
],
|
|
2553
|
+
"borderRadius": [
|
|
2554
|
+
"full"
|
|
2555
|
+
],
|
|
2556
|
+
"alignItems": [
|
|
2557
|
+
"center"
|
|
2558
|
+
],
|
|
2559
|
+
"justifyContent": [
|
|
2560
|
+
"center"
|
|
2561
|
+
],
|
|
2562
|
+
"flex": [
|
|
2563
|
+
"none"
|
|
2524
2564
|
]
|
|
2525
2565
|
}
|
|
2526
2566
|
},
|
|
2527
2567
|
"propToVariantKeys": {
|
|
2568
|
+
"size": [
|
|
2569
|
+
"radioSizeRoot",
|
|
2570
|
+
"radioSizeRadio"
|
|
2571
|
+
],
|
|
2528
2572
|
"variant": [
|
|
2529
|
-
"
|
|
2530
|
-
"
|
|
2573
|
+
"radioVariantRoot",
|
|
2574
|
+
"radioVariantRadio",
|
|
2575
|
+
"radioVariantRadioCircle"
|
|
2576
|
+
],
|
|
2577
|
+
"reduceMotion": [
|
|
2578
|
+
"reducedMotion"
|
|
2531
2579
|
]
|
|
2532
2580
|
},
|
|
2533
|
-
"motionVarPrefixes": [
|
|
2581
|
+
"motionVarPrefixes": [
|
|
2582
|
+
"--uds-motion-subtle-3-",
|
|
2583
|
+
"--uds-motion-smooth-3-"
|
|
2584
|
+
]
|
|
2534
2585
|
},
|
|
2535
|
-
"
|
|
2536
|
-
"name": "
|
|
2586
|
+
"RadioGroupProvider": {
|
|
2587
|
+
"name": "RadioGroupProvider",
|
|
2537
2588
|
"defaultProps": {},
|
|
2538
2589
|
"getStylesLiterals": {},
|
|
2539
2590
|
"cxLiterals": [],
|
|
2540
2591
|
"internalComponents": [
|
|
2541
|
-
"
|
|
2542
|
-
"
|
|
2543
|
-
"
|
|
2544
|
-
"ChipButton"
|
|
2592
|
+
"DivProps",
|
|
2593
|
+
"Comp",
|
|
2594
|
+
"RadioGroupContext.Provider"
|
|
2545
2595
|
],
|
|
2596
|
+
"internalComponentProps": {
|
|
2597
|
+
"Comp": {
|
|
2598
|
+
"role": [
|
|
2599
|
+
"radiogroup"
|
|
2600
|
+
]
|
|
2601
|
+
}
|
|
2602
|
+
},
|
|
2603
|
+
"propToVariantKeys": {},
|
|
2604
|
+
"motionVarPrefixes": []
|
|
2605
|
+
},
|
|
2606
|
+
"RadioGroupStore": {
|
|
2607
|
+
"name": "RadioGroupStore",
|
|
2608
|
+
"defaultProps": {},
|
|
2609
|
+
"getStylesLiterals": {},
|
|
2610
|
+
"cxLiterals": [],
|
|
2611
|
+
"internalComponents": [],
|
|
2546
2612
|
"internalComponentProps": {},
|
|
2547
2613
|
"propToVariantKeys": {},
|
|
2548
2614
|
"motionVarPrefixes": []
|
|
2549
2615
|
},
|
|
2550
|
-
"
|
|
2551
|
-
"name": "
|
|
2552
|
-
"defaultProps": {
|
|
2553
|
-
|
|
2554
|
-
"
|
|
2616
|
+
"Toast": {
|
|
2617
|
+
"name": "Toast",
|
|
2618
|
+
"defaultProps": {},
|
|
2619
|
+
"getStylesLiterals": {
|
|
2620
|
+
"className": "flex-none",
|
|
2621
|
+
"spacing": "2",
|
|
2622
|
+
"borderRadius": "full"
|
|
2555
2623
|
},
|
|
2556
|
-
"getStylesLiterals": {},
|
|
2557
2624
|
"cxLiterals": [
|
|
2558
|
-
"
|
|
2559
|
-
"
|
|
2560
|
-
"
|
|
2561
|
-
"
|
|
2562
|
-
"
|
|
2563
|
-
"
|
|
2564
|
-
"
|
|
2565
|
-
"whitespace-nowrap",
|
|
2566
|
-
"text-center",
|
|
2567
|
-
"flex-1"
|
|
2625
|
+
"duration-0",
|
|
2626
|
+
"duration-120",
|
|
2627
|
+
"transition-[background-color]",
|
|
2628
|
+
"bg-carbon-15/0",
|
|
2629
|
+
"hover:bg-carbon-15/10",
|
|
2630
|
+
"active:bg-carbon-15/15",
|
|
2631
|
+
"uds-ring"
|
|
2568
2632
|
],
|
|
2569
2633
|
"internalComponents": [
|
|
2570
2634
|
"IconSlot",
|
|
2571
|
-
"
|
|
2572
|
-
"
|
|
2573
|
-
"
|
|
2635
|
+
"ToastContainer",
|
|
2636
|
+
"Text",
|
|
2637
|
+
"Button",
|
|
2638
|
+
"Pressable"
|
|
2574
2639
|
],
|
|
2575
|
-
"internalComponentProps": {
|
|
2576
|
-
"Text": {
|
|
2577
|
-
"as": [
|
|
2578
|
-
"span"
|
|
2579
|
-
],
|
|
2580
|
-
"color": [
|
|
2581
|
-
"current"
|
|
2582
|
-
],
|
|
2583
|
-
"variant": [
|
|
2584
|
-
"inherit"
|
|
2585
|
-
]
|
|
2586
|
-
}
|
|
2587
|
-
},
|
|
2640
|
+
"internalComponentProps": {},
|
|
2588
2641
|
"propToVariantKeys": {
|
|
2589
2642
|
"size": [
|
|
2590
|
-
"
|
|
2591
|
-
"
|
|
2643
|
+
"toastSizeLabel",
|
|
2644
|
+
"toastSizeIcon",
|
|
2645
|
+
"toastSizeActionButton",
|
|
2646
|
+
"toastSizeCloseIcon"
|
|
2592
2647
|
],
|
|
2593
|
-
"
|
|
2594
|
-
"
|
|
2648
|
+
"variant": [
|
|
2649
|
+
"toastVariantIcon",
|
|
2650
|
+
"toastVariantActionButton",
|
|
2651
|
+
"toastVariantCloseIcon"
|
|
2595
2652
|
],
|
|
2596
|
-
"
|
|
2653
|
+
"closeIcon": [
|
|
2597
2654
|
"icon"
|
|
2655
|
+
],
|
|
2656
|
+
"onClickActionButton": [
|
|
2657
|
+
"onClick"
|
|
2598
2658
|
]
|
|
2599
2659
|
},
|
|
2600
2660
|
"motionVarPrefixes": []
|
|
2601
2661
|
},
|
|
2602
|
-
"
|
|
2603
|
-
"name": "
|
|
2604
|
-
"defaultProps": {
|
|
2605
|
-
|
|
2662
|
+
"ToastContainer": {
|
|
2663
|
+
"name": "ToastContainer",
|
|
2664
|
+
"defaultProps": {},
|
|
2665
|
+
"getStylesLiterals": {
|
|
2666
|
+
"position": "relative",
|
|
2667
|
+
"alignItems": "center",
|
|
2668
|
+
"display": "flex",
|
|
2669
|
+
"className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
|
|
2606
2670
|
},
|
|
2607
|
-
"getStylesLiterals": {},
|
|
2608
2671
|
"cxLiterals": [
|
|
2609
|
-
"
|
|
2672
|
+
"w-full"
|
|
2610
2673
|
],
|
|
2611
2674
|
"internalComponents": [
|
|
2612
|
-
"
|
|
2675
|
+
"HStack"
|
|
2613
2676
|
],
|
|
2614
2677
|
"internalComponentProps": {
|
|
2615
|
-
"
|
|
2616
|
-
"
|
|
2617
|
-
"
|
|
2678
|
+
"HStack": {
|
|
2679
|
+
"alignItems": [
|
|
2680
|
+
"center"
|
|
2681
|
+
],
|
|
2682
|
+
"justifyContent": [
|
|
2683
|
+
"space-between"
|
|
2684
|
+
],
|
|
2685
|
+
"overflow": [
|
|
2686
|
+
"hidden"
|
|
2687
|
+
],
|
|
2688
|
+
"position": [
|
|
2689
|
+
"relative"
|
|
2618
2690
|
]
|
|
2619
2691
|
}
|
|
2620
2692
|
},
|
|
2621
2693
|
"propToVariantKeys": {
|
|
2622
2694
|
"variant": [
|
|
2623
|
-
"
|
|
2624
|
-
|
|
2695
|
+
"toastVariantRoot"
|
|
2696
|
+
],
|
|
2697
|
+
"size": [
|
|
2698
|
+
"toastSizeRoot"
|
|
2625
2699
|
]
|
|
2626
2700
|
},
|
|
2627
2701
|
"motionVarPrefixes": []
|
|
2628
2702
|
},
|
|
2629
|
-
"
|
|
2630
|
-
"name": "
|
|
2703
|
+
"ToastPortal": {
|
|
2704
|
+
"name": "ToastPortal",
|
|
2631
2705
|
"defaultProps": {},
|
|
2632
|
-
"getStylesLiterals": {
|
|
2633
|
-
"menuitemItemVariantRoot": "default",
|
|
2634
|
-
"menuitemItemVariantActiveRoot": "on",
|
|
2635
|
-
"menuitemItemVariantActiveRoot:1": "off",
|
|
2636
|
-
"menuitemItemVariantText": "default",
|
|
2637
|
-
"menuitemItemVariantActiveText": "on",
|
|
2638
|
-
"menuitemItemVariantActiveText:1": "off",
|
|
2639
|
-
"menuitemItemVariantIcon": "default",
|
|
2640
|
-
"menuitemItemVariantActiveIcon": "on",
|
|
2641
|
-
"menuitemItemVariantActiveIcon:1": "off"
|
|
2642
|
-
},
|
|
2706
|
+
"getStylesLiterals": {},
|
|
2643
2707
|
"cxLiterals": [],
|
|
2644
2708
|
"internalComponents": [
|
|
2645
|
-
"
|
|
2709
|
+
"ReactToastifyToastContainer"
|
|
2646
2710
|
],
|
|
2647
2711
|
"internalComponentProps": {},
|
|
2648
2712
|
"propToVariantKeys": {},
|
|
2649
2713
|
"motionVarPrefixes": []
|
|
2650
2714
|
},
|
|
2651
|
-
"
|
|
2652
|
-
"name": "
|
|
2715
|
+
"UDSToastConfigProvider": {
|
|
2716
|
+
"name": "UDSToastConfigProvider",
|
|
2653
2717
|
"defaultProps": {},
|
|
2654
2718
|
"getStylesLiterals": {},
|
|
2655
2719
|
"cxLiterals": [],
|
|
2656
2720
|
"internalComponents": [
|
|
2657
|
-
"
|
|
2658
|
-
"SpringMotionConfig"
|
|
2721
|
+
"ToastContext.Provider"
|
|
2659
2722
|
],
|
|
2660
2723
|
"internalComponentProps": {},
|
|
2661
2724
|
"propToVariantKeys": {},
|
|
2662
|
-
"motionVarPrefixes": [
|
|
2663
|
-
"--uds-motion-subtle-3-",
|
|
2664
|
-
"--uds-motion-smooth-3-"
|
|
2665
|
-
]
|
|
2725
|
+
"motionVarPrefixes": []
|
|
2666
2726
|
},
|
|
2667
|
-
"
|
|
2668
|
-
"name": "
|
|
2669
|
-
"defaultProps": {
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
"
|
|
2674
|
-
"
|
|
2675
|
-
|
|
2676
|
-
},
|
|
2727
|
+
"Tooltip": {
|
|
2728
|
+
"name": "Tooltip",
|
|
2729
|
+
"defaultProps": {},
|
|
2730
|
+
"getStylesLiterals": {},
|
|
2731
|
+
"cxLiterals": [],
|
|
2732
|
+
"internalComponents": [
|
|
2733
|
+
"TooltipInternalContext.Provider",
|
|
2734
|
+
"TooltipProvider"
|
|
2735
|
+
],
|
|
2736
|
+
"internalComponentProps": {},
|
|
2737
|
+
"propToVariantKeys": {},
|
|
2738
|
+
"motionVarPrefixes": []
|
|
2739
|
+
},
|
|
2740
|
+
"TooltipContent": {
|
|
2741
|
+
"name": "TooltipContent",
|
|
2742
|
+
"defaultProps": {},
|
|
2677
2743
|
"getStylesLiterals": {
|
|
2678
|
-
"
|
|
2679
|
-
"
|
|
2680
|
-
"
|
|
2681
|
-
"
|
|
2682
|
-
"
|
|
2744
|
+
"tooltipSizeRoot": "default",
|
|
2745
|
+
"tooltipVariantRoot": "default",
|
|
2746
|
+
"tooltipSizeSvg": "default",
|
|
2747
|
+
"tooltipVariantSvg": "default",
|
|
2748
|
+
"tooltipVariantBlur": "default",
|
|
2749
|
+
"position": "absolute",
|
|
2750
|
+
"width": "full",
|
|
2751
|
+
"height": "full",
|
|
2752
|
+
"tooltipSizeTitle": "default",
|
|
2753
|
+
"tooltipSizeBody": "default",
|
|
2754
|
+
"tooltipSizeEndContent": "default",
|
|
2755
|
+
"tooltipSizeIcon": "default",
|
|
2756
|
+
"tooltipVariantIcon": "default"
|
|
2683
2757
|
},
|
|
2684
2758
|
"cxLiterals": [
|
|
2759
|
+
"max-w-lg",
|
|
2685
2760
|
"flex",
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2688
|
-
"
|
|
2689
|
-
"
|
|
2690
|
-
"
|
|
2691
|
-
"[
|
|
2692
|
-
"opacity-25",
|
|
2693
|
-
"cursor-not-allowed",
|
|
2694
|
-
"duration-20",
|
|
2695
|
-
"transition-[font-variation-settings]",
|
|
2696
|
-
"ease-in-out",
|
|
2697
|
-
"z-0",
|
|
2698
|
-
"uds-start-icon",
|
|
2699
|
-
"uds-end-icon"
|
|
2761
|
+
"z-[9999]",
|
|
2762
|
+
"uds-bgBlurFillFallback",
|
|
2763
|
+
"uds-bgBlurFallback",
|
|
2764
|
+
"top-0",
|
|
2765
|
+
"left-0",
|
|
2766
|
+
"z-[1]"
|
|
2700
2767
|
],
|
|
2701
2768
|
"internalComponents": [
|
|
2702
|
-
"Pressable",
|
|
2703
2769
|
"IconSlot",
|
|
2704
|
-
"
|
|
2705
|
-
"
|
|
2706
|
-
"
|
|
2770
|
+
"TooltipArrow",
|
|
2771
|
+
"Tooltip",
|
|
2772
|
+
"SvgFloatingOverlay",
|
|
2773
|
+
"VStack",
|
|
2774
|
+
"Box",
|
|
2775
|
+
"Text"
|
|
2707
2776
|
],
|
|
2708
2777
|
"internalComponentProps": {
|
|
2709
|
-
"
|
|
2778
|
+
"VStack": {
|
|
2779
|
+
"className": [
|
|
2780
|
+
"gap-[inherit]"
|
|
2781
|
+
]
|
|
2782
|
+
},
|
|
2783
|
+
"Box": {
|
|
2710
2784
|
"alignItems": [
|
|
2711
2785
|
"center"
|
|
2712
2786
|
],
|
|
2713
|
-
"
|
|
2714
|
-
"
|
|
2787
|
+
"columnGap": [
|
|
2788
|
+
"1",
|
|
2789
|
+
"1.5"
|
|
2715
2790
|
]
|
|
2716
2791
|
},
|
|
2717
|
-
"
|
|
2718
|
-
"
|
|
2719
|
-
"
|
|
2792
|
+
"Text": {
|
|
2793
|
+
"color": [
|
|
2794
|
+
"inherit"
|
|
2720
2795
|
]
|
|
2721
2796
|
}
|
|
2722
2797
|
},
|
|
2723
2798
|
"propToVariantKeys": {
|
|
2724
|
-
"
|
|
2725
|
-
"icon"
|
|
2726
|
-
],
|
|
2727
|
-
"endIcon": [
|
|
2799
|
+
"startTitleIcon": [
|
|
2728
2800
|
"icon"
|
|
2729
|
-
],
|
|
2730
|
-
"columnGap": [
|
|
2731
|
-
"gap"
|
|
2732
2801
|
]
|
|
2733
2802
|
},
|
|
2734
2803
|
"motionVarPrefixes": []
|
|
2735
2804
|
},
|
|
2736
|
-
"
|
|
2737
|
-
"name": "
|
|
2805
|
+
"TooltipTrigger": {
|
|
2806
|
+
"name": "TooltipTrigger",
|
|
2738
2807
|
"defaultProps": {},
|
|
2739
2808
|
"getStylesLiterals": {},
|
|
2740
|
-
"cxLiterals": [
|
|
2741
|
-
"uds-menu-trigger"
|
|
2742
|
-
],
|
|
2809
|
+
"cxLiterals": [],
|
|
2743
2810
|
"internalComponents": [
|
|
2744
|
-
"
|
|
2745
|
-
"Box"
|
|
2811
|
+
"TooltipAnchor"
|
|
2746
2812
|
],
|
|
2747
2813
|
"internalComponentProps": {
|
|
2748
|
-
"
|
|
2814
|
+
"TooltipAnchor": {
|
|
2749
2815
|
"className": [
|
|
2750
|
-
"
|
|
2816
|
+
"inline"
|
|
2751
2817
|
]
|
|
2752
2818
|
}
|
|
2753
2819
|
},
|
|
2754
|
-
"propToVariantKeys": {},
|
|
2755
|
-
"motionVarPrefixes": []
|
|
2756
|
-
},
|
|
2757
|
-
"Menu.index": {
|
|
2758
|
-
"name": "Menu.index",
|
|
2759
|
-
"defaultProps": {},
|
|
2760
|
-
"getStylesLiterals": {},
|
|
2761
|
-
"cxLiterals": [],
|
|
2762
|
-
"internalComponents": [],
|
|
2763
|
-
"internalComponentProps": {},
|
|
2764
|
-
"propToVariantKeys": {},
|
|
2765
|
-
"motionVarPrefixes": []
|
|
2766
|
-
},
|
|
2767
|
-
"Menu.Content": {
|
|
2768
|
-
"name": "Menu.Content",
|
|
2769
|
-
"defaultProps": {
|
|
2770
|
-
"size": "default",
|
|
2771
|
-
"variant": "default",
|
|
2772
|
-
"gutter": "1"
|
|
2773
|
-
},
|
|
2774
|
-
"getStylesLiterals": {},
|
|
2775
|
-
"cxLiterals": [
|
|
2776
|
-
"uds-menu-content",
|
|
2777
|
-
"transition-shadow",
|
|
2778
|
-
"duration-200",
|
|
2779
|
-
"ease-in-out",
|
|
2780
|
-
"min-w-60",
|
|
2781
|
-
"max-w-lg",
|
|
2782
|
-
"max-h-96",
|
|
2783
|
-
"overflow-auto",
|
|
2784
|
-
"uds-ring",
|
|
2785
|
-
"z-10",
|
|
2786
|
-
"group"
|
|
2787
|
-
],
|
|
2788
|
-
"internalComponents": [
|
|
2789
|
-
"AriakitMenu",
|
|
2790
|
-
"AnimatePresence",
|
|
2791
|
-
"MotionVStack"
|
|
2792
|
-
],
|
|
2793
|
-
"internalComponentProps": {},
|
|
2794
2820
|
"propToVariantKeys": {
|
|
2795
|
-
"
|
|
2796
|
-
"
|
|
2797
|
-
],
|
|
2798
|
-
"variant": [
|
|
2799
|
-
"menucontentVariantRoot"
|
|
2821
|
+
"children": [
|
|
2822
|
+
"render"
|
|
2800
2823
|
]
|
|
2801
2824
|
},
|
|
2802
2825
|
"motionVarPrefixes": []
|
|
2803
2826
|
},
|
|
2804
|
-
"
|
|
2805
|
-
"name": "
|
|
2806
|
-
"defaultProps": {
|
|
2807
|
-
|
|
2808
|
-
"contentPosition": "start",
|
|
2809
|
-
"gap": "4"
|
|
2810
|
-
},
|
|
2811
|
-
"getStylesLiterals": {
|
|
2812
|
-
"menuitemDividerVariantRoot": "default",
|
|
2813
|
-
"menuitemDividerVariantText": "default",
|
|
2814
|
-
"menuitemDividerVariantLine": "default"
|
|
2815
|
-
},
|
|
2827
|
+
"UDSTooltipConfigProvider": {
|
|
2828
|
+
"name": "UDSTooltipConfigProvider",
|
|
2829
|
+
"defaultProps": {},
|
|
2830
|
+
"getStylesLiterals": {},
|
|
2816
2831
|
"cxLiterals": [],
|
|
2817
2832
|
"internalComponents": [
|
|
2818
|
-
"
|
|
2833
|
+
"TooltipContext.Provider"
|
|
2819
2834
|
],
|
|
2820
|
-
"internalComponentProps": {
|
|
2821
|
-
"DividerInternal": {
|
|
2822
|
-
"variant": [
|
|
2823
|
-
"inherit"
|
|
2824
|
-
]
|
|
2825
|
-
}
|
|
2826
|
-
},
|
|
2835
|
+
"internalComponentProps": {},
|
|
2827
2836
|
"propToVariantKeys": {},
|
|
2828
2837
|
"motionVarPrefixes": []
|
|
2829
2838
|
},
|
|
2830
|
-
"
|
|
2831
|
-
"name": "
|
|
2839
|
+
"UDSBreakpointsConfigProvider": {
|
|
2840
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
2832
2841
|
"defaultProps": {},
|
|
2833
2842
|
"getStylesLiterals": {},
|
|
2834
2843
|
"cxLiterals": [],
|
|
2835
|
-
"internalComponents": [
|
|
2844
|
+
"internalComponents": [
|
|
2845
|
+
"UDSBreakpointsConfigContext.Provider"
|
|
2846
|
+
],
|
|
2836
2847
|
"internalComponentProps": {},
|
|
2837
2848
|
"propToVariantKeys": {},
|
|
2838
2849
|
"motionVarPrefixes": []
|
|
2839
2850
|
},
|
|
2840
|
-
"
|
|
2841
|
-
"name": "
|
|
2851
|
+
"UDSConfigProvider": {
|
|
2852
|
+
"name": "UDSConfigProvider",
|
|
2842
2853
|
"defaultProps": {},
|
|
2843
|
-
"getStylesLiterals": {
|
|
2844
|
-
|
|
2845
|
-
"menuitemItemCheckboxVariantActiveRoot": "on",
|
|
2846
|
-
"menuitemItemCheckboxVariantActiveRoot:1": "off",
|
|
2847
|
-
"menuitemItemCheckboxVariantText": "default",
|
|
2848
|
-
"menuitemItemCheckboxVariantActiveText": "on",
|
|
2849
|
-
"menuitemItemCheckboxVariantActiveText:1": "off",
|
|
2850
|
-
"menuitemItemCheckboxVariantStartIcon": "default",
|
|
2851
|
-
"menuitemItemCheckboxVariantActiveStartIcon": "on",
|
|
2852
|
-
"menuitemItemCheckboxVariantActiveStartIcon:1": "off",
|
|
2853
|
-
"menuitemItemCheckboxVariantEndIcon": "default",
|
|
2854
|
-
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
2855
|
-
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
2856
|
-
},
|
|
2857
|
-
"cxLiterals": [
|
|
2858
|
-
"uds-menu-item-checkbox"
|
|
2859
|
-
],
|
|
2854
|
+
"getStylesLiterals": {},
|
|
2855
|
+
"cxLiterals": [],
|
|
2860
2856
|
"internalComponents": [
|
|
2861
|
-
"
|
|
2857
|
+
"UDSBreakpointsConfigProvider",
|
|
2858
|
+
"UDSBottomSheetConfigProvider",
|
|
2859
|
+
"UDSToastConfigProvider",
|
|
2860
|
+
"UDSTooltipConfigProvider",
|
|
2861
|
+
"UDSPopoverConfigProvider"
|
|
2862
2862
|
],
|
|
2863
2863
|
"internalComponentProps": {},
|
|
2864
2864
|
"propToVariantKeys": {},
|