@yahoo/uds 3.125.1 → 3.126.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +35 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +7 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +7 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +35 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +222 -1
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +222 -1
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +314 -0
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
  11. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
  12. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +314 -0
  13. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  14. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  15. package/dist/components/Banner/Banner.cjs +167 -0
  16. package/dist/components/Banner/Banner.d.cts +56 -0
  17. package/dist/components/Banner/Banner.d.ts +56 -0
  18. package/dist/components/Banner/Banner.js +165 -0
  19. package/dist/components/Banner/BannerContent.cjs +20 -0
  20. package/dist/components/Banner/BannerContent.d.cts +13 -0
  21. package/dist/components/Banner/BannerContent.d.ts +13 -0
  22. package/dist/components/Banner/BannerContent.js +18 -0
  23. package/dist/components/Banner/BannerDescription.cjs +47 -0
  24. package/dist/components/Banner/BannerDescription.d.cts +36 -0
  25. package/dist/components/Banner/BannerDescription.d.ts +36 -0
  26. package/dist/components/Banner/BannerDescription.js +45 -0
  27. package/dist/components/Banner/BannerTitle.cjs +42 -0
  28. package/dist/components/Banner/BannerTitle.d.cts +34 -0
  29. package/dist/components/Banner/BannerTitle.d.ts +34 -0
  30. package/dist/components/Banner/BannerTitle.js +40 -0
  31. package/dist/components/Banner/index.cjs +11 -0
  32. package/dist/components/Banner/index.d.cts +6 -0
  33. package/dist/components/Banner/index.d.ts +6 -0
  34. package/dist/components/Banner/index.js +7 -0
  35. package/dist/components/Banner/utils.cjs +56 -0
  36. package/dist/components/Banner/utils.d.cts +26 -0
  37. package/dist/components/Banner/utils.d.ts +26 -0
  38. package/dist/components/Banner/utils.js +52 -0
  39. package/dist/components/Divider/DividerCore.cjs +1 -1
  40. package/dist/components/Divider/DividerCore.js +1 -1
  41. package/dist/components/client/Avatar/AvatarIcon.cjs +2 -2
  42. package/dist/components/client/Avatar/AvatarIcon.js +2 -2
  43. package/dist/components/client/Avatar/AvatarText.cjs +1 -1
  44. package/dist/components/client/Avatar/AvatarText.js +1 -1
  45. package/dist/components/client/Badge.cjs +1 -1
  46. package/dist/components/client/Badge.js +1 -1
  47. package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +1 -1
  48. package/dist/components/client/BottomSheet/BottomSheetHeader.js +1 -1
  49. package/dist/components/client/Button.cjs +1 -1
  50. package/dist/components/client/Button.js +1 -1
  51. package/dist/components/client/Checkbox.cjs +2 -2
  52. package/dist/components/client/Checkbox.js +2 -2
  53. package/dist/components/client/Chip/ChipBase.cjs +2 -2
  54. package/dist/components/client/Chip/ChipBase.js +2 -2
  55. package/dist/components/client/Chip/ChipDismissible.cjs +2 -2
  56. package/dist/components/client/Chip/ChipDismissible.js +2 -2
  57. package/dist/components/client/IconButton.cjs +1 -1
  58. package/dist/components/client/IconButton.js +1 -1
  59. package/dist/components/client/Input/Input.cjs +1 -1
  60. package/dist/components/client/Input/Input.js +1 -1
  61. package/dist/components/client/Input/InputHelpTextInternal.cjs +1 -1
  62. package/dist/components/client/Input/InputHelpTextInternal.js +1 -1
  63. package/dist/components/client/Menu/Menu.ItemBase.cjs +2 -2
  64. package/dist/components/client/Menu/Menu.ItemBase.js +2 -2
  65. package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +1 -1
  66. package/dist/components/client/Menu/Menu.ItemCheckbox.js +1 -1
  67. package/dist/components/client/Popover/PopoverContent.cjs +3 -3
  68. package/dist/components/client/Popover/PopoverContent.js +3 -3
  69. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  70. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  71. package/dist/components/client/Switch.cjs +1 -1
  72. package/dist/components/client/Switch.js +1 -1
  73. package/dist/components/client/Toast/Toast.cjs +3 -3
  74. package/dist/components/client/Toast/Toast.js +3 -3
  75. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
  76. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
  77. package/dist/components/client/Tooltip/TooltipContent.cjs +2 -2
  78. package/dist/components/client/Tooltip/TooltipContent.js +2 -2
  79. package/dist/components/client/index.cjs +1 -1
  80. package/dist/components/client/index.js +1 -1
  81. package/dist/components/experimental/Spinner.cjs +1 -1
  82. package/dist/components/experimental/Spinner.js +1 -1
  83. package/dist/components/experimental/Table.cjs +1 -1
  84. package/dist/components/experimental/Table.js +1 -1
  85. package/dist/components/experimental/client/Accordion.cjs +4 -4
  86. package/dist/components/experimental/client/Accordion.js +4 -4
  87. package/dist/components/experimental/client/Modal.cjs +2 -2
  88. package/dist/components/experimental/client/Modal.js +2 -2
  89. package/dist/components/experimental/client/SegmentedControl.cjs +3 -3
  90. package/dist/components/experimental/client/SegmentedControl.js +3 -3
  91. package/dist/components/experimental/client/SwitchV2.cjs +1 -1
  92. package/dist/components/experimental/client/SwitchV2.js +1 -1
  93. package/dist/components/experimental/client/Tabs.cjs +2 -2
  94. package/dist/components/experimental/client/Tabs.js +2 -2
  95. package/dist/components/index.cjs +15 -3
  96. package/dist/components/index.d.cts +6 -1
  97. package/dist/components/index.d.ts +6 -1
  98. package/dist/components/index.js +12 -4
  99. package/dist/config/dist/index.cjs +381 -46
  100. package/dist/config/dist/index.js +381 -46
  101. package/dist/index.cjs +12 -3
  102. package/dist/index.d.cts +7 -3
  103. package/dist/index.d.ts +7 -3
  104. package/dist/index.js +9 -5
  105. package/dist/styles/styler.d.cts +79 -72
  106. package/dist/styles/styler.d.ts +79 -72
  107. package/dist/styles/variants.d.cts +45 -0
  108. package/dist/styles/variants.d.ts +45 -0
  109. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +35 -0
  110. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +35 -0
  111. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
  112. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
  113. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
  114. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
  115. package/dist/tailwind/dist/config/dist/index.cjs +381 -46
  116. package/dist/tailwind/dist/config/dist/index.js +381 -46
  117. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  118. package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
  119. package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
  120. package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
  121. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  122. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  123. package/dist/tokens/automation/configs/index.cjs +1 -0
  124. package/dist/tokens/automation/configs/index.d.cts +2 -2
  125. package/dist/tokens/automation/configs/index.d.ts +2 -2
  126. package/dist/tokens/automation/configs/index.js +2 -2
  127. package/dist/tokens/automation/index.cjs +1 -0
  128. package/dist/tokens/automation/index.d.cts +2 -2
  129. package/dist/tokens/automation/index.d.ts +2 -2
  130. package/dist/tokens/automation/index.js +2 -2
  131. package/dist/tokens/index.cjs +1 -0
  132. package/dist/tokens/index.d.cts +3 -3
  133. package/dist/tokens/index.d.ts +3 -3
  134. package/dist/tokens/index.js +2 -2
  135. package/dist/tokens/types.d.cts +2 -2
  136. package/dist/tokens/types.d.ts +2 -2
  137. package/dist/types/dist/index.d.cts +19 -1
  138. package/dist/types/dist/index.d.ts +19 -1
  139. package/dist/uds/generated/componentData.cjs +1566 -1418
  140. package/dist/uds/generated/componentData.js +1496 -1372
  141. package/dist/uds/generated/tailwindPurge.cjs +19 -0
  142. package/dist/uds/generated/tailwindPurge.js +19 -0
  143. package/generated/componentData.json +2085 -1934
  144. package/generated/tailwindPurge.ts +4 -4
  145. package/package.json +1 -1
