@wordpress/components 28.3.0 → 28.5.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 (1233) hide show
  1. package/CHANGELOG.md +70 -1
  2. package/CONTRIBUTING.md +1 -1
  3. package/build/autocomplete/autocompleter-ui.js +2 -0
  4. package/build/autocomplete/autocompleter-ui.js.map +1 -1
  5. package/build/autocomplete/types.js.map +1 -1
  6. package/build/base-control/styles/base-control-styles.js +8 -8
  7. package/build/base-control/styles/base-control-styles.js.map +1 -1
  8. package/build/base-control/types.js.map +1 -1
  9. package/build/border-control/styles.js +18 -24
  10. package/build/border-control/styles.js.map +1 -1
  11. package/build/button/index.js +9 -7
  12. package/build/button/index.js.map +1 -1
  13. package/build/button/types.js.map +1 -1
  14. package/build/checkbox-control/index.js +1 -0
  15. package/build/checkbox-control/index.js.map +1 -1
  16. package/build/color-palette/index.js +1 -1
  17. package/build/color-palette/index.js.map +1 -1
  18. package/build/color-picker/component.js +8 -17
  19. package/build/color-picker/component.js.map +1 -1
  20. package/build/combobox-control/index.js +9 -0
  21. package/build/combobox-control/index.js.map +1 -1
  22. package/build/custom-select-control/index.js +141 -167
  23. package/build/custom-select-control/index.js.map +1 -1
  24. package/build/custom-select-control/types.js +6 -0
  25. package/build/custom-select-control/types.js.map +1 -0
  26. package/build/custom-select-control-v2/custom-select.js +4 -1
  27. package/build/custom-select-control-v2/custom-select.js.map +1 -1
  28. package/build/custom-select-control-v2/index.js +35 -7
  29. package/build/custom-select-control-v2/index.js.map +1 -1
  30. package/build/custom-select-control-v2/styles.js +25 -9
  31. package/build/custom-select-control-v2/styles.js.map +1 -1
  32. package/build/custom-select-control-v2/types.js.map +1 -1
  33. package/build/date-time/index.js +0 -7
  34. package/build/date-time/index.js.map +1 -1
  35. package/build/date-time/time/index.js +66 -38
  36. package/build/date-time/time/index.js.map +1 -1
  37. package/build/date-time/time/styles.js +11 -11
  38. package/build/date-time/time/styles.js.map +1 -1
  39. package/build/date-time/{time-input → time/time-input}/index.js +7 -7
  40. package/build/date-time/time/time-input/index.js.map +1 -0
  41. package/build/dropdown-menu-v2/styles.js +14 -14
  42. package/build/dropdown-menu-v2/styles.js.map +1 -1
  43. package/build/focal-point-picker/index.js +1 -0
  44. package/build/focal-point-picker/index.js.map +1 -1
  45. package/build/font-size-picker/font-size-picker-select.js +4 -4
  46. package/build/font-size-picker/font-size-picker-select.js.map +1 -1
  47. package/build/font-size-picker/index.js +36 -24
  48. package/build/font-size-picker/index.js.map +1 -1
  49. package/build/font-size-picker/types.js.map +1 -1
  50. package/build/form-toggle/index.js +24 -24
  51. package/build/form-toggle/index.js.map +1 -1
  52. package/build/form-token-field/index.js +8 -0
  53. package/build/form-token-field/index.js.map +1 -1
  54. package/build/guide/index.js +2 -0
  55. package/build/guide/index.js.map +1 -1
  56. package/build/heading/types.js.map +1 -1
  57. package/build/index.js +2 -2
  58. package/build/index.js.map +1 -1
  59. package/build/mobile/bottom-sheet/bottom-sheet-navigation/navigation-screen.native.js +1 -1
  60. package/build/mobile/bottom-sheet/bottom-sheet-navigation/navigation-screen.native.js.map +1 -1
  61. package/build/modal/index.js +18 -11
  62. package/build/modal/index.js.map +1 -1
  63. package/build/private-apis.js +0 -4
  64. package/build/private-apis.js.map +1 -1
  65. package/build/query-controls/index.js +1 -1
  66. package/build/query-controls/index.js.map +1 -1
  67. package/build/radio-control/index.js +34 -7
  68. package/build/radio-control/index.js.map +1 -1
  69. package/build/radio-control/types.js.map +1 -1
  70. package/build/range-control/index.js +1 -0
  71. package/build/range-control/index.js.map +1 -1
  72. package/build/select-control/index.js +25 -8
  73. package/build/select-control/index.js.map +1 -1
  74. package/build/select-control/styles/select-control-styles.js +42 -11
  75. package/build/select-control/styles/select-control-styles.js.map +1 -1
  76. package/build/select-control/types.js.map +1 -1
  77. package/build/tabs/styles.js +3 -3
  78. package/build/tabs/styles.js.map +1 -1
  79. package/build/tabs/tablist.js +4 -189
  80. package/build/tabs/tablist.js.map +1 -1
  81. package/build/text-control/index.js +1 -0
  82. package/build/text-control/index.js.map +1 -1
  83. package/build/textarea-control/index.js +1 -0
  84. package/build/textarea-control/index.js.map +1 -1
  85. package/build/toggle-control/index.js +36 -28
  86. package/build/toggle-control/index.js.map +1 -1
  87. package/build/toggle-group-control/toggle-group-control/component.js +6 -1
  88. package/build/toggle-group-control/toggle-group-control/component.js.map +1 -1
  89. package/build/toggle-group-control/toggle-group-control-option/component.js +6 -1
  90. package/build/toggle-group-control/toggle-group-control-option/component.js.map +1 -1
  91. package/build/toggle-group-control/toggle-group-control-option-base/component.js +3 -0
  92. package/build/toggle-group-control/toggle-group-control-option-base/component.js.map +1 -1
  93. package/build/toggle-group-control/toggle-group-control-option-base/styles.js +9 -9
  94. package/build/toggle-group-control/toggle-group-control-option-base/styles.js.map +1 -1
  95. package/build/toggle-group-control/toggle-group-control-option-icon/component.js +14 -14
  96. package/build/toggle-group-control/toggle-group-control-option-icon/component.js.map +1 -1
  97. package/build/tools-panel/tools-panel-header/component.js +1 -1
  98. package/build/tools-panel/tools-panel-header/component.js.map +1 -1
  99. package/build/tooltip/index.js +12 -1
  100. package/build/tooltip/index.js.map +1 -1
  101. package/build/tree-select/index.js +1 -1
  102. package/build/tree-select/index.js.map +1 -1
  103. package/build/utils/config-values.js +6 -0
  104. package/build/utils/config-values.js.map +1 -1
  105. package/build/utils/element-rect.js +157 -0
  106. package/build/utils/element-rect.js.map +1 -0
  107. package/build/utils/hooks/use-event.js +41 -0
  108. package/build/utils/hooks/use-event.js.map +1 -0
  109. package/build/utils/hooks/use-on-value-update.js +46 -0
  110. package/build/utils/hooks/use-on-value-update.js.map +1 -0
  111. package/build-module/autocomplete/autocompleter-ui.js +2 -0
  112. package/build-module/autocomplete/autocompleter-ui.js.map +1 -1
  113. package/build-module/autocomplete/types.js.map +1 -1
  114. package/build-module/base-control/styles/base-control-styles.js +8 -8
  115. package/build-module/base-control/styles/base-control-styles.js.map +1 -1
  116. package/build-module/base-control/types.js.map +1 -1
  117. package/build-module/border-control/styles.js +13 -23
  118. package/build-module/border-control/styles.js.map +1 -1
  119. package/build-module/button/index.js +9 -7
  120. package/build-module/button/index.js.map +1 -1
  121. package/build-module/button/types.js.map +1 -1
  122. package/build-module/checkbox-control/index.js +1 -0
  123. package/build-module/checkbox-control/index.js.map +1 -1
  124. package/build-module/color-palette/index.js +1 -1
  125. package/build-module/color-palette/index.js.map +1 -1
  126. package/build-module/color-picker/component.js +9 -18
  127. package/build-module/color-picker/component.js.map +1 -1
  128. package/build-module/combobox-control/index.js +9 -0
  129. package/build-module/combobox-control/index.js.map +1 -1
  130. package/build-module/custom-select-control/index.js +140 -166
  131. package/build-module/custom-select-control/index.js.map +1 -1
  132. package/build-module/custom-select-control/types.js +2 -0
  133. package/build-module/custom-select-control/types.js.map +1 -0
  134. package/build-module/custom-select-control-v2/custom-select.js +4 -1
  135. package/build-module/custom-select-control-v2/custom-select.js.map +1 -1
  136. package/build-module/custom-select-control-v2/index.js +27 -1
  137. package/build-module/custom-select-control-v2/index.js.map +1 -1
  138. package/build-module/custom-select-control-v2/styles.js +26 -10
  139. package/build-module/custom-select-control-v2/styles.js.map +1 -1
  140. package/build-module/custom-select-control-v2/types.js.map +1 -1
  141. package/build-module/date-time/index.js +1 -2
  142. package/build-module/date-time/index.js.map +1 -1
  143. package/build-module/date-time/time/index.js +66 -38
  144. package/build-module/date-time/time/index.js.map +1 -1
  145. package/build-module/date-time/time/styles.js +11 -11
  146. package/build-module/date-time/time/styles.js.map +1 -1
  147. package/build-module/date-time/{time-input → time/time-input}/index.js +7 -7
  148. package/build-module/date-time/time/time-input/index.js.map +1 -0
  149. package/build-module/dropdown-menu-v2/styles.js +14 -14
  150. package/build-module/dropdown-menu-v2/styles.js.map +1 -1
  151. package/build-module/focal-point-picker/index.js +1 -0
  152. package/build-module/focal-point-picker/index.js.map +1 -1
  153. package/build-module/font-size-picker/font-size-picker-select.js +3 -3
  154. package/build-module/font-size-picker/font-size-picker-select.js.map +1 -1
  155. package/build-module/font-size-picker/index.js +36 -24
  156. package/build-module/font-size-picker/index.js.map +1 -1
  157. package/build-module/font-size-picker/types.js.map +1 -1
  158. package/build-module/form-toggle/index.js +23 -22
  159. package/build-module/form-toggle/index.js.map +1 -1
  160. package/build-module/form-token-field/index.js +8 -0
  161. package/build-module/form-token-field/index.js.map +1 -1
  162. package/build-module/guide/index.js +2 -0
  163. package/build-module/guide/index.js.map +1 -1
  164. package/build-module/heading/types.js.map +1 -1
  165. package/build-module/index.js +1 -1
  166. package/build-module/index.js.map +1 -1
  167. package/build-module/mobile/bottom-sheet/bottom-sheet-navigation/navigation-screen.native.js +1 -1
  168. package/build-module/mobile/bottom-sheet/bottom-sheet-navigation/navigation-screen.native.js.map +1 -1
  169. package/build-module/modal/index.js +17 -11
  170. package/build-module/modal/index.js.map +1 -1
  171. package/build-module/private-apis.js +0 -4
  172. package/build-module/private-apis.js.map +1 -1
  173. package/build-module/query-controls/index.js +1 -1
  174. package/build-module/query-controls/index.js.map +1 -1
  175. package/build-module/radio-control/index.js +35 -9
  176. package/build-module/radio-control/index.js.map +1 -1
  177. package/build-module/radio-control/types.js.map +1 -1
  178. package/build-module/range-control/index.js +1 -0
  179. package/build-module/range-control/index.js.map +1 -1
  180. package/build-module/select-control/index.js +25 -8
  181. package/build-module/select-control/index.js.map +1 -1
  182. package/build-module/select-control/styles/select-control-styles.js +41 -6
  183. package/build-module/select-control/styles/select-control-styles.js.map +1 -1
  184. package/build-module/select-control/types.js.map +1 -1
  185. package/build-module/tabs/styles.js +3 -3
  186. package/build-module/tabs/styles.js.map +1 -1
  187. package/build-module/tabs/tablist.js +3 -188
  188. package/build-module/tabs/tablist.js.map +1 -1
  189. package/build-module/text-control/index.js +1 -0
  190. package/build-module/text-control/index.js.map +1 -1
  191. package/build-module/textarea-control/index.js +1 -0
  192. package/build-module/textarea-control/index.js.map +1 -1
  193. package/build-module/toggle-control/index.js +35 -27
  194. package/build-module/toggle-control/index.js.map +1 -1
  195. package/build-module/toggle-group-control/toggle-group-control/component.js +6 -1
  196. package/build-module/toggle-group-control/toggle-group-control/component.js.map +1 -1
  197. package/build-module/toggle-group-control/toggle-group-control-option/component.js +6 -1
  198. package/build-module/toggle-group-control/toggle-group-control-option/component.js.map +1 -1
  199. package/build-module/toggle-group-control/toggle-group-control-option-base/component.js +3 -0
  200. package/build-module/toggle-group-control/toggle-group-control-option-base/component.js.map +1 -1
  201. package/build-module/toggle-group-control/toggle-group-control-option-base/styles.js +9 -9
  202. package/build-module/toggle-group-control/toggle-group-control-option-base/styles.js.map +1 -1
  203. package/build-module/toggle-group-control/toggle-group-control-option-icon/component.js +14 -14
  204. package/build-module/toggle-group-control/toggle-group-control-option-icon/component.js.map +1 -1
  205. package/build-module/tools-panel/tools-panel-header/component.js +1 -1
  206. package/build-module/tools-panel/tools-panel-header/component.js.map +1 -1
  207. package/build-module/tooltip/index.js +13 -2
  208. package/build-module/tooltip/index.js.map +1 -1
  209. package/build-module/tree-select/index.js +1 -1
  210. package/build-module/tree-select/index.js.map +1 -1
  211. package/build-module/utils/config-values.js +6 -0
  212. package/build-module/utils/config-values.js.map +1 -1
  213. package/build-module/utils/element-rect.js +147 -0
  214. package/build-module/utils/element-rect.js.map +1 -0
  215. package/build-module/utils/hooks/use-event.js +35 -0
  216. package/build-module/utils/hooks/use-event.js.map +1 -0
  217. package/build-module/utils/hooks/use-on-value-update.js +39 -0
  218. package/build-module/utils/hooks/use-on-value-update.js.map +1 -0
  219. package/build-style/style-rtl.css +126 -123
  220. package/build-style/style.css +126 -123
  221. package/build-types/alignment-matrix-control/cell.d.ts +0 -1
  222. package/build-types/alignment-matrix-control/cell.d.ts.map +1 -1
  223. package/build-types/alignment-matrix-control/icon.d.ts +0 -1
  224. package/build-types/alignment-matrix-control/icon.d.ts.map +1 -1
  225. package/build-types/alignment-matrix-control/index.d.ts +0 -1
  226. package/build-types/alignment-matrix-control/index.d.ts.map +1 -1
  227. package/build-types/alignment-matrix-control/stories/index.story.d.ts +0 -1
  228. package/build-types/alignment-matrix-control/stories/index.story.d.ts.map +1 -1
  229. package/build-types/alignment-matrix-control/styles/alignment-matrix-control-icon-styles.d.ts +8 -9
  230. package/build-types/alignment-matrix-control/styles/alignment-matrix-control-icon-styles.d.ts.map +1 -1
  231. package/build-types/alignment-matrix-control/styles/alignment-matrix-control-styles.d.ts +10 -11
  232. package/build-types/alignment-matrix-control/styles/alignment-matrix-control-styles.d.ts.map +1 -1
  233. package/build-types/angle-picker-control/angle-circle.d.ts +0 -1
  234. package/build-types/angle-picker-control/angle-circle.d.ts.map +1 -1
  235. package/build-types/angle-picker-control/index.d.ts +0 -1
  236. package/build-types/angle-picker-control/index.d.ts.map +1 -1
  237. package/build-types/angle-picker-control/stories/index.story.d.ts +0 -1
  238. package/build-types/angle-picker-control/stories/index.story.d.ts.map +1 -1
  239. package/build-types/angle-picker-control/styles/angle-picker-control-styles.d.ts +7 -8
  240. package/build-types/angle-picker-control/styles/angle-picker-control-styles.d.ts.map +1 -1
  241. package/build-types/animate/index.d.ts +0 -1
  242. package/build-types/animate/index.d.ts.map +1 -1
  243. package/build-types/animate/types.d.ts +0 -1
  244. package/build-types/animate/types.d.ts.map +1 -1
  245. package/build-types/autocomplete/autocompleter-ui.d.ts +0 -1
  246. package/build-types/autocomplete/autocompleter-ui.d.ts.map +1 -1
  247. package/build-types/autocomplete/index.d.ts +2 -3
  248. package/build-types/autocomplete/index.d.ts.map +1 -1
  249. package/build-types/autocomplete/types.d.ts +2 -3
  250. package/build-types/autocomplete/types.d.ts.map +1 -1
  251. package/build-types/base-control/hooks.d.ts +3 -4
  252. package/build-types/base-control/hooks.d.ts.map +1 -1
  253. package/build-types/base-control/index.d.ts +0 -1
  254. package/build-types/base-control/index.d.ts.map +1 -1
  255. package/build-types/base-control/stories/index.story.d.ts +0 -1
  256. package/build-types/base-control/stories/index.story.d.ts.map +1 -1
  257. package/build-types/base-control/styles/base-control-styles.d.ts +10 -11
  258. package/build-types/base-control/styles/base-control-styles.d.ts.map +1 -1
  259. package/build-types/base-control/types.d.ts +1 -1
  260. package/build-types/border-box-control/border-box-control/component.d.ts +4 -5
  261. package/build-types/border-box-control/border-box-control/component.d.ts.map +1 -1
  262. package/build-types/border-box-control/border-box-control/hook.d.ts +14 -16
  263. package/build-types/border-box-control/border-box-control/hook.d.ts.map +1 -1
  264. package/build-types/border-box-control/border-box-control-linked-button/component.d.ts +0 -1
  265. package/build-types/border-box-control/border-box-control-linked-button/component.d.ts.map +1 -1
  266. package/build-types/border-box-control/border-box-control-linked-button/hook.d.ts +12 -14
  267. package/build-types/border-box-control/border-box-control-linked-button/hook.d.ts.map +1 -1
  268. package/build-types/border-box-control/border-box-control-split-controls/component.d.ts +5 -6
  269. package/build-types/border-box-control/border-box-control-split-controls/component.d.ts.map +1 -1
  270. package/build-types/border-box-control/border-box-control-split-controls/hook.d.ts +14 -16
  271. package/build-types/border-box-control/border-box-control-split-controls/hook.d.ts.map +1 -1
  272. package/build-types/border-box-control/border-box-control-visualizer/component.d.ts +1 -2
  273. package/build-types/border-box-control/border-box-control-visualizer/component.d.ts.map +1 -1
  274. package/build-types/border-box-control/border-box-control-visualizer/hook.d.ts +9 -11
  275. package/build-types/border-box-control/border-box-control-visualizer/hook.d.ts.map +1 -1
  276. package/build-types/border-box-control/stories/index.story.d.ts +4 -5
  277. package/build-types/border-box-control/stories/index.story.d.ts.map +1 -1
  278. package/build-types/border-box-control/styles.d.ts +3 -3
  279. package/build-types/border-box-control/utils.d.ts.map +1 -1
  280. package/build-types/border-control/border-control/component.d.ts +14 -15
  281. package/build-types/border-control/border-control/component.d.ts.map +1 -1
  282. package/build-types/border-control/border-control/hook.d.ts +17 -19
  283. package/build-types/border-control/border-control/hook.d.ts.map +1 -1
  284. package/build-types/border-control/border-control-dropdown/component.d.ts +6 -7
  285. package/build-types/border-control/border-control-dropdown/component.d.ts.map +1 -1
  286. package/build-types/border-control/border-control-dropdown/hook.d.ts +12 -14
  287. package/build-types/border-control/border-control-dropdown/hook.d.ts.map +1 -1
  288. package/build-types/border-control/border-control-style-picker/component.d.ts +2 -3
  289. package/build-types/border-control/border-control-style-picker/component.d.ts.map +1 -1
  290. package/build-types/border-control/stories/index.story.d.ts +84 -85
  291. package/build-types/border-control/stories/index.story.d.ts.map +1 -1
  292. package/build-types/border-control/styles.d.ts +2 -2
  293. package/build-types/border-control/styles.d.ts.map +1 -1
  294. package/build-types/box-control/all-input-control.d.ts +0 -1
  295. package/build-types/box-control/all-input-control.d.ts.map +1 -1
  296. package/build-types/box-control/axial-input-controls.d.ts +0 -1
  297. package/build-types/box-control/axial-input-controls.d.ts.map +1 -1
  298. package/build-types/box-control/icon.d.ts +0 -1
  299. package/build-types/box-control/icon.d.ts.map +1 -1
  300. package/build-types/box-control/index.d.ts +0 -1
  301. package/build-types/box-control/index.d.ts.map +1 -1
  302. package/build-types/box-control/input-controls.d.ts +0 -1
  303. package/build-types/box-control/input-controls.d.ts.map +1 -1
  304. package/build-types/box-control/linked-button.d.ts +0 -1
  305. package/build-types/box-control/linked-button.d.ts.map +1 -1
  306. package/build-types/box-control/stories/index.story.d.ts +312 -350
  307. package/build-types/box-control/stories/index.story.d.ts.map +1 -1
  308. package/build-types/box-control/styles/box-control-icon-styles.d.ts +16 -17
  309. package/build-types/box-control/styles/box-control-icon-styles.d.ts.map +1 -1
  310. package/build-types/box-control/styles/box-control-styles.d.ts +44 -45
  311. package/build-types/box-control/styles/box-control-styles.d.ts.map +1 -1
  312. package/build-types/box-control/types.d.ts +0 -1
  313. package/build-types/box-control/types.d.ts.map +1 -1
  314. package/build-types/button/deprecated.d.ts +69 -70
  315. package/build-types/button/deprecated.d.ts.map +1 -1
  316. package/build-types/button/index.d.ts.map +1 -1
  317. package/build-types/button/stories/e2e/index.story.d.ts +0 -1
  318. package/build-types/button/stories/e2e/index.story.d.ts.map +1 -1
  319. package/build-types/button/stories/index.story.d.ts +0 -1
  320. package/build-types/button/stories/index.story.d.ts.map +1 -1
  321. package/build-types/button/types.d.ts +9 -2
  322. package/build-types/button/types.d.ts.map +1 -1
  323. package/build-types/button-group/index.d.ts +0 -1
  324. package/build-types/button-group/index.d.ts.map +1 -1
  325. package/build-types/card/card/component.d.ts +5 -6
  326. package/build-types/card/card/component.d.ts.map +1 -1
  327. package/build-types/card/card/hook.d.ts +10 -12
  328. package/build-types/card/card/hook.d.ts.map +1 -1
  329. package/build-types/card/card-body/component.d.ts +4 -5
  330. package/build-types/card/card-body/component.d.ts.map +1 -1
  331. package/build-types/card/card-body/hook.d.ts +10 -12
  332. package/build-types/card/card-body/hook.d.ts.map +1 -1
  333. package/build-types/card/card-divider/component.d.ts +4 -5
  334. package/build-types/card/card-divider/component.d.ts.map +1 -1
  335. package/build-types/card/card-divider/hook.d.ts +15 -17
  336. package/build-types/card/card-divider/hook.d.ts.map +1 -1
  337. package/build-types/card/card-footer/component.d.ts +5 -6
  338. package/build-types/card/card-footer/component.d.ts.map +1 -1
  339. package/build-types/card/card-footer/hook.d.ts +10 -12
  340. package/build-types/card/card-footer/hook.d.ts.map +1 -1
  341. package/build-types/card/card-header/component.d.ts +4 -5
  342. package/build-types/card/card-header/component.d.ts.map +1 -1
  343. package/build-types/card/card-header/hook.d.ts +10 -12
  344. package/build-types/card/card-header/hook.d.ts.map +1 -1
  345. package/build-types/card/card-media/component.d.ts +0 -1
  346. package/build-types/card/card-media/component.d.ts.map +1 -1
  347. package/build-types/card/card-media/hook.d.ts +10 -12
  348. package/build-types/card/card-media/hook.d.ts.map +1 -1
  349. package/build-types/card/context.d.ts +0 -1
  350. package/build-types/card/context.d.ts.map +1 -1
  351. package/build-types/card/stories/index.story.d.ts +3 -22
  352. package/build-types/card/stories/index.story.d.ts.map +1 -1
  353. package/build-types/checkbox-control/index.d.ts +1 -1
  354. package/build-types/checkbox-control/index.d.ts.map +1 -1
  355. package/build-types/circular-option-picker/circular-option-picker-actions.d.ts +0 -1
  356. package/build-types/circular-option-picker/circular-option-picker-actions.d.ts.map +1 -1
  357. package/build-types/circular-option-picker/circular-option-picker-context.d.ts +0 -1
  358. package/build-types/circular-option-picker/circular-option-picker-context.d.ts.map +1 -1
  359. package/build-types/circular-option-picker/circular-option-picker-option-group.d.ts +0 -1
  360. package/build-types/circular-option-picker/circular-option-picker-option-group.d.ts.map +1 -1
  361. package/build-types/circular-option-picker/circular-option-picker-option.d.ts +0 -1
  362. package/build-types/circular-option-picker/circular-option-picker-option.d.ts.map +1 -1
  363. package/build-types/circular-option-picker/circular-option-picker.d.ts +0 -1
  364. package/build-types/circular-option-picker/circular-option-picker.d.ts.map +1 -1
  365. package/build-types/clipboard-button/index.d.ts +0 -1
  366. package/build-types/clipboard-button/index.d.ts.map +1 -1
  367. package/build-types/color-indicator/index.d.ts +0 -1
  368. package/build-types/color-indicator/index.d.ts.map +1 -1
  369. package/build-types/color-palette/index.d.ts +0 -1
  370. package/build-types/color-palette/index.d.ts.map +1 -1
  371. package/build-types/color-palette/stories/index.story.d.ts +0 -1
  372. package/build-types/color-palette/stories/index.story.d.ts.map +1 -1
  373. package/build-types/color-palette/styles.d.ts +7 -8
  374. package/build-types/color-palette/styles.d.ts.map +1 -1
  375. package/build-types/color-palette/utils.d.ts +1 -1
  376. package/build-types/color-palette/utils.d.ts.map +1 -1
  377. package/build-types/color-picker/color-copy-button.d.ts +0 -1
  378. package/build-types/color-picker/color-copy-button.d.ts.map +1 -1
  379. package/build-types/color-picker/color-input.d.ts +0 -1
  380. package/build-types/color-picker/color-input.d.ts.map +1 -1
  381. package/build-types/color-picker/component.d.ts +5 -6
  382. package/build-types/color-picker/component.d.ts.map +1 -1
  383. package/build-types/color-picker/hex-input.d.ts +0 -1
  384. package/build-types/color-picker/hex-input.d.ts.map +1 -1
  385. package/build-types/color-picker/hsl-input.d.ts +0 -1
  386. package/build-types/color-picker/hsl-input.d.ts.map +1 -1
  387. package/build-types/color-picker/input-with-slider.d.ts +0 -1
  388. package/build-types/color-picker/input-with-slider.d.ts.map +1 -1
  389. package/build-types/color-picker/legacy-adapter.d.ts +0 -1
  390. package/build-types/color-picker/legacy-adapter.d.ts.map +1 -1
  391. package/build-types/color-picker/picker.d.ts +0 -1
  392. package/build-types/color-picker/picker.d.ts.map +1 -1
  393. package/build-types/color-picker/rgb-input.d.ts +0 -1
  394. package/build-types/color-picker/rgb-input.d.ts.map +1 -1
  395. package/build-types/color-picker/stories/index.story.d.ts +2 -9
  396. package/build-types/color-picker/stories/index.story.d.ts.map +1 -1
  397. package/build-types/color-picker/styles.d.ts +55 -54
  398. package/build-types/color-picker/styles.d.ts.map +1 -1
  399. package/build-types/combobox-control/index.d.ts +1 -1
  400. package/build-types/combobox-control/index.d.ts.map +1 -1
  401. package/build-types/combobox-control/stories/index.story.d.ts +41 -41
  402. package/build-types/combobox-control/stories/index.story.d.ts.map +1 -1
  403. package/build-types/combobox-control/styles.d.ts +1 -2
  404. package/build-types/combobox-control/styles.d.ts.map +1 -1
  405. package/build-types/combobox-control/types.d.ts +0 -1
  406. package/build-types/combobox-control/types.d.ts.map +1 -1
  407. package/build-types/composite/current/stories/utils.d.ts +0 -1
  408. package/build-types/composite/current/stories/utils.d.ts.map +1 -1
  409. package/build-types/composite/legacy/index.d.ts +0 -1
  410. package/build-types/composite/legacy/index.d.ts.map +1 -1
  411. package/build-types/composite/legacy/stories/utils.d.ts +0 -1
  412. package/build-types/composite/legacy/stories/utils.d.ts.map +1 -1
  413. package/build-types/confirm-dialog/component.d.ts +0 -1
  414. package/build-types/confirm-dialog/component.d.ts.map +1 -1
  415. package/build-types/confirm-dialog/stories/index.story.d.ts +0 -1
  416. package/build-types/confirm-dialog/stories/index.story.d.ts.map +1 -1
  417. package/build-types/context/context-system-provider.d.ts +1 -1
  418. package/build-types/context/context-system-provider.d.ts.map +1 -1
  419. package/build-types/context/get-styled-class-name-from-key.d.ts +9 -1
  420. package/build-types/context/get-styled-class-name-from-key.d.ts.map +1 -1
  421. package/build-types/context/use-context-system.d.ts +1 -1
  422. package/build-types/context/use-context-system.d.ts.map +1 -1
  423. package/build-types/context/utils.d.ts.map +1 -1
  424. package/build-types/custom-gradient-picker/gradient-bar/control-points.d.ts +0 -1
  425. package/build-types/custom-gradient-picker/gradient-bar/control-points.d.ts.map +1 -1
  426. package/build-types/custom-gradient-picker/gradient-bar/index.d.ts +0 -1
  427. package/build-types/custom-gradient-picker/gradient-bar/index.d.ts.map +1 -1
  428. package/build-types/custom-gradient-picker/index.d.ts +0 -1
  429. package/build-types/custom-gradient-picker/index.d.ts.map +1 -1
  430. package/build-types/custom-gradient-picker/styles/custom-gradient-picker-styles.d.ts +2 -3
  431. package/build-types/custom-gradient-picker/styles/custom-gradient-picker-styles.d.ts.map +1 -1
  432. package/build-types/custom-gradient-picker/types.d.ts +0 -1
  433. package/build-types/custom-gradient-picker/types.d.ts.map +1 -1
  434. package/build-types/custom-gradient-picker/utils.d.ts.map +1 -1
  435. package/build-types/custom-select-control/index.d.ts +3 -2
  436. package/build-types/custom-select-control/index.d.ts.map +1 -1
  437. package/build-types/custom-select-control/stories/index.story.d.ts +6 -42
  438. package/build-types/custom-select-control/stories/index.story.d.ts.map +1 -1
  439. package/build-types/custom-select-control/test/index.d.ts.map +1 -0
  440. package/build-types/custom-select-control/types.d.ts +122 -0
  441. package/build-types/custom-select-control/types.d.ts.map +1 -0
  442. package/build-types/custom-select-control-v2/custom-select.d.ts +0 -1
  443. package/build-types/custom-select-control-v2/custom-select.d.ts.map +1 -1
  444. package/build-types/custom-select-control-v2/index.d.ts +7 -4
  445. package/build-types/custom-select-control-v2/index.d.ts.map +1 -1
  446. package/build-types/custom-select-control-v2/item.d.ts +0 -1
  447. package/build-types/custom-select-control-v2/item.d.ts.map +1 -1
  448. package/build-types/custom-select-control-v2/stories/{default.story.d.ts → index.story.d.ts} +10 -11
  449. package/build-types/custom-select-control-v2/stories/index.story.d.ts.map +1 -0
  450. package/build-types/custom-select-control-v2/styles.d.ts +30 -43
  451. package/build-types/custom-select-control-v2/styles.d.ts.map +1 -1
  452. package/build-types/custom-select-control-v2/types.d.ts +0 -106
  453. package/build-types/custom-select-control-v2/types.d.ts.map +1 -1
  454. package/build-types/dashicon/index.d.ts +0 -1
  455. package/build-types/dashicon/index.d.ts.map +1 -1
  456. package/build-types/date-time/date/index.d.ts +0 -1
  457. package/build-types/date-time/date/index.d.ts.map +1 -1
  458. package/build-types/date-time/date/styles.d.ts +17 -18
  459. package/build-types/date-time/date/styles.d.ts.map +1 -1
  460. package/build-types/date-time/date-time/index.d.ts +1 -2
  461. package/build-types/date-time/date-time/index.d.ts.map +1 -1
  462. package/build-types/date-time/date-time/styles.d.ts +3 -4
  463. package/build-types/date-time/date-time/styles.d.ts.map +1 -1
  464. package/build-types/date-time/index.d.ts +1 -2
  465. package/build-types/date-time/index.d.ts.map +1 -1
  466. package/build-types/date-time/stories/time.story.d.ts +5 -0
  467. package/build-types/date-time/stories/time.story.d.ts.map +1 -1
  468. package/build-types/date-time/time/index.d.ts +3 -1
  469. package/build-types/date-time/time/index.d.ts.map +1 -1
  470. package/build-types/date-time/time/styles.d.ts +64 -65
  471. package/build-types/date-time/time/styles.d.ts.map +1 -1
  472. package/build-types/date-time/{time-input → time/time-input}/index.d.ts +1 -2
  473. package/build-types/date-time/time/time-input/index.d.ts.map +1 -0
  474. package/build-types/date-time/time/time-input/test/index.d.ts.map +1 -0
  475. package/build-types/date-time/time/timezone.d.ts +0 -1
  476. package/build-types/date-time/time/timezone.d.ts.map +1 -1
  477. package/build-types/date-time/types.d.ts +0 -1
  478. package/build-types/date-time/types.d.ts.map +1 -1
  479. package/build-types/date-time/utils.d.ts +3 -4
  480. package/build-types/date-time/utils.d.ts.map +1 -1
  481. package/build-types/dimension-control/index.d.ts +0 -1
  482. package/build-types/dimension-control/index.d.ts.map +1 -1
  483. package/build-types/disabled/index.d.ts +0 -1
  484. package/build-types/disabled/index.d.ts.map +1 -1
  485. package/build-types/disabled/types.d.ts +0 -1
  486. package/build-types/disabled/types.d.ts.map +1 -1
  487. package/build-types/disclosure/index.d.ts +0 -1
  488. package/build-types/disclosure/index.d.ts.map +1 -1
  489. package/build-types/disclosure/types.d.ts +0 -1
  490. package/build-types/disclosure/types.d.ts.map +1 -1
  491. package/build-types/divider/component.d.ts +4 -5
  492. package/build-types/divider/component.d.ts.map +1 -1
  493. package/build-types/divider/styles.d.ts +6 -7
  494. package/build-types/divider/styles.d.ts.map +1 -1
  495. package/build-types/draggable/index.d.ts +0 -1
  496. package/build-types/draggable/index.d.ts.map +1 -1
  497. package/build-types/drop-zone/index.d.ts +0 -1
  498. package/build-types/drop-zone/index.d.ts.map +1 -1
  499. package/build-types/drop-zone/provider.d.ts +0 -1
  500. package/build-types/drop-zone/provider.d.ts.map +1 -1
  501. package/build-types/drop-zone/stories/index.story.d.ts +0 -1
  502. package/build-types/drop-zone/stories/index.story.d.ts.map +1 -1
  503. package/build-types/dropdown/dropdown-content-wrapper.d.ts +0 -1
  504. package/build-types/dropdown/dropdown-content-wrapper.d.ts.map +1 -1
  505. package/build-types/dropdown/index.d.ts +0 -1
  506. package/build-types/dropdown/index.d.ts.map +1 -1
  507. package/build-types/dropdown/stories/index.story.d.ts +5 -6
  508. package/build-types/dropdown/stories/index.story.d.ts.map +1 -1
  509. package/build-types/dropdown/styles.d.ts +2 -3
  510. package/build-types/dropdown/styles.d.ts.map +1 -1
  511. package/build-types/dropdown-menu/index.d.ts +0 -1
  512. package/build-types/dropdown-menu/index.d.ts.map +1 -1
  513. package/build-types/dropdown-menu/stories/index.story.d.ts +3 -4
  514. package/build-types/dropdown-menu/stories/index.story.d.ts.map +1 -1
  515. package/build-types/dropdown-menu-v2/index.d.ts +0 -1
  516. package/build-types/dropdown-menu-v2/index.d.ts.map +1 -1
  517. package/build-types/dropdown-menu-v2/stories/index.story.d.ts.map +1 -1
  518. package/build-types/dropdown-menu-v2/styles.d.ts +41 -60
  519. package/build-types/dropdown-menu-v2/styles.d.ts.map +1 -1
  520. package/build-types/dropdown-menu-v2/types.d.ts +0 -1
  521. package/build-types/dropdown-menu-v2/types.d.ts.map +1 -1
  522. package/build-types/duotone-picker/color-list-picker/index.d.ts +0 -1
  523. package/build-types/duotone-picker/color-list-picker/index.d.ts.map +1 -1
  524. package/build-types/duotone-picker/custom-duotone-bar.d.ts +0 -1
  525. package/build-types/duotone-picker/custom-duotone-bar.d.ts.map +1 -1
  526. package/build-types/duotone-picker/duotone-picker.d.ts +0 -1
  527. package/build-types/duotone-picker/duotone-picker.d.ts.map +1 -1
  528. package/build-types/duotone-picker/duotone-swatch.d.ts +0 -1
  529. package/build-types/duotone-picker/duotone-swatch.d.ts.map +1 -1
  530. package/build-types/elevation/component.d.ts +0 -1
  531. package/build-types/elevation/component.d.ts.map +1 -1
  532. package/build-types/elevation/hook.d.ts +9 -11
  533. package/build-types/elevation/hook.d.ts.map +1 -1
  534. package/build-types/external-link/index.d.ts +0 -1
  535. package/build-types/external-link/index.d.ts.map +1 -1
  536. package/build-types/flex/context.d.ts +2 -3
  537. package/build-types/flex/context.d.ts.map +1 -1
  538. package/build-types/flex/flex/component.d.ts +0 -1
  539. package/build-types/flex/flex/component.d.ts.map +1 -1
  540. package/build-types/flex/flex/hook.d.ts +9 -11
  541. package/build-types/flex/flex/hook.d.ts.map +1 -1
  542. package/build-types/flex/flex-block/component.d.ts +0 -1
  543. package/build-types/flex/flex-block/component.d.ts.map +1 -1
  544. package/build-types/flex/flex-block/hook.d.ts +9 -11
  545. package/build-types/flex/flex-block/hook.d.ts.map +1 -1
  546. package/build-types/flex/flex-item/component.d.ts +0 -1
  547. package/build-types/flex/flex-item/component.d.ts.map +1 -1
  548. package/build-types/flex/flex-item/hook.d.ts +9 -11
  549. package/build-types/flex/flex-item/hook.d.ts.map +1 -1
  550. package/build-types/focal-point-picker/controls.d.ts +0 -1
  551. package/build-types/focal-point-picker/controls.d.ts.map +1 -1
  552. package/build-types/focal-point-picker/focal-point.d.ts +0 -1
  553. package/build-types/focal-point-picker/focal-point.d.ts.map +1 -1
  554. package/build-types/focal-point-picker/grid.d.ts +0 -1
  555. package/build-types/focal-point-picker/grid.d.ts.map +1 -1
  556. package/build-types/focal-point-picker/index.d.ts +1 -1
  557. package/build-types/focal-point-picker/index.d.ts.map +1 -1
  558. package/build-types/focal-point-picker/media.d.ts +0 -1
  559. package/build-types/focal-point-picker/media.d.ts.map +1 -1
  560. package/build-types/focal-point-picker/stories/index.story.d.ts +32 -33
  561. package/build-types/focal-point-picker/stories/index.story.d.ts.map +1 -1
  562. package/build-types/focal-point-picker/styles/focal-point-picker-style.d.ts +26 -27
  563. package/build-types/focal-point-picker/styles/focal-point-picker-style.d.ts.map +1 -1
  564. package/build-types/focal-point-picker/styles/focal-point-style.d.ts +2 -3
  565. package/build-types/focal-point-picker/styles/focal-point-style.d.ts.map +1 -1
  566. package/build-types/focusable-iframe/index.d.ts +0 -1
  567. package/build-types/focusable-iframe/index.d.ts.map +1 -1
  568. package/build-types/font-size-picker/font-size-picker-select.d.ts +0 -1
  569. package/build-types/font-size-picker/font-size-picker-select.d.ts.map +1 -1
  570. package/build-types/font-size-picker/font-size-picker-toggle-group.d.ts +0 -1
  571. package/build-types/font-size-picker/font-size-picker-toggle-group.d.ts.map +1 -1
  572. package/build-types/font-size-picker/index.d.ts +0 -1
  573. package/build-types/font-size-picker/index.d.ts.map +1 -1
  574. package/build-types/font-size-picker/stories/e2e/index.story.d.ts +0 -1
  575. package/build-types/font-size-picker/stories/e2e/index.story.d.ts.map +1 -1
  576. package/build-types/font-size-picker/styles.d.ts +9 -10
  577. package/build-types/font-size-picker/styles.d.ts.map +1 -1
  578. package/build-types/font-size-picker/types.d.ts +6 -5
  579. package/build-types/font-size-picker/types.d.ts.map +1 -1
  580. package/build-types/form-file-upload/index.d.ts +0 -1
  581. package/build-types/form-file-upload/index.d.ts.map +1 -1
  582. package/build-types/form-file-upload/stories/index.story.d.ts +0 -1
  583. package/build-types/form-file-upload/stories/index.story.d.ts.map +1 -1
  584. package/build-types/form-toggle/index.d.ts +2 -5
  585. package/build-types/form-toggle/index.d.ts.map +1 -1
  586. package/build-types/form-token-field/index.d.ts +0 -1
  587. package/build-types/form-token-field/index.d.ts.map +1 -1
  588. package/build-types/form-token-field/stories/index.story.d.ts.map +1 -1
  589. package/build-types/form-token-field/styles.d.ts +1 -2
  590. package/build-types/form-token-field/styles.d.ts.map +1 -1
  591. package/build-types/form-token-field/suggestions-list.d.ts +0 -1
  592. package/build-types/form-token-field/suggestions-list.d.ts.map +1 -1
  593. package/build-types/form-token-field/token.d.ts +0 -1
  594. package/build-types/form-token-field/token.d.ts.map +1 -1
  595. package/build-types/gradient-picker/index.d.ts +0 -1
  596. package/build-types/gradient-picker/index.d.ts.map +1 -1
  597. package/build-types/gradient-picker/types.d.ts +0 -1
  598. package/build-types/gradient-picker/types.d.ts.map +1 -1
  599. package/build-types/grid/component.d.ts +0 -1
  600. package/build-types/grid/component.d.ts.map +1 -1
  601. package/build-types/grid/hook.d.ts +9 -11
  602. package/build-types/grid/hook.d.ts.map +1 -1
  603. package/build-types/guide/icons.d.ts +0 -1
  604. package/build-types/guide/icons.d.ts.map +1 -1
  605. package/build-types/guide/index.d.ts +0 -1
  606. package/build-types/guide/index.d.ts.map +1 -1
  607. package/build-types/guide/page-control.d.ts +0 -1
  608. package/build-types/guide/page-control.d.ts.map +1 -1
  609. package/build-types/guide/page.d.ts +0 -1
  610. package/build-types/guide/page.d.ts.map +1 -1
  611. package/build-types/h-stack/component.d.ts +2 -3
  612. package/build-types/h-stack/component.d.ts.map +1 -1
  613. package/build-types/h-stack/hook.d.ts +9 -11
  614. package/build-types/h-stack/hook.d.ts.map +1 -1
  615. package/build-types/heading/component.d.ts +5 -6
  616. package/build-types/heading/component.d.ts.map +1 -1
  617. package/build-types/heading/hook.d.ts +9 -11
  618. package/build-types/heading/hook.d.ts.map +1 -1
  619. package/build-types/heading/types.d.ts +1 -1
  620. package/build-types/heading/types.d.ts.map +1 -1
  621. package/build-types/higher-order/navigate-regions/index.d.ts +1 -2
  622. package/build-types/higher-order/navigate-regions/index.d.ts.map +1 -1
  623. package/build-types/higher-order/with-constrained-tabbing/index.d.ts +0 -1
  624. package/build-types/higher-order/with-constrained-tabbing/index.d.ts.map +1 -1
  625. package/build-types/higher-order/with-fallback-styles/index.d.ts +3 -4
  626. package/build-types/higher-order/with-fallback-styles/index.d.ts.map +1 -1
  627. package/build-types/higher-order/with-filters/index.d.ts +4 -5
  628. package/build-types/higher-order/with-filters/index.d.ts.map +1 -1
  629. package/build-types/higher-order/with-focus-outside/index.d.ts +0 -1
  630. package/build-types/higher-order/with-focus-outside/index.d.ts.map +1 -1
  631. package/build-types/higher-order/with-focus-return/index.d.ts +0 -1
  632. package/build-types/higher-order/with-focus-return/index.d.ts.map +1 -1
  633. package/build-types/higher-order/with-notices/index.d.ts +0 -1
  634. package/build-types/higher-order/with-notices/index.d.ts.map +1 -1
  635. package/build-types/higher-order/with-notices/types.d.ts +0 -1
  636. package/build-types/higher-order/with-notices/types.d.ts.map +1 -1
  637. package/build-types/higher-order/with-spoken-messages/index.d.ts +0 -1
  638. package/build-types/higher-order/with-spoken-messages/index.d.ts.map +1 -1
  639. package/build-types/index.d.ts +1 -1
  640. package/build-types/index.d.ts.map +1 -1
  641. package/build-types/input-control/backdrop.d.ts +0 -1
  642. package/build-types/input-control/backdrop.d.ts.map +1 -1
  643. package/build-types/input-control/input-base.d.ts +0 -1
  644. package/build-types/input-control/input-base.d.ts.map +1 -1
  645. package/build-types/input-control/input-field.d.ts +0 -1
  646. package/build-types/input-control/input-field.d.ts.map +1 -1
  647. package/build-types/input-control/input-prefix-wrapper.d.ts +0 -1
  648. package/build-types/input-control/input-prefix-wrapper.d.ts.map +1 -1
  649. package/build-types/input-control/input-suffix-wrapper.d.ts +0 -1
  650. package/build-types/input-control/input-suffix-wrapper.d.ts.map +1 -1
  651. package/build-types/input-control/label.d.ts +0 -1
  652. package/build-types/input-control/label.d.ts.map +1 -1
  653. package/build-types/input-control/reducer/reducer.d.ts +9 -9
  654. package/build-types/input-control/reducer/reducer.d.ts.map +1 -1
  655. package/build-types/input-control/stories/index.story.d.ts +0 -1
  656. package/build-types/input-control/stories/index.story.d.ts.map +1 -1
  657. package/build-types/input-control/styles/input-control-styles.d.ts +13 -13
  658. package/build-types/input-control/styles/input-control-styles.d.ts.map +1 -1
  659. package/build-types/isolated-event-container/index.d.ts +0 -1
  660. package/build-types/isolated-event-container/index.d.ts.map +1 -1
  661. package/build-types/item-group/context.d.ts +0 -1
  662. package/build-types/item-group/context.d.ts.map +1 -1
  663. package/build-types/item-group/item/component.d.ts +0 -1
  664. package/build-types/item-group/item/component.d.ts.map +1 -1
  665. package/build-types/item-group/item/hook.d.ts +10 -12
  666. package/build-types/item-group/item/hook.d.ts.map +1 -1
  667. package/build-types/item-group/item-group/component.d.ts +0 -1
  668. package/build-types/item-group/item-group/component.d.ts.map +1 -1
  669. package/build-types/item-group/item-group/hook.d.ts +11 -13
  670. package/build-types/item-group/item-group/hook.d.ts.map +1 -1
  671. package/build-types/item-group/styles.d.ts +1 -1
  672. package/build-types/item-group/types.d.ts +0 -1
  673. package/build-types/item-group/types.d.ts.map +1 -1
  674. package/build-types/keyboard-shortcuts/index.d.ts +0 -1
  675. package/build-types/keyboard-shortcuts/index.d.ts.map +1 -1
  676. package/build-types/keyboard-shortcuts/types.d.ts +0 -1
  677. package/build-types/keyboard-shortcuts/types.d.ts.map +1 -1
  678. package/build-types/menu-group/index.d.ts +0 -1
  679. package/build-types/menu-group/index.d.ts.map +1 -1
  680. package/build-types/menu-item/index.d.ts +8 -9
  681. package/build-types/menu-item/index.d.ts.map +1 -1
  682. package/build-types/menu-item/stories/index.story.d.ts +32 -33
  683. package/build-types/menu-item/stories/index.story.d.ts.map +1 -1
  684. package/build-types/menu-items-choice/index.d.ts +0 -1
  685. package/build-types/menu-items-choice/index.d.ts.map +1 -1
  686. package/build-types/modal/index.d.ts +0 -1
  687. package/build-types/modal/index.d.ts.map +1 -1
  688. package/build-types/navigable-container/container.d.ts +8 -8
  689. package/build-types/navigable-container/menu.d.ts +7 -7
  690. package/build-types/navigable-container/tabbable.d.ts +6 -6
  691. package/build-types/navigation/back-button/index.d.ts +0 -1
  692. package/build-types/navigation/back-button/index.d.ts.map +1 -1
  693. package/build-types/navigation/context.d.ts +0 -1
  694. package/build-types/navigation/context.d.ts.map +1 -1
  695. package/build-types/navigation/group/context.d.ts +0 -1
  696. package/build-types/navigation/group/context.d.ts.map +1 -1
  697. package/build-types/navigation/group/index.d.ts +0 -1
  698. package/build-types/navigation/group/index.d.ts.map +1 -1
  699. package/build-types/navigation/index.d.ts +0 -1
  700. package/build-types/navigation/index.d.ts.map +1 -1
  701. package/build-types/navigation/item/base-content.d.ts +0 -1
  702. package/build-types/navigation/item/base-content.d.ts.map +1 -1
  703. package/build-types/navigation/item/base.d.ts +0 -1
  704. package/build-types/navigation/item/base.d.ts.map +1 -1
  705. package/build-types/navigation/item/index.d.ts +0 -1
  706. package/build-types/navigation/item/index.d.ts.map +1 -1
  707. package/build-types/navigation/menu/context.d.ts +0 -1
  708. package/build-types/navigation/menu/context.d.ts.map +1 -1
  709. package/build-types/navigation/menu/index.d.ts +0 -1
  710. package/build-types/navigation/menu/index.d.ts.map +1 -1
  711. package/build-types/navigation/menu/menu-title-search.d.ts +0 -1
  712. package/build-types/navigation/menu/menu-title-search.d.ts.map +1 -1
  713. package/build-types/navigation/menu/menu-title.d.ts +0 -1
  714. package/build-types/navigation/menu/menu-title.d.ts.map +1 -1
  715. package/build-types/navigation/menu/search-no-results-found.d.ts +0 -1
  716. package/build-types/navigation/menu/search-no-results-found.d.ts.map +1 -1
  717. package/build-types/navigation/styles/navigation-styles.d.ts +27 -28
  718. package/build-types/navigation/styles/navigation-styles.d.ts.map +1 -1
  719. package/build-types/navigation/types.d.ts +0 -1
  720. package/build-types/navigation/types.d.ts.map +1 -1
  721. package/build-types/navigation/use-navigation-tree-nodes.d.ts +0 -1
  722. package/build-types/navigation/use-navigation-tree-nodes.d.ts.map +1 -1
  723. package/build-types/navigator/context.d.ts +0 -1
  724. package/build-types/navigator/context.d.ts.map +1 -1
  725. package/build-types/navigator/navigator-back-button/component.d.ts +17 -18
  726. package/build-types/navigator/navigator-back-button/component.d.ts.map +1 -1
  727. package/build-types/navigator/navigator-back-button/hook.d.ts +29 -31
  728. package/build-types/navigator/navigator-back-button/hook.d.ts.map +1 -1
  729. package/build-types/navigator/navigator-button/component.d.ts +18 -19
  730. package/build-types/navigator/navigator-button/component.d.ts.map +1 -1
  731. package/build-types/navigator/navigator-button/hook.d.ts +29 -31
  732. package/build-types/navigator/navigator-button/hook.d.ts.map +1 -1
  733. package/build-types/navigator/navigator-provider/component.d.ts +0 -1
  734. package/build-types/navigator/navigator-provider/component.d.ts.map +1 -1
  735. package/build-types/navigator/navigator-screen/component.d.ts +0 -1
  736. package/build-types/navigator/navigator-screen/component.d.ts.map +1 -1
  737. package/build-types/navigator/navigator-to-parent-button/component.d.ts +17 -18
  738. package/build-types/navigator/navigator-to-parent-button/component.d.ts.map +1 -1
  739. package/build-types/navigator/stories/index.story.d.ts +4 -4
  740. package/build-types/navigator/stories/index.story.d.ts.map +1 -1
  741. package/build-types/notice/index.d.ts +0 -1
  742. package/build-types/notice/index.d.ts.map +1 -1
  743. package/build-types/notice/list.d.ts +0 -1
  744. package/build-types/notice/list.d.ts.map +1 -1
  745. package/build-types/number-control/index.d.ts +12 -13
  746. package/build-types/number-control/index.d.ts.map +1 -1
  747. package/build-types/number-control/stories/index.story.d.ts +12 -13
  748. package/build-types/number-control/stories/index.story.d.ts.map +1 -1
  749. package/build-types/number-control/styles/number-control-styles.d.ts +2 -3
  750. package/build-types/number-control/styles/number-control-styles.d.ts.map +1 -1
  751. package/build-types/palette-edit/index.d.ts +0 -1
  752. package/build-types/palette-edit/index.d.ts.map +1 -1
  753. package/build-types/palette-edit/styles.d.ts +18 -20
  754. package/build-types/palette-edit/styles.d.ts.map +1 -1
  755. package/build-types/panel/body.d.ts +0 -1
  756. package/build-types/panel/body.d.ts.map +1 -1
  757. package/build-types/panel/header.d.ts +0 -1
  758. package/build-types/panel/header.d.ts.map +1 -1
  759. package/build-types/panel/index.d.ts +0 -1
  760. package/build-types/panel/index.d.ts.map +1 -1
  761. package/build-types/panel/row.d.ts +0 -1
  762. package/build-types/panel/row.d.ts.map +1 -1
  763. package/build-types/panel/types.d.ts +0 -1
  764. package/build-types/panel/types.d.ts.map +1 -1
  765. package/build-types/placeholder/index.d.ts +0 -1
  766. package/build-types/placeholder/index.d.ts.map +1 -1
  767. package/build-types/popover/index.d.ts +0 -1
  768. package/build-types/popover/index.d.ts.map +1 -1
  769. package/build-types/popover/overlay-middlewares.d.ts +1 -11
  770. package/build-types/popover/overlay-middlewares.d.ts.map +1 -1
  771. package/build-types/popover/stories/e2e/index.story.d.ts +0 -1
  772. package/build-types/popover/stories/e2e/index.story.d.ts.map +1 -1
  773. package/build-types/popover/stories/index.story.d.ts +6 -6
  774. package/build-types/popover/stories/index.story.d.ts.map +1 -1
  775. package/build-types/popover/test/utils/index.d.ts +0 -1
  776. package/build-types/popover/test/utils/index.d.ts.map +1 -1
  777. package/build-types/popover/utils.d.ts +3 -3
  778. package/build-types/popover/utils.d.ts.map +1 -1
  779. package/build-types/private-apis.d.ts.map +1 -1
  780. package/build-types/progress-bar/index.d.ts +0 -1
  781. package/build-types/progress-bar/index.d.ts.map +1 -1
  782. package/build-types/progress-bar/stories/index.story.d.ts +0 -1
  783. package/build-types/progress-bar/stories/index.story.d.ts.map +1 -1
  784. package/build-types/progress-bar/styles.d.ts +6 -7
  785. package/build-types/progress-bar/styles.d.ts.map +1 -1
  786. package/build-types/query-controls/author-select.d.ts +0 -1
  787. package/build-types/query-controls/author-select.d.ts.map +1 -1
  788. package/build-types/query-controls/category-select.d.ts +0 -1
  789. package/build-types/query-controls/category-select.d.ts.map +1 -1
  790. package/build-types/query-controls/index.d.ts +0 -1
  791. package/build-types/query-controls/index.d.ts.map +1 -1
  792. package/build-types/radio-control/index.d.ts +0 -1
  793. package/build-types/radio-control/index.d.ts.map +1 -1
  794. package/build-types/radio-control/stories/index.story.d.ts +1 -0
  795. package/build-types/radio-control/stories/index.story.d.ts.map +1 -1
  796. package/build-types/radio-control/test/index.d.ts +2 -0
  797. package/build-types/radio-control/test/index.d.ts.map +1 -0
  798. package/build-types/radio-control/types.d.ts +4 -0
  799. package/build-types/radio-control/types.d.ts.map +1 -1
  800. package/build-types/radio-group/context.d.ts +2 -3
  801. package/build-types/radio-group/context.d.ts.map +1 -1
  802. package/build-types/radio-group/index.d.ts +0 -1
  803. package/build-types/radio-group/index.d.ts.map +1 -1
  804. package/build-types/radio-group/radio.d.ts +0 -1
  805. package/build-types/radio-group/radio.d.ts.map +1 -1
  806. package/build-types/radio-group/types.d.ts +0 -1
  807. package/build-types/radio-group/types.d.ts.map +1 -1
  808. package/build-types/range-control/index.d.ts +29 -29
  809. package/build-types/range-control/index.d.ts.map +1 -1
  810. package/build-types/range-control/input-range.d.ts +0 -1
  811. package/build-types/range-control/input-range.d.ts.map +1 -1
  812. package/build-types/range-control/mark.d.ts +0 -1
  813. package/build-types/range-control/mark.d.ts.map +1 -1
  814. package/build-types/range-control/rail.d.ts +0 -1
  815. package/build-types/range-control/rail.d.ts.map +1 -1
  816. package/build-types/range-control/styles/range-control-styles.d.ts +48 -49
  817. package/build-types/range-control/styles/range-control-styles.d.ts.map +1 -1
  818. package/build-types/range-control/tooltip.d.ts +0 -1
  819. package/build-types/range-control/tooltip.d.ts.map +1 -1
  820. package/build-types/resizable-box/index.d.ts +7 -20
  821. package/build-types/resizable-box/index.d.ts.map +1 -1
  822. package/build-types/resizable-box/resize-tooltip/label.d.ts +0 -1
  823. package/build-types/resizable-box/resize-tooltip/label.d.ts.map +1 -1
  824. package/build-types/resizable-box/resize-tooltip/styles/resize-tooltip.styles.d.ts +7 -8
  825. package/build-types/resizable-box/resize-tooltip/styles/resize-tooltip.styles.d.ts.map +1 -1
  826. package/build-types/resizable-box/resize-tooltip/utils.d.ts +0 -1
  827. package/build-types/resizable-box/resize-tooltip/utils.d.ts.map +1 -1
  828. package/build-types/resizable-box/stories/index.story.d.ts +32 -39
  829. package/build-types/resizable-box/stories/index.story.d.ts.map +1 -1
  830. package/build-types/responsive-wrapper/index.d.ts +0 -1
  831. package/build-types/responsive-wrapper/index.d.ts.map +1 -1
  832. package/build-types/responsive-wrapper/types.d.ts +0 -1
  833. package/build-types/responsive-wrapper/types.d.ts.map +1 -1
  834. package/build-types/sandbox/index.d.ts +0 -1
  835. package/build-types/sandbox/index.d.ts.map +1 -1
  836. package/build-types/sandbox/types.d.ts +0 -1
  837. package/build-types/sandbox/types.d.ts.map +1 -1
  838. package/build-types/scrollable/component.d.ts +0 -1
  839. package/build-types/scrollable/component.d.ts.map +1 -1
  840. package/build-types/scrollable/hook.d.ts +9 -11
  841. package/build-types/scrollable/hook.d.ts.map +1 -1
  842. package/build-types/search-control/index.d.ts +0 -1
  843. package/build-types/search-control/index.d.ts.map +1 -1
  844. package/build-types/search-control/stories/index.story.d.ts +0 -1
  845. package/build-types/search-control/stories/index.story.d.ts.map +1 -1
  846. package/build-types/search-control/styles.d.ts +3 -4
  847. package/build-types/search-control/styles.d.ts.map +1 -1
  848. package/build-types/search-control/types.d.ts +0 -1
  849. package/build-types/search-control/types.d.ts.map +1 -1
  850. package/build-types/select-control/chevron-down.d.ts +0 -1
  851. package/build-types/select-control/chevron-down.d.ts.map +1 -1
  852. package/build-types/select-control/index.d.ts +4 -2
  853. package/build-types/select-control/index.d.ts.map +1 -1
  854. package/build-types/select-control/stories/index.story.d.ts +9 -3
  855. package/build-types/select-control/stories/index.story.d.ts.map +1 -1
  856. package/build-types/select-control/styles/select-control-styles.d.ts +7 -8
  857. package/build-types/select-control/styles/select-control-styles.d.ts.map +1 -1
  858. package/build-types/select-control/types.d.ts +33 -27
  859. package/build-types/select-control/types.d.ts.map +1 -1
  860. package/build-types/shortcut/index.d.ts +0 -1
  861. package/build-types/shortcut/index.d.ts.map +1 -1
  862. package/build-types/slot-fill/bubbles-virtually/fill.d.ts +0 -1
  863. package/build-types/slot-fill/bubbles-virtually/fill.d.ts.map +1 -1
  864. package/build-types/slot-fill/bubbles-virtually/slot-fill-context.d.ts +0 -1
  865. package/build-types/slot-fill/bubbles-virtually/slot-fill-context.d.ts.map +1 -1
  866. package/build-types/slot-fill/bubbles-virtually/slot-fill-provider.d.ts +0 -1
  867. package/build-types/slot-fill/bubbles-virtually/slot-fill-provider.d.ts.map +1 -1
  868. package/build-types/slot-fill/bubbles-virtually/slot.d.ts +1 -2
  869. package/build-types/slot-fill/bubbles-virtually/slot.d.ts.map +1 -1
  870. package/build-types/slot-fill/bubbles-virtually/use-slot.d.ts.map +1 -1
  871. package/build-types/slot-fill/context.d.ts +0 -1
  872. package/build-types/slot-fill/context.d.ts.map +1 -1
  873. package/build-types/slot-fill/index.d.ts +4 -4
  874. package/build-types/slot-fill/index.d.ts.map +1 -1
  875. package/build-types/slot-fill/provider.d.ts +0 -1
  876. package/build-types/slot-fill/provider.d.ts.map +1 -1
  877. package/build-types/slot-fill/slot.d.ts +1 -2
  878. package/build-types/slot-fill/slot.d.ts.map +1 -1
  879. package/build-types/slot-fill/use-slot.d.ts +0 -1
  880. package/build-types/slot-fill/use-slot.d.ts.map +1 -1
  881. package/build-types/snackbar/index.d.ts +5 -6
  882. package/build-types/snackbar/index.d.ts.map +1 -1
  883. package/build-types/snackbar/list.d.ts +0 -1
  884. package/build-types/snackbar/list.d.ts.map +1 -1
  885. package/build-types/spacer/component.d.ts +0 -1
  886. package/build-types/spacer/component.d.ts.map +1 -1
  887. package/build-types/spacer/hook.d.ts +9 -11
  888. package/build-types/spacer/hook.d.ts.map +1 -1
  889. package/build-types/spinner/styles.d.ts +6 -7
  890. package/build-types/spinner/styles.d.ts.map +1 -1
  891. package/build-types/style-provider/index.d.ts +0 -1
  892. package/build-types/style-provider/index.d.ts.map +1 -1
  893. package/build-types/surface/component.d.ts +0 -1
  894. package/build-types/surface/component.d.ts.map +1 -1
  895. package/build-types/surface/hook.d.ts +10 -12
  896. package/build-types/surface/hook.d.ts.map +1 -1
  897. package/build-types/surface/types.d.ts +0 -1
  898. package/build-types/surface/types.d.ts.map +1 -1
  899. package/build-types/tab-panel/index.d.ts +0 -1
  900. package/build-types/tab-panel/index.d.ts.map +1 -1
  901. package/build-types/tab-panel/stories/index.story.d.ts +0 -1
  902. package/build-types/tab-panel/stories/index.story.d.ts.map +1 -1
  903. package/build-types/tabs/context.d.ts +0 -1
  904. package/build-types/tabs/context.d.ts.map +1 -1
  905. package/build-types/tabs/index.d.ts +0 -1
  906. package/build-types/tabs/index.d.ts.map +1 -1
  907. package/build-types/tabs/styles.d.ts +12 -19
  908. package/build-types/tabs/styles.d.ts.map +1 -1
  909. package/build-types/tabs/tab.d.ts +0 -1
  910. package/build-types/tabs/tab.d.ts.map +1 -1
  911. package/build-types/tabs/tablist.d.ts +0 -1
  912. package/build-types/tabs/tablist.d.ts.map +1 -1
  913. package/build-types/tabs/tabpanel.d.ts +0 -1
  914. package/build-types/tabs/tabpanel.d.ts.map +1 -1
  915. package/build-types/tabs/types.d.ts +0 -1
  916. package/build-types/tabs/types.d.ts.map +1 -1
  917. package/build-types/text/component.d.ts +0 -1
  918. package/build-types/text/component.d.ts.map +1 -1
  919. package/build-types/text/hook.d.ts +9 -9
  920. package/build-types/text/stories/index.story.d.ts +0 -1
  921. package/build-types/text/stories/index.story.d.ts.map +1 -1
  922. package/build-types/text/utils.d.ts +0 -1
  923. package/build-types/text/utils.d.ts.map +1 -1
  924. package/build-types/text-control/index.d.ts +3 -3
  925. package/build-types/text-control/index.d.ts.map +1 -1
  926. package/build-types/text-highlight/index.d.ts +0 -1
  927. package/build-types/text-highlight/index.d.ts.map +1 -1
  928. package/build-types/textarea-control/index.d.ts +2 -2
  929. package/build-types/textarea-control/index.d.ts.map +1 -1
  930. package/build-types/textarea-control/styles/textarea-control-styles.d.ts +2 -3
  931. package/build-types/textarea-control/styles/textarea-control-styles.d.ts.map +1 -1
  932. package/build-types/theme/color-algorithms.d.ts +1 -9
  933. package/build-types/theme/color-algorithms.d.ts.map +1 -1
  934. package/build-types/theme/index.d.ts +0 -1
  935. package/build-types/theme/index.d.ts.map +1 -1
  936. package/build-types/theme/stories/index.story.d.ts +0 -1
  937. package/build-types/theme/stories/index.story.d.ts.map +1 -1
  938. package/build-types/theme/styles.d.ts +2 -3
  939. package/build-types/theme/styles.d.ts.map +1 -1
  940. package/build-types/tip/index.d.ts +0 -1
  941. package/build-types/tip/index.d.ts.map +1 -1
  942. package/build-types/toggle-control/index.d.ts +3 -9
  943. package/build-types/toggle-control/index.d.ts.map +1 -1
  944. package/build-types/toggle-control/stories/index.story.d.ts +0 -1
  945. package/build-types/toggle-control/stories/index.story.d.ts.map +1 -1
  946. package/build-types/toggle-group-control/context.d.ts +0 -1
  947. package/build-types/toggle-group-control/context.d.ts.map +1 -1
  948. package/build-types/toggle-group-control/toggle-group-control/as-button-group.d.ts +0 -1
  949. package/build-types/toggle-group-control/toggle-group-control/as-button-group.d.ts.map +1 -1
  950. package/build-types/toggle-group-control/toggle-group-control/as-radio-group.d.ts +0 -1
  951. package/build-types/toggle-group-control/toggle-group-control/as-radio-group.d.ts.map +1 -1
  952. package/build-types/toggle-group-control/toggle-group-control/component.d.ts +14 -10
  953. package/build-types/toggle-group-control/toggle-group-control/component.d.ts.map +1 -1
  954. package/build-types/toggle-group-control/toggle-group-control/styles.d.ts +5 -6
  955. package/build-types/toggle-group-control/toggle-group-control/styles.d.ts.map +1 -1
  956. package/build-types/toggle-group-control/toggle-group-control-option/component.d.ts +6 -2
  957. package/build-types/toggle-group-control/toggle-group-control-option/component.d.ts.map +1 -1
  958. package/build-types/toggle-group-control/toggle-group-control-option-base/component.d.ts +1 -2
  959. package/build-types/toggle-group-control/toggle-group-control-option-base/component.d.ts.map +1 -1
  960. package/build-types/toggle-group-control/toggle-group-control-option-base/styles.d.ts +5 -6
  961. package/build-types/toggle-group-control/toggle-group-control-option-base/styles.d.ts.map +1 -1
  962. package/build-types/toggle-group-control/toggle-group-control-option-icon/component.d.ts +14 -15
  963. package/build-types/toggle-group-control/toggle-group-control-option-icon/component.d.ts.map +1 -1
  964. package/build-types/toolbar/stories/index.story.d.ts +0 -1
  965. package/build-types/toolbar/stories/index.story.d.ts.map +1 -1
  966. package/build-types/toolbar/toolbar/index.d.ts +0 -1
  967. package/build-types/toolbar/toolbar/index.d.ts.map +1 -1
  968. package/build-types/toolbar/toolbar/toolbar-container.d.ts +0 -1
  969. package/build-types/toolbar/toolbar/toolbar-container.d.ts.map +1 -1
  970. package/build-types/toolbar/toolbar-button/index.d.ts +0 -1
  971. package/build-types/toolbar/toolbar-button/index.d.ts.map +1 -1
  972. package/build-types/toolbar/toolbar-button/toolbar-button-container.d.ts +0 -1
  973. package/build-types/toolbar/toolbar-button/toolbar-button-container.d.ts.map +1 -1
  974. package/build-types/toolbar/toolbar-context/index.d.ts +0 -1
  975. package/build-types/toolbar/toolbar-context/index.d.ts.map +1 -1
  976. package/build-types/toolbar/toolbar-dropdown-menu/index.d.ts +0 -1
  977. package/build-types/toolbar/toolbar-dropdown-menu/index.d.ts.map +1 -1
  978. package/build-types/toolbar/toolbar-group/index.d.ts +0 -1
  979. package/build-types/toolbar/toolbar-group/index.d.ts.map +1 -1
  980. package/build-types/toolbar/toolbar-group/toolbar-group-collapsed.d.ts +0 -1
  981. package/build-types/toolbar/toolbar-group/toolbar-group-collapsed.d.ts.map +1 -1
  982. package/build-types/toolbar/toolbar-group/toolbar-group-container.d.ts +1 -2
  983. package/build-types/toolbar/toolbar-group/toolbar-group-container.d.ts.map +1 -1
  984. package/build-types/toolbar/toolbar-item/index.d.ts +2 -3
  985. package/build-types/toolbar/toolbar-item/index.d.ts.map +1 -1
  986. package/build-types/tools-panel/context.d.ts +0 -1
  987. package/build-types/tools-panel/context.d.ts.map +1 -1
  988. package/build-types/tools-panel/styles.d.ts +2 -3
  989. package/build-types/tools-panel/styles.d.ts.map +1 -1
  990. package/build-types/tools-panel/tools-panel/component.d.ts +0 -1
  991. package/build-types/tools-panel/tools-panel/component.d.ts.map +1 -1
  992. package/build-types/tools-panel/tools-panel/hook.d.ts +10 -12
  993. package/build-types/tools-panel/tools-panel/hook.d.ts.map +1 -1
  994. package/build-types/tools-panel/tools-panel-header/component.d.ts +0 -1
  995. package/build-types/tools-panel/tools-panel-header/component.d.ts.map +1 -1
  996. package/build-types/tools-panel/tools-panel-header/hook.d.ts +11 -13
  997. package/build-types/tools-panel/tools-panel-header/hook.d.ts.map +1 -1
  998. package/build-types/tools-panel/tools-panel-item/component.d.ts +3 -4
  999. package/build-types/tools-panel/tools-panel-item/component.d.ts.map +1 -1
  1000. package/build-types/tools-panel/tools-panel-item/hook.d.ts +9 -11
  1001. package/build-types/tools-panel/tools-panel-item/hook.d.ts.map +1 -1
  1002. package/build-types/tooltip/index.d.ts +0 -1
  1003. package/build-types/tooltip/index.d.ts.map +1 -1
  1004. package/build-types/tooltip/stories/index.story.d.ts +0 -1
  1005. package/build-types/tooltip/stories/index.story.d.ts.map +1 -1
  1006. package/build-types/tooltip/test/utils/index.d.ts +1 -5
  1007. package/build-types/tooltip/test/utils/index.d.ts.map +1 -1
  1008. package/build-types/tooltip/types.d.ts +0 -1
  1009. package/build-types/tooltip/types.d.ts.map +1 -1
  1010. package/build-types/tree-grid/cell.d.ts +0 -1
  1011. package/build-types/tree-grid/cell.d.ts.map +1 -1
  1012. package/build-types/tree-grid/index.d.ts +0 -1
  1013. package/build-types/tree-grid/index.d.ts.map +1 -1
  1014. package/build-types/tree-grid/item.d.ts +0 -1
  1015. package/build-types/tree-grid/item.d.ts.map +1 -1
  1016. package/build-types/tree-grid/roving-tab-index-context.d.ts +0 -1
  1017. package/build-types/tree-grid/roving-tab-index-context.d.ts.map +1 -1
  1018. package/build-types/tree-grid/roving-tab-index-item.d.ts +0 -1
  1019. package/build-types/tree-grid/roving-tab-index-item.d.ts.map +1 -1
  1020. package/build-types/tree-grid/roving-tab-index.d.ts +0 -1
  1021. package/build-types/tree-grid/roving-tab-index.d.ts.map +1 -1
  1022. package/build-types/tree-grid/row.d.ts +0 -1
  1023. package/build-types/tree-grid/row.d.ts.map +1 -1
  1024. package/build-types/tree-grid/stories/index.story.d.ts +0 -1
  1025. package/build-types/tree-grid/stories/index.story.d.ts.map +1 -1
  1026. package/build-types/tree-grid/types.d.ts +0 -1
  1027. package/build-types/tree-grid/types.d.ts.map +1 -1
  1028. package/build-types/tree-select/index.d.ts +1 -1
  1029. package/build-types/tree-select/index.d.ts.map +1 -1
  1030. package/build-types/truncate/component.d.ts +0 -1
  1031. package/build-types/truncate/component.d.ts.map +1 -1
  1032. package/build-types/truncate/hook.d.ts +9 -11
  1033. package/build-types/truncate/hook.d.ts.map +1 -1
  1034. package/build-types/truncate/utils.d.ts.map +1 -1
  1035. package/build-types/unit-control/index.d.ts +7 -8
  1036. package/build-types/unit-control/index.d.ts.map +1 -1
  1037. package/build-types/unit-control/styles/unit-control-styles.d.ts +17 -18
  1038. package/build-types/unit-control/styles/unit-control-styles.d.ts.map +1 -1
  1039. package/build-types/unit-control/unit-select-control.d.ts +0 -1
  1040. package/build-types/unit-control/unit-select-control.d.ts.map +1 -1
  1041. package/build-types/unit-control/utils.d.ts.map +1 -1
  1042. package/build-types/utils/breakpoint.d.ts +1 -10
  1043. package/build-types/utils/breakpoint.d.ts.map +1 -1
  1044. package/build-types/utils/config-values.d.ts +6 -0
  1045. package/build-types/utils/element-rect.d.ts +111 -0
  1046. package/build-types/utils/element-rect.d.ts.map +1 -0
  1047. package/build-types/utils/font.d.ts +1 -6
  1048. package/build-types/utils/font.d.ts.map +1 -1
  1049. package/build-types/utils/hooks/use-controlled-state.d.ts +1 -1
  1050. package/build-types/utils/hooks/use-controlled-state.d.ts.map +1 -1
  1051. package/build-types/utils/hooks/use-controlled-value.d.ts +0 -1
  1052. package/build-types/utils/hooks/use-controlled-value.d.ts.map +1 -1
  1053. package/build-types/utils/hooks/use-event.d.ts +20 -0
  1054. package/build-types/utils/hooks/use-event.d.ts.map +1 -0
  1055. package/build-types/utils/hooks/use-on-value-update.d.ts +19 -0
  1056. package/build-types/utils/hooks/use-on-value-update.d.ts.map +1 -0
  1057. package/build-types/utils/hooks/use-update-effect.d.ts +1 -1
  1058. package/build-types/utils/math.d.ts.map +1 -1
  1059. package/build-types/utils/rtl.d.ts +2 -2
  1060. package/build-types/utils/values.d.ts +2 -2
  1061. package/build-types/utils/values.d.ts.map +1 -1
  1062. package/build-types/utils/with-ignore-ime-events.d.ts +0 -1
  1063. package/build-types/utils/with-ignore-ime-events.d.ts.map +1 -1
  1064. package/build-types/v-stack/component.d.ts +2 -3
  1065. package/build-types/v-stack/component.d.ts.map +1 -1
  1066. package/build-types/v-stack/hook.d.ts +9 -11
  1067. package/build-types/v-stack/hook.d.ts.map +1 -1
  1068. package/build-types/v-stack/stories/index.story.d.ts +2 -3
  1069. package/build-types/v-stack/stories/index.story.d.ts.map +1 -1
  1070. package/build-types/view/component.d.ts +0 -2
  1071. package/build-types/view/component.d.ts.map +1 -1
  1072. package/build-types/visually-hidden/component.d.ts +0 -1
  1073. package/build-types/visually-hidden/component.d.ts.map +1 -1
  1074. package/build-types/z-stack/component.d.ts +0 -1
  1075. package/build-types/z-stack/component.d.ts.map +1 -1
  1076. package/build-types/z-stack/styles.d.ts +4 -5
  1077. package/build-types/z-stack/styles.d.ts.map +1 -1
  1078. package/package.json +20 -21
  1079. package/src/alignment-matrix-control/test/index.tsx +1 -3
  1080. package/src/autocomplete/README.md +2 -2
  1081. package/src/autocomplete/autocompleter-ui.tsx +2 -0
  1082. package/src/autocomplete/style.scss +0 -6
  1083. package/src/autocomplete/types.ts +2 -3
  1084. package/src/base-control/README.md +1 -1
  1085. package/src/base-control/styles/base-control-styles.ts +1 -1
  1086. package/src/base-control/types.ts +1 -1
  1087. package/src/border-control/styles.ts +0 -5
  1088. package/src/button/README.md +1 -1
  1089. package/src/button/index.tsx +9 -7
  1090. package/src/button/stories/e2e/index.story.tsx +103 -21
  1091. package/src/button/style.scss +49 -21
  1092. package/src/button/test/index.tsx +35 -44
  1093. package/src/button/types.ts +9 -2
  1094. package/src/card/card/README.md +1 -1
  1095. package/src/card/stories/index.story.tsx +43 -42
  1096. package/src/checkbox-control/README.md +8 -0
  1097. package/src/checkbox-control/index.tsx +1 -0
  1098. package/src/checkbox-control/style.scss +3 -1
  1099. package/src/circular-option-picker/test/index.tsx +1 -4
  1100. package/src/color-palette/index.tsx +22 -20
  1101. package/src/color-picker/component.tsx +12 -22
  1102. package/src/color-picker/stories/index.story.tsx +2 -22
  1103. package/src/combobox-control/README.md +9 -0
  1104. package/src/combobox-control/index.tsx +11 -0
  1105. package/src/combobox-control/test/index.tsx +127 -1
  1106. package/src/composite/legacy/test/index.tsx +2 -18
  1107. package/src/custom-select-control/README.md +34 -32
  1108. package/src/custom-select-control/index.tsx +206 -0
  1109. package/src/custom-select-control/stories/index.story.tsx +26 -18
  1110. package/src/{custom-select-control-v2/legacy-component → custom-select-control}/test/index.tsx +90 -77
  1111. package/src/custom-select-control/types.ts +123 -0
  1112. package/src/custom-select-control-v2/custom-select.tsx +2 -0
  1113. package/src/custom-select-control-v2/index.tsx +26 -1
  1114. package/src/custom-select-control-v2/stories/{default.story.tsx → index.story.tsx} +1 -1
  1115. package/src/custom-select-control-v2/styles.ts +29 -3
  1116. package/src/custom-select-control-v2/test/index.tsx +15 -19
  1117. package/src/custom-select-control-v2/types.ts +0 -109
  1118. package/src/date-time/index.ts +1 -2
  1119. package/src/date-time/stories/time.story.tsx +17 -0
  1120. package/src/date-time/time/index.tsx +46 -16
  1121. package/src/date-time/time/styles.ts +1 -0
  1122. package/src/date-time/{time-input → time/time-input}/index.tsx +9 -9
  1123. package/src/dimension-control/test/__snapshots__/index.test.js.snap +4 -0
  1124. package/src/disabled/README.md +1 -1
  1125. package/src/dropdown/stories/index.story.tsx +55 -50
  1126. package/src/dropdown-menu/stories/index.story.tsx +52 -55
  1127. package/src/dropdown-menu-v2/stories/index.story.tsx +0 -12
  1128. package/src/dropdown-menu-v2/styles.ts +18 -17
  1129. package/src/dropdown-menu-v2/test/index.tsx +1 -4
  1130. package/src/focal-point-picker/README.md +9 -0
  1131. package/src/focal-point-picker/index.tsx +1 -0
  1132. package/src/font-size-picker/README.md +1 -1
  1133. package/src/font-size-picker/font-size-picker-select.tsx +3 -3
  1134. package/src/font-size-picker/index.tsx +68 -64
  1135. package/src/font-size-picker/test/index.tsx +128 -53
  1136. package/src/font-size-picker/types.ts +6 -5
  1137. package/src/form-toggle/index.tsx +23 -21
  1138. package/src/form-toggle/style.scss +14 -9
  1139. package/src/form-token-field/README.md +2 -1
  1140. package/src/form-token-field/index.tsx +9 -0
  1141. package/src/form-token-field/stories/index.story.tsx +2 -0
  1142. package/src/guide/index.tsx +2 -0
  1143. package/src/heading/types.ts +1 -4
  1144. package/src/higher-order/navigate-regions/style.scss +3 -15
  1145. package/src/index.ts +1 -1
  1146. package/src/mobile/bottom-sheet/bottom-sheet-navigation/navigation-screen.native.js +1 -1
  1147. package/src/modal/index.tsx +21 -20
  1148. package/src/navigator/stories/index.story.tsx +240 -242
  1149. package/src/notice/test/__snapshots__/index.tsx.snap +1 -1
  1150. package/src/placeholder/style.scss +11 -2
  1151. package/src/popover/stories/index.story.tsx +155 -153
  1152. package/src/private-apis.ts +0 -4
  1153. package/src/query-controls/index.tsx +5 -1
  1154. package/src/radio-control/index.tsx +48 -7
  1155. package/src/radio-control/stories/index.story.tsx +23 -0
  1156. package/src/radio-control/style.scss +32 -3
  1157. package/src/radio-control/test/index.tsx +274 -0
  1158. package/src/radio-control/types.ts +4 -0
  1159. package/src/range-control/README.md +8 -0
  1160. package/src/range-control/index.tsx +1 -0
  1161. package/src/resizable-box/resize-tooltip/README.md +1 -1
  1162. package/src/select-control/README.md +16 -1
  1163. package/src/select-control/index.tsx +40 -22
  1164. package/src/select-control/stories/index.story.tsx +6 -0
  1165. package/src/select-control/styles/select-control-styles.ts +24 -1
  1166. package/src/select-control/test/select-control.tsx +148 -4
  1167. package/src/select-control/types.ts +76 -65
  1168. package/src/style.scss +1 -1
  1169. package/src/tab-panel/test/index.tsx +1 -8
  1170. package/src/tabs/styles.ts +10 -2
  1171. package/src/tabs/tablist.tsx +3 -243
  1172. package/src/tabs/test/index.tsx +68 -84
  1173. package/src/text-control/README.md +1 -0
  1174. package/src/text-control/index.tsx +1 -0
  1175. package/src/text-control/style.scss +5 -0
  1176. package/src/textarea-control/README.md +8 -0
  1177. package/src/textarea-control/index.tsx +1 -0
  1178. package/src/toggle-control/README.md +9 -0
  1179. package/src/toggle-control/index.tsx +37 -25
  1180. package/src/toggle-control/style.scss +12 -0
  1181. package/src/toggle-group-control/test/__snapshots__/index.tsx.snap +42 -12
  1182. package/src/toggle-group-control/test/index.tsx +112 -4
  1183. package/src/toggle-group-control/toggle-group-control/README.md +13 -1
  1184. package/src/toggle-group-control/toggle-group-control/component.tsx +6 -1
  1185. package/src/toggle-group-control/toggle-group-control-option/README.md +6 -1
  1186. package/src/toggle-group-control/toggle-group-control-option/component.tsx +6 -1
  1187. package/src/toggle-group-control/toggle-group-control-option-base/component.tsx +6 -1
  1188. package/src/toggle-group-control/toggle-group-control-option-base/styles.ts +5 -0
  1189. package/src/toggle-group-control/toggle-group-control-option-icon/README.md +1 -1
  1190. package/src/toggle-group-control/toggle-group-control-option-icon/component.tsx +14 -14
  1191. package/src/tools-panel/tools-panel-header/component.tsx +1 -1
  1192. package/src/tooltip/index.tsx +15 -2
  1193. package/src/tooltip/test/index.tsx +0 -5
  1194. package/src/tooltip/test/utils/index.tsx +5 -5
  1195. package/src/tree-select/README.md +9 -0
  1196. package/src/tree-select/index.tsx +1 -1
  1197. package/src/utils/config-values.js +6 -0
  1198. package/src/utils/element-rect.ts +197 -0
  1199. package/src/utils/hooks/use-event.ts +38 -0
  1200. package/src/utils/hooks/use-on-value-update.ts +42 -0
  1201. package/tsconfig.tsbuildinfo +1 -1
  1202. package/build/custom-select-control-v2/default-component/index.js +0 -42
  1203. package/build/custom-select-control-v2/default-component/index.js.map +0 -1
  1204. package/build/custom-select-control-v2/legacy-component/index.js +0 -131
  1205. package/build/custom-select-control-v2/legacy-component/index.js.map +0 -1
  1206. package/build/date-time/time-input/index.js.map +0 -1
  1207. package/build-module/custom-select-control-v2/default-component/index.js +0 -31
  1208. package/build-module/custom-select-control-v2/default-component/index.js.map +0 -1
  1209. package/build-module/custom-select-control-v2/legacy-component/index.js +0 -122
  1210. package/build-module/custom-select-control-v2/legacy-component/index.js.map +0 -1
  1211. package/build-module/date-time/time-input/index.js.map +0 -1
  1212. package/build-types/custom-select-control-v2/default-component/index.d.ts +0 -9
  1213. package/build-types/custom-select-control-v2/default-component/index.d.ts.map +0 -1
  1214. package/build-types/custom-select-control-v2/legacy-component/index.d.ts +0 -5
  1215. package/build-types/custom-select-control-v2/legacy-component/index.d.ts.map +0 -1
  1216. package/build-types/custom-select-control-v2/legacy-component/test/index.d.ts.map +0 -1
  1217. package/build-types/custom-select-control-v2/stories/default.story.d.ts.map +0 -1
  1218. package/build-types/custom-select-control-v2/stories/legacy.story.d.ts +0 -14
  1219. package/build-types/custom-select-control-v2/stories/legacy.story.d.ts.map +0 -1
  1220. package/build-types/date-time/stories/time-input.story.d.ts +0 -12
  1221. package/build-types/date-time/stories/time-input.story.d.ts.map +0 -1
  1222. package/build-types/date-time/time-input/index.d.ts.map +0 -1
  1223. package/build-types/date-time/time-input/test/index.d.ts.map +0 -1
  1224. package/src/custom-select-control/index.js +0 -240
  1225. package/src/custom-select-control/style.scss +0 -75
  1226. package/src/custom-select-control/test/index.js +0 -665
  1227. package/src/custom-select-control-v2/default-component/index.tsx +0 -29
  1228. package/src/custom-select-control-v2/legacy-component/index.tsx +0 -153
  1229. package/src/custom-select-control-v2/stories/legacy.story.tsx +0 -72
  1230. package/src/date-time/stories/time-input.story.tsx +0 -36
  1231. /package/build-types/{custom-select-control-v2/legacy-component → custom-select-control}/test/index.d.ts +0 -0
  1232. /package/build-types/date-time/{time-input → time/time-input}/test/index.d.ts +0 -0
  1233. /package/src/date-time/{time-input → time/time-input}/test/index.tsx +0 -0
