@yahoo/uds 3.126.0 → 3.127.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 (131) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +25 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +7 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +7 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +25 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +3181 -0
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +305 -1
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +305 -1
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +3180 -1
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +754 -0
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +3 -1
  11. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +3 -1
  12. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +754 -0
  13. package/dist/automated-config/dist/properties.cjs +12 -0
  14. package/dist/automated-config/dist/properties.d.cts +4 -0
  15. package/dist/automated-config/dist/properties.d.ts +4 -0
  16. package/dist/automated-config/dist/properties.js +12 -0
  17. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  18. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  19. package/dist/automated-config/dist/utils/index.cjs +103 -6
  20. package/dist/automated-config/dist/utils/index.js +103 -6
  21. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  22. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  23. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  24. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  25. package/dist/components/client/Tabs/Tab.cjs +80 -0
  26. package/dist/components/client/Tabs/Tab.d.cts +20 -0
  27. package/dist/components/client/Tabs/Tab.d.ts +21 -0
  28. package/dist/components/client/Tabs/Tab.js +78 -0
  29. package/dist/components/client/Tabs/TabList.cjs +132 -0
  30. package/dist/components/client/Tabs/TabList.d.cts +9 -0
  31. package/dist/components/client/Tabs/TabList.d.ts +10 -0
  32. package/dist/components/client/Tabs/TabList.js +130 -0
  33. package/dist/components/client/Tabs/TabPanel.cjs +22 -0
  34. package/dist/components/client/Tabs/TabPanel.d.cts +9 -0
  35. package/dist/components/client/Tabs/TabPanel.d.ts +10 -0
  36. package/dist/components/client/Tabs/TabPanel.js +20 -0
  37. package/dist/components/client/Tabs/Tabs.cjs +53 -0
  38. package/dist/components/client/Tabs/Tabs.d.cts +45 -0
  39. package/dist/components/client/Tabs/Tabs.d.ts +46 -0
  40. package/dist/components/client/Tabs/Tabs.js +51 -0
  41. package/dist/components/client/Tabs/index.cjs +12 -0
  42. package/dist/components/client/Tabs/index.d.cts +7 -0
  43. package/dist/components/client/Tabs/index.d.ts +8 -0
  44. package/dist/components/client/Tabs/index.js +8 -0
  45. package/dist/components/client/Tabs/tabsContext.cjs +18 -0
  46. package/dist/components/client/Tabs/tabsContext.d.cts +15 -0
  47. package/dist/components/client/Tabs/tabsContext.d.ts +16 -0
  48. package/dist/components/client/Tabs/tabsContext.js +15 -0
  49. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
  50. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
  51. package/dist/components/client/index.cjs +8 -0
  52. package/dist/components/client/index.d.cts +7 -1
  53. package/dist/components/client/index.d.ts +7 -1
  54. package/dist/components/client/index.js +5 -1
  55. package/dist/components/experimental/client/index.cjs +0 -5
  56. package/dist/components/experimental/client/index.d.cts +1 -2
  57. package/dist/components/experimental/client/index.d.ts +1 -2
  58. package/dist/components/experimental/client/index.js +1 -2
  59. package/dist/components/experimental/index.cjs +0 -9
  60. package/dist/components/experimental/index.d.cts +1 -2
  61. package/dist/components/experimental/index.d.ts +1 -2
  62. package/dist/components/experimental/index.js +1 -6
  63. package/dist/components/index.cjs +12 -0
  64. package/dist/components/index.d.cts +6 -1
  65. package/dist/components/index.d.ts +6 -1
  66. package/dist/components/index.js +9 -1
  67. package/dist/config/dist/index.cjs +824 -2
  68. package/dist/config/dist/index.js +824 -2
  69. package/dist/index.cjs +10 -0
  70. package/dist/index.d.cts +8 -3
  71. package/dist/index.d.ts +8 -3
  72. package/dist/index.js +6 -2
  73. package/dist/styles/styler.d.cts +97 -90
  74. package/dist/styles/styler.d.ts +97 -90
  75. package/dist/styles/variants.d.cts +29 -0
  76. package/dist/styles/variants.d.ts +29 -0
  77. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +25 -0
  78. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +25 -0
  79. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
  80. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +3181 -0
  81. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +3180 -1
  82. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
  83. package/dist/tailwind/dist/automated-config/dist/properties.cjs +12 -0
  84. package/dist/tailwind/dist/automated-config/dist/properties.js +12 -0
  85. package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
  86. package/dist/tailwind/dist/automated-config/dist/utils/index.cjs +103 -6
  87. package/dist/tailwind/dist/automated-config/dist/utils/index.js +103 -6
  88. package/dist/tailwind/dist/automated-config/dist/utils/index.js.map +1 -1
  89. package/dist/tailwind/dist/config/dist/index.cjs +824 -2
  90. package/dist/tailwind/dist/config/dist/index.js +824 -2
  91. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  92. package/dist/tailwind/dist/css/utils.cjs +3 -1
  93. package/dist/tailwind/dist/css/utils.js +3 -1
  94. package/dist/tailwind/dist/css/utils.js.map +1 -1
  95. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +36 -2
  96. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +36 -2
  97. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js.map +1 -1
  98. package/dist/tailwind/dist/tailwind/plugins/components.cjs +2 -0
  99. package/dist/tailwind/dist/tailwind/plugins/components.js +3 -1
  100. package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
  101. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  102. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  103. package/dist/tokens/automation/configs/index.cjs +2 -0
  104. package/dist/tokens/automation/configs/index.d.cts +2 -2
  105. package/dist/tokens/automation/configs/index.d.ts +2 -2
  106. package/dist/tokens/automation/configs/index.js +2 -2
  107. package/dist/tokens/automation/index.cjs +2 -0
  108. package/dist/tokens/automation/index.d.cts +2 -2
  109. package/dist/tokens/automation/index.d.ts +2 -2
  110. package/dist/tokens/automation/index.js +2 -2
  111. package/dist/tokens/index.cjs +2 -0
  112. package/dist/tokens/index.d.cts +3 -3
  113. package/dist/tokens/index.d.ts +3 -3
  114. package/dist/tokens/index.js +2 -2
  115. package/dist/tokens/types.d.cts +2 -2
  116. package/dist/tokens/types.d.ts +2 -2
  117. package/dist/types/dist/index.d.cts +52 -1
  118. package/dist/types/dist/index.d.ts +52 -1
  119. package/dist/uds/generated/componentData.cjs +1457 -1349
  120. package/dist/uds/generated/componentData.js +1448 -1358
  121. package/dist/uds/generated/tailwindPurge.cjs +22 -43
  122. package/dist/uds/generated/tailwindPurge.js +22 -43
  123. package/dist/uds/package.cjs +2 -2
  124. package/dist/uds/package.js +2 -2
  125. package/generated/componentData.json +1808 -1698
  126. package/generated/tailwindPurge.ts +4 -4
  127. package/package.json +3 -3
  128. package/dist/components/experimental/client/Tabs.cjs +0 -76
  129. package/dist/components/experimental/client/Tabs.d.cts +0 -31
  130. package/dist/components/experimental/client/Tabs.d.ts +0 -32
  131. package/dist/components/experimental/client/Tabs.js +0 -71
