@yahoo/uds 3.115.0 → 3.116.0-beta.2
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 +10 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +10 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +10 -0
- package/dist/automated-config/dist/generated/autoVariants.js +10 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +1842 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +194 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +194 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +1842 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +78 -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 +78 -0
- package/dist/cli/commands/sync.cjs +6 -0
- package/dist/cli/commands/sync.js +6 -0
- 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 +171 -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 +169 -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/UDSToastConfigProvider.d.cts +5 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
- 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 +55 -119
- package/dist/components/client/Tooltip/TooltipContent.js +56 -120
- 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 +79 -1
- package/dist/config/dist/index.js +79 -1
- package/dist/{components/client/Tooltip/useTooltipContent.cjs → hooks/useSvgFloatingContent.cjs} +81 -48
- 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} +76 -43
- 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 +41 -0
- package/dist/runtime/popoverConfig.d.cts +24 -0
- package/dist/runtime/popoverConfig.d.ts +24 -0
- package/dist/runtime/popoverConfig.js +40 -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 +90 -80
- package/dist/styles/styler.d.ts +90 -80
- package/dist/styles/variants.d.cts +30 -0
- package/dist/styles/variants.d.ts +30 -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 +298 -139
- package/dist/uds/generated/componentData.js +263 -140
- package/dist/uds/generated/tailwindPurge.cjs +52 -26
- package/dist/uds/generated/tailwindPurge.js +52 -26
- 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 +337 -185
- package/generated/tailwindPurge.ts +50 -27
- package/package.json +1 -1
- 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
|
@@ -150,6 +150,53 @@
|
|
|
150
150
|
"propToVariantKeys": {},
|
|
151
151
|
"motionVarPrefixes": []
|
|
152
152
|
},
|
|
153
|
+
"SvgFloatingOverlay": {
|
|
154
|
+
"name": "SvgFloatingOverlay",
|
|
155
|
+
"defaultProps": {},
|
|
156
|
+
"getStylesLiterals": {},
|
|
157
|
+
"cxLiterals": [
|
|
158
|
+
"absolute",
|
|
159
|
+
"top-0",
|
|
160
|
+
"left-0",
|
|
161
|
+
"w-full",
|
|
162
|
+
"h-full",
|
|
163
|
+
"overflow-visible",
|
|
164
|
+
"pointer-events-none",
|
|
165
|
+
"z-[2]",
|
|
166
|
+
"z-[3]",
|
|
167
|
+
"max-h-full"
|
|
168
|
+
],
|
|
169
|
+
"internalComponents": [
|
|
170
|
+
"Box",
|
|
171
|
+
"Fragment"
|
|
172
|
+
],
|
|
173
|
+
"internalComponentProps": {
|
|
174
|
+
"Box": {
|
|
175
|
+
"position": [
|
|
176
|
+
"relative"
|
|
177
|
+
],
|
|
178
|
+
"flexGrow": [
|
|
179
|
+
"1"
|
|
180
|
+
],
|
|
181
|
+
"overflow": [
|
|
182
|
+
"hidden",
|
|
183
|
+
"auto"
|
|
184
|
+
],
|
|
185
|
+
"display": [
|
|
186
|
+
"block"
|
|
187
|
+
],
|
|
188
|
+
"className": [
|
|
189
|
+
"max-h-full"
|
|
190
|
+
]
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"propToVariantKeys": {
|
|
194
|
+
"blurClassName": [
|
|
195
|
+
"className"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
"motionVarPrefixes": []
|
|
199
|
+
},
|
|
153
200
|
"FormLabel": {
|
|
154
201
|
"name": "FormLabel",
|
|
155
202
|
"defaultProps": {
|
|
@@ -883,6 +930,29 @@
|
|
|
883
930
|
"propToVariantKeys": {},
|
|
884
931
|
"motionVarPrefixes": []
|
|
885
932
|
},
|
|
933
|
+
"ExperimentalPopover": {
|
|
934
|
+
"name": "ExperimentalPopover",
|
|
935
|
+
"defaultProps": {},
|
|
936
|
+
"getStylesLiterals": {},
|
|
937
|
+
"cxLiterals": [],
|
|
938
|
+
"internalComponents": [
|
|
939
|
+
"HStack",
|
|
940
|
+
"Text",
|
|
941
|
+
"ExperimentalPopoverHeadingBase"
|
|
942
|
+
],
|
|
943
|
+
"internalComponentProps": {
|
|
944
|
+
"Text": {
|
|
945
|
+
"variant": [
|
|
946
|
+
"headline1"
|
|
947
|
+
],
|
|
948
|
+
"color": [
|
|
949
|
+
"primary"
|
|
950
|
+
]
|
|
951
|
+
}
|
|
952
|
+
},
|
|
953
|
+
"propToVariantKeys": {},
|
|
954
|
+
"motionVarPrefixes": []
|
|
955
|
+
},
|
|
886
956
|
"AvoidMotionLibraryProvider": {
|
|
887
957
|
"name": "AvoidMotionLibraryProvider",
|
|
888
958
|
"defaultProps": {},
|
|
@@ -975,29 +1045,6 @@
|
|
|
975
1045
|
},
|
|
976
1046
|
"motionVarPrefixes": []
|
|
977
1047
|
},
|
|
978
|
-
"Popover": {
|
|
979
|
-
"name": "Popover",
|
|
980
|
-
"defaultProps": {},
|
|
981
|
-
"getStylesLiterals": {},
|
|
982
|
-
"cxLiterals": [],
|
|
983
|
-
"internalComponents": [
|
|
984
|
-
"HStack",
|
|
985
|
-
"Text",
|
|
986
|
-
"OriginalPopoverHeading"
|
|
987
|
-
],
|
|
988
|
-
"internalComponentProps": {
|
|
989
|
-
"Text": {
|
|
990
|
-
"variant": [
|
|
991
|
-
"headline1"
|
|
992
|
-
],
|
|
993
|
-
"color": [
|
|
994
|
-
"primary"
|
|
995
|
-
]
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
|
-
"propToVariantKeys": {},
|
|
999
|
-
"motionVarPrefixes": []
|
|
1000
|
-
},
|
|
1001
1048
|
"SwitchV2": {
|
|
1002
1049
|
"name": "SwitchV2",
|
|
1003
1050
|
"defaultProps": {
|
|
@@ -1467,6 +1514,124 @@
|
|
|
1467
1514
|
},
|
|
1468
1515
|
"motionVarPrefixes": []
|
|
1469
1516
|
},
|
|
1517
|
+
"UDSPopoverConfigProvider": {
|
|
1518
|
+
"name": "UDSPopoverConfigProvider",
|
|
1519
|
+
"defaultProps": {},
|
|
1520
|
+
"getStylesLiterals": {},
|
|
1521
|
+
"cxLiterals": [],
|
|
1522
|
+
"internalComponents": [
|
|
1523
|
+
"PopoverContext.Provider"
|
|
1524
|
+
],
|
|
1525
|
+
"internalComponentProps": {},
|
|
1526
|
+
"propToVariantKeys": {},
|
|
1527
|
+
"motionVarPrefixes": []
|
|
1528
|
+
},
|
|
1529
|
+
"Popover": {
|
|
1530
|
+
"name": "Popover",
|
|
1531
|
+
"defaultProps": {},
|
|
1532
|
+
"getStylesLiterals": {},
|
|
1533
|
+
"cxLiterals": [],
|
|
1534
|
+
"internalComponents": [
|
|
1535
|
+
"PopoverInternalContext.Provider",
|
|
1536
|
+
"PopoverProvider"
|
|
1537
|
+
],
|
|
1538
|
+
"internalComponentProps": {},
|
|
1539
|
+
"propToVariantKeys": {},
|
|
1540
|
+
"motionVarPrefixes": []
|
|
1541
|
+
},
|
|
1542
|
+
"PopoverContext": {
|
|
1543
|
+
"name": "PopoverContext",
|
|
1544
|
+
"defaultProps": {},
|
|
1545
|
+
"getStylesLiterals": {},
|
|
1546
|
+
"cxLiterals": [],
|
|
1547
|
+
"internalComponents": [],
|
|
1548
|
+
"internalComponentProps": {},
|
|
1549
|
+
"propToVariantKeys": {},
|
|
1550
|
+
"motionVarPrefixes": []
|
|
1551
|
+
},
|
|
1552
|
+
"PopoverTrigger": {
|
|
1553
|
+
"name": "PopoverTrigger",
|
|
1554
|
+
"defaultProps": {},
|
|
1555
|
+
"getStylesLiterals": {},
|
|
1556
|
+
"cxLiterals": [],
|
|
1557
|
+
"internalComponents": [
|
|
1558
|
+
"PopoverDisclosure"
|
|
1559
|
+
],
|
|
1560
|
+
"internalComponentProps": {
|
|
1561
|
+
"PopoverDisclosure": {
|
|
1562
|
+
"className": [
|
|
1563
|
+
"inline"
|
|
1564
|
+
]
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
"propToVariantKeys": {
|
|
1568
|
+
"children": [
|
|
1569
|
+
"render"
|
|
1570
|
+
]
|
|
1571
|
+
},
|
|
1572
|
+
"motionVarPrefixes": []
|
|
1573
|
+
},
|
|
1574
|
+
"PopoverContent": {
|
|
1575
|
+
"name": "PopoverContent",
|
|
1576
|
+
"defaultProps": {},
|
|
1577
|
+
"getStylesLiterals": {
|
|
1578
|
+
"popoverSizeRoot": "default",
|
|
1579
|
+
"popoverVariantRoot": "default",
|
|
1580
|
+
"display": "flex",
|
|
1581
|
+
"position": "absolute",
|
|
1582
|
+
"spacingTop": "0",
|
|
1583
|
+
"spacingStart": "0",
|
|
1584
|
+
"spacingBottom": "0",
|
|
1585
|
+
"spacingEnd": "0",
|
|
1586
|
+
"popoverSizeSvgBase": "default",
|
|
1587
|
+
"popoverVariantSvgBase": "default",
|
|
1588
|
+
"popoverSizeSvgBorder": "default",
|
|
1589
|
+
"popoverVariantSvgBorder": "default",
|
|
1590
|
+
"popoverVariantBlur": "default",
|
|
1591
|
+
"width": "full",
|
|
1592
|
+
"height": "full",
|
|
1593
|
+
"flexShrink": "0",
|
|
1594
|
+
"borderRadius": "full",
|
|
1595
|
+
"alignItems": "center",
|
|
1596
|
+
"justifyContent": "center",
|
|
1597
|
+
"popoverVariantCloseIcon": "default",
|
|
1598
|
+
"popoverSizeCloseIcon": "default"
|
|
1599
|
+
},
|
|
1600
|
+
"cxLiterals": [
|
|
1601
|
+
"z-[9999]",
|
|
1602
|
+
"outline-none",
|
|
1603
|
+
"focus-visible:outline-none",
|
|
1604
|
+
"uds-bgBlurFillFallback",
|
|
1605
|
+
"uds-bgBlurFallback",
|
|
1606
|
+
"top-0",
|
|
1607
|
+
"left-0",
|
|
1608
|
+
"z-[1]",
|
|
1609
|
+
"duration-0",
|
|
1610
|
+
"duration-120",
|
|
1611
|
+
"transition-[background-color]",
|
|
1612
|
+
"bg-carbon-15/0",
|
|
1613
|
+
"hover:bg-carbon-15/10",
|
|
1614
|
+
"active:bg-carbon-15/15",
|
|
1615
|
+
"absolute",
|
|
1616
|
+
"z-[4]"
|
|
1617
|
+
],
|
|
1618
|
+
"internalComponents": [
|
|
1619
|
+
"PopoverDismiss",
|
|
1620
|
+
"IconSlot",
|
|
1621
|
+
"PopoverArrow",
|
|
1622
|
+
"Popover",
|
|
1623
|
+
"SvgFloatingOverlay",
|
|
1624
|
+
"Box",
|
|
1625
|
+
"Pressable"
|
|
1626
|
+
],
|
|
1627
|
+
"internalComponentProps": {},
|
|
1628
|
+
"propToVariantKeys": {
|
|
1629
|
+
"closeIcon": [
|
|
1630
|
+
"icon"
|
|
1631
|
+
]
|
|
1632
|
+
},
|
|
1633
|
+
"motionVarPrefixes": []
|
|
1634
|
+
},
|
|
1470
1635
|
"BottomSheetContent": {
|
|
1471
1636
|
"name": "BottomSheetContent",
|
|
1472
1637
|
"defaultProps": {},
|
|
@@ -1717,6 +1882,8 @@
|
|
|
1717
1882
|
"borderRadius": "full"
|
|
1718
1883
|
},
|
|
1719
1884
|
"cxLiterals": [
|
|
1885
|
+
"duration-0",
|
|
1886
|
+
"duration-120",
|
|
1720
1887
|
"transition-[background-color]",
|
|
1721
1888
|
"bg-carbon-15/0",
|
|
1722
1889
|
"hover:bg-carbon-15/10",
|
|
@@ -1805,6 +1972,148 @@
|
|
|
1805
1972
|
"propToVariantKeys": {},
|
|
1806
1973
|
"motionVarPrefixes": []
|
|
1807
1974
|
},
|
|
1975
|
+
"RadioGroupStore": {
|
|
1976
|
+
"name": "RadioGroupStore",
|
|
1977
|
+
"defaultProps": {},
|
|
1978
|
+
"getStylesLiterals": {},
|
|
1979
|
+
"cxLiterals": [],
|
|
1980
|
+
"internalComponents": [],
|
|
1981
|
+
"internalComponentProps": {},
|
|
1982
|
+
"propToVariantKeys": {},
|
|
1983
|
+
"motionVarPrefixes": []
|
|
1984
|
+
},
|
|
1985
|
+
"RadioGroupProvider": {
|
|
1986
|
+
"name": "RadioGroupProvider",
|
|
1987
|
+
"defaultProps": {},
|
|
1988
|
+
"getStylesLiterals": {},
|
|
1989
|
+
"cxLiterals": [],
|
|
1990
|
+
"internalComponents": [
|
|
1991
|
+
"DivProps",
|
|
1992
|
+
"Comp",
|
|
1993
|
+
"RadioGroupContext.Provider"
|
|
1994
|
+
],
|
|
1995
|
+
"internalComponentProps": {
|
|
1996
|
+
"Comp": {
|
|
1997
|
+
"role": [
|
|
1998
|
+
"radiogroup"
|
|
1999
|
+
]
|
|
2000
|
+
}
|
|
2001
|
+
},
|
|
2002
|
+
"propToVariantKeys": {},
|
|
2003
|
+
"motionVarPrefixes": []
|
|
2004
|
+
},
|
|
2005
|
+
"Radio": {
|
|
2006
|
+
"name": "Radio",
|
|
2007
|
+
"defaultProps": {
|
|
2008
|
+
"labelPosition": "start",
|
|
2009
|
+
"variant": "primary",
|
|
2010
|
+
"size": "md",
|
|
2011
|
+
"value": ""
|
|
2012
|
+
},
|
|
2013
|
+
"getStylesLiterals": {
|
|
2014
|
+
"radioVariantValueRoot": "checked",
|
|
2015
|
+
"radioVariantValueRoot:1": "unchecked",
|
|
2016
|
+
"display": "flex",
|
|
2017
|
+
"flexDirection": "row",
|
|
2018
|
+
"flexDirection:1": "row-reverse",
|
|
2019
|
+
"alignItems": "center",
|
|
2020
|
+
"radioVariantValueRadio": "checked",
|
|
2021
|
+
"radioVariantValueRadio:1": "unchecked",
|
|
2022
|
+
"radioVariantValueRadioCircle": "checked",
|
|
2023
|
+
"radioVariantValueRadioCircle:1": "unchecked"
|
|
2024
|
+
},
|
|
2025
|
+
"cxLiterals": [
|
|
2026
|
+
"cursor-pointer",
|
|
2027
|
+
"cursor-default",
|
|
2028
|
+
"opacity-50",
|
|
2029
|
+
"border",
|
|
2030
|
+
"uds-ring",
|
|
2031
|
+
"uds-ring-within",
|
|
2032
|
+
"transition-[background-color,border-color]",
|
|
2033
|
+
"transition-shadow",
|
|
2034
|
+
"pointer-events-none",
|
|
2035
|
+
"w-[8px]",
|
|
2036
|
+
"h-[8px]",
|
|
2037
|
+
"transition-opacity",
|
|
2038
|
+
"cursor-[inherit]",
|
|
2039
|
+
"absolute",
|
|
2040
|
+
"opacity-0",
|
|
2041
|
+
"top-1/2",
|
|
2042
|
+
"left-1/2",
|
|
2043
|
+
"w-[calc(100%+2px)]",
|
|
2044
|
+
"h-[calc(100%+2px)]",
|
|
2045
|
+
"transform",
|
|
2046
|
+
"translate-x-[-50%]",
|
|
2047
|
+
"translate-y-[-50%]",
|
|
2048
|
+
"text-start",
|
|
2049
|
+
"text-end"
|
|
2050
|
+
],
|
|
2051
|
+
"internalComponents": [
|
|
2052
|
+
"Box",
|
|
2053
|
+
"FormLabel",
|
|
2054
|
+
"SpringMotionConfig",
|
|
2055
|
+
"RootElement",
|
|
2056
|
+
"MotionBox"
|
|
2057
|
+
],
|
|
2058
|
+
"internalComponentProps": {
|
|
2059
|
+
"Box": {
|
|
2060
|
+
"borderRadius": [
|
|
2061
|
+
"full"
|
|
2062
|
+
]
|
|
2063
|
+
},
|
|
2064
|
+
"FormLabel": {
|
|
2065
|
+
"as": [
|
|
2066
|
+
"div"
|
|
2067
|
+
],
|
|
2068
|
+
"variant": [
|
|
2069
|
+
"inherit"
|
|
2070
|
+
],
|
|
2071
|
+
"color": [
|
|
2072
|
+
"inherit"
|
|
2073
|
+
]
|
|
2074
|
+
},
|
|
2075
|
+
"RootElement": {
|
|
2076
|
+
"data-testid": [
|
|
2077
|
+
"container"
|
|
2078
|
+
]
|
|
2079
|
+
},
|
|
2080
|
+
"MotionBox": {
|
|
2081
|
+
"position": [
|
|
2082
|
+
"relative"
|
|
2083
|
+
],
|
|
2084
|
+
"borderRadius": [
|
|
2085
|
+
"full"
|
|
2086
|
+
],
|
|
2087
|
+
"alignItems": [
|
|
2088
|
+
"center"
|
|
2089
|
+
],
|
|
2090
|
+
"justifyContent": [
|
|
2091
|
+
"center"
|
|
2092
|
+
],
|
|
2093
|
+
"flex": [
|
|
2094
|
+
"none"
|
|
2095
|
+
]
|
|
2096
|
+
}
|
|
2097
|
+
},
|
|
2098
|
+
"propToVariantKeys": {
|
|
2099
|
+
"size": [
|
|
2100
|
+
"radioSizeRoot",
|
|
2101
|
+
"radioSizeRadio"
|
|
2102
|
+
],
|
|
2103
|
+
"variant": [
|
|
2104
|
+
"radioVariantRoot",
|
|
2105
|
+
"radioVariantRadio",
|
|
2106
|
+
"radioVariantRadioCircle"
|
|
2107
|
+
],
|
|
2108
|
+
"reduceMotion": [
|
|
2109
|
+
"reducedMotion"
|
|
2110
|
+
]
|
|
2111
|
+
},
|
|
2112
|
+
"motionVarPrefixes": [
|
|
2113
|
+
"--uds-motion-subtle-3-",
|
|
2114
|
+
"--uds-motion-smooth-3-"
|
|
2115
|
+
]
|
|
2116
|
+
},
|
|
1808
2117
|
"UDSTooltipConfigProvider": {
|
|
1809
2118
|
"name": "UDSTooltipConfigProvider",
|
|
1810
2119
|
"defaultProps": {},
|
|
@@ -1860,40 +2169,24 @@
|
|
|
1860
2169
|
"cxLiterals": [
|
|
1861
2170
|
"flex",
|
|
1862
2171
|
"z-[9999]",
|
|
1863
|
-
"stroke-1",
|
|
1864
2172
|
"uds-bgBlurFillFallback",
|
|
1865
2173
|
"uds-bgBlurFallback",
|
|
1866
2174
|
"top-0",
|
|
1867
2175
|
"left-0",
|
|
1868
2176
|
"z-[1]",
|
|
1869
2177
|
"transition-opacity",
|
|
1870
|
-
"ease-in-out"
|
|
1871
|
-
"absolute",
|
|
1872
|
-
"w-full",
|
|
1873
|
-
"h-full",
|
|
1874
|
-
"overflow-visible",
|
|
1875
|
-
"pointer-events-none",
|
|
1876
|
-
"z-[2]"
|
|
2178
|
+
"ease-in-out"
|
|
1877
2179
|
],
|
|
1878
2180
|
"internalComponents": [
|
|
1879
|
-
"Box",
|
|
1880
2181
|
"IconSlot",
|
|
1881
2182
|
"TooltipArrow",
|
|
1882
2183
|
"Tooltip",
|
|
1883
|
-
"
|
|
2184
|
+
"SvgFloatingOverlay",
|
|
2185
|
+
"Box",
|
|
1884
2186
|
"Text"
|
|
1885
2187
|
],
|
|
1886
2188
|
"internalComponentProps": {
|
|
1887
2189
|
"Box": {
|
|
1888
|
-
"position": [
|
|
1889
|
-
"relative"
|
|
1890
|
-
],
|
|
1891
|
-
"flexDirection": [
|
|
1892
|
-
"column"
|
|
1893
|
-
],
|
|
1894
|
-
"className": [
|
|
1895
|
-
"z-[3] gap-[inherit]"
|
|
1896
|
-
],
|
|
1897
2190
|
"alignItems": [
|
|
1898
2191
|
"center"
|
|
1899
2192
|
],
|
|
@@ -2111,7 +2404,8 @@
|
|
|
2111
2404
|
"UDSBreakpointsConfigProvider",
|
|
2112
2405
|
"UDSBottomSheetConfigProvider",
|
|
2113
2406
|
"UDSToastConfigProvider",
|
|
2114
|
-
"UDSTooltipConfigProvider"
|
|
2407
|
+
"UDSTooltipConfigProvider",
|
|
2408
|
+
"UDSPopoverConfigProvider"
|
|
2115
2409
|
],
|
|
2116
2410
|
"internalComponentProps": {},
|
|
2117
2411
|
"propToVariantKeys": {},
|
|
@@ -2129,148 +2423,6 @@
|
|
|
2129
2423
|
"propToVariantKeys": {},
|
|
2130
2424
|
"motionVarPrefixes": []
|
|
2131
2425
|
},
|
|
2132
|
-
"RadioGroupStore": {
|
|
2133
|
-
"name": "RadioGroupStore",
|
|
2134
|
-
"defaultProps": {},
|
|
2135
|
-
"getStylesLiterals": {},
|
|
2136
|
-
"cxLiterals": [],
|
|
2137
|
-
"internalComponents": [],
|
|
2138
|
-
"internalComponentProps": {},
|
|
2139
|
-
"propToVariantKeys": {},
|
|
2140
|
-
"motionVarPrefixes": []
|
|
2141
|
-
},
|
|
2142
|
-
"RadioGroupProvider": {
|
|
2143
|
-
"name": "RadioGroupProvider",
|
|
2144
|
-
"defaultProps": {},
|
|
2145
|
-
"getStylesLiterals": {},
|
|
2146
|
-
"cxLiterals": [],
|
|
2147
|
-
"internalComponents": [
|
|
2148
|
-
"DivProps",
|
|
2149
|
-
"Comp",
|
|
2150
|
-
"RadioGroupContext.Provider"
|
|
2151
|
-
],
|
|
2152
|
-
"internalComponentProps": {
|
|
2153
|
-
"Comp": {
|
|
2154
|
-
"role": [
|
|
2155
|
-
"radiogroup"
|
|
2156
|
-
]
|
|
2157
|
-
}
|
|
2158
|
-
},
|
|
2159
|
-
"propToVariantKeys": {},
|
|
2160
|
-
"motionVarPrefixes": []
|
|
2161
|
-
},
|
|
2162
|
-
"Radio": {
|
|
2163
|
-
"name": "Radio",
|
|
2164
|
-
"defaultProps": {
|
|
2165
|
-
"labelPosition": "start",
|
|
2166
|
-
"variant": "primary",
|
|
2167
|
-
"size": "md",
|
|
2168
|
-
"value": ""
|
|
2169
|
-
},
|
|
2170
|
-
"getStylesLiterals": {
|
|
2171
|
-
"radioVariantValueRoot": "checked",
|
|
2172
|
-
"radioVariantValueRoot:1": "unchecked",
|
|
2173
|
-
"display": "flex",
|
|
2174
|
-
"flexDirection": "row",
|
|
2175
|
-
"flexDirection:1": "row-reverse",
|
|
2176
|
-
"alignItems": "center",
|
|
2177
|
-
"radioVariantValueRadio": "checked",
|
|
2178
|
-
"radioVariantValueRadio:1": "unchecked",
|
|
2179
|
-
"radioVariantValueRadioCircle": "checked",
|
|
2180
|
-
"radioVariantValueRadioCircle:1": "unchecked"
|
|
2181
|
-
},
|
|
2182
|
-
"cxLiterals": [
|
|
2183
|
-
"cursor-pointer",
|
|
2184
|
-
"cursor-default",
|
|
2185
|
-
"opacity-50",
|
|
2186
|
-
"border",
|
|
2187
|
-
"uds-ring",
|
|
2188
|
-
"uds-ring-within",
|
|
2189
|
-
"transition-[background-color,border-color]",
|
|
2190
|
-
"transition-shadow",
|
|
2191
|
-
"pointer-events-none",
|
|
2192
|
-
"w-[8px]",
|
|
2193
|
-
"h-[8px]",
|
|
2194
|
-
"transition-opacity",
|
|
2195
|
-
"cursor-[inherit]",
|
|
2196
|
-
"absolute",
|
|
2197
|
-
"opacity-0",
|
|
2198
|
-
"top-1/2",
|
|
2199
|
-
"left-1/2",
|
|
2200
|
-
"w-[calc(100%+2px)]",
|
|
2201
|
-
"h-[calc(100%+2px)]",
|
|
2202
|
-
"transform",
|
|
2203
|
-
"translate-x-[-50%]",
|
|
2204
|
-
"translate-y-[-50%]",
|
|
2205
|
-
"text-start",
|
|
2206
|
-
"text-end"
|
|
2207
|
-
],
|
|
2208
|
-
"internalComponents": [
|
|
2209
|
-
"Box",
|
|
2210
|
-
"FormLabel",
|
|
2211
|
-
"SpringMotionConfig",
|
|
2212
|
-
"RootElement",
|
|
2213
|
-
"MotionBox"
|
|
2214
|
-
],
|
|
2215
|
-
"internalComponentProps": {
|
|
2216
|
-
"Box": {
|
|
2217
|
-
"borderRadius": [
|
|
2218
|
-
"full"
|
|
2219
|
-
]
|
|
2220
|
-
},
|
|
2221
|
-
"FormLabel": {
|
|
2222
|
-
"as": [
|
|
2223
|
-
"div"
|
|
2224
|
-
],
|
|
2225
|
-
"variant": [
|
|
2226
|
-
"inherit"
|
|
2227
|
-
],
|
|
2228
|
-
"color": [
|
|
2229
|
-
"inherit"
|
|
2230
|
-
]
|
|
2231
|
-
},
|
|
2232
|
-
"RootElement": {
|
|
2233
|
-
"data-testid": [
|
|
2234
|
-
"container"
|
|
2235
|
-
]
|
|
2236
|
-
},
|
|
2237
|
-
"MotionBox": {
|
|
2238
|
-
"position": [
|
|
2239
|
-
"relative"
|
|
2240
|
-
],
|
|
2241
|
-
"borderRadius": [
|
|
2242
|
-
"full"
|
|
2243
|
-
],
|
|
2244
|
-
"alignItems": [
|
|
2245
|
-
"center"
|
|
2246
|
-
],
|
|
2247
|
-
"justifyContent": [
|
|
2248
|
-
"center"
|
|
2249
|
-
],
|
|
2250
|
-
"flex": [
|
|
2251
|
-
"none"
|
|
2252
|
-
]
|
|
2253
|
-
}
|
|
2254
|
-
},
|
|
2255
|
-
"propToVariantKeys": {
|
|
2256
|
-
"size": [
|
|
2257
|
-
"radioSizeRoot",
|
|
2258
|
-
"radioSizeRadio"
|
|
2259
|
-
],
|
|
2260
|
-
"variant": [
|
|
2261
|
-
"radioVariantRoot",
|
|
2262
|
-
"radioVariantRadio",
|
|
2263
|
-
"radioVariantRadioCircle"
|
|
2264
|
-
],
|
|
2265
|
-
"reduceMotion": [
|
|
2266
|
-
"reducedMotion"
|
|
2267
|
-
]
|
|
2268
|
-
},
|
|
2269
|
-
"motionVarPrefixes": [
|
|
2270
|
-
"--uds-motion-subtle-3-",
|
|
2271
|
-
"--uds-motion-smooth-3-"
|
|
2272
|
-
]
|
|
2273
|
-
},
|
|
2274
2426
|
"ChipLink": {
|
|
2275
2427
|
"name": "ChipLink",
|
|
2276
2428
|
"defaultProps": {
|