@yahoo/uds 3.67.0-beta.1 → 3.67.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/cli/bin/uds-darwin-arm64-baseline +0 -0
  2. package/cli/bin/uds-darwin-x64 +0 -0
  3. package/cli/bin/uds-linux-arm64 +0 -0
  4. package/cli/bin/uds-linux-x64-baseline +0 -0
  5. package/cli/preload.ts +2 -2
  6. package/cli/utils/purgeCSS.ts +4 -5
  7. package/dist/components/Box.d.cts +2 -2
  8. package/dist/components/Box.d.ts +2 -2
  9. package/dist/components/Divider/Divider.d.ts +2 -2
  10. package/dist/components/Divider/DividerCore.d.ts +2 -2
  11. package/dist/components/Divider/DividerInternal.d.cts +2 -2
  12. package/dist/components/Divider/DividerInternal.d.ts +2 -2
  13. package/dist/components/HStack.d.cts +2 -2
  14. package/dist/components/HStack.d.ts +2 -2
  15. package/dist/components/Icon.d.cts +2 -2
  16. package/dist/components/Icon.d.ts +2 -2
  17. package/dist/components/Image.d.ts +2 -2
  18. package/dist/components/Link.d.cts +2 -2
  19. package/dist/components/Link.d.ts +2 -2
  20. package/dist/components/Text.d.cts +8 -8
  21. package/dist/components/Text.d.ts +8 -8
  22. package/dist/components/VStack.d.ts +2 -2
  23. package/dist/components/client/AnimateHeightChange.d.cts +2 -2
  24. package/dist/components/client/AnimateHeightChange.d.ts +2 -2
  25. package/dist/components/client/Avatar/Avatar.d.cts +2 -2
  26. package/dist/components/client/Avatar/Avatar.d.ts +2 -2
  27. package/dist/components/client/Avatar/AvatarIcon.d.cts +2 -2
  28. package/dist/components/client/Avatar/AvatarIcon.d.ts +2 -2
  29. package/dist/components/client/Avatar/AvatarImage.d.cts +2 -2
  30. package/dist/components/client/Avatar/AvatarImage.d.ts +2 -2
  31. package/dist/components/client/Avatar/AvatarText.d.cts +2 -2
  32. package/dist/components/client/Avatar/AvatarText.d.ts +2 -2
  33. package/dist/components/client/IconButton.d.ts +2 -2
  34. package/dist/components/client/Input/Input.d.cts +2 -2
  35. package/dist/components/client/Input/Input.d.ts +2 -2
  36. package/dist/components/client/Input/InputHelpText.d.cts +2 -2
  37. package/dist/components/client/Input/InputHelpText.d.ts +2 -2
  38. package/dist/components/client/Input/InputHelpTextInternal.d.cts +4 -4
  39. package/dist/components/client/Input/InputHelpTextInternal.d.ts +4 -4
  40. package/dist/components/client/Menu/Menu.Content.d.cts +2 -2
  41. package/dist/components/client/Menu/Menu.Content.d.ts +2 -2
  42. package/dist/components/client/Menu/Menu.Divider.d.cts +2 -2
  43. package/dist/components/client/Menu/Menu.Divider.d.ts +2 -2
  44. package/dist/components/client/Menu/Menu.Item.d.cts +2 -2
  45. package/dist/components/client/Menu/Menu.Item.d.ts +2 -2
  46. package/dist/components/client/Menu/Menu.ItemBase.d.cts +2 -2
  47. package/dist/components/client/Menu/Menu.ItemBase.d.ts +2 -2
  48. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
  49. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
  50. package/dist/components/client/Menu/Menu.Provider.d.cts +2 -2
  51. package/dist/components/client/Menu/Menu.Provider.d.ts +2 -2
  52. package/dist/components/client/Menu/Menu.Trigger.d.cts +2 -2
  53. package/dist/components/client/Menu/Menu.Trigger.d.ts +2 -2
  54. package/dist/components/client/Pressable.d.cts +2 -2
  55. package/dist/components/client/Pressable.d.ts +2 -2
  56. package/dist/components/client/Radio/RadioGroupStore.d.cts +2 -2
  57. package/dist/components/client/Radio/RadioGroupStore.d.ts +2 -2
  58. package/dist/components/client/SpringMotionConfig.d.cts +3 -3
  59. package/dist/components/client/SpringMotionConfig.d.ts +3 -3
  60. package/dist/components/experimental/Spinner.d.cts +2 -2
  61. package/dist/components/experimental/Spinner.d.ts +2 -2
  62. package/dist/components/experimental/Table.d.cts +2 -2
  63. package/dist/components/experimental/Table.d.ts +2 -2
  64. package/dist/components/experimental/client/Accordion.d.cts +2 -2
  65. package/dist/components/experimental/client/Accordion.d.ts +2 -2
  66. package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.cts +2 -2
  67. package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.ts +2 -2
  68. package/dist/components/experimental/client/Modal.d.cts +3 -3
  69. package/dist/components/experimental/client/Modal.d.ts +3 -3
  70. package/dist/components/experimental/client/Popover.d.cts +3 -3
  71. package/dist/components/experimental/client/Popover.d.ts +3 -3
  72. package/dist/components/experimental/client/Tabs.d.cts +6 -6
  73. package/dist/components/experimental/client/Tabs.d.ts +6 -6
  74. package/dist/components/experimental/client/Toast.d.cts +2 -2
  75. package/dist/fixtures.d.cts +1 -1
  76. package/dist/fixtures.d.ts +1 -1
  77. package/dist/providers/ColorModeProvider.d.cts +4 -4
  78. package/dist/providers/ColorModeProvider.d.ts +4 -4
  79. package/dist/providers/ScaleModeProvider.d.cts +4 -4
  80. package/dist/providers/ScaleModeProvider.d.ts +4 -4
  81. package/dist/providers/ThemeProvider.d.cts +2 -2
  82. package/dist/providers/ThemeProvider.d.ts +2 -2
  83. package/dist/styles/styler.d.cts +12 -12
  84. package/dist/styles/styler.d.ts +12 -12
  85. package/dist/tailwind/plugins/a11y.d.cts +3 -3
  86. package/dist/tailwind/plugins/a11y.d.ts +3 -3
  87. package/dist/tailwind/plugins/borders.d.cts +3 -3
  88. package/dist/tailwind/plugins/borders.d.ts +3 -3
  89. package/dist/tailwind/plugins/colors.d.cts +3 -3
  90. package/dist/tailwind/plugins/colors.d.ts +3 -3
  91. package/dist/tailwind/plugins/components.d.cts +3 -3
  92. package/dist/tailwind/plugins/components.d.ts +3 -3
  93. package/dist/tailwind/plugins/elevation.d.cts +3 -3
  94. package/dist/tailwind/plugins/elevation.d.ts +3 -3
  95. package/dist/tailwind/plugins/icons.d.cts +3 -3
  96. package/dist/tailwind/plugins/icons.d.ts +3 -3
  97. package/dist/tailwind/plugins/input.d.cts +3 -3
  98. package/dist/tailwind/plugins/input.d.ts +3 -3
  99. package/dist/tailwind/plugins/motion.d.cts +3 -3
  100. package/dist/tailwind/plugins/motion.d.ts +3 -3
  101. package/dist/tailwind/plugins/nestedBorderRadius.d.cts +3 -3
  102. package/dist/tailwind/plugins/nestedBorderRadius.d.ts +3 -3
  103. package/dist/tailwind/plugins/scaleMode.d.cts +3 -3
  104. package/dist/tailwind/plugins/scaleMode.d.ts +3 -3
  105. package/dist/tailwind/plugins/shadows.d.cts +3 -3
  106. package/dist/tailwind/plugins/shadows.d.ts +3 -3
  107. package/dist/tailwind/plugins/sizing.d.cts +3 -3
  108. package/dist/tailwind/plugins/sizing.d.ts +3 -3
  109. package/dist/tailwind/plugins/spacing.d.cts +3 -3
  110. package/dist/tailwind/plugins/spacing.d.ts +3 -3
  111. package/dist/tailwind/plugins/typography.d.cts +3 -3
  112. package/dist/tailwind/plugins/typography.d.ts +3 -3
  113. package/dist/tailwind/tailwind.config.d.cts +3 -3
  114. package/dist/tailwind/tailwind.config.d.ts +3 -3
  115. package/dist/tailwind/tailwindPlugin.d.cts +3 -3
  116. package/dist/tailwind/tailwindPlugin.d.ts +3 -3
  117. package/dist/tailwind/utils/addFontsPlugin.d.cts +3 -3
  118. package/dist/tailwind/utils/addFontsPlugin.d.ts +3 -3
  119. package/dist/tailwind/utils/composeTailwindPlugins.d.ts +3 -3
  120. package/dist/tokens/automation/index.d.cts +0 -1
  121. package/dist/tokens/automation/utils/getConfigVariantProperties.d.cts +2 -2
  122. package/dist/tokens/automation/utils/getConfigVariantProperties.d.ts +2 -2
  123. package/dist/utils/intersperse.d.ts +2 -2
  124. package/package.json +17 -15
