@yahoo/uds 3.103.0-beta.1 → 3.104.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +57 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +57 -57
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +57 -57
  4. package/dist/automated-config/dist/generated/autoVariants.js +57 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +710 -52
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +4 -4
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +4 -4
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +710 -52
  9. package/dist/automated-config/dist/utils/generateDefaultClassName.cjs +18 -0
  10. package/dist/automated-config/dist/utils/generateDefaultClassName.d.cts +14 -0
  11. package/dist/automated-config/dist/utils/generateDefaultClassName.d.ts +14 -0
  12. package/dist/automated-config/dist/utils/generateDefaultClassName.js +17 -0
  13. package/dist/automated-config/dist/utils/index.cjs +3 -6
  14. package/dist/automated-config/dist/utils/index.d.cts +2 -2
  15. package/dist/automated-config/dist/utils/index.d.ts +2 -2
  16. package/dist/automated-config/dist/utils/index.js +3 -5
  17. package/dist/cli/runner.cjs +21 -5
  18. package/dist/cli/runner.js +21 -5
  19. package/dist/components/client/Button.cjs +9 -9
  20. package/dist/components/client/Button.js +2 -2
  21. package/dist/components/client/IconButton.cjs +8 -8
  22. package/dist/components/client/IconButton.js +2 -2
  23. package/dist/components/client/SpringMotionConfig.cjs +4 -4
  24. package/dist/components/client/SpringMotionConfig.js +5 -5
  25. package/dist/components/client/buttonConstants.cjs +10 -0
  26. package/dist/components/client/buttonConstants.d.cts +9 -0
  27. package/dist/components/client/buttonConstants.d.ts +9 -0
  28. package/dist/components/client/buttonConstants.js +8 -0
  29. package/dist/config/dist/index.cjs +25 -25
  30. package/dist/config/dist/index.js +25 -25
  31. package/dist/index.cjs +2 -1
  32. package/dist/index.d.cts +2 -1
  33. package/dist/index.d.ts +2 -1
  34. package/dist/index.js +2 -1
  35. package/dist/motion-tokens/dist/index.cjs +11 -0
  36. package/dist/motion-tokens/dist/index.d.cts +5 -1
  37. package/dist/motion-tokens/dist/index.d.ts +5 -1
  38. package/dist/motion-tokens/dist/index.js +11 -1
  39. package/dist/styles/styler.d.cts +87 -87
  40. package/dist/styles/styler.d.ts +87 -87
  41. package/dist/styles/variants.d.cts +57 -0
  42. package/dist/styles/variants.d.ts +57 -0
  43. package/dist/tailwind/dist/commands/generateComponentData.cjs +65 -0
  44. package/dist/tailwind/dist/commands/generateComponentData.d.ts +3 -0
  45. package/dist/tailwind/dist/commands/generateComponentData.js +64 -0
  46. package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +1 -1
  47. package/dist/tailwind/dist/commands/generatePurgeCSSData.js +1 -1
  48. package/dist/tailwind/dist/commands/purge.cjs +41 -11
  49. package/dist/tailwind/dist/commands/purge.d.ts +2 -1
  50. package/dist/tailwind/dist/commands/purge.js +41 -11
  51. package/dist/tailwind/dist/index.d.ts +1 -0
  52. package/dist/tailwind/dist/{utils → purger/legacy}/purgeCSS.cjs +7 -7
  53. package/dist/tailwind/dist/{utils → purger/legacy}/purgeCSS.js +6 -6
  54. package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +193 -0
  55. package/dist/tailwind/dist/purger/optimized/ast/expressions.js +192 -0
  56. package/dist/tailwind/dist/purger/optimized/ast/jsx.cjs +20 -0
  57. package/dist/tailwind/dist/purger/optimized/ast/jsx.js +19 -0
  58. package/dist/tailwind/dist/purger/optimized/purge.cjs +69 -0
  59. package/dist/tailwind/dist/purger/optimized/purge.js +66 -0
  60. package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +273 -0
  61. package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +272 -0
  62. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +408 -0
  63. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +405 -0
  64. package/dist/tailwind/dist/purger/optimized/utils/files.cjs +27 -0
  65. package/dist/tailwind/dist/purger/optimized/utils/files.js +24 -0
  66. package/dist/tailwind/dist/purger/optimized/utils/safelist.cjs +64 -0
  67. package/dist/tailwind/dist/purger/optimized/utils/safelist.js +60 -0
  68. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +1 -1
  69. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +1 -1
  70. package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.cjs +1 -0
  71. package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js +1 -0
  72. package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
  73. package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
  74. package/dist/tailwind/dist/utils/tsMorph.cjs +1 -1
  75. package/dist/tokens/automation/index.cjs +2 -1
  76. package/dist/tokens/automation/index.d.cts +2 -1
  77. package/dist/tokens/automation/index.d.ts +2 -1
  78. package/dist/tokens/automation/index.js +2 -1
  79. package/dist/tokens/index.cjs +2 -1
  80. package/dist/tokens/index.d.cts +2 -1
  81. package/dist/tokens/index.d.ts +2 -1
  82. package/dist/tokens/index.js +2 -1
  83. package/dist/uds/generated/componentData.cjs +2103 -0
  84. package/dist/uds/generated/componentData.js +1713 -0
  85. package/dist/uds/generated/tailwindPurge.cjs +62 -62
  86. package/dist/uds/generated/tailwindPurge.js +62 -62
  87. package/package.json +1 -1
  88. /package/dist/tailwind/dist/{utils → purger/legacy}/purgeCSS.d.ts +0 -0