@@ -12,32 +12,32 @@ 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?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
16
- avatarSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | 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
- badgeSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
19
- badgeSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
20
- badgeVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "default" | "positive" | "positive-secondary" | undefined;
21
- badgeVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "default" | "positive" | "positive-secondary" | undefined;
18
+ badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
19
+ badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
20
+ badgeVariantIcon?: "alert" | "primary" | "secondary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
21
+ badgeVariantRoot?: "alert" | "primary" | "secondary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
22
22
  bannerSizeClose?: "default" | undefined;
23
23
  bannerSizeDescription?: "default" | undefined;
24
24
  bannerSizeIcon?: "default" | undefined;
25
25
  bannerSizeRoot?: "default" | undefined;
26
26
  bannerSizeTitle?: "default" | undefined;
27
- bannerVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "success" | "success-secondary" | "info" | "info-secondary" | "default" | undefined;
28
- bannerVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "success" | "success-secondary" | "info" | "info-secondary" | "default" | undefined;
27
+ bannerVariantIcon?: "alert" | "primary" | "secondary" | "brand" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
28
+ bannerVariantRoot?: "alert" | "primary" | "secondary" | "brand" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
29
29
  bottomsheetVariantHandleIndicator?: "default" | undefined;
30
30
  bottomsheetVariantHeader?: "default" | undefined;