@@ -1,5 +1,3 @@
1
- /// <reference types="react" />
2
- /// <reference types="react" />
3
1
  /**
4
2
  * External dependencies
5
3
  */
@@ -11,20 +9,20 @@ import BoxControl from '../';
11
9
  declare const meta: Meta<typeof BoxControl>;
12
10
  export default meta;
13
11
  export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../unit-control/types").UnitControlProps, "onMouseOut" | "onMouseOver" | "units"> & {
14
- allowReset?: boolean | undefined;
15
- id?: string | undefined;
12
+ allowReset?: boolean;
13
+ id?: string;
16
14
  inputProps?: {
17
15
  hidden?: boolean | undefined;
18
16
  color?: string | undefined;
19
17
  content?: string | undefined;
20
- size?: import("../../input-control/types").Size | undefined;
18
+ size?: import("../../input-control/types").Size;
21
19
  style?: import("react").CSSProperties | undefined;
22
20
  help?: import("react").ReactNode;
23
- height?: string | number | undefined;
21
+ height?: number | string | undefined;
24
22
  translate?: "yes" | "no" | undefined;
25
- width?: string | number | undefined;
23
+ width?: number | string | undefined;
26
24
  multiple?: boolean | undefined;
27
- disabled?: boolean | undefined;
25
+ disabled?: boolean;
28
26
  form?: string | undefined;
29
27
  slot?: string | undefined;
30
28
  title?: string | undefined;
@@ -33,34 +31,34 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
33
31
  className?: string | undefined;
34
32
  id?: string | undefined;
35
33
  lang?: string | undefined;
36
- max?: number | undefined;
37
- min?: number | undefined;
34
+ max?: number;
35
+ min?: number;
38
36
  name?: string | undefined;
39
37
  role?: import("react").AriaRole | undefined;
40
38
  tabIndex?: number | undefined;
41
39
  "aria-activedescendant"?: string | undefined;
42
40
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
43
- "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
41
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
44
42
  "aria-braillelabel"?: string | undefined;
45
43
  "aria-brailleroledescription"?: string | undefined;
46
44
  "aria-busy"?: (boolean | "false" | "true") | undefined;
47
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
45
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
48
46
  "aria-colcount"?: number | undefined;
49
47
  "aria-colindex"?: number | undefined;
50
48
  "aria-colindextext"?: string | undefined;
51
49
  "aria-colspan"?: number | undefined;
52
50
  "aria-controls"?: string | undefined;
53
- "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
51
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
54
52
  "aria-describedby"?: string | undefined;
55
53
  "aria-description"?: string | undefined;
56
54
  "aria-details"?: string | undefined;
57
55
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
58
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
56
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
59
57
  "aria-errormessage"?: string | undefined;
60
58
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
61
59
  "aria-flowto"?: string | undefined;
62
60
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
63
- "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
61
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
64
62
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
65
63
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
66
64
  "aria-keyshortcuts"?: string | undefined;
@@ -75,9 +73,9 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
75
73
  "aria-owns"?: string | undefined;
76
74
  "aria-placeholder"?: string | undefined;
77
75
  "aria-posinset"?: number | undefined;
78
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
76
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
79
77
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
80
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
78
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
81
79
  "aria-required"?: (boolean | "false" | "true") | undefined;
82
80
  "aria-roledescription"?: string | undefined;
83
81
  "aria-rowcount"?: number | undefined;
@@ -184,13 +182,9 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
184
182
  onContextMenuCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
185
183
  onDoubleClick?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
186
184
  onDoubleClickCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
187
- onDrag?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
188
- event: unknown;
189
- }) => void) | undefined;
185
+ onDrag?: (dragProps: import("../../input-control/types").DragProps) => void;
190
186
  onDragCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
