@yahoo/uds 3.116.0-beta.1 → 3.116.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/SvgFloatingOverlay.cjs +2 -3
- package/dist/components/SvgFloatingOverlay.js +2 -3
- 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/PopoverContent.cjs +1 -2
- package/dist/components/client/Popover/PopoverContent.js +1 -2
- package/dist/components/client/Toast/Toast.cjs +2 -2
- package/dist/components/client/Toast/Toast.js +2 -2
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
- package/dist/styles/styler.d.cts +80 -80
- package/dist/styles/styler.d.ts +80 -80
- package/dist/uds/generated/componentData.cjs +1010 -999
- package/dist/uds/generated/componentData.js +1010 -999
- package/generated/componentData.json +1261 -1250
- package/package.json +1 -1
package/dist/styles/styler.d.ts
CHANGED
|
@@ -10,52 +10,52 @@ 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" | undefined;
|
|
16
|
+
avatarSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | 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
|
bottomsheetVariantHeader?: "default" | undefined;
|
|
23
23
|
bottomsheetVariantRoot?: "default" | undefined;
|
|
24
|
-
buttonSizeIcon?: "
|
|
25
|
-
buttonSizeRoot?: "
|
|
26
|
-
buttonVariantIcon?: "primary" | "secondary" | "
|
|
27
|
-
buttonVariantRoot?: "primary" | "secondary" | "
|
|
28
|
-
checkboxSizeCheckbox?: "
|
|
29
|
-
checkboxSizeRoot?: "
|
|
30
|
-
checkboxVariantCheckbox?: "
|
|
31
|
-
checkboxVariantCheckboxIcon?: "
|
|
32
|
-
checkboxVariantRoot?: "
|
|
24
|
+
buttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
|
|
25
|
+
buttonSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
|
|
26
|
+
buttonVariantIcon?: "default" | "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
27
|
+
buttonVariantRoot?: "default" | "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
|
|
28
|
+
checkboxSizeCheckbox?: "default" | "sm" | "md" | undefined;
|
|
29
|
+
checkboxSizeRoot?: "default" | "sm" | "md" | undefined;
|
|
30
|
+
checkboxVariantCheckbox?: "default" | "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
31
|
+
checkboxVariantCheckboxIcon?: "default" | "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
32
|
+
checkboxVariantRoot?: "default" | "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
33
33
|
checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
34
34
|
checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
35
35
|
checkboxVariantValueRoot?: "checked" | "indeterminate" | "unchecked" | undefined;
|
|
36
|
-
chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" |
|
|
37
|
-
chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" |
|
|
38
|
-
chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" |
|
|
39
|
-
chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" |
|
|
40
|
-
chipSizeIcon?: "
|
|
41
|
-
chipSizeRoot?: "
|
|
36
|
+
chipDismissibleVariantIcon?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
37
|
+
chipDismissibleVariantRoot?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
38
|
+
chipLinkVariantIcon?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
39
|
+
chipLinkVariantRoot?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
40
|
+
chipSizeIcon?: "default" | "sm" | "md" | undefined;
|
|
41
|
+
chipSizeRoot?: "default" | "sm" | "md" | undefined;
|
|
42
42
|
chipToggleVariantActiveIcon?: "off" | "on" | undefined;
|
|
43
43
|
chipToggleVariantActiveRoot?: "off" | "on" | undefined;
|
|
44
|
-
chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" |
|
|
45
|
-
chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" |
|
|
46
|
-
dividerVariantLabel?: "
|
|
47
|
-
dividerVariantLine?: "
|
|
48
|
-
dividerVariantRoot?: "
|
|
49
|
-
iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" |
|
|
50
|
-
iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" |
|
|
51
|
-
inputSizeEndIcon?: "
|
|
52
|
-
inputSizeHelperIcon?: "
|
|
53
|
-
inputSizeHelperText?: "
|
|
54
|
-
inputSizeInput?: "
|
|
55
|
-
inputSizeInputWrapper?: "
|
|
56
|
-
inputSizeLabel?: "
|
|
57
|
-
inputSizeRoot?: "
|
|
58
|
-
inputSizeStartIcon?: "
|
|
44
|
+
chipToggleVariantIcon?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
45
|
+
chipToggleVariantRoot?: "default" | "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
|
|
46
|
+
dividerVariantLabel?: "default" | "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
47
|
+
dividerVariantLine?: "default" | "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
48
|
+
dividerVariantRoot?: "default" | "primary" | "secondary" | "tertiary" | "muted" | undefined;
|
|
49
|
+
iconbuttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
50
|
+
iconbuttonSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
51
|
+
inputSizeEndIcon?: "default" | "md" | "lg" | undefined;
|
|
52
|
+
inputSizeHelperIcon?: "default" | "md" | "lg" | undefined;
|
|
53
|
+
inputSizeHelperText?: "default" | "md" | "lg" | undefined;
|
|
54
|
+
inputSizeInput?: "default" | "md" | "lg" | undefined;
|
|
55
|
+
inputSizeInputWrapper?: "default" | "md" | "lg" | undefined;
|
|
56
|
+
inputSizeLabel?: "default" | "md" | "lg" | undefined;
|
|
57
|
+
inputSizeRoot?: "default" | "md" | "lg" | undefined;
|
|
58
|
+
inputSizeStartIcon?: "default" | "md" | "lg" | undefined;
|
|
59
59
|
inputVariantEndIcon?: "default" | undefined;
|
|
60
60
|
inputVariantHelperIcon?: "default" | undefined;
|
|
61
61
|
inputVariantHelperText?: "default" | undefined;
|
|
@@ -76,11 +76,11 @@ declare const getStylesInternal: (props?: ({
|
|
|
76
76
|
inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
|
|
77
77
|
inputVariantValueRoot?: "empty" | "filled" | undefined;
|
|
78
78
|
inputVariantValueStartIcon?: "empty" | "filled" | undefined;
|
|
79
|
-
linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" |
|
|
80
|
-
linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" |
|
|
81
|
-
linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" |
|
|
82
|
-
linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" |
|
|
83
|
-
linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" |
|
|
79
|
+
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;
|
|
80
|
+
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;
|
|
81
|
+
linkVariantIconEnd?: "default" | "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
82
|
+
linkVariantIconStart?: "default" | "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
83
|
+
linkVariantRoot?: "default" | "primary" | "secondary" | "tertiary" | "on-color" | undefined;
|
|
84
84
|
menucontentSizeRoot?: "default" | undefined;
|
|
85
85
|
menucontentVariantRoot?: "default" | undefined;
|
|
86
86
|
menuitemDividerVariantLine?: "default" | undefined;
|
|
@@ -113,19 +113,19 @@ declare const getStylesInternal: (props?: ({
|
|
|
113
113
|
popoverVariantRoot?: "default" | undefined;
|
|
114
114
|
popoverVariantSvgBase?: "default" | undefined;
|
|
115
115
|
popoverVariantSvgBorder?: "default" | undefined;
|
|
116
|
-
radioSizeRadio?: "
|
|
117
|
-
radioSizeRoot?: "
|
|
118
|
-
radioVariantRadio?: "
|
|
119
|
-
radioVariantRadioCircle?: "
|
|
120
|
-
radioVariantRoot?: "
|
|
116
|
+
radioSizeRadio?: "default" | "sm" | "md" | undefined;
|
|
117
|
+
radioSizeRoot?: "default" | "sm" | "md" | undefined;
|
|
118
|
+
radioVariantRadio?: "default" | "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
119
|
+
radioVariantRadioCircle?: "default" | "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
120
|
+
radioVariantRoot?: "default" | "alert" | "primary" | "secondary" | "alert-secondary" | undefined;
|
|
121
121
|
radioVariantValueRadio?: "checked" | "unchecked" | undefined;
|
|
122
122
|
radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
|
|
123
123
|
radioVariantValueRoot?: "checked" | "unchecked" | undefined;
|
|
124
124
|
scrimVariantRoot?: "default" | undefined;
|
|
125
|
-
switchSizeHandle?: "
|
|
126
|
-
switchSizeHandleIcon?: "
|
|
127
|
-
switchSizeRoot?: "
|
|
128
|
-
switchSizeSwitch?: "
|
|
125
|
+
switchSizeHandle?: "default" | "sm" | "md" | undefined;
|
|
126
|
+
switchSizeHandleIcon?: "default" | "sm" | "md" | undefined;
|
|
127
|
+
switchSizeRoot?: "default" | "sm" | "md" | undefined;
|
|
128
|
+
switchSizeSwitch?: "default" | "sm" | "md" | undefined;
|
|
129
129
|
switchVariantActiveHandle?: "off" | "on" | undefined;
|
|
130
130
|
switchVariantActiveHandleIcon?: "off" | "on" | undefined;
|
|
131
131
|
switchVariantActiveRoot?: "off" | "on" | undefined;
|
|
@@ -139,10 +139,10 @@ declare const getStylesInternal: (props?: ({
|
|
|
139
139
|
toastSizeIcon?: "default" | undefined;
|
|
140
140
|
toastSizeLabel?: "default" | undefined;
|
|
141
141
|
toastSizeRoot?: "default" | undefined;
|
|
142
|
-
toastVariantActionButton?: "
|
|
143
|
-
toastVariantCloseIcon?: "
|
|
144
|
-
toastVariantIcon?: "
|
|
145
|
-
toastVariantRoot?: "
|
|
142
|
+
toastVariantActionButton?: "default" | "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
143
|
+
toastVariantCloseIcon?: "default" | "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
144
|
+
toastVariantIcon?: "default" | "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
145
|
+
toastVariantRoot?: "default" | "warning" | "info" | "error" | "loading" | "success" | undefined;
|
|
146
146
|
tooltipSizeBody?: "default" | undefined;
|
|
147
147
|
tooltipSizeEndContent?: "default" | undefined;
|
|
148
148
|
tooltipSizeIcon?: "default" | undefined;
|
|
@@ -153,14 +153,14 @@ declare const getStylesInternal: (props?: ({
|
|
|
153
153
|
tooltipVariantIcon?: "default" | undefined;
|
|
154
154
|
tooltipVariantRoot?: "default" | undefined;
|
|
155
155
|
tooltipVariantSvg?: "default" | undefined;
|
|
156
|
-
color?: "primary" | "secondary" | "
|
|
157
|
-
placeholderColor?: "primary" | "secondary" | "
|
|
156
|
+
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;
|
|
157
|
+
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;
|
|
158
158
|
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;
|
|
159
159
|
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;
|
|
160
|
-
fontWeight?: "black" | "
|
|
160
|
+
fontWeight?: "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" | "thin" | "extralight" | "light" | "regular" | "medium" | "semibold" | "extrabold" | undefined;
|
|
161
161
|
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;
|
|
162
162
|
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;
|
|
163
|
-
textAlign?: "center" | "
|
|
163
|
+
textAlign?: "center" | "justify" | "start" | "end" | undefined;
|
|
164
164
|
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;
|
|
165
165
|
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;
|
|
166
166
|
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;
|
|
@@ -178,50 +178,50 @@ declare const getStylesInternal: (props?: ({
|
|
|
178
178
|
offsetTop?: "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;
|
|
179
179
|
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;
|
|
180
180
|
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;
|
|
181
|
-
backgroundColor?: "
|
|
182
|
-
borderColor?: "primary" | "secondary" | "
|
|
183
|
-
borderStartColor?: "primary" | "secondary" | "
|
|
184
|
-
borderEndColor?: "primary" | "secondary" | "
|
|
185
|
-
borderBottomColor?: "primary" | "secondary" | "
|
|
186
|
-
borderTopColor?: "primary" | "secondary" | "
|
|
181
|
+
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;
|
|
182
|
+
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;
|
|
183
|
+
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;
|
|
184
|
+
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;
|
|
185
|
+
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;
|
|
186
|
+
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;
|
|
187
187
|
borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
188
188
|
borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
189
189
|
borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
190
190
|
borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
191
191
|
borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
192
|
-
borderWidth?: "
|
|
193
|
-
borderVerticalWidth?: "
|
|
194
|
-
borderHorizontalWidth?: "
|
|
195
|
-
borderStartWidth?: "
|
|
196
|
-
borderEndWidth?: "
|
|
197
|
-
borderTopWidth?: "
|
|
198
|
-
borderBottomWidth?: "
|
|
192
|
+
borderWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
193
|
+
borderVerticalWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
194
|
+
borderHorizontalWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
195
|
+
borderStartWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
196
|
+
borderEndWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
197
|
+
borderTopWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
198
|
+
borderBottomWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
199
199
|
avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
200
200
|
iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
201
201
|
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
202
202
|
alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
203
|
-
alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" |
|
|
204
|
-
flex?: "
|
|
203
|
+
alignSelf?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
|
|
204
|
+
flex?: "none" | "auto" | "1" | "initial" | undefined;
|
|
205
205
|
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
206
206
|
flexGrow?: "0" | "1" | "2" | "3" | undefined;
|
|
207
207
|
flexShrink?: "0" | "1" | undefined;
|
|
208
208
|
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
209
209
|
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
210
210
|
flexBasis?: "min-content" | undefined;
|
|
211
|
-
display?: "flex" | "
|
|
211
|
+
display?: "flex" | "none" | "grid" | "table" | "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;
|
|
212
212
|
overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
213
213
|
overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
214
214
|
overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
|
|
215
|
-
position?: "
|
|
215
|
+
position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
|
|
216
216
|
contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
|
|
217
217
|
colorMode?: "light" | "dark" | undefined;
|
|
218
218
|
scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
|
|
219
219
|
width?: "full" | "fit" | "screen" | undefined;
|
|
220
220
|
height?: "full" | "fit" | "screen" | undefined;
|
|
221
|
-
dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "
|
|
221
|
+
dropShadow?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
|
|
222
222
|
insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
|
|
223
223
|
nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
|
|
224
|
-
nestedBorderRadiusWidth?: "
|
|
224
|
+
nestedBorderRadiusWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
|
|
225
225
|
nestedBorderRadiusSpacing?: "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;
|
|
226
226
|
nestedBorderRadius?: boolean | "first" | "last" | undefined;
|
|
227
227
|
} & {
|