@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,5 +1,5 @@
|
|
|
1
1
|
import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as tailwindcss_types_config11 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_config15 from "tailwindcss/types/config";
|
|
|
7
7
|
*/
|
|
8
8
|
declare const inputPlugin: {
|
|
9
9
|
(options: TailwindPluginOptions): {
|
|
10
|
-
handler:
|
|
11
|
-
config?: Partial<
|
|
10
|
+
handler: tailwindcss_types_config11.PluginCreator;
|
|
11
|
+
config?: Partial<tailwindcss_types_config11.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_config27 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_config27.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config27.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_config13 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_config13.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config13.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_config0 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_config0.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config0.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_config15 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_config15.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config15.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_config1 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_config23 from "tailwindcss/types/config";
|
|
|
7
7
|
*/
|
|
8
8
|
declare const scaleModePlugin: {
|
|
9
9
|
(options: TailwindPluginOptions): {
|
|
10
|
-
handler:
|
|
11
|
-
config?: Partial<
|
|
10
|
+
handler: tailwindcss_types_config1.PluginCreator;
|
|
11
|
+
config?: Partial<tailwindcss_types_config1.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_config17 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_config17.PluginCreator;
|
|
11
|
+
config?: Partial<tailwindcss_types_config17.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/shadows.d.ts
|
|
5
5
|
declare const shadowsPlugin: {
|
|
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_config19 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_config19.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config19.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_config3 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_config27 from "tailwindcss/types/config";
|
|
|
7
7
|
*/
|
|
8
8
|
declare const sizingPlugin: {
|
|
9
9
|
(options: TailwindPluginOptions): {
|
|
10
|
-
handler:
|
|
11
|
-
config?: Partial<
|
|
10
|
+
handler: tailwindcss_types_config3.PluginCreator;
|
|
11
|
+
config?: Partial<tailwindcss_types_config3.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_config21 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_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_config31 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_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_config23 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_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_config5 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_config5.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config5.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_config25 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_config25.PluginCreator;
|
|
8
|
+
config?: Partial<tailwindcss_types_config25.Config>;
|
|
9
9
|
};
|
|
10
10
|
__isOptionsFunction: true;
|
|
11
11
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwindcss_types_config9 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_config9.PluginCreator;
|
|
12
|
+
config?: Partial<tailwindcss_types_config9.Config>;
|
|
13
13
|
}[];
|
|
14
14
|
safelist: {
|
|
15
15
|
pattern: RegExp;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as tailwindcss_types_config33 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_config33.PluginCreator;
|
|
12
|
+
config?: Partial<tailwindcss_types_config33.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_config11 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_config11.PluginCreator;
|
|
10
|
+
config?: Partial<tailwindcss_types_config11.Config>;
|
|
11
11
|
};
|
|
12
12
|
__isOptionsFunction: true;
|
|
13
13
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { getInputStyles } from "./components/getInputStyles.js";
|
|
2
2
|
import { udsToTailwindMap } from "./defaultTailwindThemeAsUdsConfig.js";
|
|
3
3
|
import { TailwindPluginOptions } from "./utils/composeTailwindPlugins.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as tailwindcss_types_config27 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_config27.PluginCreator;
|
|
10
|
+
config?: Partial<tailwindcss_types_config27.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_config29 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_config29.PluginCreator;
|
|
12
|
+
config?: Partial<tailwindcss_types_config29.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_config7 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_config7.PluginCreator;
|
|
54
|
+
config?: Partial<tailwindcss_types_config7.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_config31 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_config31.PluginCreator;
|
|
54
|
+
config?: Partial<tailwindcss_types_config31.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<"backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "
|
|
16
|
-
root: Readonly<Record<string, SelectedConfigurableProperty<"backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "
|
|
15
|
+
[x: string]: Readonly<Record<string, SelectedConfigurableProperty<"color" | "width" | "backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "insetShadow" | "height" | "gap" | "textVariant" | "shadow" | "opacity" | "scaleEffect" | "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<"color" | "width" | "backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "insetShadow" | "height" | "gap" | "textVariant" | "shadow" | "opacity" | "scaleEffect" | "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<"backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "
|
|
16
|
-
root: Readonly<Record<string, SelectedConfigurableProperty<"backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "
|
|
15
|
+
[x: string]: Readonly<Record<string, SelectedConfigurableProperty<"color" | "width" | "backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "insetShadow" | "height" | "gap" | "textVariant" | "shadow" | "opacity" | "scaleEffect" | "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<"color" | "width" | "backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "insetShadow" | "height" | "gap" | "textVariant" | "shadow" | "opacity" | "scaleEffect" | "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 };
|
|
@@ -16294,7 +16294,7 @@ const yosConfig = {
|
|
|
16294
16294
|
"2xl-invert": [{
|
|
16295
16295
|
offsetX: "0",
|
|
16296
16296
|
color: {
|
|
16297
|
-
value: "white",
|
|
16297
|
+
value: "always/white",
|
|
16298
16298
|
type: "always"
|
|
16299
16299
|
},
|
|
16300
16300
|
opacity: "25",
|
|
@@ -16331,14 +16331,14 @@ const yosConfig = {
|
|
|
16331
16331
|
offsetY: "px",
|
|
16332
16332
|
color: {
|
|
16333
16333
|
type: "always",
|
|
16334
|
-
value: "white"
|
|
16334
|
+
value: "always/white"
|
|
16335
16335
|
}
|
|
16336
16336
|
}],
|
|
16337
16337
|
"md-invert": [{
|
|
16338
16338
|
offsetY: "1",
|
|
16339
16339
|
color: {
|
|
16340
16340
|
type: "always",
|
|
16341
|
-
value: "white"
|
|
16341
|
+
value: "always/white"
|
|
16342
16342
|
},
|
|
16343
16343
|
offsetX: "0",
|
|
16344
16344
|
spread: "-px",
|
|
@@ -16349,7 +16349,7 @@ const yosConfig = {
|
|
|
16349
16349
|
offsetY: "0.5",
|
|
16350
16350
|
color: {
|
|
16351
16351
|
type: "always",
|
|
16352
|
-
value: "white"
|
|
16352
|
+
value: "always/white"
|
|
16353
16353
|
},
|
|
16354
16354
|
offsetX: "0",
|
|
16355
16355
|
spread: "-0.5",
|
|
@@ -16380,7 +16380,7 @@ const yosConfig = {
|
|
|
16380
16380
|
offsetY: "4",
|
|
16381
16381
|
color: {
|
|
16382
16382
|
type: "always",
|
|
16383
|
-
value: "white"
|
|
16383
|
+
value: "always/white"
|
|
16384
16384
|
},
|
|
16385
16385
|
offsetX: "0",
|
|
16386
16386
|
opacity: "10",
|
|
@@ -16390,7 +16390,7 @@ const yosConfig = {
|
|
|
16390
16390
|
offsetX: "0",
|
|
16391
16391
|
offsetY: "10",
|
|
16392
16392
|
color: {
|
|
16393
|
-
value: "white",
|
|
16393
|
+
value: "always/white",
|
|
16394
16394
|
type: "always"
|
|
16395
16395
|
},
|
|
16396
16396
|
spread: "-2",
|
|
@@ -16401,7 +16401,7 @@ const yosConfig = {
|
|
|
16401
16401
|
"sm-invert": [{
|
|
16402
16402
|
blur: "0.5",
|
|
16403
16403
|
color: {
|
|
16404
|
-
value: "white",
|
|
16404
|
+
value: "always/white",
|
|
16405
16405
|
type: "always"
|
|
16406
16406
|
},
|
|
16407
16407
|
opacity: "10",
|
|
@@ -16415,13 +16415,13 @@ const yosConfig = {
|
|
|
16415
16415
|
spread: "0",
|
|
16416
16416
|
color: {
|
|
16417
16417
|
type: "always",
|
|
16418
|
-
value: "white"
|
|
16418
|
+
value: "always/white"
|
|
16419
16419
|
},
|
|
16420
16420
|
blur: "1"
|
|
16421
16421
|
}],
|
|
16422
16422
|
"lg-invert": [{
|
|
16423
16423
|
color: {
|
|
16424
|
-
value: "white",
|
|
16424
|
+
value: "always/white",
|
|
16425
16425
|
type: "always"
|
|
16426
16426
|
},
|
|
16427
16427
|
blur: "1.5",
|
|
@@ -16432,7 +16432,7 @@ const yosConfig = {
|
|
|
16432
16432
|
}, {
|
|
16433
16433
|
offsetY: "2.5",
|
|
16434
16434
|
color: {
|
|
16435
|
-
value: "white",
|
|
16435
|
+
value: "always/white",
|
|
16436
16436
|
type: "always"
|
|
16437
16437
|
},
|
|
16438
16438
|
offsetX: "0",
|
|
@@ -19550,7 +19550,7 @@ const yosConfig = {
|
|
|
19550
19550
|
} }
|
|
19551
19551
|
}
|
|
19552
19552
|
},
|
|
19553
|
-
version: "v0.
|
|
19553
|
+
version: "v0.69.0",
|
|
19554
19554
|
colorMode: {
|
|
19555
19555
|
light: {
|
|
19556
19556
|
palette: {
|
|
@@ -21723,7 +21723,7 @@ const yosConfig = {
|
|
|
21723
21723
|
layerWithBackgroundFill: true,
|
|
21724
21724
|
surfaceColor: {
|
|
21725
21725
|
type: "always",
|
|
21726
|
-
value: "white",
|
|
21726
|
+
value: "always/white",
|
|
21727
21727
|
opacity: "0"
|
|
21728
21728
|
},
|
|
21729
21729
|
backgroundFill: {
|
|
@@ -21748,7 +21748,7 @@ const yosConfig = {
|
|
|
21748
21748
|
layerWithBackgroundFill: true,
|
|
21749
21749
|
surfaceColor: {
|
|
21750
21750
|
type: "always",
|
|
21751
|
-
value: "white",
|
|
21751
|
+
value: "always/white",
|
|
21752
21752
|
opacity: "0"
|
|
21753
21753
|
},
|
|
21754
21754
|
backgroundFill: {
|
|
@@ -21775,7 +21775,7 @@ const yosConfig = {
|
|
|
21775
21775
|
layerWithBackgroundFill: true,
|
|
21776
21776
|
surfaceColor: {
|
|
21777
21777
|
type: "always",
|
|
21778
|
-
value: "white",
|
|
21778
|
+
value: "always/white",
|
|
21779
21779
|
opacity: "4"
|
|
21780
21780
|
},
|
|
21781
21781
|
backgroundFill: {
|
|
@@ -21800,7 +21800,7 @@ const yosConfig = {
|
|
|
21800
21800
|
layerWithBackgroundFill: true,
|
|
21801
21801
|
surfaceColor: {
|
|
21802
21802
|
type: "always",
|
|
21803
|
-
value: "white",
|
|
21803
|
+
value: "always/white",
|
|
21804
21804
|
opacity: "4"
|
|
21805
21805
|
},
|
|
21806
21806
|
backgroundFill: {
|
|
@@ -21827,7 +21827,7 @@ const yosConfig = {
|
|
|
21827
21827
|
layerWithBackgroundFill: true,
|
|
21828
21828
|
surfaceColor: {
|
|
21829
21829
|
type: "always",
|
|
21830
|
-
value: "white",
|
|
21830
|
+
value: "always/white",
|
|
21831
21831
|
opacity: "6"
|
|
21832
21832
|
},
|
|
21833
21833
|
backgroundFill: {
|
|
@@ -21852,7 +21852,7 @@ const yosConfig = {
|
|
|
21852
21852
|
layerWithBackgroundFill: true,
|
|
21853
21853
|
surfaceColor: {
|
|
21854
21854
|
type: "always",
|
|
21855
|
-
value: "white",
|
|
21855
|
+
value: "always/white",
|
|
21856
21856
|
opacity: "6"
|
|
21857
21857
|
},
|
|
21858
21858
|
backgroundFill: {
|
|
@@ -21879,7 +21879,7 @@ const yosConfig = {
|
|
|
21879
21879
|
layerWithBackgroundFill: true,
|
|
21880
21880
|
surfaceColor: {
|
|
21881
21881
|
type: "always",
|
|
21882
|
-
value: "white",
|
|
21882
|
+
value: "always/white",
|
|
21883
21883
|
opacity: "8"
|
|
21884
21884
|
},
|
|
21885
21885
|
backgroundFill: {
|
|
@@ -21904,7 +21904,7 @@ const yosConfig = {
|
|
|
21904
21904
|
layerWithBackgroundFill: true,
|
|
21905
21905
|
surfaceColor: {
|
|
21906
21906
|
type: "always",
|
|
21907
|
-
value: "white",
|
|
21907
|
+
value: "always/white",
|
|
21908
21908
|
opacity: "8"
|
|
21909
21909
|
},
|
|
21910
21910
|
backgroundFill: {
|
|
@@ -21931,7 +21931,7 @@ const yosConfig = {
|
|
|
21931
21931
|
layerWithBackgroundFill: true,
|
|
21932
21932
|
surfaceColor: {
|
|
21933
21933
|
type: "always",
|
|
21934
|
-
value: "white",
|
|
21934
|
+
value: "always/white",
|
|
21935
21935
|
opacity: "10"
|
|
21936
21936
|
},
|
|
21937
21937
|
backgroundFill: {
|
|
@@ -21956,7 +21956,7 @@ const yosConfig = {
|
|
|
21956
21956
|
layerWithBackgroundFill: true,
|
|
21957
21957
|
surfaceColor: {
|
|
21958
21958
|
type: "always",
|
|
21959
|
-
value: "white",
|
|
21959
|
+
value: "always/white",
|
|
21960
21960
|
opacity: "10"
|
|
21961
21961
|
},
|
|
21962
21962
|
backgroundFill: {
|
|
@@ -21983,7 +21983,7 @@ const yosConfig = {
|
|
|
21983
21983
|
layerWithBackgroundFill: true,
|
|
21984
21984
|
surfaceColor: {
|
|
21985
21985
|
type: "always",
|
|
21986
|
-
value: "white",
|
|
21986
|
+
value: "always/white",
|
|
21987
21987
|
opacity: "12"
|
|
21988
21988
|
},
|
|
21989
21989
|
backgroundFill: {
|
|
@@ -22008,7 +22008,7 @@ const yosConfig = {
|
|
|
22008
22008
|
layerWithBackgroundFill: true,
|
|
22009
22009
|
surfaceColor: {
|
|
22010
22010
|
type: "always",
|
|
22011
|
-
value: "white",
|
|
22011
|
+
value: "always/white",
|
|
22012
22012
|
opacity: "12"
|
|
22013
22013
|
},
|
|
22014
22014
|
backgroundFill: {
|