191
- onDragEnd?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
192
- event: unknown;
193
- }) => void) | undefined;
187
+ onDragEnd?: (dragProps: import("../../input-control/types").DragProps) => void;
194
188
  onDragEndCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
195
189
  onDragEnter?: import("react").DragEventHandler<HTMLInputElement> | undefined;
196
190
  onDragEnterCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
@@ -200,9 +194,7 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
200
194
  onDragLeaveCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
201
195
  onDragOver?: import("react").DragEventHandler<HTMLInputElement> | undefined;
202
196
  onDragOverCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
203
- onDragStart?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
204
- event: unknown;
205
- }) => void) | undefined;
197
+ onDragStart?: (dragProps: import("../../input-control/types").DragProps) => void;
206
198
  onDragStartCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
207
199
  onDrop?: import("react").DragEventHandler<HTMLInputElement> | undefined;
208
200
  onDropCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
@@ -262,7 +254,7 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
262
254
  suppressContentEditableWarning?: boolean | undefined;
263
255
  accessKey?: string | undefined;
264
256
  autoFocus?: boolean | undefined;
265
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
257
+ contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
266
258
  contextMenu?: string | undefined;
267
259
  dir?: string | undefined;
268
260
  draggable?: (boolean | "false" | "true") | undefined;
@@ -290,72 +282,72 @@ export declare const Default: import("@storybook/types").AnnotatedStoryFn<import
290
282
  results?: number | undefined;
