@yahoo/uds 3.31.0-beta.2 → 3.32.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.
Files changed (39) hide show
  1. package/dist/{Input-CiblUAAn.d.ts → Input-CShQy1AN.d.ts} +1 -1
  2. package/dist/{Input-BGoYBWuZ.d.cts → Input-PQPqt40J.d.cts} +1 -1
  3. package/dist/{Pressable-SWbWgmkV.d.cts → Pressable-B7zYkROB.d.cts} +1 -1
  4. package/dist/{Pressable-m2P7wcyE.d.ts → Pressable-D_EBLD22.d.ts} +1 -1
  5. package/dist/{VStack-CQeeckDq.d.ts → VStack-CcKiHh5j.d.ts} +1 -1
  6. package/dist/{VStack-D-kwOQ5o.d.cts → VStack-Df7cOZv3.d.cts} +1 -1
  7. package/dist/client/Menu.d.cts +3 -3
  8. package/dist/client/Menu.d.ts +3 -3
  9. package/dist/client/index.d.cts +3 -3
  10. package/dist/client/index.d.ts +3 -3
  11. package/dist/defaultTokensConfig.cjs +1 -1
  12. package/dist/defaultTokensConfig.d.cts +2 -2
  13. package/dist/defaultTokensConfig.d.ts +2 -2
  14. package/dist/defaultTokensConfig.js +1 -1
  15. package/dist/experimental/client/SwitchV2.cjs +1 -0
  16. package/dist/experimental/client/SwitchV2.d.cts +1 -1
  17. package/dist/experimental/client/SwitchV2.d.ts +1 -1
  18. package/dist/{index-D8RcvAUN.d.cts → index-B9lUgtPK.d.cts} +1 -1
  19. package/dist/{index-CbmfLw3M.d.ts → index-BaI_jrSA.d.ts} +1 -1
  20. package/dist/index.d.cts +6 -6
  21. package/dist/index.d.ts +6 -6
  22. package/dist/metafile-cjs.json +1 -1
  23. package/dist/metafile-esm.json +1 -1
  24. package/dist/tailwind/plugin.d.cts +1 -1
  25. package/dist/tailwind/plugin.d.ts +1 -1
  26. package/dist/tailwind/utils.d.cts +1 -1
  27. package/dist/tailwind/utils.d.ts +1 -1
  28. package/dist/tokens/automation/configs.d.cts +2 -2
  29. package/dist/tokens/automation/configs.d.ts +2 -2
  30. package/dist/tokens/automation/properties.d.cts +2 -2
  31. package/dist/tokens/automation/properties.d.ts +2 -2
  32. package/dist/tokens/index.d.cts +4 -4
  33. package/dist/tokens/index.d.ts +4 -4
  34. package/dist/tokens/parseTokens.d.cts +1 -1
  35. package/dist/tokens/parseTokens.d.ts +1 -1
  36. package/dist/{types-CLQR8V8k.d.cts → types-CILmuEy4.d.cts} +1 -0
  37. package/dist/{types-CLQR8V8k.d.ts → types-CILmuEy4.d.ts} +1 -0
  38. package/package.json +1 -1
  39. package/cli/FullWidthClassToProp.mock.tsx +0 -17
@@ -1,6 +1,6 @@
1
1
  import * as react from 'react';
2
2
  import { InputHTMLAttributes } from 'react';
3
- import { U as UniversalInputProps, I as IconPropsWithSVGProps } from './types-CLQR8V8k.js';
3
+ import { U as UniversalInputProps, I as IconPropsWithSVGProps } from './types-CILmuEy4.js';
4
4
  import { HTMLMotionProps } from 'motion/react';
5
5
 
6
6
  type HtmlInputProps = React.InputHTMLAttributes<HTMLInputElement> & HTMLMotionProps<'input'>;
@@ -1,6 +1,6 @@
1
1
  import * as react from 'react';
2
2
  import { InputHTMLAttributes } from 'react';
3
- import { U as UniversalInputProps, I as IconPropsWithSVGProps } from './types-CLQR8V8k.cjs';
3
+ import { U as UniversalInputProps, I as IconPropsWithSVGProps } from './types-CILmuEy4.cjs';
4
4
  import { HTMLMotionProps } from 'motion/react';
5
5
 
6
6
  type HtmlInputProps = React.InputHTMLAttributes<HTMLInputElement> & HTMLMotionProps<'input'>;
@@ -1,5 +1,5 @@
1
1
  import * as react from 'react';
2
- import { a as UniversalPressableProps } from './types-CLQR8V8k.cjs';
2
+ import { a as UniversalPressableProps } from './types-CILmuEy4.cjs';
3
3
 
