@yahoo/uds 3.124.0 → 3.125.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 (170) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +6 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +2 -2
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +2 -2
  4. package/dist/automated-config/dist/generated/autoVariants.js +6 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +19 -1
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +16 -1
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +16 -1
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +19 -1
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +81 -0
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +81 -0
  11. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  12. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  13. package/dist/components/experimental/client/SegmentedControl.d.cts +2 -1
  14. package/dist/config/dist/index.cjs +83 -2
  15. package/dist/config/dist/index.js +83 -2
  16. package/dist/fixtures/dist/index.cjs +19 -6
  17. package/dist/fixtures/dist/index.d.cts +1 -1
  18. package/dist/fixtures/dist/index.d.ts +1 -1
  19. package/dist/fixtures/dist/index.js +19 -6
  20. package/dist/styles/styler.d.cts +58 -58
  21. package/dist/styles/styler.d.ts +58 -58
  22. package/dist/styles/variants.cjs +4 -1
  23. package/dist/styles/variants.d.cts +9 -0
  24. package/dist/styles/variants.d.ts +9 -0
  25. package/dist/styles/variants.js +4 -1
  26. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +6 -0
  27. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +6 -0
  28. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
  29. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +19 -1
  30. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +19 -1
  31. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
  32. package/dist/tailwind/dist/config/dist/index.cjs +83 -2
  33. package/dist/tailwind/dist/config/dist/index.js +83 -2
  34. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  35. package/dist/tailwind/dist/fixtures/dist/index.cjs +20 -0
  36. package/dist/tailwind/dist/fixtures/dist/index.js +20 -0
  37. package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -1
  38. package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +27 -0
  39. package/dist/tailwind/dist/purger/optimized/ast/expressions.js +27 -0
  40. package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
  41. package/dist/tailwind/dist/types/dist/index.d.cts +2 -2
  42. package/dist/tailwind/dist/types/dist/index.d.ts +2 -2
  43. package/dist/tokens/configs/sizes.cjs +4 -1
  44. package/dist/tokens/configs/sizes.js +4 -1
  45. package/dist/types/dist/index.d.cts +2 -2
  46. package/dist/types/dist/index.d.ts +2 -2
  47. package/dist/uds/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -0
  48. package/dist/uds/dist/automated-config/dist/properties.d.cts +5 -0
  49. package/dist/uds/dist/automated-config/dist/types/ComponentConfig.d.cts +3 -0
  50. package/dist/uds/dist/automated-config/dist/types/ComponentStyles.d.cts +2 -0
  51. package/dist/uds/dist/automated-config/dist/types/ConfigSchema.d.cts +2 -0
  52. package/dist/uds/dist/automated-config/dist/utils/buildConfigSchema.d.cts +7 -0
  53. package/dist/uds/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +2 -0
  54. package/dist/uds/dist/automated-config/dist/utils/defaults.d.cts +2 -0
  55. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +2 -0
  56. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +3 -0
  57. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +3 -0
  58. package/dist/uds/dist/automated-config/dist/utils/getConfigVariants.d.cts +2 -0
  59. package/dist/uds/dist/automated-config/dist/utils/index.d.cts +12 -0
  60. package/dist/uds/dist/automated-config/dist/utils/subcomponents.d.cts +2 -0
  61. package/dist/uds/dist/components/Box.d.cts +4 -0
  62. package/dist/uds/dist/components/Divider/Divider.d.cts +3 -0
  63. package/dist/uds/dist/components/Divider/DividerCore.d.cts +5 -0
  64. package/dist/uds/dist/components/Divider/DividerInternal.d.cts +5 -0
  65. package/dist/uds/dist/components/Divider/index.d.cts +2 -0
  66. package/dist/uds/dist/components/FormLabel.d.cts +4 -0
  67. package/dist/uds/dist/components/HStack.d.cts +5 -0
  68. package/dist/uds/dist/components/Icon.d.cts +4 -0
  69. package/dist/uds/dist/components/Image.d.cts +3 -0
  70. package/dist/uds/dist/components/Link.d.cts +4 -0
  71. package/dist/uds/dist/components/Scrim.d.cts +3 -0
  72. package/dist/uds/dist/components/Text.d.cts +4 -0
  73. package/dist/uds/dist/components/VStack.d.cts +5 -0
  74. package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +5 -0
  75. package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +7 -0
  76. package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +9 -0
  77. package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +7 -0
  78. package/dist/uds/dist/components/client/Avatar/index.d.cts +7 -0
  79. package/dist/uds/dist/components/client/Badge.d.cts +6 -0
  80. package/dist/uds/dist/components/client/BottomSheet/BottomSheet.d.cts +7 -0
  81. package/dist/uds/dist/components/client/BottomSheet/BottomSheetContent.d.cts +4 -0
  82. package/dist/uds/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +4 -0
  83. package/dist/uds/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +5 -0
  84. package/dist/uds/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +5 -0
  85. package/dist/uds/dist/components/client/BottomSheet/index.d.cts +9 -0
  86. package/dist/uds/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +4 -0
  87. package/dist/uds/dist/components/client/Button.d.cts +7 -0
  88. package/dist/uds/dist/components/client/Checkbox.d.cts +6 -0
  89. package/dist/uds/dist/components/client/Chip/Chip.d.cts +7 -0
  90. package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +8 -0
  91. package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +7 -0
  92. package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +7 -0
  93. package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +7 -0
  94. package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +7 -0
  95. package/dist/uds/dist/components/client/Chip/index.d.cts +8 -0
  96. package/dist/uds/dist/components/client/IconButton.d.cts +7 -0
  97. package/dist/uds/dist/components/client/Input/Input.d.cts +9 -0
  98. package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +4 -0
  99. package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +8 -0
  100. package/dist/uds/dist/components/client/Input/index.d.cts +5 -0
  101. package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +8 -0
  102. package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +5 -0
  103. package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +8 -0
  104. package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +8 -0
  105. package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +5 -0
  106. package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +7 -0
  107. package/dist/uds/dist/components/client/Menu/Menu.d.cts +4 -0
  108. package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +11 -0
  109. package/dist/uds/dist/components/client/Menu/index.d.cts +11 -0
  110. package/dist/uds/dist/components/client/Popover/Popover.d.cts +4 -0
  111. package/dist/uds/dist/components/client/Popover/PopoverContent.d.cts +7 -0
  112. package/dist/uds/dist/components/client/Popover/PopoverTrigger.d.cts +4 -0
  113. package/dist/uds/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +6 -0
  114. package/dist/uds/dist/components/client/Popover/index.d.cts +8 -0
  115. package/dist/uds/dist/components/client/Pressable.d.cts +6 -0
  116. package/dist/uds/dist/components/client/Radio/Radio.d.cts +6 -0
  117. package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +6 -0
  118. package/dist/uds/dist/components/client/Radio/index.d.cts +5 -0
  119. package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +7 -0
  120. package/dist/uds/dist/components/client/Switch.d.cts +6 -0
  121. package/dist/uds/dist/components/client/Toast/Toast.d.cts +10 -0
  122. package/dist/uds/dist/components/client/Toast/ToastContainer.d.cts +8 -0
  123. package/dist/uds/dist/components/client/Toast/ToastPortal.d.cts +5 -0
  124. package/dist/uds/dist/components/client/Toast/UDSToastConfigProvider.d.cts +7 -0
  125. package/dist/uds/dist/components/client/Toast/createToast.d.cts +8 -0
  126. package/dist/uds/dist/components/client/Toast/index.d.cts +8 -0
  127. package/dist/uds/dist/components/client/Tooltip/Tooltip.d.cts +4 -0
  128. package/dist/uds/dist/components/client/Tooltip/TooltipContent.d.cts +5 -0
  129. package/dist/uds/dist/components/client/Tooltip/TooltipTrigger.d.cts +4 -0
  130. package/dist/uds/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +7 -0
  131. package/dist/uds/dist/components/client/Tooltip/index.d.cts +8 -0
  132. package/dist/uds/dist/components/client/index.d.cts +61 -0
  133. package/dist/uds/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +6 -0
  134. package/dist/uds/dist/components/client/providers/UDSConfigProvider.d.cts +5 -0
  135. package/dist/uds/dist/components/index.d.cts +61 -0
  136. package/dist/uds/dist/config/dist/index.d.cts +4 -0
  137. package/dist/uds/dist/css-tokens/dist/index.d.cts +2 -0
  138. package/dist/uds/dist/fixtures/dist/index.d.cts +2 -0
  139. package/dist/uds/dist/fonts/dist/index.d.cts +2 -0
  140. package/dist/uds/dist/index.d.cts +93 -0
  141. package/dist/uds/dist/modes/dist/index.d.cts +2 -0
  142. package/dist/uds/dist/runtime/bottomSheetConfig.d.cts +3 -0
  143. package/dist/uds/dist/runtime/breakpointsConfig.d.cts +4 -0
  144. package/dist/uds/dist/runtime/index.d.cts +7 -0
  145. package/dist/uds/dist/runtime/popoverConfig.d.cts +5 -0
  146. package/dist/uds/dist/runtime/toastConfig.d.cts +4 -0
  147. package/dist/uds/dist/runtime/tooltipConfig.d.cts +5 -0
  148. package/dist/uds/dist/runtime/udsConfig.d.cts +8 -0
  149. package/dist/uds/dist/styles/styler.d.cts +2 -0
  150. package/dist/uds/dist/styles/stylerTypes.d.cts +3 -0
  151. package/dist/uds/dist/tailwind/dist/config/dist/index.d.cts +2 -0
  152. package/dist/uds/dist/tailwind/dist/index.d.cts +3 -0
  153. package/dist/uds/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +2 -0
  154. package/dist/uds/dist/tailwind/dist/utils/parseTokens.d.cts +2 -0
  155. package/dist/uds/dist/tokens/automation/index.d.cts +10 -0
  156. package/dist/uds/dist/tokens/configs/shadow.d.cts +3 -0
  157. package/dist/uds/dist/tokens/consts/cssTokens.d.cts +2 -0
  158. package/dist/uds/dist/tokens/consts/defaultModes.d.cts +2 -0
  159. package/dist/uds/dist/tokens/consts/fontDeclarationsMap.d.cts +2 -0
  160. package/dist/uds/dist/tokens/index.d.cts +28 -0
  161. package/dist/uds/dist/tokens/parseButtonVariants.d.cts +3 -0
  162. package/dist/uds/dist/tokens/types.d.cts +9 -0
  163. package/dist/uds/dist/tokens/utils/getFontUrls.d.cts +4 -0
  164. package/dist/uds/dist/tokens/utils/spectrum.d.cts +3 -0
  165. package/dist/uds/dist/types/dist/index.d.cts +11 -0
  166. package/dist/uds/dist/types.d.cts +2 -0
  167. package/dist/uds/generated/tailwindPurge.cjs +4 -4
  168. package/dist/uds/generated/tailwindPurge.js +4 -4
  169. package/generated/tailwindPurge.ts +1 -1
  170. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  //#region ../config/dist/index.js