291
283
  security?: string | undefined;
292
284
  unselectable?: "on" | "off" | undefined;
293
- inputMode?: "none" | "text" | "numeric" | "search" | "tel" | "url" | "email" | "decimal" | undefined;
285
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
294
286
  is?: string | undefined;
295
- formAction?: string | undefined;
287
+ formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
296
288
  formEncType?: string | undefined;
297
289
  formMethod?: string | undefined;
298
290
  formNoValidate?: boolean | undefined;
299
291
  formTarget?: string | undefined;
300
- value?: string | number | undefined;
292
+ value?: number | string;
301
293
  autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
302
294
  maxLength?: number | undefined;
303
295
  minLength?: number | undefined;
304
296
  placeholder?: string | undefined;
305
297
  readOnly?: boolean | undefined;
306
- required?: boolean | undefined;
298
+ required?: import("../../input-control/types").InputControlProps["required"];
307
299
  src?: string | undefined;
308
300
  alt?: string | undefined;
309
301
  accept?: string | undefined;
310
302
  capture?: boolean | "user" | "environment" | undefined;
311
303
  checked?: boolean | undefined;
312
- enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
304
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
313
305
  list?: string | undefined;
314
- step?: string | number | undefined;
315
- onValidate?: ((nextValue: string, event?: import("react").SyntheticEvent<HTMLInputElement, Event> | undefined) => void) | undefined;
316
- __next36pxDefaultSize?: boolean | undefined;
317
- __next40pxDefaultSize?: boolean | undefined;
318
- __unstableInputWidth?: import("csstype").Property.Width<string | number> | undefined;
319
- hideLabelFromVision?: boolean | undefined;
320
- labelPosition?: import("../../input-control/types").LabelPosition | undefined;
321
- dragDirection?: import("../../input-control/types").DragDirection | undefined;
322
- dragThreshold?: number | undefined;
323
- isDragEnabled?: boolean | undefined;
324
- isPressEnterToChange?: boolean | undefined;
325
- __unstableStateReducer?: import("../../input-control/reducer/state").StateReducer | undefined;
326
- hideHTMLArrows?: boolean | undefined;
327
- isShiftStepEnabled?: boolean | undefined;
328
- shiftStep?: number | undefined;
329
- spinFactor?: number | undefined;
330
- disableUnits?: boolean | undefined;
331
- unit?: string | undefined;
332
- isUnitSelectTabbable?: boolean | undefined;
333
- isResetValueOnUnitChange?: boolean | undefined;
334
- onUnitChange?: import("../../unit-control/types").UnitControlOnChangeCallback | undefined;
335
- } | undefined;
336
- label?: string | undefined;
306
+ step?: import("../../input-control/types").InputControlProps["step"];
307
+ onValidate?: (nextValue: string, event?: import("react").SyntheticEvent<HTMLInputElement>) => void;
308
+ __next36pxDefaultSize?: boolean;
309
+ __next40pxDefaultSize?: boolean;
310
+ __unstableInputWidth?: import("react").CSSProperties["width"];
311
+ hideLabelFromVision?: boolean;
312
+ labelPosition?: import("../../input-control/types").LabelPosition;
313
+ dragDirection?: import("../../input-control/types").DragDirection;
314
+ dragThreshold?: number;
315
+ isDragEnabled?: import("../../input-control/types").InputControlProps["isDragEnabled"];
316
+ isPressEnterToChange?: boolean;
317
+ __unstableStateReducer?: import("../../input-control/types").InputFieldProps["stateReducer"];
318
+ hideHTMLArrows?: boolean;
319
+ isShiftStepEnabled?: boolean;
320
+ shiftStep?: number;
321
+ spinFactor?: number;
322
+ disableUnits?: boolean;
323
+ unit?: string;
324
+ isUnitSelectTabbable?: boolean;
325
+ isResetValueOnUnitChange?: boolean;
326
+ onUnitChange?: import("../../unit-control/types").UnitControlOnChangeCallback;
327
+ };
328
+ label?: string;
337
329
  onChange: (next: import("../types").BoxControlValue) => void;