@@ -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.78.0";
4
+ const LATEST_MIGRATION_VERSION = "v0.80.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
@@ -14,9 +14,9 @@ const defaultTokensConfig = {
14
14
  variables: {
15
15
  "size/default/root": {
16
16
  shadow: { rest: {
17
- type: "elevationAliases",
18
- valueType: "alias",
19
- value: "elevation-0"
17
+ type: "shadowVariants",
18
+ value: "none",
19
+ valueType: "alias"
20
20
  } },
21
21
  spacingHorizontal: { rest: {
22
22
  type: "spacingAliases",
@@ -43,7 +43,7 @@ const defaultTokensConfig = {
43
43
  strokeWidth: { rest: {
44
44
  type: "borderWidths",
45
45
  valueType: "alias",
46
- value: "thin"
46
+ value: "none"
47
47
  } }
48
48
  },
49
49
  "size/default/title": { textVariant: { rest: {
@@ -63,34 +63,34 @@ const defaultTokensConfig = {
63
63
  } } },
64
64
  "size/default/icon": { size: { rest: {
65
65
  type: "iconSizes",
66
- valueType: "alias",
67
- value: "xs"
66
+ value: "xs",
67
+ valueType: "alias"
68
68
  } } },
69
69
  "variant/default/root": { color: { rest: {
70
- type: "foregroundPaletteColors",
71
- valueType: "alias",
72
- value: "primary"
70
+ type: "spectrumColors",
71
+ value: "gray-0",
72
+ valueType: "alias"
73
73
  } } },
74
74
  "variant/default/svg": {
75
75
  backgroundColor: { rest: {
76
- type: "elevationAliases",
77
- valueType: "alias",
78
- value: "elevation-0"
76
+ type: "spectrumColors",
77
+ value: "carbon-15",
78
+ valueType: "alias"
79
79
  } },
80
80
  blurBackgroundColorFallback: { rest: {
81
- type: "elevationAliases",
82
- valueType: "alias",
83
- value: "elevation-0"
81
+ type: "spectrumColors",
82
+ value: "carbon-15",
83
+ valueType: "alias"
84
84
  } },
85
85
  fillOpacity: { rest: {
86
86
  type: "opacitySteps",
87
- valueType: "alias",
88
- value: "100"
87
+ value: "90",
88
+ valueType: "alias"
89
89
  } },
90
90
  stroke: { rest: {
91
- type: "elevationAliases",
92
- valueType: "alias",
93
- value: "elevation-0"
91
+ type: "alwaysPaletteAliases",
92
+ value: "always/transparent",
93
+ valueType: "alias"
94
94
  } }
95
95
  },
96
96
  "variant/default/blur": { backdropBlur: { rest: {
@@ -99,9 +99,9 @@ const defaultTokensConfig = {
99
99
  value: 0
100
100
  } } },
101
101
  "variant/default/icon": { color: { rest: {
102
- type: "foregroundPaletteColors",
103
- valueType: "alias",
104
- value: "primary"
102
+ type: "spectrumColors",
103
+ value: "gray-0",
104
+ valueType: "alias"
105
105
  } } }
106
106
  },
107
107
  defaults: {
@@ -21072,7 +21072,7 @@ const defaultTokensConfig = {
21072
21072
  variant: "default"
21073
21073
  }
21074
21074
  },
21075
- version: "v0.79.0",
21075
+ version: "v0.80.0",
21076
21076
  input: {
21077
21077
  variables: {
21078
21078
  "variant/default/value/empty/helperText": { color: {
package/dist/index.cjs CHANGED
@@ -18,6 +18,7 @@ const require_components_client_Avatar_AvatarText = require('./components/client
18
18
  const require_components_client_Avatar_AvatarImage = require('./components/client/Avatar/AvatarImage.cjs');
19
19
  const require_components_client_Avatar_Avatar = require('./components/client/Avatar/Avatar.cjs');
20
20
  const require_components_client_Badge = require('./components/client/Badge.cjs');
21
+ const require_generateDefaultClassName = require('./automated-config/dist/utils/generateDefaultClassName.cjs');
21
22
  const require_generateSchemaKey = require('./automated-config/dist/utils/generateSchemaKey.cjs');
22
23
  const require_buildConfigSchema = require('./automated-config/dist/utils/buildConfigSchema.cjs');
23
24
  const require_cartesianProduct = require('./automated-config/dist/utils/cartesianProduct.cjs');
@@ -207,7 +208,7 @@ exports.fromEntries = require_tokens_utils_fromEntries.fromEntries;
207
208
  exports.generateClassName = require_index$2.generateClassName;
208
209
  exports.generateConfigStyles = require_index$2.generateConfigStyles;
209
210
  exports.generateDeclaration = require_index$2.generateDeclaration;
210
- exports.generateDefaultClassName = require_index$2.generateDefaultClassName;
211
+ exports.generateDefaultClassName = require_generateDefaultClassName.generateDefaultClassName;
211
212
  exports.generateKeyFromFlatConfigPath = require_generateKeyFromFlatConfigPath.generateKeyFromFlatConfigPath;
212
213
  exports.generateSchemaKey = require_generateSchemaKey.generateSchemaKey;
213
214
  exports.generateStyles = require_index$2.generateStyles;
package/dist/index.d.cts CHANGED
@@ -9,6 +9,7 @@ import { cartesianProduct } from "./automated-config/dist/utils/cartesianProduct
9
9
  import { coalesceConfigVariant } from "./automated-config/dist/utils/coalesceConfigVariant.cjs";
10
10
  import { AllVariantKeys, AutoComponentName, UniversalTokensConfigAuto } from "./automated-config/dist/generated/universalTokensConfigAuto.cjs";
11
11
  import { getConfigDefaultValue, isConfigDefaultValue } from "./automated-config/dist/utils/defaults.cjs";
12
+ import { generateDefaultClassName } from "./automated-config/dist/utils/generateDefaultClassName.cjs";
12
13
  import { generateKeyFromFlatConfigPath } from "./automated-config/dist/utils/generateKeyFromFlatConfigPath.cjs";
13
14
  import { generateSchemaKey } from "./automated-config/dist/utils/generateSchemaKey.cjs";
14
15
  import { getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix } from "./automated-config/dist/utils/getConfigVariantComponentStatesMatrix.cjs";
@@ -16,7 +17,7 @@ import { getConfigVariantProperties } from "./automated-config/dist/utils/getCon
16
17
  import { getConfigVariantPseudoStates } from "./automated-config/dist/utils/getConfigVariantPseudoStates.cjs";
17
18
  import { getConfigVariants } from "./automated-config/dist/utils/getConfigVariants.cjs";
18
19
  import { getConfigSubcomponents } from "./automated-config/dist/utils/subcomponents.cjs";
19
- import { createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateStyles, statePseudoMapDocsMode } from "./automated-config/dist/utils/index.cjs";
20
+ import { createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration, generateStyles, statePseudoMapDocsMode } from "./automated-config/dist/utils/index.cjs";
20
21
  import { ALWAYS_PREFIX, alwaysPalette, deprecatedAlwaysPalette, newAlwaysPalette } from "./palette/dist/index.cjs";
21
22
  import { UniversalTokensConfig } from "./config/dist/index.cjs";
22
23
  import { FONT_DECLARATIONS_MAP, FontAxisConfig, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontID, FontWeightForFont } from "./fonts/dist/index.cjs";
package/dist/index.d.ts CHANGED
@@ -9,6 +9,7 @@ import { cartesianProduct } from "./automated-config/dist/utils/cartesianProduct
9
9
  import { coalesceConfigVariant } from "./automated-config/dist/utils/coalesceConfigVariant.js";
10
10
  import { AllVariantKeys, AutoComponentName, UniversalTokensConfigAuto } from "./automated-config/dist/generated/universalTokensConfigAuto.js";
11
11
  import { getConfigDefaultValue, isConfigDefaultValue } from "./automated-config/dist/utils/defaults.js";
12
+ import { generateDefaultClassName } from "./automated-config/dist/utils/generateDefaultClassName.js";
12
13
  import { generateKeyFromFlatConfigPath } from "./automated-config/dist/utils/generateKeyFromFlatConfigPath.js";
13
14
  import { generateSchemaKey } from "./automated-config/dist/utils/generateSchemaKey.js";
14
15
  import { getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix } from "./automated-config/dist/utils/getConfigVariantComponentStatesMatrix.js";
@@ -16,7 +17,7 @@ import { getConfigVariantProperties } from "./automated-config/dist/utils/getCon
16
17
  import { getConfigVariantPseudoStates } from "./automated-config/dist/utils/getConfigVariantPseudoStates.js";
17
18
  import { getConfigVariants } from "./automated-config/dist/utils/getConfigVariants.js";
18
19
  import { getConfigSubcomponents } from "./automated-config/dist/utils/subcomponents.js";
19
- import { createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateStyles, statePseudoMapDocsMode } from "./automated-config/dist/utils/index.js";
20
+ import { createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration, generateStyles, statePseudoMapDocsMode } from "./automated-config/dist/utils/index.js";
20
21
  import { ALWAYS_PREFIX, alwaysPalette, deprecatedAlwaysPalette, newAlwaysPalette } from "./palette/dist/index.js";
21
22
  import { UniversalTokensConfig } from "./config/dist/index.js";
22
23
  import { FONT_DECLARATIONS_MAP, FontAxisConfig, FontDeclarationConfig, FontDeclarationItemConfig, FontDeclarationMap, FontFamilyCDNUrl, FontID, FontWeightForFont } from "./fonts/dist/index.js";
package/dist/index.js CHANGED
@@ -17,6 +17,7 @@ import { AvatarText } from "./components/client/Avatar/AvatarText.js";
17
17
  import { AvatarImage } from "./components/client/Avatar/AvatarImage.js";
18
18
  import { Avatar } from "./components/client/Avatar/Avatar.js";
19
19
  import { Badge } from "./components/client/Badge.js";
20
+ import { generateDefaultClassName } from "./automated-config/dist/utils/generateDefaultClassName.js";
20
21
  import { generateSchemaKey } from "./automated-config/dist/utils/generateSchemaKey.js";
21
22
  import { buildConfigSchema, findFixtureType } from "./automated-config/dist/utils/buildConfigSchema.js";
22
23
  import { cartesianProduct } from "./automated-config/dist/utils/cartesianProduct.js";
@@ -28,7 +29,7 @@ import { getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix
28
29
  import { getConfigVariantProperties } from "./automated-config/dist/utils/getConfigVariantProperties.js";
29
30
  import { getConfigVariantPseudoStates } from "./automated-config/dist/utils/getConfigVariantPseudoStates.js";
30
31
  import { getConfigVariants } from "./automated-config/dist/utils/getConfigVariants.js";
31
- import { createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration, generateDefaultClassName, generateStyles, statePseudoMapDocsMode } from "./automated-config/dist/utils/index.js";
32
+ import { createComponentStates, createConfigurableProperty, createLayerConfig, createSubComponentConfig, createVariantConfig, createVariantConfigWithComponentStates, createVariantConfigWithProperties, generateClassName, generateConfigStyles, generateDeclaration, generateStyles, statePseudoMapDocsMode } from "./automated-config/dist/utils/index.js";
32
33
  import { SpringMotionConfig } from "./components/client/SpringMotionConfig.js";
33
34
  import { Button } from "./components/client/Button.js";
34
35
  import { Checkbox } from "./components/client/Checkbox.js";
@@ -138,9 +138,20 @@ const motion = {
138
138
  }
139
139
  }
140
140
  };
141
+ /**
142
+ * SpringMotionConfig default values.
143
+ * Used by both the component and build-time analysis tools.
144
+ */
145
+ const SPRING_MOTION_DEFAULTS = {
146
+ layoutVariant: "subtle",
147
+ layoutSpeed: "3",
148
+ colorVariant: "smooth",
149
+ colorSpeed: "3"
150
+ };
141
151
 
142
152
  //#endregion
143
153
  exports.SCALE_EFFECTS = SCALE_EFFECTS;
154
+ exports.SPRING_MOTION_DEFAULTS = SPRING_MOTION_DEFAULTS;
144
155
  exports.animation = animation;
145
156
  exports.motion = motion;
146
157
  exports.transitionDelay = transitionDelay;
@@ -47,6 +47,10 @@ declare const transitionTiming: {
47
47
  out: string;
48
48
  'in-out': string;
49
49
  };
50
- declare const motion: MotionConfig; //#endregion
50
+ declare const motion: MotionConfig;
51
+ /**
52
+ * SpringMotionConfig default values.
53
+ * Used by both the component and build-time analysis tools.
54
+ */
51
55
  //#endregion
52
56
  export { SCALE_EFFECTS, animation, motion, transitionDelay, transitionDuration, transitionTiming };
@@ -47,6 +47,10 @@ declare const transitionTiming: {
47
47
  out: string;
48
48
  'in-out': string;
49
49
  };
50
- declare const motion: MotionConfig; //#endregion
50
+ declare const motion: MotionConfig;
51
+ /**
52
+ * SpringMotionConfig default values.
53
+ * Used by both the component and build-time analysis tools.
54
+ */
51
55
  //#endregion
52
56
  export { SCALE_EFFECTS, animation, motion, transitionDelay, transitionDuration, transitionTiming };
@@ -137,6 +137,16 @@ const motion = {
137
137
  }
138
138
  }
139
139
  };
140
+ /**
141
+ * SpringMotionConfig default values.
142
+ * Used by both the component and build-time analysis tools.
143
+ */
144
+ const SPRING_MOTION_DEFAULTS = {
145
+ layoutVariant: "subtle",
146
+ layoutSpeed: "3",
147
+ colorVariant: "smooth",
148
+ colorSpeed: "3"
149
+ };
140
150
 
141
151
  //#endregion
142
- export { SCALE_EFFECTS, animation, motion, transitionDelay, transitionDuration, transitionTiming };
152
+ export { SCALE_EFFECTS, SPRING_MOTION_DEFAULTS, animation, motion, transitionDelay, transitionDuration, transitionTiming };
@@ -10,50 +10,50 @@ declare function normalizeObject(props: Record<string, unknown>): Record<string,
10
10
  declare const cx: CX<string>;
11
11
  declare const cva: CVA<string>;
12
12
  declare const getStylesInternal: (props?: ({
13
- avatarIconVariantRoot?: "primary" | "secondary" | undefined;
14
- avatarImageVariantRoot?: "primary" | "secondary" | undefined;
15
- avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
16
- avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
17
- avatarTextVariantRoot?: "primary" | "secondary" | undefined;
18
- badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | undefined;
19
- badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | undefined;
20
- badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
21
- badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | undefined;
22
- buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | undefined;
23
- buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | undefined;
24
- buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
25
- buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
26
- checkboxSizeCheckbox?: "sm" | "md" | undefined;
27
- checkboxSizeRoot?: "sm" | "md" | undefined;
28
- checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
29
- checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
30
- checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
13
+ avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
14
+ avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
15
+ avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
16
+ avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
17
+ avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
18
+ badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
19
+ badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
20
+ badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
21
+ badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
22
+ buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
23
+ buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
24
+ buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
25
+ buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
26
+ checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
27
+ checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
28
+ checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
29
+ checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
30
+ checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
31
31
  checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
32
32
  checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
33
33
  checkboxVariantValueRoot?: "checked" | "indeterminate" | "unchecked" | undefined;
34
- chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
35
- chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
36
- chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
37
- chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
38
- chipSizeIcon?: "sm" | "md" | undefined;
39
- chipSizeRoot?: "sm" | "md" | undefined;
34
+ chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
35
+ chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
36
+ chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
37
+ chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
38
+ chipSizeIcon?: "sm" | "md" | "default" | undefined;
39
+ chipSizeRoot?: "sm" | "md" | "default" | undefined;
40
40
  chipToggleVariantActiveIcon?: "off" | "on" | undefined;
41
41
  chipToggleVariantActiveRoot?: "off" | "on" | undefined;
42
- chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
43
- chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
44
- dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
45
- dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
46
- dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
47
- iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
48
- iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
49
- inputSizeEndIcon?: "md" | "lg" | undefined;
50
- inputSizeHelperIcon?: "md" | "lg" | undefined;
51
- inputSizeHelperText?: "md" | "lg" | undefined;
52
- inputSizeInput?: "md" | "lg" | undefined;
53
- inputSizeInputWrapper?: "md" | "lg" | undefined;
54
- inputSizeLabel?: "md" | "lg" | undefined;
55
- inputSizeRoot?: "md" | "lg" | undefined;
56
- inputSizeStartIcon?: "md" | "lg" | undefined;
42
+ chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
43
+ chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
44
+ dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
45
+ dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
46
+ dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
47
+ iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
48
+ iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | undefined;
49
+ inputSizeEndIcon?: "md" | "lg" | "default" | undefined;
50
+ inputSizeHelperIcon?: "md" | "lg" | "default" | undefined;
51
+ inputSizeHelperText?: "md" | "lg" | "default" | undefined;
52
+ inputSizeInput?: "md" | "lg" | "default" | undefined;
53
+ inputSizeInputWrapper?: "md" | "lg" | "default" | undefined;
54
+ inputSizeLabel?: "md" | "lg" | "default" | undefined;
55
+ inputSizeRoot?: "md" | "lg" | "default" | undefined;
56
+ inputSizeStartIcon?: "md" | "lg" | "default" | undefined;
57
57
  inputVariantEndIcon?: "default" | undefined;
58
58
  inputVariantHelperIcon?: "default" | undefined;
59
59
  inputVariantHelperText?: "default" | undefined;
@@ -74,11 +74,11 @@ declare const getStylesInternal: (props?: ({
74
74
  inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
75
75
  inputVariantValueRoot?: "empty" | "filled" | undefined;
76
76
  inputVariantValueStartIcon?: "empty" | "filled" | undefined;
77
- linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
78
- linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
79
- linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
80
- linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
81
- linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
77
+ 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;
78
+ 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;
79
+ linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
80
+ linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
81
+ linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
82
82
  menucontentSizeRoot?: "default" | undefined;
83
83
  menucontentVariantRoot?: "default" | undefined;
84
84
  menuitemDividerVariantLine?: "default" | undefined;
@@ -101,18 +101,18 @@ declare const getStylesInternal: (props?: ({
101
101
  menuitemSizeEndIcon?: "default" | undefined;
102
102
  menuitemSizeRoot?: "default" | undefined;
103
103
  menuitemSizeStartIcon?: "default" | undefined;
104
- radioSizeRadio?: "sm" | "md" | undefined;
105
- radioSizeRoot?: "sm" | "md" | undefined;
106
- radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
107
- radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
108
- radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
104
+ radioSizeRadio?: "sm" | "md" | "default" | undefined;
105
+ radioSizeRoot?: "sm" | "md" | "default" | undefined;
106
+ radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
107
+ radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
108
+ radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
109
109
  radioVariantValueRadio?: "checked" | "unchecked" | undefined;
110
110
  radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
111
111
  radioVariantValueRoot?: "checked" | "unchecked" | undefined;
112
- switchSizeHandle?: "sm" | "md" | undefined;
113
- switchSizeHandleIcon?: "sm" | "md" | undefined;
114
- switchSizeRoot?: "sm" | "md" | undefined;
115
- switchSizeSwitch?: "sm" | "md" | undefined;
112
+ switchSizeHandle?: "sm" | "md" | "default" | undefined;
113
+ switchSizeHandleIcon?: "sm" | "md" | "default" | undefined;
114
+ switchSizeRoot?: "sm" | "md" | "default" | undefined;
115
+ switchSizeSwitch?: "sm" | "md" | "default" | undefined;
116
116
  switchVariantActiveHandle?: "off" | "on" | undefined;
117
117
  switchVariantActiveHandleIcon?: "off" | "on" | undefined;
118
118
  switchVariantActiveRoot?: "off" | "on" | undefined;
@@ -126,10 +126,10 @@ declare const getStylesInternal: (props?: ({
126
126
  toastSizeIcon?: "default" | undefined;
127
127
  toastSizeLabel?: "default" | undefined;
128
128
  toastSizeRoot?: "default" | undefined;
129
- toastVariantActionButton?: "warning" | "info" | "error" | "loading" | "success" | undefined;
130
- toastVariantCloseIcon?: "warning" | "info" | "error" | "loading" | "success" | undefined;
131
- toastVariantIcon?: "warning" | "info" | "error" | "loading" | "success" | undefined;
132
- toastVariantRoot?: "warning" | "info" | "error" | "loading" | "success" | undefined;
129
+ toastVariantActionButton?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
130
+ toastVariantCloseIcon?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
131
+ toastVariantIcon?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
132
+ toastVariantRoot?: "warning" | "info" | "default" | "error" | "loading" | "success" | undefined;
133
133
  tooltipSizeBody?: "default" | undefined;
134
134
  tooltipSizeEndContent?: "default" | undefined;
135
135
  tooltipSizeIcon?: "default" | undefined;
@@ -142,29 +142,29 @@ declare const getStylesInternal: (props?: ({
142
142
  tooltipVariantSvg?: "default" | undefined;
143
143
  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;
144
144
  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;
145
- fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | "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;
145
+ 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;
146
146
  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;
147
- fontWeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "black" | "thin" | "medium" | "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;
147
+ 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;
148
148
  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;
149
149
  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;
150
150
  textAlign?: "start" | "end" | "center" | "justify" | undefined;
151
- textTransform?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "none" | "uppercase" | "lowercase" | "capitalize" | "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;
152
- spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
153
- spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
154
- spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
155
- spacingBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
156
- spacingEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
157
- spacingStart?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
158
- spacingTop?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
159
- offset?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
160
- offsetVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
161
- offsetHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
162
- offsetBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
163
- offsetEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
164
- offsetStart?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
165
- offsetTop?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
166
- columnGap?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
167
- rowGap?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
151
+ 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;
152
+ 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;
153
+ 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;
154
+ 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;
155
+ 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;
156
+ 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;
157
+ 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;
158
+ 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;
159
+ 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;
160
+ 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;
161
+ 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;
162
+ 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;
163
+ 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;
164
+ 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;
165
+ 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;
166
+ 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;
167
+ 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;
168
168
  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;
169
169
  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;
170
170
  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;
@@ -176,13 +176,13 @@ declare const getStylesInternal: (props?: ({
176
176
  borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
177
177
  borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
178
178
  borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
179
- borderWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
180
- borderVerticalWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
181
- borderHorizontalWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
182
- borderStartWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
183
- borderEndWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
184
- borderTopWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
185
- borderBottomWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
179
+ borderWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
180
+ borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
181
+ borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
182
+ borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
183
+ borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
184
+ borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
185
+ borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
186
186
  avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
187
187
  iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
188
188
  alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
@@ -195,7 +195,7 @@ declare const getStylesInternal: (props?: ({
195
195
  flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
196
196
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
197
197
  flexBasis?: "min-content" | undefined;
198
- display?: "none" | "flex" | "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" | "grid" | "contents" | undefined;
198
+ 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;
199
199
  overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
200
200
  overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
201
201
  overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
@@ -205,11 +205,11 @@ declare const getStylesInternal: (props?: ({
205
205
  scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
206
206
  width?: "full" | "fit" | "screen" | undefined;
207
207
  height?: "full" | "fit" | "screen" | undefined;
208
- dropShadow?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
208
+ dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
209
209
  insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
210
210
  nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
211
- nestedBorderRadiusWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
212
- nestedBorderRadiusSpacing?: "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
211
+ nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
212
+ 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;
213
213
  nestedBorderRadius?: boolean | "first" | "last" | undefined;
214
214
  } & {
215
215
  className?: string | undefined;