@@ -1,5 +1,5 @@
1
1
  import React, { PropsWithChildren } from "react";
2
- import * as react_jsx_runtime15 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
3
3
  import { PopoverAnchor as PopoverAnchor$1, PopoverArrow as PopoverArrow$1, PopoverDescription as PopoverDescription$1, PopoverDisclosure as PopoverDisclosure$1, PopoverDisclosureArrow as PopoverDisclosureArrow$1, PopoverDismiss as PopoverDismiss$1, PopoverProps as PopoverProps$1, PopoverProvider as PopoverProvider$1, usePopoverStore } from "@ariakit/react";
4
4
 
5
5
  //#region src/components/experimental/client/Popover.d.ts
@@ -11,12 +11,12 @@ declare function PopoverHeading({
11
11
  children,
12
12
  leading,
13
13
  trailing
14
- }: PopoverHeadingProps): react_jsx_runtime15.JSX.Element;
14
+ }: PopoverHeadingProps): react_jsx_runtime18.JSX.Element;
15
15
  declare namespace PopoverHeading {
16
16
  var displayName: string;
17
17
  }
18
18
  type PopoverProps = Omit<PopoverProps$1, 'key'>;
19
- declare const Popover: (props: PopoverProps$1<"div">) => react_jsx_runtime15.JSX.Element | null;
19
+ declare const Popover: (props: PopoverProps$1<"div">) => react_jsx_runtime18.JSX.Element | null;
20
20
  declare const PopoverArrow: typeof PopoverArrow$1;