338
- resetValues?: import("../types").BoxControlValue | undefined;
339
- sides?: readonly ("horizontal" | "vertical" | keyof import("../types").BoxControlValue)[] | undefined;
340
- splitOnAxis?: boolean | undefined;
341
- values?: import("../types").BoxControlValue | undefined;
342
- __next40pxDefaultSize?: boolean | undefined;
330
+ resetValues?: import("../types").BoxControlValue;
331
+ sides?: readonly (keyof import("../types").BoxControlValue | "horizontal" | "vertical")[];
332
+ splitOnAxis?: boolean;
333
+ values?: import("../types").BoxControlValue;
334
+ __next40pxDefaultSize?: boolean;
343
335
  }>;
344
336
  export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../unit-control/types").UnitControlProps, "onMouseOut" | "onMouseOver" | "units"> & {
345
- allowReset?: boolean | undefined;
346
- id?: string | undefined;
337
+ allowReset?: boolean;
338
+ id?: string;
347
339
  inputProps?: {
348
340
  hidden?: boolean | undefined;
349
341
  color?: string | undefined;
350
342
  content?: string | undefined;
351
- size?: import("../../input-control/types").Size | undefined;
343
+ size?: import("../../input-control/types").Size;
352
344
  style?: import("react").CSSProperties | undefined;
353
345
  help?: import("react").ReactNode;
354
- height?: string | number | undefined;
346
+ height?: number | string | undefined;
355
347
  translate?: "yes" | "no" | undefined;
356
- width?: string | number | undefined;
348
+ width?: number | string | undefined;
357
349
  multiple?: boolean | undefined;
358
- disabled?: boolean | undefined;
350
+ disabled?: boolean;
359
351
  form?: string | undefined;
360
352
  slot?: string | undefined;
361
353
  title?: string | undefined;
@@ -364,34 +356,34 @@ export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<imp
364
356
  className?: string | undefined;
365
357
  id?: string | undefined;
366
358
  lang?: string | undefined;
367
- max?: number | undefined;
368
- min?: number | undefined;
359
+ max?: number;
360
+ min?: number;
369
361
  name?: string | undefined;
370
362
  role?: import("react").AriaRole | undefined;
371
363
  tabIndex?: number | undefined;
372
364
  "aria-activedescendant"?: string | undefined;
373
365
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
374
- "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
366
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
375
367
  "aria-braillelabel"?: string | undefined;
376
368
  "aria-brailleroledescription"?: string | undefined;
377
369
  "aria-busy"?: (boolean | "false" | "true") | undefined;
378
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
370
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
379
371
  "aria-colcount"?: number | undefined;
380
372
  "aria-colindex"?: number | undefined;
381
373
  "aria-colindextext"?: string | undefined;
382
374
  "aria-colspan"?: number | undefined;
383
375
  "aria-controls"?: string | undefined;
384
- "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
376
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
385
377
  "aria-describedby"?: string | undefined;
386
378
  "aria-description"?: string | undefined;
387
379
  "aria-details"?: string | undefined;
388
380
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
389
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
381
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
390
382
  "aria-errormessage"?: string | undefined;
391
383
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
392
384
  "aria-flowto"?: string | undefined;
393
385
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
394
- "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
386
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
395
387
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
396
388
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
397
389
  "aria-keyshortcuts"?: string | undefined;
@@ -406,9 +398,9 @@ export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<imp
406
398
  "aria-owns"?: string | undefined;
407
399
  "aria-placeholder"?: string | undefined;
408
400
  "aria-posinset"?: number | undefined;
409
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
401
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
410
402
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
411
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
403
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
412
404
  "aria-required"?: (boolean | "false" | "true") | undefined;
413
405
  "aria-roledescription"?: string | undefined;
414
406
  "aria-rowcount"?: number | undefined;
@@ -515,13 +507,9 @@ export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<imp
515
507
  onContextMenuCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
516
508
  onDoubleClick?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
517
509
  onDoubleClickCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
518
- onDrag?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
519
- event: unknown;
520
- }) => void) | undefined;
510
+ onDrag?: (dragProps: import("../../input-control/types").DragProps) => void;
521
511
  onDragCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
