@yahoo/uds 3.157.0 → 3.158.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +26 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +17 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +17 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +26 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +3287 -596
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +350 -12
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +350 -12
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +3285 -597
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +276 -45
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +8 -2
  11. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +8 -2
  12. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +276 -45
  13. package/dist/automated-config/dist/properties.cjs +8 -1
  14. package/dist/automated-config/dist/properties.d.cts +8 -0
  15. package/dist/automated-config/dist/properties.d.ts +8 -0
  16. package/dist/automated-config/dist/properties.js +8 -1
  17. package/dist/automated-config/dist/types/ComponentConfig.d.cts +3 -1
  18. package/dist/automated-config/dist/types/ComponentConfig.d.ts +3 -1
  19. package/dist/automated-config/dist/utils/buildConfigSchema.cjs +48 -33
  20. package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +14 -4
  21. package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +14 -4
  22. package/dist/automated-config/dist/utils/buildConfigSchema.js +49 -34
  23. package/dist/automated-config/dist/utils/componentStatePseudoStates.cjs +4 -0
  24. package/dist/automated-config/dist/utils/componentStatePseudoStates.js +4 -1
  25. package/dist/automated-config/dist/utils/getButtonControlHeight.cjs +129 -0
  26. package/dist/automated-config/dist/utils/getButtonControlHeight.d.cts +133 -0
  27. package/dist/automated-config/dist/utils/getButtonControlHeight.d.ts +133 -0
  28. package/dist/automated-config/dist/utils/getButtonControlHeight.js +122 -0
  29. package/dist/automated-config/dist/utils/getButtonControlHeightPx.cjs +114 -0
  30. package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.cts +78 -0
  31. package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.ts +78 -0
  32. package/dist/automated-config/dist/utils/getButtonControlHeightPx.js +108 -0
  33. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  34. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  35. package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.cjs +5 -2
  36. package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.js +6 -3
  37. package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.cjs +110 -0
  38. package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.cts +19 -0
  39. package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.ts +19 -0
  40. package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.js +108 -0
  41. package/dist/automated-config/dist/utils/index.cjs +106 -33
  42. package/dist/automated-config/dist/utils/index.d.cts +16 -4
  43. package/dist/automated-config/dist/utils/index.d.ts +16 -4
  44. package/dist/automated-config/dist/utils/index.js +107 -34
  45. package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.cjs +15 -0
  46. package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.cts +20 -0
  47. package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.ts +20 -0
  48. package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.js +15 -0
  49. package/dist/automated-config/dist/utils/pseudoStateSelectors.cjs +6 -3
  50. package/dist/automated-config/dist/utils/pseudoStateSelectors.d.cts +1 -1
  51. package/dist/automated-config/dist/utils/pseudoStateSelectors.d.ts +1 -1
  52. package/dist/automated-config/dist/utils/pseudoStateSelectors.js +6 -3
  53. package/dist/components/client/Button.cjs +3 -3
  54. package/dist/components/client/Button.js +3 -3
  55. package/dist/components/client/Input/Input.cjs +1 -1
  56. package/dist/components/client/Input/Input.js +1 -1
  57. package/dist/components/client/Menu/Menu.Item.cjs +1 -0
  58. package/dist/components/client/Menu/Menu.Item.js +1 -0
  59. package/dist/components/client/Select/Select.cjs +179 -0
  60. package/dist/components/client/Select/Select.d.cts +55 -0
  61. package/dist/components/client/Select/Select.d.ts +56 -0
  62. package/dist/components/client/Select/Select.js +176 -0
  63. package/dist/components/client/Select/SelectContent.cjs +75 -0
  64. package/dist/components/client/Select/SelectContent.d.cts +44 -0
  65. package/dist/components/client/Select/SelectContent.d.ts +45 -0
  66. package/dist/components/client/Select/SelectContent.js +73 -0
  67. package/dist/components/client/Select/SelectDivider.cjs +63 -0
  68. package/dist/components/client/Select/SelectDivider.d.cts +44 -0
  69. package/dist/components/client/Select/SelectDivider.d.ts +45 -0
  70. package/dist/components/client/Select/SelectDivider.js +61 -0
  71. package/dist/components/client/Select/SelectHelpText.cjs +51 -0
  72. package/dist/components/client/Select/SelectHelpText.d.cts +27 -0
  73. package/dist/components/client/Select/SelectHelpText.d.ts +28 -0
  74. package/dist/components/client/Select/SelectHelpText.js +48 -0
  75. package/dist/components/client/Select/SelectItem.cjs +172 -0
  76. package/dist/components/client/Select/SelectItem.d.cts +29 -0
  77. package/dist/components/client/Select/SelectItem.d.ts +30 -0
  78. package/dist/components/client/Select/SelectItem.js +170 -0
  79. package/dist/components/client/Select/SelectTrigger.cjs +138 -0
  80. package/dist/components/client/Select/SelectTrigger.d.cts +27 -0
  81. package/dist/components/client/Select/SelectTrigger.d.ts +28 -0
  82. package/dist/components/client/Select/SelectTrigger.js +136 -0
  83. package/dist/components/client/Select/SelectValue.cjs +28 -0
  84. package/dist/components/client/Select/SelectValue.d.cts +19 -0
  85. package/dist/components/client/Select/SelectValue.d.ts +20 -0
  86. package/dist/components/client/Select/SelectValue.js +26 -0
  87. package/dist/components/client/Select/index.cjs +11 -0
  88. package/dist/components/client/Select/index.d.cts +6 -0
  89. package/dist/components/client/Select/index.d.ts +7 -0
  90. package/dist/components/client/Select/index.js +7 -0
  91. package/dist/components/client/Select/selectContext.cjs +20 -0
  92. package/dist/components/client/Select/selectContext.d.cts +23 -0
  93. package/dist/components/client/Select/selectContext.d.ts +24 -0
  94. package/dist/components/client/Select/selectContext.js +16 -0
  95. package/dist/components/client/Select/selectFieldStyles.cjs +85 -0
  96. package/dist/components/client/Select/selectFieldStyles.d.cts +37 -0
  97. package/dist/components/client/Select/selectFieldStyles.d.ts +38 -0
  98. package/dist/components/client/Select/selectFieldStyles.js +75 -0
  99. package/dist/components/client/index.cjs +8 -0
  100. package/dist/components/client/index.d.cts +5 -1
  101. package/dist/components/client/index.d.ts +5 -1
  102. package/dist/components/client/index.js +5 -1
  103. package/dist/components/index.cjs +8 -0
  104. package/dist/components/index.d.cts +5 -1
  105. package/dist/components/index.d.ts +5 -1
  106. package/dist/components/index.js +5 -1
  107. package/dist/config/dist/index.cjs +383 -73
  108. package/dist/config/dist/index.js +383 -73
  109. package/dist/css/dist/css/utils.cjs +3 -0
  110. package/dist/css/dist/css/utils.js +3 -0
  111. package/dist/css/dist/packages/automated-config/dist/properties.cjs +8 -1
  112. package/dist/css/dist/packages/automated-config/dist/properties.js +8 -1
  113. package/dist/css/dist/packages/config/dist/index.cjs +383 -73
  114. package/dist/css/dist/packages/config/dist/index.js +383 -73
  115. package/dist/css-tokens/dist/index.cjs +2 -0
  116. package/dist/css-tokens/dist/index.d.cts +2 -1
  117. package/dist/css-tokens/dist/index.d.ts +2 -1
  118. package/dist/css-tokens/dist/index.js +2 -1
  119. package/dist/index.cjs +34 -0
  120. package/dist/index.d.cts +12 -4
  121. package/dist/index.d.ts +12 -4
  122. package/dist/index.js +11 -3
  123. package/dist/styles/styler.d.cts +29 -12
  124. package/dist/styles/styler.d.ts +29 -12
  125. package/dist/styles/variants.d.cts +54 -0
  126. package/dist/styles/variants.d.ts +54 -0
  127. package/dist/tailwind/utils/index.cjs +3 -0
  128. package/dist/tailwind/utils/index.d.cts +2 -1
  129. package/dist/tailwind/utils/index.d.ts +2 -1
  130. package/dist/tailwind/utils/index.js +2 -1
  131. package/dist/tailwind-internal/dist/base/addColorModeVars.cjs +1 -1
  132. package/dist/tailwind-internal/dist/base/addColorModeVars.js +1 -1
  133. package/dist/tailwind-internal/dist/base/addColorModeVarsV2.cjs +1 -1
  134. package/dist/tailwind-internal/dist/base/addColorModeVarsV2.js +1 -1
  135. package/dist/tailwind-internal/dist/components/getFocusRingStyles.cjs +74 -6
  136. package/dist/tailwind-internal/dist/components/getFocusRingStyles.d.cts +14 -0
  137. package/dist/tailwind-internal/dist/components/getFocusRingStyles.d.ts +14 -0
  138. package/dist/tailwind-internal/dist/components/getFocusRingStyles.js +74 -7
  139. package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.cjs +1 -1
  140. package/dist/tailwind-internal/dist/components/getResponsiveTextStyles.js +1 -1
  141. package/dist/tailwind-internal/dist/index.d.cts +1 -0
  142. package/dist/tailwind-internal/dist/index.d.ts +1 -0
  143. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +3287 -596
  144. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +3285 -597
  145. package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.cjs +8 -1
  146. package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.js +8 -1
  147. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/componentStatePseudoStates.cjs +4 -0
  148. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/componentStatePseudoStates.js +4 -1
  149. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.cjs +126 -0
  150. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.js +123 -0
  151. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.cjs +20 -0
  152. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.js +20 -0
  153. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +103 -33
  154. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +104 -34
  155. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/pseudoStateSelectors.cjs +6 -3
  156. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/pseudoStateSelectors.js +6 -3
  157. package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +383 -73
  158. package/dist/tailwind-internal/dist/packages/config/dist/index.js +383 -73
  159. package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.cjs +12 -10
  160. package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.js +3 -2
  161. package/dist/tailwind-internal/dist/plugins/a11y.cjs +6 -2
  162. package/dist/tailwind-internal/dist/plugins/a11y.js +6 -2
  163. package/dist/tailwind-internal/dist/plugins/blurBgFallback.cjs +1 -1
  164. package/dist/tailwind-internal/dist/plugins/blurBgFallback.js +1 -1
  165. package/dist/tailwind-internal/dist/plugins/borderRadius.cjs +1 -1
  166. package/dist/tailwind-internal/dist/plugins/borderRadius.js +1 -1
  167. package/dist/tailwind-internal/dist/plugins/borderWidth.cjs +1 -1
  168. package/dist/tailwind-internal/dist/plugins/borderWidth.js +1 -1
  169. package/dist/tailwind-internal/dist/plugins/colors.cjs +2 -2
  170. package/dist/tailwind-internal/dist/plugins/colors.js +2 -2
  171. package/dist/tailwind-internal/dist/plugins/components.cjs +5 -2
  172. package/dist/tailwind-internal/dist/plugins/components.js +6 -3
  173. package/dist/tailwind-internal/dist/plugins/elevation.cjs +1 -1
  174. package/dist/tailwind-internal/dist/plugins/elevation.js +1 -1
  175. package/dist/tailwind-internal/dist/plugins/shadows.cjs +1 -1
  176. package/dist/tailwind-internal/dist/plugins/shadows.js +1 -1
  177. package/dist/tailwind-internal/dist/plugins/typography.cjs +2 -2
  178. package/dist/tailwind-internal/dist/plugins/typography.js +2 -2
  179. package/dist/tailwind-internal/dist/utils/getElevationStyles.cjs +1 -1
  180. package/dist/tailwind-internal/dist/utils/getElevationStyles.js +1 -1
  181. package/dist/tailwind-internal/dist/utils/getFontStyles.cjs +1 -1
  182. package/dist/tailwind-internal/dist/utils/getFontStyles.js +1 -1
  183. package/dist/tailwind-internal/dist/utils/getMotionStyles.cjs +1 -1
  184. package/dist/tailwind-internal/dist/utils/getMotionStyles.js +1 -1
  185. package/dist/tailwind-internal/dist/utils/getShadowPresetValues.cjs +1 -1
  186. package/dist/tailwind-internal/dist/utils/getShadowPresetValues.js +1 -1
  187. package/dist/tailwind-internal/dist/utils/getShadowStyles.cjs +1 -1
  188. package/dist/tailwind-internal/dist/utils/getShadowStyles.js +1 -1
  189. package/dist/tailwind-internal/dist/utils/parseTokens.cjs +2 -2
  190. package/dist/tailwind-internal/dist/utils/parseTokens.js +2 -2
  191. package/dist/tokens/automation/configs/index.cjs +3 -0
  192. package/dist/tokens/automation/configs/index.d.cts +2 -2
  193. package/dist/tokens/automation/configs/index.d.ts +2 -2
  194. package/dist/tokens/automation/configs/index.js +2 -2
  195. package/dist/tokens/automation/index.cjs +25 -0
  196. package/dist/tokens/automation/index.d.cts +6 -2
  197. package/dist/tokens/automation/index.d.ts +6 -2
  198. package/dist/tokens/automation/index.js +6 -2
  199. package/dist/tokens/consts/cssTokens.cjs +1 -0
  200. package/dist/tokens/consts/cssTokens.d.cts +2 -2
  201. package/dist/tokens/consts/cssTokens.d.ts +2 -2
  202. package/dist/tokens/consts/cssTokens.js +2 -2
  203. package/dist/tokens/index.cjs +26 -0
  204. package/dist/tokens/index.d.cts +8 -4
  205. package/dist/tokens/index.d.ts +8 -4
  206. package/dist/tokens/index.js +7 -3
  207. package/dist/tokens/types.d.cts +2 -2
  208. package/dist/tokens/types.d.ts +2 -2
  209. package/dist/types/dist/index.d.cts +36 -1
  210. package/dist/types/dist/index.d.ts +36 -1
  211. package/dist/uds/generated/componentData.cjs +718 -308
  212. package/dist/uds/generated/componentData.js +718 -308
  213. package/dist/uds/generated/migrationSchemaVersion.cjs +1 -1
  214. package/dist/uds/generated/migrationSchemaVersion.js +1 -1
  215. package/dist/uds/generated/tailwindPurge.cjs +1501 -315
  216. package/dist/uds/generated/tailwindPurge.js +1501 -315
  217. package/generated/componentData.json +897 -398
  218. package/generated/migrationSchemaVersion.ts +1 -1
  219. package/generated/tailwindPurge.ts +4 -4
  220. package/package.json +1 -1