21
21
  declare const PopoverAnchor: typeof PopoverAnchor$1;
22
22
  declare const PopoverDescription: typeof PopoverDescription$1;
@@ -1,5 +1,5 @@
1
1
  import React, { PropsWithChildren } from "react";
2
- import * as react_jsx_runtime18 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime12 from "react/jsx-runtime";
3
3
  import { PopoverAnchor as PopoverAnchor$1, PopoverArrow as PopoverArrow$1, PopoverDescription as PopoverDescription$1, PopoverDisclosure as PopoverDisclosure$1, PopoverDisclosureArrow as PopoverDisclosureArrow$1, PopoverDismiss as PopoverDismiss$1, PopoverProps as PopoverProps$1, PopoverProvider as PopoverProvider$1, usePopoverStore } from "@ariakit/react";
4
4
 
5
5
  //#region src/components/experimental/client/Popover.d.ts
@@ -11,12 +11,12 @@ declare function PopoverHeading({
11
11
  children,
12
12
  leading,
13
13
  trailing
14
- }: PopoverHeadingProps): react_jsx_runtime18.JSX.Element;
14
+ }: PopoverHeadingProps): react_jsx_runtime12.JSX.Element;
15
15
  declare namespace PopoverHeading {
16
16
  var displayName: string;
17
17
  }
18
18
  type PopoverProps = Omit<PopoverProps$1, 'key'>;
19
- declare const Popover: (props: PopoverProps$1<"div">) => react_jsx_runtime18.JSX.Element | null;
19
+ declare const Popover: (props: PopoverProps$1<"div">) => react_jsx_runtime12.JSX.Element | null;
20
20
  declare const PopoverArrow: typeof PopoverArrow$1;
21
21
  declare const PopoverAnchor: typeof PopoverAnchor$1;
22
22
  declare const PopoverDescription: typeof PopoverDescription$1;
@@ -1,7 +1,7 @@
1
1
  import { IconPropsWithSVGProps } from "../../../tokens/types.cjs";
2
2
  import "../../index.cjs";
3
- import * as react55 from "react";
4
- import * as react_jsx_runtime17 from "react/jsx-runtime";
3
+ import * as react56 from "react";
4
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
5
5
  import { TabListProps, TabPanelProps, TabProviderProps as TabsProps } from "@ariakit/react";
6
6
 
7
7
  //#region src/components/experimental/client/Tabs.d.ts
@@ -11,20 +11,20 @@ interface TabProps extends React.PropsWithChildren {
11
11
  label: string;
12
12
  startIcon?: IconPropsWithSVGProps['name'];
13
13
  }
14
- declare function Tabs(props: TabsProps): react_jsx_runtime17.JSX.Element;
14
+ declare function Tabs(props: TabsProps): react_jsx_runtime20.JSX.Element;
15
15
  declare namespace Tabs {
16
16
  var displayName: string;
17
17
  }
