@yahoo/uds 3.104.0 → 3.105.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/automated-config/dist/generated/autoVariants.cjs +57 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +57 -57
- package/dist/automated-config/dist/generated/autoVariants.d.ts +57 -57
- package/dist/automated-config/dist/generated/autoVariants.js +57 -0
- package/dist/automated-config/dist/utils/generateDefaultClassName.cjs +18 -0
- package/dist/automated-config/dist/utils/generateDefaultClassName.d.cts +14 -0
- package/dist/automated-config/dist/utils/generateDefaultClassName.d.ts +14 -0
- package/dist/automated-config/dist/utils/generateDefaultClassName.js +17 -0
- package/dist/automated-config/dist/utils/index.cjs +3 -6
- package/dist/automated-config/dist/utils/index.d.cts +2 -2
- package/dist/automated-config/dist/utils/index.d.ts +2 -2
- package/dist/automated-config/dist/utils/index.js +3 -5
- package/dist/cli/runner.cjs +21 -5
- package/dist/cli/runner.js +21 -5
- package/dist/components/client/Button.cjs +9 -9
- package/dist/components/client/Button.js +2 -2
- package/dist/components/client/IconButton.cjs +8 -8
- package/dist/components/client/IconButton.js +2 -2
- package/dist/components/client/SpringMotionConfig.cjs +4 -4
- package/dist/components/client/SpringMotionConfig.js +5 -5
- package/dist/components/client/buttonConstants.cjs +10 -0
- package/dist/components/client/buttonConstants.d.cts +9 -0
- package/dist/components/client/buttonConstants.d.ts +9 -0
- package/dist/components/client/buttonConstants.js +8 -0
- package/dist/index.cjs +2 -1
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/dist/motion-tokens/dist/index.cjs +11 -0
- package/dist/motion-tokens/dist/index.d.cts +5 -1
- package/dist/motion-tokens/dist/index.d.ts +5 -1
- package/dist/motion-tokens/dist/index.js +11 -1
- package/dist/styles/styler.d.cts +67 -67
- package/dist/styles/styler.d.ts +67 -67
- package/dist/styles/variants.d.cts +57 -0
- package/dist/styles/variants.d.ts +57 -0
- package/dist/tailwind/dist/commands/generateComponentData.cjs +65 -0
- package/dist/tailwind/dist/commands/generateComponentData.d.ts +3 -0
- package/dist/tailwind/dist/commands/generateComponentData.js +64 -0
- package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +1 -1
- package/dist/tailwind/dist/commands/generatePurgeCSSData.js +1 -1
- package/dist/tailwind/dist/commands/purge.cjs +41 -11
- package/dist/tailwind/dist/commands/purge.d.ts +2 -1
- package/dist/tailwind/dist/commands/purge.js +41 -11
- package/dist/tailwind/dist/index.d.ts +1 -0
- package/dist/tailwind/dist/{utils → purger/legacy}/purgeCSS.cjs +7 -7
- package/dist/tailwind/dist/{utils → purger/legacy}/purgeCSS.js +6 -6
- package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +193 -0
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js +192 -0
- package/dist/tailwind/dist/purger/optimized/ast/jsx.cjs +20 -0
- package/dist/tailwind/dist/purger/optimized/ast/jsx.js +19 -0
- package/dist/tailwind/dist/purger/optimized/purge.cjs +69 -0
- package/dist/tailwind/dist/purger/optimized/purge.js +66 -0
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +273 -0
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +272 -0
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +408 -0
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +405 -0
- package/dist/tailwind/dist/purger/optimized/utils/files.cjs +27 -0
- package/dist/tailwind/dist/purger/optimized/utils/files.js +24 -0
- package/dist/tailwind/dist/purger/optimized/utils/safelist.cjs +64 -0
- package/dist/tailwind/dist/purger/optimized/utils/safelist.js +60 -0
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.cjs +1 -0
- package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js +1 -0
- package/dist/tailwind/dist/utils/tsMorph.cjs +1 -1
- package/dist/tokens/automation/index.cjs +2 -1
- package/dist/tokens/automation/index.d.cts +2 -1
- package/dist/tokens/automation/index.d.ts +2 -1
- package/dist/tokens/automation/index.js +2 -1
- package/dist/tokens/index.cjs +2 -1
- package/dist/tokens/index.d.cts +2 -1
- package/dist/tokens/index.d.ts +2 -1
- package/dist/tokens/index.js +2 -1
- package/dist/uds/generated/componentData.cjs +2110 -0
- package/dist/uds/generated/componentData.js +1720 -0
- package/dist/uds/generated/tailwindPurge.cjs +24 -24
- package/dist/uds/generated/tailwindPurge.js +24 -24
- package/package.json +1 -1
- /package/dist/tailwind/dist/{utils → purger/legacy}/purgeCSS.d.ts +0 -0
package/dist/styles/styler.d.cts
CHANGED
|
@@ -10,50 +10,50 @@ 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
|
-
avatarIconVariantRoot?: "primary" | "secondary" | undefined;
|
|
14
|
-
avatarImageVariantRoot?: "primary" | "secondary" | undefined;
|
|
15
|
-
avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
16
|
-
avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
17
|
-
avatarTextVariantRoot?: "primary" | "secondary" | undefined;
|
|
18
|
-
badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
19
|
-
badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
20
|
-
badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
|
|
21
|
-
badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
|
|
22
|
-
buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
23
|
-
buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
24
|
-
buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "
|
|
25
|
-
buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "
|
|
26
|
-
checkboxSizeCheckbox?: "sm" | "md" | undefined;
|
|
27
|
-
checkboxSizeRoot?: "sm" | "md" | 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;
|
|
13
|
+
avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
14
|
+
avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
15
|
+
avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
|
|
16
|
+
avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
|
|
17
|
+
avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
18
|
+
badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
19
|
+
badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
20
|
+
badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
|
|
21
|
+
badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
|
|
22
|
+
buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
23
|
+
buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
24
|
+
buttonVariantIcon?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
25
|
+
buttonVariantRoot?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
26
|
+
checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
|
|
27
|
+
checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
28
|
+
checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
29
|
+
checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
30
|
+
checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
31
31
|
checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
32
32
|
checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
33
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?: "sm" | "md" | undefined;
|
|
39
|
-
chipSizeRoot?: "sm" | "md" | undefined;
|
|
34
|
+
chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
35
|
+
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
36
|
+
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
37
|
+
chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
38
|
+
chipSizeIcon?: "sm" | "md" | "default" | undefined;
|
|
39
|
+
chipSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
40
40
|
chipToggleVariantActiveIcon?: "off" | "on" | undefined;
|
|
41
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" | "tertiary" | "muted" | undefined;
|
|
45
|
-
dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
46
|
-
dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
47
|
-
iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
48
|
-
iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
49
|
-
inputSizeEndIcon?: "md" | "lg" | undefined;
|
|
50
|
-
inputSizeHelperIcon?: "md" | "lg" | undefined;
|
|
51
|
-
inputSizeHelperText?: "md" | "lg" | undefined;
|
|
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;
|
|
42
|
+
chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
43
|
+
chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
44
|
+
dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
45
|
+
dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
46
|
+
dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
47
|
+
iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
|
|
48
|
+
iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
|
|
49
|
+
inputSizeEndIcon?: "md" | "lg" | "default" | undefined;
|
|
50
|
+
inputSizeHelperIcon?: "md" | "lg" | "default" | undefined;
|
|
51
|
+
inputSizeHelperText?: "md" | "lg" | "default" | undefined;
|
|
52
|
+
inputSizeInput?: "md" | "lg" | "default" | undefined;
|
|
53
|
+
inputSizeInputWrapper?: "md" | "lg" | "default" | undefined;
|
|
54
|
+
inputSizeLabel?: "md" | "lg" | "default" | undefined;
|
|
55
|
+
inputSizeRoot?: "md" | "lg" | "default" | undefined;
|
|
56
|
+
inputSizeStartIcon?: "md" | "lg" | "default" | undefined;
|
|
57
57
|
inputVariantEndIcon?: "default" | undefined;
|
|
58
58
|
inputVariantHelperIcon?: "default" | undefined;
|
|
59
59
|
inputVariantHelperText?: "default" | undefined;
|
|
@@ -74,11 +74,11 @@ declare const getStylesInternal: (props?: ({
|
|
|
74
74
|
inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
|
|
75
75
|
inputVariantValueRoot?: "empty" | "filled" | undefined;
|
|
76
76
|
inputVariantValueStartIcon?: "empty" | "filled" | undefined;
|
|
77
|
-
linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
|
|
78
|
-
linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "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;
|
|
77
|
+
linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
|
|
78
|
+
linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
|
|
79
|
+
linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
|
|
80
|
+
linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
|
|
81
|
+
linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
|
|
82
82
|
menucontentSizeRoot?: "default" | undefined;
|
|
83
83
|
menucontentVariantRoot?: "default" | undefined;
|
|
84
84
|
menuitemDividerVariantLine?: "default" | undefined;
|
|
@@ -101,18 +101,18 @@ declare const getStylesInternal: (props?: ({
|
|
|
101
101
|
menuitemSizeEndIcon?: "default" | undefined;
|
|
102
102
|
menuitemSizeRoot?: "default" | undefined;
|
|
103
103
|
menuitemSizeStartIcon?: "default" | undefined;
|
|
104
|
-
radioSizeRadio?: "sm" | "md" | undefined;
|
|
105
|
-
radioSizeRoot?: "sm" | "md" | undefined;
|
|
106
|
-
radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
107
|
-
radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
108
|
-
radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
104
|
+
radioSizeRadio?: "sm" | "md" | "default" | undefined;
|
|
105
|
+
radioSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
106
|
+
radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
107
|
+
radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
108
|
+
radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
109
109
|
radioVariantValueRadio?: "checked" | "unchecked" | undefined;
|
|
110
110
|
radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
|
|
111
111
|
radioVariantValueRoot?: "checked" | "unchecked" | undefined;
|
|
112
|
-
switchSizeHandle?: "sm" | "md" | undefined;
|
|
113
|
-
switchSizeHandleIcon?: "sm" | "md" | undefined;
|
|
114
|
-
switchSizeRoot?: "sm" | "md" | undefined;
|
|
115
|
-
switchSizeSwitch?: "sm" | "md" | undefined;
|
|
112
|
+
switchSizeHandle?: "sm" | "md" | "default" | undefined;
|
|
113
|
+
switchSizeHandleIcon?: "sm" | "md" | "default" | undefined;
|
|
114
|
+
switchSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
115
|
+
switchSizeSwitch?: "sm" | "md" | "default" | undefined;
|
|
116
116
|
switchVariantActiveHandle?: "off" | "on" | undefined;
|
|
117
117
|
switchVariantActiveHandleIcon?: "off" | "on" | undefined;
|
|
118
118
|
switchVariantActiveRoot?: "off" | "on" | undefined;
|
|
@@ -126,10 +126,10 @@ declare const getStylesInternal: (props?: ({
|
|
|
126
126
|
toastSizeIcon?: "default" | undefined;
|
|
127
127
|
toastSizeLabel?: "default" | undefined;
|
|
128
128
|
toastSizeRoot?: "default" | undefined;
|
|
129
|
-
toastVariantActionButton?: "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
130
|
-
toastVariantCloseIcon?: "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
131
|
-
toastVariantIcon?: "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
132
|
-
toastVariantRoot?: "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
129
|
+
toastVariantActionButton?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
|
|
130
|
+
toastVariantCloseIcon?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
|
|
131
|
+
toastVariantIcon?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
|
|
132
|
+
toastVariantRoot?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
|
|
133
133
|
tooltipSizeBody?: "default" | undefined;
|
|
134
134
|
tooltipSizeEndContent?: "default" | undefined;
|
|
135
135
|
tooltipSizeIcon?: "default" | undefined;
|
|
@@ -140,15 +140,15 @@ declare const getStylesInternal: (props?: ({
|
|
|
140
140
|
tooltipVariantIcon?: "default" | undefined;
|
|
141
141
|
tooltipVariantRoot?: "default" | undefined;
|
|
142
142
|
tooltipVariantSvg?: "default" | undefined;
|
|
143
|
-
color?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" |
|
|
144
|
-
placeholderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" |
|
|
143
|
+
color?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
|
|
144
|
+
placeholderColor?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
|
|
145
145
|
fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | undefined;
|
|
146
146
|
fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
147
|
-
fontWeight?: "black" | "
|
|
147
|
+
fontWeight?: "black" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "thin" | "medium" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
|
|
148
148
|
lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
149
149
|
letterSpacing?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
150
|
-
textAlign?: "
|
|
151
|
-
textTransform?: "
|
|
150
|
+
textAlign?: "center" | "justify" | "start" | "end" | undefined;
|
|
151
|
+
textTransform?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
152
152
|
spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
153
153
|
spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
154
154
|
spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
@@ -166,11 +166,11 @@ declare const getStylesInternal: (props?: ({
|
|
|
166
166
|
columnGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
167
167
|
rowGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
168
168
|
backgroundColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
169
|
-
borderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
170
|
-
borderStartColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
171
|
-
borderEndColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
172
|
-
borderBottomColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
173
|
-
borderTopColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
169
|
+
borderColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
170
|
+
borderStartColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
171
|
+
borderEndColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
172
|
+
borderBottomColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
173
|
+
borderTopColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
174
174
|
borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
175
175
|
borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
176
176
|
borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
package/dist/styles/styler.d.ts
CHANGED
|
@@ -10,50 +10,50 @@ 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
|
-
avatarIconVariantRoot?: "primary" | "secondary" | undefined;
|
|
14
|
-
avatarImageVariantRoot?: "primary" | "secondary" | undefined;
|
|
15
|
-
avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
16
|
-
avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
17
|
-
avatarTextVariantRoot?: "primary" | "secondary" | undefined;
|
|
18
|
-
badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
19
|
-
badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
20
|
-
badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
|
|
21
|
-
badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
|
|
22
|
-
buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
23
|
-
buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
24
|
-
buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "
|
|
25
|
-
buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "
|
|
26
|
-
checkboxSizeCheckbox?: "sm" | "md" | undefined;
|
|
27
|
-
checkboxSizeRoot?: "sm" | "md" | 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;
|
|
13
|
+
avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
14
|
+
avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
15
|
+
avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
|
|
16
|
+
avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
|
|
17
|
+
avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
18
|
+
badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
19
|
+
badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
20
|
+
badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
|
|
21
|
+
badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
|
|
22
|
+
buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
23
|
+
buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
24
|
+
buttonVariantIcon?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
25
|
+
buttonVariantRoot?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
26
|
+
checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
|
|
27
|
+
checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
28
|
+
checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
29
|
+
checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
30
|
+
checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
31
31
|
checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
32
32
|
checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
33
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?: "sm" | "md" | undefined;
|
|
39
|
-
chipSizeRoot?: "sm" | "md" | undefined;
|
|
34
|
+
chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
35
|
+
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
36
|
+
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
37
|
+
chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
38
|
+
chipSizeIcon?: "sm" | "md" | "default" | undefined;
|
|
39
|
+
chipSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
40
40
|
chipToggleVariantActiveIcon?: "off" | "on" | undefined;
|
|
41
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" | "tertiary" | "muted" | undefined;
|
|
45
|
-
dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
46
|
-
dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
47
|
-
iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
48
|
-
iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
49
|
-
inputSizeEndIcon?: "md" | "lg" | undefined;
|
|
50
|
-
inputSizeHelperIcon?: "md" | "lg" | undefined;
|
|
51
|
-
inputSizeHelperText?: "md" | "lg" | undefined;
|
|
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;
|
|
42
|
+
chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
43
|
+
chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
44
|
+
dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
45
|
+
dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
46
|
+
dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
47
|
+
iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
|
|
48
|
+
iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
|
|
49
|
+
inputSizeEndIcon?: "md" | "lg" | "default" | undefined;
|
|
50
|
+
inputSizeHelperIcon?: "md" | "lg" | "default" | undefined;
|
|
51
|
+
inputSizeHelperText?: "md" | "lg" | "default" | undefined;
|
|
52
|
+
inputSizeInput?: "md" | "lg" | "default" | undefined;
|
|
53
|
+
inputSizeInputWrapper?: "md" | "lg" | "default" | undefined;
|
|
54
|
+
inputSizeLabel?: "md" | "lg" | "default" | undefined;
|
|
55
|
+
inputSizeRoot?: "md" | "lg" | "default" | undefined;
|
|
56
|
+
inputSizeStartIcon?: "md" | "lg" | "default" | undefined;
|
|
57
57
|
inputVariantEndIcon?: "default" | undefined;
|
|
58
58
|
inputVariantHelperIcon?: "default" | undefined;
|
|
59
59
|
inputVariantHelperText?: "default" | undefined;
|
|
@@ -74,11 +74,11 @@ declare const getStylesInternal: (props?: ({
|
|
|
74
74
|
inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
|
|
75
75
|
inputVariantValueRoot?: "empty" | "filled" | undefined;
|
|
76
76
|
inputVariantValueStartIcon?: "empty" | "filled" | undefined;
|
|
77
|
-
linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
|
|
78
|
-
linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "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;
|
|
77
|
+
linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
|
|
78
|
+
linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
|
|
79
|
+
linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
|
|
80
|
+
linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
|
|
81
|
+
linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
|
|
82
82
|
menucontentSizeRoot?: "default" | undefined;
|
|
83
83
|
menucontentVariantRoot?: "default" | undefined;
|
|
84
84
|
menuitemDividerVariantLine?: "default" | undefined;
|
|
@@ -101,18 +101,18 @@ declare const getStylesInternal: (props?: ({
|
|
|
101
101
|
menuitemSizeEndIcon?: "default" | undefined;
|
|
102
102
|
menuitemSizeRoot?: "default" | undefined;
|
|
103
103
|
menuitemSizeStartIcon?: "default" | undefined;
|
|
104
|
-
radioSizeRadio?: "sm" | "md" | undefined;
|
|
105
|
-
radioSizeRoot?: "sm" | "md" | undefined;
|
|
106
|
-
radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
107
|
-
radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
108
|
-
radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
|
|
104
|
+
radioSizeRadio?: "sm" | "md" | "default" | undefined;
|
|
105
|
+
radioSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
106
|
+
radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
107
|
+
radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
108
|
+
radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
|
|
109
109
|
radioVariantValueRadio?: "checked" | "unchecked" | undefined;
|
|
110
110
|
radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
|
|
111
111
|
radioVariantValueRoot?: "checked" | "unchecked" | undefined;
|
|
112
|
-
switchSizeHandle?: "sm" | "md" | undefined;
|
|
113
|
-
switchSizeHandleIcon?: "sm" | "md" | undefined;
|
|
114
|
-
switchSizeRoot?: "sm" | "md" | undefined;
|
|
115
|
-
switchSizeSwitch?: "sm" | "md" | undefined;
|
|
112
|
+
switchSizeHandle?: "sm" | "md" | "default" | undefined;
|
|
113
|
+
switchSizeHandleIcon?: "sm" | "md" | "default" | undefined;
|
|
114
|
+
switchSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
115
|
+
switchSizeSwitch?: "sm" | "md" | "default" | undefined;
|
|
116
116
|
switchVariantActiveHandle?: "off" | "on" | undefined;
|
|
117
117
|
switchVariantActiveHandleIcon?: "off" | "on" | undefined;
|
|
118
118
|
switchVariantActiveRoot?: "off" | "on" | undefined;
|
|
@@ -126,10 +126,10 @@ declare const getStylesInternal: (props?: ({
|
|
|
126
126
|
toastSizeIcon?: "default" | undefined;
|
|
127
127
|
toastSizeLabel?: "default" | undefined;
|
|
128
128
|
toastSizeRoot?: "default" | undefined;
|
|
129
|
-
toastVariantActionButton?: "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
130
|
-
toastVariantCloseIcon?: "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
131
|
-
toastVariantIcon?: "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
132
|
-
toastVariantRoot?: "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
129
|
+
toastVariantActionButton?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
|
|
130
|
+
toastVariantCloseIcon?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
|
|
131
|
+
toastVariantIcon?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
|
|
132
|
+
toastVariantRoot?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
|
|
133
133
|
tooltipSizeBody?: "default" | undefined;
|
|
134
134
|
tooltipSizeEndContent?: "default" | undefined;
|
|
135
135
|
tooltipSizeIcon?: "default" | undefined;
|
|
@@ -140,15 +140,15 @@ declare const getStylesInternal: (props?: ({
|
|
|
140
140
|
tooltipVariantIcon?: "default" | undefined;
|
|
141
141
|
tooltipVariantRoot?: "default" | undefined;
|
|
142
142
|
tooltipVariantSvg?: "default" | undefined;
|
|
143
|
-
color?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" |
|
|
144
|
-
placeholderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" |
|
|
143
|
+
color?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
|
|
144
|
+
placeholderColor?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
|
|
145
145
|
fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | undefined;
|
|
146
146
|
fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
147
|
-
fontWeight?: "black" | "
|
|
147
|
+
fontWeight?: "black" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "thin" | "medium" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
|
|
148
148
|
lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
149
149
|
letterSpacing?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
|
|
150
|
-
textAlign?: "
|
|
151
|
-
textTransform?: "
|
|
150
|
+
textAlign?: "center" | "justify" | "start" | "end" | undefined;
|
|
151
|
+
textTransform?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
152
152
|
spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
153
153
|
spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
154
154
|
spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
@@ -166,11 +166,11 @@ declare const getStylesInternal: (props?: ({
|
|
|
166
166
|
columnGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
167
167
|
rowGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
|
|
168
168
|
backgroundColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
169
|
-
borderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
170
|
-
borderStartColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
171
|
-
borderEndColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
172
|
-
borderBottomColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
173
|
-
borderTopColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" |
|
|
169
|
+
borderColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
170
|
+
borderStartColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
171
|
+
borderEndColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
172
|
+
borderBottomColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
173
|
+
borderTopColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
174
174
|
borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
175
175
|
borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
176
176
|
borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|