@@ -9565,7 +9565,7 @@ const defaultUniversalTokensConfigAuto = {
9565
9565
  variables: {
9566
9566
  "size/lg/icon": { size: { rest: {
9567
9567
  type: "iconSizes",
9568
- value: "md",
9568
+ value: "sm",
9569
9569
  valueType: "alias"
9570
9570
  } } },
9571
9571
  "size/lg/root": { spacing: { rest: {
@@ -12069,30 +12069,23 @@ const defaultUniversalTokensConfigAuto = {
12069
12069
  valueType: "alias"
12070
12070
  }
12071
12071
  } },
12072
- "item/variant/default/active/off/text": {
12073
- color: {
12074
- focused: {
12075
- type: "foregroundPaletteColors",
12076
- value: "brand",
12077
- valueType: "alias"
12078
- },
12079
- hover: {
12080
- type: "foregroundPaletteColors",
12081
- value: "brand",
12082
- valueType: "alias"
12083
- },
12084
- rest: {
12085
- type: "foregroundPaletteColors",
12086
- value: "brand",
12087
- valueType: "alias"
12088
- }
12072
+ "item/variant/default/active/off/text": { color: {
12073
+ focused: {
12074
+ type: "foregroundPaletteColors",
12075
+ value: "brand",
12076
+ valueType: "alias"
12089
12077
  },
12090
- textVariant: { rest: {
12091
- type: "textVariants",
12092
- value: "label2",
12078
+ hover: {
12079
+ type: "foregroundPaletteColors",
12080
+ value: "brand",
12093
12081
  valueType: "alias"
12094
- } }
12095
- },
12082
+ },
12083
+ rest: {
12084
+ type: "foregroundPaletteColors",
12085
+ value: "brand",
12086
+ valueType: "alias"
12087
+ }
12088
+ } },
12096
12089
  "item/variant/default/active/on/icon": { color: {
12097
12090
  focused: {
12098
12091
  type: "foregroundPaletteColors",
@@ -12127,30 +12120,23 @@ const defaultUniversalTokensConfigAuto = {
12127
12120
  valueType: "alias"
12128
12121
  }
12129
12122
  } },
12130
- "item/variant/default/active/on/text": {
12131
- color: {
12132
- focused: {
12133
- type: "foregroundPaletteColors",
12134
- value: "brand",
12135
- valueType: "alias"
12136
- },
12137
- hover: {
12138
- type: "foregroundPaletteColors",
12139
- value: "brand",
12140
- valueType: "alias"
12141
- },
12142
- rest: {
12143
- type: "foregroundPaletteColors",
12144
- value: "brand",
12145
- valueType: "alias"
12146
- }
12123
+ "item/variant/default/active/on/text": { color: {
12124
+ focused: {
12125
+ type: "foregroundPaletteColors",
12126
+ value: "brand",
12127
+ valueType: "alias"
12147
12128
  },
12148
- textVariant: { rest: {
12149
- type: "textVariants",
12150
- value: "label2",
12129
+ hover: {
12130
+ type: "foregroundPaletteColors",
12131
+ value: "brand",
12151
12132
  valueType: "alias"
12152
- } }
12153
- },
12133
+ },
12134
+ rest: {
12135
+ type: "foregroundPaletteColors",
12136
+ value: "brand",
12137
+ valueType: "alias"
12138
+ }
12139
+ } },
12154
12140
  "itemCheckbox/variant/default/active/off/endIcon": { color: {
12155
12141
  focused: {
12156
12142
  type: "foregroundPaletteColors",
@@ -12311,6 +12297,11 @@ const defaultUniversalTokensConfigAuto = {
12311
12297
  type: "iconSizes",
12312
12298
  value: "sm",
12313
12299
  valueType: "alias"
12300
+ } } },
12301
+ "size/default/text": { textVariant: { rest: {
12302
+ type: "textVariants",
12303
+ value: "label2",
12304
+ valueType: "alias"
12314
12305
  } } }
12315
12306
  }
12316
12307
  },
@@ -14027,6 +14018,246 @@ const defaultUniversalTokensConfigAuto = {
14027
14018
  } }
14028
14019
  } }
14029
14020
  },
14021
+ select: {
14022
+ defaults: {
14023
+ size: "md",
14024
+ variant: "default"
14025
+ },
14026
+ variables: { "variant/default/root": {} }
14027
+ },
14028
+ selectContent: {
14029
+ defaults: {
14030
+ size: "default",
14031
+ variant: "default"
14032
+ },
14033
+ variables: {
14034
+ "size/default/root": {
14035
+ borderRadius: { rest: {
14036
+ type: "borderRadii",
14037
+ value: "md",
14038
+ valueType: "alias"
14039
+ } },
14040
+ borderWidth: { rest: {
14041
+ type: "borderWidths",
14042
+ value: "thin",
14043
+ valueType: "alias"
14044
+ } },
14045
+ gap: { rest: {
14046
+ type: "spacingAliases",
14047
+ value: "0",
14048
+ valueType: "alias"
14049
+ } },
14050
+ shadow: { rest: {
14051
+ type: "shadowVariants",
14052
+ value: "lg",
14053
+ valueType: "alias"
14054
+ } },
14055
+ spacingHorizontal: { rest: {
14056
+ type: "spacingAliases",
14057
+ value: "0",
14058
+ valueType: "alias"
14059
+ } },
14060
+ spacingVertical: { rest: {
14061
+ type: "spacingAliases",
14062
+ value: "0",
14063
+ valueType: "alias"
14064
+ } }
14065
+ },
14066
+ "variant/default/root": {
14067
+ backgroundColor: { rest: {
14068
+ type: "backgroundPaletteColors",
14069
+ value: "primary",
14070
+ valueType: "alias"
14071
+ } },
14072
+ borderColor: { rest: {
14073
+ type: "spectrumColors",
14074
+ value: "gray-3",
14075
+ valueType: "alias"
14076
+ } }
14077
+ }
14078
+ }
14079
+ },
14080
+ selectItem: {
14081
+ defaults: {
14082
+ size: "default",
14083
+ variant: "default"
14084
+ },
14085
+ variables: {
14086
+ "divider/variant/default/line": {
14087
+ borderColor: { rest: {
14088
+ type: "linePaletteColors",
14089
+ value: "secondary",
14090
+ valueType: "alias"
14091
+ } },
14092
+ borderWidth: { rest: {
14093
+ type: "borderWidths",
14094
+ value: "thin",
14095
+ valueType: "alias"
14096
+ } }
14097
+ },
14098
+ "divider/variant/default/root": {},
14099
+ "divider/variant/default/text": {
14100
+ color: { rest: {
14101
+ type: "foregroundPaletteColors",
14102
+ value: "muted",
14103
+ valueType: "alias"
14104
+ } },
14105
+ textVariant: { rest: {
14106
+ type: "textVariants",
14107
+ value: "caption2",
14108
+ valueType: "alias"
14109
+ } }
14110
+ },
14111
+ "item/variant/default/active/off/icon": { color: {
14112
+ focused: {
14113
+ type: "foregroundPaletteColors",
14114
+ value: "secondary",
14115
+ valueType: "alias"
14116
+ },
14117
+ hover: {
14118
+ type: "foregroundPaletteColors",
14119
+ value: "secondary",
14120
+ valueType: "alias"
14121
+ },
14122
+ pressed: {
14123
+ type: "foregroundPaletteColors",
14124
+ value: "secondary",
14125
+ valueType: "alias"
14126
+ },
14127
+ rest: {
14128
+ type: "foregroundPaletteColors",
14129
+ value: "secondary",
14130
+ valueType: "alias"
14131
+ }
14132
+ } },
14133
+ "item/variant/default/active/off/root": { backgroundColor: {
14134
+ focused: {
14135
+ type: "backgroundPaletteColors",
14136
+ value: "primary",
14137
+ valueType: "alias"
14138
+ },
14139
+ hover: {
14140
+ type: "backgroundPaletteColors",
14141
+ value: "primary",
14142
+ valueType: "alias"
14143
+ },
14144
+ pressed: {
14145
+ type: "backgroundPaletteColors",
14146
+ value: "primary",
14147
+ valueType: "alias"
14148
+ },
14149
+ rest: {
14150
+ type: "backgroundPaletteColors",
14151
+ value: "primary",
14152
+ valueType: "alias"
14153
+ }
14154
+ } },
14155
+ "item/variant/default/active/off/text": { color: {
14156
+ focused: {
14157
+ type: "foregroundPaletteColors",
14158
+ value: "secondary",
14159
+ valueType: "alias"
14160
+ },
14161
+ hover: {
14162
+ type: "foregroundPaletteColors",
14163
+ value: "secondary",
14164
+ valueType: "alias"
14165
+ },
14166
+ pressed: {
14167
+ type: "foregroundPaletteColors",
14168
+ value: "secondary",
14169
+ valueType: "alias"
14170
+ },
14171
+ rest: {
14172
+ type: "foregroundPaletteColors",
14173
+ value: "secondary",
14174
+ valueType: "alias"
14175
+ }
14176
+ } },
14177
+ "item/variant/default/active/on/icon": { color: {
14178
+ focused: {
14179
+ type: "foregroundPaletteColors",
14180
+ value: "secondary",
14181
+ valueType: "alias"
14182
+ },
14183
+ hover: {
14184
+ type: "foregroundPaletteColors",
14185
+ value: "secondary",
14186
+ valueType: "alias"
14187
+ },
14188
+ pressed: {
14189
+ type: "foregroundPaletteColors",
14190
+ value: "secondary",
14191
+ valueType: "alias"
14192
+ },
14193
+ rest: {
14194
+ type: "foregroundPaletteColors",
14195
+ value: "secondary",
14196
+ valueType: "alias"
14197
+ }
14198
+ } },
14199
+ "item/variant/default/active/on/root": { backgroundColor: {
14200
+ focused: {
14201
+ type: "backgroundPaletteColors",
14202
+ value: "primary",
14203
+ valueType: "alias"
14204
+ },
14205
+ hover: {
14206
+ type: "backgroundPaletteColors",
14207
+ value: "primary",
14208
+ valueType: "alias"
14209
+ },
14210
+ pressed: {
14211
+ type: "backgroundPaletteColors",
14212
+ value: "primary",
14213
+ valueType: "alias"
14214
+ },
14215
+ rest: {
14216
+ type: "backgroundPaletteColors",
14217
+ value: "primary",
14218
+ valueType: "alias"
14219
+ }
14220
+ } },
14221
+ "item/variant/default/active/on/text": { color: {
14222
+ focused: {
14223
+ type: "foregroundPaletteColors",
14224
+ value: "secondary",
14225
+ valueType: "alias"
14226
+ },
14227
+ hover: {
14228
+ type: "foregroundPaletteColors",
14229
+ value: "secondary",
14230
+ valueType: "alias"
14231
+ },
14232
+ pressed: {
14233
+ type: "foregroundPaletteColors",
14234
+ value: "secondary",
14235
+ valueType: "alias"
14236
+ },
14237
+ rest: {
14238
+ type: "foregroundPaletteColors",
14239
+ value: "secondary",
14240
+ valueType: "alias"
14241
+ }
14242
+ } },
14243
+ "size/default/endIcon": { size: { rest: {
14244
+ type: "iconSizes",
14245
+ value: "sm",
14246
+ valueType: "alias"
14247
+ } } },
14248
+ "size/default/root": {},
14249
+ "size/default/startIcon": { size: { rest: {
14250
+ type: "iconSizes",
14251
+ value: "sm",
14252
+ valueType: "alias"
14253
+ } } },
14254
+ "size/default/text": { textVariant: { rest: {
14255
+ type: "textVariants",
14256
+ value: "ui1",
14257
+ valueType: "alias"
14258
+ } } }
14259
+ }
14260
+ },
14030
14261
  switch: {
14031
14262
  defaults: {
14032
14263
  size: "md",
@@ -1,5 +1,5 @@
1
1
 
2
- import { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, ModalConfig, PaddleNavConfig, PaginationConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig } from "./generatedConfigs.cjs";
2
+ import { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, ModalConfig, PaddleNavConfig, PaginationConfig, PopoverConfig, RadioConfig, ScrimConfig, SelectConfig, SelectContentConfig, SelectItemConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig } from "./generatedConfigs.cjs";
3
3
  import { ComponentSchema } from "../utils/buildConfigSchema.cjs";
4
4
 
5
5
  //#region ../automated-config/dist/generated/universalTokensConfigAuto.d.ts
@@ -13,7 +13,10 @@ interface UniversalTokensConfigAuto {
13
13
  checkbox: ComponentSchema<typeof CheckboxConfig>;
14
14
  chip: ComponentSchema<typeof ChipConfig>;
15
15
  divider: ComponentSchema<typeof DividerConfig>;
16
- iconButton: ComponentSchema<typeof IconButtonConfig>;
16
+ iconButton: ComponentSchema<typeof IconButtonConfig> & {
17
+ matchButtonHeight?: Partial<Record<'xs' | 'sm' | 'md' | 'lg', true>>;
18
+ spacingBeforeMatchButtonHeight?: Partial<Record<'xs' | 'sm' | 'md' | 'lg', string>>;
19
+ };
17
20
  input: ComponentSchema<typeof InputConfig>;
18
21
  link: ComponentSchema<typeof LinkConfig>;
19
22
  menuContent: ComponentSchema<typeof MenuContentConfig>;
@@ -24,6 +27,9 @@ interface UniversalTokensConfigAuto {
24
27
  popover: ComponentSchema<typeof PopoverConfig>;
25
28
  radio: ComponentSchema<typeof RadioConfig>;
26
29
  scrim: ComponentSchema<typeof ScrimConfig>;
30
+ select: ComponentSchema<typeof SelectConfig>;
31
+ selectContent: ComponentSchema<typeof SelectContentConfig>;
32
+ selectItem: ComponentSchema<typeof SelectItemConfig>;
27
33
  switch: ComponentSchema<typeof SwitchConfig>;
28
34
  tab: ComponentSchema<typeof TabConfig>;
29
35
  tabs: ComponentSchema<typeof TabsConfig>;
@@ -1,5 +1,5 @@
1
1
 
2
- import { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, ModalConfig, PaddleNavConfig, PaginationConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig } from "./generatedConfigs.js";
2
+ import { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, ModalConfig, PaddleNavConfig, PaginationConfig, PopoverConfig, RadioConfig, ScrimConfig, SelectConfig, SelectContentConfig, SelectItemConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig } from "./generatedConfigs.js";
3
3
  import { ComponentSchema } from "../utils/buildConfigSchema.js";
4
4
 
5
5
  //#region ../automated-config/dist/generated/universalTokensConfigAuto.d.ts
@@ -13,7 +13,10 @@ interface UniversalTokensConfigAuto {
13
13
  checkbox: ComponentSchema<typeof CheckboxConfig>;
14
14
  chip: ComponentSchema<typeof ChipConfig>;
15
15
  divider: ComponentSchema<typeof DividerConfig>;
16
- iconButton: ComponentSchema<typeof IconButtonConfig>;
16
+ iconButton: ComponentSchema<typeof IconButtonConfig> & {
17
+ matchButtonHeight?: Partial<Record<'xs' | 'sm' | 'md' | 'lg', true>>;
18
+ spacingBeforeMatchButtonHeight?: Partial<Record<'xs' | 'sm' | 'md' | 'lg', string>>;
19
+ };
17
20
  input: ComponentSchema<typeof InputConfig>;
18
21
  link: ComponentSchema<typeof LinkConfig>;
19
22
  menuContent: ComponentSchema<typeof MenuContentConfig>;
@@ -24,6 +27,9 @@ interface UniversalTokensConfigAuto {
24
27
  popover: ComponentSchema<typeof PopoverConfig>;
25
28
  radio: ComponentSchema<typeof RadioConfig>;
26
29
  scrim: ComponentSchema<typeof ScrimConfig>;
30
+ select: ComponentSchema<typeof SelectConfig>;
31
+ selectContent: ComponentSchema<typeof SelectContentConfig>;
32
+ selectItem: ComponentSchema<typeof SelectItemConfig>;
27
33
  switch: ComponentSchema<typeof SwitchConfig>;
28
34
  tab: ComponentSchema<typeof TabConfig>;
29
35
  tabs: ComponentSchema<typeof TabsConfig>;