@yahoo/uds 3.129.0 → 3.130.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/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- 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/Toast/UDSToastConfigProvider.d.cts +5 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
- package/dist/icons/dist/types.d.cts +12 -0
- package/dist/icons/dist/types.d.ts +12 -0
- package/dist/styles/styler.d.cts +94 -94
- package/dist/styles/styler.d.ts +94 -94
- package/dist/uds/generated/componentData.cjs +374 -374
- package/dist/uds/generated/componentData.js +374 -374
- package/dist/uds/package.cjs +1 -1
- package/dist/uds/package.js +1 -1
- package/generated/componentData.json +491 -491
- package/package.json +2 -2
package/dist/styles/styler.d.ts
CHANGED
|
@@ -10,62 +10,62 @@ 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?: "
|
|
14
|
-
avatarImageVariantRoot?: "
|
|
15
|
-
avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "
|
|
16
|
-
avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "
|
|
17
|
-
avatarTextVariantRoot?: "
|
|
18
|
-
badgeSizeIcon?: "
|
|
19
|
-
badgeSizeRoot?: "
|
|
20
|
-
badgeVariantIcon?: "
|
|
21
|
-
badgeVariantRoot?: "
|
|
13
|
+
avatarIconVariantRoot?: "default" | "primary" | "secondary" | undefined;
|
|
14
|
+
avatarImageVariantRoot?: "default" | "primary" | "secondary" | undefined;
|
|
15
|
+
avatarSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
|
|
16
|
+
avatarSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
|
|
17
|
+
avatarTextVariantRoot?: "default" | "primary" | "secondary" | undefined;
|
|
18
|
+
badgeSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
|
|
19
|
+
badgeSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
|
|
20
|
+
badgeVariantIcon?: "default" | "alert" | "primary" | "secondary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
|
|
21
|
+
badgeVariantRoot?: "default" | "alert" | "primary" | "secondary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | 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
|
-
bannerVariantDescription?: "
|
|
28
|
-
bannerVariantIcon?: "
|
|
29
|
-
bannerVariantRoot?: "
|
|
30
|
-
bannerVariantTitle?: "
|
|
27
|
+
bannerVariantDescription?: "default" | "alert" | "primary" | "secondary" | "brand" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "warning-secondary" | "info-secondary" | "success" | "success-secondary" | undefined;
|
|
28
|
+
bannerVariantIcon?: "default" | "alert" | "primary" | "secondary" | "brand" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "warning-secondary" | "info-secondary" | "success" | "success-secondary" | undefined;
|
|
29
|
+
bannerVariantRoot?: "default" | "alert" | "primary" | "secondary" | "brand" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "warning-secondary" | "info-secondary" | "success" | "success-secondary" | undefined;
|
|
30
|
+
bannerVariantTitle?: "default" | "alert" | "primary" | "secondary" | "brand" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "warning-secondary" | "info-secondary" | "success" | "success-secondary" | undefined;
|
|
31
31
|
bottomsheetVariantHandleIndicator?: "default" | undefined;
|
|
32
32
|
bottomsheetVariantHeader?: "default" | undefined;
|
|
33
33
|
bottomsheetVariantRoot?: "default" | undefined;
|
|
34
|
-
buttonSizeIcon?: "
|
|
35
|
-
buttonSizeRoot?: "
|
|
36
|
-
buttonVariantIcon?: "
|
|
37
|
-
buttonVariantRoot?: "
|
|
38
|
-
checkboxSizeCheckbox?: "
|
|
39
|
-
checkboxSizeRoot?: "
|
|
40
|
-
checkboxVariantCheckbox?: "
|
|
41
|
-
checkboxVariantCheckboxIcon?: "
|
|
42
|
-
checkboxVariantRoot?: "
|
|
34
|
+
buttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
|
|
35
|
+
buttonSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
|
|
36
|
+
buttonVariantIcon?: "default" | "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "contrast-high" | "contrast-medium" | "contrast-low" | "alert-tertiary" | "brand-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | undefined;
|
|
37
|
+
buttonVariantRoot?: "default" | "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "contrast-high" | "contrast-medium" | "contrast-low" | "alert-tertiary" | "brand-tertiary" | "positive-tertiary" | "warning-tertiary" | "info-tertiary" | undefined;
|
|
38
|
+
checkboxSizeCheckbox?: "default" | "sm" | "md" | undefined;
|
|
39
|
+
checkboxSizeRoot?: "default" | "sm" | "md" | undefined;
|
|
40
|
+
checkboxVariantCheckbox?: "default" | "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
41
|
+
checkboxVariantCheckboxIcon?: "default" | "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
42
|
+
checkboxVariantRoot?: "default" | "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
43
43
|
checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
44
44
|
checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
45
45
|
checkboxVariantValueRoot?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
46
|
-
chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" |
|
|
47
|
-
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" |
|
|
48
|
-
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" |
|
|
49
|
-
chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" |
|
|
50
|
-
chipSizeIcon?: "
|
|
51
|
-
chipSizeRoot?: "
|
|
46
|
+
chipDismissibleVariantIcon?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
47
|
+
chipDismissibleVariantRoot?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
48
|
+
chipLinkVariantIcon?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
49
|
+
chipLinkVariantRoot?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
50
|
+
chipSizeIcon?: "default" | "sm" | "md" | undefined;
|
|
51
|
+
chipSizeRoot?: "default" | "sm" | "md" | undefined;
|
|
52
52
|
chipToggleVariantActiveIcon?: "off" | "on" | undefined;
|
|
53
53
|
chipToggleVariantActiveRoot?: "off" | "on" | undefined;
|
|
54
|
-
chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" |
|
|
55
|
-
chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" |
|
|
56
|
-
dividerVariantLabel?: "
|
|
57
|
-
dividerVariantLine?: "
|
|
58
|
-
dividerVariantRoot?: "
|
|
59
|
-
iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" |
|
|
60
|
-
iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" |
|
|
61
|
-
inputSizeEndIcon?: "
|
|
62
|
-
inputSizeHelperIcon?: "
|
|
63
|
-
inputSizeHelperText?: "
|
|
64
|
-
inputSizeInput?: "
|
|
65
|
-
inputSizeInputWrapper?: "
|
|
66
|
-
inputSizeLabel?: "
|
|
67
|
-
inputSizeRoot?: "
|
|
68
|
-
inputSizeStartIcon?: "
|
|
54
|
+
chipToggleVariantIcon?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
55
|
+
chipToggleVariantRoot?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
56
|
+
dividerVariantLabel?: "default" | "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
57
|
+
dividerVariantLine?: "default" | "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
58
|
+
dividerVariantRoot?: "default" | "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
59
|
+
iconbuttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
60
|
+
iconbuttonSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
61
|
+
inputSizeEndIcon?: "default" | "md" | "lg" | undefined;
|
|
62
|
+
inputSizeHelperIcon?: "default" | "md" | "lg" | undefined;
|
|
63
|
+
inputSizeHelperText?: "default" | "md" | "lg" | undefined;
|
|
64
|
+
inputSizeInput?: "default" | "md" | "lg" | undefined;
|
|
65
|
+
inputSizeInputWrapper?: "default" | "md" | "lg" | undefined;
|
|
66
|
+
inputSizeLabel?: "default" | "md" | "lg" | undefined;
|
|
67
|
+
inputSizeRoot?: "default" | "md" | "lg" | undefined;
|
|
68
|
+
inputSizeStartIcon?: "default" | "md" | "lg" | undefined;
|
|
69
69
|
inputVariantEndIcon?: "default" | undefined;
|
|
70
70
|
inputVariantHelperIcon?: "default" | undefined;
|
|
71
71
|
inputVariantHelperText?: "default" | undefined;
|
|
@@ -86,11 +86,11 @@ declare const getStylesInternal: (props?: ({
|
|
|
86
86
|
inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
|
|
87
87
|
inputVariantValueRoot?: "empty" | "filled" | undefined;
|
|
88
88
|
inputVariantValueStartIcon?: "empty" | "filled" | undefined;
|
|
89
|
-
linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" |
|
|
90
|
-
linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" |
|
|
91
|
-
linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" |
|
|
92
|
-
linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" |
|
|
93
|
-
linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" |
|
|
89
|
+
linkTextStyleIcon?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
|
|
90
|
+
linkTextStyleRoot?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
|
|
91
|
+
linkVariantIconEnd?: "default" | "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
92
|
+
linkVariantIconStart?: "default" | "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
93
|
+
linkVariantRoot?: "default" | "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
94
94
|
menucontentSizeRoot?: "default" | undefined;
|
|
95
95
|
menucontentVariantRoot?: "default" | undefined;
|
|
96
96
|
menuitemDividerVariantLine?: "default" | undefined;
|
|
@@ -124,19 +124,19 @@ declare const getStylesInternal: (props?: ({
|
|
|
124
124
|
popoverVariantRoot?: "default" | undefined;
|
|
125
125
|
popoverVariantSvgBase?: "default" | undefined;
|
|
126
126
|
popoverVariantSvgBorder?: "default" | undefined;
|
|
127
|
-
radioSizeRadio?: "
|
|
128
|
-
radioSizeRoot?: "
|
|
129
|
-
radioVariantRadio?: "
|
|
130
|
-
radioVariantRadioCircle?: "
|
|
131
|
-
radioVariantRoot?: "
|
|
127
|
+
radioSizeRadio?: "default" | "sm" | "md" | undefined;
|
|
128
|
+
radioSizeRoot?: "default" | "sm" | "md" | undefined;
|
|
129
|
+
radioVariantRadio?: "default" | "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
130
|
+
radioVariantRadioCircle?: "default" | "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
131
|
+
radioVariantRoot?: "default" | "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
132
132
|
radioVariantValueRadio?: "checked" | "unchecked" | undefined;
|
|
133
133
|
radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
|
|
134
134
|
radioVariantValueRoot?: "checked" | "unchecked" | undefined;
|
|
135
135
|
scrimVariantRoot?: "default" | undefined;
|
|
136
|
-
switchSizeHandle?: "
|
|
137
|
-
switchSizeHandleIcon?: "
|
|
138
|
-
switchSizeRoot?: "
|
|
139
|
-
switchSizeSwitch?: "
|
|
136
|
+
switchSizeHandle?: "default" | "sm" | "md" | undefined;
|
|
137
|
+
switchSizeHandleIcon?: "default" | "sm" | "md" | undefined;
|
|
138
|
+
switchSizeRoot?: "default" | "sm" | "md" | undefined;
|
|
139
|
+
switchSizeSwitch?: "default" | "sm" | "md" | undefined;
|
|
140
140
|
switchVariantActiveHandle?: "off" | "on" | undefined;
|
|
141
141
|
switchVariantActiveHandleIcon?: "off" | "on" | undefined;
|
|
142
142
|
switchVariantActiveRoot?: "off" | "on" | undefined;
|
|
@@ -149,18 +149,18 @@ declare const getStylesInternal: (props?: ({
|
|
|
149
149
|
tabSizeRoot?: "default" | undefined;
|
|
150
150
|
tabVariantActiveIcon?: "off" | "on" | undefined;
|
|
151
151
|
tabVariantActiveRoot?: "off" | "on" | undefined;
|
|
152
|
-
tabVariantIcon?: "
|
|
153
|
-
tabVariantRoot?: "
|
|
154
|
-
tabsVariantRoot?: "
|
|
152
|
+
tabVariantIcon?: "default" | "primary" | "secondary" | undefined;
|
|
153
|
+
tabVariantRoot?: "default" | "primary" | "secondary" | undefined;
|
|
154
|
+
tabsVariantRoot?: "default" | "primary" | "secondary" | undefined;
|
|
155
155
|
toastSizeActionButton?: "default" | undefined;
|
|
156
156
|
toastSizeCloseIcon?: "default" | undefined;
|
|
157
157
|
toastSizeIcon?: "default" | undefined;
|
|
158
158
|
toastSizeLabel?: "default" | undefined;
|
|
159
159
|
toastSizeRoot?: "default" | undefined;
|
|
160
|
-
toastVariantActionButton?: "
|
|
161
|
-
toastVariantCloseIcon?: "
|
|
162
|
-
toastVariantIcon?: "
|
|
163
|
-
toastVariantRoot?: "
|
|
160
|
+
toastVariantActionButton?: "default" | "warning" | "info" | "loading" | "success" | "error" | undefined;
|
|
161
|
+
toastVariantCloseIcon?: "default" | "warning" | "info" | "loading" | "success" | "error" | undefined;
|
|
162
|
+
toastVariantIcon?: "default" | "warning" | "info" | "loading" | "success" | "error" | undefined;
|
|
163
|
+
toastVariantRoot?: "default" | "warning" | "info" | "loading" | "success" | "error" | undefined;
|
|
164
164
|
tooltipSizeBody?: "default" | undefined;
|
|
165
165
|
tooltipSizeEndContent?: "default" | undefined;
|
|
166
166
|
tooltipSizeIcon?: "default" | undefined;
|
|
@@ -171,15 +171,15 @@ declare const getStylesInternal: (props?: ({
|
|
|
171
171
|
tooltipVariantIcon?: "default" | undefined;
|
|
172
172
|
tooltipVariantRoot?: "default" | undefined;
|
|
173
173
|
tooltipVariantSvg?: "default" | undefined;
|
|
174
|
-
color?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "
|
|
175
|
-
placeholderColor?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "
|
|
174
|
+
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;
|
|
175
|
+
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;
|
|
176
176
|
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;
|
|
177
177
|
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;
|
|
178
|
-
fontWeight?: "
|
|
178
|
+
fontWeight?: "thin" | "medium" | "black" | "bold" | "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" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
|
|
179
179
|
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;
|
|
180
180
|
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;
|
|
181
|
-
textAlign?: "
|
|
182
|
-
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" | "
|
|
181
|
+
textAlign?: "start" | "end" | "center" | "justify" | undefined;
|
|
182
|
+
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;
|
|
183
183
|
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;
|
|
184
184
|
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;
|
|
185
185
|
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;
|
|
@@ -196,50 +196,50 @@ declare const getStylesInternal: (props?: ({
|
|
|
196
196
|
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;
|
|
197
197
|
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;
|
|
198
198
|
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;
|
|
199
|
-
backgroundColor?: "
|
|
200
|
-
borderColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "
|
|
201
|
-
borderStartColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "
|
|
202
|
-
borderEndColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "
|
|
203
|
-
borderBottomColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "
|
|
204
|
-
borderTopColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "
|
|
199
|
+
backgroundColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "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" | undefined;
|
|
200
|
+
borderColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "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" | undefined;
|
|
201
|
+
borderStartColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "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" | undefined;
|
|
202
|
+
borderEndColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "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" | undefined;
|
|
203
|
+
borderBottomColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "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" | undefined;
|
|
204
|
+
borderTopColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "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" | undefined;
|
|
205
205
|
borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
206
206
|
borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
207
207
|
borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
208
208
|
borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
209
209
|
borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
210
|
-
borderWidth?: "
|
|
211
|
-
borderVerticalWidth?: "
|
|
212
|
-
borderHorizontalWidth?: "
|
|
213
|
-
borderStartWidth?: "
|
|
214
|
-
borderEndWidth?: "
|
|
215
|
-
borderTopWidth?: "
|
|
216
|
-
borderBottomWidth?: "
|
|
217
|
-
avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "
|
|
210
|
+
borderWidth?: "none" | "thin" | "medium" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
211
|
+
borderVerticalWidth?: "none" | "thin" | "medium" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
212
|
+
borderHorizontalWidth?: "none" | "thin" | "medium" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
213
|
+
borderStartWidth?: "none" | "thin" | "medium" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
214
|
+
borderEndWidth?: "none" | "thin" | "medium" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
215
|
+
borderTopWidth?: "none" | "thin" | "medium" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
216
|
+
borderBottomWidth?: "none" | "thin" | "medium" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
217
|
+
avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
|
|
218
218
|
iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
219
219
|
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
220
220
|
alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
221
|
-
alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" |
|
|
222
|
-
flex?: "
|
|
221
|
+
alignSelf?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
222
|
+
flex?: "1" | "auto" | "none" | "initial" | undefined;
|
|
223
223
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
224
224
|
flexGrow?: "0" | "1" | "2" | "3" | undefined;
|
|
225
225
|
flexShrink?: "0" | "1" | undefined;
|
|
226
226
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
227
227
|
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
228
228
|
flexBasis?: "min-content" | undefined;
|
|
229
|
-
display?: "flex" | "none" | "block" | "inline-block" | "inline" | "inline-flex" | "
|
|
230
|
-
overflow?: "
|
|
231
|
-
overflowX?: "
|
|
232
|
-
overflowY?: "
|
|
233
|
-
position?: "
|
|
234
|
-
contentFit?: "none" | "
|
|
229
|
+
display?: "flex" | "table" | "none" | "grid" | "block" | "inline-block" | "inline" | "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;
|
|
230
|
+
overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
231
|
+
overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
232
|
+
overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
233
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
234
|
+
contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
|
|
235
235
|
colorMode?: "light" | "dark" | undefined;
|
|
236
|
-
scaleMode?: "
|
|
236
|
+
scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
|
|
237
237
|
width?: "full" | "fit" | "screen" | undefined;
|
|
238
238
|
height?: "full" | "fit" | "screen" | undefined;
|
|
239
|
-
dropShadow?: "none" | "
|
|
239
|
+
dropShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "2xl" | undefined;
|
|
240
240
|
insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
|
|
241
241
|
nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
242
|
-
nestedBorderRadiusWidth?: "
|
|
242
|
+
nestedBorderRadiusWidth?: "none" | "thin" | "medium" | "thick" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
|
|
243
243
|
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;
|
|
244
244
|
nestedBorderRadius?: boolean | "first" | "last" | undefined;
|
|
245
245
|
} & {
|