@yahoo/uds 3.67.0-beta.3 → 3.67.0-beta.4
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/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/cli/preload.ts +1 -1
- package/dist/components/Box.d.cts +2 -2
- package/dist/components/Box.d.ts +2 -2
- package/dist/components/Divider/DividerCore.d.cts +2 -2
- package/dist/components/Divider/DividerInternal.d.cts +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/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/Avatar/Avatar.d.cts +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/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.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.ts +2 -2
- package/dist/components/client/Pressable.d.cts +2 -2
- package/dist/components/client/Radio/RadioGroupStore.d.ts +2 -2
- package/dist/components/client/SpringMotionConfig.d.cts +2 -2
- 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.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 +3 -3
- 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 +2 -2
- package/dist/providers/ScaleModeProvider.d.cts +4 -4
- package/dist/providers/ScaleModeProvider.d.ts +2 -2
- package/dist/providers/ThemeProvider.d.cts +2 -2
- package/dist/styles/styler.d.cts +2 -2
- package/dist/styles/styler.d.ts +2 -2
- package/dist/tailwind/plugins/a11y.d.cts +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/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/utils/intersperse.d.cts +2 -2
- package/dist/utils/intersperse.d.ts +2 -2
- package/package.json +2 -1
|
@@ -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_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 { FontID } from "../../tokens/types.js";
|
|
2
2
|
import "../../tokens/index.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as tailwindcss_types_config31 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_config31.PluginCreator;
|
|
12
|
+
config?: Partial<tailwindcss_types_config31.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_config25 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_config25.PluginCreator;
|
|
54
|
+
config?: Partial<tailwindcss_types_config25.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_config33 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_config33.PluginCreator;
|
|
54
|
+
config?: Partial<tailwindcss_types_config33.Config>;
|
|
55
55
|
};
|
|
56
56
|
__isOptionsFunction: true;
|
|
57
57
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react6 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 | react6.ReactElement<any, string | react6.JSXElementConstructor<any>> | Iterable<ReactNode> | react6.ReactPortal | null)[];
|
|
32
32
|
//#endregion
|
|
33
33
|
export { intersperse, intersperseReactChildren };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react0 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 | react0.ReactElement<any, string | react0.JSXElementConstructor<any>> | Iterable<ReactNode> | react0.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.67.0-beta.
|
|
4
|
+
"version": "3.67.0-beta.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -263,6 +263,7 @@
|
|
|
263
263
|
"concurrently": "^9.2.1",
|
|
264
264
|
"eslint-config-custom": "workspace:*",
|
|
265
265
|
"postcss": "^8.5.6",
|
|
266
|
+
"rolldown": "^1.0.0-beta.52",
|
|
266
267
|
"tailwindcss": "^3.4.18",
|
|
267
268
|
"tsconfig": "workspace:*",
|
|
268
269
|
"tsdown": "^0.16.8",
|