522
- onDragEnd?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
523
- event: unknown;
524
- }) => void) | undefined;
512
+ onDragEnd?: (dragProps: import("../../input-control/types").DragProps) => void;
525
513
  onDragEndCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
526
514
  onDragEnter?: import("react").DragEventHandler<HTMLInputElement> | undefined;
527
515
  onDragEnterCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
@@ -531,9 +519,7 @@ export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<imp
531
519
  onDragLeaveCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
532
520
  onDragOver?: import("react").DragEventHandler<HTMLInputElement> | undefined;
533
521
  onDragOverCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
534
- onDragStart?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
535
- event: unknown;
536
- }) => void) | undefined;
522
+ onDragStart?: (dragProps: import("../../input-control/types").DragProps) => void;
537
523
  onDragStartCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
538
524
  onDrop?: import("react").DragEventHandler<HTMLInputElement> | undefined;
539
525
  onDropCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
@@ -593,7 +579,7 @@ export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<imp
593
579
  suppressContentEditableWarning?: boolean | undefined;
594
580
  accessKey?: string | undefined;
595
581
  autoFocus?: boolean | undefined;
596
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
582
+ contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
597
583
  contextMenu?: string | undefined;
598
584
  dir?: string | undefined;
599
585
  draggable?: (boolean | "false" | "true") | undefined;
@@ -621,72 +607,72 @@ export declare const Controlled: import("@storybook/types").AnnotatedStoryFn<imp
621
607
  results?: number | undefined;
622
608
  security?: string | undefined;
623
609
  unselectable?: "on" | "off" | undefined;
624
- inputMode?: "none" | "text" | "numeric" | "search" | "tel" | "url" | "email" | "decimal" | undefined;
610
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
625
611
  is?: string | undefined;
626
- formAction?: string | undefined;
612
+ formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
627
613
  formEncType?: string | undefined;
628
614
  formMethod?: string | undefined;
629
615
  formNoValidate?: boolean | undefined;
630
616
  formTarget?: string | undefined;
631
- value?: string | number | undefined;
617
+ value?: number | string;
632
618
  autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
633
619
  maxLength?: number | undefined;
634
620
  minLength?: number | undefined;
635
621
  placeholder?: string | undefined;
636
622
  readOnly?: boolean | undefined;
637
- required?: boolean | undefined;
623
+ required?: import("../../input-control/types").InputControlProps["required"];
638
624
  src?: string | undefined;
639
625
  alt?: string | undefined;
640
626
  accept?: string | undefined;
641
627
  capture?: boolean | "user" | "environment" | undefined;
642
628
  checked?: boolean | undefined;
643
- enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
629
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
644
630
  list?: string | undefined;
645
- step?: string | number | undefined;
646
- onValidate?: ((nextValue: string, event?: import("react").SyntheticEvent<HTMLInputElement, Event> | undefined) => void) | undefined;
647
- __next36pxDefaultSize?: boolean | undefined;
648
- __next40pxDefaultSize?: boolean | undefined;
649
- __unstableInputWidth?: import("csstype").Property.Width<string | number> | undefined;
650
- hideLabelFromVision?: boolean | undefined;
651
- labelPosition?: import("../../input-control/types").LabelPosition | undefined;
652
- dragDirection?: import("../../input-control/types").DragDirection | undefined;
653
- dragThreshold?: number | undefined;
654
- isDragEnabled?: boolean | undefined;
655
- isPressEnterToChange?: boolean | undefined;
656
- __unstableStateReducer?: import("../../input-control/reducer/state").StateReducer | undefined;
657
- hideHTMLArrows?: boolean | undefined;
658
- isShiftStepEnabled?: boolean | undefined;
659
- shiftStep?: number | undefined;
660
- spinFactor?: number | undefined;
661
- disableUnits?: boolean | undefined;
662
- unit?: string | undefined;
663
- isUnitSelectTabbable?: boolean | undefined;
664
- isResetValueOnUnitChange?: boolean | undefined;
665
- onUnitChange?: import("../../unit-control/types").UnitControlOnChangeCallback | undefined;
666
- } | undefined;
667
- label?: string | undefined;
631
+ step?: import("../../input-control/types").InputControlProps["step"];
632
+ onValidate?: (nextValue: string, event?: import("react").SyntheticEvent<HTMLInputElement>) => void;
633
+ __next36pxDefaultSize?: boolean;
634
+ __next40pxDefaultSize?: boolean;
635
+ __unstableInputWidth?: import("react").CSSProperties["width"];
636
+ hideLabelFromVision?: boolean;
637
+ labelPosition?: import("../../input-control/types").LabelPosition;
638
+ dragDirection?: import("../../input-control/types").DragDirection;
639
+ dragThreshold?: number;
640
+ isDragEnabled?: import("../../input-control/types").InputControlProps["isDragEnabled"];
641
+ isPressEnterToChange?: boolean;
642
+ __unstableStateReducer?: import("../../input-control/types").InputFieldProps["stateReducer"];
643
+ hideHTMLArrows?: boolean;
644
+ isShiftStepEnabled?: boolean;
645
+ shiftStep?: number;
646
+ spinFactor?: number;
647
+ disableUnits?: boolean;
648
+ unit?: string;
649
+ isUnitSelectTabbable?: boolean;
650
+ isResetValueOnUnitChange?: boolean;
651
+ onUnitChange?: import("../../unit-control/types").UnitControlOnChangeCallback;
652
+ };
653
+ label?: string;
668
654
  onChange: (next: import("../types").BoxControlValue) => void;
669
- resetValues?: import("../types").BoxControlValue | undefined;
670
- sides?: readonly ("horizontal" | "vertical" | keyof import("../types").BoxControlValue)[] | undefined;
671
- splitOnAxis?: boolean | undefined;
672
- values?: import("../types").BoxControlValue | undefined;
673
- __next40pxDefaultSize?: boolean | undefined;
655
+ resetValues?: import("../types").BoxControlValue;
656
+ sides?: readonly (keyof import("../types").BoxControlValue | "horizontal" | "vertical")[];
657
+ splitOnAxis?: boolean;
658
+ values?: import("../types").BoxControlValue;
659
+ __next40pxDefaultSize?: boolean;
674
660
  }>;
675
661
  export declare const ArbitrarySides: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../unit-control/types").UnitControlProps, "onMouseOut" | "onMouseOver" | "units"> & {
676
- allowReset?: boolean | undefined;
677
- id?: string | undefined;
662
+ allowReset?: boolean;
663
+ id?: string;
678
664
  inputProps?: {
679
665
  hidden?: boolean | undefined;
680
666
  color?: string | undefined;
681
667
  content?: string | undefined;
682
- size?: import("../../input-control/types").Size | undefined;
668
+ size?: import("../../input-control/types").Size;
683
669
  style?: import("react").CSSProperties | undefined;
684
670
  help?: import("react").ReactNode;
685
- height?: string | number | undefined;
671
+ height?: number | string | undefined;
686
672
  translate?: "yes" | "no" | undefined;
687
- width?: string | number | undefined;
673
+ width?: number | string | undefined;
688
674
  multiple?: boolean | undefined;
689
- disabled?: boolean | undefined;
675
+ disabled?: boolean;
690
676
  form?: string | undefined;
691
677
  slot?: string | undefined;
692
678
  title?: string | undefined;
@@ -695,34 +681,34 @@ export declare const ArbitrarySides: import("@storybook/types").AnnotatedStoryFn
695
681
  className?: string | undefined;
696
682
  id?: string | undefined;
697
683
  lang?: string | undefined;
698
- max?: number | undefined;
699
- min?: number | undefined;
684
+ max?: number;
685
+ min?: number;
700
686
  name?: string | undefined;
701
687
  role?: import("react").AriaRole | undefined;
702
688
  tabIndex?: number | undefined;
703
689
  "aria-activedescendant"?: string | undefined;
704
690
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
705
- "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
691
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
706
692
  "aria-braillelabel"?: string | undefined;
707
693
  "aria-brailleroledescription"?: string | undefined;
708
694
  "aria-busy"?: (boolean | "false" | "true") | undefined;
709
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
695
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
710
696
  "aria-colcount"?: number | undefined;
711
697
  "aria-colindex"?: number | undefined;
712
698
  "aria-colindextext"?: string | undefined;
713
699
  "aria-colspan"?: number | undefined;
714
700
  "aria-controls"?: string | undefined;
715
- "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
701
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
716
702
  "aria-describedby"?: string | undefined;
717
703
  "aria-description"?: string | undefined;
718
704
  "aria-details"?: string | undefined;
719
705
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
720
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
706
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
721
707
  "aria-errormessage"?: string | undefined;
722
708
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
723
709
  "aria-flowto"?: string | undefined;
724
710
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
725
- "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
711
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
726
712
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
727
713
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
728
714
  "aria-keyshortcuts"?: string | undefined;
@@ -737,9 +723,9 @@ export declare const ArbitrarySides: import("@storybook/types").AnnotatedStoryFn
737
723
  "aria-owns"?: string | undefined;
738
724
  "aria-placeholder"?: string | undefined;
739
725
  "aria-posinset"?: number | undefined;
740
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
726
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
741
727
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
742
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
728
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
743
729
  "aria-required"?: (boolean | "false" | "true") | undefined;
744
730
  "aria-roledescription"?: string | undefined;
745
731
  "aria-rowcount"?: number | undefined;
@@ -846,13 +832,9 @@ export declare const ArbitrarySides: import("@storybook/types").AnnotatedStoryFn
846
832
  onContextMenuCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
847
833
  onDoubleClick?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
848
834
  onDoubleClickCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
849
- onDrag?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
850
- event: unknown;
851
- }) => void) | undefined;
835
+ onDrag?: (dragProps: import("../../input-control/types").DragProps) => void;
852
836
  onDragCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
