@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.
@@ -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?: "primary" | "secondary" | "default" | undefined;
14
- avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
15
- avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "2xs" | "2xl" | "3xl" | "default" | undefined;
16
- avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "2xs" | "2xl" | "3xl" | "default" | undefined;
17
- avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
18
- badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
19
- badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
20
- badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
21
- badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
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?: "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
28
- bannerVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
29
- bannerVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
30
- bannerVariantTitle?: "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
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?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
35
- buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
36
- buttonVariantIcon?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-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;
37
- buttonVariantRoot?: "primary" | "secondary" | "tertiary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-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;
38
- checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
39
- checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
40
- checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
41
- checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
42
- checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
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" | "default" | undefined;
47
- chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
48
- chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
49
- chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
50
- chipSizeIcon?: "sm" | "md" | "default" | undefined;
51
- chipSizeRoot?: "sm" | "md" | "default" | undefined;
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" | "default" | undefined;
55
- chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
56
- dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
57
- dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
58
- dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
59
- iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
60
- iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
61
- inputSizeEndIcon?: "md" | "lg" | "default" | undefined;
62
- inputSizeHelperIcon?: "md" | "lg" | "default" | undefined;
63
- inputSizeHelperText?: "md" | "lg" | "default" | undefined;
64
- inputSizeInput?: "md" | "lg" | "default" | undefined;
65
- inputSizeInputWrapper?: "md" | "lg" | "default" | undefined;
66
- inputSizeLabel?: "md" | "lg" | "default" | undefined;
67
- inputSizeRoot?: "md" | "lg" | "default" | undefined;
68
- inputSizeStartIcon?: "md" | "lg" | "default" | undefined;
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" | "default" | undefined;
90
- 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;
91
- linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
92
- linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
93
- linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
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?: "sm" | "md" | "default" | undefined;
128
- radioSizeRoot?: "sm" | "md" | "default" | undefined;
129
- radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
130
- radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
131
- radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
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?: "sm" | "md" | "default" | undefined;
137
- switchSizeHandleIcon?: "sm" | "md" | "default" | undefined;
138
- switchSizeRoot?: "sm" | "md" | "default" | undefined;
139
- switchSizeSwitch?: "sm" | "md" | "default" | undefined;
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?: "primary" | "secondary" | "default" | undefined;
153
- tabVariantRoot?: "primary" | "secondary" | "default" | undefined;
154
- tabsVariantRoot?: "primary" | "secondary" | "default" | undefined;
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?: "warning" | "info" | "default" | "success" | "error" | "loading" | undefined;
161
- toastVariantCloseIcon?: "warning" | "info" | "default" | "success" | "error" | "loading" | undefined;
162
- toastVariantIcon?: "warning" | "info" | "default" | "success" | "error" | "loading" | undefined;
163
- toastVariantRoot?: "warning" | "info" | "default" | "success" | "error" | "loading" | undefined;
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" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
175
- placeholderColor?: "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
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?: "light" | "medium" | "black" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "thin" | "extralight" | "regular" | "semibold" | "bold" | "extrabold" | undefined;
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?: "center" | "justify" | "start" | "end" | undefined;
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" | "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
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?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
200
- borderColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
201
- borderStartColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
202
- borderEndColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
203
- borderBottomColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
204
- borderTopColor?: "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
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?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
211
- borderVerticalWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
212
- borderHorizontalWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
213
- borderStartWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
214
- borderEndWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
215
- borderTopWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
216
- borderBottomWidth?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
217
- avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xs" | "2xl" | "3xl" | undefined;
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" | "auto" | undefined;
222
- flex?: "none" | "1" | "auto" | "initial" | undefined;
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" | "table" | "inline-table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row-group" | "table-row" | "flow-root" | "grid" | "contents" | undefined;
230
- overflow?: "auto" | "hidden" | "clip" | "visible" | "scroll" | undefined;
231
- overflowX?: "auto" | "hidden" | "clip" | "visible" | "scroll" | undefined;
232
- overflowY?: "auto" | "hidden" | "clip" | "visible" | "scroll" | undefined;
233
- position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
234
- contentFit?: "none" | "cover" | "contain" | "fill" | "scale-down" | undefined;
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?: "xSmall" | "small" | "medium" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
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" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
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?: "medium" | "thin" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
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
  } & {