@yahoo/uds 3.131.0-beta.2 → 3.132.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automated-config/dist/properties.d.cts +1 -1
- package/dist/automated-config/dist/properties.d.ts +1 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +1 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +1 -1
- package/dist/components/Banner/Banner.cjs +5 -2
- package/dist/components/Banner/Banner.d.cts +10 -1
- package/dist/components/Banner/Banner.d.ts +10 -1
- package/dist/components/Banner/Banner.js +5 -2
- package/dist/components/Banner/utils.d.cts +1 -1
- package/dist/components/Banner/utils.d.ts +1 -1
- package/dist/components/Box.d.cts +1 -1
- package/dist/components/Box.d.ts +1 -1
- package/dist/components/Divider/Divider.d.cts +2 -2
- package/dist/components/Divider/Divider.d.ts +2 -2
- package/dist/components/Divider/DividerCore.cjs +17 -10
- package/dist/components/Divider/DividerCore.d.cts +11 -5
- package/dist/components/Divider/DividerCore.d.ts +11 -5
- package/dist/components/Divider/DividerCore.js +17 -10
- package/dist/components/Divider/DividerInternal.cjs +15 -11
- package/dist/components/Divider/DividerInternal.d.cts +1 -1
- package/dist/components/Divider/DividerInternal.d.ts +1 -1
- package/dist/components/Divider/DividerInternal.js +15 -11
- package/dist/components/FormLabel.d.cts +1 -1
- package/dist/components/FormLabel.d.ts +1 -1
- package/dist/components/HStack.d.cts +1 -1
- package/dist/components/HStack.d.ts +1 -1
- package/dist/components/Icon.cjs +6 -15
- package/dist/components/Icon.d.cts +1 -0
- package/dist/components/Icon.d.ts +1 -0
- package/dist/components/Icon.js +7 -16
- package/dist/components/IconSlot.cjs +6 -25
- package/dist/components/IconSlot.d.cts +2 -3
- package/dist/components/IconSlot.d.ts +2 -3
- package/dist/components/IconSlot.js +5 -25
- package/dist/components/Image.d.cts +1 -1
- package/dist/components/Image.d.ts +1 -1
- package/dist/components/Link.cjs +13 -6
- package/dist/components/Link.d.cts +11 -1
- package/dist/components/Link.d.ts +11 -1
- package/dist/components/Link.js +13 -6
- package/dist/components/Text.d.cts +1 -1
- package/dist/components/Text.d.ts +1 -1
- package/dist/components/VStack.d.cts +1 -1
- package/dist/components/VStack.d.ts +1 -1
- package/dist/components/client/Avatar/AvatarIcon.d.cts +1 -1
- package/dist/components/client/Avatar/AvatarIcon.d.ts +1 -1
- package/dist/components/client/Avatar/AvatarImage.d.cts +1 -1
- package/dist/components/client/Avatar/AvatarImage.d.ts +1 -1
- package/dist/components/client/Avatar/AvatarText.d.cts +1 -1
- package/dist/components/client/Avatar/AvatarText.d.ts +1 -1
- package/dist/components/client/Avatar/utils.d.cts +1 -1
- package/dist/components/client/Avatar/utils.d.ts +1 -1
- package/dist/components/client/Badge.cjs +10 -4
- package/dist/components/client/Badge.d.cts +13 -2
- package/dist/components/client/Badge.d.ts +13 -2
- package/dist/components/client/Badge.js +10 -4
- package/dist/components/client/BottomSheet/BottomSheet.d.cts +1 -1
- package/dist/components/client/BottomSheet/BottomSheet.d.ts +1 -1
- package/dist/components/client/BottomSheet/BottomSheetContent.d.cts +1 -1
- package/dist/components/client/BottomSheet/BottomSheetContent.d.ts +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHandle.d.cts +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +1 -1
- package/dist/components/client/BottomSheet/BottomSheetHeader.d.ts +1 -1
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.cts +1 -1
- package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.ts +1 -1
- package/dist/components/client/BottomSheet/utils.d.cts +1 -1
- package/dist/components/client/BottomSheet/utils.d.ts +1 -1
- package/dist/components/client/Button.cjs +20 -9
- package/dist/components/client/Button.d.cts +13 -2
- package/dist/components/client/Button.d.ts +13 -2
- package/dist/components/client/Button.js +20 -9
- package/dist/components/client/Checkbox.cjs +14 -6
- package/dist/components/client/Checkbox.d.cts +10 -5
- package/dist/components/client/Checkbox.d.ts +10 -5
- package/dist/components/client/Checkbox.js +14 -6
- package/dist/components/client/Chip/Chip.d.cts +1 -1
- package/dist/components/client/Chip/Chip.d.ts +1 -1
- package/dist/components/client/Chip/ChipBase.d.cts +1 -1
- package/dist/components/client/Chip/ChipBase.d.ts +1 -1
- package/dist/components/client/Chip/ChipButton.d.cts +1 -1
- package/dist/components/client/Chip/ChipButton.d.ts +1 -1
- package/dist/components/client/Chip/ChipDismissible.d.cts +1 -1
- package/dist/components/client/Chip/ChipDismissible.d.ts +1 -1
- package/dist/components/client/Chip/ChipLink.d.cts +1 -1
- package/dist/components/client/Chip/ChipLink.d.ts +1 -1
- package/dist/components/client/Chip/ChipToggle.d.cts +1 -1
- package/dist/components/client/Chip/ChipToggle.d.ts +1 -1
- package/dist/components/client/IconButton.cjs +5 -8
- package/dist/components/client/IconButton.d.cts +10 -2
- package/dist/components/client/IconButton.d.ts +10 -2
- package/dist/components/client/IconButton.js +5 -8
- package/dist/components/client/Input/Input.cjs +8 -2
- package/dist/components/client/Input/Input.d.cts +4 -1
- package/dist/components/client/Input/Input.d.ts +4 -1
- package/dist/components/client/Input/Input.js +8 -2
- package/dist/components/client/Input/InputHelpTextInternal.cjs +16 -6
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +11 -1
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +11 -1
- package/dist/components/client/Input/InputHelpTextInternal.js +16 -6
- package/dist/components/client/Menu/Menu.Content.cjs +2 -1
- package/dist/components/client/Menu/Menu.Content.d.cts +8 -1
- package/dist/components/client/Menu/Menu.Content.d.ts +8 -1
- package/dist/components/client/Menu/Menu.Content.js +2 -1
- package/dist/components/client/Menu/Menu.Divider.cjs +8 -10
- package/dist/components/client/Menu/Menu.Divider.js +8 -10
- package/dist/components/client/Menu/Menu.Item.cjs +23 -14
- package/dist/components/client/Menu/Menu.Item.d.cts +12 -1
- package/dist/components/client/Menu/Menu.Item.d.ts +12 -1
- package/dist/components/client/Menu/Menu.Item.js +24 -15
- package/dist/components/client/Menu/Menu.ItemBase.cjs +17 -9
- package/dist/components/client/Menu/Menu.ItemBase.d.cts +10 -6
- package/dist/components/client/Menu/Menu.ItemBase.d.ts +10 -6
- package/dist/components/client/Menu/Menu.ItemBase.js +17 -9
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +10 -10
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
- package/dist/components/client/Menu/Menu.ItemCheckbox.js +10 -10
- package/dist/components/client/Popover/Popover.d.cts +1 -1
- package/dist/components/client/Popover/Popover.d.ts +1 -1
- package/dist/components/client/Popover/PopoverContent.cjs +4 -1
- package/dist/components/client/Popover/PopoverContent.d.cts +4 -1
- package/dist/components/client/Popover/PopoverContent.d.ts +4 -1
- package/dist/components/client/Popover/PopoverContent.js +4 -1
- package/dist/components/client/Popover/PopoverTrigger.d.cts +1 -1
- package/dist/components/client/Popover/PopoverTrigger.d.ts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +2 -2
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +2 -2
- package/dist/components/client/Popover/index.d.cts +1 -1
- package/dist/components/client/Popover/index.d.ts +1 -1
- package/dist/components/client/Pressable.d.cts +1 -1
- package/dist/components/client/Pressable.d.ts +1 -1
- package/dist/components/client/Radio/Radio.cjs +18 -15
- package/dist/components/client/Radio/Radio.d.cts +10 -5
- package/dist/components/client/Radio/Radio.d.ts +10 -5
- package/dist/components/client/Radio/Radio.js +18 -15
- package/dist/components/client/Radio/RadioGroupProvider.d.cts +1 -1
- package/dist/components/client/Radio/RadioGroupProvider.d.ts +1 -1
- package/dist/components/client/SpringMotionConfig.d.cts +1 -1
- package/dist/components/client/SpringMotionConfig.d.ts +1 -1
- package/dist/components/client/Switch.cjs +14 -6
- package/dist/components/client/Switch.d.cts +10 -6
- package/dist/components/client/Switch.d.ts +10 -6
- package/dist/components/client/Switch.js +14 -6
- package/dist/components/client/Tabs/Tab.cjs +11 -5
- package/dist/components/client/Tabs/Tab.d.cts +14 -3
- package/dist/components/client/Tabs/Tab.d.ts +14 -3
- package/dist/components/client/Tabs/Tab.js +11 -5
- package/dist/components/client/Tabs/TabList.d.cts +1 -1
- package/dist/components/client/Tabs/TabList.d.ts +1 -1
- package/dist/components/client/Tabs/TabPanel.d.cts +1 -1
- package/dist/components/client/Tabs/TabPanel.d.ts +1 -1
- package/dist/components/client/Tabs/Tabs.d.cts +1 -1
- package/dist/components/client/Tabs/Tabs.d.ts +1 -1
- package/dist/components/client/Tabs/tabsContext.d.cts +1 -1
- package/dist/components/client/Tabs/tabsContext.d.ts +1 -1
- 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/ToastContainer.d.cts +1 -1
- package/dist/components/client/Toast/ToastContainer.d.ts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
- package/dist/components/client/Toast/createToast.d.cts +1 -1
- package/dist/components/client/Toast/createToast.d.ts +1 -1
- 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/TooltipContent.cjs +9 -3
- package/dist/components/client/Tooltip/TooltipContent.d.cts +14 -3
- package/dist/components/client/Tooltip/TooltipContent.d.ts +14 -3
- package/dist/components/client/Tooltip/TooltipContent.js +9 -3
- package/dist/components/client/Tooltip/TooltipTrigger.d.cts +1 -1
- package/dist/components/client/Tooltip/TooltipTrigger.d.ts +1 -1
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +1 -1
- package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +1 -1
- package/dist/components/client/Tooltip/index.d.cts +1 -1
- package/dist/components/client/Tooltip/index.d.ts +1 -1
- package/dist/components/client/buttonConstants.d.cts +1 -1
- package/dist/components/client/buttonConstants.d.ts +1 -1
- package/dist/components/client/index.d.cts +1 -1
- package/dist/components/client/index.d.ts +1 -1
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +1 -1
- package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.ts +1 -1
- package/dist/components/experimental/Table.d.cts +1 -1
- package/dist/components/experimental/Table.d.ts +1 -1
- package/dist/components/experimental/client/SwitchV2.cjs +14 -6
- package/dist/components/experimental/client/SwitchV2.d.cts +10 -6
- package/dist/components/experimental/client/SwitchV2.d.ts +10 -6
- package/dist/components/experimental/client/SwitchV2.js +14 -6
- package/dist/components/index.d.cts +2 -2
- package/dist/components/index.d.ts +2 -2
- package/dist/config/dist/index.d.cts +1 -1
- package/dist/config/dist/index.d.ts +1 -1
- package/dist/css-tokens/dist/index.d.cts +1 -1
- package/dist/css-tokens/dist/index.d.ts +1 -1
- package/dist/fixtures/dist/index.d.cts +1 -1
- package/dist/fixtures/dist/index.d.ts +1 -1
- package/dist/fixtures/index.d.cts +1 -1
- package/dist/fixtures/index.d.ts +1 -1
- package/dist/fonts/dist/index.d.cts +1 -1
- package/dist/fonts/dist/index.d.ts +1 -1
- package/dist/icons/dist/types.d.cts +30 -0
- package/dist/icons/dist/types.d.ts +30 -0
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/modes/dist/index.d.cts +1 -1
- package/dist/modes/dist/index.d.ts +1 -1
- package/dist/motion-tokens/dist/index.d.cts +1 -1
- package/dist/motion-tokens/dist/index.d.ts +1 -1
- package/dist/providers/ColorModeProvider.d.cts +1 -1
- package/dist/providers/ColorModeProvider.d.ts +1 -1
- package/dist/providers/ScaleModeProvider.d.cts +1 -1
- package/dist/providers/ScaleModeProvider.d.ts +1 -1
- package/dist/providers/ThemeProvider.d.cts +1 -1
- package/dist/providers/ThemeProvider.d.ts +1 -1
- package/dist/runtime/bottomSheetConfig.d.cts +1 -1
- package/dist/runtime/bottomSheetConfig.d.ts +1 -1
- package/dist/runtime/breakpointsConfig.d.cts +1 -1
- package/dist/runtime/breakpointsConfig.d.ts +1 -1
- package/dist/runtime/popoverConfig.d.cts +1 -1
- package/dist/runtime/popoverConfig.d.ts +1 -1
- package/dist/runtime/toastConfig.d.cts +1 -1
- package/dist/runtime/toastConfig.d.ts +1 -1
- package/dist/runtime/tooltipConfig.d.cts +1 -1
- package/dist/runtime/tooltipConfig.d.ts +1 -1
- package/dist/styles/styler.d.cts +76 -76
- package/dist/styles/styler.d.ts +76 -76
- package/dist/styles/stylerTypes.d.cts +1 -1
- package/dist/styles/stylerTypes.d.ts +1 -1
- package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
- package/dist/tokens/configs/borderRadius.d.cts +1 -1
- package/dist/tokens/configs/borderRadius.d.ts +1 -1
- package/dist/tokens/configs/borderWidth.d.cts +1 -1
- package/dist/tokens/configs/borderWidth.d.ts +1 -1
- package/dist/tokens/configs/font.d.cts +1 -1
- package/dist/tokens/configs/font.d.ts +1 -1
- package/dist/tokens/configs/scaleMode.d.cts +1 -1
- package/dist/tokens/configs/scaleMode.d.ts +1 -1
- package/dist/tokens/configs/shadow.d.cts +1 -1
- package/dist/tokens/configs/shadow.d.ts +1 -1
- package/dist/tokens/configs/sizes.d.cts +1 -1
- package/dist/tokens/configs/sizes.d.ts +1 -1
- package/dist/tokens/configs/typography.d.cts +1 -1
- package/dist/tokens/configs/typography.d.ts +1 -1
- package/dist/tokens/index.d.cts +2 -2
- package/dist/tokens/index.d.ts +2 -2
- package/dist/tokens/parseButtonVariants.d.cts +1 -1
- package/dist/tokens/parseButtonVariants.d.ts +1 -1
- package/dist/tokens/types.d.cts +7 -7
- package/dist/tokens/types.d.ts +7 -7
- package/dist/tokens/utils/spectrum.d.cts +1 -1
- package/dist/tokens/utils/spectrum.d.ts +1 -1
- package/dist/types/{src → dist}/index.d.cts +26 -38
- package/dist/types/{src → dist}/index.d.ts +26 -38
- package/dist/uds/generated/componentData.cjs +109 -106
- package/dist/uds/generated/componentData.js +109 -106
- package/dist/uds/generated/tailwindPurge.cjs +73 -73
- package/dist/uds/generated/tailwindPurge.js +73 -73
- package/dist/uds/package.cjs +1 -1
- package/dist/uds/package.js +1 -1
- package/dist/utils/isElevationAlias.d.cts +1 -1
- package/dist/utils/isElevationAlias.d.ts +1 -1
- package/generated/componentData.json +135 -124
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +2 -2
|
@@ -9,7 +9,7 @@ var Icon = {
|
|
|
9
9
|
},
|
|
10
10
|
"getStylesLiterals": { "flex": "none" },
|
|
11
11
|
"cxLiterals": ["[&_path]:fill-current"],
|
|
12
|
-
"internalComponents": [],
|
|
12
|
+
"internalComponents": ["SVGIcon"],
|
|
13
13
|
"internalComponentProps": {},
|
|
14
14
|
"propToVariantKeys": {},
|
|
15
15
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1428,6 +1428,107 @@ var BottomSheetProvider = {
|
|
|
1428
1428
|
"runtimeConfigInternalComponentProps": {},
|
|
1429
1429
|
"motionVarPrefixes": []
|
|
1430
1430
|
};
|
|
1431
|
+
var AvatarText = {
|
|
1432
|
+
"name": "AvatarText",
|
|
1433
|
+
"defaultProps": {
|
|
1434
|
+
"size": "md",
|
|
1435
|
+
"variant": "primary"
|
|
1436
|
+
},
|
|
1437
|
+
"getStylesLiterals": {},
|
|
1438
|
+
"cxLiterals": [
|
|
1439
|
+
"overflow-hidden",
|
|
1440
|
+
"truncate",
|
|
1441
|
+
"w-full",
|
|
1442
|
+
"h-full",
|
|
1443
|
+
"shrink-0",
|
|
1444
|
+
"text-center",
|
|
1445
|
+
"inline-flex",
|
|
1446
|
+
"justify-center",
|
|
1447
|
+
"items-center"
|
|
1448
|
+
],
|
|
1449
|
+
"internalComponents": ["Box", "Text"],
|
|
1450
|
+
"internalComponentProps": { "Text": {
|
|
1451
|
+
"color": ["inherit"],
|
|
1452
|
+
"variant": ["inherit"]
|
|
1453
|
+
} },
|
|
1454
|
+
"propToVariantKeys": {},
|
|
1455
|
+
"runtimeConfigDefaultProps": {},
|
|
1456
|
+
"runtimeConfigGetStyles": {},
|
|
1457
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1458
|
+
"motionVarPrefixes": []
|
|
1459
|
+
};
|
|
1460
|
+
var AvatarIcon = {
|
|
1461
|
+
"name": "AvatarIcon",
|
|
1462
|
+
"defaultProps": {
|
|
1463
|
+
"size": "md",
|
|
1464
|
+
"variant": "primary"
|
|
1465
|
+
},
|
|
1466
|
+
"getStylesLiterals": {},
|
|
1467
|
+
"cxLiterals": [
|
|
1468
|
+
"overflow-hidden",
|
|
1469
|
+
"w-full",
|
|
1470
|
+
"h-full",
|
|
1471
|
+
"shrink-0",
|
|
1472
|
+
"text-center",
|
|
1473
|
+
"inline-flex",
|
|
1474
|
+
"justify-center",
|
|
1475
|
+
"items-center"
|
|
1476
|
+
],
|
|
1477
|
+
"internalComponents": ["IconSlot", "Box"],
|
|
1478
|
+
"internalComponentProps": {},
|
|
1479
|
+
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
1480
|
+
"runtimeConfigDefaultProps": {},
|
|
1481
|
+
"runtimeConfigGetStyles": {},
|
|
1482
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1483
|
+
"motionVarPrefixes": []
|
|
1484
|
+
};
|
|
1485
|
+
var Avatar = {
|
|
1486
|
+
"name": "Avatar",
|
|
1487
|
+
"defaultProps": {},
|
|
1488
|
+
"getStylesLiterals": {},
|
|
1489
|
+
"cxLiterals": [],
|
|
1490
|
+
"internalComponents": ["AvatarImage"],
|
|
1491
|
+
"internalComponentProps": {},
|
|
1492
|
+
"propToVariantKeys": {},
|
|
1493
|
+
"runtimeConfigDefaultProps": {},
|
|
1494
|
+
"runtimeConfigGetStyles": {},
|
|
1495
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1496
|
+
"motionVarPrefixes": []
|
|
1497
|
+
};
|
|
1498
|
+
var AvatarImage = {
|
|
1499
|
+
"name": "AvatarImage",
|
|
1500
|
+
"defaultProps": {
|
|
1501
|
+
"size": "md",
|
|
1502
|
+
"variant": "primary"
|
|
1503
|
+
},
|
|
1504
|
+
"getStylesLiterals": {},
|
|
1505
|
+
"cxLiterals": [
|
|
1506
|
+
"overflow-hidden",
|
|
1507
|
+
"w-full",
|
|
1508
|
+
"h-full",
|
|
1509
|
+
"shrink-0",
|
|
1510
|
+
"text-center",
|
|
1511
|
+
"inline-flex",
|
|
1512
|
+
"justify-center",
|
|
1513
|
+
"items-center",
|
|
1514
|
+
"object-cover"
|
|
1515
|
+
],
|
|
1516
|
+
"internalComponents": [
|
|
1517
|
+
"UDSImage",
|
|
1518
|
+
"AvatarText",
|
|
1519
|
+
"AvatarIcon",
|
|
1520
|
+
"Box"
|
|
1521
|
+
],
|
|
1522
|
+
"internalComponentProps": {},
|
|
1523
|
+
"propToVariantKeys": {
|
|
1524
|
+
"alt": ["name"],
|
|
1525
|
+
"fallback": ["initials"]
|
|
1526
|
+
},
|
|
1527
|
+
"runtimeConfigDefaultProps": {},
|
|
1528
|
+
"runtimeConfigGetStyles": {},
|
|
1529
|
+
"runtimeConfigInternalComponentProps": {},
|
|
1530
|
+
"motionVarPrefixes": []
|
|
1531
|
+
};
|
|
1431
1532
|
var ChipLink = {
|
|
1432
1533
|
"name": "ChipLink",
|
|
1433
1534
|
"defaultProps": { "variant": "primary" },
|
|
@@ -1556,107 +1657,6 @@ var ChipButton = {
|
|
|
1556
1657
|
"runtimeConfigInternalComponentProps": {},
|
|
1557
1658
|
"motionVarPrefixes": []
|
|
1558
1659
|
};
|
|
1559
|
-
var AvatarText = {
|
|
1560
|
-
"name": "AvatarText",
|
|
1561
|
-
"defaultProps": {
|
|
1562
|
-
"size": "md",
|
|
1563
|
-
"variant": "primary"
|
|
1564
|
-
},
|
|
1565
|
-
"getStylesLiterals": {},
|
|
1566
|
-
"cxLiterals": [
|
|
1567
|
-
"overflow-hidden",
|
|
1568
|
-
"truncate",
|
|
1569
|
-
"w-full",
|
|
1570
|
-
"h-full",
|
|
1571
|
-
"shrink-0",
|
|
1572
|
-
"text-center",
|
|
1573
|
-
"inline-flex",
|
|
1574
|
-
"justify-center",
|
|
1575
|
-
"items-center"
|
|
1576
|
-
],
|
|
1577
|
-
"internalComponents": ["Box", "Text"],
|
|
1578
|
-
"internalComponentProps": { "Text": {
|
|
1579
|
-
"color": ["inherit"],
|
|
1580
|
-
"variant": ["inherit"]
|
|
1581
|
-
} },
|
|
1582
|
-
"propToVariantKeys": {},
|
|
1583
|
-
"runtimeConfigDefaultProps": {},
|
|
1584
|
-
"runtimeConfigGetStyles": {},
|
|
1585
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1586
|
-
"motionVarPrefixes": []
|
|
1587
|
-
};
|
|
1588
|
-
var AvatarIcon = {
|
|
1589
|
-
"name": "AvatarIcon",
|
|
1590
|
-
"defaultProps": {
|
|
1591
|
-
"size": "md",
|
|
1592
|
-
"variant": "primary"
|
|
1593
|
-
},
|
|
1594
|
-
"getStylesLiterals": {},
|
|
1595
|
-
"cxLiterals": [
|
|
1596
|
-
"overflow-hidden",
|
|
1597
|
-
"w-full",
|
|
1598
|
-
"h-full",
|
|
1599
|
-
"shrink-0",
|
|
1600
|
-
"text-center",
|
|
1601
|
-
"inline-flex",
|
|
1602
|
-
"justify-center",
|
|
1603
|
-
"items-center"
|
|
1604
|
-
],
|
|
1605
|
-
"internalComponents": ["IconSlot", "Box"],
|
|
1606
|
-
"internalComponentProps": {},
|
|
1607
|
-
"propToVariantKeys": { "size": ["avatarSizeIcon"] },
|
|
1608
|
-
"runtimeConfigDefaultProps": {},
|
|
1609
|
-
"runtimeConfigGetStyles": {},
|
|
1610
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1611
|
-
"motionVarPrefixes": []
|
|
1612
|
-
};
|
|
1613
|
-
var Avatar = {
|
|
1614
|
-
"name": "Avatar",
|
|
1615
|
-
"defaultProps": {},
|
|
1616
|
-
"getStylesLiterals": {},
|
|
1617
|
-
"cxLiterals": [],
|
|
1618
|
-
"internalComponents": ["AvatarImage"],
|
|
1619
|
-
"internalComponentProps": {},
|
|
1620
|
-
"propToVariantKeys": {},
|
|
1621
|
-
"runtimeConfigDefaultProps": {},
|
|
1622
|
-
"runtimeConfigGetStyles": {},
|
|
1623
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1624
|
-
"motionVarPrefixes": []
|
|
1625
|
-
};
|
|
1626
|
-
var AvatarImage = {
|
|
1627
|
-
"name": "AvatarImage",
|
|
1628
|
-
"defaultProps": {
|
|
1629
|
-
"size": "md",
|
|
1630
|
-
"variant": "primary"
|
|
1631
|
-
},
|
|
1632
|
-
"getStylesLiterals": {},
|
|
1633
|
-
"cxLiterals": [
|
|
1634
|
-
"overflow-hidden",
|
|
1635
|
-
"w-full",
|
|
1636
|
-
"h-full",
|
|
1637
|
-
"shrink-0",
|
|
1638
|
-
"text-center",
|
|
1639
|
-
"inline-flex",
|
|
1640
|
-
"justify-center",
|
|
1641
|
-
"items-center",
|
|
1642
|
-
"object-cover"
|
|
1643
|
-
],
|
|
1644
|
-
"internalComponents": [
|
|
1645
|
-
"UDSImage",
|
|
1646
|
-
"AvatarText",
|
|
1647
|
-
"AvatarIcon",
|
|
1648
|
-
"Box"
|
|
1649
|
-
],
|
|
1650
|
-
"internalComponentProps": {},
|
|
1651
|
-
"propToVariantKeys": {
|
|
1652
|
-
"alt": ["name"],
|
|
1653
|
-
"fallback": ["initials"]
|
|
1654
|
-
},
|
|
1655
|
-
"runtimeConfigDefaultProps": {},
|
|
1656
|
-
"runtimeConfigGetStyles": {},
|
|
1657
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1658
|
-
"motionVarPrefixes": []
|
|
1659
|
-
};
|
|
1660
1660
|
var TabPanel = {
|
|
1661
1661
|
"name": "TabPanel",
|
|
1662
1662
|
"defaultProps": {},
|
|
@@ -1990,6 +1990,7 @@ var Input = {
|
|
|
1990
1990
|
],
|
|
1991
1991
|
"startIcon": ["icon"],
|
|
1992
1992
|
"endIcon": ["icon"],
|
|
1993
|
+
"slotProps": ["helperTextSlotProps"],
|
|
1993
1994
|
"helperTextIcon": ["startIcon"]
|
|
1994
1995
|
},
|
|
1995
1996
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2248,6 +2249,8 @@ var Menu_ItemBase = {
|
|
|
2248
2249
|
"AnimatePresence": { "mode": ["popLayout"] }
|
|
2249
2250
|
},
|
|
2250
2251
|
"propToVariantKeys": {
|
|
2252
|
+
"startIconClassName": ["className"],
|
|
2253
|
+
"endIconClassName": ["className"],
|
|
2251
2254
|
"startIcon": ["icon"],
|
|
2252
2255
|
"endIcon": ["icon"],
|
|
2253
2256
|
"columnGap": ["gap"]
|
|
@@ -2541,16 +2544,16 @@ var componentData_default = {
|
|
|
2541
2544
|
UDSBottomSheetConfigProvider,
|
|
2542
2545
|
BottomSheetDismiss,
|
|
2543
2546
|
BottomSheetProvider,
|
|
2547
|
+
AvatarText,
|
|
2548
|
+
AvatarIcon,
|
|
2549
|
+
Avatar,
|
|
2550
|
+
AvatarImage,
|
|
2544
2551
|
ChipLink,
|
|
2545
2552
|
ChipDismissible,
|
|
2546
2553
|
ChipToggle,
|
|
2547
2554
|
ChipBase,
|
|
2548
2555
|
Chip,
|
|
2549
2556
|
ChipButton,
|
|
2550
|
-
AvatarText,
|
|
2551
|
-
AvatarIcon,
|
|
2552
|
-
Avatar,
|
|
2553
|
-
AvatarImage,
|
|
2554
2557
|
TabPanel,
|
|
2555
2558
|
Tabs,
|
|
2556
2559
|
TabList,
|
|
@@ -431,6 +431,34 @@ const componentToVariants = {
|
|
|
431
431
|
"auto",
|
|
432
432
|
"initial"
|
|
433
433
|
]],
|
|
434
|
+
["color", [
|
|
435
|
+
"accent",
|
|
436
|
+
"alert",
|
|
437
|
+
"alert-secondary",
|
|
438
|
+
"brand",
|
|
439
|
+
"brand-secondary",
|
|
440
|
+
"positive",
|
|
441
|
+
"positive-secondary",
|
|
442
|
+
"warning",
|
|
443
|
+
"warning-secondary",
|
|
444
|
+
"info",
|
|
445
|
+
"info-secondary",
|
|
446
|
+
"muted",
|
|
447
|
+
"on-color",
|
|
448
|
+
"primary",
|
|
449
|
+
"secondary",
|
|
450
|
+
"tertiary",
|
|
451
|
+
"white",
|
|
452
|
+
"black",
|
|
453
|
+
"transparent",
|
|
454
|
+
"current",
|
|
455
|
+
"always/white",
|
|
456
|
+
"always/black",
|
|
457
|
+
"always/transparent",
|
|
458
|
+
"always/current",
|
|
459
|
+
"always/brand",
|
|
460
|
+
"always/accent"
|
|
461
|
+
]],
|
|
434
462
|
["justifyContent", [
|
|
435
463
|
"center",
|
|
436
464
|
"flex-start",
|
|
@@ -1418,34 +1446,6 @@ const componentToVariants = {
|
|
|
1418
1446
|
"true",
|
|
1419
1447
|
"first",
|
|
1420
1448
|
"last"
|
|
1421
|
-
]],
|
|
1422
|
-
["color", [
|
|
1423
|
-
"accent",
|
|
1424
|
-
"alert",
|
|
1425
|
-
"alert-secondary",
|
|
1426
|
-
"brand",
|
|
1427
|
-
"brand-secondary",
|
|
1428
|
-
"positive",
|
|
1429
|
-
"positive-secondary",
|
|
1430
|
-
"warning",
|
|
1431
|
-
"warning-secondary",
|
|
1432
|
-
"info",
|
|
1433
|
-
"info-secondary",
|
|
1434
|
-
"muted",
|
|
1435
|
-
"on-color",
|
|
1436
|
-
"primary",
|
|
1437
|
-
"secondary",
|
|
1438
|
-
"tertiary",
|
|
1439
|
-
"white",
|
|
1440
|
-
"black",
|
|
1441
|
-
"transparent",
|
|
1442
|
-
"current",
|
|
1443
|
-
"always/white",
|
|
1444
|
-
"always/black",
|
|
1445
|
-
"always/transparent",
|
|
1446
|
-
"always/current",
|
|
1447
|
-
"always/brand",
|
|
1448
|
-
"always/accent"
|
|
1449
1449
|
]]
|
|
1450
1450
|
],
|
|
1451
1451
|
"Button": [["width", ["full"]]],
|
|
@@ -2778,51 +2778,6 @@ const componentToVariants = {
|
|
|
2778
2778
|
"always/brand",
|
|
2779
2779
|
"always/accent"
|
|
2780
2780
|
]],
|
|
2781
|
-
["spacingStart", [
|
|
2782
|
-
"0.5",
|
|
2783
|
-
"0",
|
|
2784
|
-
"1",
|
|
2785
|
-
"2",
|
|
2786
|
-
"3",
|
|
2787
|
-
"4",
|
|
2788
|
-
"5",
|
|
2789
|
-
"6",
|
|
2790
|
-
"7",
|
|
2791
|
-
"8",
|
|
2792
|
-
"9",
|
|
2793
|
-
"10",
|
|
2794
|
-
"11",
|
|
2795
|
-
"12",
|
|
2796
|
-
"14",
|
|
2797
|
-
"16",
|
|
2798
|
-
"20",
|
|
2799
|
-
"24",
|
|
2800
|
-
"28",
|
|
2801
|
-
"32",
|
|
2802
|
-
"36",
|
|
2803
|
-
"40",
|
|
2804
|
-
"44",
|
|
2805
|
-
"48",
|
|
2806
|
-
"52",
|
|
2807
|
-
"56",
|
|
2808
|
-
"60",
|
|
2809
|
-
"64",
|
|
2810
|
-
"72",
|
|
2811
|
-
"80",
|
|
2812
|
-
"96",
|
|
2813
|
-
"px",
|
|
2814
|
-
"1.5",
|
|
2815
|
-
"2.5",
|
|
2816
|
-
"3.5",
|
|
2817
|
-
"4.5",
|
|
2818
|
-
"5.5"
|
|
2819
|
-
]],
|
|
2820
|
-
["textAlign", [
|
|
2821
|
-
"center",
|
|
2822
|
-
"justify",
|
|
2823
|
-
"start",
|
|
2824
|
-
"end"
|
|
2825
|
-
]],
|
|
2826
2781
|
["height", [
|
|
2827
2782
|
"full",
|
|
2828
2783
|
"fit",
|
|
@@ -3458,6 +3413,45 @@ const componentToVariants = {
|
|
|
3458
3413
|
"4.5",
|
|
3459
3414
|
"5.5"
|
|
3460
3415
|
]],
|
|
3416
|
+
["spacingStart", [
|
|
3417
|
+
"0",
|
|
3418
|
+
"1",
|
|
3419
|
+
"2",
|
|
3420
|
+
"3",
|
|
3421
|
+
"4",
|
|
3422
|
+
"5",
|
|
3423
|
+
"6",
|
|
3424
|
+
"7",
|
|
3425
|
+
"8",
|
|
3426
|
+
"9",
|
|
3427
|
+
"10",
|
|
3428
|
+
"11",
|
|
3429
|
+
"12",
|
|
3430
|
+
"14",
|
|
3431
|
+
"16",
|
|
3432
|
+
"20",
|
|
3433
|
+
"24",
|
|
3434
|
+
"28",
|
|
3435
|
+
"32",
|
|
3436
|
+
"36",
|
|
3437
|
+
"40",
|
|
3438
|
+
"44",
|
|
3439
|
+
"48",
|
|
3440
|
+
"52",
|
|
3441
|
+
"56",
|
|
3442
|
+
"60",
|
|
3443
|
+
"64",
|
|
3444
|
+
"72",
|
|
3445
|
+
"80",
|
|
3446
|
+
"96",
|
|
3447
|
+
"px",
|
|
3448
|
+
"0.5",
|
|
3449
|
+
"1.5",
|
|
3450
|
+
"2.5",
|
|
3451
|
+
"3.5",
|
|
3452
|
+
"4.5",
|
|
3453
|
+
"5.5"
|
|
3454
|
+
]],
|
|
3461
3455
|
["spacingTop", [
|
|
3462
3456
|
"0",
|
|
3463
3457
|
"1",
|
|
@@ -4215,6 +4209,12 @@ const componentToVariants = {
|
|
|
4215
4209
|
"ui5/emphasized",
|
|
4216
4210
|
"ui6/emphasized"
|
|
4217
4211
|
]],
|
|
4212
|
+
["textAlign", [
|
|
4213
|
+
"center",
|
|
4214
|
+
"justify",
|
|
4215
|
+
"start",
|
|
4216
|
+
"end"
|
|
4217
|
+
]],
|
|
4218
4218
|
["textTransform", [
|
|
4219
4219
|
"display1",
|
|
4220
4220
|
"display2",
|
|
@@ -430,6 +430,34 @@ const componentToVariants = {
|
|
|
430
430
|
"auto",
|
|
431
431
|
"initial"
|
|
432
432
|
]],
|
|
433
|
+
["color", [
|
|
434
|
+
"accent",
|
|
435
|
+
"alert",
|
|
436
|
+
"alert-secondary",
|
|
437
|
+
"brand",
|
|
438
|
+
"brand-secondary",
|
|
439
|
+
"positive",
|
|
440
|
+
"positive-secondary",
|
|
441
|
+
"warning",
|
|
442
|
+
"warning-secondary",
|
|
443
|
+
"info",
|
|
444
|
+
"info-secondary",
|
|
445
|
+
"muted",
|
|
446
|
+
"on-color",
|
|
447
|
+
"primary",
|
|
448
|
+
"secondary",
|
|
449
|
+
"tertiary",
|
|
450
|
+
"white",
|
|
451
|
+
"black",
|
|
452
|
+
"transparent",
|
|
453
|
+
"current",
|
|
454
|
+
"always/white",
|
|
455
|
+
"always/black",
|
|
456
|
+
"always/transparent",
|
|
457
|
+
"always/current",
|
|
458
|
+
"always/brand",
|
|
459
|
+
"always/accent"
|
|
460
|
+
]],
|
|
433
461
|
["justifyContent", [
|
|
434
462
|
"center",
|
|
435
463
|
"flex-start",
|
|
@@ -1417,34 +1445,6 @@ const componentToVariants = {
|
|
|
1417
1445
|
"true",
|
|
1418
1446
|
"first",
|
|
1419
1447
|
"last"
|
|
1420
|
-
]],
|
|
1421
|
-
["color", [
|
|
1422
|
-
"accent",
|
|
1423
|
-
"alert",
|
|
1424
|
-
"alert-secondary",
|
|
1425
|
-
"brand",
|
|
1426
|
-
"brand-secondary",
|
|
1427
|
-
"positive",
|
|
1428
|
-
"positive-secondary",
|
|
1429
|
-
"warning",
|
|
1430
|
-
"warning-secondary",
|
|
1431
|
-
"info",
|
|
1432
|
-
"info-secondary",
|
|
1433
|
-
"muted",
|
|
1434
|
-
"on-color",
|
|
1435
|
-
"primary",
|
|
1436
|
-
"secondary",
|
|
1437
|
-
"tertiary",
|
|
1438
|
-
"white",
|
|
1439
|
-
"black",
|
|
1440
|
-
"transparent",
|
|
1441
|
-
"current",
|
|
1442
|
-
"always/white",
|
|
1443
|
-
"always/black",
|
|
1444
|
-
"always/transparent",
|
|
1445
|
-
"always/current",
|
|
1446
|
-
"always/brand",
|
|
1447
|
-
"always/accent"
|
|
1448
1448
|
]]
|
|
1449
1449
|
],
|
|
1450
1450
|
"Button": [["width", ["full"]]],
|
|
@@ -2777,51 +2777,6 @@ const componentToVariants = {
|
|
|
2777
2777
|
"always/brand",
|
|
2778
2778
|
"always/accent"
|
|
2779
2779
|
]],
|
|
2780
|
-
["spacingStart", [
|
|
2781
|
-
"0.5",
|
|
2782
|
-
"0",
|
|
2783
|
-
"1",
|
|
2784
|
-
"2",
|
|
2785
|
-
"3",
|
|
2786
|
-
"4",
|
|
2787
|
-
"5",
|
|
2788
|
-
"6",
|
|
2789
|
-
"7",
|
|
2790
|
-
"8",
|
|
2791
|
-
"9",
|
|
2792
|
-
"10",
|
|
2793
|
-
"11",
|
|
2794
|
-
"12",
|
|
2795
|
-
"14",
|
|
2796
|
-
"16",
|
|
2797
|
-
"20",
|
|
2798
|
-
"24",
|
|
2799
|
-
"28",
|
|
2800
|
-
"32",
|
|
2801
|
-
"36",
|
|
2802
|
-
"40",
|
|
2803
|
-
"44",
|
|
2804
|
-
"48",
|
|
2805
|
-
"52",
|
|
2806
|
-
"56",
|
|
2807
|
-
"60",
|
|
2808
|
-
"64",
|
|
2809
|
-
"72",
|
|
2810
|
-
"80",
|
|
2811
|
-
"96",
|
|
2812
|
-
"px",
|
|
2813
|
-
"1.5",
|
|
2814
|
-
"2.5",
|
|
2815
|
-
"3.5",
|
|
2816
|
-
"4.5",
|
|
2817
|
-
"5.5"
|
|
2818
|
-
]],
|
|
2819
|
-
["textAlign", [
|
|
2820
|
-
"center",
|
|
2821
|
-
"justify",
|
|
2822
|
-
"start",
|
|
2823
|
-
"end"
|
|
2824
|
-
]],
|
|
2825
2780
|
["height", [
|
|
2826
2781
|
"full",
|
|
2827
2782
|
"fit",
|
|
@@ -3457,6 +3412,45 @@ const componentToVariants = {
|
|
|
3457
3412
|
"4.5",
|
|
3458
3413
|
"5.5"
|
|
3459
3414
|
]],
|
|
3415
|
+
["spacingStart", [
|
|
3416
|
+
"0",
|
|
3417
|
+
"1",
|
|
3418
|
+
"2",
|
|
3419
|
+
"3",
|
|
3420
|
+
"4",
|
|
3421
|
+
"5",
|
|
3422
|
+
"6",
|
|
3423
|
+
"7",
|
|
3424
|
+
"8",
|
|
3425
|
+
"9",
|
|
3426
|
+
"10",
|
|
3427
|
+
"11",
|
|
3428
|
+
"12",
|
|
3429
|
+
"14",
|
|
3430
|
+
"16",
|
|
3431
|
+
"20",
|
|
3432
|
+
"24",
|
|
3433
|
+
"28",
|
|
3434
|
+
"32",
|
|
3435
|
+
"36",
|
|
3436
|
+
"40",
|
|
3437
|
+
"44",
|
|
3438
|
+
"48",
|
|
3439
|
+
"52",
|
|
3440
|
+
"56",
|
|
3441
|
+
"60",
|
|
3442
|
+
"64",
|
|
3443
|
+
"72",
|
|
3444
|
+
"80",
|
|
3445
|
+
"96",
|
|
3446
|
+
"px",
|
|
3447
|
+
"0.5",
|
|
3448
|
+
"1.5",
|
|
3449
|
+
"2.5",
|
|
3450
|
+
"3.5",
|
|
3451
|
+
"4.5",
|
|
3452
|
+
"5.5"
|
|
3453
|
+
]],
|
|
3460
3454
|
["spacingTop", [
|
|
3461
3455
|
"0",
|
|
3462
3456
|
"1",
|
|
@@ -4214,6 +4208,12 @@ const componentToVariants = {
|
|
|
4214
4208
|
"ui5/emphasized",
|
|
4215
4209
|
"ui6/emphasized"
|
|
4216
4210
|
]],
|
|
4211
|
+
["textAlign", [
|
|
4212
|
+
"center",
|
|
4213
|
+
"justify",
|
|
4214
|
+
"start",
|
|
4215
|
+
"end"
|
|
4216
|
+
]],
|
|
4217
4217
|
["textTransform", [
|
|
4218
4218
|
"display1",
|
|
4219
4219
|
"display2",
|
package/dist/uds/package.cjs
CHANGED
package/dist/uds/package.js
CHANGED