@@ -17,36 +17,43 @@ declare const getStylesInternal: (props?: ({
17
17
  avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
18
18
  badgeSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
19
19
  badgeSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
20
- badgeVariantIcon?: "primary" | "secondary" | "default" | "alert" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
21
- badgeVariantRoot?: "primary" | "secondary" | "default" | "alert" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
20
+ badgeVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "default" | "positive" | "positive-secondary" | undefined;
21
+ badgeVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "default" | "positive" | "positive-secondary" | undefined;
22
+ bannerSizeClose?: "default" | undefined;
23
+ bannerSizeDescription?: "default" | undefined;
24
+ bannerSizeIcon?: "default" | undefined;
25
+ bannerSizeRoot?: "default" | undefined;
26
+ bannerSizeTitle?: "default" | undefined;
27
+ bannerVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "success" | "success-secondary" | "info" | "info-secondary" | "default" | undefined;
28
+ bannerVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "success" | "success-secondary" | "info" | "info-secondary" | "default" | undefined;
22
29
  bottomsheetVariantHandleIndicator?: "default" | undefined;
23
30
  bottomsheetVariantHeader?: "default" | undefined;
24
31
  bottomsheetVariantRoot?: "default" | undefined;
25
32
  buttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
26
33
  buttonSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
27
- buttonVariantIcon?: "primary" | "secondary" | "tertiary" | "default" | "alert" | "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
- buttonVariantRoot?: "primary" | "secondary" | "tertiary" | "default" | "alert" | "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;
34
+ buttonVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "default" | "positive" | "positive-secondary" | "tertiary" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
35
+ buttonVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "default" | "positive" | "positive-secondary" | "tertiary" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
29
36
  checkboxSizeCheckbox?: "default" | "sm" | "md" | undefined;
30
37
  checkboxSizeRoot?: "default" | "sm" | "md" | undefined;
31
- checkboxVariantCheckbox?: "primary" | "secondary" | "default" | "alert" | "alert-secondary" | undefined;
32
- checkboxVariantCheckboxIcon?: "primary" | "secondary" | "default" | "alert" | "alert-secondary" | undefined;
33
- checkboxVariantRoot?: "primary" | "secondary" | "default" | "alert" | "alert-secondary" | undefined;
38
+ checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
39
+ checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
40
+ checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
34
41
  checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
35
42
  checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
36
43
  checkboxVariantValueRoot?: "checked" | "indeterminate" | "unchecked" | undefined;
37
- chipDismissibleVariantIcon?: "primary" | "secondary" | "default" | "brand" | "brand-secondary" | undefined;
38
- chipDismissibleVariantRoot?: "primary" | "secondary" | "default" | "brand" | "brand-secondary" | undefined;
39
- chipLinkVariantIcon?: "primary" | "secondary" | "default" | "brand" | "brand-secondary" | undefined;
40
- chipLinkVariantRoot?: "primary" | "secondary" | "default" | "brand" | "brand-secondary" | undefined;
44
+ chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
45
+ chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
46
+ chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
47
+ chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
41
48
  chipSizeIcon?: "default" | "sm" | "md" | undefined;
42
49
  chipSizeRoot?: "default" | "sm" | "md" | undefined;
43
50
  chipToggleVariantActiveIcon?: "off" | "on" | undefined;
44
51
  chipToggleVariantActiveRoot?: "off" | "on" | undefined;
45
- chipToggleVariantIcon?: "primary" | "secondary" | "default" | "brand" | "brand-secondary" | undefined;
46
- chipToggleVariantRoot?: "primary" | "secondary" | "default" | "brand" | "brand-secondary" | undefined;
47
- dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "default" | "muted" | undefined;
48
- dividerVariantLine?: "primary" | "secondary" | "tertiary" | "default" | "muted" | undefined;
49
- dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "default" | "muted" | undefined;
52
+ chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
53
+ chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
54
+ dividerVariantLabel?: "primary" | "secondary" | "default" | "tertiary" | "muted" | undefined;
55
+ dividerVariantLine?: "primary" | "secondary" | "default" | "tertiary" | "muted" | undefined;
56
+ dividerVariantRoot?: "primary" | "secondary" | "default" | "tertiary" | "muted" | undefined;
50
57
  iconbuttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
51
58
  iconbuttonSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
52
59
  inputSizeEndIcon?: "default" | "md" | "lg" | undefined;
@@ -77,11 +84,11 @@ declare const getStylesInternal: (props?: ({
77
84
  inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
78
85
  inputVariantValueRoot?: "empty" | "filled" | undefined;
79
86
  inputVariantValueStartIcon?: "empty" | "filled" | undefined;
80
- 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;
81
- 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;
82
- linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
83
- linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
84
- linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
87
+ 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;
88
+ 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;
89
+ linkVariantIconEnd?: "primary" | "secondary" | "default" | "tertiary" | "on-color" | undefined;
90
+ linkVariantIconStart?: "primary" | "secondary" | "default" | "tertiary" | "on-color" | undefined;
91
+ linkVariantRoot?: "primary" | "secondary" | "default" | "tertiary" | "on-color" | undefined;
85
92
  menucontentSizeRoot?: "default" | undefined;
86
93
  menucontentVariantRoot?: "default" | undefined;
87
94
  menuitemDividerVariantLine?: "default" | undefined;
@@ -117,9 +124,9 @@ declare const getStylesInternal: (props?: ({
117
124
  popoverVariantSvgBorder?: "default" | undefined;
118
125
  radioSizeRadio?: "default" | "sm" | "md" | undefined;
119
126
  radioSizeRoot?: "default" | "sm" | "md" | undefined;
120
- radioVariantRadio?: "primary" | "secondary" | "default" | "alert" | "alert-secondary" | undefined;
121
- radioVariantRadioCircle?: "primary" | "secondary" | "default" | "alert" | "alert-secondary" | undefined;
122
- radioVariantRoot?: "primary" | "secondary" | "default" | "alert" | "alert-secondary" | undefined;
127
+ radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
128
+ radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
129
+ radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
123
130
  radioVariantValueRadio?: "checked" | "unchecked" | undefined;
124
131
  radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
125
132
  radioVariantValueRoot?: "checked" | "unchecked" | undefined;
@@ -141,10 +148,10 @@ declare const getStylesInternal: (props?: ({
141
148
  toastSizeIcon?: "default" | undefined;
142
149
  toastSizeLabel?: "default" | undefined;
143
150
  toastSizeRoot?: "default" | undefined;
144
- toastVariantActionButton?: "default" | "warning" | "info" | "loading" | "error" | "success" | undefined;
145
- toastVariantCloseIcon?: "default" | "warning" | "info" | "loading" | "error" | "success" | undefined;
146
- toastVariantIcon?: "default" | "warning" | "info" | "loading" | "error" | "success" | undefined;
147
- toastVariantRoot?: "default" | "warning" | "info" | "loading" | "error" | "success" | undefined;
151
+ toastVariantActionButton?: "warning" | "success" | "info" | "default" | "loading" | "error" | undefined;
152
+ toastVariantCloseIcon?: "warning" | "success" | "info" | "default" | "loading" | "error" | undefined;
153
+ toastVariantIcon?: "warning" | "success" | "info" | "default" | "loading" | "error" | undefined;
154
+ toastVariantRoot?: "warning" | "success" | "info" | "default" | "loading" | "error" | undefined;
148
155
  tooltipSizeBody?: "default" | undefined;
149
156
  tooltipSizeEndContent?: "default" | undefined;
150
157
  tooltipSizeIcon?: "default" | undefined;
@@ -155,76 +162,76 @@ declare const getStylesInternal: (props?: ({
155
162
  tooltipVariantIcon?: "default" | undefined;
156
163
  tooltipVariantRoot?: "default" | undefined;
157
164
  tooltipVariantSvg?: "default" | undefined;
158
- color?: "primary" | "secondary" | "tertiary" | "on-color" | "alert" | "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;
159
- placeholderColor?: "primary" | "secondary" | "tertiary" | "on-color" | "alert" | "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;
165
+ color?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
166
+ placeholderColor?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
160
167
  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;
161
168
  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;
162
- fontWeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "black" | "bold" | "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;
169
+ fontWeight?: "black" | "thin" | "medium" | "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" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
163
170
  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;
164
171
  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;
165
- textAlign?: "center" | "justify" | "start" | "end" | undefined;
166
- textTransform?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "none" | "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;
167
- 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;
168
- 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;
169
- 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;
170
- spacingBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
171
- spacingEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
172
- spacingStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
173
- spacingTop?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
174
- offset?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
175
- offsetVertical?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
176
- offsetHorizontal?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
177
- offsetBottom?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
178
- offsetEnd?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
179
- offsetStart?: "0" | "px" | "0.5" | "1" | "1.5" | "2" | "2.5" | "3" | "3.5" | "4" | "4.5" | "5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
180
- 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;
181
- 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;
182
- 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;
183
- backgroundColor?: "primary" | "secondary" | "alert" | "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
- borderColor?: "primary" | "secondary" | "tertiary" | "alert" | "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
- borderStartColor?: "primary" | "secondary" | "tertiary" | "alert" | "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
- borderEndColor?: "primary" | "secondary" | "tertiary" | "alert" | "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
- borderBottomColor?: "primary" | "secondary" | "tertiary" | "alert" | "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;
188
- borderTopColor?: "primary" | "secondary" | "tertiary" | "alert" | "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;
172
+ textAlign?: "start" | "end" | "center" | "justify" | undefined;
173
+ textTransform?: "none" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
174
+ spacing?: "0" | "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;
175
+ 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;
176
+ spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
177
+ spacingBottom?: "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
+ spacingEnd?: "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
+ spacingStart?: "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
+ spacingTop?: "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
+ offset?: "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;
182
+ offsetVertical?: "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;
183
+ offsetHorizontal?: "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;
184
+ offsetBottom?: "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;
185
+ offsetEnd?: "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;
186
+ offsetStart?: "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;
187
+ 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;
188
+ 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;
189
+ 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;
190
+ backgroundColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
191
+ borderColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
192
+ borderStartColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
193
+ borderEndColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
194
+ borderBottomColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
195
+ borderTopColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
189
196
  borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
190
197
  borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
191
198
  borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
192
199
  borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
193
200
  borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
194
- borderWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
195
- borderVerticalWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
196
- borderHorizontalWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
197
- borderStartWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
198
- borderEndWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
199
- borderTopWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
200
- borderBottomWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
201
+ borderWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
202
+ borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
203
+ borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
204
+ borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
205
+ borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
206
+ borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
207
+ borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
201
208
  avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
202
209
  iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
203
210
  alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
204
211
  alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
205
- alignSelf?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
206
- flex?: "auto" | "1" | "none" | "initial" | undefined;
212
+ alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | "auto" | undefined;
213
+ flex?: "1" | "none" | "auto" | "initial" | undefined;
207
214
  flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
208
215
  flexGrow?: "0" | "1" | "2" | "3" | undefined;
209
216
  flexShrink?: "0" | "1" | undefined;
210
217
  flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
211
218
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
212
219
  flexBasis?: "min-content" | undefined;
213
- 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;
214
- overflow?: "hidden" | "auto" | "visible" | "clip" | "scroll" | undefined;
215
- overflowX?: "hidden" | "auto" | "visible" | "clip" | "scroll" | undefined;
216
- overflowY?: "hidden" | "auto" | "visible" | "clip" | "scroll" | undefined;
217
- position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
220
+ display?: "flex" | "table" | "none" | "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" | "grid" | "contents" | undefined;
221
+ overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
222
+ overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
223
+ overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
224
+ position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
218
225
  contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
219
226
  colorMode?: "light" | "dark" | undefined;
220
227
  scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
221
228
  width?: "full" | "fit" | "screen" | undefined;
222
229
  height?: "full" | "fit" | "screen" | undefined;
223
- dropShadow?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
230
+ dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
224
231
  insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
225
232
  nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
226
- nestedBorderRadiusWidth?: "none" | "thin" | "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thick" | undefined;
227
- 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;
233
+ nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
234
+ 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;
228
235
  nestedBorderRadius?: boolean | "first" | "last" | undefined;
229
236
  } & {
230
237
  className?: string | undefined;
@@ -82,6 +82,51 @@ declare const variants: {
82
82
  readonly warning: "uds-badge-variant-warning-root";
83
83
  readonly "warning-secondary": "uds-badge-variant-warning-secondary-root";
84
84
  };
85
+ bannerSizeClose: {
86
+ readonly default: "uds-banner-size-default-close";
87
+ };
88
+ bannerSizeDescription: {
89
+ readonly default: "uds-banner-size-default-description";
90
+ };
91
+ bannerSizeIcon: {
92
+ readonly default: "uds-banner-size-default-icon";
93
+ };
94
+ bannerSizeRoot: {
95
+ readonly default: "uds-banner-size-default-root";
96
+ };
97
+ bannerSizeTitle: {
98
+ readonly default: "uds-banner-size-default-title";
99
+ };
100
+ bannerVariantIcon: {
101
+ readonly alert: "uds-banner-variant-alert-icon";
102
+ readonly "alert-secondary": "uds-banner-variant-alert-secondary-icon";
103
+ readonly brand: "uds-banner-variant-brand-icon";
104
+ readonly "brand-secondary": "uds-banner-variant-brand-secondary-icon";
105
+ readonly default: "uds-banner-variant-default-icon";
106
+ readonly info: "uds-banner-variant-info-icon";
107
+ readonly "info-secondary": "uds-banner-variant-info-secondary-icon";
108
+ readonly primary: "uds-banner-variant-primary-icon";
109
+ readonly secondary: "uds-banner-variant-secondary-icon";
110
+ readonly success: "uds-banner-variant-success-icon";
111
+ readonly "success-secondary": "uds-banner-variant-success-secondary-icon";
112
+ readonly warning: "uds-banner-variant-warning-icon";
113
+ readonly "warning-secondary": "uds-banner-variant-warning-secondary-icon";
114
+ };
115
+ bannerVariantRoot: {
116
+ readonly alert: "uds-banner-variant-alert-root";
117
+ readonly "alert-secondary": "uds-banner-variant-alert-secondary-root";
118
+ readonly brand: "uds-banner-variant-brand-root";
119
+ readonly "brand-secondary": "uds-banner-variant-brand-secondary-root";
120
+ readonly default: "uds-banner-variant-default-root";
121
+ readonly info: "uds-banner-variant-info-root";
122
+ readonly "info-secondary": "uds-banner-variant-info-secondary-root";
123
+ readonly primary: "uds-banner-variant-primary-root";
124
+ readonly secondary: "uds-banner-variant-secondary-root";
125
+ readonly success: "uds-banner-variant-success-root";
126
+ readonly "success-secondary": "uds-banner-variant-success-secondary-root";
127
+ readonly warning: "uds-banner-variant-warning-root";
128
+ readonly "warning-secondary": "uds-banner-variant-warning-secondary-root";
129
+ };
85
130
  bottomsheetVariantHandleIndicator: {
86
131
  readonly default: "uds-bottomsheet-variant-default-handleindicator";
87
132
  };
@@ -82,6 +82,51 @@ declare const variants: {
82
82
  readonly warning: "uds-badge-variant-warning-root";
83
83
  readonly "warning-secondary": "uds-badge-variant-warning-secondary-root";
84
84
  };
85
+ bannerSizeClose: {
86
+ readonly default: "uds-banner-size-default-close";
87
+ };
88
+ bannerSizeDescription: {
89
+ readonly default: "uds-banner-size-default-description";
90
+ };
91
+ bannerSizeIcon: {
92
+ readonly default: "uds-banner-size-default-icon";
93
+ };
94
+ bannerSizeRoot: {
95
+ readonly default: "uds-banner-size-default-root";
96
+ };
97
+ bannerSizeTitle: {
98
+ readonly default: "uds-banner-size-default-title";
99
+ };
100
+ bannerVariantIcon: {
101
+ readonly alert: "uds-banner-variant-alert-icon";
102
+ readonly "alert-secondary": "uds-banner-variant-alert-secondary-icon";
103
+ readonly brand: "uds-banner-variant-brand-icon";
104
+ readonly "brand-secondary": "uds-banner-variant-brand-secondary-icon";
105
+ readonly default: "uds-banner-variant-default-icon";
106
+ readonly info: "uds-banner-variant-info-icon";
107
+ readonly "info-secondary": "uds-banner-variant-info-secondary-icon";
108
+ readonly primary: "uds-banner-variant-primary-icon";
109
+ readonly secondary: "uds-banner-variant-secondary-icon";
110
+ readonly success: "uds-banner-variant-success-icon";
111
+ readonly "success-secondary": "uds-banner-variant-success-secondary-icon";
112
+ readonly warning: "uds-banner-variant-warning-icon";
113
+ readonly "warning-secondary": "uds-banner-variant-warning-secondary-icon";
114
+ };
115
+ bannerVariantRoot: {
116
+ readonly alert: "uds-banner-variant-alert-root";
117
+ readonly "alert-secondary": "uds-banner-variant-alert-secondary-root";
118
+ readonly brand: "uds-banner-variant-brand-root";
119
+ readonly "brand-secondary": "uds-banner-variant-brand-secondary-root";
120
+ readonly default: "uds-banner-variant-default-root";
121
+ readonly info: "uds-banner-variant-info-root";
122
+ readonly "info-secondary": "uds-banner-variant-info-secondary-root";
123
+ readonly primary: "uds-banner-variant-primary-root";
124
+ readonly secondary: "uds-banner-variant-secondary-root";
125
+ readonly success: "uds-banner-variant-success-root";
126
+ readonly "success-secondary": "uds-banner-variant-success-secondary-root";
127
+ readonly warning: "uds-banner-variant-warning-root";
128
+ readonly "warning-secondary": "uds-banner-variant-warning-secondary-root";
129
+ };
85
130
  bottomsheetVariantHandleIndicator: {
86
131
  readonly default: "uds-bottomsheet-variant-default-handleindicator";
87
132
  };
@@ -84,6 +84,41 @@ const autoVariants = {
84
84
  warning: "uds-badge-variant-warning-root",
85
85
  "warning-secondary": "uds-badge-variant-warning-secondary-root"
86
86
  },
87
+ bannerSizeClose: { default: "uds-banner-size-default-close" },
88
+ bannerSizeDescription: { default: "uds-banner-size-default-description" },
89
+ bannerSizeIcon: { default: "uds-banner-size-default-icon" },
90
+ bannerSizeRoot: { default: "uds-banner-size-default-root" },
91
+ bannerSizeTitle: { default: "uds-banner-size-default-title" },
92
+ bannerVariantIcon: {
93
+ alert: "uds-banner-variant-alert-icon",
94
+ "alert-secondary": "uds-banner-variant-alert-secondary-icon",
95
+ brand: "uds-banner-variant-brand-icon",
96
+ "brand-secondary": "uds-banner-variant-brand-secondary-icon",
97
+ default: "uds-banner-variant-default-icon",
98
+ info: "uds-banner-variant-info-icon",
99
+ "info-secondary": "uds-banner-variant-info-secondary-icon",
100
+ primary: "uds-banner-variant-primary-icon",
101
+ secondary: "uds-banner-variant-secondary-icon",
102
+ success: "uds-banner-variant-success-icon",
103
+ "success-secondary": "uds-banner-variant-success-secondary-icon",
104
+ warning: "uds-banner-variant-warning-icon",
105
+ "warning-secondary": "uds-banner-variant-warning-secondary-icon"
106
+ },
107
+ bannerVariantRoot: {
108
+ alert: "uds-banner-variant-alert-root",
109
+ "alert-secondary": "uds-banner-variant-alert-secondary-root",
110
+ brand: "uds-banner-variant-brand-root",
111
+ "brand-secondary": "uds-banner-variant-brand-secondary-root",
112
+ default: "uds-banner-variant-default-root",
113
+ info: "uds-banner-variant-info-root",
114
+ "info-secondary": "uds-banner-variant-info-secondary-root",
115
+ primary: "uds-banner-variant-primary-root",
116
+ secondary: "uds-banner-variant-secondary-root",
117
+ success: "uds-banner-variant-success-root",
118
+ "success-secondary": "uds-banner-variant-success-secondary-root",
119
+ warning: "uds-banner-variant-warning-root",
120
+ "warning-secondary": "uds-banner-variant-warning-secondary-root"
121
+ },
87
122
  bottomsheetVariantHandleIndicator: { default: "uds-bottomsheet-variant-default-handleindicator" },
88
123
  bottomsheetVariantHeader: { default: "uds-bottomsheet-variant-default-header" },
89
124
  bottomsheetVariantRoot: { default: "uds-bottomsheet-variant-default-root" },
@@ -83,6 +83,41 @@ const autoVariants = {
83
83
  warning: "uds-badge-variant-warning-root",
84
84
  "warning-secondary": "uds-badge-variant-warning-secondary-root"
85
85
  },
86
+ bannerSizeClose: { default: "uds-banner-size-default-close" },
87
+ bannerSizeDescription: { default: "uds-banner-size-default-description" },
88
+ bannerSizeIcon: { default: "uds-banner-size-default-icon" },
89
+ bannerSizeRoot: { default: "uds-banner-size-default-root" },
90
+ bannerSizeTitle: { default: "uds-banner-size-default-title" },
91
+ bannerVariantIcon: {
92
+ alert: "uds-banner-variant-alert-icon",
93
+ "alert-secondary": "uds-banner-variant-alert-secondary-icon",
94
+ brand: "uds-banner-variant-brand-icon",
95
+ "brand-secondary": "uds-banner-variant-brand-secondary-icon",
96
+ default: "uds-banner-variant-default-icon",
97
+ info: "uds-banner-variant-info-icon",
98
+ "info-secondary": "uds-banner-variant-info-secondary-icon",
99
+ primary: "uds-banner-variant-primary-icon",
100
+ secondary: "uds-banner-variant-secondary-icon",
101
+ success: "uds-banner-variant-success-icon",
102
+ "success-secondary": "uds-banner-variant-success-secondary-icon",
103
+ warning: "uds-banner-variant-warning-icon",
104
+ "warning-secondary": "uds-banner-variant-warning-secondary-icon"
105
+ },
106
+ bannerVariantRoot: {
107
+ alert: "uds-banner-variant-alert-root",
108
+ "alert-secondary": "uds-banner-variant-alert-secondary-root",
109
+ brand: "uds-banner-variant-brand-root",
110
+ "brand-secondary": "uds-banner-variant-brand-secondary-root",
111
+ default: "uds-banner-variant-default-root",
112
+ info: "uds-banner-variant-info-root",
113
+ "info-secondary": "uds-banner-variant-info-secondary-root",
114
+ primary: "uds-banner-variant-primary-root",
115
+ secondary: "uds-banner-variant-secondary-root",
116
+ success: "uds-banner-variant-success-root",
117
+ "success-secondary": "uds-banner-variant-success-secondary-root",
118
+ warning: "uds-banner-variant-warning-root",
119
+ "warning-secondary": "uds-banner-variant-warning-secondary-root"
120
+ },
86
121
  bottomsheetVariantHandleIndicator: { default: "uds-bottomsheet-variant-default-handleindicator" },
87
122
  bottomsheetVariantHeader: { default: "uds-bottomsheet-variant-default-header" },
88
123
  bottomsheetVariantRoot: { default: "uds-bottomsheet-variant-default-root" },