18
- declare const TabList: react55.ForwardRefExoticComponent<Omit<TabListProps, "ref"> & react55.RefAttributes<HTMLDivElement>>;
18
+ declare const TabList: react56.ForwardRefExoticComponent<Omit<TabListProps, "ref"> & react56.RefAttributes<HTMLDivElement>>;
19
19
  declare const Tab: {
20
20
  ({
21
21
  asChild,
22
22
  label,
23
23
  value,
24
24
  startIcon
25
- }: TabProps): react_jsx_runtime17.JSX.Element;
25
+ }: TabProps): react_jsx_runtime20.JSX.Element;
26
26
  displayName: string;
27
27
  };
28
- declare const TabPanel: react55.ForwardRefExoticComponent<Omit<TabPanelProps, "ref"> & react55.RefAttributes<HTMLDivElement>>;
28
+ declare const TabPanel: react56.ForwardRefExoticComponent<Omit<TabPanelProps, "ref"> & react56.RefAttributes<HTMLDivElement>>;
29
29
  //#endregion
30
30
  export { Tab, TabList, type TabListProps, TabPanel, type TabPanelProps, type TabProps, Tabs, type TabsProps };
@@ -1,7 +1,7 @@
1
1
  import { IconPropsWithSVGProps } from "../../../tokens/types.js";
2
2
  import "../../index.js";
3
- import * as react56 from "react";
4
- import * as react_jsx_runtime20 from "react/jsx-runtime";
3
+ import * as react55 from "react";
4
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
5
5
  import { TabListProps, TabPanelProps, TabProviderProps as TabsProps } from "@ariakit/react";
6
6
 
7
7
  //#region src/components/experimental/client/Tabs.d.ts
@@ -11,20 +11,20 @@ interface TabProps extends React.PropsWithChildren {
11
11
  label: string;
12
12
  startIcon?: IconPropsWithSVGProps['name'];
13
13
  }
14
- declare function Tabs(props: TabsProps): react_jsx_runtime20.JSX.Element;
14
+ declare function Tabs(props: TabsProps): react_jsx_runtime15.JSX.Element;
15
15
  declare namespace Tabs {
16
16
  var displayName: string;
17
17
  }
18
- declare const TabList: react56.ForwardRefExoticComponent<Omit<TabListProps, "ref"> & react56.RefAttributes<HTMLDivElement>>;
18
+ declare const TabList: react55.ForwardRefExoticComponent<Omit<TabListProps, "ref"> & react55.RefAttributes<HTMLDivElement>>;
19
19
  declare const Tab: {
20
20
  ({
21
21
  asChild,
22
22
  label,
23
23
  value,
24
24
  startIcon
25
- }: TabProps): react_jsx_runtime20.JSX.Element;
25
+ }: TabProps): react_jsx_runtime15.JSX.Element;
26
26
  displayName: string;
27
27
  };
28
- declare const TabPanel: react56.ForwardRefExoticComponent<Omit<TabPanelProps, "ref"> & react56.RefAttributes<HTMLDivElement>>;
28
+ declare const TabPanel: react55.ForwardRefExoticComponent<Omit<TabPanelProps, "ref"> & react55.RefAttributes<HTMLDivElement>>;
29
29
  //#endregion
30
30
  export { Tab, TabList, type TabListProps, TabPanel, type TabPanelProps, type TabProps, Tabs, type TabsProps };
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from "react";
2
- import * as react_jsx_runtime19 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
3
3
  import { ToastClassName, ToastContainerProps, ToastOptions, ToastPosition, TypeOptions } from "react-toastify";
4
4
 
5
5
  //#region src/components/experimental/client/Toast.d.ts
@@ -13,7 +13,7 @@ declare const getToastClassName: (toastClassName?: ToastClassName) => (context?:
13
13
  declare function ToastContainer({
14
14
  toastClassName,
15
15
  ...props
16
- }: ToastProps): react_jsx_runtime19.JSX.Element;
16
+ }: ToastProps): react_jsx_runtime22.JSX.Element;
17
17
  declare namespace ToastContainer {
18
18
  var displayName: string;
19
19
  }
@@ -87,7 +87,7 @@ declare const iconButtonSizes: IconButtonSize[];
87
87
  declare const inputSizes: InputSize[];
88
88
  declare const motionVariants: MotionVariant[];
89
89
  declare const motionVariantSpeeds: MotionVariantSpeed[];