853
- onDragEnd?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
854
- event: unknown;
855
- }) => void) | undefined;
837
+ onDragEnd?: (dragProps: import("../../input-control/types").DragProps) => void;
856
838
  onDragEndCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
857
839
  onDragEnter?: import("react").DragEventHandler<HTMLInputElement> | undefined;
858
840
  onDragEnterCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
@@ -862,9 +844,7 @@ export declare const ArbitrarySides: import("@storybook/types").AnnotatedStoryFn
862
844
  onDragLeaveCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
863
845
  onDragOver?: import("react").DragEventHandler<HTMLInputElement> | undefined;
864
846
  onDragOverCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
865
- onDragStart?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
866
- event: unknown;
867
- }) => void) | undefined;
847
+ onDragStart?: (dragProps: import("../../input-control/types").DragProps) => void;
868
848
  onDragStartCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
869
849
  onDrop?: import("react").DragEventHandler<HTMLInputElement> | undefined;
870
850
  onDropCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
@@ -924,7 +904,7 @@ export declare const ArbitrarySides: import("@storybook/types").AnnotatedStoryFn
924
904
  suppressContentEditableWarning?: boolean | undefined;
925
905
  accessKey?: string | undefined;
926
906
  autoFocus?: boolean | undefined;
927
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
907
+ contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
928
908
  contextMenu?: string | undefined;
929
909
  dir?: string | undefined;
930
910
  draggable?: (boolean | "false" | "true") | undefined;
@@ -952,72 +932,72 @@ export declare const ArbitrarySides: import("@storybook/types").AnnotatedStoryFn
952
932
  results?: number | undefined;
953
933
  security?: string | undefined;
954
934
  unselectable?: "on" | "off" | undefined;
955
- inputMode?: "none" | "text" | "numeric" | "search" | "tel" | "url" | "email" | "decimal" | undefined;
935
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
956
936
  is?: string | undefined;
957
- formAction?: string | undefined;
937
+ formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
958
938
  formEncType?: string | undefined;
959
939
  formMethod?: string | undefined;
960
940
  formNoValidate?: boolean | undefined;
961
941
  formTarget?: string | undefined;
962
- value?: string | number | undefined;
942
+ value?: number | string;
963
943
  autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
964
944
  maxLength?: number | undefined;
965
945
  minLength?: number | undefined;
966
946
  placeholder?: string | undefined;
967
947
  readOnly?: boolean | undefined;
968
- required?: boolean | undefined;
948
+ required?: import("../../input-control/types").InputControlProps["required"];
969
949
  src?: string | undefined;
970
950
  alt?: string | undefined;
971
951
  accept?: string | undefined;
972
952
  capture?: boolean | "user" | "environment" | undefined;
973
953
  checked?: boolean | undefined;
974
- enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
954
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
975
955
  list?: string | undefined;
976
- step?: string | number | undefined;
977
- onValidate?: ((nextValue: string, event?: import("react").SyntheticEvent<HTMLInputElement, Event> | undefined) => void) | undefined;
978
- __next36pxDefaultSize?: boolean | undefined;
979
- __next40pxDefaultSize?: boolean | undefined;
980
- __unstableInputWidth?: import("csstype").Property.Width<string | number> | undefined;
981
- hideLabelFromVision?: boolean | undefined;
982
- labelPosition?: import("../../input-control/types").LabelPosition | undefined;
983
- dragDirection?: import("../../input-control/types").DragDirection | undefined;
984
- dragThreshold?: number | undefined;
985
- isDragEnabled?: boolean | undefined;
986
- isPressEnterToChange?: boolean | undefined;
987
- __unstableStateReducer?: import("../../input-control/reducer/state").StateReducer | undefined;
988
- hideHTMLArrows?: boolean | undefined;
989
- isShiftStepEnabled?: boolean | undefined;
990
- shiftStep?: number | undefined;
991
- spinFactor?: number | undefined;
992
- disableUnits?: boolean | undefined;
993
- unit?: string | undefined;
994
- isUnitSelectTabbable?: boolean | undefined;
995
- isResetValueOnUnitChange?: boolean | undefined;
996
- onUnitChange?: import("../../unit-control/types").UnitControlOnChangeCallback | undefined;
997
- } | undefined;
998
- label?: string | undefined;
956
+ step?: import("../../input-control/types").InputControlProps["step"];
957
+ onValidate?: (nextValue: string, event?: import("react").SyntheticEvent<HTMLInputElement>) => void;
958
+ __next36pxDefaultSize?: boolean;
959
+ __next40pxDefaultSize?: boolean;
960
+ __unstableInputWidth?: import("react").CSSProperties["width"];
961
+ hideLabelFromVision?: boolean;
962
+ labelPosition?: import("../../input-control/types").LabelPosition;
963
+ dragDirection?: import("../../input-control/types").DragDirection;
964
+ dragThreshold?: number;
965
+ isDragEnabled?: import("../../input-control/types").InputControlProps["isDragEnabled"];
966
+ isPressEnterToChange?: boolean;
967
+ __unstableStateReducer?: import("../../input-control/types").InputFieldProps["stateReducer"];
968
+ hideHTMLArrows?: boolean;
969
+ isShiftStepEnabled?: boolean;
970
+ shiftStep?: number;
971
+ spinFactor?: number;
972
+ disableUnits?: boolean;
973
+ unit?: string;
974
+ isUnitSelectTabbable?: boolean;
975
+ isResetValueOnUnitChange?: boolean;
976
+ onUnitChange?: import("../../unit-control/types").UnitControlOnChangeCallback;
977
+ };
978
+ label?: string;
999
979
  onChange: (next: import("../types").BoxControlValue) => void;
1000
- resetValues?: import("../types").BoxControlValue | undefined;
1001
- sides?: readonly ("horizontal" | "vertical" | keyof import("../types").BoxControlValue)[] | undefined;
1002
- splitOnAxis?: boolean | undefined;
1003
- values?: import("../types").BoxControlValue | undefined;
1004
- __next40pxDefaultSize?: boolean | undefined;
980
+ resetValues?: import("../types").BoxControlValue;
981
+ sides?: readonly (keyof import("../types").BoxControlValue | "horizontal" | "vertical")[];
982
+ splitOnAxis?: boolean;
983
+ values?: import("../types").BoxControlValue;
984
+ __next40pxDefaultSize?: boolean;
1005
985
  }>;
1006
986
  export declare const SingleSide: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../unit-control/types").UnitControlProps, "onMouseOut" | "onMouseOver" | "units"> & {
1007
- allowReset?: boolean | undefined;
1008
- id?: string | undefined;
987
+ allowReset?: boolean;
988
+ id?: string;
1009
989
  inputProps?: {
1010
990
  hidden?: boolean | undefined;
1011
991
  color?: string | undefined;
1012
992
  content?: string | undefined;
1013
- size?: import("../../input-control/types").Size | undefined;
993
+ size?: import("../../input-control/types").Size;
1014
994
  style?: import("react").CSSProperties | undefined;
1015
995
  help?: import("react").ReactNode;
1016
- height?: string | number | undefined;
996
+ height?: number | string | undefined;
1017
997
  translate?: "yes" | "no" | undefined;
1018
- width?: string | number | undefined;
998
+ width?: number | string | undefined;
1019
999
  multiple?: boolean | undefined;
1020
- disabled?: boolean | undefined;
1000
+ disabled?: boolean;
1021
1001
  form?: string | undefined;
1022
1002
  slot?: string | undefined;
1023
1003
  title?: string | undefined;
@@ -1026,34 +1006,34 @@ export declare const SingleSide: import("@storybook/types").AnnotatedStoryFn<imp
1026
1006
  className?: string | undefined;
1027
1007
  id?: string | undefined;
1028
1008
  lang?: string | undefined;
1029
- max?: number | undefined;
1030
- min?: number | undefined;
1009
+ max?: number;
1010
+ min?: number;
1031
1011
  name?: string | undefined;
1032
1012
  role?: import("react").AriaRole | undefined;
1033
1013
  tabIndex?: number | undefined;
1034
1014
  "aria-activedescendant"?: string | undefined;
1035
1015
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1036
- "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
1016
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1037
1017
  "aria-braillelabel"?: string | undefined;
1038
1018
  "aria-brailleroledescription"?: string | undefined;
1039
1019
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1040
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1020
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1041
1021
  "aria-colcount"?: number | undefined;
1042
1022
  "aria-colindex"?: number | undefined;
1043
1023
  "aria-colindextext"?: string | undefined;
1044
1024
  "aria-colspan"?: number | undefined;
1045
1025
  "aria-controls"?: string | undefined;
1046
- "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
1026
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1047
1027
  "aria-describedby"?: string | undefined;
1048
1028
  "aria-description"?: string | undefined;
1049
1029
  "aria-details"?: string | undefined;
1050
1030
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1051
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
1031
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1052
1032
  "aria-errormessage"?: string | undefined;
1053
1033
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1054
1034
  "aria-flowto"?: string | undefined;
1055
1035
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1056
- "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
1036
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1057
1037
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1058
1038
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1059
1039
  "aria-keyshortcuts"?: string | undefined;
@@ -1068,9 +1048,9 @@ export declare const SingleSide: import("@storybook/types").AnnotatedStoryFn<imp
1068
1048
  "aria-owns"?: string | undefined;
1069
1049
  "aria-placeholder"?: string | undefined;
1070
1050
  "aria-posinset"?: number | undefined;
1071
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1051
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1072
1052
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1073
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1053
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1074
1054
  "aria-required"?: (boolean | "false" | "true") | undefined;
1075
1055
  "aria-roledescription"?: string | undefined;
1076
1056
  "aria-rowcount"?: number | undefined;
@@ -1177,13 +1157,9 @@ export declare const SingleSide: import("@storybook/types").AnnotatedStoryFn<imp
1177
1157
  onContextMenuCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
1178
1158
  onDoubleClick?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
1179
1159
  onDoubleClickCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
1180
- onDrag?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
1181
- event: unknown;
1182
- }) => void) | undefined;
1160
+ onDrag?: (dragProps: import("../../input-control/types").DragProps) => void;
1183
1161
  onDragCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1184
- onDragEnd?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
1185
- event: unknown;
1186
- }) => void) | undefined;
1162
+ onDragEnd?: (dragProps: import("../../input-control/types").DragProps) => void;
1187
1163
  onDragEndCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1188
1164
  onDragEnter?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1189
1165
  onDragEnterCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
@@ -1193,9 +1169,7 @@ export declare const SingleSide: import("@storybook/types").AnnotatedStoryFn<imp
1193
1169
  onDragLeaveCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1194
1170
  onDragOver?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1195
1171
  onDragOverCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1196
- onDragStart?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
1197
- event: unknown;
1198
- }) => void) | undefined;
1172
+ onDragStart?: (dragProps: import("../../input-control/types").DragProps) => void;
1199
1173
  onDragStartCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1200
1174
  onDrop?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1201
1175
  onDropCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
@@ -1255,7 +1229,7 @@ export declare const SingleSide: import("@storybook/types").AnnotatedStoryFn<imp
1255
1229
  suppressContentEditableWarning?: boolean | undefined;
1256
1230
  accessKey?: string | undefined;
1257
1231
  autoFocus?: boolean | undefined;
1258
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1232
+ contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1259
1233
  contextMenu?: string | undefined;
1260
1234
  dir?: string | undefined;
1261
1235
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1283,72 +1257,72 @@ export declare const SingleSide: import("@storybook/types").AnnotatedStoryFn<imp
1283
1257
  results?: number | undefined;
1284
1258
  security?: string | undefined;
1285
1259
  unselectable?: "on" | "off" | undefined;
1286
- inputMode?: "none" | "text" | "numeric" | "search" | "tel" | "url" | "email" | "decimal" | undefined;
1260
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1287
1261
  is?: string | undefined;
1288
- formAction?: string | undefined;
1262
+ formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
1289
1263
  formEncType?: string | undefined;
1290
1264
  formMethod?: string | undefined;
1291
1265
  formNoValidate?: boolean | undefined;
1292
1266
  formTarget?: string | undefined;
1293
- value?: string | number | undefined;
1267
+ value?: number | string;
1294
1268
  autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
1295
1269
  maxLength?: number | undefined;
1296
1270
  minLength?: number | undefined;
1297
1271
  placeholder?: string | undefined;
1298
1272
  readOnly?: boolean | undefined;
1299
- required?: boolean | undefined;
1273
+ required?: import("../../input-control/types").InputControlProps["required"];
1300
1274
  src?: string | undefined;
1301
1275
  alt?: string | undefined;
1302
1276
  accept?: string | undefined;
1303
1277
  capture?: boolean | "user" | "environment" | undefined;
1304
1278
  checked?: boolean | undefined;
1305
- enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
1279
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
1306
1280
  list?: string | undefined;
1307
- step?: string | number | undefined;
1308
- onValidate?: ((nextValue: string, event?: import("react").SyntheticEvent<HTMLInputElement, Event> | undefined) => void) | undefined;
1309
- __next36pxDefaultSize?: boolean | undefined;
1310
- __next40pxDefaultSize?: boolean | undefined;
1311
- __unstableInputWidth?: import("csstype").Property.Width<string | number> | undefined;
1312
- hideLabelFromVision?: boolean | undefined;
1313
- labelPosition?: import("../../input-control/types").LabelPosition | undefined;
1314
- dragDirection?: import("../../input-control/types").DragDirection | undefined;
1315
- dragThreshold?: number | undefined;
1316
- isDragEnabled?: boolean | undefined;
1317
- isPressEnterToChange?: boolean | undefined;
1318
- __unstableStateReducer?: import("../../input-control/reducer/state").StateReducer | undefined;
1319
- hideHTMLArrows?: boolean | undefined;
1320
- isShiftStepEnabled?: boolean | undefined;
1321
- shiftStep?: number | undefined;
1322
- spinFactor?: number | undefined;
1323
- disableUnits?: boolean | undefined;
1324
- unit?: string | undefined;
1325
- isUnitSelectTabbable?: boolean | undefined;
1326
- isResetValueOnUnitChange?: boolean | undefined;
1327
- onUnitChange?: import("../../unit-control/types").UnitControlOnChangeCallback | undefined;
1328
- } | undefined;
1329
- label?: string | undefined;
1281
+ step?: import("../../input-control/types").InputControlProps["step"];
1282
+ onValidate?: (nextValue: string, event?: import("react").SyntheticEvent<HTMLInputElement>) => void;
1283
+ __next36pxDefaultSize?: boolean;
1284
+ __next40pxDefaultSize?: boolean;
1285
+ __unstableInputWidth?: import("react").CSSProperties["width"];
1286
+ hideLabelFromVision?: boolean;
1287
+ labelPosition?: import("../../input-control/types").LabelPosition;
1288
+ dragDirection?: import("../../input-control/types").DragDirection;
1289
+ dragThreshold?: number;
1290
+ isDragEnabled?: import("../../input-control/types").InputControlProps["isDragEnabled"];
1291
+ isPressEnterToChange?: boolean;
1292
+ __unstableStateReducer?: import("../../input-control/types").InputFieldProps["stateReducer"];
1293
+ hideHTMLArrows?: boolean;
1294
+ isShiftStepEnabled?: boolean;
1295
+ shiftStep?: number;
1296
+ spinFactor?: number;
1297
+ disableUnits?: boolean;
1298
+ unit?: string;
1299
+ isUnitSelectTabbable?: boolean;
1300
+ isResetValueOnUnitChange?: boolean;
1301
+ onUnitChange?: import("../../unit-control/types").UnitControlOnChangeCallback;
1302
+ };
1303
+ label?: string;
1330
1304
  onChange: (next: import("../types").BoxControlValue) => void;
1331
- resetValues?: import("../types").BoxControlValue | undefined;
1332
- sides?: readonly ("horizontal" | "vertical" | keyof import("../types").BoxControlValue)[] | undefined;
1333
- splitOnAxis?: boolean | undefined;
1334
- values?: import("../types").BoxControlValue | undefined;
1335
- __next40pxDefaultSize?: boolean | undefined;
1305
+ resetValues?: import("../types").BoxControlValue;
1306
+ sides?: readonly (keyof import("../types").BoxControlValue | "horizontal" | "vertical")[];
1307
+ splitOnAxis?: boolean;
1308
+ values?: import("../types").BoxControlValue;
1309
+ __next40pxDefaultSize?: boolean;
1336
1310
  }>;
1337
1311
  export declare const AxialControls: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../unit-control/types").UnitControlProps, "onMouseOut" | "onMouseOver" | "units"> & {
1338
- allowReset?: boolean | undefined;
1339
- id?: string | undefined;
1312
+ allowReset?: boolean;
1313
+ id?: string;
1340
1314
  inputProps?: {
1341
1315
  hidden?: boolean | undefined;
1342
1316
  color?: string | undefined;
1343
1317
  content?: string | undefined;
1344
- size?: import("../../input-control/types").Size | undefined;
1318
+ size?: import("../../input-control/types").Size;
1345
1319
  style?: import("react").CSSProperties | undefined;
1346
1320
  help?: import("react").ReactNode;
1347
- height?: string | number | undefined;
1321
+ height?: number | string | undefined;
1348
1322
  translate?: "yes" | "no" | undefined;
1349
- width?: string | number | undefined;
1323
+ width?: number | string | undefined;
1350
1324
  multiple?: boolean | undefined;
1351
- disabled?: boolean | undefined;
1325
+ disabled?: boolean;
1352
1326
  form?: string | undefined;
1353
1327
  slot?: string | undefined;
1354
1328
  title?: string | undefined;
@@ -1357,34 +1331,34 @@ export declare const AxialControls: import("@storybook/types").AnnotatedStoryFn<
1357
1331
  className?: string | undefined;
1358
1332
  id?: string | undefined;
1359
1333
  lang?: string | undefined;
1360
- max?: number | undefined;
1361
- min?: number | undefined;
1334
+ max?: number;
1335
+ min?: number;
1362
1336
  name?: string | undefined;
1363
1337
  role?: import("react").AriaRole | undefined;
1364
1338
  tabIndex?: number | undefined;
1365
1339
  "aria-activedescendant"?: string | undefined;
1366
1340
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1367
- "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
1341
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1368
1342
  "aria-braillelabel"?: string | undefined;
1369
1343
  "aria-brailleroledescription"?: string | undefined;
1370
1344
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1371
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1345
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1372
1346
  "aria-colcount"?: number | undefined;
1373
1347
  "aria-colindex"?: number | undefined;
1374
1348
  "aria-colindextext"?: string | undefined;
1375
1349
  "aria-colspan"?: number | undefined;
1376
1350
  "aria-controls"?: string | undefined;
1377
- "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
1351
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1378
1352
  "aria-describedby"?: string | undefined;
1379
1353
  "aria-description"?: string | undefined;
1380
1354
  "aria-details"?: string | undefined;
1381
1355
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1382
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
1356
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1383
1357
  "aria-errormessage"?: string | undefined;
1384
1358
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1385
1359
  "aria-flowto"?: string | undefined;
1386
1360
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1387
- "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
1361
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1388
1362
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1389
1363
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1390
1364
  "aria-keyshortcuts"?: string | undefined;
@@ -1399,9 +1373,9 @@ export declare const AxialControls: import("@storybook/types").AnnotatedStoryFn<
1399
1373
  "aria-owns"?: string | undefined;
1400
1374
  "aria-placeholder"?: string | undefined;
1401
1375
  "aria-posinset"?: number | undefined;
1402
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1376
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1403
1377
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1404
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1378
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1405
1379
  "aria-required"?: (boolean | "false" | "true") | undefined;
1406
1380
  "aria-roledescription"?: string | undefined;
1407
1381
  "aria-rowcount"?: number | undefined;
@@ -1508,13 +1482,9 @@ export declare const AxialControls: import("@storybook/types").AnnotatedStoryFn<
1508
1482
  onContextMenuCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
1509
1483
  onDoubleClick?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
1510
1484
  onDoubleClickCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
1511
- onDrag?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
1512
- event: unknown;
1513
- }) => void) | undefined;
1485
+ onDrag?: (dragProps: import("../../input-control/types").DragProps) => void;
1514
1486
  onDragCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1515
