@yahoo/uds 3.135.0 → 3.136.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/cli/runner.cjs +0 -40
- package/dist/cli/runner.js +0 -40
- package/dist/components/Banner/Banner.cjs +2 -2
- package/dist/components/Banner/Banner.d.cts +1 -1
- package/dist/components/Banner/Banner.d.ts +1 -1
- package/dist/components/Banner/Banner.js +2 -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/DividerCore.cjs +1 -1
- package/dist/components/Divider/DividerCore.d.cts +2 -2
- package/dist/components/Divider/DividerCore.d.ts +2 -2
- package/dist/components/Divider/DividerCore.js +1 -1
- package/dist/components/Divider/DividerInternal.d.cts +1 -1
- package/dist/components/Divider/DividerInternal.d.ts +1 -1
- 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 +6 -26
- package/dist/components/Image.d.cts +1 -1
- package/dist/components/Image.d.ts +1 -1
- package/dist/components/Link.d.cts +1 -1
- package/dist/components/Link.d.ts +1 -1
- 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/{Avatar → client/Avatar}/Avatar.cjs +6 -21
- package/dist/components/{Avatar → client/Avatar}/Avatar.d.cts +3 -3
- package/dist/components/{Avatar → client/Avatar}/Avatar.d.ts +4 -3
- package/dist/components/{Avatar → client/Avatar}/Avatar.js +5 -20
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.cjs +12 -11
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.d.cts +3 -4
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.d.ts +4 -4
- package/dist/components/{Avatar → client/Avatar}/AvatarIcon.js +7 -6
- package/dist/components/client/Avatar/AvatarImage.cjs +58 -37
- package/dist/components/client/Avatar/AvatarImage.d.cts +15 -2
- package/dist/components/client/Avatar/AvatarImage.d.ts +15 -2
- package/dist/components/client/Avatar/AvatarImage.js +57 -36
- package/dist/components/{Avatar → client/Avatar}/AvatarText.cjs +11 -11
- package/dist/components/{Avatar → client/Avatar}/AvatarText.d.cts +3 -4
- package/dist/components/{Avatar → client/Avatar}/AvatarText.d.ts +4 -4
- package/dist/components/{Avatar → client/Avatar}/AvatarText.js +5 -5
- package/dist/components/client/Avatar/index.cjs +6 -0
- package/dist/components/client/Avatar/index.d.cts +5 -3
- package/dist/components/client/Avatar/index.d.ts +5 -3
- package/dist/components/client/Avatar/index.js +4 -1
- package/dist/components/{Avatar → client/Avatar}/utils.cjs +4 -3
- package/dist/components/{Avatar → client/Avatar}/utils.d.cts +3 -3
- package/dist/components/{Avatar → client/Avatar}/utils.d.ts +4 -3
- package/dist/components/{Avatar → client/Avatar}/utils.js +3 -2
- package/dist/components/client/Badge.d.cts +1 -1
- package/dist/components/client/Badge.d.ts +1 -1
- 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.cjs +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/BottomSheetHeader.js +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 +1 -1
- package/dist/components/client/Button.d.cts +1 -1
- package/dist/components/client/Button.d.ts +1 -1
- package/dist/components/client/Button.js +1 -1
- package/dist/components/client/Checkbox.cjs +2 -2
- package/dist/components/client/Checkbox.d.cts +1 -1
- package/dist/components/client/Checkbox.d.ts +1 -1
- package/dist/components/client/Checkbox.js +2 -2
- 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.cjs +2 -2
- 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/ChipDismissible.js +2 -2
- 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 +2 -7
- package/dist/components/client/IconButton.js +2 -7
- package/dist/components/client/Input/Input.cjs +1 -1
- package/dist/components/client/Input/Input.d.cts +1 -1
- package/dist/components/client/Input/Input.d.ts +1 -1
- package/dist/components/client/Input/Input.js +1 -1
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +1 -1
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +1 -1
- package/dist/components/client/Menu/Menu.Content.d.cts +1 -1
- package/dist/components/client/Menu/Menu.Content.d.ts +1 -1
- package/dist/components/client/Menu/Menu.Item.d.cts +1 -1
- package/dist/components/client/Menu/Menu.Item.d.ts +1 -1
- package/dist/components/client/Menu/Menu.ItemBase.cjs +1 -1
- package/dist/components/client/Menu/Menu.ItemBase.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemBase.d.ts +1 -1
- package/dist/components/client/Menu/Menu.ItemBase.js +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +1 -1
- 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 +1 -1
- package/dist/components/client/Modal/Modal.cjs +3 -3
- package/dist/components/client/Modal/Modal.d.cts +1 -1
- package/dist/components/client/Modal/Modal.d.ts +1 -1
- package/dist/components/client/Modal/Modal.js +3 -3
- package/dist/components/client/Modal/ModalActions.d.cts +1 -1
- package/dist/components/client/Modal/ModalActions.d.ts +1 -1
- package/dist/components/client/Modal/ModalContent.d.cts +1 -1
- package/dist/components/client/Modal/ModalContent.d.ts +1 -1
- package/dist/components/client/Modal/ModalContext.d.cts +1 -1
- package/dist/components/client/Modal/ModalContext.d.ts +1 -1
- package/dist/components/client/Modal/ModalDescription.d.cts +1 -1
- package/dist/components/client/Modal/ModalDescription.d.ts +1 -1
- package/dist/components/client/Modal/ModalTitle.d.cts +1 -1
- package/dist/components/client/Modal/ModalTitle.d.ts +1 -1
- package/dist/components/client/Modal/UDSModalConfigProvider.d.cts +1 -1
- package/dist/components/client/Modal/UDSModalConfigProvider.d.ts +1 -1
- 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 +3 -3
- package/dist/components/client/Popover/PopoverContent.d.cts +1 -1
- package/dist/components/client/Popover/PopoverContent.d.ts +1 -1
- package/dist/components/client/Popover/PopoverContent.js +3 -3
- 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 +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- 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.d.cts +1 -1
- package/dist/components/client/Radio/Radio.d.ts +1 -1
- 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 +1 -1
- package/dist/components/client/Switch.d.cts +1 -1
- package/dist/components/client/Switch.d.ts +1 -1
- package/dist/components/client/Switch.js +1 -1
- package/dist/components/client/Tabs/Tab.d.cts +1 -1
- package/dist/components/client/Tabs/Tab.d.ts +1 -1
- 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.cjs +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/Toast.js +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 +2 -2
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +2 -2
- 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 +1 -1
- package/dist/components/client/Tooltip/TooltipContent.d.cts +2 -2
- package/dist/components/client/Tooltip/TooltipContent.d.ts +2 -2
- package/dist/components/client/Tooltip/TooltipContent.js +1 -1
- 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.cjs +7 -1
- package/dist/components/client/index.d.cts +6 -4
- package/dist/components/client/index.d.ts +6 -4
- package/dist/components/client/index.js +5 -2
- 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.cjs +1 -1
- package/dist/components/experimental/Table.d.cts +2 -2
- package/dist/components/experimental/Table.d.ts +2 -2
- package/dist/components/experimental/Table.js +1 -1
- package/dist/components/experimental/client/Accordion.cjs +1 -1
- package/dist/components/experimental/client/Accordion.js +1 -1
- package/dist/components/experimental/client/SegmentedControl.cjs +1 -1
- package/dist/components/experimental/client/SegmentedControl.js +1 -1
- package/dist/components/experimental/client/SwitchV2.cjs +1 -1
- package/dist/components/experimental/client/SwitchV2.d.cts +1 -1
- package/dist/components/experimental/client/SwitchV2.d.ts +1 -1
- package/dist/components/experimental/client/SwitchV2.js +1 -1
- package/dist/components/index.cjs +13 -16
- package/dist/components/index.d.cts +7 -9
- package/dist/components/index.d.ts +7 -9
- package/dist/components/index.js +8 -10
- 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.cjs +10 -12
- package/dist/index.d.cts +8 -10
- package/dist/index.d.ts +8 -10
- package/dist/index.js +8 -9
- 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/modalConfig.d.cts +1 -1
- package/dist/runtime/modalConfig.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 +23 -23
- package/dist/styles/styler.d.ts +23 -23
- package/dist/styles/stylerTypes.d.cts +1 -1
- package/dist/styles/stylerTypes.d.ts +1 -1
- package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +2 -6
- package/dist/tailwind/dist/commands/generatePurgeCSSData.d.cts.map +1 -1
- package/dist/tailwind/dist/commands/generatePurgeCSSData.d.ts.map +1 -1
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js +2 -5
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js.map +1 -1
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- 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 +23 -35
- package/dist/types/{src → dist}/index.d.ts +23 -35
- package/dist/uds/generated/componentData.cjs +350 -370
- package/dist/uds/generated/componentData.js +352 -366
- package/dist/uds/generated/tailwindPurge.cjs +104 -128
- package/dist/uds/generated/tailwindPurge.js +104 -128
- package/dist/utils/isElevationAlias.d.cts +1 -1
- package/dist/utils/isElevationAlias.d.ts +1 -1
- package/generated/componentData.json +457 -465
- package/generated/tailwindPurge.ts +3 -3
- package/package.json +1 -1
- package/dist/components/Avatar/AvatarImage.types.cjs +0 -1
- package/dist/components/Avatar/AvatarImage.types.d.cts +0 -18
- package/dist/components/Avatar/AvatarImage.types.d.ts +0 -18
- package/dist/components/Avatar/AvatarImage.types.js +0 -1
- package/dist/components/Avatar/AvatarImageNoFallback.cjs +0 -51
- package/dist/components/Avatar/AvatarImageNoFallback.d.cts +0 -18
- package/dist/components/Avatar/AvatarImageNoFallback.d.ts +0 -18
- package/dist/components/Avatar/AvatarImageNoFallback.js +0 -49
- package/dist/components/Avatar/index.cjs +0 -10
- package/dist/components/Avatar/index.d.cts +0 -6
- package/dist/components/Avatar/index.d.ts +0 -6
- package/dist/components/Avatar/index.js +0 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { UniversalInputProps } from "../../../types/
|
|
3
|
+
import { UniversalInputProps } from "../../../types/dist/index.js";
|
|
4
4
|
import { IconPropsWithSVGProps } from "../../../tokens/types.js";
|
|
5
5
|
import { BoxProps } from "../../Box.js";
|
|
6
6
|
import * as _$react from "react";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
2
|
"use client";
|
|
3
3
|
import { cx, getStyles } from "../../../styles/styler.js";
|
|
4
|
-
import { Box } from "../../Box.js";
|
|
5
4
|
import { IconSlot } from "../../IconSlot.js";
|
|
5
|
+
import { Box } from "../../Box.js";
|
|
6
6
|
import { HStack } from "../../HStack.js";
|
|
7
7
|
import { VStack } from "../../VStack.js";
|
|
8
8
|
import { AnimateHeightChange } from "../AnimateHeightChange.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { UniversalIconSlot } from "../../../types/
|
|
2
|
+
import { UniversalIconSlot } from "../../../types/dist/index.cjs";
|
|
3
3
|
import { IconPropsWithSVGProps } from "../../../tokens/types.cjs";
|
|
4
4
|
import { IconProps } from "../../Icon.cjs";
|
|
5
5
|
import { InputProps } from "./Input.cjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { UniversalIconSlot } from "../../../types/
|
|
3
|
+
import { UniversalIconSlot } from "../../../types/dist/index.js";
|
|
4
4
|
import { IconPropsWithSVGProps } from "../../../tokens/types.js";
|
|
5
5
|
import { IconProps } from "../../Icon.js";
|
|
6
6
|
import { InputProps } from "./Input.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { SpacingAlias } from "../../../types/
|
|
3
|
+
import { SpacingAlias } from "../../../types/dist/index.js";
|
|
4
4
|
import { VStackProps } from "../../VStack.js";
|
|
5
5
|
import * as _$react from "react";
|
|
6
6
|
import { MenuProps } from "@ariakit/react/menu";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { UniversalMenuItemProps } from "../../../types/
|
|
2
|
+
import { UniversalMenuItemProps } from "../../../types/dist/index.cjs";
|
|
3
3
|
import { IconPropsWithSVGProps } from "../../../tokens/types.cjs";
|
|
4
4
|
import { PressableProps } from "../Pressable.cjs";
|
|
5
5
|
import * as _$react from "react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { UniversalMenuItemProps } from "../../../types/
|
|
3
|
+
import { UniversalMenuItemProps } from "../../../types/dist/index.js";
|
|
4
4
|
import { IconPropsWithSVGProps } from "../../../tokens/types.js";
|
|
5
5
|
import { PressableProps } from "../Pressable.js";
|
|
6
6
|
import * as _$react from "react";
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
require("../../../_virtual/_rolldown/runtime.cjs");
|
|
5
5
|
const require_styles_styler = require("../../../styles/styler.cjs");
|
|
6
|
-
const require_components_IconSlot = require("../../IconSlot.cjs");
|
|
7
6
|
const require_components_client_Pressable = require("../Pressable.cjs");
|
|
7
|
+
const require_components_IconSlot = require("../../IconSlot.cjs");
|
|
8
8
|
const require_components_HStack = require("../../HStack.cjs");
|
|
9
9
|
let react = require("react");
|
|
10
10
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { UniversalMenuItemProps } from "../../../types/
|
|
2
|
+
import { UniversalMenuItemProps } from "../../../types/dist/index.cjs";
|
|
3
3
|
import { IconPropsWithSVGProps } from "../../../tokens/types.cjs";
|
|
4
4
|
import { PressableProps } from "../Pressable.cjs";
|
|
5
5
|
import * as _$react from "react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { UniversalMenuItemProps } from "../../../types/
|
|
3
|
+
import { UniversalMenuItemProps } from "../../../types/dist/index.js";
|
|
4
4
|
import { IconPropsWithSVGProps } from "../../../tokens/types.js";
|
|
5
5
|
import { PressableProps } from "../Pressable.js";
|
|
6
6
|
import * as _$react from "react";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
2
|
"use client";
|
|
3
3
|
import { cx, getStyles } from "../../../styles/styler.js";
|
|
4
|
-
import { IconSlot } from "../../IconSlot.js";
|
|
5
4
|
import { Pressable } from "../Pressable.js";
|
|
5
|
+
import { IconSlot } from "../../IconSlot.js";
|
|
6
6
|
import { HStack } from "../../HStack.js";
|
|
7
7
|
import { Children, forwardRef, useMemo } from "react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -4,8 +4,8 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
4
4
|
require("../../../_virtual/_rolldown/runtime.cjs");
|
|
5
5
|
const require_styles_styler = require("../../../styles/styler.cjs");
|
|
6
6
|
const require_components_client_Menu_Menu_ItemBase = require("./Menu.ItemBase.cjs");
|
|
7
|
-
let react = require("react");
|
|
8
7
|
let _yahoo_uds_icons = require("@yahoo/uds-icons");
|
|
8
|
+
let react = require("react");
|
|
9
9
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
10
10
|
let _ariakit_react = require("@ariakit/react");
|
|
11
11
|
let _ariakit_react_menu = require("@ariakit/react/menu");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { UniversalMenuItemProps } from "../../../types/
|
|
2
|
+
import { UniversalMenuItemProps } from "../../../types/dist/index.cjs";
|
|
3
3
|
import { PressableProps } from "../Pressable.cjs";
|
|
4
4
|
import * as _$react from "react";
|
|
5
5
|
import { HTMLAttributes } from "react";
|
|
@@ -87,6 +87,6 @@ interface MenuItemCheckboxProps extends Omit<PressableProps, 'asChild'>, HtmlBut
|
|
|
87
87
|
*
|
|
88
88
|
* @related [Menu](https://uds.build/docs/components/menu), [Menu.Item](https://uds.build/docs/components/menu-item)
|
|
89
89
|
**/
|
|
90
|
-
declare const MenuItemCheckbox: _$react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "
|
|
90
|
+
declare const MenuItemCheckbox: _$react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "rootProps" | "hideEndIcon" | "active"> & _$react.RefAttributes<HTMLDivElement>>;
|
|
91
91
|
//#endregion
|
|
92
92
|
export { MenuItemCheckbox, type MenuItemCheckboxProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { UniversalMenuItemProps } from "../../../types/
|
|
3
|
+
import { UniversalMenuItemProps } from "../../../types/dist/index.js";
|
|
4
4
|
import { PressableProps } from "../Pressable.js";
|
|
5
5
|
import * as _$react from "react";
|
|
6
6
|
import { HTMLAttributes } from "react";
|
|
@@ -88,6 +88,6 @@ interface MenuItemCheckboxProps extends Omit<PressableProps, 'asChild'>, HtmlBut
|
|
|
88
88
|
*
|
|
89
89
|
* @related [Menu](https://uds.build/docs/components/menu), [Menu.Item](https://uds.build/docs/components/menu-item)
|
|
90
90
|
**/
|
|
91
|
-
declare const MenuItemCheckbox: _$react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "
|
|
91
|
+
declare const MenuItemCheckbox: _$react.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "rootProps" | "hideEndIcon" | "active"> & _$react.RefAttributes<HTMLDivElement>>;
|
|
92
92
|
//#endregion
|
|
93
93
|
export { MenuItemCheckbox, type MenuItemCheckboxProps };
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import { cx, getStyles } from "../../../styles/styler.js";
|
|
4
4
|
import { MenuItemBase } from "./Menu.ItemBase.js";
|
|
5
|
-
import { forwardRef, useCallback, useEffect, useMemo, useRef } from "react";
|
|
6
5
|
import { Check } from "@yahoo/uds-icons";
|
|
6
|
+
import { forwardRef, useCallback, useEffect, useMemo, useRef } from "react";
|
|
7
7
|
import { jsx } from "react/jsx-runtime";
|
|
8
8
|
import { useStoreState } from "@ariakit/react";
|
|
9
9
|
import { MenuItemCheckbox as MenuItemCheckbox$2, useMenuContext } from "@ariakit/react/menu";
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
require("../../../_virtual/_rolldown/runtime.cjs");
|
|
5
5
|
const require_styles_styler = require("../../../styles/styler.cjs");
|
|
6
|
-
const require_components_Box = require("../../Box.cjs");
|
|
7
|
-
const require_components_IconSlot = require("../../IconSlot.cjs");
|
|
8
6
|
const require_components_client_Pressable = require("../Pressable.cjs");
|
|
7
|
+
const require_components_IconSlot = require("../../IconSlot.cjs");
|
|
8
|
+
const require_components_Box = require("../../Box.cjs");
|
|
9
9
|
const require_components_HStack = require("../../HStack.cjs");
|
|
10
10
|
const require_components_VStack = require("../../VStack.cjs");
|
|
11
11
|
const require_components_Scrim = require("../../Scrim.cjs");
|
|
@@ -17,8 +17,8 @@ const require_components_client_Modal_ModalContent = require("./ModalContent.cjs
|
|
|
17
17
|
const require_components_client_Modal_ModalDescription = require("./ModalDescription.cjs");
|
|
18
18
|
const require_components_client_Modal_ModalTitle = require("./ModalTitle.cjs");
|
|
19
19
|
const require_components_client_Modal_utils = require("./utils.cjs");
|
|
20
|
-
let react = require("react");
|
|
21
20
|
let _yahoo_uds_icons = require("@yahoo/uds-icons");
|
|
21
|
+
let react = require("react");
|
|
22
22
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
23
23
|
let _ariakit_react = require("@ariakit/react");
|
|
24
24
|
let motion_react = require("motion/react");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { IconPropsWithSVGProps, UniversalModalProps } from "../../../types/
|
|
2
|
+
import { IconPropsWithSVGProps, UniversalModalProps } from "../../../types/dist/index.cjs";
|
|
3
3
|
import { ScrimProps } from "../../Scrim.cjs";
|
|
4
4
|
import { PressableProps } from "../Pressable.cjs";
|
|
5
5
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { IconPropsWithSVGProps, UniversalModalProps } from "../../../types/
|
|
3
|
+
import { IconPropsWithSVGProps, UniversalModalProps } from "../../../types/dist/index.js";
|
|
4
4
|
import { ScrimProps } from "../../Scrim.js";
|
|
5
5
|
import { PressableProps } from "../Pressable.js";
|
|
6
6
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
2
|
"use client";
|
|
3
3
|
import { cx, getStyles } from "../../../styles/styler.js";
|
|
4
|
-
import { Box } from "../../Box.js";
|
|
5
|
-
import { IconSlot } from "../../IconSlot.js";
|
|
6
4
|
import { Pressable } from "../Pressable.js";
|
|
5
|
+
import { IconSlot } from "../../IconSlot.js";
|
|
6
|
+
import { Box } from "../../Box.js";
|
|
7
7
|
import { HStack } from "../../HStack.js";
|
|
8
8
|
import { VStack } from "../../VStack.js";
|
|
9
9
|
import { Scrim } from "../../Scrim.js";
|
|
@@ -15,8 +15,8 @@ import { ModalContent } from "./ModalContent.js";
|
|
|
15
15
|
import { ModalDescription } from "./ModalDescription.js";
|
|
16
16
|
import { ModalTitle } from "./ModalTitle.js";
|
|
17
17
|
import { separateChildren } from "./utils.js";
|
|
18
|
-
import { useEffect, useLayoutEffect, useRef, useState } from "react";
|
|
19
18
|
import { Cross } from "@yahoo/uds-icons";
|
|
19
|
+
import { useEffect, useLayoutEffect, useRef, useState } from "react";
|
|
20
20
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
21
21
|
import { Dialog, DialogDismiss } from "@ariakit/react";
|
|
22
22
|
import { useReducedMotion } from "motion/react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { UniversalModalActionsProps } from "../../../types/
|
|
2
|
+
import { UniversalModalActionsProps } from "../../../types/dist/index.cjs";
|
|
3
3
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/client/Modal/ModalActions.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { UniversalModalActionsProps } from "../../../types/
|
|
3
|
+
import { UniversalModalActionsProps } from "../../../types/dist/index.js";
|
|
4
4
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/Modal/ModalActions.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { UniversalModalContentProps } from "../../../types/
|
|
2
|
+
import { UniversalModalContentProps } from "../../../types/dist/index.cjs";
|
|
3
3
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/client/Modal/ModalContent.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { UniversalModalContentProps } from "../../../types/
|
|
3
|
+
import { UniversalModalContentProps } from "../../../types/dist/index.js";
|
|
4
4
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/Modal/ModalContent.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { UniversalModalDescriptionProps } from "../../../types/
|
|
2
|
+
import { UniversalModalDescriptionProps } from "../../../types/dist/index.cjs";
|
|
3
3
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/client/Modal/ModalDescription.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { UniversalModalDescriptionProps } from "../../../types/
|
|
3
|
+
import { UniversalModalDescriptionProps } from "../../../types/dist/index.js";
|
|
4
4
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/Modal/ModalDescription.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { UniversalModalTitleProps } from "../../../types/
|
|
3
|
+
import { UniversalModalTitleProps } from "../../../types/dist/index.js";
|
|
4
4
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/Modal/ModalTitle.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { ModalSize, ModalVariant, SpacingAlias } from "../../../types/
|
|
2
|
+
import { ModalSize, ModalVariant, SpacingAlias } from "../../../types/dist/index.cjs";
|
|
3
3
|
import { UDSModalConfigContextType } from "../../../runtime/modalConfig.cjs";
|
|
4
4
|
import { PropsWithChildren } from "react";
|
|
5
5
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { ModalSize, ModalVariant, SpacingAlias } from "../../../types/
|
|
3
|
+
import { ModalSize, ModalVariant, SpacingAlias } from "../../../types/dist/index.js";
|
|
4
4
|
import { UDSModalConfigContextType } from "../../../runtime/modalConfig.js";
|
|
5
5
|
import { PropsWithChildren } from "react";
|
|
6
6
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { UniversalPopoverProps } from "../../../types/
|
|
3
|
+
import { UniversalPopoverProps } from "../../../types/dist/index.js";
|
|
4
4
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/Popover/Popover.d.ts
|
|
@@ -4,17 +4,17 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
4
4
|
require("../../../_virtual/_rolldown/runtime.cjs");
|
|
5
5
|
const require_index = require("../../../fixtures/dist/index.cjs");
|
|
6
6
|
const require_styles_styler = require("../../../styles/styler.cjs");
|
|
7
|
-
const require_components_Box = require("../../Box.cjs");
|
|
8
|
-
const require_components_IconSlot = require("../../IconSlot.cjs");
|
|
9
7
|
const require_components_client_Pressable = require("../Pressable.cjs");
|
|
8
|
+
const require_components_IconSlot = require("../../IconSlot.cjs");
|
|
9
|
+
const require_components_Box = require("../../Box.cjs");
|
|
10
10
|
const require_components_client_Popover_PopoverContext = require("./PopoverContext.cjs");
|
|
11
11
|
const require_components_client_Popover_UDSPopoverConfigProvider = require("./UDSPopoverConfigProvider.cjs");
|
|
12
12
|
const require_hooks_useForkRef = require("../../../hooks/useForkRef.cjs");
|
|
13
13
|
const require_hooks_useSvgFloatingContent = require("../../../hooks/useSvgFloatingContent.cjs");
|
|
14
14
|
const require_utils_getUnscaledAnchorRect = require("../../../utils/getUnscaledAnchorRect.cjs");
|
|
15
15
|
const require_components_SvgFloatingOverlay = require("../../SvgFloatingOverlay.cjs");
|
|
16
|
-
let react = require("react");
|
|
17
16
|
let _yahoo_uds_icons = require("@yahoo/uds-icons");
|
|
17
|
+
let react = require("react");
|
|
18
18
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
19
19
|
let _ariakit_react = require("@ariakit/react");
|
|
20
20
|
//#region src/components/client/Popover/PopoverContent.tsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { IconPropsWithSVGProps, UniversalPopoverContentProps } from "../../../types/
|
|
2
|
+
import { IconPropsWithSVGProps, UniversalPopoverContentProps } from "../../../types/dist/index.cjs";
|
|
3
3
|
import { PressableProps } from "../Pressable.cjs";
|
|
4
4
|
import * as _$react from "react";
|
|
5
5
|
import { CSSProperties } from "react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { IconPropsWithSVGProps, UniversalPopoverContentProps } from "../../../types/
|
|
3
|
+
import { IconPropsWithSVGProps, UniversalPopoverContentProps } from "../../../types/dist/index.js";
|
|
4
4
|
import { PressableProps } from "../Pressable.js";
|
|
5
5
|
import * as _$react from "react";
|
|
6
6
|
import { CSSProperties } from "react";
|
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import { spacingMap } from "../../../fixtures/dist/index.js";
|
|
4
4
|
import { cx, getStyles } from "../../../styles/styler.js";
|
|
5
|
-
import { Box } from "../../Box.js";
|
|
6
|
-
import { IconSlot } from "../../IconSlot.js";
|
|
7
5
|
import { Pressable } from "../Pressable.js";
|
|
6
|
+
import { IconSlot } from "../../IconSlot.js";
|
|
7
|
+
import { Box } from "../../Box.js";
|
|
8
8
|
import { PopoverInternalContext } from "./PopoverContext.js";
|
|
9
9
|
import { usePopoverConfig } from "./UDSPopoverConfigProvider.js";
|
|
10
10
|
import { useForkRef } from "../../../hooks/useForkRef.js";
|
|
11
11
|
import { useSvgFloatingContent } from "../../../hooks/useSvgFloatingContent.js";
|
|
12
12
|
import { getUnscaledAnchorRect } from "../../../utils/getUnscaledAnchorRect.js";
|
|
13
13
|
import { SvgFloatingOverlay } from "../../SvgFloatingOverlay.js";
|
|
14
|
-
import { forwardRef, useContext, useRef } from "react";
|
|
15
14
|
import { Cross } from "@yahoo/uds-icons";
|
|
15
|
+
import { forwardRef, useContext, useRef } from "react";
|
|
16
16
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
17
17
|
import { Popover, PopoverArrow, PopoverDismiss, usePopoverContext, useStoreState } from "@ariakit/react";
|
|
18
18
|
//#region src/components/client/Popover/PopoverContent.tsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { UniversalPopoverTriggerProps } from "../../../types/
|
|
2
|
+
import { UniversalPopoverTriggerProps } from "../../../types/dist/index.cjs";
|
|
3
3
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/client/Popover/PopoverTrigger.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { UniversalPopoverTriggerProps } from "../../../types/
|
|
3
|
+
import { UniversalPopoverTriggerProps } from "../../../types/dist/index.js";
|
|
4
4
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/Popover/PopoverTrigger.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { PopoverPlacement, PopoverSize, PopoverVariant, SpacingAlias } from "../../../types/
|
|
2
|
+
import { PopoverPlacement, PopoverSize, PopoverVariant, SpacingAlias } from "../../../types/dist/index.cjs";
|
|
3
3
|
import { UDSPopoverConfigContextType } from "../../../runtime/popoverConfig.cjs";
|
|
4
4
|
import { PropsWithChildren } from "react";
|
|
5
5
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { PopoverPlacement, PopoverSize, PopoverVariant, SpacingAlias } from "../../../types/
|
|
3
|
+
import { PopoverPlacement, PopoverSize, PopoverVariant, SpacingAlias } from "../../../types/dist/index.js";
|
|
4
4
|
import { UDSPopoverConfigContextType } from "../../../runtime/popoverConfig.js";
|
|
5
5
|
import { PropsWithChildren } from "react";
|
|
6
6
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps } from "../../../types/
|
|
2
|
+
import { UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps } from "../../../types/dist/index.cjs";
|
|
3
3
|
import { Popover } from "./Popover.cjs";
|
|
4
4
|
import { PopoverContent } from "./PopoverContent.cjs";
|
|
5
5
|
import { PopoverTrigger } from "./PopoverTrigger.cjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps } from "../../../types/
|
|
3
|
+
import { UniversalPopoverContentProps, UniversalPopoverProps, UniversalPopoverTriggerProps } from "../../../types/dist/index.js";
|
|
4
4
|
import { Popover } from "./Popover.js";
|
|
5
5
|
import { PopoverContent } from "./PopoverContent.js";
|
|
6
6
|
import { PopoverTrigger } from "./PopoverTrigger.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { RadioSize, RadioVariant, UniversalRadioProps } from "../../../types/
|
|
2
|
+
import { RadioSize, RadioVariant, UniversalRadioProps } from "../../../types/dist/index.cjs";
|
|
3
3
|
import React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/client/Radio/Radio.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { RadioSize, RadioVariant, UniversalRadioProps } from "../../../types/
|
|
3
|
+
import { RadioSize, RadioVariant, UniversalRadioProps } from "../../../types/dist/index.js";
|
|
4
4
|
import React from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/Radio/Radio.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { MotionVariant, MotionVariantSpeed } from "../../types/
|
|
2
|
+
import { MotionVariant, MotionVariantSpeed } from "../../types/dist/index.cjs";
|
|
3
3
|
import { ReactNode } from "react";
|
|
4
4
|
import { LazyFeatureBundle, MotionConfigProps } from "motion/react";
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { MotionVariant, MotionVariantSpeed } from "../../types/
|
|
3
|
+
import { MotionVariant, MotionVariantSpeed } from "../../types/dist/index.js";
|
|
4
4
|
import { ReactNode } from "react";
|
|
5
5
|
import { LazyFeatureBundle, MotionConfigProps } from "motion/react";
|
|
6
6
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
4
4
|
const require_runtime = require("../../_virtual/_rolldown/runtime.cjs");
|
|
5
5
|
const require_styles_styler = require("../../styles/styler.cjs");
|
|
6
|
-
const require_components_Box = require("../Box.cjs");
|
|
7
6
|
const require_components_IconSlot = require("../IconSlot.cjs");
|
|
7
|
+
const require_components_Box = require("../Box.cjs");
|
|
8
8
|
const require_components_FormLabel = require("../FormLabel.cjs");
|
|
9
9
|
const require_components_client_SpringMotionConfig = require("./SpringMotionConfig.cjs");
|
|
10
10
|
let react = require("react");
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
|
|
2
2
|
"use client";
|
|
3
3
|
import { cx, getStyles } from "../../styles/styler.js";
|
|
4
|
-
import { Box } from "../Box.js";
|
|
5
4
|
import { IconSlot } from "../IconSlot.js";
|
|
5
|
+
import { Box } from "../Box.js";
|
|
6
6
|
import { FormLabel } from "../FormLabel.js";
|
|
7
7
|
import { SpringMotionConfig } from "./SpringMotionConfig.js";
|
|
8
8
|
import { forwardRef, useCallback, useEffect, useId, useMemo, useRef, useState } from "react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { IconPropsWithSVGProps, UniversalTabProps } from "../../../types/
|
|
2
|
+
import { IconPropsWithSVGProps, UniversalTabProps } from "../../../types/dist/index.cjs";
|
|
3
3
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/client/Tabs/Tab.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { IconPropsWithSVGProps, UniversalTabProps } from "../../../types/
|
|
3
|
+
import { IconPropsWithSVGProps, UniversalTabProps } from "../../../types/dist/index.js";
|
|
4
4
|
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/Tabs/Tab.d.ts
|