@yahoo/uds 3.134.1 → 3.135.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/automated-config/dist/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 +40 -0
- package/dist/cli/runner.js +40 -0
- package/dist/components/{client/Avatar → Avatar}/Avatar.cjs +21 -6
- package/dist/components/{client/Avatar → Avatar}/Avatar.d.cts +3 -3
- package/dist/components/{client/Avatar → Avatar}/Avatar.d.ts +3 -4
- package/dist/components/{client/Avatar → Avatar}/Avatar.js +20 -5
- package/dist/components/{client/Avatar → Avatar}/AvatarIcon.cjs +11 -12
- package/dist/components/{client/Avatar → Avatar}/AvatarIcon.d.cts +4 -3
- package/dist/components/{client/Avatar → Avatar}/AvatarIcon.d.ts +4 -4
- package/dist/components/{client/Avatar → Avatar}/AvatarIcon.js +6 -7
- package/dist/components/Avatar/AvatarImage.types.cjs +1 -0
- package/dist/components/Avatar/AvatarImage.types.d.cts +18 -0
- package/dist/components/Avatar/AvatarImage.types.d.ts +18 -0
- package/dist/components/Avatar/AvatarImage.types.js +1 -0
- package/dist/components/Avatar/AvatarImageNoFallback.cjs +51 -0
- package/dist/components/Avatar/AvatarImageNoFallback.d.cts +18 -0
- package/dist/components/Avatar/AvatarImageNoFallback.d.ts +18 -0
- package/dist/components/Avatar/AvatarImageNoFallback.js +49 -0
- package/dist/components/{client/Avatar → Avatar}/AvatarText.cjs +11 -11
- package/dist/components/{client/Avatar → Avatar}/AvatarText.d.cts +4 -3
- package/dist/components/{client/Avatar → Avatar}/AvatarText.d.ts +4 -4
- package/dist/components/{client/Avatar → Avatar}/AvatarText.js +5 -5
- package/dist/components/Avatar/index.cjs +10 -0
- package/dist/components/Avatar/index.d.cts +6 -0
- package/dist/components/Avatar/index.d.ts +6 -0
- package/dist/components/Avatar/index.js +6 -0
- package/dist/components/{client/Avatar → Avatar}/utils.cjs +3 -4
- package/dist/components/{client/Avatar → Avatar}/utils.d.cts +3 -3
- package/dist/components/{client/Avatar → Avatar}/utils.d.ts +3 -4
- package/dist/components/{client/Avatar → Avatar}/utils.js +2 -3
- 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 +15 -6
- package/dist/components/Icon.d.cts +0 -1
- package/dist/components/Icon.d.ts +0 -1
- package/dist/components/Icon.js +16 -7
- package/dist/components/IconSlot.cjs +25 -6
- package/dist/components/IconSlot.d.cts +3 -2
- package/dist/components/IconSlot.d.ts +3 -2
- package/dist/components/IconSlot.js +26 -6
- 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/client/Avatar/AvatarImage.cjs +37 -58
- package/dist/components/client/Avatar/AvatarImage.d.cts +2 -15
- package/dist/components/client/Avatar/AvatarImage.d.ts +2 -15
- package/dist/components/client/Avatar/AvatarImage.js +36 -57
- package/dist/components/client/Avatar/index.cjs +0 -6
- package/dist/components/client/Avatar/index.d.cts +3 -5
- package/dist/components/client/Avatar/index.d.ts +3 -5
- package/dist/components/client/Avatar/index.js +1 -4
- 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 +7 -2
- package/dist/components/client/IconButton.js +7 -2
- 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 +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.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 +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 +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 +1 -7
- package/dist/components/client/index.d.cts +4 -6
- package/dist/components/client/index.d.ts +4 -6
- package/dist/components/client/index.js +2 -5
- 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 +16 -13
- package/dist/components/index.d.cts +9 -7
- package/dist/components/index.d.ts +9 -7
- package/dist/components/index.js +10 -8
- 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/index.cjs +12 -10
- package/dist/index.d.cts +10 -8
- package/dist/index.d.ts +10 -8
- package/dist/index.js +9 -8
- 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 +21 -21
- package/dist/styles/styler.d.ts +21 -21
- package/dist/styles/stylerTypes.d.cts +1 -1
- package/dist/styles/stylerTypes.d.ts +1 -1
- package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +6 -2
- 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 +5 -2
- 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/{dist → src}/index.d.cts +35 -23
- package/dist/types/{dist → src}/index.d.ts +35 -23
- package/dist/uds/generated/componentData.cjs +1718 -1698
- package/dist/uds/generated/componentData.js +1715 -1701
- package/dist/uds/generated/tailwindPurge.cjs +128 -104
- package/dist/uds/generated/tailwindPurge.js +128 -104
- package/dist/utils/isElevationAlias.d.cts +1 -1
- package/dist/utils/isElevationAlias.d.ts +1 -1
- package/generated/componentData.json +2235 -2227
- package/generated/tailwindPurge.ts +3 -3
- package/package.json +1 -1
- package/dist/icons/dist/types.d.cts +0 -30
- package/dist/icons/dist/types.d.ts +0 -30
|
@@ -1,12 +1,12 @@
|
|
|
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 { Icon } from "../Icon.js";
|
|
5
4
|
import { Box } from "../Box.js";
|
|
5
|
+
import { Icon } from "../Icon.js";
|
|
6
6
|
import { FormLabel } from "../FormLabel.js";
|
|
7
7
|
import { SpringMotionConfig } from "./SpringMotionConfig.js";
|
|
8
|
-
import { Check, Minus } from "@yahoo/uds-icons";
|
|
9
8
|
import { forwardRef, useCallback, useEffect, useId, useMemo, useRef, useState } from "react";
|
|
9
|
+
import { Check, Minus } from "@yahoo/uds-icons";
|
|
10
10
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
11
|
import { m, useReducedMotion } from "motion/react";
|
|
12
12
|
//#region src/components/client/Checkbox.tsx
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { ChipVariant, UniversalChipBaseProps } from "../../../types/
|
|
2
|
+
import { ChipVariant, UniversalChipBaseProps } from "../../../types/src/index.cjs";
|
|
3
3
|
import { IconPropsWithSVGProps } from "../../../tokens/types.cjs";
|
|
4
4
|
import { TextProps } from "../../Text.cjs";
|
|
5
5
|
import React from "react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { ChipVariant, UniversalChipBaseProps } from "../../../types/
|
|
3
|
+
import { ChipVariant, UniversalChipBaseProps } from "../../../types/src/index.js";
|
|
4
4
|
import { IconPropsWithSVGProps } from "../../../tokens/types.js";
|
|
5
5
|
import { TextProps } from "../../Text.js";
|
|
6
6
|
import React from "react";
|
|
@@ -3,13 +3,13 @@
|
|
|
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_client_Pressable = require("../Pressable.cjs");
|
|
7
6
|
const require_components_IconSlot = require("../../IconSlot.cjs");
|
|
7
|
+
const require_components_client_Pressable = require("../Pressable.cjs");
|
|
8
8
|
const require_utils_mergeSlotProps = require("../../../utils/mergeSlotProps.cjs");
|
|
9
9
|
const require_components_client_Chip_ChipBase = require("./ChipBase.cjs");
|
|
10
|
-
let _yahoo_uds_icons = require("@yahoo/uds-icons");
|
|
11
10
|
let react = require("react");
|
|
12
11
|
react = require_runtime.__toESM(react);
|
|
12
|
+
let _yahoo_uds_icons = require("@yahoo/uds-icons");
|
|
13
13
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
14
14
|
//#region src/components/client/Chip/ChipDismissible.tsx
|
|
15
15
|
const ChipDismissible = (0, react.forwardRef)(function ChipDismissible({ dismissButtonAriaLabel, onDismiss, dismissIcon, variant = require_components_client_Chip_ChipBase.VARIANT_DEFAULT, disabled, slotProps, className, ...rest }, ref) {
|
|
@@ -1,12 +1,12 @@
|
|
|
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 { Pressable } from "../Pressable.js";
|
|
5
4
|
import { IconSlot } from "../../IconSlot.js";
|
|
5
|
+
import { Pressable } from "../Pressable.js";
|
|
6
6
|
import { mergeSlotProps } from "../../../utils/mergeSlotProps.js";
|
|
7
7
|
import { ChipBase, VARIANT_DEFAULT } from "./ChipBase.js";
|
|
8
|
-
import { Cross } from "@yahoo/uds-icons";
|
|
9
8
|
import { forwardRef, useCallback, useMemo } from "react";
|
|
9
|
+
import { Cross } from "@yahoo/uds-icons";
|
|
10
10
|
import { jsx } from "react/jsx-runtime";
|
|
11
11
|
//#region src/components/client/Chip/ChipDismissible.tsx
|
|
12
12
|
const ChipDismissible = forwardRef(function ChipDismissible({ dismissButtonAriaLabel, onDismiss, dismissIcon, variant = VARIANT_DEFAULT, disabled, slotProps, className, ...rest }, ref) {
|
|
@@ -9,15 +9,20 @@ const require_generateDefaultClassName = require("../../automated-config/dist/ut
|
|
|
9
9
|
require("./buttonConstants.cjs");
|
|
10
10
|
const require_components_client_SpringMotionConfig = require("./SpringMotionConfig.cjs");
|
|
11
11
|
const require_components_client_Button = require("./Button.cjs");
|
|
12
|
-
let _yahoo_uds_icons = require("@yahoo/uds-icons");
|
|
13
12
|
let react = require("react");
|
|
13
|
+
let _yahoo_uds_icons = require("@yahoo/uds-icons");
|
|
14
14
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
15
|
+
let _yahoo_uds_icons_utils = require("@yahoo/uds-icons/utils");
|
|
15
16
|
let motion_react = require("motion/react");
|
|
16
17
|
//#region src/components/client/IconButton.tsx
|
|
17
18
|
const defaultSizeRootClass = require_generateDefaultClassName.generateDefaultClassName("iconbutton", "size", "root");
|
|
18
19
|
const defaultSizeIconClass = require_generateDefaultClassName.generateDefaultClassName("iconbutton", "size", "icon");
|
|
19
20
|
const defaultVariantRootClass = require_generateDefaultClassName.generateDefaultClassName("button", "variant", "root");
|
|
20
21
|
const defaultVariantIconClass = require_generateDefaultClassName.generateDefaultClassName("button", "variant", "icon");
|
|
22
|
+
function getIconMotionKey(icon) {
|
|
23
|
+
if ((0, _yahoo_uds_icons_utils.isIconDefinition)(icon)) return (0, _yahoo_uds_icons_utils.getIconName)(icon);
|
|
24
|
+
return "icon";
|
|
25
|
+
}
|
|
21
26
|
/**
|
|
22
27
|
* **⚙️️ An icon button element that can be used to trigger an action**
|
|
23
28
|
*
|
|
@@ -120,7 +125,7 @@ const IconButton = (0, react.forwardRef)(function IconButton({ variant, size, ic
|
|
|
120
125
|
className: require_styles_styler.cx(styles.icon, iconSlotClassName),
|
|
121
126
|
...iconSlotProps
|
|
122
127
|
})
|
|
123
|
-
}, name
|
|
128
|
+
}, getIconMotionKey(name))]
|
|
124
129
|
})
|
|
125
130
|
})
|
|
126
131
|
});
|
|
@@ -7,15 +7,20 @@ import { generateDefaultClassName } from "../../automated-config/dist/utils/gene
|
|
|
7
7
|
import "./buttonConstants.js";
|
|
8
8
|
import { SpringMotionConfig } from "./SpringMotionConfig.js";
|
|
9
9
|
import { iconMotionVariants, loadingMotionVariants } from "./Button.js";
|
|
10
|
-
import { Progress } from "@yahoo/uds-icons";
|
|
11
10
|
import { forwardRef, useImperativeHandle, useMemo, useRef } from "react";
|
|
11
|
+
import { Progress } from "@yahoo/uds-icons";
|
|
12
12
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
13
|
+
import { getIconName, isIconDefinition } from "@yahoo/uds-icons/utils";
|
|
13
14
|
import { AnimatePresence, m, useReducedMotion } from "motion/react";
|
|
14
15
|
//#region src/components/client/IconButton.tsx
|
|
15
16
|
const defaultSizeRootClass = generateDefaultClassName("iconbutton", "size", "root");
|
|
16
17
|
const defaultSizeIconClass = generateDefaultClassName("iconbutton", "size", "icon");
|
|
17
18
|
const defaultVariantRootClass = generateDefaultClassName("button", "variant", "root");
|
|
18
19
|
const defaultVariantIconClass = generateDefaultClassName("button", "variant", "icon");
|
|
20
|
+
function getIconMotionKey(icon) {
|
|
21
|
+
if (isIconDefinition(icon)) return getIconName(icon);
|
|
22
|
+
return "icon";
|
|
23
|
+
}
|
|
19
24
|
/**
|
|
20
25
|
* **⚙️️ An icon button element that can be used to trigger an action**
|
|
21
26
|
*
|
|
@@ -118,7 +123,7 @@ const IconButton = forwardRef(function IconButton({ variant, size, iconVariant,
|
|
|
118
123
|
className: cx(styles.icon, iconSlotClassName),
|
|
119
124
|
...iconSlotProps
|
|
120
125
|
})
|
|
121
|
-
}, name
|
|
126
|
+
}, getIconMotionKey(name))]
|
|
122
127
|
})
|
|
123
128
|
})
|
|
124
129
|
});
|
|
@@ -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_IconSlot = require("../../IconSlot.cjs");
|
|
7
6
|
const require_components_Box = require("../../Box.cjs");
|
|
7
|
+
const require_components_IconSlot = require("../../IconSlot.cjs");
|
|
8
8
|
const require_components_HStack = require("../../HStack.cjs");
|
|
9
9
|
const require_components_VStack = require("../../VStack.cjs");
|
|
10
10
|
const require_components_client_AnimateHeightChange = require("../AnimateHeightChange.cjs");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { UniversalInputProps } from "../../../types/
|
|
2
|
+
import { UniversalInputProps } from "../../../types/src/index.cjs";
|
|
3
3
|
import { IconPropsWithSVGProps } from "../../../tokens/types.cjs";
|
|
4
4
|
import { BoxProps } from "../../Box.cjs";
|
|
5
5
|
import * as _$react from "react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
"use client";
|
|
3
|
-
import { UniversalInputProps } from "../../../types/
|
|
3
|
+
import { UniversalInputProps } from "../../../types/src/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 { IconSlot } from "../../IconSlot.js";
|
|
5
4
|
import { Box } from "../../Box.js";
|
|
5
|
+
import { IconSlot } from "../../IconSlot.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/src/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/src/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/src/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/src/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/src/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_client_Pressable = require("../Pressable.cjs");
|
|
7
6
|
const require_components_IconSlot = require("../../IconSlot.cjs");
|
|
7
|
+
const require_components_client_Pressable = require("../Pressable.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/src/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/src/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 { Pressable } from "../Pressable.js";
|
|
5
4
|
import { IconSlot } from "../../IconSlot.js";
|
|
5
|
+
import { Pressable } from "../Pressable.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 _yahoo_uds_icons = require("@yahoo/uds-icons");
|
|
8
7
|
let react = require("react");
|
|
8
|
+
let _yahoo_uds_icons = require("@yahoo/uds-icons");
|
|
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/src/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, "active" | "hideEndIcon" | "rootProps"> & _$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/src/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, "active" | "hideEndIcon" | "rootProps"> & _$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 { Check } from "@yahoo/uds-icons";
|
|
6
5
|
import { forwardRef, useCallback, useEffect, useMemo, useRef } from "react";
|
|
6
|
+
import { Check } from "@yahoo/uds-icons";
|
|
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_client_Pressable = require("../Pressable.cjs");
|
|
7
|
-
const require_components_IconSlot = require("../../IconSlot.cjs");
|
|
8
6
|
const require_components_Box = require("../../Box.cjs");
|
|
7
|
+
const require_components_IconSlot = require("../../IconSlot.cjs");
|
|
8
|
+
const require_components_client_Pressable = require("../Pressable.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 _yahoo_uds_icons = require("@yahoo/uds-icons");
|
|
21
20
|
let react = require("react");
|
|
21
|
+
let _yahoo_uds_icons = require("@yahoo/uds-icons");
|
|
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/src/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/src/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 { Pressable } from "../Pressable.js";
|
|
5
|
-
import { IconSlot } from "../../IconSlot.js";
|
|
6
4
|
import { Box } from "../../Box.js";
|
|
5
|
+
import { IconSlot } from "../../IconSlot.js";
|
|
6
|
+
import { Pressable } from "../Pressable.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 { Cross } from "@yahoo/uds-icons";
|
|
19
18
|
import { useEffect, useLayoutEffect, useRef, useState } from "react";
|
|
19
|
+
import { Cross } from "@yahoo/uds-icons";
|
|
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/src/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/src/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/src/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/src/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/src/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/src/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/src/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/src/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/src/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/src/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_client_Pressable = require("../Pressable.cjs");
|
|
8
|
-
const require_components_IconSlot = require("../../IconSlot.cjs");
|
|
9
7
|
const require_components_Box = require("../../Box.cjs");
|
|
8
|
+
const require_components_IconSlot = require("../../IconSlot.cjs");
|
|
9
|
+
const require_components_client_Pressable = require("../Pressable.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 _yahoo_uds_icons = require("@yahoo/uds-icons");
|
|
17
16
|
let react = require("react");
|
|
17
|
+
let _yahoo_uds_icons = require("@yahoo/uds-icons");
|
|
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/src/index.cjs";
|
|
3
3
|
import { PressableProps } from "../Pressable.cjs";
|
|
4
4
|
import * as _$react from "react";
|
|
5
5
|
import { CSSProperties } from "react";
|