- onDragEnd?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
1516
- event: unknown;
1517
- }) => void) | undefined;
1487
+ onDragEnd?: (dragProps: import("../../input-control/types").DragProps) => void;
1518
1488
  onDragEndCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1519
1489
  onDragEnter?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1520
1490
  onDragEnterCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
@@ -1524,9 +1494,7 @@ export declare const AxialControls: import("@storybook/types").AnnotatedStoryFn<
1524
1494
  onDragLeaveCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1525
1495
  onDragOver?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1526
1496
  onDragOverCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1527
- onDragStart?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
1528
- event: unknown;
1529
- }) => void) | undefined;
1497
+ onDragStart?: (dragProps: import("../../input-control/types").DragProps) => void;
1530
1498
  onDragStartCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1531
1499
  onDrop?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1532
1500
  onDropCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
@@ -1586,7 +1554,7 @@ export declare const AxialControls: import("@storybook/types").AnnotatedStoryFn<
1586
1554
  suppressContentEditableWarning?: boolean | undefined;
1587
1555
  accessKey?: string | undefined;
1588
1556
  autoFocus?: boolean | undefined;
1589
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1557
+ contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1590
1558
  contextMenu?: string | undefined;
1591
1559
  dir?: string | undefined;
1592
1560
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1614,72 +1582,72 @@ export declare const AxialControls: import("@storybook/types").AnnotatedStoryFn<
1614
1582
  results?: number | undefined;
1615
1583
  security?: string | undefined;
1616
1584
  unselectable?: "on" | "off" | undefined;
1617
- inputMode?: "none" | "text" | "numeric" | "search" | "tel" | "url" | "email" | "decimal" | undefined;
1585
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1618
1586
  is?: string | undefined;
1619
- formAction?: string | undefined;
1587
+ formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
1620
1588
  formEncType?: string | undefined;
1621
1589
  formMethod?: string | undefined;
1622
1590
  formNoValidate?: boolean | undefined;
1623
1591
  formTarget?: string | undefined;
1624
- value?: string | number | undefined;
1592
+ value?: number | string;
1625
1593
  autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
1626
1594
  maxLength?: number | undefined;
1627
1595
  minLength?: number | undefined;
1628
1596
  placeholder?: string | undefined;
1629
1597
  readOnly?: boolean | undefined;
1630
- required?: boolean | undefined;
1598
+ required?: import("../../input-control/types").InputControlProps["required"];
1631
1599
  src?: string | undefined;
1632
1600
  alt?: string | undefined;
1633
1601
  accept?: string | undefined;
1634
1602
  capture?: boolean | "user" | "environment" | undefined;
1635
1603
  checked?: boolean | undefined;
1636
- enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
1604
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
1637
1605
  list?: string | undefined;
1638
- step?: string | number | undefined;
1639
- onValidate?: ((nextValue: string, event?: import("react").SyntheticEvent<HTMLInputElement, Event> | undefined) => void) | undefined;
1640
- __next36pxDefaultSize?: boolean | undefined;
1641
- __next40pxDefaultSize?: boolean | undefined;
1642
- __unstableInputWidth?: import("csstype").Property.Width<string | number> | undefined;
1643
- hideLabelFromVision?: boolean | undefined;
1644
- labelPosition?: import("../../input-control/types").LabelPosition | undefined;
1645
- dragDirection?: import("../../input-control/types").DragDirection | undefined;
1646
- dragThreshold?: number | undefined;
1647
- isDragEnabled?: boolean | undefined;
1648
- isPressEnterToChange?: boolean | undefined;
1649
- __unstableStateReducer?: import("../../input-control/reducer/state").StateReducer | undefined;
1650
- hideHTMLArrows?: boolean | undefined;
1651
- isShiftStepEnabled?: boolean | undefined;
1652
- shiftStep?: number | undefined;
1653
- spinFactor?: number | undefined;
1654
- disableUnits?: boolean | undefined;
1655
- unit?: string | undefined;
1656
- isUnitSelectTabbable?: boolean | undefined;
1657
- isResetValueOnUnitChange?: boolean | undefined;
1658
- onUnitChange?: import("../../unit-control/types").UnitControlOnChangeCallback | undefined;
1659
- } | undefined;
1660
- label?: string | undefined;
1606
+ step?: import("../../input-control/types").InputControlProps["step"];
1607
+ onValidate?: (nextValue: string, event?: import("react").SyntheticEvent<HTMLInputElement>) => void;
1608
+ __next36pxDefaultSize?: boolean;
1609
+ __next40pxDefaultSize?: boolean;
1610
+ __unstableInputWidth?: import("react").CSSProperties["width"];
1611
+ hideLabelFromVision?: boolean;
1612
+ labelPosition?: import("../../input-control/types").LabelPosition;
1613
+ dragDirection?: import("../../input-control/types").DragDirection;
1614
+ dragThreshold?: number;
1615
+ isDragEnabled?: import("../../input-control/types").InputControlProps["isDragEnabled"];
1616
+ isPressEnterToChange?: boolean;
1617
+ __unstableStateReducer?: import("../../input-control/types").InputFieldProps["stateReducer"];
1618
+ hideHTMLArrows?: boolean;
1619
+ isShiftStepEnabled?: boolean;
1620
+ shiftStep?: number;
1621
+ spinFactor?: number;
1622
+ disableUnits?: boolean;
1623
+ unit?: string;
1624
+ isUnitSelectTabbable?: boolean;
1625
+ isResetValueOnUnitChange?: boolean;
1626
+ onUnitChange?: import("../../unit-control/types").UnitControlOnChangeCallback;
1627
+ };
1628
+ label?: string;
1661
1629
  onChange: (next: import("../types").BoxControlValue) => void;
1662
- resetValues?: import("../types").BoxControlValue | undefined;
1663
- sides?: readonly ("horizontal" | "vertical" | keyof import("../types").BoxControlValue)[] | undefined;
1664
- splitOnAxis?: boolean | undefined;
1665
- values?: import("../types").BoxControlValue | undefined;
1666
- __next40pxDefaultSize?: boolean | undefined;
1630
+ resetValues?: import("../types").BoxControlValue;
1631
+ sides?: readonly (keyof import("../types").BoxControlValue | "horizontal" | "vertical")[];
1632
+ splitOnAxis?: boolean;
1633
+ values?: import("../types").BoxControlValue;
1634
+ __next40pxDefaultSize?: boolean;
1667
1635
  }>;
1668
1636
  export declare const AxialControlsWithSingleSide: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../unit-control/types").UnitControlProps, "onMouseOut" | "onMouseOver" | "units"> & {
1669
- allowReset?: boolean | undefined;
1670
- id?: string | undefined;
1637
+ allowReset?: boolean;
1638
+ id?: string;
1671
1639
  inputProps?: {
1672
1640
  hidden?: boolean | undefined;
1673
1641
  color?: string | undefined;
1674
1642
  content?: string | undefined;
1675
- size?: import("../../input-control/types").Size | undefined;
1643
+ size?: import("../../input-control/types").Size;
1676
1644
  style?: import("react").CSSProperties | undefined;
1677
1645
  help?: import("react").ReactNode;
1678
- height?: string | number | undefined;
1646
+ height?: number | string | undefined;
1679
1647
  translate?: "yes" | "no" | undefined;
1680
- width?: string | number | undefined;
1648
+ width?: number | string | undefined;
1681
1649
  multiple?: boolean | undefined;
1682
- disabled?: boolean | undefined;
1650
+ disabled?: boolean;
1683
1651
  form?: string | undefined;
1684
1652
  slot?: string | undefined;
1685
1653
  title?: string | undefined;
@@ -1688,34 +1656,34 @@ export declare const AxialControlsWithSingleSide: import("@storybook/types").Ann
1688
1656
  className?: string | undefined;
1689
1657
  id?: string | undefined;
1690
1658
  lang?: string | undefined;
1691
- max?: number | undefined;
1692
- min?: number | undefined;
1659
+ max?: number;
1660
+ min?: number;
1693
1661
  name?: string | undefined;
1694
1662
  role?: import("react").AriaRole | undefined;
1695
1663
  tabIndex?: number | undefined;
1696
1664
  "aria-activedescendant"?: string | undefined;
1697
1665
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
1698
- "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
1666
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
1699
1667
  "aria-braillelabel"?: string | undefined;
1700
1668
  "aria-brailleroledescription"?: string | undefined;
1701
1669
  "aria-busy"?: (boolean | "false" | "true") | undefined;
1702
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
1670
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
1703
1671
  "aria-colcount"?: number | undefined;
1704
1672
  "aria-colindex"?: number | undefined;
1705
1673
  "aria-colindextext"?: string | undefined;
1706
1674
  "aria-colspan"?: number | undefined;
1707
1675
  "aria-controls"?: string | undefined;
1708
- "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
1676
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
1709
1677
  "aria-describedby"?: string | undefined;
1710
1678
  "aria-description"?: string | undefined;
1711
1679
  "aria-details"?: string | undefined;
1712
1680
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
1713
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
1681
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
1714
1682
  "aria-errormessage"?: string | undefined;
1715
1683
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
1716
1684
  "aria-flowto"?: string | undefined;
1717
1685
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
1718
- "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
1686
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
1719
1687
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
1720
1688
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
1721
1689
  "aria-keyshortcuts"?: string | undefined;
@@ -1730,9 +1698,9 @@ export declare const AxialControlsWithSingleSide: import("@storybook/types").Ann
1730
1698
  "aria-owns"?: string | undefined;
1731
1699
  "aria-placeholder"?: string | undefined;
1732
1700
  "aria-posinset"?: number | undefined;
1733
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
1701
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
1734
1702
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
1735
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
1703
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
1736
1704
  "aria-required"?: (boolean | "false" | "true") | undefined;
1737
1705
  "aria-roledescription"?: string | undefined;
1738
1706
  "aria-rowcount"?: number | undefined;
@@ -1839,13 +1807,9 @@ export declare const AxialControlsWithSingleSide: import("@storybook/types").Ann
1839
1807
  onContextMenuCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
1840
1808
  onDoubleClick?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
1841
1809
  onDoubleClickCapture?: import("react").MouseEventHandler<HTMLInputElement> | undefined;
1842
- onDrag?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
1843
- event: unknown;
1844
- }) => void) | undefined;
1810
+ onDrag?: (dragProps: import("../../input-control/types").DragProps) => void;
1845
1811
  onDragCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1846
- onDragEnd?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
1847
- event: unknown;
1848
- }) => void) | undefined;
1812
+ onDragEnd?: (dragProps: import("../../input-control/types").DragProps) => void;
1849
1813
  onDragEndCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1850
1814
  onDragEnter?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1851
1815
  onDragEnterCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
@@ -1855,9 +1819,7 @@ export declare const AxialControlsWithSingleSide: import("@storybook/types").Ann
1855
1819
  onDragLeaveCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1856
1820
  onDragOver?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1857
1821
  onDragOverCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1858
- onDragStart?: ((dragProps: Omit<import("@use-gesture/react").FullGestureState<"drag">, "event"> & {
1859
- event: unknown;
1860
- }) => void) | undefined;
1822
+ onDragStart?: (dragProps: import("../../input-control/types").DragProps) => void;
1861
1823
  onDragStartCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1862
1824
  onDrop?: import("react").DragEventHandler<HTMLInputElement> | undefined;
1863
1825
  onDropCapture?: import("react").DragEventHandler<HTMLInputElement> | undefined;
@@ -1917,7 +1879,7 @@ export declare const AxialControlsWithSingleSide: import("@storybook/types").Ann
1917
1879
  suppressContentEditableWarning?: boolean | undefined;
1918
1880
  accessKey?: string | undefined;
1919
1881
  autoFocus?: boolean | undefined;
1920
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
1882
+ contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
1921
1883
  contextMenu?: string | undefined;
1922
1884
  dir?: string | undefined;
1923
1885
  draggable?: (boolean | "false" | "true") | undefined;
@@ -1945,55 +1907,55 @@ export declare const AxialControlsWithSingleSide: import("@storybook/types").Ann
1945
1907
  results?: number | undefined;
1946
1908
  security?: string | undefined;
1947
1909
  unselectable?: "on" | "off" | undefined;
1948
- inputMode?: "none" | "text" | "numeric" | "search" | "tel" | "url" | "email" | "decimal" | undefined;
1910
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
1949
1911
  is?: string | undefined;
1950
- formAction?: string | undefined;
1912
+ formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
1951
1913
  formEncType?: string | undefined;
1952
1914
  formMethod?: string | undefined;
1953
1915
  formNoValidate?: boolean | undefined;
1954
1916
  formTarget?: string | undefined;
1955
- value?: string | number | undefined;
1917
+ value?: number | string;
1956
1918
  autoComplete?: import("react").HTMLInputAutoCompleteAttribute | undefined;
1957
1919
  maxLength?: number | undefined;
1958
1920
  minLength?: number | undefined;
1959
1921
  placeholder?: string | undefined;
1960
1922
  readOnly?: boolean | undefined;
1961
- required?: boolean | undefined;
1923
+ required?: import("../../input-control/types").InputControlProps["required"];
1962
1924
  src?: string | undefined;
1963
1925
  alt?: string | undefined;
1964
1926
  accept?: string | undefined;
1965
1927
  capture?: boolean | "user" | "environment" | undefined;
1966
1928
  checked?: boolean | undefined;
1967
- enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined;
1929
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
1968
1930
  list?: string | undefined;
1969
- step?: string | number | undefined;
1970
- onValidate?: ((nextValue: string, event?: import("react").SyntheticEvent<HTMLInputElement, Event> | undefined) => void) | undefined;
1971
- __next36pxDefaultSize?: boolean | undefined;
1972
- __next40pxDefaultSize?: boolean | undefined;
1973
- __unstableInputWidth?: import("csstype").Property.Width<string | number> | undefined;
1974
- hideLabelFromVision?: boolean | undefined;
1975
- labelPosition?: import("../../input-control/types").LabelPosition | undefined;
1976
- dragDirection?: import("../../input-control/types").DragDirection | undefined;
1977
- dragThreshold?: number | undefined;
1978
- isDragEnabled?: boolean | undefined;
1979
- isPressEnterToChange?: boolean | undefined;
1980
- __unstableStateReducer?: import("../../input-control/reducer/state").StateReducer | undefined;
1981
- hideHTMLArrows?: boolean | undefined;
1982
- isShiftStepEnabled?: boolean | undefined;
1983
- shiftStep?: number | undefined;
1984
- spinFactor?: number | undefined;
1985
- disableUnits?: boolean | undefined;
1986
- unit?: string | undefined;
1987
- isUnitSelectTabbable?: boolean | undefined;
1988
- isResetValueOnUnitChange?: boolean | undefined;
1989
- onUnitChange?: import("../../unit-control/types").UnitControlOnChangeCallback | undefined;
1990
- } | undefined;
1991
- label?: string | undefined;
1931
+ step?: import("../../input-control/types").InputControlProps["step"];
1932
+ onValidate?: (nextValue: string, event?: import("react").SyntheticEvent<HTMLInputElement>) => void;
1933
+ __next36pxDefaultSize?: boolean;
1934
+ __next40pxDefaultSize?: boolean;
1935
+ __unstableInputWidth?: import("react").CSSProperties["width"];
1936
+ hideLabelFromVision?: boolean;
1937
+ labelPosition?: import("../../input-control/types").LabelPosition;
1938
+ dragDirection?: import("../../input-control/types").DragDirection;
1939
+ dragThreshold?: number;
1940
+ isDragEnabled?: import("../../input-control/types").InputControlProps["isDragEnabled"];
1941
+ isPressEnterToChange?: boolean;
1942
+ __unstableStateReducer?: import("../../input-control/types").InputFieldProps["stateReducer"];
1943
+ hideHTMLArrows?: boolean;
1944
+ isShiftStepEnabled?: boolean;
1945
+ shiftStep?: number;
1946
+ spinFactor?: number;
1947
+ disableUnits?: boolean;
1948
+ unit?: string;
1949
+ isUnitSelectTabbable?: boolean;
1950
+ isResetValueOnUnitChange?: boolean;
1951
+ onUnitChange?: import("../../unit-control/types").UnitControlOnChangeCallback;
1952
+ };
1953
+ label?: string;
1992
1954
  onChange: (next: import("../types").BoxControlValue) => void;
1993
- resetValues?: import("../types").BoxControlValue | undefined;
1994
- sides?: readonly ("horizontal" | "vertical" | keyof import("../types").BoxControlValue)[] | undefined;
1995
- splitOnAxis?: boolean | undefined;
1996
- values?: import("../types").BoxControlValue | undefined;
1997
- __next40pxDefaultSize?: boolean | undefined;
1955
+ resetValues?: import("../types").BoxControlValue;
1956
+ sides?: readonly (keyof import("../types").BoxControlValue | "horizontal" | "vertical")[];
1957
+ splitOnAxis?: boolean;
1958
+ values?: import("../types").BoxControlValue;
1959
+ __next40pxDefaultSize?: boolean;
1998
1960
  }>;
1999
1961
  //# sourceMappingURL=index.story.d.ts.map