@yahoo/uds 3.126.0 → 3.127.1
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 +25 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +7 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +7 -0
- package/dist/automated-config/dist/generated/autoVariants.js +25 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +3181 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +305 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +305 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +3180 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +754 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +3 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +3 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +754 -0
- package/dist/automated-config/dist/properties.cjs +12 -0
- package/dist/automated-config/dist/properties.d.cts +4 -0
- package/dist/automated-config/dist/properties.d.ts +4 -0
- package/dist/automated-config/dist/properties.js +12 -0
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/automated-config/dist/utils/index.cjs +103 -6
- package/dist/automated-config/dist/utils/index.js +103 -6
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/Tabs/Tab.cjs +80 -0
- package/dist/components/client/Tabs/Tab.d.cts +20 -0
- package/dist/components/client/Tabs/Tab.d.ts +21 -0
- package/dist/components/client/Tabs/Tab.js +78 -0
- package/dist/components/client/Tabs/TabList.cjs +132 -0
- package/dist/components/client/Tabs/TabList.d.cts +9 -0
- package/dist/components/client/Tabs/TabList.d.ts +10 -0
- package/dist/components/client/Tabs/TabList.js +130 -0
- package/dist/components/client/Tabs/TabPanel.cjs +22 -0
- package/dist/components/client/Tabs/TabPanel.d.cts +9 -0
- package/dist/components/client/Tabs/TabPanel.d.ts +10 -0
- package/dist/components/client/Tabs/TabPanel.js +20 -0
- package/dist/components/client/Tabs/Tabs.cjs +53 -0
- package/dist/components/client/Tabs/Tabs.d.cts +45 -0
- package/dist/components/client/Tabs/Tabs.d.ts +46 -0
- package/dist/components/client/Tabs/Tabs.js +51 -0
- package/dist/components/client/Tabs/index.cjs +12 -0
- package/dist/components/client/Tabs/index.d.cts +7 -0
- package/dist/components/client/Tabs/index.d.ts +8 -0
- package/dist/components/client/Tabs/index.js +8 -0
- package/dist/components/client/Tabs/tabsContext.cjs +18 -0
- package/dist/components/client/Tabs/tabsContext.d.cts +15 -0
- package/dist/components/client/Tabs/tabsContext.d.ts +16 -0
- package/dist/components/client/Tabs/tabsContext.js +15 -0
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
- package/dist/components/client/index.cjs +8 -0
- package/dist/components/client/index.d.cts +7 -1
- package/dist/components/client/index.d.ts +7 -1
- package/dist/components/client/index.js +5 -1
- package/dist/components/experimental/client/index.cjs +0 -5
- package/dist/components/experimental/client/index.d.cts +1 -2
- package/dist/components/experimental/client/index.d.ts +1 -2
- package/dist/components/experimental/client/index.js +1 -2
- package/dist/components/experimental/index.cjs +0 -9
- package/dist/components/experimental/index.d.cts +1 -2
- package/dist/components/experimental/index.d.ts +1 -2
- package/dist/components/experimental/index.js +1 -6
- package/dist/components/index.cjs +12 -0
- package/dist/components/index.d.cts +6 -1
- package/dist/components/index.d.ts +6 -1
- package/dist/components/index.js +9 -1
- package/dist/config/dist/index.cjs +824 -2
- package/dist/config/dist/index.js +824 -2
- package/dist/index.cjs +10 -0
- package/dist/index.d.cts +8 -3
- package/dist/index.d.ts +8 -3
- package/dist/index.js +6 -2
- package/dist/styles/styler.d.cts +97 -90
- package/dist/styles/styler.d.ts +97 -90
- package/dist/styles/variants.d.cts +29 -0
- package/dist/styles/variants.d.ts +29 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +25 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +25 -0
- package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +3181 -0
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +3180 -1
- package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/properties.cjs +12 -0
- package/dist/tailwind/dist/automated-config/dist/properties.js +12 -0
- package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
- package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +103 -6
- package/dist/tailwind/dist/automated-config/dist/utils/index.js +103 -6
- package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -1
- package/dist/tailwind/dist/config/dist/index.cjs +824 -2
- package/dist/tailwind/dist/config/dist/index.js +824 -2
- package/dist/tailwind/dist/config/dist/index.js.map +1 -1
- package/dist/tailwind/dist/css/utils.cjs +3 -1
- package/dist/tailwind/dist/css/utils.js +3 -1
- package/dist/tailwind/dist/css/utils.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +36 -2
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +36 -2
- package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js.map +1 -1
- package/dist/tailwind/dist/tailwind/plugins/components.cjs +2 -0
- package/dist/tailwind/dist/tailwind/plugins/components.js +3 -1
- package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
- package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
- package/dist/tokens/automation/configs/index.cjs +2 -0
- package/dist/tokens/automation/configs/index.d.cts +2 -2
- package/dist/tokens/automation/configs/index.d.ts +2 -2
- package/dist/tokens/automation/configs/index.js +2 -2
- package/dist/tokens/automation/index.cjs +2 -0
- package/dist/tokens/automation/index.d.cts +2 -2
- package/dist/tokens/automation/index.d.ts +2 -2
- package/dist/tokens/automation/index.js +2 -2
- package/dist/tokens/index.cjs +2 -0
- package/dist/tokens/index.d.cts +3 -3
- package/dist/tokens/index.d.ts +3 -3
- package/dist/tokens/index.js +2 -2
- package/dist/tokens/types.d.cts +2 -2
- package/dist/tokens/types.d.ts +2 -2
- package/dist/types/dist/index.d.cts +52 -1
- package/dist/types/dist/index.d.ts +52 -1
- package/dist/uds/generated/componentData.cjs +1457 -1349
- package/dist/uds/generated/componentData.js +1448 -1358
- package/dist/uds/generated/tailwindPurge.cjs +22 -43
- package/dist/uds/generated/tailwindPurge.js +22 -43
- package/dist/uds/package.cjs +2 -2
- package/dist/uds/package.js +2 -2
- package/generated/componentData.json +1808 -1698
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +3 -3
- package/dist/components/experimental/client/Tabs.cjs +0 -76
- package/dist/components/experimental/client/Tabs.d.cts +0 -31
- package/dist/components/experimental/client/Tabs.d.ts +0 -32
- package/dist/components/experimental/client/Tabs.js +0 -71
package/dist/styles/styler.d.ts
CHANGED
|
@@ -12,32 +12,32 @@ declare const cva: CVA<string>;
|
|
|
12
12
|
declare const getStylesInternal: (props?: ({
|
|
13
13
|
avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
14
14
|
avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
15
|
-
avatarSizeIcon?: "
|
|
16
|
-
avatarSizeRoot?: "
|
|
15
|
+
avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
|
|
16
|
+
avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
|
|
17
17
|
avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
18
|
-
badgeSizeIcon?: "
|
|
19
|
-
badgeSizeRoot?: "
|
|
20
|
-
badgeVariantIcon?: "
|
|
21
|
-
badgeVariantRoot?: "
|
|
18
|
+
badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
19
|
+
badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
20
|
+
badgeVariantIcon?: "alert" | "primary" | "secondary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
|
|
21
|
+
badgeVariantRoot?: "alert" | "primary" | "secondary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
|
|
22
22
|
bannerSizeClose?: "default" | undefined;
|
|
23
23
|
bannerSizeDescription?: "default" | undefined;
|
|
24
24
|
bannerSizeIcon?: "default" | undefined;
|
|
25
25
|
bannerSizeRoot?: "default" | undefined;
|
|
26
26
|
bannerSizeTitle?: "default" | undefined;
|
|
27
|
-
bannerVariantIcon?: "primary" | "secondary" | "brand" | "
|
|
28
|
-
bannerVariantRoot?: "primary" | "secondary" | "brand" | "
|
|
27
|
+
bannerVariantIcon?: "alert" | "primary" | "secondary" | "brand" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
|
|
28
|
+
bannerVariantRoot?: "alert" | "primary" | "secondary" | "brand" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
|
|
29
29
|
bottomsheetVariantHandleIndicator?: "default" | undefined;
|
|
30
30
|
bottomsheetVariantHeader?: "default" | undefined;
|
|
31
31
|
bottomsheetVariantRoot?: "default" | undefined;
|
|
32
|
-
buttonSizeIcon?: "
|
|
33
|
-
buttonSizeRoot?: "
|
|
34
|
-
buttonVariantIcon?: "
|
|
35
|
-
buttonVariantRoot?: "
|
|
36
|
-
checkboxSizeCheckbox?: "
|
|
37
|
-
checkboxSizeRoot?: "
|
|
38
|
-
checkboxVariantCheckbox?: "
|
|
39
|
-
checkboxVariantCheckboxIcon?: "
|
|
40
|
-
checkboxVariantRoot?: "
|
|
32
|
+
buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
33
|
+
buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
|
|
34
|
+
buttonVariantIcon?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
35
|
+
buttonVariantRoot?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
36
|
+
checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
|
|
37
|
+
checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
38
|
+
checkboxVariantCheckbox?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
|
|
39
|
+
checkboxVariantCheckboxIcon?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
|
|
40
|
+
checkboxVariantRoot?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
|
|
41
41
|
checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
42
42
|
checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
43
43
|
checkboxVariantValueRoot?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
@@ -45,25 +45,25 @@ declare const getStylesInternal: (props?: ({
|
|
|
45
45
|
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
46
46
|
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
47
47
|
chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
48
|
-
chipSizeIcon?: "
|
|
49
|
-
chipSizeRoot?: "
|
|
48
|
+
chipSizeIcon?: "sm" | "md" | "default" | undefined;
|
|
49
|
+
chipSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
50
50
|
chipToggleVariantActiveIcon?: "off" | "on" | undefined;
|
|
51
51
|
chipToggleVariantActiveRoot?: "off" | "on" | undefined;
|
|
52
52
|
chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
53
53
|
chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
|
|
54
|
-
dividerVariantLabel?: "primary" | "secondary" | "
|
|
55
|
-
dividerVariantLine?: "primary" | "secondary" | "
|
|
56
|
-
dividerVariantRoot?: "primary" | "secondary" | "
|
|
57
|
-
iconbuttonSizeIcon?: "
|
|
58
|
-
iconbuttonSizeRoot?: "
|
|
59
|
-
inputSizeEndIcon?: "
|
|
60
|
-
inputSizeHelperIcon?: "
|
|
61
|
-
inputSizeHelperText?: "
|
|
62
|
-
inputSizeInput?: "
|
|
63
|
-
inputSizeInputWrapper?: "
|
|
64
|
-
inputSizeLabel?: "
|
|
65
|
-
inputSizeRoot?: "
|
|
66
|
-
inputSizeStartIcon?: "
|
|
54
|
+
dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
55
|
+
dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
56
|
+
dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
|
|
57
|
+
iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | undefined;
|
|
58
|
+
iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | undefined;
|
|
59
|
+
inputSizeEndIcon?: "md" | "lg" | "default" | undefined;
|
|
60
|
+
inputSizeHelperIcon?: "md" | "lg" | "default" | undefined;
|
|
61
|
+
inputSizeHelperText?: "md" | "lg" | "default" | undefined;
|
|
62
|
+
inputSizeInput?: "md" | "lg" | "default" | undefined;
|
|
63
|
+
inputSizeInputWrapper?: "md" | "lg" | "default" | undefined;
|
|
64
|
+
inputSizeLabel?: "md" | "lg" | "default" | undefined;
|
|
65
|
+
inputSizeRoot?: "md" | "lg" | "default" | undefined;
|
|
66
|
+
inputSizeStartIcon?: "md" | "lg" | "default" | undefined;
|
|
67
67
|
inputVariantEndIcon?: "default" | undefined;
|
|
68
68
|
inputVariantHelperIcon?: "default" | undefined;
|
|
69
69
|
inputVariantHelperText?: "default" | undefined;
|
|
@@ -84,11 +84,11 @@ declare const getStylesInternal: (props?: ({
|
|
|
84
84
|
inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
|
|
85
85
|
inputVariantValueRoot?: "empty" | "filled" | undefined;
|
|
86
86
|
inputVariantValueStartIcon?: "empty" | "filled" | undefined;
|
|
87
|
-
linkTextStyleIcon?: "
|
|
88
|
-
linkTextStyleRoot?: "
|
|
89
|
-
linkVariantIconEnd?: "primary" | "secondary" | "
|
|
90
|
-
linkVariantIconStart?: "primary" | "secondary" | "
|
|
91
|
-
linkVariantRoot?: "primary" | "secondary" | "
|
|
87
|
+
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;
|
|
88
|
+
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;
|
|
89
|
+
linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
|
|
90
|
+
linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
|
|
91
|
+
linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
|
|
92
92
|
menucontentSizeRoot?: "default" | undefined;
|
|
93
93
|
menucontentVariantRoot?: "default" | undefined;
|
|
94
94
|
menuitemDividerVariantLine?: "default" | undefined;
|
|
@@ -122,19 +122,19 @@ declare const getStylesInternal: (props?: ({
|
|
|
122
122
|
popoverVariantRoot?: "default" | undefined;
|
|
123
123
|
popoverVariantSvgBase?: "default" | undefined;
|
|
124
124
|
popoverVariantSvgBorder?: "default" | undefined;
|
|
125
|
-
radioSizeRadio?: "
|
|
126
|
-
radioSizeRoot?: "
|
|
127
|
-
radioVariantRadio?: "
|
|
128
|
-
radioVariantRadioCircle?: "
|
|
129
|
-
radioVariantRoot?: "
|
|
125
|
+
radioSizeRadio?: "sm" | "md" | "default" | undefined;
|
|
126
|
+
radioSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
127
|
+
radioVariantRadio?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
|
|
128
|
+
radioVariantRadioCircle?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
|
|
129
|
+
radioVariantRoot?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
|
|
130
130
|
radioVariantValueRadio?: "checked" | "unchecked" | undefined;
|
|
131
131
|
radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
|
|
132
132
|
radioVariantValueRoot?: "checked" | "unchecked" | undefined;
|
|
133
133
|
scrimVariantRoot?: "default" | undefined;
|
|
134
|
-
switchSizeHandle?: "
|
|
135
|
-
switchSizeHandleIcon?: "
|
|
136
|
-
switchSizeRoot?: "
|
|
137
|
-
switchSizeSwitch?: "
|
|
134
|
+
switchSizeHandle?: "sm" | "md" | "default" | undefined;
|
|
135
|
+
switchSizeHandleIcon?: "sm" | "md" | "default" | undefined;
|
|
136
|
+
switchSizeRoot?: "sm" | "md" | "default" | undefined;
|
|
137
|
+
switchSizeSwitch?: "sm" | "md" | "default" | undefined;
|
|
138
138
|
switchVariantActiveHandle?: "off" | "on" | undefined;
|
|
139
139
|
switchVariantActiveHandleIcon?: "off" | "on" | undefined;
|
|
140
140
|
switchVariantActiveRoot?: "off" | "on" | undefined;
|
|
@@ -143,15 +143,22 @@ declare const getStylesInternal: (props?: ({
|
|
|
143
143
|
switchVariantHandleIcon?: "default" | undefined;
|
|
144
144
|
switchVariantRoot?: "default" | undefined;
|
|
145
145
|
switchVariantSwitch?: "default" | undefined;
|
|
146
|
+
tabSizeIcon?: "default" | undefined;
|
|
147
|
+
tabSizeRoot?: "default" | undefined;
|
|
148
|
+
tabVariantActiveIcon?: "off" | "on" | undefined;
|
|
149
|
+
tabVariantActiveRoot?: "off" | "on" | undefined;
|
|
150
|
+
tabVariantIcon?: "primary" | "secondary" | "default" | undefined;
|
|
151
|
+
tabVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
152
|
+
tabsVariantRoot?: "primary" | "secondary" | "default" | undefined;
|
|
146
153
|
toastSizeActionButton?: "default" | undefined;
|
|
147
154
|
toastSizeCloseIcon?: "default" | undefined;
|
|
148
155
|
toastSizeIcon?: "default" | undefined;
|
|
149
156
|
toastSizeLabel?: "default" | undefined;
|
|
150
157
|
toastSizeRoot?: "default" | undefined;
|
|
151
|
-
toastVariantActionButton?: "warning" | "
|
|
152
|
-
toastVariantCloseIcon?: "warning" | "
|
|
153
|
-
toastVariantIcon?: "warning" | "
|
|
154
|
-
toastVariantRoot?: "warning" | "
|
|
158
|
+
toastVariantActionButton?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
|
|
159
|
+
toastVariantCloseIcon?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
|
|
160
|
+
toastVariantIcon?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
|
|
161
|
+
toastVariantRoot?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
|
|
155
162
|
tooltipSizeBody?: "default" | undefined;
|
|
156
163
|
tooltipSizeEndContent?: "default" | undefined;
|
|
157
164
|
tooltipSizeIcon?: "default" | undefined;
|
|
@@ -162,54 +169,54 @@ declare const getStylesInternal: (props?: ({
|
|
|
162
169
|
tooltipVariantIcon?: "default" | undefined;
|
|
163
170
|
tooltipVariantRoot?: "default" | undefined;
|
|
164
171
|
tooltipVariantSvg?: "default" | undefined;
|
|
165
|
-
color?: "primary" | "secondary" | "
|
|
166
|
-
placeholderColor?: "primary" | "secondary" | "
|
|
172
|
+
color?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
|
|
173
|
+
placeholderColor?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
|
|
167
174
|
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;
|
|
168
175
|
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;
|
|
169
|
-
fontWeight?: "black" | "
|
|
176
|
+
fontWeight?: "black" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "thin" | "medium" | "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" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
|
|
170
177
|
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;
|
|
171
178
|
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;
|
|
172
|
-
textAlign?: "
|
|
179
|
+
textAlign?: "center" | "justify" | "start" | "end" | undefined;
|
|
173
180
|
textTransform?: "none" | "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" | "uppercase" | "lowercase" | "capitalize" | undefined;
|
|
174
|
-
spacing?: "0" | "
|
|
175
|
-
spacingHorizontal?: "0" | "
|
|
176
|
-
spacingVertical?: "0" | "
|
|
177
|
-
spacingBottom?: "0" | "
|
|
178
|
-
spacingEnd?: "0" | "
|
|
179
|
-
spacingStart?: "0" | "
|
|
180
|
-
spacingTop?: "0" | "
|
|
181
|
-
offset?: "0" | "
|
|
182
|
-
offsetVertical?: "0" | "
|
|
183
|
-
offsetHorizontal?: "0" | "
|
|
184
|
-
offsetBottom?: "0" | "
|
|
185
|
-
offsetEnd?: "0" | "
|
|
186
|
-
offsetStart?: "0" | "
|
|
187
|
-
offsetTop?: "0" | "
|
|
188
|
-
columnGap?: "0" | "
|
|
189
|
-
rowGap?: "0" | "
|
|
190
|
-
backgroundColor?: "
|
|
191
|
-
borderColor?: "
|
|
192
|
-
borderStartColor?: "
|
|
193
|
-
borderEndColor?: "
|
|
194
|
-
borderBottomColor?: "
|
|
195
|
-
borderTopColor?: "
|
|
181
|
+
spacing?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
182
|
+
spacingHorizontal?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
183
|
+
spacingVertical?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
184
|
+
spacingBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
185
|
+
spacingEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
186
|
+
spacingStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
187
|
+
spacingTop?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
188
|
+
offset?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
189
|
+
offsetVertical?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
190
|
+
offsetHorizontal?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
191
|
+
offsetBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
192
|
+
offsetEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
193
|
+
offsetStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
194
|
+
offsetTop?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
195
|
+
columnGap?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
196
|
+
rowGap?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
197
|
+
backgroundColor?: "alert" | "primary" | "secondary" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-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;
|
|
198
|
+
borderColor?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-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;
|
|
199
|
+
borderStartColor?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-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;
|
|
200
|
+
borderEndColor?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-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;
|
|
201
|
+
borderBottomColor?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-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;
|
|
202
|
+
borderTopColor?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-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;
|
|
196
203
|
borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
197
204
|
borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
198
205
|
borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
199
206
|
borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
200
207
|
borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
201
|
-
borderWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "
|
|
202
|
-
borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "
|
|
203
|
-
borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "
|
|
204
|
-
borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "
|
|
205
|
-
borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "
|
|
206
|
-
borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "
|
|
207
|
-
borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "
|
|
208
|
+
borderWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
|
|
209
|
+
borderVerticalWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
|
|
210
|
+
borderHorizontalWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
|
|
211
|
+
borderStartWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
|
|
212
|
+
borderEndWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
|
|
213
|
+
borderTopWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
|
|
214
|
+
borderBottomWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
|
|
208
215
|
avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
|
|
209
216
|
iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
210
217
|
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
211
218
|
alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
212
|
-
alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" |
|
|
219
|
+
alignSelf?: "center" | "auto" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
213
220
|
flex?: "1" | "none" | "auto" | "initial" | undefined;
|
|
214
221
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
215
222
|
flexGrow?: "0" | "1" | "2" | "3" | undefined;
|
|
@@ -217,21 +224,21 @@ declare const getStylesInternal: (props?: ({
|
|
|
217
224
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
218
225
|
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
219
226
|
flexBasis?: "min-content" | undefined;
|
|
220
|
-
display?: "flex" | "table" | "none" | "
|
|
227
|
+
display?: "flex" | "table" | "none" | "grid" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row-group" | "table-row" | "flow-root" | "contents" | undefined;
|
|
221
228
|
overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
222
229
|
overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
223
230
|
overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
224
|
-
position?: "
|
|
225
|
-
contentFit?: "
|
|
231
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
232
|
+
contentFit?: "fill" | "none" | "cover" | "contain" | "scale-down" | undefined;
|
|
226
233
|
colorMode?: "light" | "dark" | undefined;
|
|
227
234
|
scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
|
|
228
235
|
width?: "full" | "fit" | "screen" | undefined;
|
|
229
236
|
height?: "full" | "fit" | "screen" | undefined;
|
|
230
|
-
dropShadow?: "
|
|
237
|
+
dropShadow?: "none" | "xs" | "sm" | "md" | "lg" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "xl" | "2xl" | undefined;
|
|
231
238
|
insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
|
|
232
239
|
nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
233
|
-
nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "
|
|
234
|
-
nestedBorderRadiusSpacing?: "0" | "
|
|
240
|
+
nestedBorderRadiusWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
|
|
241
|
+
nestedBorderRadiusSpacing?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "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;
|
|
235
242
|
nestedBorderRadius?: boolean | "first" | "last" | undefined;
|
|
236
243
|
} & {
|
|
237
244
|
className?: string | undefined;
|
|
@@ -722,6 +722,35 @@ declare const variants: {
|
|
|
722
722
|
switchVariantSwitch: {
|
|
723
723
|
readonly default: "uds-switch-variant-default-switch";
|
|
724
724
|
};
|
|
725
|
+
tabSizeIcon: {
|
|
726
|
+
readonly default: "uds-tab-size-default-icon";
|
|
727
|
+
};
|
|
728
|
+
tabSizeRoot: {
|
|
729
|
+
readonly default: "uds-tab-size-default-root";
|
|
730
|
+
};
|
|
731
|
+
tabVariantActiveIcon: {
|
|
732
|
+
readonly off: "uds-tab-variant-active-off-icon";
|
|
733
|
+
readonly on: "uds-tab-variant-active-on-icon";
|
|
734
|
+
};
|
|
735
|
+
tabVariantActiveRoot: {
|
|
736
|
+
readonly off: "uds-tab-variant-active-off-root";
|
|
737
|
+
readonly on: "uds-tab-variant-active-on-root";
|
|
738
|
+
};
|
|
739
|
+
tabVariantIcon: {
|
|
740
|
+
readonly default: "uds-tab-variant-default-icon";
|
|
741
|
+
readonly primary: "uds-tab-variant-primary-icon";
|
|
742
|
+
readonly secondary: "uds-tab-variant-secondary-icon";
|
|
743
|
+
};
|
|
744
|
+
tabVariantRoot: {
|
|
745
|
+
readonly default: "uds-tab-variant-default-root";
|
|
746
|
+
readonly primary: "uds-tab-variant-primary-root";
|
|
747
|
+
readonly secondary: "uds-tab-variant-secondary-root";
|
|
748
|
+
};
|
|
749
|
+
tabsVariantRoot: {
|
|
750
|
+
readonly default: "uds-tabs-variant-default-root";
|
|
751
|
+
readonly primary: "uds-tabs-variant-primary-root";
|
|
752
|
+
readonly secondary: "uds-tabs-variant-secondary-root";
|
|
753
|
+
};
|
|
725
754
|
toastSizeActionButton: {
|
|
726
755
|
readonly default: "uds-toast-size-default-actionbutton";
|
|
727
756
|
};
|
|
@@ -722,6 +722,35 @@ declare const variants: {
|
|
|
722
722
|
switchVariantSwitch: {
|
|
723
723
|
readonly default: "uds-switch-variant-default-switch";
|
|
724
724
|
};
|
|
725
|
+
tabSizeIcon: {
|
|
726
|
+
readonly default: "uds-tab-size-default-icon";
|
|
727
|
+
};
|
|
728
|
+
tabSizeRoot: {
|
|
729
|
+
readonly default: "uds-tab-size-default-root";
|
|
730
|
+
};
|
|
731
|
+
tabVariantActiveIcon: {
|
|
732
|
+
readonly off: "uds-tab-variant-active-off-icon";
|
|
733
|
+
readonly on: "uds-tab-variant-active-on-icon";
|
|
734
|
+
};
|
|
735
|
+
tabVariantActiveRoot: {
|
|
736
|
+
readonly off: "uds-tab-variant-active-off-root";
|
|
737
|
+
readonly on: "uds-tab-variant-active-on-root";
|
|
738
|
+
};
|
|
739
|
+
tabVariantIcon: {
|
|
740
|
+
readonly default: "uds-tab-variant-default-icon";
|
|
741
|
+
readonly primary: "uds-tab-variant-primary-icon";
|
|
742
|
+
readonly secondary: "uds-tab-variant-secondary-icon";
|
|
743
|
+
};
|
|
744
|
+
tabVariantRoot: {
|
|
745
|
+
readonly default: "uds-tab-variant-default-root";
|
|
746
|
+
readonly primary: "uds-tab-variant-primary-root";
|
|
747
|
+
readonly secondary: "uds-tab-variant-secondary-root";
|
|
748
|
+
};
|
|
749
|
+
tabsVariantRoot: {
|
|
750
|
+
readonly default: "uds-tabs-variant-default-root";
|
|
751
|
+
readonly primary: "uds-tabs-variant-primary-root";
|
|
752
|
+
readonly secondary: "uds-tabs-variant-secondary-root";
|
|
753
|
+
};
|
|
725
754
|
toastSizeActionButton: {
|
|
726
755
|
readonly default: "uds-toast-size-default-actionbutton";
|
|
727
756
|
};
|
|
@@ -626,6 +626,31 @@ const autoVariants = {
|
|
|
626
626
|
switchVariantHandleIcon: { default: "uds-switch-variant-default-handleicon" },
|
|
627
627
|
switchVariantRoot: { default: "uds-switch-variant-default-root" },
|
|
628
628
|
switchVariantSwitch: { default: "uds-switch-variant-default-switch" },
|
|
629
|
+
tabSizeIcon: { default: "uds-tab-size-default-icon" },
|
|
630
|
+
tabSizeRoot: { default: "uds-tab-size-default-root" },
|
|
631
|
+
tabVariantActiveIcon: {
|
|
632
|
+
off: "uds-tab-variant-active-off-icon",
|
|
633
|
+
on: "uds-tab-variant-active-on-icon"
|
|
634
|
+
},
|
|
635
|
+
tabVariantActiveRoot: {
|
|
636
|
+
off: "uds-tab-variant-active-off-root",
|
|
637
|
+
on: "uds-tab-variant-active-on-root"
|
|
638
|
+
},
|
|
639
|
+
tabVariantIcon: {
|
|
640
|
+
default: "uds-tab-variant-default-icon",
|
|
641
|
+
primary: "uds-tab-variant-primary-icon",
|
|
642
|
+
secondary: "uds-tab-variant-secondary-icon"
|
|
643
|
+
},
|
|
644
|
+
tabVariantRoot: {
|
|
645
|
+
default: "uds-tab-variant-default-root",
|
|
646
|
+
primary: "uds-tab-variant-primary-root",
|
|
647
|
+
secondary: "uds-tab-variant-secondary-root"
|
|
648
|
+
},
|
|
649
|
+
tabsVariantRoot: {
|
|
650
|
+
default: "uds-tabs-variant-default-root",
|
|
651
|
+
primary: "uds-tabs-variant-primary-root",
|
|
652
|
+
secondary: "uds-tabs-variant-secondary-root"
|
|
653
|
+
},
|
|
629
654
|
toastSizeActionButton: { default: "uds-toast-size-default-actionbutton" },
|
|
630
655
|
toastSizeCloseIcon: { default: "uds-toast-size-default-closeicon" },
|
|
631
656
|
toastSizeIcon: { default: "uds-toast-size-default-icon" },
|
|
@@ -625,6 +625,31 @@ const autoVariants = {
|
|
|
625
625
|
switchVariantHandleIcon: { default: "uds-switch-variant-default-handleicon" },
|
|
626
626
|
switchVariantRoot: { default: "uds-switch-variant-default-root" },
|
|
627
627
|
switchVariantSwitch: { default: "uds-switch-variant-default-switch" },
|
|
628
|
+
tabSizeIcon: { default: "uds-tab-size-default-icon" },
|
|
629
|
+
tabSizeRoot: { default: "uds-tab-size-default-root" },
|
|
630
|
+
tabVariantActiveIcon: {
|
|
631
|
+
off: "uds-tab-variant-active-off-icon",
|
|
632
|
+
on: "uds-tab-variant-active-on-icon"
|
|
633
|
+
},
|
|
634
|
+
tabVariantActiveRoot: {
|
|
635
|
+
off: "uds-tab-variant-active-off-root",
|
|
636
|
+
on: "uds-tab-variant-active-on-root"
|
|
637
|
+
},
|
|
638
|
+
tabVariantIcon: {
|
|
639
|
+
default: "uds-tab-variant-default-icon",
|
|
640
|
+
primary: "uds-tab-variant-primary-icon",
|
|
641
|
+
secondary: "uds-tab-variant-secondary-icon"
|
|
642
|
+
},
|
|
643
|
+
tabVariantRoot: {
|
|
644
|
+
default: "uds-tab-variant-default-root",
|
|
645
|
+
primary: "uds-tab-variant-primary-root",
|
|
646
|
+
secondary: "uds-tab-variant-secondary-root"
|
|
647
|
+
},
|
|
648
|
+
tabsVariantRoot: {
|
|
649
|
+
default: "uds-tabs-variant-default-root",
|
|
650
|
+
primary: "uds-tabs-variant-primary-root",
|
|
651
|
+
secondary: "uds-tabs-variant-secondary-root"
|
|
652
|
+
},
|
|
628
653
|
toastSizeActionButton: { default: "uds-toast-size-default-actionbutton" },
|
|
629
654
|
toastSizeCloseIcon: { default: "uds-toast-size-default-closeicon" },
|
|
630
655
|
toastSizeIcon: { default: "uds-toast-size-default-icon" },
|