31
31
  bottomsheetVariantRoot?: "default" | undefined;
32
- buttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
33
- buttonSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | undefined;
34
- buttonVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "default" | "positive" | "positive-secondary" | "tertiary" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
35
- buttonVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "default" | "positive" | "positive-secondary" | "tertiary" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
36
- checkboxSizeCheckbox?: "default" | "sm" | "md" | undefined;
37
- checkboxSizeRoot?: "default" | "sm" | "md" | undefined;
38
- checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
39
- checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
40
- checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
32
+ buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
33
+ buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
34
+ buttonVariantIcon?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-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;
35
+ buttonVariantRoot?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-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;
36
+ checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
37
+ checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
38
+ checkboxVariantCheckbox?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
39
+ checkboxVariantCheckboxIcon?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
40
+ checkboxVariantRoot?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
41
41
  checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
42
42
  checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
43
43
  checkboxVariantValueRoot?: "checked" | "indeterminate" | "unchecked" | undefined;
@@ -45,25 +45,25 @@ declare const getStylesInternal: (props?: ({
45
45
  chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
46
46
  chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
47
47
  chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
48
- chipSizeIcon?: "default" | "sm" | "md" | undefined;
49
- chipSizeRoot?: "default" | "sm" | "md" | undefined;
48
+ chipSizeIcon?: "sm" | "md" | "default" | undefined;
49
+ chipSizeRoot?: "sm" | "md" | "default" | undefined;
50
50
  chipToggleVariantActiveIcon?: "off" | "on" | undefined;
51
51
  chipToggleVariantActiveRoot?: "off" | "on" | undefined;
52
52
  chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
53
53
  chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | "default" | undefined;
54
- dividerVariantLabel?: "primary" | "secondary" | "default" | "tertiary" | "muted" | undefined;
55
- dividerVariantLine?: "primary" | "secondary" | "default" | "tertiary" | "muted" | undefined;
56
- dividerVariantRoot?: "primary" | "secondary" | "default" | "tertiary" | "muted" | undefined;
57
- iconbuttonSizeIcon?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
58
- iconbuttonSizeRoot?: "default" | "xs" | "sm" | "md" | "lg" | "xl" | undefined;
59
- inputSizeEndIcon?: "default" | "md" | "lg" | undefined;
60
- inputSizeHelperIcon?: "default" | "md" | "lg" | undefined;
61
- inputSizeHelperText?: "default" | "md" | "lg" | undefined;
62
- inputSizeInput?: "default" | "md" | "lg" | undefined;
63
- inputSizeInputWrapper?: "default" | "md" | "lg" | undefined;
64
- inputSizeLabel?: "default" | "md" | "lg" | undefined;
65
- inputSizeRoot?: "default" | "md" | "lg" | undefined;
66
- inputSizeStartIcon?: "default" | "md" | "lg" | undefined;
54
+ dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
55
+ dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
56
+ dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | "default" | undefined;
57
+ iconbuttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | undefined;
58
+ iconbuttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | "xl" | undefined;
59
+ inputSizeEndIcon?: "md" | "lg" | "default" | undefined;
60
+ inputSizeHelperIcon?: "md" | "lg" | "default" | undefined;
61
+ inputSizeHelperText?: "md" | "lg" | "default" | undefined;
62
+ inputSizeInput?: "md" | "lg" | "default" | undefined;
63
+ inputSizeInputWrapper?: "md" | "lg" | "default" | undefined;
64
+ inputSizeLabel?: "md" | "lg" | "default" | undefined;
65
+ inputSizeRoot?: "md" | "lg" | "default" | undefined;
66
+ inputSizeStartIcon?: "md" | "lg" | "default" | undefined;
67
67
  inputVariantEndIcon?: "default" | undefined;
68
68
  inputVariantHelperIcon?: "default" | undefined;
69
69
  inputVariantHelperText?: "default" | undefined;
@@ -84,11 +84,11 @@ declare const getStylesInternal: (props?: ({
84
84
  inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
85
85
  inputVariantValueRoot?: "empty" | "filled" | undefined;
86
86
  inputVariantValueStartIcon?: "empty" | "filled" | undefined;
87
- linkTextStyleIcon?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
88
- linkTextStyleRoot?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
89
- linkVariantIconEnd?: "primary" | "secondary" | "default" | "tertiary" | "on-color" | undefined;
90
- linkVariantIconStart?: "primary" | "secondary" | "default" | "tertiary" | "on-color" | undefined;
91
- linkVariantRoot?: "primary" | "secondary" | "default" | "tertiary" | "on-color" | undefined;
87
+ 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;
88
+ 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;
89
+ linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
90
+ linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
91
+ linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
92
92
  menucontentSizeRoot?: "default" | undefined;
93
93
  menucontentVariantRoot?: "default" | undefined;
94
94
  menuitemDividerVariantLine?: "default" | undefined;
@@ -122,19 +122,19 @@ declare const getStylesInternal: (props?: ({
122
122
  popoverVariantRoot?: "default" | undefined;
123
123
  popoverVariantSvgBase?: "default" | undefined;
124
124
  popoverVariantSvgBorder?: "default" | undefined;
125
- radioSizeRadio?: "default" | "sm" | "md" | undefined;
126
- radioSizeRoot?: "default" | "sm" | "md" | undefined;
127
- radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
128
- radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
129
- radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
125
+ radioSizeRadio?: "sm" | "md" | "default" | undefined;
126
+ radioSizeRoot?: "sm" | "md" | "default" | undefined;
127
+ radioVariantRadio?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
128
+ radioVariantRadioCircle?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
129
+ radioVariantRoot?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
130
130
  radioVariantValueRadio?: "checked" | "unchecked" | undefined;
131
131
  radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
132
132
  radioVariantValueRoot?: "checked" | "unchecked" | undefined;
133
133
  scrimVariantRoot?: "default" | undefined;
134
- switchSizeHandle?: "default" | "sm" | "md" | undefined;
135
- switchSizeHandleIcon?: "default" | "sm" | "md" | undefined;
136
- switchSizeRoot?: "default" | "sm" | "md" | undefined;
137
- switchSizeSwitch?: "default" | "sm" | "md" | undefined;
134
+ switchSizeHandle?: "sm" | "md" | "default" | undefined;
135
+ switchSizeHandleIcon?: "sm" | "md" | "default" | undefined;
136
+ switchSizeRoot?: "sm" | "md" | "default" | undefined;
137
+ switchSizeSwitch?: "sm" | "md" | "default" | undefined;
138
138
  switchVariantActiveHandle?: "off" | "on" | undefined;
139
139
  switchVariantActiveHandleIcon?: "off" | "on" | undefined;
140
140
  switchVariantActiveRoot?: "off" | "on" | undefined;
@@ -143,15 +143,22 @@ declare const getStylesInternal: (props?: ({
143
143
  switchVariantHandleIcon?: "default" | undefined;
144
144
  switchVariantRoot?: "default" | undefined;
145
145
  switchVariantSwitch?: "default" | undefined;
146
+ tabSizeIcon?: "default" | undefined;
147
+ tabSizeRoot?: "default" | undefined;
148
+ tabVariantActiveIcon?: "off" | "on" | undefined;
149
+ tabVariantActiveRoot?: "off" | "on" | undefined;
150
+ tabVariantIcon?: "primary" | "secondary" | "default" | undefined;
151
+ tabVariantRoot?: "primary" | "secondary" | "default" | undefined;
152
+ tabsVariantRoot?: "primary" | "secondary" | "default" | undefined;
146
153
  toastSizeActionButton?: "default" | undefined;
147
154
  toastSizeCloseIcon?: "default" | undefined;
148
155
  toastSizeIcon?: "default" | undefined;
149
156
  toastSizeLabel?: "default" | undefined;
150
157
  toastSizeRoot?: "default" | undefined;
151
- toastVariantActionButton?: "warning" | "success" | "info" | "default" | "loading" | "error" | undefined;
152
- toastVariantCloseIcon?: "warning" | "success" | "info" | "default" | "loading" | "error" | undefined;
153
- toastVariantIcon?: "warning" | "success" | "info" | "default" | "loading" | "error" | undefined;
154
- toastVariantRoot?: "warning" | "success" | "info" | "default" | "loading" | "error" | undefined;
158
+ toastVariantActionButton?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
159
+ toastVariantCloseIcon?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
160
+ toastVariantIcon?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
161
+ toastVariantRoot?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
155
162
  tooltipSizeBody?: "default" | undefined;
156
163
  tooltipSizeEndContent?: "default" | undefined;
157
164
  tooltipSizeIcon?: "default" | undefined;
@@ -162,54 +169,54 @@ declare const getStylesInternal: (props?: ({
162
169
  tooltipVariantIcon?: "default" | undefined;
163
170
  tooltipVariantRoot?: "default" | undefined;
164
171
  tooltipVariantSvg?: "default" | undefined;
165
- color?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
166
- placeholderColor?: "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
172
+ color?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
173
+ placeholderColor?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
167
174
  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;
168
175
  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;
169
- fontWeight?: "black" | "thin" | "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
176
+ fontWeight?: "black" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "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;
170
177
  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;
171
178
  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;
172
- textAlign?: "start" | "end" | "center" | "justify" | undefined;
179
+ textAlign?: "center" | "justify" | "start" | "end" | undefined;
173
180
  textTransform?: "none" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
174
- spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
175
- spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
176
- spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
177
- spacingBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
178
- spacingEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
179
- spacingStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
180
- spacingTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
181
- offset?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
182
- offsetVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
183
- offsetHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
184
- offsetBottom?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
185
- offsetEnd?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
186
- offsetStart?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
187
- offsetTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
188
- columnGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
189
- rowGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
190
- backgroundColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | undefined;
191
- borderColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
192
- borderStartColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
193
- borderEndColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
194
- borderBottomColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
195
- borderTopColor?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "primary" | "secondary" | "brand" | "brand-secondary" | "alert" | "alert-secondary" | "warning" | "warning-secondary" | "info" | "info-secondary" | "accent" | "positive" | "positive-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | undefined;
181
+ 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;
182
+ 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;
183
+ 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;
184
+ 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;
185
+ 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;
186
+ 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;
187
+ 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;
188
+ 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;
189
+ 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;
190
+ 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;
191
+ 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;
192
+ 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;
193
+ 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;
194
+ 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;
195
+ 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;
196
+ 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;
197
+ backgroundColor?: "alert" | "primary" | "secondary" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
198
+ borderColor?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
199
+ borderStartColor?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
200
+ borderEndColor?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
201
+ borderBottomColor?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
202
+ borderTopColor?: "alert" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
196
203
  borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
197
204
  borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
198
205
  borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
199
206
  borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
200
207
  borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
201
- borderWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
202
- borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
203
- borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
204
- borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
205
- borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
206
- borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
207
- borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
208
+ borderWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
209
+ borderVerticalWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
210
+ borderHorizontalWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
211
+ borderStartWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
212
+ borderEndWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
213
+ borderTopWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
214
+ borderBottomWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
208
215
  avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
209
216
  iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
210
217
  alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
211
218
  alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
212
- alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | "auto" | undefined;
219
+ alignSelf?: "center" | "auto" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
213
220
  flex?: "1" | "none" | "auto" | "initial" | undefined;
214
221
  flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
215
222
  flexGrow?: "0" | "1" | "2" | "3" | undefined;
@@ -217,21 +224,21 @@ declare const getStylesInternal: (props?: ({
217
224
  flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
218
225
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
219
226
  flexBasis?: "min-content" | undefined;
220
- display?: "flex" | "table" | "none" | "block" | "inline-block" | "inline" | "inline-flex" | "inline-table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row-group" | "table-row" | "flow-root" | "grid" | "contents" | undefined;
227
+ 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;
221
228
  overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
222
229
  overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
223
230
  overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
224
- position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
225
- contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
231
+ position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
232
+ contentFit?: "fill" | "none" | "cover" | "contain" | "scale-down" | undefined;
226
233
  colorMode?: "light" | "dark" | undefined;
227
234
  scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
228
235
  width?: "full" | "fit" | "screen" | undefined;
229
236
  height?: "full" | "fit" | "screen" | undefined;
230
- dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
237
+ dropShadow?: "none" | "xs" | "sm" | "md" | "lg" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "xl" | "2xl" | undefined;
231
238
  insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
232
239
  nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
233
- nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
234
- nestedBorderRadiusSpacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
240
+ nestedBorderRadiusWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
241
+ 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;
235
242
  nestedBorderRadius?: boolean | "first" | "last" | undefined;
236
243
  } & {
237
244
  className?: string | undefined;