@yahoo/uds 3.69.0 → 3.70.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/cli/FlattenButtonVariant.mock.tsx +17 -0
- package/cli/bin/uds-darwin-arm64-baseline +0 -0
- package/cli/bin/uds-darwin-x64 +0 -0
- package/cli/bin/uds-linux-arm64 +0 -0
- package/cli/bin/uds-linux-x64-baseline +0 -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.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.ts +2 -2
- package/dist/components/client/Avatar/AvatarIcon.d.cts +2 -2
- package/dist/components/client/Avatar/AvatarIcon.d.ts +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.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/Spinner.d.ts +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.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/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 +6 -6
- package/dist/styles/styler.d.ts +6 -6
- package/dist/tailwind/plugins/a11y.d.cts +3 -3
- package/dist/tailwind/plugins/a11y.d.ts +3 -3
- package/dist/tailwind/plugins/borders.d.cts +3 -3
- package/dist/tailwind/plugins/borders.d.ts +3 -3
- package/dist/tailwind/plugins/colors.d.cts +3 -3
- package/dist/tailwind/plugins/colors.d.ts +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/tailwindPlugin.d.cts +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/utils/intersperse.d.cts +2 -2
- package/dist/utils/intersperse.d.ts +2 -2
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config21 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/input.d.ts
|
|
5
5
|
/**
|
|
@@ -7,8 +7,8 @@ import * as tailwindcss_types_config19 from "tailwindcss/types/config";
|
|
|
7
7
|
*/
|
|
8
8
|
declare const inputPlugin: {
|
|
9
9
|
(options: TailwindPluginOptions): {
|
|
10
|
-
handler:
|
|
11
|
-
config?: Partial<
|
|
10
|
+
handler: tailwindcss_types_config21.PluginCreator;
|
|
11
|
+
config?: Partial<tailwindcss_types_config21.Config>;
|
|
12
12
|
};
|
|
13
13
|
__isOptionsFunction: true;
|
|
14
14
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config19 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/motion.d.ts
|
|
5
5
|
declare const motionPlugin: {
|
|
6
6
|
(options: TailwindPluginOptions): {
|
|
7
|
-
handler:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config19.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config19.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config23 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/motion.d.ts
|
|
5
5
|
declare const motionPlugin: {
|
|
6
6
|
(options: TailwindPluginOptions): {
|
|
7
|
-
handler:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config23.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config23.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config21 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/nestedBorderRadius.d.ts
|
|
5
5
|
declare const nestedBorderRadiusPlugin: {
|
|
6
6
|
(options: TailwindPluginOptions): {
|
|
7
|
-
handler:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config21.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config21.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config27 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/nestedBorderRadius.d.ts
|
|
5
5
|
declare const nestedBorderRadiusPlugin: {
|
|
6
6
|
(options: TailwindPluginOptions): {
|
|
7
|
-
handler:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config27.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config27.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config23 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/scaleMode.d.ts
|
|
5
5
|
/**
|
|
@@ -7,8 +7,8 @@ import * as tailwindcss_types_config27 from "tailwindcss/types/config";
|
|
|
7
7
|
*/
|
|
8
8
|
declare const scaleModePlugin: {
|
|
9
9
|
(options: TailwindPluginOptions): {
|
|
10
|
-
handler:
|
|
11
|
-
config?: Partial<
|
|
10
|
+
handler: tailwindcss_types_config23.PluginCreator;
|
|
11
|
+
config?: Partial<tailwindcss_types_config23.Config>;
|
|
12
12
|
};
|
|
13
13
|
__isOptionsFunction: true;
|
|
14
14
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config25 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/scaleMode.d.ts
|
|
5
5
|
/**
|
|
@@ -7,8 +7,8 @@ import * as tailwindcss_types_config21 from "tailwindcss/types/config";
|
|
|
7
7
|
*/
|
|
8
8
|
declare const scaleModePlugin: {
|
|
9
9
|
(options: TailwindPluginOptions): {
|
|
10
|
-
handler:
|
|
11
|
-
config?: Partial<
|
|
10
|
+
handler: tailwindcss_types_config25.PluginCreator;
|
|
11
|
+
config?: Partial<tailwindcss_types_config25.Config>;
|
|
12
12
|
};
|
|
13
13
|
__isOptionsFunction: true;
|
|
14
14
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config25 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/shadows.d.ts
|
|
5
5
|
declare const shadowsPlugin: {
|
|
6
6
|
(options: TailwindPluginOptions): {
|
|
7
|
-
handler:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config25.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config25.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config5 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/shadows.d.ts
|
|
5
5
|
declare const shadowsPlugin: {
|
|
6
6
|
(options: TailwindPluginOptions): {
|
|
7
|
-
handler:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config5.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config5.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config27 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/sizing.d.ts
|
|
5
5
|
/**
|
|
@@ -7,8 +7,8 @@ import * as tailwindcss_types_config31 from "tailwindcss/types/config";
|
|
|
7
7
|
*/
|
|
8
8
|
declare const sizingPlugin: {
|
|
9
9
|
(options: TailwindPluginOptions): {
|
|
10
|
-
handler:
|
|
11
|
-
config?: Partial<
|
|
10
|
+
handler: tailwindcss_types_config27.PluginCreator;
|
|
11
|
+
config?: Partial<tailwindcss_types_config27.Config>;
|
|
12
12
|
};
|
|
13
13
|
__isOptionsFunction: true;
|
|
14
14
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config7 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/sizing.d.ts
|
|
5
5
|
/**
|
|
@@ -7,8 +7,8 @@ import * as tailwindcss_types_config25 from "tailwindcss/types/config";
|
|
|
7
7
|
*/
|
|
8
8
|
declare const sizingPlugin: {
|
|
9
9
|
(options: TailwindPluginOptions): {
|
|
10
|
-
handler:
|
|
11
|
-
config?: Partial<
|
|
10
|
+
handler: tailwindcss_types_config7.PluginCreator;
|
|
11
|
+
config?: Partial<tailwindcss_types_config7.Config>;
|
|
12
12
|
};
|
|
13
13
|
__isOptionsFunction: true;
|
|
14
14
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config29 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/spacing.d.ts
|
|
5
5
|
declare const spacingPlugin: {
|
|
6
6
|
(options: TailwindPluginOptions): {
|
|
7
|
-
handler:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config29.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config29.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config29 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/spacing.d.ts
|
|
5
5
|
declare const spacingPlugin: {
|
|
6
6
|
(options: TailwindPluginOptions): {
|
|
7
|
-
handler:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config29.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config29.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config31 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/typography.d.ts
|
|
5
5
|
declare const typographyPlugin: {
|
|
6
6
|
(options: TailwindPluginOptions): {
|
|
7
|
-
handler:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config31.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config31.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config31 from "tailwindcss/types/config";
|
|
3
3
|
|
|
4
4
|
//#region src/tailwind/plugins/typography.d.ts
|
|
5
5
|
declare const typographyPlugin: {
|
|
6
6
|
(options: TailwindPluginOptions): {
|
|
7
|
-
handler:
|
|
8
|
-
config?: Partial<
|
|
7
|
+
handler: tailwindcss_types_config31.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config31.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwindcss_types_config1 from "tailwindcss/types/config";
|
|
2
2
|
|
|
3
3
|
//#region src/tailwind/tailwind.config.d.ts
|
|
4
4
|
declare const config: {
|
|
@@ -8,8 +8,8 @@ declare const config: {
|
|
|
8
8
|
}[];
|
|
9
9
|
theme: {};
|
|
10
10
|
plugins: {
|
|
11
|
-
handler:
|
|
12
|
-
config?: Partial<
|
|
11
|
+
handler: tailwindcss_types_config1.PluginCreator;
|
|
12
|
+
config?: Partial<tailwindcss_types_config1.Config>;
|
|
13
13
|
}[];
|
|
14
14
|
safelist: {
|
|
15
15
|
pattern: RegExp;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { getInputStyles } from "./components/getInputStyles.cjs";
|
|
2
2
|
import { udsToTailwindMap } from "./defaultTailwindThemeAsUdsConfig.cjs";
|
|
3
3
|
import { TailwindPluginOptions } from "./utils/composeTailwindPlugins.cjs";
|
|
4
|
-
import * as
|
|
4
|
+
import * as tailwindcss_types_config3 from "tailwindcss/types/config";
|
|
5
5
|
|
|
6
6
|
//#region src/tailwind/tailwindPlugin.d.ts
|
|
7
7
|
declare const tailwindPlugin: {
|
|
8
8
|
(options: TailwindPluginOptions): {
|
|
9
|
-
handler:
|
|
10
|
-
config?: Partial<
|
|
9
|
+
handler: tailwindcss_types_config3.PluginCreator;
|
|
10
|
+
config?: Partial<tailwindcss_types_config3.Config>;
|
|
11
11
|
};
|
|
12
12
|
__isOptionsFunction: true;
|
|
13
13
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FontID } from "../../tokens/types.cjs";
|
|
2
2
|
import "../../tokens/index.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as tailwindcss_types_config33 from "tailwindcss/types/config";
|
|
4
4
|
|
|
5
5
|
//#region src/tailwind/utils/addFontsPlugin.d.ts
|
|
6
6
|
interface AddFontsPluginOptions {
|
|
@@ -8,8 +8,8 @@ interface AddFontsPluginOptions {
|
|
|
8
8
|
}
|
|
9
9
|
declare const addFontsPlugin: {
|
|
10
10
|
(options: AddFontsPluginOptions): {
|
|
11
|
-
handler:
|
|
12
|
-
config?: Partial<
|
|
11
|
+
handler: tailwindcss_types_config33.PluginCreator;
|
|
12
|
+
config?: Partial<tailwindcss_types_config33.Config>;
|
|
13
13
|
};
|
|
14
14
|
__isOptionsFunction: true;
|
|
15
15
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FontID } from "../../tokens/types.js";
|
|
2
2
|
import "../../tokens/index.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as tailwindcss_types_config33 from "tailwindcss/types/config";
|
|
4
4
|
|
|
5
5
|
//#region src/tailwind/utils/addFontsPlugin.d.ts
|
|
6
6
|
interface AddFontsPluginOptions {
|
|
@@ -8,8 +8,8 @@ interface AddFontsPluginOptions {
|
|
|
8
8
|
}
|
|
9
9
|
declare const addFontsPlugin: {
|
|
10
10
|
(options: AddFontsPluginOptions): {
|
|
11
|
-
handler:
|
|
12
|
-
config?: Partial<
|
|
11
|
+
handler: tailwindcss_types_config33.PluginCreator;
|
|
12
|
+
config?: Partial<tailwindcss_types_config33.Config>;
|
|
13
13
|
};
|
|
14
14
|
__isOptionsFunction: true;
|
|
15
15
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { UniversalTokensConfig } from "../../tokens/types.cjs";
|
|
2
2
|
import "../../tokens/index.cjs";
|
|
3
|
-
import * as
|
|
3
|
+
import * as tailwindcss_types_config0 from "tailwindcss/types/config";
|
|
4
4
|
import { Config } from "tailwindcss";
|
|
5
5
|
import plugin from "tailwindcss/plugin.js";
|
|
6
6
|
|
|
@@ -50,8 +50,8 @@ type PluginWithPrecidate = [Plugin, (options: TailwindPluginOptions) => boolean
|
|
|
50
50
|
type PossiblePlugins = Array<Plugin | PluginWithPrecidate | Falsy>;
|
|
51
51
|
declare const composeTailwindPlugins: (...allPossiblePlugins: PossiblePlugins) => {
|
|
52
52
|
(options: TailwindPluginOptions): {
|
|
53
|
-
handler:
|
|
54
|
-
config?: Partial<
|
|
53
|
+
handler: tailwindcss_types_config0.PluginCreator;
|
|
54
|
+
config?: Partial<tailwindcss_types_config0.Config>;
|
|
55
55
|
};
|
|
56
56
|
__isOptionsFunction: true;
|
|
57
57
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { UniversalTokensConfig } from "../../tokens/types.js";
|
|
2
2
|
import "../../tokens/index.js";
|
|
3
3
|
import plugin from "tailwindcss/plugin.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as tailwindcss_types_config3 from "tailwindcss/types/config";
|
|
5
5
|
import { Config } from "tailwindcss";
|
|
6
6
|
|
|
7
7
|
//#region src/tailwind/utils/composeTailwindPlugins.d.ts
|
|
@@ -50,8 +50,8 @@ type PluginWithPrecidate = [Plugin, (options: TailwindPluginOptions) => boolean
|
|
|
50
50
|
type PossiblePlugins = Array<Plugin | PluginWithPrecidate | Falsy>;
|
|
51
51
|
declare const composeTailwindPlugins: (...allPossiblePlugins: PossiblePlugins) => {
|
|
52
52
|
(options: TailwindPluginOptions): {
|
|
53
|
-
handler:
|
|
54
|
-
config?: Partial<
|
|
53
|
+
handler: tailwindcss_types_config3.PluginCreator;
|
|
54
|
+
config?: Partial<tailwindcss_types_config3.Config>;
|
|
55
55
|
};
|
|
56
56
|
__isOptionsFunction: true;
|
|
57
57
|
};
|
|
@@ -12,8 +12,8 @@ import "../../index.cjs";
|
|
|
12
12
|
* @returns A Record of layer names to their properties, or null if no properties are found
|
|
13
13
|
*/
|
|
14
14
|
declare function getConfigVariantProperties(variant?: VariantConfig): {
|
|
15
|
-
[x: string]: Readonly<Record<string, SelectedConfigurableProperty<"gap" | "spacingHorizontal" | "spacingVertical" | "textVariant" | "color" | "shadow" | "insetShadow" | "backgroundColor" | "borderColor" | "borderRadius" | "borderWidth" | "opacity" | "scaleEffect" | "
|
|
16
|
-
root: Readonly<Record<string, SelectedConfigurableProperty<"gap" | "spacingHorizontal" | "spacingVertical" | "textVariant" | "color" | "shadow" | "insetShadow" | "backgroundColor" | "borderColor" | "borderRadius" | "borderWidth" | "opacity" | "scaleEffect" | "
|
|
15
|
+
[x: string]: Readonly<Record<string, SelectedConfigurableProperty<"gap" | "spacingHorizontal" | "spacingVertical" | "textVariant" | "color" | "shadow" | "insetShadow" | "backgroundColor" | "borderColor" | "borderRadius" | "borderWidth" | "opacity" | "scaleEffect" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "width" | "height" | "padding" | "fontVariationSettings" | "textDecorationLine", string, ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | ("spacingAliases" | "borderWidths")[] | "borderRadii"[] | ("linePaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "textVariants"[] | "spacingAliases"[] | ("foregroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "opacitySteps"[] | "iconSizes"[] | "textDecorationLines"[] | "shadowVariants"[] | "shadowVariantsWithInvert"[] | "scaleEffects"[], readonly (readonly string[])[]>>>;
|
|
16
|
+
root: Readonly<Record<string, SelectedConfigurableProperty<"gap" | "spacingHorizontal" | "spacingVertical" | "textVariant" | "color" | "shadow" | "insetShadow" | "backgroundColor" | "borderColor" | "borderRadius" | "borderWidth" | "opacity" | "scaleEffect" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "width" | "height" | "padding" | "fontVariationSettings" | "textDecorationLine", string, ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | ("spacingAliases" | "borderWidths")[] | "borderRadii"[] | ("linePaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "textVariants"[] | "spacingAliases"[] | ("foregroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "opacitySteps"[] | "iconSizes"[] | "textDecorationLines"[] | "shadowVariants"[] | "shadowVariantsWithInvert"[] | "scaleEffects"[], readonly (readonly string[])[]>>>;
|
|
17
17
|
} | null;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { getConfigVariantProperties };
|
|
@@ -12,8 +12,8 @@ import "../../index.js";
|
|
|
12
12
|
* @returns A Record of layer names to their properties, or null if no properties are found
|
|
13
13
|
*/
|
|
14
14
|
declare function getConfigVariantProperties(variant?: VariantConfig): {
|
|
15
|
-
[x: string]: Readonly<Record<string, SelectedConfigurableProperty<"gap" | "spacingHorizontal" | "spacingVertical" | "textVariant" | "color" | "shadow" | "insetShadow" | "backgroundColor" | "borderColor" | "borderRadius" | "borderWidth" | "opacity" | "scaleEffect" | "
|
|
16
|
-
root: Readonly<Record<string, SelectedConfigurableProperty<"gap" | "spacingHorizontal" | "spacingVertical" | "textVariant" | "color" | "shadow" | "insetShadow" | "backgroundColor" | "borderColor" | "borderRadius" | "borderWidth" | "opacity" | "scaleEffect" | "
|
|
15
|
+
[x: string]: Readonly<Record<string, SelectedConfigurableProperty<"gap" | "spacingHorizontal" | "spacingVertical" | "textVariant" | "color" | "shadow" | "insetShadow" | "backgroundColor" | "borderColor" | "borderRadius" | "borderWidth" | "opacity" | "scaleEffect" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "width" | "height" | "padding" | "fontVariationSettings" | "textDecorationLine", string, ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | ("spacingAliases" | "borderWidths")[] | "borderRadii"[] | ("linePaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "textVariants"[] | "spacingAliases"[] | ("foregroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "opacitySteps"[] | "iconSizes"[] | "textDecorationLines"[] | "shadowVariants"[] | "shadowVariantsWithInvert"[] | "scaleEffects"[], readonly (readonly string[])[]>>>;
|
|
16
|
+
root: Readonly<Record<string, SelectedConfigurableProperty<"gap" | "spacingHorizontal" | "spacingVertical" | "textVariant" | "color" | "shadow" | "insetShadow" | "backgroundColor" | "borderColor" | "borderRadius" | "borderWidth" | "opacity" | "scaleEffect" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "width" | "height" | "padding" | "fontVariationSettings" | "textDecorationLine", string, ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | ("spacingAliases" | "borderWidths")[] | "borderRadii"[] | ("linePaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "textVariants"[] | "spacingAliases"[] | ("foregroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "opacitySteps"[] | "iconSizes"[] | "textDecorationLines"[] | "shadowVariants"[] | "shadowVariantsWithInvert"[] | "scaleEffects"[], readonly (readonly string[])[]>>>;
|
|
17
17
|
} | null;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { getConfigVariantProperties };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react46 from "react";
|
|
2
2
|
import { ReactNode } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/utils/intersperse.d.ts
|
|
@@ -28,6 +28,6 @@ declare const intersperse: <T>(list: Array<T>, inter: T | ((index: number) => T)
|
|
|
28
28
|
* </div>);
|
|
29
29
|
* }
|
|
30
30
|
*/
|
|
31
|
-
declare const intersperseReactChildren: (children: ReactNode, inter: ReactNode | ((index: number) => ReactNode)) => (string | number |
|
|
31
|
+
declare const intersperseReactChildren: (children: ReactNode, inter: ReactNode | ((index: number) => ReactNode)) => (string | number | react46.ReactElement<any, string | react46.JSXElementConstructor<any>> | Iterable<ReactNode> | react46.ReactPortal | null)[];
|
|
32
32
|
//#endregion
|
|
33
33
|
export { intersperse, intersperseReactChildren };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react34 from "react";
|
|
2
2
|
import { ReactNode } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/utils/intersperse.d.ts
|
|
@@ -28,6 +28,6 @@ declare const intersperse: <T>(list: Array<T>, inter: T | ((index: number) => T)
|
|
|
28
28
|
* </div>);
|
|
29
29
|
* }
|
|
30
30
|
*/
|
|
31
|
-
declare const intersperseReactChildren: (children: ReactNode, inter: ReactNode | ((index: number) => ReactNode)) => (string | number |
|
|
31
|
+
declare const intersperseReactChildren: (children: ReactNode, inter: ReactNode | ((index: number) => ReactNode)) => (string | number | react34.ReactElement<any, string | react34.JSXElementConstructor<any>> | Iterable<ReactNode> | react34.ReactPortal | null)[];
|
|
32
32
|
//#endregion
|
|
33
33
|
export { intersperse, intersperseReactChildren };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yahoo/uds",
|
|
3
3
|
"description": "Yahoo Universal System",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.70.0-beta.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"rolldown": "^1.0.0-beta.52",
|
|
267
267
|
"tailwindcss": "^3.4.18",
|
|
268
268
|
"tsconfig": "workspace:*",
|
|
269
|
-
"tsdown": "^0.
|
|
269
|
+
"tsdown": "^0.17.0",
|
|
270
270
|
"typescript": "^5.9.3"
|
|
271
271
|
},
|
|
272
272
|
"peerDependencies": {
|