4
4
  type HtmlButtonProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'color' | 'name'>;
5
5
  interface PressableProps extends UniversalPressableProps, HtmlButtonProps {
@@ -1,5 +1,5 @@
1
1
  import * as react from 'react';
2
- import { a as UniversalPressableProps } from './types-CLQR8V8k.js';
2
+ import { a as UniversalPressableProps } from './types-CILmuEy4.js';
3
3
 
4
4
  type HtmlButtonProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'color' | 'name'>;
5
5
  interface PressableProps extends UniversalPressableProps, HtmlButtonProps {
@@ -1,5 +1,5 @@
1
1
  import * as react from 'react';
2
- import { n as UniversalBoxProps, o as UniversalStackProps, p as UniversalDividerProps } from './types-CLQR8V8k.js';
2
+ import { n as UniversalBoxProps, o as UniversalStackProps, p as UniversalDividerProps } from './types-CILmuEy4.js';
3
3
 
4
4
  type DivProps = React.HTMLAttributes<HTMLDivElement>;
5
5
  interface BoxProps extends UniversalBoxProps, DivProps {
@@ -1,5 +1,5 @@
1
1
  import * as react from 'react';
2
- import { n as UniversalBoxProps, o as UniversalStackProps, p as UniversalDividerProps } from './types-CLQR8V8k.cjs';
2
+ import { n as UniversalBoxProps, o as UniversalStackProps, p as UniversalDividerProps } from './types-CILmuEy4.cjs';
3
3
 
4
4
  type DivProps = React.HTMLAttributes<HTMLDivElement>;
5
5
  interface BoxProps extends UniversalBoxProps, DivProps {
@@ -1,9 +1,9 @@
1
1
  import * as react from 'react';
2
2
  import { AriaRole, HTMLAttributes, PropsWithChildren } from 'react';
3
3
  import { MenuProps, MenuItemProps as MenuItemProps$1, MenuItemCheckboxProps as MenuItemCheckboxProps$1, MenuProviderProps as MenuProviderProps$1, MenuButtonProps, useMenuContext, useMenuStore } from '@ariakit/react/menu';
4
- import { u as SpacingAlias, v as UniversalMenuItemProps } from '../types-CLQR8V8k.cjs';
5
- import { V as VStackProps, D as DividerProps, B as BoxProps } from '../VStack-D-kwOQ5o.cjs';
6
- import { P as PressableProps } from '../Pressable-SWbWgmkV.cjs';
4
+ import { u as SpacingAlias, v as UniversalMenuItemProps } from '../types-CILmuEy4.cjs';
5
+ import { V as VStackProps, D as DividerProps, B as BoxProps } from '../VStack-Df7cOZv3.cjs';
6
+ import { P as PressableProps } from '../Pressable-B7zYkROB.cjs';
7
7
  import * as react_jsx_runtime from 'react/jsx-runtime';
8
8
  import { useStoreState } from '@ariakit/react';
9
9
  import '@yahoo/uds-icons/types';
@@ -1,9 +1,9 @@
1
1
  import * as react from 'react';
2
2
  import { AriaRole, HTMLAttributes, PropsWithChildren } from 'react';
3
3
  import { MenuProps, MenuItemProps as MenuItemProps$1, MenuItemCheckboxProps as MenuItemCheckboxProps$1, MenuProviderProps as MenuProviderProps$1, MenuButtonProps, useMenuContext, useMenuStore } from '@ariakit/react/menu';
4
- import { u as SpacingAlias, v as UniversalMenuItemProps } from '../types-CLQR8V8k.js';
5
- import { V as VStackProps, D as DividerProps, B as BoxProps } from '../VStack-CQeeckDq.js';
6
- import { P as PressableProps } from '../Pressable-m2P7wcyE.js';
4
+ import { u as SpacingAlias, v as UniversalMenuItemProps } from '../types-CILmuEy4.js';
5
+ import { V as VStackProps, D as DividerProps, B as BoxProps } from '../VStack-CcKiHh5j.js';
6
+ import { P as PressableProps } from '../Pressable-D_EBLD22.js';
7
7
  import * as react_jsx_runtime from 'react/jsx-runtime';
8
8
  import { useStoreState } from '@ariakit/react';
9
9
  import '@yahoo/uds-icons/types';
@@ -1,10 +1,10 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { cV as UniversalAvatarProps, cT as UniversalAvatarIconProps, cU as UniversalAvatarImageProps, cW as UniversalAvatarTextProps, cX as UniversalBadgeProps, cY as UniversalButtonProps, cZ as UniversalCheckboxProps, d2 as UniversalChipProps, c$ as UniversalChipButtonProps, d0 as UniversalChipDismissibleProps, d1 as UniversalChipLinkProps, d3 as UniversalChipToggleProps, d4 as UniversalIconButtonProps, d8 as UniversalRadioProps, d7 as UniversalRadioGroupProps, b$ as MotionVariant, c0 as MotionVariantSpeed, b as UniversalSwitchProps } from '../types-CLQR8V8k.cjs';
2
+ import { cV as UniversalAvatarProps, cT as UniversalAvatarIconProps, cU as UniversalAvatarImageProps, cW as UniversalAvatarTextProps, cX as UniversalBadgeProps, cY as UniversalButtonProps, cZ as UniversalCheckboxProps, d2 as UniversalChipProps, c$ as UniversalChipButtonProps, d0 as UniversalChipDismissibleProps, d1 as UniversalChipLinkProps, d3 as UniversalChipToggleProps, d4 as UniversalIconButtonProps, d8 as UniversalRadioProps, d7 as UniversalRadioGroupProps, b$ as MotionVariant, c0 as MotionVariantSpeed, b as UniversalSwitchProps } from '../types-CILmuEy4.cjs';
3
3
  import * as react from 'react';
4
4
  import react__default, { ForwardRefExoticComponent } from 'react';
5
5
  import { HTMLMotionProps, MotionConfigProps, LazyFeatureBundle } from 'motion/react';
6
- export { a as Input, I as InputProps } from '../Input-BGoYBWuZ.cjs';
7
- export { a as Pressable, P as PressableProps } from '../Pressable-SWbWgmkV.cjs';
6
+ export { a as Input, I as InputProps } from '../Input-PQPqt40J.cjs';
7
+ export { a as Pressable, P as PressableProps } from '../Pressable-B7zYkROB.cjs';
8
8
  export { Menu, MenuContentProps, MenuDividerProps, MenuItemCheckboxProps, MenuItemProps, MenuPlacement, MenuProviderProps, MenuTriggerProps } from '@yahoo/uds/client/Menu';
9
9
  import '@yahoo/uds-icons/types';
10
10
  import 'type-fest';
@@ -1,10 +1,10 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { cV as UniversalAvatarProps, cT as UniversalAvatarIconProps, cU as UniversalAvatarImageProps, cW as UniversalAvatarTextProps, cX as UniversalBadgeProps, cY as UniversalButtonProps, cZ as UniversalCheckboxProps, d2 as UniversalChipProps, c$ as UniversalChipButtonProps, d0 as UniversalChipDismissibleProps, d1 as UniversalChipLinkProps, d3 as UniversalChipToggleProps, d4 as UniversalIconButtonProps, d8 as UniversalRadioProps, d7 as UniversalRadioGroupProps, b$ as MotionVariant, c0 as MotionVariantSpeed, b as UniversalSwitchProps } from '../types-CLQR8V8k.js';
2
+ import { cV as UniversalAvatarProps, cT as UniversalAvatarIconProps, cU as UniversalAvatarImageProps, cW as UniversalAvatarTextProps, cX as UniversalBadgeProps, cY as UniversalButtonProps, cZ as UniversalCheckboxProps, d2 as UniversalChipProps, c$ as UniversalChipButtonProps, d0 as UniversalChipDismissibleProps, d1 as UniversalChipLinkProps, d3 as UniversalChipToggleProps, d4 as UniversalIconButtonProps, d8 as UniversalRadioProps, d7 as UniversalRadioGroupProps, b$ as MotionVariant, c0 as MotionVariantSpeed, b as UniversalSwitchProps } from '../types-CILmuEy4.js';
3
3
  import * as react from 'react';
4
4
  import react__default, { ForwardRefExoticComponent } from 'react';
5
5
  import { HTMLMotionProps, MotionConfigProps, LazyFeatureBundle } from 'motion/react';
6
- export { a as Input, I as InputProps } from '../Input-CiblUAAn.js';
7
- export { a as Pressable, P as PressableProps } from '../Pressable-m2P7wcyE.js';
6
+ export { a as Input, I as InputProps } from '../Input-CShQy1AN.js';
7
+ export { a as Pressable, P as PressableProps } from '../Pressable-D_EBLD22.js';
8
8
  export { Menu, MenuContentProps, MenuDividerProps, MenuItemCheckboxProps, MenuItemProps, MenuPlacement, MenuProviderProps, MenuTriggerProps } from '@yahoo/uds/client/Menu';
9
9
  import '@yahoo/uds-icons/types';
10
10
  import 'type-fest';