90
- declare const motionSpringConfig: Required<Pick<import("motion-dom").Spring, MotionSpringConfigOptions>>[];
90
+ declare const motionSpringConfig: Required<Pick<import("motion/react").Spring, MotionSpringConfigOptions>>[];
91
91
  declare const motionSpringConfigOptions: MotionSpringConfigOptions[];
92
92
  declare const shadowVariants: ShadowVariant[];
93
93
  declare const shadowVariantsInvert: ("sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | "xs-invert")[];
@@ -87,7 +87,7 @@ declare const iconButtonSizes: IconButtonSize[];
87
87
  declare const inputSizes: InputSize[];
88
88
  declare const motionVariants: MotionVariant[];
89
89
  declare const motionVariantSpeeds: MotionVariantSpeed[];
90
- declare const motionSpringConfig: Required<Pick<import("motion-dom").Spring, MotionSpringConfigOptions>>[];
90
+ declare const motionSpringConfig: Required<Pick<import("motion/react").Spring, MotionSpringConfigOptions>>[];
91
91
  declare const motionSpringConfigOptions: MotionSpringConfigOptions[];
92
92
  declare const shadowVariants: ShadowVariant[];
93
93
  declare const shadowVariantsInvert: ("sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | "xs-invert")[];
@@ -1,18 +1,18 @@
1
1
  import { ColorMode } from "../tokens/types.cjs";
2
2
  import "../tokens/index.cjs";
3
- import * as react23 from "react";
4
- import * as react_jsx_runtime1 from "react/jsx-runtime";
3
+ import * as react24 from "react";
4
+ import * as react_jsx_runtime5 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/providers/ColorModeProvider.d.ts
7
7
  interface ColorModeProviderProps extends React.PropsWithChildren {
8
8
  value?: ColorMode;
9
9
  }
10
- declare const ColorModeContext: react23.Context<ColorMode>;
10
+ declare const ColorModeContext: react24.Context<ColorMode>;
11
11
  declare function useColorMode(): ColorMode;
12
12
  declare function ColorModeProvider({
13
13
  value,
14
14
  children
15
- }: ColorModeProviderProps): react_jsx_runtime1.JSX.Element;
15
+ }: ColorModeProviderProps): react_jsx_runtime5.JSX.Element;
16
16
  declare namespace ColorModeProvider {
17
17
  var displayName: string;
18
18
  }
@@ -1,18 +1,18 @@
1
1
  import { ColorMode } from "../tokens/types.js";
2
2
  import "../tokens/index.js";
3
- import * as react29 from "react";
4
- import * as react_jsx_runtime4 from "react/jsx-runtime";
3
+ import * as react23 from "react";
4
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/providers/ColorModeProvider.d.ts
7
7
  interface ColorModeProviderProps extends React.PropsWithChildren {
8
8
  value?: ColorMode;
9
9
  }
10
- declare const ColorModeContext: react29.Context<ColorMode>;
10
+ declare const ColorModeContext: react23.Context<ColorMode>;
11
11
  declare function useColorMode(): ColorMode;
12
12
  declare function ColorModeProvider({
13
13
  value,
14
14
  children
15
- }: ColorModeProviderProps): react_jsx_runtime4.JSX.Element;
15
+ }: ColorModeProviderProps): react_jsx_runtime1.JSX.Element;
16
16
  declare namespace ColorModeProvider {
17
17
  var displayName: string;
18
18
  }
@@ -1,18 +1,18 @@
1
1
  import { ScaleMode } from "../tokens/types.cjs";
2
2
  import "../tokens/index.cjs";
3
- import * as react24 from "react";
4
- import * as react_jsx_runtime2 from "react/jsx-runtime";
3
+ import * as react23 from "react";
4
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/providers/ScaleModeProvider.d.ts
7
7
  interface ScaleModeProviderProps extends React.PropsWithChildren {
8
8
  value?: ScaleMode;
9
9
  }
10
- declare const ScaleModeContext: react24.Context<ScaleMode>;
10
+ declare const ScaleModeContext: react23.Context<ScaleMode>;
11
11
  declare function useScaleMode(): ScaleMode;
12
12
  declare function ScaleModeProvider({
13
13
  value,
14
14
  children
15
- }: ScaleModeProviderProps): react_jsx_runtime2.JSX.Element;
15
+ }: ScaleModeProviderProps): react_jsx_runtime4.JSX.Element;
16
16
  declare namespace ScaleModeProvider {
17
17
  var displayName: string;
18
18
  }
@@ -1,18 +1,18 @@
1
1
  import { ScaleMode } from "../tokens/types.js";
2
2
  import "../tokens/index.js";
