@yahoo/uds 3.68.0 → 3.69.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/dist/components/Box.d.cts +2 -2
- package/dist/components/Divider/Divider.d.cts +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/HStack.d.cts +2 -2
- package/dist/components/Icon.d.cts +2 -2
- package/dist/components/Image.d.cts +2 -2
- package/dist/components/Link.d.cts +2 -2
- package/dist/components/Text.d.cts +8 -8
- package/dist/components/VStack.d.cts +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.cts +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/Checkbox.d.cts +1 -1
- package/dist/components/client/Checkbox.d.ts +1 -1
- 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.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.ts +2 -2
- package/dist/components/client/Menu/Menu.Provider.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/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 +2 -2
- package/dist/components/experimental/Spinner.d.ts +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/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.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/defaultTokensConfig.d.cts +3897 -3897
- package/dist/defaultTokensConfig.d.ts +3897 -3897
- package/dist/fixtures.cjs +9 -9
- package/dist/fixtures.js +9 -9
- package/dist/generated/autoVariants.cjs +402 -402
- package/dist/generated/autoVariants.d.cts +103 -103
- package/dist/generated/autoVariants.d.ts +103 -103
- package/dist/generated/autoVariants.js +402 -402
- package/dist/generated/generatedConfigs.cjs +18960 -18960
- package/dist/generated/generatedConfigs.js +18960 -18960
- package/dist/generated/tailwindPurge.cjs +112 -112
- package/dist/generated/tailwindPurge.js +112 -112
- package/dist/generated/universalTokensConfigAuto.cjs +8648 -8648
- package/dist/generated/universalTokensConfigAuto.d.cts +4831 -4831
- package/dist/generated/universalTokensConfigAuto.d.ts +4831 -4831
- package/dist/generated/universalTokensConfigAuto.js +8648 -8648
- 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/styles/styler.d.cts +147 -147
- package/dist/styles/styler.d.ts +147 -147
- package/dist/styles/variants.d.cts +429 -429
- package/dist/styles/variants.d.ts +429 -429
- package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts +3 -3
- package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts +3 -3
- package/dist/tailwind/plugins/a11y.d.cts +3 -3
- package/dist/tailwind/plugins/a11y.d.ts +3 -3
- package/dist/tailwind/plugins/borders.d.cts +3 -3
- package/dist/tailwind/plugins/borders.d.ts +3 -3
- package/dist/tailwind/plugins/colors.d.cts +3 -3
- package/dist/tailwind/plugins/colors.d.ts +3 -3
- package/dist/tailwind/plugins/components.d.cts +3 -3
- package/dist/tailwind/plugins/components.d.ts +3 -3
- package/dist/tailwind/plugins/elevation.d.cts +3 -3
- package/dist/tailwind/plugins/elevation.d.ts +3 -3
- package/dist/tailwind/plugins/icons.d.cts +3 -3
- package/dist/tailwind/plugins/icons.d.ts +3 -3
- package/dist/tailwind/plugins/input.d.cts +3 -3
- package/dist/tailwind/plugins/input.d.ts +3 -3
- package/dist/tailwind/plugins/motion.d.cts +3 -3
- package/dist/tailwind/plugins/motion.d.ts +3 -3
- package/dist/tailwind/plugins/nestedBorderRadius.d.cts +3 -3
- package/dist/tailwind/plugins/scaleMode.d.cts +3 -3
- package/dist/tailwind/plugins/shadows.d.cts +3 -3
- package/dist/tailwind/plugins/sizing.d.cts +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/utils/addFontsPlugin.d.cts +3 -3
- package/dist/tailwind/utils/composeTailwindPlugins.d.cts +3 -3
- package/dist/tailwind/utils/getElevationStyles.d.cts +2 -2
- package/dist/tailwind/utils/getElevationStyles.d.ts +2 -2
- package/dist/tailwind/utils/getMotionStyles.d.cts +1 -1
- package/dist/tailwind/utils/getMotionStyles.d.ts +1 -1
- package/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
- package/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
- package/dist/tokens/automation/properties.d.cts +9 -9
- package/dist/tokens/automation/properties.d.ts +9 -9
- 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 +15694 -15694
- package/dist/tokens/configs/yosConfig.d.cts +10007 -10007
- package/dist/tokens/configs/yosConfig.d.ts +10007 -10007
- package/dist/tokens/configs/yosConfig.js +15694 -15694
- package/dist/utils/intersperse.d.cts +2 -2
- package/dist/utils/intersperse.d.ts +2 -2
- package/package.json +1 -1
- package/cli/FlattenButtonVariant.mock.tsx +0 -17
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ColorMode } from "../tokens/types.cjs";
|
|
2
2
|
import "../tokens/index.cjs";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
3
|
+
import * as react22 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:
|
|
10
|
+
declare const ColorModeContext: react22.Context<ColorMode>;
|
|
11
11
|
declare function useColorMode(): ColorMode;
|
|
12
12
|
declare function ColorModeProvider({
|
|
13
13
|
value,
|
|
14
14
|
children
|
|
15
|
-
}: ColorModeProviderProps):
|
|
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 { ColorMode } from "../tokens/types.js";
|
|
2
2
|
import "../tokens/index.js";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
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:
|
|
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):
|
|
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
|
|
4
|
-
import * as
|
|
3
|
+
import * as react3 from "react";
|
|
4
|
+
import * as react_jsx_runtime0 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:
|
|
10
|
+
declare const ScaleModeContext: react3.Context<ScaleMode>;
|
|
11
11
|
declare function useScaleMode(): ScaleMode;
|
|
12
12
|
declare function ScaleModeProvider({
|
|
13
13
|
value,
|
|
14
14
|
children
|
|
15
|
-
}: ScaleModeProviderProps):
|
|
15
|
+
}: ScaleModeProviderProps): react_jsx_runtime0.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
|
|
4
|
-
import * as
|
|
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:
|
|
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):
|
|
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
|
|
3
|
+
import * as react_jsx_runtime2 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):
|
|
14
|
+
}: ThemeProviderProps): react_jsx_runtime2.JSX.Element;
|
|
15
15
|
declare namespace ThemeProvider {
|
|
16
16
|
var displayName: string;
|
|
17
17
|
}
|
package/dist/styles/styler.d.cts
CHANGED
|
@@ -10,166 +10,166 @@ declare function normalizeObject(props: Record<string, unknown>): Record<string,
|
|
|
10
10
|
declare const cx: CX<string>;
|
|
11
11
|
declare const cva: CVA<string>;
|
|
12
12
|
declare const getStylesInternal: (props?: ({
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
avatarIconVariantRoot?: "primary" | "secondary" | undefined;
|
|
14
|
+
avatarImageVariantRoot?: "primary" | "secondary" | undefined;
|
|
15
|
+
avatarSizeIcon?: "md" | "sm" | "lg" | "xl" | "xs" | undefined;
|
|
16
|
+
avatarSizeRoot?: "md" | "sm" | "lg" | "xl" | "xs" | undefined;
|
|
17
|
+
avatarTextVariantRoot?: "primary" | "secondary" | undefined;
|
|
18
|
+
badgeSizeIcon?: "md" | "sm" | "lg" | "xs" | undefined;
|
|
19
|
+
badgeSizeRoot?: "md" | "sm" | "lg" | "xs" | undefined;
|
|
20
|
+
badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "alert-secondary" | "brand-secondary" | "warning" | "positive" | "info-secondary" | "warning-secondary" | "positive-secondary" | "info" | undefined;
|
|
21
|
+
badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "alert-secondary" | "brand-secondary" | "warning" | "positive" | "info-secondary" | "warning-secondary" | "positive-secondary" | "info" | undefined;
|
|
22
|
+
buttonSizeIcon?: "md" | "sm" | "lg" | undefined;
|
|
23
|
+
buttonSizeRoot?: "md" | "sm" | "lg" | undefined;
|
|
24
|
+
buttonVariantIcon?: "primary" | "secondary" | "brand" | "tertiary" | "alert" | "alert-secondary" | "brand-secondary" | "warning" | "positive" | "info-secondary" | "warning-secondary" | "positive-secondary" | "info" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
25
|
+
buttonVariantRoot?: "primary" | "secondary" | "brand" | "tertiary" | "alert" | "alert-secondary" | "brand-secondary" | "warning" | "positive" | "info-secondary" | "warning-secondary" | "positive-secondary" | "info" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
26
|
+
checkboxSizeCheckbox?: "md" | "sm" | undefined;
|
|
27
|
+
checkboxSizeRoot?: "md" | "sm" | undefined;
|
|
28
|
+
checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
29
|
+
checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
30
|
+
checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
17
31
|
checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
18
|
-
checkboxVariantCheckbox?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
|
|
19
32
|
checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
switchVariantSwitch?: "default" | undefined;
|
|
28
|
-
switchVariantActiveHandle?: "off" | "on" | undefined;
|
|
29
|
-
switchVariantHandle?: "default" | undefined;
|
|
30
|
-
switchVariantActiveHandleIcon?: "off" | "on" | undefined;
|
|
31
|
-
switchVariantHandleIcon?: "default" | undefined;
|
|
32
|
-
switchSizeRoot?: "sm" | "md" | undefined;
|
|
33
|
-
switchSizeSwitch?: "sm" | "md" | undefined;
|
|
34
|
-
switchSizeHandle?: "sm" | "md" | undefined;
|
|
35
|
-
switchSizeHandleIcon?: "sm" | "md" | undefined;
|
|
36
|
-
buttonSizeRoot?: "sm" | "md" | "lg" | undefined;
|
|
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;
|
|
40
|
-
chipSizeRoot?: "sm" | "md" | undefined;
|
|
41
|
-
chipSizeIcon?: "sm" | "md" | undefined;
|
|
42
|
-
chipToggleVariantActiveRoot?: "off" | "on" | undefined;
|
|
43
|
-
chipToggleVariantRoot?: "primary" | "brand-secondary" | "brand" | "secondary" | undefined;
|
|
33
|
+
checkboxVariantValueRoot?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
34
|
+
chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
35
|
+
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
36
|
+
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
37
|
+
chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
38
|
+
chipSizeIcon?: "md" | "sm" | undefined;
|
|
39
|
+
chipSizeRoot?: "md" | "sm" | undefined;
|
|
44
40
|
chipToggleVariantActiveIcon?: "off" | "on" | undefined;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
radioVariantRadio?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
|
|
54
|
-
radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
|
|
55
|
-
radioVariantRadioCircle?: "primary" | "secondary" | "alert-secondary" | "alert" | undefined;
|
|
56
|
-
radioSizeRoot?: "sm" | "md" | undefined;
|
|
57
|
-
radioSizeRadio?: "sm" | "md" | undefined;
|
|
58
|
-
linkTextStyleRoot?: "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | undefined;
|
|
59
|
-
linkTextStyleIcon?: "ui1" | "title1" | "caption1" | "headline1" | "title4" | "caption2" | "title3" | "label2" | "label3" | "label1" | "ui4" | "ui2" | "ui3" | "label4" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | undefined;
|
|
60
|
-
linkVariantRoot?: "primary" | "on-color" | "secondary" | "tertiary" | undefined;
|
|
61
|
-
linkVariantIconStart?: "primary" | "on-color" | "secondary" | "tertiary" | undefined;
|
|
62
|
-
linkVariantIconEnd?: "primary" | "on-color" | "secondary" | "tertiary" | undefined;
|
|
63
|
-
badgeSizeRoot?: "sm" | "md" | "lg" | "xs" | undefined;
|
|
64
|
-
badgeSizeIcon?: "sm" | "md" | "lg" | "xs" | undefined;
|
|
65
|
-
badgeVariantRoot?: "primary" | "brand-secondary" | "brand" | "secondary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | undefined;
|
|
66
|
-
badgeVariantIcon?: "primary" | "brand-secondary" | "brand" | "secondary" | "alert-secondary" | "alert" | "warning-secondary" | "warning" | "positive-secondary" | "positive" | "info" | "info-secondary" | undefined;
|
|
67
|
-
inputSizeRoot?: "md" | "lg" | undefined;
|
|
68
|
-
inputSizeInputWrapper?: "md" | "lg" | undefined;
|
|
69
|
-
inputSizeInput?: "md" | "lg" | undefined;
|
|
70
|
-
inputSizeStartIcon?: "md" | "lg" | undefined;
|
|
41
|
+
chipToggleVariantActiveRoot?: "off" | "on" | undefined;
|
|
42
|
+
chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
43
|
+
chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
44
|
+
dividerVariantLabel?: "primary" | "secondary" | "muted" | "tertiary" | undefined;
|
|
45
|
+
dividerVariantLine?: "primary" | "secondary" | "muted" | "tertiary" | undefined;
|
|
46
|
+
dividerVariantRoot?: "primary" | "secondary" | "muted" | "tertiary" | undefined;
|
|
47
|
+
iconbuttonSizeIcon?: "md" | "sm" | "lg" | "xl" | "xs" | undefined;
|
|
48
|
+
iconbuttonSizeRoot?: "md" | "sm" | "lg" | "xl" | "xs" | undefined;
|
|
71
49
|
inputSizeEndIcon?: "md" | "lg" | undefined;
|
|
72
|
-
inputSizeLabel?: "md" | "lg" | undefined;
|
|
73
50
|
inputSizeHelperIcon?: "md" | "lg" | undefined;
|
|
74
51
|
inputSizeHelperText?: "md" | "lg" | undefined;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
52
|
+
inputSizeInput?: "md" | "lg" | undefined;
|
|
53
|
+
inputSizeInputWrapper?: "md" | "lg" | undefined;
|
|
54
|
+
inputSizeLabel?: "md" | "lg" | undefined;
|
|
55
|
+
inputSizeRoot?: "md" | "lg" | undefined;
|
|
56
|
+
inputSizeStartIcon?: "md" | "lg" | undefined;
|
|
57
|
+
inputVariantEndIcon?: "default" | undefined;
|
|
58
|
+
inputVariantHelperIcon?: "default" | undefined;
|
|
59
|
+
inputVariantHelperText?: "default" | undefined;
|
|
80
60
|
inputVariantInput?: "default" | undefined;
|
|
81
|
-
inputVariantValueInputPlaceholder?: "filled" | "empty" | undefined;
|
|
82
61
|
inputVariantInputPlaceholder?: "default" | undefined;
|
|
83
|
-
|
|
84
|
-
inputVariantStartIcon?: "default" | undefined;
|
|
85
|
-
inputVariantValueEndIcon?: "filled" | "empty" | undefined;
|
|
86
|
-
inputVariantEndIcon?: "default" | undefined;
|
|
87
|
-
inputVariantValueLabel?: "filled" | "empty" | undefined;
|
|
62
|
+
inputVariantInputWrapper?: "default" | undefined;
|
|
88
63
|
inputVariantLabel?: "default" | undefined;
|
|
89
|
-
inputVariantValueLabelRequired?: "filled" | "empty" | undefined;
|
|
90
64
|
inputVariantLabelRequired?: "default" | undefined;
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
65
|
+
inputVariantRoot?: "default" | undefined;
|
|
66
|
+
inputVariantStartIcon?: "default" | undefined;
|
|
67
|
+
inputVariantValueEndIcon?: "empty" | "filled" | undefined;
|
|
68
|
+
inputVariantValueHelperIcon?: "empty" | "filled" | undefined;
|
|
69
|
+
inputVariantValueHelperText?: "empty" | "filled" | undefined;
|
|
70
|
+
inputVariantValueInput?: "empty" | "filled" | undefined;
|
|
71
|
+
inputVariantValueInputPlaceholder?: "empty" | "filled" | undefined;
|
|
72
|
+
inputVariantValueInputWrapper?: "empty" | "filled" | undefined;
|
|
73
|
+
inputVariantValueLabel?: "empty" | "filled" | undefined;
|
|
74
|
+
inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
|
|
75
|
+
inputVariantValueRoot?: "empty" | "filled" | undefined;
|
|
76
|
+
inputVariantValueStartIcon?: "empty" | "filled" | undefined;
|
|
77
|
+
linkTextStyleIcon?: "title4" | "caption1" | "title3" | "caption2" | "headline1" | "ui4" | "ui2" | "label4" | "ui1" | "ui3" | "title1" | "label2" | "label1" | "label3" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | undefined;
|
|
78
|
+
linkTextStyleRoot?: "title4" | "caption1" | "title3" | "caption2" | "headline1" | "ui4" | "ui2" | "label4" | "ui1" | "ui3" | "title1" | "label2" | "label1" | "label3" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | undefined;
|
|
79
|
+
linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
80
|
+
linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
81
|
+
linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
82
|
+
menuDividerVariantLine?: "default" | undefined;
|
|
83
|
+
menuDividerVariantRoot?: "default" | undefined;
|
|
84
|
+
menuDividerVariantText?: "default" | undefined;
|
|
85
|
+
menuItemCheckboxVariantActiveEndIcon?: "off" | "on" | undefined;
|
|
111
86
|
menuItemCheckboxVariantActiveRoot?: "off" | "on" | undefined;
|
|
112
|
-
menuItemCheckboxVariantRoot?: "default" | undefined;
|
|
113
|
-
menuItemCheckboxVariantActiveText?: "off" | "on" | undefined;
|
|
114
|
-
menuItemCheckboxVariantText?: "default" | undefined;
|
|
115
87
|
menuItemCheckboxVariantActiveStartIcon?: "off" | "on" | undefined;
|
|
116
|
-
|
|
117
|
-
menuItemCheckboxVariantActiveEndIcon?: "off" | "on" | undefined;
|
|
88
|
+
menuItemCheckboxVariantActiveText?: "off" | "on" | undefined;
|
|
118
89
|
menuItemCheckboxVariantEndIcon?: "default" | undefined;
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
90
|
+
menuItemCheckboxVariantRoot?: "default" | undefined;
|
|
91
|
+
menuItemCheckboxVariantStartIcon?: "default" | undefined;
|
|
92
|
+
menuItemCheckboxVariantText?: "default" | undefined;
|
|
93
|
+
menuItemVariantActiveIcon?: "off" | "on" | undefined;
|
|
94
|
+
menuItemVariantActiveRoot?: "off" | "on" | undefined;
|
|
95
|
+
menuItemVariantActiveText?: "off" | "on" | undefined;
|
|
96
|
+
menuItemVariantIcon?: "default" | undefined;
|
|
97
|
+
menuItemVariantRoot?: "default" | undefined;
|
|
98
|
+
menuItemVariantText?: "default" | undefined;
|
|
99
|
+
menuSizeEndIcon?: "default" | undefined;
|
|
100
|
+
menuSizeRoot?: "default" | undefined;
|
|
101
|
+
menuSizeStartIcon?: "default" | undefined;
|
|
102
|
+
radioSizeRadio?: "md" | "sm" | undefined;
|
|
103
|
+
radioSizeRoot?: "md" | "sm" | undefined;
|
|
104
|
+
radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
105
|
+
radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
106
|
+
radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
107
|
+
radioVariantValueRadio?: "checked" | "unchecked" | undefined;
|
|
108
|
+
radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
|
|
109
|
+
radioVariantValueRoot?: "checked" | "unchecked" | undefined;
|
|
110
|
+
switchSizeHandle?: "md" | "sm" | undefined;
|
|
111
|
+
switchSizeHandleIcon?: "md" | "sm" | undefined;
|
|
112
|
+
switchSizeRoot?: "md" | "sm" | undefined;
|
|
113
|
+
switchSizeSwitch?: "md" | "sm" | undefined;
|
|
114
|
+
switchVariantActiveHandle?: "off" | "on" | undefined;
|
|
115
|
+
switchVariantActiveHandleIcon?: "off" | "on" | undefined;
|
|
116
|
+
switchVariantActiveRoot?: "off" | "on" | undefined;
|
|
117
|
+
switchVariantActiveSwitch?: "off" | "on" | undefined;
|
|
118
|
+
switchVariantHandle?: "default" | undefined;
|
|
119
|
+
switchVariantHandleIcon?: "default" | undefined;
|
|
120
|
+
switchVariantRoot?: "default" | undefined;
|
|
121
|
+
switchVariantSwitch?: "default" | undefined;
|
|
122
|
+
color?: "primary" | "secondary" | "muted" | "brand" | "tertiary" | "alert" | "always/white" | "alert-secondary" | "always/transparent" | "on-color" | "brand-secondary" | "warning" | "positive" | "accent" | "info-secondary" | "warning-secondary" | "positive-secondary" | "info" | "white" | "transparent" | "black" | "current" | "always/black" | "always/current" | "always/brand" | "always/accent" | undefined;
|
|
123
|
+
placeholderColor?: "primary" | "secondary" | "muted" | "brand" | "tertiary" | "alert" | "always/white" | "alert-secondary" | "always/transparent" | "on-color" | "brand-secondary" | "warning" | "positive" | "accent" | "info-secondary" | "warning-secondary" | "positive-secondary" | "info" | "white" | "transparent" | "black" | "current" | "always/black" | "always/current" | "always/brand" | "always/accent" | undefined;
|
|
124
|
+
fontFamily?: "title4" | "caption1" | "title3" | "caption2" | "headline1" | "sans" | "ui4" | "ui2" | "label4" | "ui1" | "ui3" | "title1" | "label2" | "label1" | "label3" | "sans-alt" | "serif" | "serif-alt" | "mono" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title4/emphasized" | "caption1/emphasized" | "title3/emphasized" | "caption2/emphasized" | "headline1/emphasized" | "label4/emphasized" | "title1/emphasized" | "label2/emphasized" | "label1/emphasized" | "label3/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui1/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
125
|
+
fontSize?: "title4" | "caption1" | "title3" | "caption2" | "headline1" | "ui4" | "ui2" | "label4" | "ui1" | "ui3" | "title1" | "label2" | "label1" | "label3" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title4/emphasized" | "caption1/emphasized" | "title3/emphasized" | "caption2/emphasized" | "headline1/emphasized" | "label4/emphasized" | "title1/emphasized" | "label2/emphasized" | "label1/emphasized" | "label3/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui1/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
126
|
+
fontWeight?: "title4" | "thin" | "caption1" | "title3" | "caption2" | "headline1" | "ui4" | "medium" | "ui2" | "label4" | "ui1" | "ui3" | "title1" | "label2" | "label1" | "label3" | "light" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title4/emphasized" | "caption1/emphasized" | "title3/emphasized" | "caption2/emphasized" | "headline1/emphasized" | "label4/emphasized" | "title1/emphasized" | "label2/emphasized" | "label1/emphasized" | "label3/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui1/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "black" | "bold" | "extralight" | "regular" | "semibold" | "extrabold" | undefined;
|
|
127
|
+
lineHeight?: "title4" | "caption1" | "title3" | "caption2" | "headline1" | "ui4" | "ui2" | "label4" | "ui1" | "ui3" | "title1" | "label2" | "label1" | "label3" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title4/emphasized" | "caption1/emphasized" | "title3/emphasized" | "caption2/emphasized" | "headline1/emphasized" | "label4/emphasized" | "title1/emphasized" | "label2/emphasized" | "label1/emphasized" | "label3/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui1/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
128
|
+
letterSpacing?: "title4" | "caption1" | "title3" | "caption2" | "headline1" | "ui4" | "ui2" | "label4" | "ui1" | "ui3" | "title1" | "label2" | "label1" | "label3" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title4/emphasized" | "caption1/emphasized" | "title3/emphasized" | "caption2/emphasized" | "headline1/emphasized" | "label4/emphasized" | "title1/emphasized" | "label2/emphasized" | "label1/emphasized" | "label3/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui1/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
129
|
+
textAlign?: "start" | "end" | "center" | "justify" | undefined;
|
|
130
|
+
textTransform?: "title4" | "caption1" | "title3" | "caption2" | "headline1" | "none" | "ui4" | "ui2" | "label4" | "ui1" | "ui3" | "title1" | "label2" | "label1" | "label3" | "display1" | "display2" | "display3" | "title2" | "body1" | "legal1" | "ui5" | "ui6" | "title4/emphasized" | "caption1/emphasized" | "title3/emphasized" | "caption2/emphasized" | "headline1/emphasized" | "label4/emphasized" | "title1/emphasized" | "label2/emphasized" | "label1/emphasized" | "label3/emphasized" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title2/emphasized" | "body1/emphasized" | "legal1/emphasized" | "ui4/emphasized" | "ui2/emphasized" | "ui1/emphasized" | "ui3/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
131
|
+
spacing?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
132
|
+
spacingHorizontal?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
133
|
+
spacingVertical?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
134
|
+
spacingBottom?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
135
|
+
spacingEnd?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
136
|
+
spacingStart?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
137
|
+
spacingTop?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
138
|
+
offset?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
139
|
+
offsetVertical?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
140
|
+
offsetHorizontal?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
141
|
+
offsetBottom?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
142
|
+
offsetEnd?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
143
|
+
offsetStart?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
144
|
+
offsetTop?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
145
|
+
columnGap?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
146
|
+
rowGap?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
147
|
+
backgroundColor?: "primary" | "secondary" | "brand" | "alert" | "always/white" | "alert-secondary" | "always/transparent" | "brand-secondary" | "warning" | "positive" | "accent" | "info-secondary" | "warning-secondary" | "positive-secondary" | "info" | "white" | "transparent" | "black" | "current" | "always/black" | "always/current" | "always/brand" | "always/accent" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | undefined;
|
|
148
|
+
borderColor?: "primary" | "secondary" | "muted" | "brand" | "tertiary" | "alert" | "always/white" | "alert-secondary" | "always/transparent" | "brand-secondary" | "warning" | "positive" | "accent" | "info-secondary" | "warning-secondary" | "positive-secondary" | "info" | "white" | "transparent" | "black" | "current" | "always/black" | "always/current" | "always/brand" | "always/accent" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | undefined;
|
|
149
|
+
borderStartColor?: "primary" | "secondary" | "muted" | "brand" | "tertiary" | "alert" | "always/white" | "alert-secondary" | "always/transparent" | "brand-secondary" | "warning" | "positive" | "accent" | "info-secondary" | "warning-secondary" | "positive-secondary" | "info" | "white" | "transparent" | "black" | "current" | "always/black" | "always/current" | "always/brand" | "always/accent" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | undefined;
|
|
150
|
+
borderEndColor?: "primary" | "secondary" | "muted" | "brand" | "tertiary" | "alert" | "always/white" | "alert-secondary" | "always/transparent" | "brand-secondary" | "warning" | "positive" | "accent" | "info-secondary" | "warning-secondary" | "positive-secondary" | "info" | "white" | "transparent" | "black" | "current" | "always/black" | "always/current" | "always/brand" | "always/accent" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | undefined;
|
|
151
|
+
borderBottomColor?: "primary" | "secondary" | "muted" | "brand" | "tertiary" | "alert" | "always/white" | "alert-secondary" | "always/transparent" | "brand-secondary" | "warning" | "positive" | "accent" | "info-secondary" | "warning-secondary" | "positive-secondary" | "info" | "white" | "transparent" | "black" | "current" | "always/black" | "always/current" | "always/brand" | "always/accent" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | undefined;
|
|
152
|
+
borderTopColor?: "primary" | "secondary" | "muted" | "brand" | "tertiary" | "alert" | "always/white" | "alert-secondary" | "always/transparent" | "brand-secondary" | "warning" | "positive" | "accent" | "info-secondary" | "warning-secondary" | "positive-secondary" | "info" | "white" | "transparent" | "black" | "current" | "always/black" | "always/current" | "always/brand" | "always/accent" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | undefined;
|
|
153
|
+
borderRadius?: "md" | "sm" | "full" | "lg" | "none" | "xl" | "xs" | undefined;
|
|
154
|
+
borderTopStartRadius?: "md" | "sm" | "full" | "lg" | "none" | "xl" | "xs" | undefined;
|
|
155
|
+
borderTopEndRadius?: "md" | "sm" | "full" | "lg" | "none" | "xl" | "xs" | undefined;
|
|
156
|
+
borderBottomStartRadius?: "md" | "sm" | "full" | "lg" | "none" | "xl" | "xs" | undefined;
|
|
157
|
+
borderBottomEndRadius?: "md" | "sm" | "full" | "lg" | "none" | "xl" | "xs" | undefined;
|
|
158
|
+
borderWidth?: "thin" | "none" | "medium" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | "thick" | undefined;
|
|
159
|
+
borderVerticalWidth?: "thin" | "none" | "medium" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | "thick" | undefined;
|
|
160
|
+
borderHorizontalWidth?: "thin" | "none" | "medium" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | "thick" | undefined;
|
|
161
|
+
borderStartWidth?: "thin" | "none" | "medium" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | "thick" | undefined;
|
|
162
|
+
borderEndWidth?: "thin" | "none" | "medium" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | "thick" | undefined;
|
|
163
|
+
borderTopWidth?: "thin" | "none" | "medium" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | "thick" | undefined;
|
|
164
|
+
borderBottomWidth?: "thin" | "none" | "medium" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | "thick" | undefined;
|
|
165
|
+
avatarSize?: "md" | "sm" | "lg" | "xl" | "xs" | undefined;
|
|
166
|
+
iconSize?: "md" | "sm" | "lg" | "xs" | undefined;
|
|
167
167
|
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
168
168
|
alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
169
169
|
alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | "auto" | undefined;
|
|
170
170
|
flex?: "none" | "1" | "auto" | "initial" | undefined;
|
|
171
171
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
172
|
-
flexGrow?: "
|
|
172
|
+
flexGrow?: "3" | "2" | "0" | "1" | undefined;
|
|
173
173
|
flexShrink?: "0" | "1" | undefined;
|
|
174
174
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
175
175
|
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
@@ -184,11 +184,11 @@ declare const getStylesInternal: (props?: ({
|
|
|
184
184
|
scaleMode?: "medium" | "xSmall" | "small" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
|
|
185
185
|
width?: "full" | "fit" | "screen" | undefined;
|
|
186
186
|
height?: "full" | "fit" | "screen" | undefined;
|
|
187
|
-
dropShadow?: "
|
|
188
|
-
insetShadow?: "
|
|
189
|
-
nestedBorderRadiusSize?: "
|
|
190
|
-
nestedBorderRadiusWidth?: "
|
|
191
|
-
nestedBorderRadiusSpacing?: "
|
|
187
|
+
dropShadow?: "md" | "sm" | "lg" | "none" | "2xl" | "xl" | "xs" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | undefined;
|
|
188
|
+
insetShadow?: "md" | "sm" | "lg" | "none" | "2xl" | "xl" | "2xl-invert" | "xl-invert" | "lg-invert" | "md-invert" | "xs" | "sm-invert" | "xs-invert" | undefined;
|
|
189
|
+
nestedBorderRadiusSize?: "md" | "sm" | "full" | "lg" | "none" | "xl" | "xs" | undefined;
|
|
190
|
+
nestedBorderRadiusWidth?: "thin" | "none" | "medium" | "elevation-3" | "elevation-4" | "elevation-2" | "elevation-0" | "elevation-1" | "elevation-5" | "thick" | undefined;
|
|
191
|
+
nestedBorderRadiusSpacing?: "12" | "7" | "16" | "6" | "10" | "px" | "3" | "4" | "3.5" | "2" | "0" | "1" | "8" | "0.5" | "5" | "1.5" | "4.5" | "2.5" | "20" | "14" | "9" | "11" | "44" | "48" | "5.5" | "24" | "28" | "32" | "36" | "40" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
192
192
|
nestedBorderRadius?: boolean | "first" | "last" | undefined;
|
|
193
193
|
} & {
|
|
194
194
|
className?: string | undefined;
|