3
3
  /*! © 2026 Yahoo, Inc. UDS Default Config v0.0.0-development */
4
- const LATEST_MIGRATION_VERSION = "v0.87.0";
4
+ const LATEST_MIGRATION_VERSION = "v0.88.0";
5
5
  /**
6
6
  * NOTE: If you're building a feature with a migration,
7
7
  * this type will likely throw. You can regenerate yosConfig
@@ -219,6 +219,87 @@ const defaultTokensConfig = {
219
219
  valueType: "alias"
220
220
  } }
221
221
  },
222
+ "size/2xs/icon": { iconSize: { rest: {
223
+ type: "iconSizes",
224
+ value: "xs",
225
+ valueType: "alias"
226
+ } } },
227
+ "size/2xs/root": {
228
+ borderWidth: { rest: {
229
+ type: "borderWidths",
230
+ value: "thin",
231
+ valueType: "alias"
232
+ } },
233
+ height: { rest: {
234
+ type: "spacingAliases",
235
+ value: "5",
236
+ valueType: "alias"
237
+ } },
238
+ textVariant: { rest: {
239
+ type: "textVariants",
240
+ value: "legal1",
241
+ valueType: "alias"
242
+ } },
243
+ width: { rest: {
244
+ type: "spacingAliases",
245
+ value: "5",
246
+ valueType: "alias"
247
+ } }
248
+ },
249
+ "size/2xl/icon": { iconSize: { rest: {
250
+ type: "iconSizes",
251
+ value: "lg",
252
+ valueType: "alias"
253
+ } } },
254
+ "size/2xl/root": {
255
+ borderWidth: { rest: {
256
+ type: "borderWidths",
257
+ value: "thin",
258
+ valueType: "alias"
259
+ } },
260
+ height: { rest: {
261
+ type: "spacingAliases",
262
+ value: "20",
263
+ valueType: "alias"
264
+ } },
265
+ textVariant: { rest: {
266
+ type: "textVariants",
267
+ value: "title3",
268
+ valueType: "alias"
269
+ } },
270
+ width: { rest: {
271
+ type: "spacingAliases",
272
+ value: "20",
273
+ valueType: "alias"
274
+ } }
275
+ },
276
+ "size/3xl/icon": { iconSize: { rest: {
277
+ type: "iconSizes",
278
+ value: "lg",
279
+ valueType: "alias"
280
+ } } },
281
+ "size/3xl/root": {
282
+ borderWidth: { rest: {
283
+ type: "borderWidths",
284
+ value: "thin",
285
+ valueType: "alias"
286
+ } },
287
+ height: { rest: {
288
+ type: "spacingAliases",
289
+ value: "24",
290
+ valueType: "alias"
291
+ } },
292
+ textVariant: { rest: {
293
+ type: "textVariants",
294
+ value: "title3",
295
+ valueType: "alias"
296
+ } },
297
+ width: { rest: {
298
+ type: "spacingAliases",
299
+ value: "24",
300
+ valueType: "alias"
301
+ } }
302
+ },
222
303
  "text/variant/primary/root": {
223
304
  backgroundColor: { rest: {
224
305
  type: "backgroundPaletteColors",
@@ -27053,7 +27134,7 @@ const defaultTokensConfig = {
27053
27134
  }
27054
27135
  }
27055
27136
  },
27056
- version: "v0.87.0",
27137
+ version: "v0.88.0",
27057
27138
  version: LATEST_MIGRATION_VERSION
27058
27139
  };
27059
27140
 
@@ -1093,22 +1093,35 @@ var textTransforms = [
1093
1093
  "lowercase",
1094
1094
  "capitalize"
1095
1095
  ];
1096
- var avatarSizes = [
1096
+ var avatarShapes = [
1097
1097
  "sm",
1098
1098
  "md",
1099
1099
  "lg",
1100
1100
  "xl",
1101
- "xs"
1101
+ "none",
1102
+ "xs",
1103
+ "full"
1102
1104
  ];
1103
- var avatarShapes = [
1105
+ var avatarSizeSort = {
1106
+ "2xs": 0,
1107
+ xs: 1,
1108
+ sm: 2,
1109
+ md: 3,
1110
+ lg: 4,
1111
+ xl: 5,
1112
+ "2xl": 6,
1113
+ "3xl": 7
1114
+ };
1115
+ var avatarSizes = [
1104
1116
  "sm",
1105
1117
  "md",
1106
1118
  "lg",
1107
1119
  "xl",
1108
- "none",
1120
+ "2xl",
1109
1121
  "xs",
1110
- "full"
1111
- ];
1122
+ "2xs",
1123
+ "3xl"
1124
+ ].sort((a, b) => avatarSizeSort[a] - avatarSizeSort[b]);
1112
1125
  var borderRadiiSort = {
1113
1126
  none: 0,
1114
1127
  xs: 1,
@@ -56,8 +56,8 @@ declare const typographyStyleProperties: (keyof TypographyStyle)[];
56
56
  declare const fontAliases: FontAlias[];
57
57
  declare const fontWeights: FontWeightDescriptive[];
58
58
  declare const textTransforms: TextTransform[];
59
- declare const avatarSizes: AvatarSize[];
60
59
  declare const avatarShapes: TShirtSize[];
60
+ declare const avatarSizes: AvatarSize[];
61
61
  declare const borderRadii: TShirtSize[];
62
62
  declare const borderWidths: BorderWidth[];
63
63
  declare const borderWidthsWithElevation: string[];
@@ -56,8 +56,8 @@ declare const typographyStyleProperties: (keyof TypographyStyle)[];
56
56
  declare const fontAliases: FontAlias[];
57
57
  declare const fontWeights: FontWeightDescriptive[];
58
58
  declare const textTransforms: TextTransform[];
59
- declare const avatarSizes: AvatarSize[];
60
59
  declare const avatarShapes: TShirtSize[];
60
+ declare const avatarSizes: AvatarSize[];
61
61
  declare const borderRadii: TShirtSize[];
62
62
  declare const borderWidths: BorderWidth[];
63
63
  declare const borderWidthsWithElevation: string[];
@@ -1092,22 +1092,35 @@ var textTransforms = [
1092
1092
  "lowercase",
1093
1093
  "capitalize"
1094
1094
  ];
1095
- var avatarSizes = [
1095
+ var avatarShapes = [
1096
1096
  "sm",
1097
1097
  "md",
1098
1098
  "lg",
1099
1099
  "xl",
1100
- "xs"
1100
+ "none",
1101
+ "xs",
1102
+ "full"
1101
1103
  ];
1102
- var avatarShapes = [
1104
+ var avatarSizeSort = {
1105
+ "2xs": 0,
1106
+ xs: 1,
1107
+ sm: 2,
1108
+ md: 3,
1109
+ lg: 4,
1110
+ xl: 5,
1111
+ "2xl": 6,
1112
+ "3xl": 7
1113
+ };
1114
+ var avatarSizes = [
1103
1115
  "sm",
1104
1116
  "md",
1105
1117
  "lg",
1106
1118
  "xl",
1107
- "none",
1119
+ "2xl",
1108
1120
  "xs",
1109
- "full"
1110
- ];
1121
+ "2xs",
1122
+ "3xl"
1123
+ ].sort((a, b) => avatarSizeSort[a] - avatarSizeSort[b]);
1111
1124
  var borderRadiiSort = {
1112
1125
  none: 0,
1113
1126
  xs: 1,
@@ -12,8 +12,8 @@ declare const cva: CVA<string>;
12
12
  declare const getStylesInternal: (props?: ({
13
13
  avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
14
14
  avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
15
- avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
16
- avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
15
+ avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
16
+ avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
17
17
  avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
18
18
  badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
19
19
  badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
@@ -24,8 +24,8 @@ declare const getStylesInternal: (props?: ({
24
24
  bottomsheetVariantRoot?: "default" | undefined;
25
25
  buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
26
26
  buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
27
- buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
28
- buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
27
+ 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;
28
+ 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;
29
29
  checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
30
30
  checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
31
31
  checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
@@ -47,8 +47,8 @@ declare const getStylesInternal: (props?: ({
47
47
  dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
48
48
  dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
49
49
  dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
50
- iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
51
- iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
50
+ iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | undefined;
51
+ iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | undefined;
52
52
  inputSizeEndIcon?: "md" | "lg" | "default" | undefined;
53
53
  inputSizeHelperIcon?: "md" | "lg" | "default" | undefined;
54
54
  inputSizeHelperText?: "md" | "lg" | "default" | undefined;
@@ -155,76 +155,76 @@ declare const getStylesInternal: (props?: ({
155
155
  tooltipVariantIcon?: "default" | undefined;
156
156
  tooltipVariantRoot?: "default" | undefined;
157
157
  tooltipVariantSvg?: "default" | undefined;
158
- color?: "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" | "tertiary" | "muted" | "on-color" | undefined;
159
- placeholderColor?: "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" | "tertiary" | "muted" | "on-color" | undefined;
158
+ 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;
159
+ 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;
160
160
  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
161
  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?: "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;
162
+ fontWeight?: "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" | "light" | "bold" | "thin" | "extralight" | "regular" | "medium" | "semibold" | "extrabold" | undefined;
163
163
  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
164
  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?: "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;
167
- 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;
168
- 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;
169
- 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;
170
- 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;
171
- 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;
172
- 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;
173
- 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;
174
- 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;
175
- 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;
176
- 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;
177
- 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;
178
- 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;
179
- 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;
180
- 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;
181
- 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;
182
- 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;
165
+ textAlign?: "start" | "end" | "center" | "justify" | 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" | "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;
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
183
  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;
184
- borderColor?: "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" | "tertiary" | "muted" | undefined;
185
- borderStartColor?: "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" | "tertiary" | "muted" | undefined;
186
- borderEndColor?: "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" | "tertiary" | "muted" | undefined;
187
- borderBottomColor?: "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" | "tertiary" | "muted" | undefined;
188
- borderTopColor?: "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" | "tertiary" | "muted" | undefined;
189
- borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
190
- borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
191
- borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
192
- borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
193
- borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
194
- borderWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
195
- borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
196
- borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
197
- borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
198
- borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
199
- borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
200
- borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
201
- avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
184
+ 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;
185
+ 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;
186
+ 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;
187
+ 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;
188
+ 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;
189
+ borderRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
190
+ borderTopStartRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
191
+ borderTopEndRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
192
+ borderBottomStartRadius?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "full" | undefined;
193
+ borderBottomEndRadius?: "xs" | "sm" | "md" | "lg" | "none" | "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
+ avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
202
202
  iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
203
203
  alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
204
204
  alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
205
- alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | "auto" | undefined;
206
- flex?: "1" | "none" | "auto" | "initial" | undefined;
205
+ alignSelf?: "center" | "auto" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
206
+ flex?: "1" | "auto" | "none" | "initial" | undefined;
207
207
  flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
208
208
  flexGrow?: "0" | "1" | "2" | "3" | undefined;
209
209
  flexShrink?: "0" | "1" | undefined;
210
210
  flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
211
211
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
212
212
  flexBasis?: "min-content" | undefined;
213
- 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;
214
- overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
215
- overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
216
- overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
217
- position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
218
- contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
213
+ display?: "flex" | "table" | "none" | "grid" | "inline" | "block" | "inline-block" | "inline-flex" | "inline-table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row-group" | "table-row" | "flow-root" | "contents" | undefined;
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;
218
+ contentFit?: "fill" | "none" | "cover" | "contain" | "scale-down" | undefined;
219
219
  colorMode?: "light" | "dark" | undefined;
220
220
  scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
221
221
  width?: "full" | "fit" | "screen" | undefined;
222
222
  height?: "full" | "fit" | "screen" | undefined;
223
- dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
224
- insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
225
- nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
226
- nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
227
- 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;
223
+ dropShadow?: "xs" | "sm" | "md" | "lg" | "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "xl" | "2xl" | undefined;
224
+ insetShadow?: "xs" | "sm" | "md" | "lg" | "none" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
225
+ nestedBorderRadiusSize?: "xs" | "sm" | "md" | "lg" | "none" | "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;
228
228
  nestedBorderRadius?: boolean | "first" | "last" | undefined;
229
229
  } & {
230
230
  className?: string | undefined;