3
- import * as react30 from "react";
4
- import * as react_jsx_runtime5 from "react/jsx-runtime";
3
+ import * as react24 from "react";
4
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/providers/ScaleModeProvider.d.ts
7
7
  interface ScaleModeProviderProps extends React.PropsWithChildren {
8
8
  value?: ScaleMode;
9
9
  }
10
- declare const ScaleModeContext: react30.Context<ScaleMode>;
10
+ declare const ScaleModeContext: react24.Context<ScaleMode>;
11
11
  declare function useScaleMode(): ScaleMode;
12
12
  declare function ScaleModeProvider({
13
13
  value,
14
14
  children
15
- }: ScaleModeProviderProps): react_jsx_runtime5.JSX.Element;
15
+ }: ScaleModeProviderProps): react_jsx_runtime2.JSX.Element;
16
16
  declare namespace ScaleModeProvider {
17
17
  var displayName: string;
18
18
  }
@@ -1,6 +1,6 @@
1
1
  import { ColorMode, ScaleMode } from "../tokens/types.cjs";
2
2
  import "../tokens/index.cjs";
3
- import * as react_jsx_runtime3 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/providers/ThemeProvider.d.ts
6
6
  interface ThemeProviderProps extends React.PropsWithChildren {
@@ -11,7 +11,7 @@ declare function ThemeProvider({
11
11
  children,
12
12
  colorMode,
13
13
  scaleMode
14
- }: ThemeProviderProps): react_jsx_runtime3.JSX.Element;
14
+ }: ThemeProviderProps): react_jsx_runtime1.JSX.Element;
15
15
  declare namespace ThemeProvider {
16
16
  var displayName: string;
17
17
  }
@@ -1,6 +1,6 @@
1
1
  import { ColorMode, ScaleMode } from "../tokens/types.js";
2
2
  import "../tokens/index.js";
3
- import * as react_jsx_runtime6 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/providers/ThemeProvider.d.ts
6
6
  interface ThemeProviderProps extends React.PropsWithChildren {
@@ -11,7 +11,7 @@ declare function ThemeProvider({
11
11
  children,
12
12
  colorMode,
13
13
  scaleMode
14
- }: ThemeProviderProps): react_jsx_runtime6.JSX.Element;
14
+ }: ThemeProviderProps): react_jsx_runtime3.JSX.Element;
15
15
  declare namespace ThemeProvider {
16
16
  var displayName: string;
17
17
  }
