@yahoo/uds 3.70.0 → 3.72.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/cli/FlattenButtonVariant.mock.tsx +17 -0
- package/dist/components/Box.d.cts +2 -2
- package/dist/components/Box.d.ts +2 -2
- package/dist/components/Divider/Divider.d.cts +2 -2
- package/dist/components/Divider/Divider.d.ts +2 -2
- package/dist/components/Divider/DividerCore.d.cts +2 -2
- package/dist/components/Divider/DividerCore.d.ts +2 -2
- package/dist/components/Divider/DividerInternal.d.cts +2 -2
- package/dist/components/Divider/DividerInternal.d.ts +2 -2
- package/dist/components/FormLabel.d.cts +2 -2
- package/dist/components/FormLabel.d.ts +2 -2
- package/dist/components/HStack.d.cts +2 -2
- package/dist/components/HStack.d.ts +2 -2
- package/dist/components/Icon.d.cts +2 -2
- package/dist/components/Icon.d.ts +2 -2
- package/dist/components/Image.d.cts +2 -2
- package/dist/components/Image.d.ts +2 -2
- package/dist/components/Link.d.cts +2 -2
- package/dist/components/Link.d.ts +2 -2
- package/dist/components/Text.d.cts +8 -8
- package/dist/components/Text.d.ts +8 -8
- package/dist/components/VStack.d.cts +2 -2
- package/dist/components/VStack.d.ts +2 -2
- package/dist/components/client/AnimateHeightChange.d.cts +2 -2
- package/dist/components/client/AnimateHeightChange.d.ts +2 -2
- package/dist/components/client/Avatar/Avatar.d.cts +2 -2
- package/dist/components/client/Avatar/Avatar.d.ts +2 -2
- package/dist/components/client/Avatar/AvatarIcon.d.ts +2 -2
- package/dist/components/client/Avatar/AvatarImage.d.cts +2 -2
- package/dist/components/client/Avatar/AvatarImage.d.ts +2 -2
- package/dist/components/client/Avatar/AvatarText.d.cts +2 -2
- package/dist/components/client/Avatar/AvatarText.d.ts +2 -2
- package/dist/components/client/IconButton.d.cts +2 -2
- package/dist/components/client/IconButton.d.ts +2 -2
- package/dist/components/client/Input/Input.d.cts +2 -2
- package/dist/components/client/Input/Input.d.ts +2 -2
- package/dist/components/client/Input/InputHelpText.d.cts +2 -2
- package/dist/components/client/Input/InputHelpText.d.ts +2 -2
- package/dist/components/client/Input/InputHelpTextInternal.d.cts +4 -4
- package/dist/components/client/Input/InputHelpTextInternal.d.ts +4 -4
- package/dist/components/client/Menu/Menu.Content.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Content.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Divider.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Divider.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Item.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Item.d.ts +2 -2
- package/dist/components/client/Menu/Menu.ItemBase.d.cts +2 -2
- package/dist/components/client/Menu/Menu.ItemBase.d.ts +2 -2
- 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.Provider.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Provider.d.ts +2 -2
- package/dist/components/client/Menu/Menu.Trigger.d.cts +2 -2
- package/dist/components/client/Menu/Menu.Trigger.d.ts +2 -2
- package/dist/components/client/Pressable.d.cts +2 -2
- package/dist/components/client/Pressable.d.ts +2 -2
- package/dist/components/client/Radio/RadioGroupStore.d.cts +2 -2
- package/dist/components/client/Radio/RadioGroupStore.d.ts +2 -2
- package/dist/components/client/SpringMotionConfig.d.cts +3 -3
- package/dist/components/client/SpringMotionConfig.d.ts +3 -3
- package/dist/components/experimental/Spinner.d.cts +2 -2
- package/dist/components/experimental/Table.d.cts +2 -2
- package/dist/components/experimental/Table.d.ts +2 -2
- package/dist/components/experimental/client/Accordion.d.cts +2 -2
- package/dist/components/experimental/client/Accordion.d.ts +2 -2
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.cts +2 -2
- package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.ts +2 -2
- package/dist/components/experimental/client/Modal.d.cts +3 -3
- package/dist/components/experimental/client/Modal.d.ts +3 -3
- package/dist/components/experimental/client/Popover.d.cts +3 -3
- package/dist/components/experimental/client/Popover.d.ts +3 -3
- package/dist/components/experimental/client/Tabs.d.cts +6 -6
- package/dist/components/experimental/client/Tabs.d.ts +6 -6
- package/dist/components/experimental/client/Toast.d.cts +2 -2
- package/dist/components/experimental/client/Toast.d.ts +2 -2
- package/dist/fixtures.d.cts +1 -1
- package/dist/fixtures.d.ts +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/providers/ColorModeProvider.d.cts +4 -4
- package/dist/providers/ColorModeProvider.d.ts +4 -4
- package/dist/providers/ScaleModeProvider.d.cts +4 -4
- package/dist/providers/ScaleModeProvider.d.ts +4 -4
- package/dist/providers/ThemeProvider.d.cts +2 -2
- package/dist/providers/ThemeProvider.d.ts +2 -2
- package/dist/styles/styler.d.cts +35 -35
- package/dist/styles/styler.d.ts +35 -35
- package/dist/tailwind/plugins/a11y.d.cts +3 -3
- package/dist/tailwind/plugins/borders.d.cts +3 -3
- package/dist/tailwind/plugins/colors.d.cts +3 -3
- package/dist/tailwind/plugins/components.d.cts +3 -3
- package/dist/tailwind/plugins/components.d.ts +3 -3
- package/dist/tailwind/plugins/elevation.d.cts +3 -3
- package/dist/tailwind/plugins/elevation.d.ts +3 -3
- package/dist/tailwind/plugins/icons.d.cts +3 -3
- package/dist/tailwind/plugins/icons.d.ts +3 -3
- package/dist/tailwind/plugins/input.d.cts +3 -3
- package/dist/tailwind/plugins/input.d.ts +3 -3
- package/dist/tailwind/plugins/motion.d.cts +3 -3
- package/dist/tailwind/plugins/motion.d.ts +3 -3
- package/dist/tailwind/plugins/nestedBorderRadius.d.cts +3 -3
- package/dist/tailwind/plugins/nestedBorderRadius.d.ts +3 -3
- package/dist/tailwind/plugins/scaleMode.d.cts +3 -3
- package/dist/tailwind/plugins/scaleMode.d.ts +3 -3
- package/dist/tailwind/plugins/shadows.d.cts +3 -3
- package/dist/tailwind/plugins/shadows.d.ts +3 -3
- package/dist/tailwind/plugins/sizing.d.cts +3 -3
- package/dist/tailwind/plugins/sizing.d.ts +3 -3
- package/dist/tailwind/plugins/spacing.d.cts +3 -3
- package/dist/tailwind/plugins/spacing.d.ts +3 -3
- package/dist/tailwind/plugins/typography.d.cts +3 -3
- package/dist/tailwind/plugins/typography.d.ts +3 -3
- package/dist/tailwind/tailwind.config.d.cts +3 -3
- package/dist/tailwind/tailwind.config.d.ts +3 -3
- package/dist/tailwind/tailwindPlugin.d.cts +3 -3
- package/dist/tailwind/tailwindPlugin.d.ts +3 -3
- package/dist/tailwind/utils/addFontsPlugin.d.cts +3 -3
- package/dist/tailwind/utils/addFontsPlugin.d.ts +3 -3
- package/dist/tailwind/utils/composeTailwindPlugins.d.cts +3 -3
- package/dist/tailwind/utils/composeTailwindPlugins.d.ts +3 -3
- package/dist/tokens/automation/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/tokens/automation/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/tokens/configs/yosConfig.cjs +23 -23
- package/dist/tokens/configs/yosConfig.js +23 -23
- package/dist/tokens/index.d.cts +2 -2
- package/dist/tokens/index.d.ts +2 -2
- package/dist/tokens/parseTokens.cjs +7 -1
- package/dist/tokens/parseTokens.js +7 -1
- package/dist/tokens/types.d.cts +3 -2
- package/dist/tokens/types.d.ts +3 -2
- package/dist/utils/intersperse.d.cts +2 -2
- package/dist/utils/intersperse.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UniversalAvatarTextProps } from "../../../tokens/types.cjs";
|
|
2
2
|
import "../../../tokens/index.cjs";
|
|
3
3
|
import { TextProps } from "../../Text.cjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime11 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/Avatar/AvatarText.d.ts
|
|
7
7
|
type DataAttributes = {
|
|
@@ -32,7 +32,7 @@ declare const AvatarText: {
|
|
|
32
32
|
className,
|
|
33
33
|
slotProps,
|
|
34
34
|
...props
|
|
35
|
-
}: AvatarTextProps):
|
|
35
|
+
}: AvatarTextProps): react_jsx_runtime11.JSX.Element;
|
|
36
36
|
displayName: string;
|
|
37
37
|
};
|
|
38
38
|
//#endregion
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UniversalAvatarTextProps } from "../../../tokens/types.js";
|
|
2
2
|
import "../../../tokens/index.js";
|
|
3
3
|
import { TextProps } from "../../Text.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/Avatar/AvatarText.d.ts
|
|
7
7
|
type DataAttributes = {
|
|
@@ -32,7 +32,7 @@ declare const AvatarText: {
|
|
|
32
32
|
className,
|
|
33
33
|
slotProps,
|
|
34
34
|
...props
|
|
35
|
-
}: AvatarTextProps):
|
|
35
|
+
}: AvatarTextProps): react_jsx_runtime17.JSX.Element;
|
|
36
36
|
displayName: string;
|
|
37
37
|
};
|
|
38
38
|
//#endregion
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UniversalIconButtonProps } from "../../tokens/types.cjs";
|
|
2
2
|
import "../../tokens/index.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react58 from "react";
|
|
4
4
|
import { HTMLMotionProps } from "motion/react";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/IconButton.d.ts
|
|
@@ -32,6 +32,6 @@ interface IconButtonProps extends HtmlButtonProps, UniversalIconButtonProps {}
|
|
|
32
32
|
* @related [Icon](https://uds.build/docs/components/icon), [Button](https://uds.build/docs/components/button), and [Pressable](https://uds.build/docs/components/pressable)
|
|
33
33
|
*
|
|
34
34
|
**/
|
|
35
|
-
declare const IconButton:
|
|
35
|
+
declare const IconButton: react58.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & react58.RefAttributes<HTMLButtonElement>>;
|
|
36
36
|
//#endregion
|
|
37
37
|
export { IconButton, type IconButtonProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UniversalIconButtonProps } from "../../tokens/types.js";
|
|
2
2
|
import "../../tokens/index.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react28 from "react";
|
|
4
4
|
import { HTMLMotionProps } from "motion/react";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/IconButton.d.ts
|
|
@@ -32,6 +32,6 @@ interface IconButtonProps extends HtmlButtonProps, UniversalIconButtonProps {}
|
|
|
32
32
|
* @related [Icon](https://uds.build/docs/components/icon), [Button](https://uds.build/docs/components/button), and [Pressable](https://uds.build/docs/components/pressable)
|
|
33
33
|
*
|
|
34
34
|
**/
|
|
35
|
-
declare const IconButton:
|
|
35
|
+
declare const IconButton: react28.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & react28.RefAttributes<HTMLButtonElement>>;
|
|
36
36
|
//#endregion
|
|
37
37
|
export { IconButton, type IconButtonProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IconPropsWithSVGProps, UniversalInputProps } from "../../../tokens/types.cjs";
|
|
2
2
|
import "../../../tokens/index.cjs";
|
|
3
3
|
import { BoxProps } from "../../Box.cjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react29 from "react";
|
|
5
5
|
import { InputHTMLAttributes } from "react";
|
|
6
6
|
import { HTMLMotionProps } from "motion/react";
|
|
7
7
|
|
|
@@ -51,6 +51,6 @@ interface InputProps extends NativeInputProps, UniversalInputProps {
|
|
|
51
51
|
*
|
|
52
52
|
* @related [Checkbox](https://uds.build/docs/components/checkbox), [Radio](https://uds.build/docs/components/radio).
|
|
53
53
|
**/
|
|
54
|
-
declare const Input:
|
|
54
|
+
declare const Input: react29.ForwardRefExoticComponent<Omit<InputProps, "ref"> & react29.RefAttributes<HTMLInputElement>>;
|
|
55
55
|
//#endregion
|
|
56
56
|
export { Input, type InputProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IconPropsWithSVGProps, UniversalInputProps } from "../../../tokens/types.js";
|
|
2
2
|
import "../../../tokens/index.js";
|
|
3
3
|
import { BoxProps } from "../../Box.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react52 from "react";
|
|
5
5
|
import { InputHTMLAttributes } from "react";
|
|
6
6
|
import { HTMLMotionProps } from "motion/react";
|
|
7
7
|
|
|
@@ -51,6 +51,6 @@ interface InputProps extends NativeInputProps, UniversalInputProps {
|
|
|
51
51
|
*
|
|
52
52
|
* @related [Checkbox](https://uds.build/docs/components/checkbox), [Radio](https://uds.build/docs/components/radio).
|
|
53
53
|
**/
|
|
54
|
-
declare const Input:
|
|
54
|
+
declare const Input: react52.ForwardRefExoticComponent<Omit<InputProps, "ref"> & react52.RefAttributes<HTMLInputElement>>;
|
|
55
55
|
//#endregion
|
|
56
56
|
export { Input, type InputProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InputHelpTextInternalProps } from "./InputHelpTextInternal.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime12 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/client/Input/InputHelpText.d.ts
|
|
5
5
|
type InputHelpTextProps = InputHelpTextInternalProps;
|
|
@@ -34,7 +34,7 @@ declare const InputHelpText: {
|
|
|
34
34
|
size,
|
|
35
35
|
isFilled,
|
|
36
36
|
...props
|
|
37
|
-
}: InputHelpTextProps):
|
|
37
|
+
}: InputHelpTextProps): react_jsx_runtime12.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
//#endregion
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InputHelpTextInternalProps } from "./InputHelpTextInternal.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/client/Input/InputHelpText.d.ts
|
|
5
5
|
type InputHelpTextProps = InputHelpTextInternalProps;
|
|
@@ -34,7 +34,7 @@ declare const InputHelpText: {
|
|
|
34
34
|
size,
|
|
35
35
|
isFilled,
|
|
36
36
|
...props
|
|
37
|
-
}: InputHelpTextProps):
|
|
37
|
+
}: InputHelpTextProps): react_jsx_runtime18.JSX.Element;
|
|
38
38
|
displayName: string;
|
|
39
39
|
};
|
|
40
40
|
//#endregion
|
|
@@ -2,9 +2,9 @@ import { IconPropsWithSVGProps, UniversalIconSlot } from "../../../tokens/types.
|
|
|
2
2
|
import "../../../tokens/index.cjs";
|
|
3
3
|
import "../../Icon.cjs";
|
|
4
4
|
import { InputProps } from "./Input.cjs";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react31 from "react";
|
|
6
6
|
import { PropsWithChildren } from "react";
|
|
7
|
-
import * as
|
|
7
|
+
import * as react_jsx_runtime13 from "react/jsx-runtime";
|
|
8
8
|
|
|
9
9
|
//#region src/components/client/Input/InputHelpTextInternal.d.ts
|
|
10
10
|
interface InputHelpTextInternalProps extends PropsWithChildren {
|
|
@@ -28,10 +28,10 @@ declare function InputHelpTextInternal({
|
|
|
28
28
|
size,
|
|
29
29
|
isFilled,
|
|
30
30
|
...rest
|
|
31
|
-
}: InputHelpTextInternalProps):
|
|
31
|
+
}: InputHelpTextInternalProps): react_jsx_runtime13.JSX.Element;
|
|
32
32
|
declare namespace InputHelpTextInternal {
|
|
33
33
|
var displayName: string;
|
|
34
34
|
}
|
|
35
|
-
declare const InputHelpTextInternalMemo:
|
|
35
|
+
declare const InputHelpTextInternalMemo: react31.MemoExoticComponent<typeof InputHelpTextInternal>;
|
|
36
36
|
//#endregion
|
|
37
37
|
export { InputHelpTextInternalMemo as InputHelpTextInternal, type InputHelpTextInternalProps };
|
|
@@ -2,9 +2,9 @@ import { IconPropsWithSVGProps, UniversalIconSlot } from "../../../tokens/types.
|
|
|
2
2
|
import "../../../tokens/index.js";
|
|
3
3
|
import "../../Icon.js";
|
|
4
4
|
import { InputProps } from "./Input.js";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react45 from "react";
|
|
6
6
|
import { PropsWithChildren } from "react";
|
|
7
|
-
import * as
|
|
7
|
+
import * as react_jsx_runtime15 from "react/jsx-runtime";
|
|
8
8
|
|
|
9
9
|
//#region src/components/client/Input/InputHelpTextInternal.d.ts
|
|
10
10
|
interface InputHelpTextInternalProps extends PropsWithChildren {
|
|
@@ -28,10 +28,10 @@ declare function InputHelpTextInternal({
|
|
|
28
28
|
size,
|
|
29
29
|
isFilled,
|
|
30
30
|
...rest
|
|
31
|
-
}: InputHelpTextInternalProps):
|
|
31
|
+
}: InputHelpTextInternalProps): react_jsx_runtime15.JSX.Element;
|
|
32
32
|
declare namespace InputHelpTextInternal {
|
|
33
33
|
var displayName: string;
|
|
34
34
|
}
|
|
35
|
-
declare const InputHelpTextInternalMemo:
|
|
35
|
+
declare const InputHelpTextInternalMemo: react45.MemoExoticComponent<typeof InputHelpTextInternal>;
|
|
36
36
|
//#endregion
|
|
37
37
|
export { InputHelpTextInternalMemo as InputHelpTextInternal, type InputHelpTextInternalProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SpacingAlias } from "../../../tokens/types.cjs";
|
|
2
2
|
import "../../../tokens/index.cjs";
|
|
3
3
|
import { VStackProps } from "../../VStack.cjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react32 from "react";
|
|
5
5
|
import { MenuProps } from "@ariakit/react/menu";
|
|
6
6
|
|
|
7
7
|
//#region src/components/client/Menu/Menu.Content.d.ts
|
|
@@ -209,6 +209,6 @@ interface MenuContentProps extends Omit<VStackProps, 'asChild'> {
|
|
|
209
209
|
*
|
|
210
210
|
* @related [Menu](https://uds.build/docs/components/menu), [Menu.ItemCheckbox](https://uds.build/docs/components/menu-item-checkbox)
|
|
211
211
|
**/
|
|
212
|
-
declare const MenuContent:
|
|
212
|
+
declare const MenuContent: react32.ForwardRefExoticComponent<MenuContentProps & react32.RefAttributes<HTMLDivElement>>;
|
|
213
213
|
//#endregion
|
|
214
214
|
export { MenuContent, type MenuContentProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SpacingAlias } from "../../../tokens/types.js";
|
|
2
2
|
import "../../../tokens/index.js";
|
|
3
3
|
import { VStackProps } from "../../VStack.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react43 from "react";
|
|
5
5
|
import { MenuProps } from "@ariakit/react/menu";
|
|
6
6
|
|
|
7
7
|
//#region src/components/client/Menu/Menu.Content.d.ts
|
|
@@ -209,6 +209,6 @@ interface MenuContentProps extends Omit<VStackProps, 'asChild'> {
|
|
|
209
209
|
*
|
|
210
210
|
* @related [Menu](https://uds.build/docs/components/menu), [Menu.ItemCheckbox](https://uds.build/docs/components/menu-item-checkbox)
|
|
211
211
|
**/
|
|
212
|
-
declare const MenuContent:
|
|
212
|
+
declare const MenuContent: react43.ForwardRefExoticComponent<MenuContentProps & react43.RefAttributes<HTMLDivElement>>;
|
|
213
213
|
//#endregion
|
|
214
214
|
export { MenuContent, type MenuContentProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DividerProps } from "../../Divider/Divider.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react34 from "react";
|
|
3
3
|
import { AriaRole } from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/client/Menu/Menu.Divider.d.ts
|
|
@@ -48,6 +48,6 @@ interface MenuDividerProps extends Omit<DividerProps, 'variant'> {
|
|
|
48
48
|
*
|
|
49
49
|
* @related [Menu](https://uds.build/docs/components/menu), [Menu.Item](https://uds.build/docs/components/menu-item), [Divider](https://uds.build/docs/components/divider)
|
|
50
50
|
**/
|
|
51
|
-
declare const MenuDivider:
|
|
51
|
+
declare const MenuDivider: react34.ForwardRefExoticComponent<MenuDividerProps & react34.RefAttributes<HTMLDivElement>>;
|
|
52
52
|
//#endregion
|
|
53
53
|
export { MenuDivider, type MenuDividerProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DividerProps } from "../../Divider/Divider.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react46 from "react";
|
|
3
3
|
import { AriaRole } from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/client/Menu/Menu.Divider.d.ts
|
|
@@ -48,6 +48,6 @@ interface MenuDividerProps extends Omit<DividerProps, 'variant'> {
|
|
|
48
48
|
*
|
|
49
49
|
* @related [Menu](https://uds.build/docs/components/menu), [Menu.Item](https://uds.build/docs/components/menu-item), [Divider](https://uds.build/docs/components/divider)
|
|
50
50
|
**/
|
|
51
|
-
declare const MenuDivider:
|
|
51
|
+
declare const MenuDivider: react46.ForwardRefExoticComponent<MenuDividerProps & react46.RefAttributes<HTMLDivElement>>;
|
|
52
52
|
//#endregion
|
|
53
53
|
export { MenuDivider, type MenuDividerProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UniversalMenuItemProps } from "../../../tokens/types.cjs";
|
|
2
2
|
import "../../../tokens/index.cjs";
|
|
3
3
|
import { PressableProps } from "../Pressable.cjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react46 from "react";
|
|
5
5
|
import { AriaRole } from "react";
|
|
6
6
|
import { MenuItemProps as MenuItemProps$1 } from "@ariakit/react/menu";
|
|
7
7
|
|
|
@@ -73,6 +73,6 @@ interface MenuItemProps extends Omit<PressableProps, 'asChild'>, Omit<UniversalM
|
|
|
73
73
|
*
|
|
74
74
|
* @related [Menu](https://uds.build/docs/components/menu), [Menu.ItemCheckbox](https://uds.build/docs/components/menu-item-checkbox)
|
|
75
75
|
**/
|
|
76
|
-
declare const MenuItem:
|
|
76
|
+
declare const MenuItem: react46.ForwardRefExoticComponent<MenuItemProps & react46.RefAttributes<HTMLDivElement>>;
|
|
77
77
|
//#endregion
|
|
78
78
|
export { MenuItem, type MenuItemProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UniversalMenuItemProps } from "../../../tokens/types.js";
|
|
2
2
|
import "../../../tokens/index.js";
|
|
3
3
|
import { PressableProps } from "../Pressable.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react50 from "react";
|
|
5
5
|
import { AriaRole } from "react";
|
|
6
6
|
import { MenuItemProps as MenuItemProps$1 } from "@ariakit/react/menu";
|
|
7
7
|
|
|
@@ -73,6 +73,6 @@ interface MenuItemProps extends Omit<PressableProps, 'asChild'>, Omit<UniversalM
|
|
|
73
73
|
*
|
|
74
74
|
* @related [Menu](https://uds.build/docs/components/menu), [Menu.ItemCheckbox](https://uds.build/docs/components/menu-item-checkbox)
|
|
75
75
|
**/
|
|
76
|
-
declare const MenuItem:
|
|
76
|
+
declare const MenuItem: react50.ForwardRefExoticComponent<MenuItemProps & react50.RefAttributes<HTMLDivElement>>;
|
|
77
77
|
//#endregion
|
|
78
78
|
export { MenuItem, type MenuItemProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UniversalMenuItemProps } from "../../../tokens/types.cjs";
|
|
2
2
|
import "../../../tokens/index.cjs";
|
|
3
3
|
import { PressableProps } from "../Pressable.cjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react36 from "react";
|
|
5
5
|
import { MenuItem, MenuItemCheckbox } from "@ariakit/react";
|
|
6
6
|
|
|
7
7
|
//#region src/components/client/Menu/Menu.ItemBase.d.ts
|
|
@@ -26,6 +26,6 @@ declare const ITEM_CLASS_NAME = "uds-menu-item";
|
|
|
26
26
|
* @private This is an internal component shared by [Menu.Item](https://uds.build/docs/components/menu#menu-item) and [Menu.ItemCheckbox](https://uds.build/docs/components/menu#menu-item-checkbox)
|
|
27
27
|
* and may change without notice. Please do not use this component directly.
|
|
28
28
|
*/
|
|
29
|
-
declare const MenuItemBase:
|
|
29
|
+
declare const MenuItemBase: react36.ForwardRefExoticComponent<MenuItemBaseProps & react36.RefAttributes<HTMLDivElement>>;
|
|
30
30
|
//#endregion
|
|
31
31
|
export { ITEM_CLASS_NAME, MenuItemBase };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UniversalMenuItemProps } from "../../../tokens/types.js";
|
|
2
2
|
import "../../../tokens/index.js";
|
|
3
3
|
import { PressableProps } from "../Pressable.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react48 from "react";
|
|
5
5
|
import { MenuItem, MenuItemCheckbox } from "@ariakit/react";
|
|
6
6
|
|
|
7
7
|
//#region src/components/client/Menu/Menu.ItemBase.d.ts
|
|
@@ -26,6 +26,6 @@ declare const ITEM_CLASS_NAME = "uds-menu-item";
|
|
|
26
26
|
* @private This is an internal component shared by [Menu.Item](https://uds.build/docs/components/menu#menu-item) and [Menu.ItemCheckbox](https://uds.build/docs/components/menu#menu-item-checkbox)
|
|
27
27
|
* and may change without notice. Please do not use this component directly.
|
|
28
28
|
*/
|
|
29
|
-
declare const MenuItemBase:
|
|
29
|
+
declare const MenuItemBase: react48.ForwardRefExoticComponent<MenuItemBaseProps & react48.RefAttributes<HTMLDivElement>>;
|
|
30
30
|
//#endregion
|
|
31
31
|
export { ITEM_CLASS_NAME, MenuItemBase };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UniversalMenuItemProps } from "../../../tokens/types.cjs";
|
|
2
2
|
import "../../../tokens/index.cjs";
|
|
3
3
|
import { PressableProps } from "../Pressable.cjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react38 from "react";
|
|
5
5
|
import { HTMLAttributes } from "react";
|
|
6
6
|
import { MenuItemCheckboxProps as MenuItemCheckboxProps$1 } from "@ariakit/react/menu";
|
|
7
7
|
|
|
@@ -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:
|
|
90
|
+
declare const MenuItemCheckbox: react38.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "active" | "hideEndIcon" | "rootProps"> & react38.RefAttributes<HTMLDivElement>>;
|
|
91
91
|
//#endregion
|
|
92
92
|
export { MenuItemCheckbox, type MenuItemCheckboxProps };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UniversalMenuItemProps } from "../../../tokens/types.js";
|
|
2
2
|
import "../../../tokens/index.js";
|
|
3
3
|
import { PressableProps } from "../Pressable.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react54 from "react";
|
|
5
5
|
import { HTMLAttributes } from "react";
|
|
6
6
|
import { MenuItemCheckboxProps as MenuItemCheckboxProps$1 } from "@ariakit/react/menu";
|
|
7
7
|
|
|
@@ -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:
|
|
90
|
+
declare const MenuItemCheckbox: react54.ForwardRefExoticComponent<Omit<MenuItemCheckboxProps, "active" | "hideEndIcon" | "rootProps"> & react54.RefAttributes<HTMLDivElement>>;
|
|
91
91
|
//#endregion
|
|
92
92
|
export { MenuItemCheckbox, type MenuItemCheckboxProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropsWithChildren } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime14 from "react/jsx-runtime";
|
|
3
3
|
import { MenuProviderProps as MenuProviderProps$1 } from "@ariakit/react/menu";
|
|
4
4
|
|
|
5
5
|
//#region src/components/client/Menu/Menu.Provider.d.ts
|
|
@@ -130,7 +130,7 @@ declare const MenuProvider: {
|
|
|
130
130
|
placement,
|
|
131
131
|
rtl: explicitRtl,
|
|
132
132
|
...props
|
|
133
|
-
}: MenuProviderProps):
|
|
133
|
+
}: MenuProviderProps): react_jsx_runtime14.JSX.Element;
|
|
134
134
|
displayName: string;
|
|
135
135
|
};
|
|
136
136
|
//#endregion
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropsWithChildren } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime19 from "react/jsx-runtime";
|
|
3
3
|
import { MenuProviderProps as MenuProviderProps$1 } from "@ariakit/react/menu";
|
|
4
4
|
|
|
5
5
|
//#region src/components/client/Menu/Menu.Provider.d.ts
|
|
@@ -130,7 +130,7 @@ declare const MenuProvider: {
|
|
|
130
130
|
placement,
|
|
131
131
|
rtl: explicitRtl,
|
|
132
132
|
...props
|
|
133
|
-
}: MenuProviderProps):
|
|
133
|
+
}: MenuProviderProps): react_jsx_runtime19.JSX.Element;
|
|
134
134
|
displayName: string;
|
|
135
135
|
};
|
|
136
136
|
//#endregion
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BoxProps } from "../../Box.cjs";
|
|
2
2
|
import { PressableProps } from "../Pressable.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react40 from "react";
|
|
4
4
|
import { MenuButtonProps } from "@ariakit/react/menu";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/Menu/Menu.Trigger.d.ts
|
|
@@ -73,6 +73,6 @@ interface MenuTriggerProps extends PressableProps {
|
|
|
73
73
|
*
|
|
74
74
|
* @related [Menu](https://uds.build/docs/components/menu), [Menu.ItemCheckbox](https://uds.build/docs/components/menu-item-checkbox)
|
|
75
75
|
**/
|
|
76
|
-
declare const MenuTrigger:
|
|
76
|
+
declare const MenuTrigger: react40.ForwardRefExoticComponent<MenuTriggerProps & react40.RefAttributes<HTMLButtonElement>>;
|
|
77
77
|
//#endregion
|
|
78
78
|
export { MenuTrigger, type MenuTriggerProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BoxProps } from "../../Box.js";
|
|
2
2
|
import { PressableProps } from "../Pressable.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react56 from "react";
|
|
4
4
|
import { MenuButtonProps } from "@ariakit/react/menu";
|
|
5
5
|
|
|
6
6
|
//#region src/components/client/Menu/Menu.Trigger.d.ts
|
|
@@ -73,6 +73,6 @@ interface MenuTriggerProps extends PressableProps {
|
|
|
73
73
|
*
|
|
74
74
|
* @related [Menu](https://uds.build/docs/components/menu), [Menu.ItemCheckbox](https://uds.build/docs/components/menu-item-checkbox)
|
|
75
75
|
**/
|
|
76
|
-
declare const MenuTrigger:
|
|
76
|
+
declare const MenuTrigger: react56.ForwardRefExoticComponent<MenuTriggerProps & react56.RefAttributes<HTMLButtonElement>>;
|
|
77
77
|
//#endregion
|
|
78
78
|
export { MenuTrigger, type MenuTriggerProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UniversalPressableProps } from "../../tokens/types.cjs";
|
|
2
2
|
import "../../tokens/index.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react24 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/client/Pressable.d.ts
|
|
6
6
|
type HtmlButtonProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'color' | 'name'>;
|
|
@@ -40,6 +40,6 @@ interface PressableProps extends UniversalPressableProps, HtmlButtonProps {}
|
|
|
40
40
|
* @related [Button](https://uds.build/docs/components/button), [IconButton](https://uds.build/docs/components/icon-button)
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
|
-
declare const Pressable:
|
|
43
|
+
declare const Pressable: react24.ForwardRefExoticComponent<PressableProps & react24.RefAttributes<HTMLButtonElement>>;
|
|
44
44
|
//#endregion
|
|
45
45
|
export { Pressable, type PressableProps };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UniversalPressableProps } from "../../tokens/types.js";
|
|
2
2
|
import "../../tokens/index.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react0 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/client/Pressable.d.ts
|
|
6
6
|
type HtmlButtonProps = Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, 'color' | 'name'>;
|
|
@@ -40,6 +40,6 @@ interface PressableProps extends UniversalPressableProps, HtmlButtonProps {}
|
|
|
40
40
|
* @related [Button](https://uds.build/docs/components/button), [IconButton](https://uds.build/docs/components/icon-button)
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
|
-
declare const Pressable:
|
|
43
|
+
declare const Pressable: react0.ForwardRefExoticComponent<PressableProps & react0.RefAttributes<HTMLButtonElement>>;
|
|
44
44
|
//#endregion
|
|
45
45
|
export { Pressable, type PressableProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react42 from "react";
|
|
2
2
|
|
|
3
3
|
//#region src/components/client/Radio/RadioGroupStore.d.ts
|
|
4
4
|
type RadioGroupStoreOnChange = (value: string | undefined) => void;
|
|
@@ -15,6 +15,6 @@ declare class RadioGroupStore {
|
|
|
15
15
|
setValue(value: string | undefined): void;
|
|
16
16
|
static findOrCreate(radioGroupStores: Map<string, RadioGroupStore>, name: string): RadioGroupStore;
|
|
17
17
|
}
|
|
18
|
-
declare const RadioGroupContext:
|
|
18
|
+
declare const RadioGroupContext: react42.Context<RadioGroupStore | Map<string, RadioGroupStore>>;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { RadioGroupContext, RadioGroupStore };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react58 from "react";
|
|
2
2
|
|
|
3
3
|
//#region src/components/client/Radio/RadioGroupStore.d.ts
|
|
4
4
|
type RadioGroupStoreOnChange = (value: string | undefined) => void;
|
|
@@ -15,6 +15,6 @@ declare class RadioGroupStore {
|
|
|
15
15
|
setValue(value: string | undefined): void;
|
|
16
16
|
static findOrCreate(radioGroupStores: Map<string, RadioGroupStore>, name: string): RadioGroupStore;
|
|
17
17
|
}
|
|
18
|
-
declare const RadioGroupContext:
|
|
18
|
+
declare const RadioGroupContext: react58.Context<RadioGroupStore | Map<string, RadioGroupStore>>;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { RadioGroupContext, RadioGroupStore };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { MotionVariant, MotionVariantSpeed } from "../../tokens/types.cjs";
|
|
2
2
|
import "../../tokens/index.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react26 from "react";
|
|
4
4
|
import { LazyFeatureBundle, MotionConfigProps } from "motion/react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/client/SpringMotionConfig.d.ts
|
|
8
8
|
interface SpringMotionConfigProps extends Pick<MotionConfigProps, 'children' | 'reducedMotion'> {
|
|
@@ -49,7 +49,7 @@ declare function SpringMotionConfig({
|
|
|
49
49
|
layoutSpeed,
|
|
50
50
|
colorVariant,
|
|
51
51
|
colorSpeed
|
|
52
|
-
}: SpringMotionConfigProps): string | number | boolean | Iterable<
|
|
52
|
+
}: SpringMotionConfigProps): string | number | boolean | Iterable<react26.ReactNode> | react_jsx_runtime4.JSX.Element | null | undefined;
|
|
53
53
|
declare namespace SpringMotionConfig {
|
|
54
54
|
var displayName: string;
|
|
55
55
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MotionVariant, MotionVariantSpeed } from "../../tokens/types.js";
|
|
2
2
|
import "../../tokens/index.js";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
3
|
+
import * as react1 from "react";
|
|
4
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
5
5
|
import { LazyFeatureBundle, MotionConfigProps } from "motion/react";
|
|
6
6
|
|
|
7
7
|
//#region src/components/client/SpringMotionConfig.d.ts
|
|
@@ -49,7 +49,7 @@ declare function SpringMotionConfig({
|
|
|
49
49
|
layoutSpeed,
|
|
50
50
|
colorVariant,
|
|
51
51
|
colorSpeed
|
|
52
|
-
}: SpringMotionConfigProps): string | number | boolean | Iterable<
|
|
52
|
+
}: SpringMotionConfigProps): string | number | boolean | Iterable<react1.ReactNode> | react_jsx_runtime2.JSX.Element | null | undefined;
|
|
53
53
|
declare namespace SpringMotionConfig {
|
|
54
54
|
var displayName: string;
|
|
55
55
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IconPropsWithSVGProps } from "../../tokens/types.cjs";
|
|
2
2
|
import "../Icon.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime5 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/experimental/Spinner.d.ts
|
|
6
6
|
type SpinnerProps = React.HTMLAttributes<HTMLDivElement> & {
|
|
@@ -12,7 +12,7 @@ declare function Spinner({
|
|
|
12
12
|
color,
|
|
13
13
|
size,
|
|
14
14
|
...props
|
|
15
|
-
}: SpinnerProps):
|
|
15
|
+
}: SpinnerProps): react_jsx_runtime5.JSX.Element;
|
|
16
16
|
declare namespace Spinner {
|
|
17
17
|
var displayName: string;
|
|
18
18
|
}
|
|
@@ -4,7 +4,7 @@ import { BoxProps } from "../Box.cjs";
|
|
|
4
4
|
import { TextProps } from "../Text.cjs";
|
|
5
5
|
import "../index.cjs";
|
|
6
6
|
import React, { HTMLAttributes, TableHTMLAttributes, TdHTMLAttributes } from "react";
|
|
7
|
-
import * as
|
|
7
|
+
import * as react_jsx_runtime7 from "react/jsx-runtime";
|
|
8
8
|
|
|
9
9
|
//#region src/components/experimental/Table.d.ts
|
|
10
10
|
/**
|
|
@@ -55,7 +55,7 @@ declare function Table<T>({
|
|
|
55
55
|
data,
|
|
56
56
|
columns,
|
|
57
57
|
...props
|
|
58
|
-
}: TableProps<T>):
|
|
58
|
+
}: TableProps<T>): react_jsx_runtime7.JSX.Element;
|
|
59
59
|
declare namespace Table {
|
|
60
60
|
var Root: React.ForwardRefExoticComponent<TableHTMLAttributes<HTMLTableElement> & BoxProps & {
|
|
61
61
|
/** Sets whether an element is treated as a block or inline box and the
|
|
@@ -4,7 +4,7 @@ import { BoxProps } from "../Box.js";
|
|
|
4
4
|
import { TextProps } from "../Text.js";
|
|
5
5
|
import "../index.js";
|
|
6
6
|
import React, { HTMLAttributes, TableHTMLAttributes, TdHTMLAttributes } from "react";
|
|
7
|
-
import * as
|
|
7
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
8
8
|
|
|
9
9
|
//#region src/components/experimental/Table.d.ts
|
|
10
10
|
/**
|
|
@@ -55,7 +55,7 @@ declare function Table<T>({
|
|
|
55
55
|
data,
|
|
56
56
|
columns,
|
|
57
57
|
...props
|
|
58
|
-
}: TableProps<T>):
|
|
58
|
+
}: TableProps<T>): react_jsx_runtime1.JSX.Element;
|
|
59
59
|
declare namespace Table {
|
|
60
60
|
var Root: React.ForwardRefExoticComponent<TableHTMLAttributes<HTMLTableElement> & BoxProps & {
|
|
61
61
|
/** Sets whether an element is treated as a block or inline box and the
|
|
@@ -2,7 +2,7 @@ import { TextProps } from "../../Text.cjs";
|
|
|
2
2
|
import { VStackProps } from "../../VStack.cjs";
|
|
3
3
|
import { PressableProps } from "../../client/Pressable.cjs";
|
|
4
4
|
import "../../index.cjs";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime15 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/experimental/client/Accordion.d.ts
|
|
8
8
|
interface AccordionProps extends PressableProps {
|
|
@@ -22,7 +22,7 @@ declare function Accordion({
|
|
|
22
22
|
className,
|
|
23
23
|
textProps,
|
|
24
24
|
...props
|
|
25
|
-
}: AccordionProps):
|
|
25
|
+
}: AccordionProps): react_jsx_runtime15.JSX.Element;
|
|
26
26
|
declare namespace Accordion {
|
|
27
27
|
var displayName: string;
|
|
28
28
|
}
|