@yahoo/uds 3.116.2 → 3.117.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automated-config/dist/generated/autoVariants.cjs +11 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +11 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +11 -0
- package/dist/automated-config/dist/generated/autoVariants.js +11 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +1890 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +208 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +208 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +1890 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +83 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +83 -0
- package/dist/cli/commands/sync.cjs +6 -0
- package/dist/cli/commands/sync.js +6 -0
- package/dist/components/Scrim.cjs +0 -2
- package/dist/components/Scrim.js +0 -2
- package/dist/components/SvgFloatingOverlay.cjs +122 -0
- package/dist/components/SvgFloatingOverlay.d.cts +42 -0
- package/dist/components/SvgFloatingOverlay.d.ts +42 -0
- package/dist/components/SvgFloatingOverlay.js +120 -0
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Popover/Popover.cjs +96 -0
- package/dist/components/client/Popover/Popover.d.cts +55 -0
- package/dist/components/client/Popover/Popover.d.ts +55 -0
- package/dist/components/client/Popover/Popover.js +94 -0
- package/dist/components/client/Popover/PopoverContent.cjs +175 -0
- package/dist/components/client/Popover/PopoverContent.d.cts +26 -0
- package/dist/components/client/Popover/PopoverContent.d.ts +26 -0
- package/dist/components/client/Popover/PopoverContent.js +173 -0
- package/dist/components/client/Popover/PopoverContext.cjs +11 -0
- package/dist/components/client/Popover/PopoverContext.d.cts +21 -0
- package/dist/components/client/Popover/PopoverContext.d.ts +21 -0
- package/dist/components/client/Popover/PopoverContext.js +9 -0
- package/dist/components/client/Popover/PopoverTrigger.cjs +26 -0
- package/dist/components/client/Popover/PopoverTrigger.d.cts +14 -0
- package/dist/components/client/Popover/PopoverTrigger.d.ts +14 -0
- package/dist/components/client/Popover/PopoverTrigger.js +24 -0
- package/dist/components/client/Popover/UDSPopoverConfigProvider.cjs +40 -0
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +28 -0
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +28 -0
- package/dist/components/client/Popover/UDSPopoverConfigProvider.js +37 -0
- package/dist/components/client/Popover/index.cjs +12 -0
- package/dist/components/client/Popover/index.d.cts +7 -0
- package/dist/components/client/Popover/index.d.ts +7 -0
- package/dist/components/client/Popover/index.js +8 -0
- package/dist/components/client/Toast/Toast.cjs +3 -3
- package/dist/components/client/Toast/Toast.d.cts +1 -1
- package/dist/components/client/Toast/Toast.d.ts +1 -1
- package/dist/components/client/Toast/Toast.js +3 -3
- package/dist/components/client/Toast/index.d.cts +1 -1
- package/dist/components/client/Toast/index.d.ts +1 -1
- package/dist/components/client/Tooltip/Tooltip.cjs +6 -6
- package/dist/components/client/Tooltip/Tooltip.d.cts +1 -1
- package/dist/components/client/Tooltip/Tooltip.d.ts +1 -1
- package/dist/components/client/Tooltip/Tooltip.js +6 -6
- package/dist/components/client/Tooltip/TooltipContent.cjs +33 -96
- package/dist/components/client/Tooltip/TooltipContent.js +34 -97
- package/dist/components/client/Tooltip/tooltipContext.cjs +0 -1
- package/dist/components/client/Tooltip/tooltipContext.d.cts +1 -2
- package/dist/components/client/Tooltip/tooltipContext.d.ts +1 -2
- package/dist/components/client/Tooltip/tooltipContext.js +0 -1
- package/dist/components/client/index.cjs +8 -0
- package/dist/components/client/index.d.cts +10 -5
- package/dist/components/client/index.d.ts +10 -5
- package/dist/components/client/index.js +5 -1
- package/dist/components/client/providers/UDSConfigProvider.cjs +6 -2
- package/dist/components/client/providers/UDSConfigProvider.d.cts +2 -1
- package/dist/components/client/providers/UDSConfigProvider.d.ts +2 -1
- package/dist/components/client/providers/UDSConfigProvider.js +6 -2
- package/dist/components/experimental/client/{Popover.cjs → ExperimentalPopover.cjs} +10 -1
- package/dist/components/experimental/client/ExperimentalPopover.d.cts +40 -0
- package/dist/components/experimental/client/ExperimentalPopover.d.ts +40 -0
- package/dist/components/experimental/client/{Popover.js → ExperimentalPopover.js} +10 -1
- package/dist/components/experimental/client/index.cjs +10 -10
- package/dist/components/experimental/client/index.d.cts +2 -2
- package/dist/components/experimental/client/index.d.ts +2 -2
- package/dist/components/experimental/client/index.js +1 -1
- package/dist/components/experimental/index.cjs +19 -19
- package/dist/components/experimental/index.d.cts +2 -2
- package/dist/components/experimental/index.d.ts +2 -2
- package/dist/components/experimental/index.js +1 -1
- package/dist/components/index.cjs +12 -0
- package/dist/components/index.d.cts +9 -5
- package/dist/components/index.d.ts +9 -5
- package/dist/components/index.js +9 -1
- package/dist/config/dist/index.cjs +84 -1
- package/dist/config/dist/index.js +84 -1
- package/dist/hooks/useSvgFloatingContent.cjs +236 -0
- package/dist/hooks/useSvgFloatingContent.d.cts +74 -0
- package/dist/hooks/useSvgFloatingContent.d.ts +74 -0
- package/dist/{components/client/Tooltip/useTooltipContent.js → hooks/useSvgFloatingContent.js} +94 -44
- package/dist/index.cjs +21 -10
- package/dist/index.d.cts +15 -10
- package/dist/index.d.ts +15 -10
- package/dist/index.js +16 -11
- package/dist/runtime/index.cjs +2 -0
- package/dist/runtime/index.d.cts +3 -2
- package/dist/runtime/index.d.ts +3 -2
- package/dist/runtime/index.js +2 -1
- package/dist/runtime/popoverConfig.cjs +36 -0
- package/dist/runtime/popoverConfig.d.cts +25 -0
- package/dist/runtime/popoverConfig.d.ts +25 -0
- package/dist/runtime/popoverConfig.js +35 -0
- package/dist/runtime/udsConfig.cjs +3 -1
- package/dist/runtime/udsConfig.d.cts +3 -1
- package/dist/runtime/udsConfig.d.ts +3 -1
- package/dist/runtime/udsConfig.js +3 -1
- package/dist/styles/styler.d.cts +12 -1
- package/dist/styles/styler.d.ts +12 -1
- package/dist/styles/variants.d.cts +33 -0
- package/dist/styles/variants.d.ts +33 -0
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
- package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
- package/dist/tokens/automation/configs/index.cjs +1 -0
- package/dist/tokens/automation/configs/index.d.cts +2 -2
- package/dist/tokens/automation/configs/index.d.ts +2 -2
- package/dist/tokens/automation/configs/index.js +2 -2
- package/dist/tokens/automation/index.cjs +1 -0
- package/dist/tokens/automation/index.d.cts +2 -2
- package/dist/tokens/automation/index.d.ts +2 -2
- package/dist/tokens/automation/index.js +2 -2
- package/dist/tokens/index.cjs +2 -1
- package/dist/tokens/index.d.cts +3 -3
- package/dist/tokens/index.d.ts +3 -3
- package/dist/tokens/index.js +3 -3
- package/dist/tokens/types.d.cts +2 -2
- package/dist/tokens/types.d.ts +2 -2
- package/dist/types/dist/index.d.cts +51 -1
- package/dist/types/dist/index.d.ts +51 -1
- package/dist/uds/generated/componentData.cjs +397 -235
- package/dist/uds/generated/componentData.js +362 -236
- package/dist/uds/generated/tailwindPurge.cjs +55 -27
- package/dist/uds/generated/tailwindPurge.js +55 -27
- package/dist/utils/parseShadow.cjs +120 -0
- package/dist/utils/parseShadow.d.cts +33 -0
- package/dist/utils/parseShadow.d.ts +33 -0
- package/dist/utils/parseShadow.js +118 -0
- package/dist/utils/svgFloatingContentUtils.cjs +121 -0
- package/dist/{components/client/Tooltip/util.d.cts → utils/svgFloatingContentUtils.d.cts} +25 -62
- package/dist/{components/client/Tooltip/util.d.ts → utils/svgFloatingContentUtils.d.ts} +25 -62
- package/dist/utils/svgFloatingContentUtils.js +117 -0
- package/generated/componentData.json +567 -408
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +1 -1
- package/dist/components/client/Tooltip/useTooltipContent.cjs +0 -186
- package/dist/components/client/Tooltip/useTooltipContent.d.cts +0 -66
- package/dist/components/client/Tooltip/useTooltipContent.d.ts +0 -66
- package/dist/components/client/Tooltip/util.cjs +0 -248
- package/dist/components/client/Tooltip/util.js +0 -240
- package/dist/components/experimental/client/Popover.d.cts +0 -29
- package/dist/components/experimental/client/Popover.d.ts +0 -29
|
@@ -102,6 +102,34 @@ var Icon = {
|
|
|
102
102
|
"propToVariantKeys": {},
|
|
103
103
|
"motionVarPrefixes": []
|
|
104
104
|
};
|
|
105
|
+
var SvgFloatingOverlay = {
|
|
106
|
+
"name": "SvgFloatingOverlay",
|
|
107
|
+
"defaultProps": {},
|
|
108
|
+
"getStylesLiterals": {},
|
|
109
|
+
"cxLiterals": [
|
|
110
|
+
"absolute",
|
|
111
|
+
"top-0",
|
|
112
|
+
"left-0",
|
|
113
|
+
"w-full",
|
|
114
|
+
"h-full",
|
|
115
|
+
"overflow-visible",
|
|
116
|
+
"pointer-events-none",
|
|
117
|
+
"z-[2]",
|
|
118
|
+
"z-[3]",
|
|
119
|
+
"max-h-full",
|
|
120
|
+
"gap-[inherit]"
|
|
121
|
+
],
|
|
122
|
+
"internalComponents": ["Box", "Fragment"],
|
|
123
|
+
"internalComponentProps": { "Box": {
|
|
124
|
+
"position": ["relative"],
|
|
125
|
+
"flexGrow": ["1"],
|
|
126
|
+
"overflow": ["hidden", "auto"],
|
|
127
|
+
"display": ["block"],
|
|
128
|
+
"className": ["max-h-full gap-[inherit]"]
|
|
129
|
+
} },
|
|
130
|
+
"propToVariantKeys": { "blurClassName": ["className"] },
|
|
131
|
+
"motionVarPrefixes": []
|
|
132
|
+
};
|
|
105
133
|
var FormLabel = {
|
|
106
134
|
"name": "FormLabel",
|
|
107
135
|
"defaultProps": {
|
|
@@ -170,59 +198,6 @@ var Image = {
|
|
|
170
198
|
"propToVariantKeys": {},
|
|
171
199
|
"motionVarPrefixes": []
|
|
172
200
|
};
|
|
173
|
-
var DividerCore = {
|
|
174
|
-
"name": "DividerCore",
|
|
175
|
-
"defaultProps": { "contentPosition": "center" },
|
|
176
|
-
"getStylesLiterals": {},
|
|
177
|
-
"cxLiterals": [],
|
|
178
|
-
"internalComponents": [
|
|
179
|
-
"Box",
|
|
180
|
-
"Line",
|
|
181
|
-
"InternalComponent",
|
|
182
|
-
"Text"
|
|
183
|
-
],
|
|
184
|
-
"internalComponentProps": {
|
|
185
|
-
"Box": {
|
|
186
|
-
"flex": ["1", "none"],
|
|
187
|
-
"display": ["flex"]
|
|
188
|
-
},
|
|
189
|
-
"InternalComponent": {
|
|
190
|
-
"flex": ["1"],
|
|
191
|
-
"alignItems": ["center"]
|
|
192
|
-
},
|
|
193
|
-
"Text": {
|
|
194
|
-
"as": ["span"],
|
|
195
|
-
"color": ["inherit"],
|
|
196
|
-
"variant": ["inherit"]
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
"propToVariantKeys": {},
|
|
200
|
-
"motionVarPrefixes": []
|
|
201
|
-
};
|
|
202
|
-
var DividerInternal = {
|
|
203
|
-
"name": "DividerInternal",
|
|
204
|
-
"defaultProps": { "variant": "primary" },
|
|
205
|
-
"getStylesLiterals": {},
|
|
206
|
-
"cxLiterals": ["inherit"],
|
|
207
|
-
"internalComponents": ["DividerCore"],
|
|
208
|
-
"internalComponentProps": {},
|
|
209
|
-
"propToVariantKeys": { "variant": [
|
|
210
|
-
"dividerVariantRoot",
|
|
211
|
-
"dividerVariantLabel",
|
|
212
|
-
"dividerVariantLine"
|
|
213
|
-
] },
|
|
214
|
-
"motionVarPrefixes": []
|
|
215
|
-
};
|
|
216
|
-
var Divider = {
|
|
217
|
-
"name": "Divider",
|
|
218
|
-
"defaultProps": {},
|
|
219
|
-
"getStylesLiterals": {},
|
|
220
|
-
"cxLiterals": [],
|
|
221
|
-
"internalComponents": ["DividerInternal"],
|
|
222
|
-
"internalComponentProps": {},
|
|
223
|
-
"propToVariantKeys": {},
|
|
224
|
-
"motionVarPrefixes": []
|
|
225
|
-
};
|
|
226
201
|
var Table_mocks = {
|
|
227
202
|
"name": "Table.mocks",
|
|
228
203
|
"defaultProps": {},
|
|
@@ -282,6 +257,59 @@ var Spinner = {
|
|
|
282
257
|
"propToVariantKeys": {},
|
|
283
258
|
"motionVarPrefixes": []
|
|
284
259
|
};
|
|
260
|
+
var DividerCore = {
|
|
261
|
+
"name": "DividerCore",
|
|
262
|
+
"defaultProps": { "contentPosition": "center" },
|
|
263
|
+
"getStylesLiterals": {},
|
|
264
|
+
"cxLiterals": [],
|
|
265
|
+
"internalComponents": [
|
|
266
|
+
"Box",
|
|
267
|
+
"Line",
|
|
268
|
+
"InternalComponent",
|
|
269
|
+
"Text"
|
|
270
|
+
],
|
|
271
|
+
"internalComponentProps": {
|
|
272
|
+
"Box": {
|
|
273
|
+
"flex": ["1", "none"],
|
|
274
|
+
"display": ["flex"]
|
|
275
|
+
},
|
|
276
|
+
"InternalComponent": {
|
|
277
|
+
"flex": ["1"],
|
|
278
|
+
"alignItems": ["center"]
|
|
279
|
+
},
|
|
280
|
+
"Text": {
|
|
281
|
+
"as": ["span"],
|
|
282
|
+
"color": ["inherit"],
|
|
283
|
+
"variant": ["inherit"]
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
"propToVariantKeys": {},
|
|
287
|
+
"motionVarPrefixes": []
|
|
288
|
+
};
|
|
289
|
+
var DividerInternal = {
|
|
290
|
+
"name": "DividerInternal",
|
|
291
|
+
"defaultProps": { "variant": "primary" },
|
|
292
|
+
"getStylesLiterals": {},
|
|
293
|
+
"cxLiterals": ["inherit"],
|
|
294
|
+
"internalComponents": ["DividerCore"],
|
|
295
|
+
"internalComponentProps": {},
|
|
296
|
+
"propToVariantKeys": { "variant": [
|
|
297
|
+
"dividerVariantRoot",
|
|
298
|
+
"dividerVariantLabel",
|
|
299
|
+
"dividerVariantLine"
|
|
300
|
+
] },
|
|
301
|
+
"motionVarPrefixes": []
|
|
302
|
+
};
|
|
303
|
+
var Divider = {
|
|
304
|
+
"name": "Divider",
|
|
305
|
+
"defaultProps": {},
|
|
306
|
+
"getStylesLiterals": {},
|
|
307
|
+
"cxLiterals": [],
|
|
308
|
+
"internalComponents": ["DividerInternal"],
|
|
309
|
+
"internalComponentProps": {},
|
|
310
|
+
"propToVariantKeys": {},
|
|
311
|
+
"motionVarPrefixes": []
|
|
312
|
+
};
|
|
285
313
|
var Button = {
|
|
286
314
|
"name": "Button",
|
|
287
315
|
"defaultProps": { "type": "button" },
|
|
@@ -595,6 +623,23 @@ var Pressable = {
|
|
|
595
623
|
"propToVariantKeys": {},
|
|
596
624
|
"motionVarPrefixes": []
|
|
597
625
|
};
|
|
626
|
+
var ExperimentalPopover = {
|
|
627
|
+
"name": "ExperimentalPopover",
|
|
628
|
+
"defaultProps": {},
|
|
629
|
+
"getStylesLiterals": {},
|
|
630
|
+
"cxLiterals": [],
|
|
631
|
+
"internalComponents": [
|
|
632
|
+
"HStack",
|
|
633
|
+
"Text",
|
|
634
|
+
"ExperimentalPopoverHeadingBase"
|
|
635
|
+
],
|
|
636
|
+
"internalComponentProps": { "Text": {
|
|
637
|
+
"variant": ["headline1"],
|
|
638
|
+
"color": ["primary"]
|
|
639
|
+
} },
|
|
640
|
+
"propToVariantKeys": {},
|
|
641
|
+
"motionVarPrefixes": []
|
|
642
|
+
};
|
|
598
643
|
var AvoidMotionLibraryProvider = {
|
|
599
644
|
"name": "AvoidMotionLibraryProvider",
|
|
600
645
|
"defaultProps": {},
|
|
@@ -663,23 +708,6 @@ var SegmentedControl = {
|
|
|
663
708
|
},
|
|
664
709
|
"motionVarPrefixes": []
|
|
665
710
|
};
|
|
666
|
-
var Popover = {
|
|
667
|
-
"name": "Popover",
|
|
668
|
-
"defaultProps": {},
|
|
669
|
-
"getStylesLiterals": {},
|
|
670
|
-
"cxLiterals": [],
|
|
671
|
-
"internalComponents": [
|
|
672
|
-
"HStack",
|
|
673
|
-
"Text",
|
|
674
|
-
"OriginalPopoverHeading"
|
|
675
|
-
],
|
|
676
|
-
"internalComponentProps": { "Text": {
|
|
677
|
-
"variant": ["headline1"],
|
|
678
|
-
"color": ["primary"]
|
|
679
|
-
} },
|
|
680
|
-
"propToVariantKeys": {},
|
|
681
|
-
"motionVarPrefixes": []
|
|
682
|
-
};
|
|
683
711
|
var SwitchV2 = {
|
|
684
712
|
"name": "SwitchV2",
|
|
685
713
|
"defaultProps": {
|
|
@@ -1010,6 +1038,104 @@ var AvatarIcon = {
|
|
|
1010
1038
|
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
1011
1039
|
"motionVarPrefixes": []
|
|
1012
1040
|
};
|
|
1041
|
+
var UDSPopoverConfigProvider = {
|
|
1042
|
+
"name": "UDSPopoverConfigProvider",
|
|
1043
|
+
"defaultProps": {},
|
|
1044
|
+
"getStylesLiterals": {},
|
|
1045
|
+
"cxLiterals": [],
|
|
1046
|
+
"internalComponents": ["PopoverContext.Provider"],
|
|
1047
|
+
"internalComponentProps": {},
|
|
1048
|
+
"propToVariantKeys": {},
|
|
1049
|
+
"motionVarPrefixes": []
|
|
1050
|
+
};
|
|
1051
|
+
var Popover = {
|
|
1052
|
+
"name": "Popover",
|
|
1053
|
+
"defaultProps": {},
|
|
1054
|
+
"getStylesLiterals": {},
|
|
1055
|
+
"cxLiterals": [],
|
|
1056
|
+
"internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
|
|
1057
|
+
"internalComponentProps": {},
|
|
1058
|
+
"propToVariantKeys": {},
|
|
1059
|
+
"motionVarPrefixes": []
|
|
1060
|
+
};
|
|
1061
|
+
var PopoverContext = {
|
|
1062
|
+
"name": "PopoverContext",
|
|
1063
|
+
"defaultProps": {},
|
|
1064
|
+
"getStylesLiterals": {},
|
|
1065
|
+
"cxLiterals": [],
|
|
1066
|
+
"internalComponents": [],
|
|
1067
|
+
"internalComponentProps": {},
|
|
1068
|
+
"propToVariantKeys": {},
|
|
1069
|
+
"motionVarPrefixes": []
|
|
1070
|
+
};
|
|
1071
|
+
var PopoverTrigger = {
|
|
1072
|
+
"name": "PopoverTrigger",
|
|
1073
|
+
"defaultProps": {},
|
|
1074
|
+
"getStylesLiterals": {},
|
|
1075
|
+
"cxLiterals": [],
|
|
1076
|
+
"internalComponents": ["PopoverDisclosure"],
|
|
1077
|
+
"internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
|
|
1078
|
+
"propToVariantKeys": { "children": ["render"] },
|
|
1079
|
+
"motionVarPrefixes": []
|
|
1080
|
+
};
|
|
1081
|
+
var PopoverContent = {
|
|
1082
|
+
"name": "PopoverContent",
|
|
1083
|
+
"defaultProps": {},
|
|
1084
|
+
"getStylesLiterals": {
|
|
1085
|
+
"popoverSizeRoot": "default",
|
|
1086
|
+
"popoverVariantRoot": "default",
|
|
1087
|
+
"display": "flex",
|
|
1088
|
+
"position": "absolute",
|
|
1089
|
+
"spacingTop": "0",
|
|
1090
|
+
"spacingStart": "0",
|
|
1091
|
+
"spacingBottom": "0",
|
|
1092
|
+
"spacingEnd": "0",
|
|
1093
|
+
"popoverSizeSvgBase": "default",
|
|
1094
|
+
"popoverVariantSvgBase": "default",
|
|
1095
|
+
"popoverSizeSvgBorder": "default",
|
|
1096
|
+
"popoverVariantSvgBorder": "default",
|
|
1097
|
+
"popoverVariantBlur": "default",
|
|
1098
|
+
"width": "full",
|
|
1099
|
+
"height": "full",
|
|
1100
|
+
"flexShrink": "0",
|
|
1101
|
+
"borderRadius": "full",
|
|
1102
|
+
"alignItems": "center",
|
|
1103
|
+
"justifyContent": "center",
|
|
1104
|
+
"popoverVariantCloseIcon": "default",
|
|
1105
|
+
"popoverSizeCloseIcon": "default"
|
|
1106
|
+
},
|
|
1107
|
+
"cxLiterals": [
|
|
1108
|
+
"z-[9999]",
|
|
1109
|
+
"outline-none",
|
|
1110
|
+
"focus-visible:outline-none",
|
|
1111
|
+
"uds-bgBlurFillFallback",
|
|
1112
|
+
"uds-bgBlurFallback",
|
|
1113
|
+
"top-0",
|
|
1114
|
+
"left-0",
|
|
1115
|
+
"z-[1]",
|
|
1116
|
+
"duration-0",
|
|
1117
|
+
"duration-120",
|
|
1118
|
+
"transition-[background-color]",
|
|
1119
|
+
"bg-carbon-15/0",
|
|
1120
|
+
"hover:bg-carbon-15/10",
|
|
1121
|
+
"active:bg-carbon-15/15",
|
|
1122
|
+
"uds-ring",
|
|
1123
|
+
"absolute",
|
|
1124
|
+
"z-[4]"
|
|
1125
|
+
],
|
|
1126
|
+
"internalComponents": [
|
|
1127
|
+
"PopoverDismiss",
|
|
1128
|
+
"IconSlot",
|
|
1129
|
+
"PopoverArrow",
|
|
1130
|
+
"Popover",
|
|
1131
|
+
"SvgFloatingOverlay",
|
|
1132
|
+
"Box",
|
|
1133
|
+
"Pressable"
|
|
1134
|
+
],
|
|
1135
|
+
"internalComponentProps": {},
|
|
1136
|
+
"propToVariantKeys": { "closeIcon": ["icon"] },
|
|
1137
|
+
"motionVarPrefixes": []
|
|
1138
|
+
};
|
|
1013
1139
|
var BottomSheetContent = {
|
|
1014
1140
|
"name": "BottomSheetContent",
|
|
1015
1141
|
"defaultProps": {},
|
|
@@ -1194,6 +1320,8 @@ var Toast = {
|
|
|
1194
1320
|
"borderRadius": "full"
|
|
1195
1321
|
},
|
|
1196
1322
|
"cxLiterals": [
|
|
1323
|
+
"duration-0",
|
|
1324
|
+
"duration-120",
|
|
1197
1325
|
"transition-[background-color]",
|
|
1198
1326
|
"bg-carbon-15/0",
|
|
1199
1327
|
"hover:bg-carbon-15/10",
|
|
@@ -1401,36 +1529,27 @@ var TooltipContent = {
|
|
|
1401
1529
|
"tooltipVariantIcon": "default"
|
|
1402
1530
|
},
|
|
1403
1531
|
"cxLiterals": [
|
|
1532
|
+
"max-w-lg",
|
|
1404
1533
|
"flex",
|
|
1405
1534
|
"z-[9999]",
|
|
1406
|
-
"stroke-1",
|
|
1407
1535
|
"uds-bgBlurFillFallback",
|
|
1408
1536
|
"uds-bgBlurFallback",
|
|
1409
1537
|
"top-0",
|
|
1410
1538
|
"left-0",
|
|
1411
|
-
"z-[1]"
|
|
1412
|
-
"transition-opacity",
|
|
1413
|
-
"ease-in-out",
|
|
1414
|
-
"absolute",
|
|
1415
|
-
"w-full",
|
|
1416
|
-
"h-full",
|
|
1417
|
-
"overflow-visible",
|
|
1418
|
-
"pointer-events-none",
|
|
1419
|
-
"z-[2]"
|
|
1539
|
+
"z-[1]"
|
|
1420
1540
|
],
|
|
1421
1541
|
"internalComponents": [
|
|
1422
|
-
"Box",
|
|
1423
1542
|
"IconSlot",
|
|
1424
1543
|
"TooltipArrow",
|
|
1425
1544
|
"Tooltip",
|
|
1426
|
-
"
|
|
1545
|
+
"SvgFloatingOverlay",
|
|
1546
|
+
"VStack",
|
|
1547
|
+
"Box",
|
|
1427
1548
|
"Text"
|
|
1428
1549
|
],
|
|
1429
1550
|
"internalComponentProps": {
|
|
1551
|
+
"VStack": { "className": ["gap-[inherit]"] },
|
|
1430
1552
|
"Box": {
|
|
1431
|
-
"position": ["relative"],
|
|
1432
|
-
"flexDirection": ["column"],
|
|
1433
|
-
"className": ["z-[3] gap-[inherit]"],
|
|
1434
1553
|
"alignItems": ["center"],
|
|
1435
1554
|
"columnGap": ["1", "1.5"]
|
|
1436
1555
|
},
|
|
@@ -1449,6 +1568,32 @@ var Tooltip = {
|
|
|
1449
1568
|
"propToVariantKeys": {},
|
|
1450
1569
|
"motionVarPrefixes": []
|
|
1451
1570
|
};
|
|
1571
|
+
var UDSConfigProvider = {
|
|
1572
|
+
"name": "UDSConfigProvider",
|
|
1573
|
+
"defaultProps": {},
|
|
1574
|
+
"getStylesLiterals": {},
|
|
1575
|
+
"cxLiterals": [],
|
|
1576
|
+
"internalComponents": [
|
|
1577
|
+
"UDSBreakpointsConfigProvider",
|
|
1578
|
+
"UDSBottomSheetConfigProvider",
|
|
1579
|
+
"UDSToastConfigProvider",
|
|
1580
|
+
"UDSTooltipConfigProvider",
|
|
1581
|
+
"UDSPopoverConfigProvider"
|
|
1582
|
+
],
|
|
1583
|
+
"internalComponentProps": {},
|
|
1584
|
+
"propToVariantKeys": {},
|
|
1585
|
+
"motionVarPrefixes": []
|
|
1586
|
+
};
|
|
1587
|
+
var UDSBreakpointsConfigProvider = {
|
|
1588
|
+
"name": "UDSBreakpointsConfigProvider",
|
|
1589
|
+
"defaultProps": {},
|
|
1590
|
+
"getStylesLiterals": {},
|
|
1591
|
+
"cxLiterals": [],
|
|
1592
|
+
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
1593
|
+
"internalComponentProps": {},
|
|
1594
|
+
"propToVariantKeys": {},
|
|
1595
|
+
"motionVarPrefixes": []
|
|
1596
|
+
};
|
|
1452
1597
|
var Input = {
|
|
1453
1598
|
"name": "Input",
|
|
1454
1599
|
"defaultProps": {
|
|
@@ -1569,143 +1714,8 @@ var InputHelpTextInternal = {
|
|
|
1569
1714
|
},
|
|
1570
1715
|
"motionVarPrefixes": []
|
|
1571
1716
|
};
|
|
1572
|
-
var
|
|
1573
|
-
"name": "
|
|
1574
|
-
"defaultProps": {},
|
|
1575
|
-
"getStylesLiterals": {},
|
|
1576
|
-
"cxLiterals": [],
|
|
1577
|
-
"internalComponents": [
|
|
1578
|
-
"UDSBreakpointsConfigProvider",
|
|
1579
|
-
"UDSBottomSheetConfigProvider",
|
|
1580
|
-
"UDSToastConfigProvider",
|
|
1581
|
-
"UDSTooltipConfigProvider"
|
|
1582
|
-
],
|
|
1583
|
-
"internalComponentProps": {},
|
|
1584
|
-
"propToVariantKeys": {},
|
|
1585
|
-
"motionVarPrefixes": []
|
|
1586
|
-
};
|
|
1587
|
-
var UDSBreakpointsConfigProvider = {
|
|
1588
|
-
"name": "UDSBreakpointsConfigProvider",
|
|
1589
|
-
"defaultProps": {},
|
|
1590
|
-
"getStylesLiterals": {},
|
|
1591
|
-
"cxLiterals": [],
|
|
1592
|
-
"internalComponents": ["UDSBreakpointsConfigContext.Provider"],
|
|
1593
|
-
"internalComponentProps": {},
|
|
1594
|
-
"propToVariantKeys": {},
|
|
1595
|
-
"motionVarPrefixes": []
|
|
1596
|
-
};
|
|
1597
|
-
var ChipLink = {
|
|
1598
|
-
"name": "ChipLink",
|
|
1599
|
-
"defaultProps": { "variant": "primary" },
|
|
1600
|
-
"getStylesLiterals": {},
|
|
1601
|
-
"cxLiterals": ["uds-ring"],
|
|
1602
|
-
"internalComponents": ["ChipBase"],
|
|
1603
|
-
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1604
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1605
|
-
"motionVarPrefixes": []
|
|
1606
|
-
};
|
|
1607
|
-
var ChipDismissible = {
|
|
1608
|
-
"name": "ChipDismissible",
|
|
1609
|
-
"defaultProps": { "variant": "primary" },
|
|
1610
|
-
"getStylesLiterals": {},
|
|
1611
|
-
"cxLiterals": [
|
|
1612
|
-
"uds-chip-dismissible-button",
|
|
1613
|
-
"uds-hit-target",
|
|
1614
|
-
"uds-ring",
|
|
1615
|
-
"rounded-full"
|
|
1616
|
-
],
|
|
1617
|
-
"internalComponents": [
|
|
1618
|
-
"ChipBase",
|
|
1619
|
-
"IconSlot",
|
|
1620
|
-
"Pressable"
|
|
1621
|
-
],
|
|
1622
|
-
"internalComponentProps": {},
|
|
1623
|
-
"propToVariantKeys": {
|
|
1624
|
-
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
1625
|
-
"dismissButtonAriaLabel": ["aria-label"]
|
|
1626
|
-
},
|
|
1627
|
-
"motionVarPrefixes": []
|
|
1628
|
-
};
|
|
1629
|
-
var ChipToggle = {
|
|
1630
|
-
"name": "ChipToggle",
|
|
1631
|
-
"defaultProps": {
|
|
1632
|
-
"variant": "primary",
|
|
1633
|
-
"role": "checkbox"
|
|
1634
|
-
},
|
|
1635
|
-
"getStylesLiterals": {
|
|
1636
|
-
"chipToggleVariantActiveRoot": "on",
|
|
1637
|
-
"chipToggleVariantActiveRoot:1": "off"
|
|
1638
|
-
},
|
|
1639
|
-
"cxLiterals": ["uds-ring"],
|
|
1640
|
-
"internalComponents": ["ChipBase"],
|
|
1641
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1642
|
-
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
1643
|
-
"motionVarPrefixes": []
|
|
1644
|
-
};
|
|
1645
|
-
var Chip = {
|
|
1646
|
-
"name": "Chip",
|
|
1647
|
-
"defaultProps": {},
|
|
1648
|
-
"getStylesLiterals": {},
|
|
1649
|
-
"cxLiterals": [],
|
|
1650
|
-
"internalComponents": [
|
|
1651
|
-
"ChipDismissible",
|
|
1652
|
-
"ChipToggle",
|
|
1653
|
-
"ChipLink",
|
|
1654
|
-
"ChipButton"
|
|
1655
|
-
],
|
|
1656
|
-
"internalComponentProps": {},
|
|
1657
|
-
"propToVariantKeys": {},
|
|
1658
|
-
"motionVarPrefixes": []
|
|
1659
|
-
};
|
|
1660
|
-
var ChipBase = {
|
|
1661
|
-
"name": "ChipBase",
|
|
1662
|
-
"defaultProps": {
|
|
1663
|
-
"size": "md",
|
|
1664
|
-
"as": "div"
|
|
1665
|
-
},
|
|
1666
|
-
"getStylesLiterals": {},
|
|
1667
|
-
"cxLiterals": [
|
|
1668
|
-
"pointer-events-none",
|
|
1669
|
-
"cursor-default",
|
|
1670
|
-
"opacity-50",
|
|
1671
|
-
"inline-flex",
|
|
1672
|
-
"items-center",
|
|
1673
|
-
"transition-[background-color,outline-color,box-shadow]",
|
|
1674
|
-
"truncate",
|
|
1675
|
-
"whitespace-nowrap",
|
|
1676
|
-
"text-center",
|
|
1677
|
-
"flex-1"
|
|
1678
|
-
],
|
|
1679
|
-
"internalComponents": [
|
|
1680
|
-
"IconSlot",
|
|
1681
|
-
"HStack",
|
|
1682
|
-
"As",
|
|
1683
|
-
"Text"
|
|
1684
|
-
],
|
|
1685
|
-
"internalComponentProps": { "Text": {
|
|
1686
|
-
"as": ["span"],
|
|
1687
|
-
"color": ["current"],
|
|
1688
|
-
"variant": ["inherit"]
|
|
1689
|
-
} },
|
|
1690
|
-
"propToVariantKeys": {
|
|
1691
|
-
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
1692
|
-
"startIcon": ["icon"],
|
|
1693
|
-
"endIcon": ["icon"]
|
|
1694
|
-
},
|
|
1695
|
-
"motionVarPrefixes": []
|
|
1696
|
-
};
|
|
1697
|
-
var ChipButton = {
|
|
1698
|
-
"name": "ChipButton",
|
|
1699
|
-
"defaultProps": { "variant": "primary" },
|
|
1700
|
-
"getStylesLiterals": {},
|
|
1701
|
-
"cxLiterals": ["uds-ring"],
|
|
1702
|
-
"internalComponents": ["ChipBase"],
|
|
1703
|
-
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1704
|
-
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1705
|
-
"motionVarPrefixes": []
|
|
1706
|
-
};
|
|
1707
|
-
var Menu_Item = {
|
|
1708
|
-
"name": "Menu.Item",
|
|
1717
|
+
var Menu_Item = {
|
|
1718
|
+
"name": "Menu.Item",
|
|
1709
1719
|
"defaultProps": {},
|
|
1710
1720
|
"getStylesLiterals": {
|
|
1711
1721
|
"menuitemItemVariantRoot": "default",
|
|
@@ -1893,23 +1903,134 @@ var Menu_ItemCheckbox = {
|
|
|
1893
1903
|
"propToVariantKeys": {},
|
|
1894
1904
|
"motionVarPrefixes": []
|
|
1895
1905
|
};
|
|
1906
|
+
var ChipLink = {
|
|
1907
|
+
"name": "ChipLink",
|
|
1908
|
+
"defaultProps": { "variant": "primary" },
|
|
1909
|
+
"getStylesLiterals": {},
|
|
1910
|
+
"cxLiterals": ["uds-ring"],
|
|
1911
|
+
"internalComponents": ["ChipBase"],
|
|
1912
|
+
"internalComponentProps": { "ChipBase": { "as": ["a"] } },
|
|
1913
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
1914
|
+
"motionVarPrefixes": []
|
|
1915
|
+
};
|
|
1916
|
+
var ChipDismissible = {
|
|
1917
|
+
"name": "ChipDismissible",
|
|
1918
|
+
"defaultProps": { "variant": "primary" },
|
|
1919
|
+
"getStylesLiterals": {},
|
|
1920
|
+
"cxLiterals": [
|
|
1921
|
+
"uds-chip-dismissible-button",
|
|
1922
|
+
"uds-hit-target",
|
|
1923
|
+
"uds-ring",
|
|
1924
|
+
"rounded-full"
|
|
1925
|
+
],
|
|
1926
|
+
"internalComponents": [
|
|
1927
|
+
"ChipBase",
|
|
1928
|
+
"IconSlot",
|
|
1929
|
+
"Pressable"
|
|
1930
|
+
],
|
|
1931
|
+
"internalComponentProps": {},
|
|
1932
|
+
"propToVariantKeys": {
|
|
1933
|
+
"variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
|
|
1934
|
+
"dismissButtonAriaLabel": ["aria-label"]
|
|
1935
|
+
},
|
|
1936
|
+
"motionVarPrefixes": []
|
|
1937
|
+
};
|
|
1938
|
+
var ChipToggle = {
|
|
1939
|
+
"name": "ChipToggle",
|
|
1940
|
+
"defaultProps": {
|
|
1941
|
+
"variant": "primary",
|
|
1942
|
+
"role": "checkbox"
|
|
1943
|
+
},
|
|
1944
|
+
"getStylesLiterals": {
|
|
1945
|
+
"chipToggleVariantActiveRoot": "on",
|
|
1946
|
+
"chipToggleVariantActiveRoot:1": "off"
|
|
1947
|
+
},
|
|
1948
|
+
"cxLiterals": ["uds-ring"],
|
|
1949
|
+
"internalComponents": ["ChipBase"],
|
|
1950
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
1951
|
+
"propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
|
|
1952
|
+
"motionVarPrefixes": []
|
|
1953
|
+
};
|
|
1954
|
+
var Chip = {
|
|
1955
|
+
"name": "Chip",
|
|
1956
|
+
"defaultProps": {},
|
|
1957
|
+
"getStylesLiterals": {},
|
|
1958
|
+
"cxLiterals": [],
|
|
1959
|
+
"internalComponents": [
|
|
1960
|
+
"ChipDismissible",
|
|
1961
|
+
"ChipToggle",
|
|
1962
|
+
"ChipLink",
|
|
1963
|
+
"ChipButton"
|
|
1964
|
+
],
|
|
1965
|
+
"internalComponentProps": {},
|
|
1966
|
+
"propToVariantKeys": {},
|
|
1967
|
+
"motionVarPrefixes": []
|
|
1968
|
+
};
|
|
1969
|
+
var ChipBase = {
|
|
1970
|
+
"name": "ChipBase",
|
|
1971
|
+
"defaultProps": {
|
|
1972
|
+
"size": "md",
|
|
1973
|
+
"as": "div"
|
|
1974
|
+
},
|
|
1975
|
+
"getStylesLiterals": {},
|
|
1976
|
+
"cxLiterals": [
|
|
1977
|
+
"pointer-events-none",
|
|
1978
|
+
"cursor-default",
|
|
1979
|
+
"opacity-50",
|
|
1980
|
+
"inline-flex",
|
|
1981
|
+
"items-center",
|
|
1982
|
+
"transition-[background-color,outline-color,box-shadow]",
|
|
1983
|
+
"truncate",
|
|
1984
|
+
"whitespace-nowrap",
|
|
1985
|
+
"text-center",
|
|
1986
|
+
"flex-1"
|
|
1987
|
+
],
|
|
1988
|
+
"internalComponents": [
|
|
1989
|
+
"IconSlot",
|
|
1990
|
+
"HStack",
|
|
1991
|
+
"As",
|
|
1992
|
+
"Text"
|
|
1993
|
+
],
|
|
1994
|
+
"internalComponentProps": { "Text": {
|
|
1995
|
+
"as": ["span"],
|
|
1996
|
+
"color": ["current"],
|
|
1997
|
+
"variant": ["inherit"]
|
|
1998
|
+
} },
|
|
1999
|
+
"propToVariantKeys": {
|
|
2000
|
+
"size": ["chipSizeRoot", "chipSizeIcon"],
|
|
2001
|
+
"startIcon": ["icon"],
|
|
2002
|
+
"endIcon": ["icon"]
|
|
2003
|
+
},
|
|
2004
|
+
"motionVarPrefixes": []
|
|
2005
|
+
};
|
|
2006
|
+
var ChipButton = {
|
|
2007
|
+
"name": "ChipButton",
|
|
2008
|
+
"defaultProps": { "variant": "primary" },
|
|
2009
|
+
"getStylesLiterals": {},
|
|
2010
|
+
"cxLiterals": ["uds-ring"],
|
|
2011
|
+
"internalComponents": ["ChipBase"],
|
|
2012
|
+
"internalComponentProps": { "ChipBase": { "as": ["button"] } },
|
|
2013
|
+
"propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
|
|
2014
|
+
"motionVarPrefixes": []
|
|
2015
|
+
};
|
|
1896
2016
|
var componentData_default = {
|
|
1897
2017
|
Link,
|
|
1898
2018
|
VStack,
|
|
1899
2019
|
Box,
|
|
1900
2020
|
Scrim,
|
|
1901
2021
|
Icon,
|
|
2022
|
+
SvgFloatingOverlay,
|
|
1902
2023
|
FormLabel,
|
|
1903
2024
|
Text,
|
|
1904
2025
|
IconSlot,
|
|
1905
2026
|
HStack,
|
|
1906
2027
|
Image,
|
|
1907
|
-
DividerCore,
|
|
1908
|
-
DividerInternal,
|
|
1909
|
-
Divider,
|
|
1910
2028
|
"Table.mocks": Table_mocks,
|
|
1911
2029
|
Table,
|
|
1912
2030
|
Spinner,
|
|
2031
|
+
DividerCore,
|
|
2032
|
+
DividerInternal,
|
|
2033
|
+
Divider,
|
|
1913
2034
|
Button,
|
|
1914
2035
|
Checkbox,
|
|
1915
2036
|
SpringMotionConfig,
|
|
@@ -1918,9 +2039,9 @@ var componentData_default = {
|
|
|
1918
2039
|
Badge,
|
|
1919
2040
|
AnimateHeightChange,
|
|
1920
2041
|
Pressable,
|
|
2042
|
+
ExperimentalPopover,
|
|
1921
2043
|
AvoidMotionLibraryProvider,
|
|
1922
2044
|
SegmentedControl,
|
|
1923
|
-
Popover,
|
|
1924
2045
|
SwitchV2,
|
|
1925
2046
|
Tabs,
|
|
1926
2047
|
Modal,
|
|
@@ -1929,6 +2050,11 @@ var componentData_default = {
|
|
|
1929
2050
|
AvatarText,
|
|
1930
2051
|
Avatar,
|
|
1931
2052
|
AvatarIcon,
|
|
2053
|
+
UDSPopoverConfigProvider,
|
|
2054
|
+
Popover,
|
|
2055
|
+
PopoverContext,
|
|
2056
|
+
PopoverTrigger,
|
|
2057
|
+
PopoverContent,
|
|
1932
2058
|
BottomSheetContent,
|
|
1933
2059
|
BottomSheetDismiss,
|
|
1934
2060
|
BottomSheet,
|
|
@@ -1949,17 +2075,11 @@ var componentData_default = {
|
|
|
1949
2075
|
TooltipTrigger,
|
|
1950
2076
|
TooltipContent,
|
|
1951
2077
|
Tooltip,
|
|
2078
|
+
UDSConfigProvider,
|
|
2079
|
+
UDSBreakpointsConfigProvider,
|
|
1952
2080
|
Input,
|
|
1953
2081
|
InputHelpText,
|
|
1954
2082
|
InputHelpTextInternal,
|
|
1955
|
-
UDSConfigProvider,
|
|
1956
|
-
UDSBreakpointsConfigProvider,
|
|
1957
|
-
ChipLink,
|
|
1958
|
-
ChipDismissible,
|
|
1959
|
-
ChipToggle,
|
|
1960
|
-
Chip,
|
|
1961
|
-
ChipBase,
|
|
1962
|
-
ChipButton,
|
|
1963
2083
|
"Menu.Item": Menu_Item,
|
|
1964
2084
|
"Menu.Provider": Menu_Provider,
|
|
1965
2085
|
"Menu.ItemBase": Menu_ItemBase,
|
|
@@ -1968,7 +2088,13 @@ var componentData_default = {
|
|
|
1968
2088
|
"Menu.Content": Menu_Content,
|
|
1969
2089
|
"Menu.Divider": Menu_Divider,
|
|
1970
2090
|
Menu,
|
|
1971
|
-
"Menu.ItemCheckbox": Menu_ItemCheckbox
|
|
2091
|
+
"Menu.ItemCheckbox": Menu_ItemCheckbox,
|
|
2092
|
+
ChipLink,
|
|
2093
|
+
ChipDismissible,
|
|
2094
|
+
ChipToggle,
|
|
2095
|
+
Chip,
|
|
2096
|
+
ChipBase,
|
|
2097
|
+
ChipButton
|
|
1972
2098
|
};
|
|
1973
2099
|
|
|
1974
2100
|
//#endregion
|
|
@@ -2140,6 +2266,12 @@ Object.defineProperty(exports, 'DividerInternal', {
|
|
|
2140
2266
|
return DividerInternal;
|
|
2141
2267
|
}
|
|
2142
2268
|
});
|
|
2269
|
+
Object.defineProperty(exports, 'ExperimentalPopover', {
|
|
2270
|
+
enumerable: true,
|
|
2271
|
+
get: function () {
|
|
2272
|
+
return ExperimentalPopover;
|
|
2273
|
+
}
|
|
2274
|
+
});
|
|
2143
2275
|
Object.defineProperty(exports, 'FormLabel', {
|
|
2144
2276
|
enumerable: true,
|
|
2145
2277
|
get: function () {
|
|
@@ -2266,6 +2398,24 @@ Object.defineProperty(exports, 'Popover', {
|
|
|
2266
2398
|
return Popover;
|
|
2267
2399
|
}
|
|
2268
2400
|
});
|
|
2401
|
+
Object.defineProperty(exports, 'PopoverContent', {
|
|
2402
|
+
enumerable: true,
|
|
2403
|
+
get: function () {
|
|
2404
|
+
return PopoverContent;
|
|
2405
|
+
}
|
|
2406
|
+
});
|
|
2407
|
+
Object.defineProperty(exports, 'PopoverContext', {
|
|
2408
|
+
enumerable: true,
|
|
2409
|
+
get: function () {
|
|
2410
|
+
return PopoverContext;
|
|
2411
|
+
}
|
|
2412
|
+
});
|
|
2413
|
+
Object.defineProperty(exports, 'PopoverTrigger', {
|
|
2414
|
+
enumerable: true,
|
|
2415
|
+
get: function () {
|
|
2416
|
+
return PopoverTrigger;
|
|
2417
|
+
}
|
|
2418
|
+
});
|
|
2269
2419
|
Object.defineProperty(exports, 'Pressable', {
|
|
2270
2420
|
enumerable: true,
|
|
2271
2421
|
get: function () {
|
|
@@ -2314,6 +2464,12 @@ Object.defineProperty(exports, 'SpringMotionConfig', {
|
|
|
2314
2464
|
return SpringMotionConfig;
|
|
2315
2465
|
}
|
|
2316
2466
|
});
|
|
2467
|
+
Object.defineProperty(exports, 'SvgFloatingOverlay', {
|
|
2468
|
+
enumerable: true,
|
|
2469
|
+
get: function () {
|
|
2470
|
+
return SvgFloatingOverlay;
|
|
2471
|
+
}
|
|
2472
|
+
});
|
|
2317
2473
|
Object.defineProperty(exports, 'Switch', {
|
|
2318
2474
|
enumerable: true,
|
|
2319
2475
|
get: function () {
|
|
@@ -2404,6 +2560,12 @@ Object.defineProperty(exports, 'UDSConfigProvider', {
|
|
|
2404
2560
|
return UDSConfigProvider;
|
|
2405
2561
|
}
|
|
2406
2562
|
});
|
|
2563
|
+
Object.defineProperty(exports, 'UDSPopoverConfigProvider', {
|
|
2564
|
+
enumerable: true,
|
|
2565
|
+
get: function () {
|
|
2566
|
+
return UDSPopoverConfigProvider;
|
|
2567
|
+
}
|
|
2568
|
+
});
|
|
2407
2569
|
Object.defineProperty(exports, 'UDSToastConfigProvider', {
|
|
2408
2570
|
enumerable: true,
|
|
2409
2571
|
get: function () {
|