@@ -35,8 +35,8 @@ declare const getStylesInternal: (props?: ({
35
35
  switchSizeHandleIcon?: "sm" | "md" | undefined;
36
36
  buttonSizeRoot?: "sm" | "md" | "lg" | undefined;
37
37
  buttonSizeIcon?: "sm" | "md" | "lg" | undefined;
38
- buttonVariantRoot?: "primary" | "brand-secondary" | "brand" | "secondary" | "tertiary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "brand-tertiary" | "alert-tertiary" | "warning-tertiary" | "positive-tertiary" | "info-tertiary" | undefined;
39
- buttonVariantIcon?: "primary" | "brand-secondary" | "brand" | "secondary" | "tertiary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "brand-tertiary" | "alert-tertiary" | "warning-tertiary" | "positive-tertiary" | "info-tertiary" | undefined;
38
+ buttonVariantRoot?: "primary" | "brand-secondary" | "brand" | "secondary" | "tertiary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
39
+ buttonVariantIcon?: "primary" | "brand-secondary" | "brand" | "secondary" | "tertiary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
40
40
  chipSizeRoot?: "sm" | "md" | undefined;
41
41
  chipSizeIcon?: "sm" | "md" | undefined;
42
42
  chipToggleVariantActiveRoot?: "off" | "on" | undefined;
@@ -119,14 +119,14 @@ declare const getStylesInternal: (props?: ({
119
119
  menuDividerVariantRoot?: "default" | undefined;
120
120
  menuDividerVariantText?: "default" | undefined;
121
121
  menuDividerVariantLine?: "default" | undefined;
122
- color?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "on-color" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | undefined;
123
- placeholderColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "on-color" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | undefined;
122
+ color?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "on-color" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | undefined;
123
+ placeholderColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "on-color" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | undefined;
124
124
  fontFamily?: "sans" | "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "sans-alt" | "serif" | "serif-alt" | "mono" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
125
125
  fontSize?: "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
126
126
  fontWeight?: "thin" | "ui1" | "medium" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "light" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "black" | "bold" | "extralight" | "regular" | "semibold" | "extrabold" | undefined;
127
127
  lineHeight?: "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
128
128
  letterSpacing?: "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
129
- textAlign?: "start" | "end" | "center" | "justify" | undefined;
129
+ textAlign?: "center" | "justify" | "start" | "end" | undefined;
130
130
  textTransform?: "none" | "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
131
131
  spacing?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
132
132
  spacingHorizontal?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
@@ -144,12 +144,12 @@ declare const getStylesInternal: (props?: ({
144
144
  offsetTop?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
145
145
  columnGap?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
146
146
  rowGap?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
147
- backgroundColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
148
- borderColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
149
- borderStartColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
150
- borderEndColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
151
- borderBottomColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
152
- borderTopColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
147
+ backgroundColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
148
+ borderColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
149
+ borderStartColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
150
+ borderEndColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
151
+ borderBottomColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
152
+ borderTopColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
153
153
  borderRadius?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
154
154
  borderTopStartRadius?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
155
155
  borderTopEndRadius?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
@@ -179,7 +179,7 @@ declare const getStylesInternal: (props?: ({
179
179
  overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
180
180
  overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
181
181
  position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
182
- contentFit?: "none" | "fill" | "contain" | "cover" | "scale-down" | undefined;
182
+ contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
183
183
  colorMode?: "light" | "dark" | undefined;
184
184
  scaleMode?: "medium" | "xSmall" | "small" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
185
185
  width?: "full" | "fit" | "screen" | undefined;
@@ -35,8 +35,8 @@ declare const getStylesInternal: (props?: ({
35
35
  switchSizeHandleIcon?: "sm" | "md" | undefined;
36
36
  buttonSizeRoot?: "sm" | "md" | "lg" | undefined;
37
37
  buttonSizeIcon?: "sm" | "md" | "lg" | undefined;
38
- buttonVariantRoot?: "primary" | "brand-secondary" | "brand" | "secondary" | "tertiary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "brand-tertiary" | "alert-tertiary" | "warning-tertiary" | "positive-tertiary" | "info-tertiary" | undefined;
39
- buttonVariantIcon?: "primary" | "brand-secondary" | "brand" | "secondary" | "tertiary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "brand-tertiary" | "alert-tertiary" | "warning-tertiary" | "positive-tertiary" | "info-tertiary" | undefined;
38
+ buttonVariantRoot?: "primary" | "brand-secondary" | "brand" | "secondary" | "tertiary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
39
+ buttonVariantIcon?: "primary" | "brand-secondary" | "brand" | "secondary" | "tertiary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
40
40
  chipSizeRoot?: "sm" | "md" | undefined;
41
41
  chipSizeIcon?: "sm" | "md" | undefined;
42
42
  chipToggleVariantActiveRoot?: "off" | "on" | undefined;
@@ -119,14 +119,14 @@ declare const getStylesInternal: (props?: ({
119
119
  menuDividerVariantRoot?: "default" | undefined;
120
120
  menuDividerVariantText?: "default" | undefined;
121
121
  menuDividerVariantLine?: "default" | undefined;
122
- color?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "on-color" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | undefined;
123
- placeholderColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "on-color" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | undefined;
122
+ color?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "on-color" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | undefined;
123
+ placeholderColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "on-color" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | undefined;
124
124
  fontFamily?: "sans" | "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "sans-alt" | "serif" | "serif-alt" | "mono" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
125
125
  fontSize?: "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
126
126
  fontWeight?: "thin" | "ui1" | "medium" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "light" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "black" | "bold" | "extralight" | "regular" | "semibold" | "extrabold" | undefined;
127
127
  lineHeight?: "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
128
128
  letterSpacing?: "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
129
- textAlign?: "start" | "end" | "center" | "justify" | undefined;
129
+ textAlign?: "center" | "justify" | "start" | "end" | undefined;
130
130
  textTransform?: "none" | "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title1/emphasized" | "caption1/emphasized" | "headline1/emphasized" | "title4/emphasized" | "caption2/emphasized" | "title3/emphasized" | "label2/emphasized" | "label3/emphasized" | "label1/emphasized" | "label4/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
131
131
  spacing?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
132
132
  spacingHorizontal?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
@@ -144,12 +144,12 @@ declare const getStylesInternal: (props?: ({
144
144
  offsetTop?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
145
145
  columnGap?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
146
146
  rowGap?: "0" | "20" | "4" | "6" | "8" | "10" | "44" | "12" | "48" | "px" | "3" | "1" | "2" | "1.5" | "2.5" | "5" | "0.5" | "3.5" | "14" | "9" | "7" | "11" | "16" | "4.5" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
147
- backgroundColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
148
- borderColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
149
- borderStartColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
150
- borderEndColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
151
- borderBottomColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
152
- borderTopColor?: "current" | "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
147
+ backgroundColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
148
+ borderColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
149
+ borderStartColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
150
+ borderEndColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
151
+ borderBottomColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
152
+ borderTopColor?: "white" | "accent" | "primary" | "brand-secondary" | "brand" | "transparent" | "secondary" | "tertiary" | "muted" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | "black" | "current" | "elevation-0" | "elevation-4" | "elevation-3" | "elevation-1" | "elevation-2" | "elevation-5" | undefined;
153
153
  borderRadius?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
154
154
  borderTopStartRadius?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
155
155
  borderTopEndRadius?: "none" | "sm" | "md" | "lg" | "xl" | "full" | "xs" | undefined;
@@ -179,7 +179,7 @@ declare const getStylesInternal: (props?: ({
179
179
  overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
180
180
  overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
181
181
  position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
182
- contentFit?: "none" | "fill" | "contain" | "cover" | "scale-down" | undefined;
182
+ contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
183
183
  colorMode?: "light" | "dark" | undefined;
184
184
  scaleMode?: "medium" | "xSmall" | "small" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
185
185
  width?: "full" | "fit" | "screen" | undefined;
@@ -1,11 +1,11 @@
1
1
  import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
2
- import * as tailwindcss_types_config3 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config19 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/a11y.d.ts
5
5
  declare const a11yPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config3.PluginCreator;
8
- config?: Partial<tailwindcss_types_config3.Config>;
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 tailwindcss_types_config23 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config3 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/a11y.d.ts
5
5
  declare const a11yPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config23.PluginCreator;
8
- config?: Partial<tailwindcss_types_config23.Config>;
7
+ handler: tailwindcss_types_config3.PluginCreator;
8
+ config?: Partial<tailwindcss_types_config3.Config>;
9
9
  };
10
10
  __isOptionsFunction: true;
11
11
  };
@@ -1,11 +1,11 @@
1
1
  import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
2
- import * as tailwindcss_types_config7 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config0 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/borders.d.ts
5
5
  declare const bordersPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config7.PluginCreator;
8
- config?: Partial<tailwindcss_types_config7.Config>;
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 tailwindcss_types_config0 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config33 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/borders.d.ts
5
5
  declare const bordersPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config0.PluginCreator;
8
- config?: Partial<tailwindcss_types_config0.Config>;
7
+ handler: tailwindcss_types_config33.PluginCreator;
8
+ config?: Partial<tailwindcss_types_config33.Config>;
9
9
  };
10
10
  __isOptionsFunction: true;
11
11
  };
@@ -1,11 +1,11 @@
1
1
  import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.cjs";
2
- import * as tailwindcss_types_config9 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config1 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/colors.d.ts
5
5
  declare const colorsPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config9.PluginCreator;
8
- config?: Partial<tailwindcss_types_config9.Config>;
7
+ handler: tailwindcss_types_config1.PluginCreator;
8
+ config?: Partial<tailwindcss_types_config1.Config>;
9
9
  };
10
10
  __isOptionsFunction: true;
11
11
  };
@@ -1,11 +1,11 @@
1
1
  import { TailwindPluginOptions } from "../utils/composeTailwindPlugins.js";
2
- import * as tailwindcss_types_config25 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config5 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/colors.d.ts
5
5
  declare const colorsPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config25.PluginCreator;
8
- config?: Partial<tailwindcss_types_config25.Config>;
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.cjs";
2
- import * as tailwindcss_types_config11 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config21 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/components.d.ts
5
5
  declare const componentsPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config11.PluginCreator;
8
- config?: Partial<tailwindcss_types_config11.Config>;
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 tailwindcss_types_config1 from "tailwindcss/types/config";
2
+ import * as tailwindcss_types_config7 from "tailwindcss/types/config";
3
3
 
4
4
  //#region src/tailwind/plugins/components.d.ts
5
5
  declare const componentsPlugin: {
6
6
  (options: TailwindPluginOptions): {
7
- handler: tailwindcss_types_config1.PluginCreator;
8
- config?: Partial<tailwindcss_types_config1.Config>;
7
+ handler: tailwindcss_types_config7.PluginCreator;
8
+ config?: Partial<tailwindcss_types_config7.Config>;
9
9
  };
10
10
  __isOptionsFunction: true;
11
11
  };