@wordpress/components 28.3.0 → 28.4.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 (1084) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/CONTRIBUTING.md +1 -1
  3. package/build/autocomplete/types.js.map +1 -1
  4. package/build/base-control/types.js.map +1 -1
  5. package/build/button/index.js +9 -7
  6. package/build/button/index.js.map +1 -1
  7. package/build/button/types.js.map +1 -1
  8. package/build/checkbox-control/index.js +1 -0
  9. package/build/checkbox-control/index.js.map +1 -1
  10. package/build/color-picker/component.js +8 -17
  11. package/build/color-picker/component.js.map +1 -1
  12. package/build/combobox-control/index.js +9 -0
  13. package/build/combobox-control/index.js.map +1 -1
  14. package/build/custom-select-control/index.js +125 -174
  15. package/build/custom-select-control/index.js.map +1 -1
  16. package/build/custom-select-control/types.js +6 -0
  17. package/build/custom-select-control/types.js.map +1 -0
  18. package/build/custom-select-control-v2/custom-select.js +4 -1
  19. package/build/custom-select-control-v2/custom-select.js.map +1 -1
  20. package/build/custom-select-control-v2/index.js +35 -7
  21. package/build/custom-select-control-v2/index.js.map +1 -1
  22. package/build/custom-select-control-v2/styles.js +25 -9
  23. package/build/custom-select-control-v2/styles.js.map +1 -1
  24. package/build/custom-select-control-v2/types.js.map +1 -1
  25. package/build/dropdown-menu-v2/styles.js +14 -14
  26. package/build/dropdown-menu-v2/styles.js.map +1 -1
  27. package/build/focal-point-picker/index.js +1 -0
  28. package/build/focal-point-picker/index.js.map +1 -1
  29. package/build/font-size-picker/font-size-picker-select.js +4 -4
  30. package/build/font-size-picker/font-size-picker-select.js.map +1 -1
  31. package/build/font-size-picker/index.js +36 -24
  32. package/build/font-size-picker/index.js.map +1 -1
  33. package/build/font-size-picker/types.js.map +1 -1
  34. package/build/form-token-field/index.js +8 -0
  35. package/build/form-token-field/index.js.map +1 -1
  36. package/build/index.js +2 -2
  37. package/build/index.js.map +1 -1
  38. package/build/mobile/bottom-sheet/bottom-sheet-navigation/navigation-screen.native.js +1 -1
  39. package/build/mobile/bottom-sheet/bottom-sheet-navigation/navigation-screen.native.js.map +1 -1
  40. package/build/private-apis.js +0 -4
  41. package/build/private-apis.js.map +1 -1
  42. package/build/radio-control/index.js +1 -1
  43. package/build/radio-control/index.js.map +1 -1
  44. package/build/range-control/index.js +1 -0
  45. package/build/range-control/index.js.map +1 -1
  46. package/build/select-control/index.js +5 -0
  47. package/build/select-control/index.js.map +1 -1
  48. package/build/select-control/styles/select-control-styles.js +42 -11
  49. package/build/select-control/styles/select-control-styles.js.map +1 -1
  50. package/build/select-control/types.js.map +1 -1
  51. package/build/tabs/styles.js +3 -3
  52. package/build/tabs/styles.js.map +1 -1
  53. package/build/tabs/tablist.js +4 -189
  54. package/build/tabs/tablist.js.map +1 -1
  55. package/build/textarea-control/index.js +1 -0
  56. package/build/textarea-control/index.js.map +1 -1
  57. package/build/toggle-control/index.js +10 -4
  58. package/build/toggle-control/index.js.map +1 -1
  59. package/build/toggle-group-control/toggle-group-control-option-base/component.js +3 -0
  60. package/build/toggle-group-control/toggle-group-control-option-base/component.js.map +1 -1
  61. package/build/toggle-group-control/toggle-group-control-option-base/styles.js +9 -9
  62. package/build/toggle-group-control/toggle-group-control-option-base/styles.js.map +1 -1
  63. package/build/tools-panel/tools-panel-header/component.js +1 -1
  64. package/build/tools-panel/tools-panel-header/component.js.map +1 -1
  65. package/build/tree-select/index.js +1 -0
  66. package/build/tree-select/index.js.map +1 -1
  67. package/build/utils/element-rect.js +157 -0
  68. package/build/utils/element-rect.js.map +1 -0
  69. package/build/utils/hooks/use-event.js +41 -0
  70. package/build/utils/hooks/use-event.js.map +1 -0
  71. package/build/utils/hooks/use-on-value-update.js +46 -0
  72. package/build/utils/hooks/use-on-value-update.js.map +1 -0
  73. package/build-module/autocomplete/types.js.map +1 -1
  74. package/build-module/base-control/types.js.map +1 -1
  75. package/build-module/button/index.js +9 -7
  76. package/build-module/button/index.js.map +1 -1
  77. package/build-module/button/types.js.map +1 -1
  78. package/build-module/checkbox-control/index.js +1 -0
  79. package/build-module/checkbox-control/index.js.map +1 -1
  80. package/build-module/color-picker/component.js +9 -18
  81. package/build-module/color-picker/component.js.map +1 -1
  82. package/build-module/combobox-control/index.js +9 -0
  83. package/build-module/combobox-control/index.js.map +1 -1
  84. package/build-module/custom-select-control/index.js +123 -173
  85. package/build-module/custom-select-control/index.js.map +1 -1
  86. package/build-module/custom-select-control/types.js +2 -0
  87. package/build-module/custom-select-control/types.js.map +1 -0
  88. package/build-module/custom-select-control-v2/custom-select.js +4 -1
  89. package/build-module/custom-select-control-v2/custom-select.js.map +1 -1
  90. package/build-module/custom-select-control-v2/index.js +27 -1
  91. package/build-module/custom-select-control-v2/index.js.map +1 -1
  92. package/build-module/custom-select-control-v2/styles.js +26 -10
  93. package/build-module/custom-select-control-v2/styles.js.map +1 -1
  94. package/build-module/custom-select-control-v2/types.js.map +1 -1
  95. package/build-module/dropdown-menu-v2/styles.js +14 -14
  96. package/build-module/dropdown-menu-v2/styles.js.map +1 -1
  97. package/build-module/focal-point-picker/index.js +1 -0
  98. package/build-module/focal-point-picker/index.js.map +1 -1
  99. package/build-module/font-size-picker/font-size-picker-select.js +3 -3
  100. package/build-module/font-size-picker/font-size-picker-select.js.map +1 -1
  101. package/build-module/font-size-picker/index.js +36 -24
  102. package/build-module/font-size-picker/index.js.map +1 -1
  103. package/build-module/font-size-picker/types.js.map +1 -1
  104. package/build-module/form-token-field/index.js +8 -0
  105. package/build-module/form-token-field/index.js.map +1 -1
  106. package/build-module/index.js +1 -1
  107. package/build-module/index.js.map +1 -1
  108. package/build-module/mobile/bottom-sheet/bottom-sheet-navigation/navigation-screen.native.js +1 -1
  109. package/build-module/mobile/bottom-sheet/bottom-sheet-navigation/navigation-screen.native.js.map +1 -1
  110. package/build-module/private-apis.js +0 -4
  111. package/build-module/private-apis.js.map +1 -1
  112. package/build-module/radio-control/index.js +1 -1
  113. package/build-module/radio-control/index.js.map +1 -1
  114. package/build-module/range-control/index.js +1 -0
  115. package/build-module/range-control/index.js.map +1 -1
  116. package/build-module/select-control/index.js +5 -0
  117. package/build-module/select-control/index.js.map +1 -1
  118. package/build-module/select-control/styles/select-control-styles.js +41 -6
  119. package/build-module/select-control/styles/select-control-styles.js.map +1 -1
  120. package/build-module/select-control/types.js.map +1 -1
  121. package/build-module/tabs/styles.js +3 -3
  122. package/build-module/tabs/styles.js.map +1 -1
  123. package/build-module/tabs/tablist.js +3 -188
  124. package/build-module/tabs/tablist.js.map +1 -1
  125. package/build-module/textarea-control/index.js +1 -0
  126. package/build-module/textarea-control/index.js.map +1 -1
  127. package/build-module/toggle-control/index.js +10 -4
  128. package/build-module/toggle-control/index.js.map +1 -1
  129. package/build-module/toggle-group-control/toggle-group-control-option-base/component.js +3 -0
  130. package/build-module/toggle-group-control/toggle-group-control-option-base/component.js.map +1 -1
  131. package/build-module/toggle-group-control/toggle-group-control-option-base/styles.js +9 -9
  132. package/build-module/toggle-group-control/toggle-group-control-option-base/styles.js.map +1 -1
  133. package/build-module/tools-panel/tools-panel-header/component.js +1 -1
  134. package/build-module/tools-panel/tools-panel-header/component.js.map +1 -1
  135. package/build-module/tree-select/index.js +1 -0
  136. package/build-module/tree-select/index.js.map +1 -1
  137. package/build-module/utils/element-rect.js +147 -0
  138. package/build-module/utils/element-rect.js.map +1 -0
  139. package/build-module/utils/hooks/use-event.js +35 -0
  140. package/build-module/utils/hooks/use-event.js.map +1 -0
  141. package/build-module/utils/hooks/use-on-value-update.js +39 -0
  142. package/build-module/utils/hooks/use-on-value-update.js.map +1 -0
  143. package/build-style/style-rtl.css +67 -100
  144. package/build-style/style.css +67 -100
  145. package/build-types/alignment-matrix-control/cell.d.ts +0 -1
  146. package/build-types/alignment-matrix-control/cell.d.ts.map +1 -1
  147. package/build-types/alignment-matrix-control/icon.d.ts +0 -1
  148. package/build-types/alignment-matrix-control/icon.d.ts.map +1 -1
  149. package/build-types/alignment-matrix-control/index.d.ts +0 -1
  150. package/build-types/alignment-matrix-control/index.d.ts.map +1 -1
  151. package/build-types/alignment-matrix-control/stories/index.story.d.ts +0 -1
  152. package/build-types/alignment-matrix-control/stories/index.story.d.ts.map +1 -1
  153. package/build-types/alignment-matrix-control/styles/alignment-matrix-control-icon-styles.d.ts +8 -9
  154. package/build-types/alignment-matrix-control/styles/alignment-matrix-control-icon-styles.d.ts.map +1 -1
  155. package/build-types/alignment-matrix-control/styles/alignment-matrix-control-styles.d.ts +10 -11
  156. package/build-types/alignment-matrix-control/styles/alignment-matrix-control-styles.d.ts.map +1 -1
  157. package/build-types/angle-picker-control/angle-circle.d.ts +0 -1
  158. package/build-types/angle-picker-control/angle-circle.d.ts.map +1 -1
  159. package/build-types/angle-picker-control/index.d.ts +0 -1
  160. package/build-types/angle-picker-control/index.d.ts.map +1 -1
  161. package/build-types/angle-picker-control/stories/index.story.d.ts +0 -1
  162. package/build-types/angle-picker-control/stories/index.story.d.ts.map +1 -1
  163. package/build-types/angle-picker-control/styles/angle-picker-control-styles.d.ts +7 -8
  164. package/build-types/angle-picker-control/styles/angle-picker-control-styles.d.ts.map +1 -1
  165. package/build-types/animate/index.d.ts +0 -1
  166. package/build-types/animate/index.d.ts.map +1 -1
  167. package/build-types/animate/types.d.ts +0 -1
  168. package/build-types/animate/types.d.ts.map +1 -1
  169. package/build-types/autocomplete/autocompleter-ui.d.ts +0 -1
  170. package/build-types/autocomplete/autocompleter-ui.d.ts.map +1 -1
  171. package/build-types/autocomplete/index.d.ts +2 -3
  172. package/build-types/autocomplete/index.d.ts.map +1 -1
  173. package/build-types/autocomplete/types.d.ts +2 -3
  174. package/build-types/autocomplete/types.d.ts.map +1 -1
  175. package/build-types/base-control/hooks.d.ts +3 -4
  176. package/build-types/base-control/hooks.d.ts.map +1 -1
  177. package/build-types/base-control/index.d.ts +0 -1
  178. package/build-types/base-control/index.d.ts.map +1 -1
  179. package/build-types/base-control/stories/index.story.d.ts +0 -1
  180. package/build-types/base-control/stories/index.story.d.ts.map +1 -1
  181. package/build-types/base-control/styles/base-control-styles.d.ts +10 -11
  182. package/build-types/base-control/styles/base-control-styles.d.ts.map +1 -1
  183. package/build-types/base-control/types.d.ts +1 -1
  184. package/build-types/border-box-control/border-box-control/component.d.ts +4 -5
  185. package/build-types/border-box-control/border-box-control/component.d.ts.map +1 -1
  186. package/build-types/border-box-control/border-box-control/hook.d.ts +14 -16
  187. package/build-types/border-box-control/border-box-control/hook.d.ts.map +1 -1
  188. package/build-types/border-box-control/border-box-control-linked-button/component.d.ts +0 -1
  189. package/build-types/border-box-control/border-box-control-linked-button/component.d.ts.map +1 -1
  190. package/build-types/border-box-control/border-box-control-linked-button/hook.d.ts +12 -14
  191. package/build-types/border-box-control/border-box-control-linked-button/hook.d.ts.map +1 -1
  192. package/build-types/border-box-control/border-box-control-split-controls/component.d.ts +5 -6
  193. package/build-types/border-box-control/border-box-control-split-controls/component.d.ts.map +1 -1
  194. package/build-types/border-box-control/border-box-control-split-controls/hook.d.ts +14 -16
  195. package/build-types/border-box-control/border-box-control-split-controls/hook.d.ts.map +1 -1
  196. package/build-types/border-box-control/border-box-control-visualizer/component.d.ts +1 -2
  197. package/build-types/border-box-control/border-box-control-visualizer/component.d.ts.map +1 -1
  198. package/build-types/border-box-control/border-box-control-visualizer/hook.d.ts +9 -11
  199. package/build-types/border-box-control/border-box-control-visualizer/hook.d.ts.map +1 -1
  200. package/build-types/border-box-control/stories/index.story.d.ts +4 -5
  201. package/build-types/border-box-control/stories/index.story.d.ts.map +1 -1
  202. package/build-types/border-box-control/styles.d.ts +3 -3
  203. package/build-types/border-box-control/utils.d.ts.map +1 -1
  204. package/build-types/border-control/border-control/component.d.ts +14 -15
  205. package/build-types/border-control/border-control/component.d.ts.map +1 -1
  206. package/build-types/border-control/border-control/hook.d.ts +17 -19
  207. package/build-types/border-control/border-control/hook.d.ts.map +1 -1
  208. package/build-types/border-control/border-control-dropdown/component.d.ts +6 -7
  209. package/build-types/border-control/border-control-dropdown/component.d.ts.map +1 -1
  210. package/build-types/border-control/border-control-dropdown/hook.d.ts +12 -14
  211. package/build-types/border-control/border-control-dropdown/hook.d.ts.map +1 -1
  212. package/build-types/border-control/border-control-style-picker/component.d.ts +2 -3
  213. package/build-types/border-control/border-control-style-picker/component.d.ts.map +1 -1
  214. package/build-types/border-control/stories/index.story.d.ts +84 -85
  215. package/build-types/border-control/stories/index.story.d.ts.map +1 -1
  216. package/build-types/border-control/styles.d.ts +2 -2
  217. package/build-types/box-control/all-input-control.d.ts +0 -1
  218. package/build-types/box-control/all-input-control.d.ts.map +1 -1
  219. package/build-types/box-control/axial-input-controls.d.ts +0 -1
  220. package/build-types/box-control/axial-input-controls.d.ts.map +1 -1
  221. package/build-types/box-control/icon.d.ts +0 -1
  222. package/build-types/box-control/icon.d.ts.map +1 -1
  223. package/build-types/box-control/index.d.ts +0 -1
  224. package/build-types/box-control/index.d.ts.map +1 -1
  225. package/build-types/box-control/input-controls.d.ts +0 -1
  226. package/build-types/box-control/input-controls.d.ts.map +1 -1
  227. package/build-types/box-control/linked-button.d.ts +0 -1
  228. package/build-types/box-control/linked-button.d.ts.map +1 -1
  229. package/build-types/box-control/stories/index.story.d.ts +312 -350
  230. package/build-types/box-control/stories/index.story.d.ts.map +1 -1
  231. package/build-types/box-control/styles/box-control-icon-styles.d.ts +16 -17
  232. package/build-types/box-control/styles/box-control-icon-styles.d.ts.map +1 -1
  233. package/build-types/box-control/styles/box-control-styles.d.ts +44 -45
  234. package/build-types/box-control/styles/box-control-styles.d.ts.map +1 -1
  235. package/build-types/box-control/types.d.ts +0 -1
  236. package/build-types/box-control/types.d.ts.map +1 -1
  237. package/build-types/button/deprecated.d.ts +69 -70
  238. package/build-types/button/deprecated.d.ts.map +1 -1
  239. package/build-types/button/index.d.ts.map +1 -1
  240. package/build-types/button/stories/e2e/index.story.d.ts +0 -1
  241. package/build-types/button/stories/e2e/index.story.d.ts.map +1 -1
  242. package/build-types/button/stories/index.story.d.ts +0 -1
  243. package/build-types/button/stories/index.story.d.ts.map +1 -1
  244. package/build-types/button/types.d.ts +9 -2
  245. package/build-types/button/types.d.ts.map +1 -1
  246. package/build-types/button-group/index.d.ts +0 -1
  247. package/build-types/button-group/index.d.ts.map +1 -1
  248. package/build-types/card/card/component.d.ts +5 -6
  249. package/build-types/card/card/component.d.ts.map +1 -1
  250. package/build-types/card/card/hook.d.ts +10 -12
  251. package/build-types/card/card/hook.d.ts.map +1 -1
  252. package/build-types/card/card-body/component.d.ts +4 -5
  253. package/build-types/card/card-body/component.d.ts.map +1 -1
  254. package/build-types/card/card-body/hook.d.ts +10 -12
  255. package/build-types/card/card-body/hook.d.ts.map +1 -1
  256. package/build-types/card/card-divider/component.d.ts +4 -5
  257. package/build-types/card/card-divider/component.d.ts.map +1 -1
  258. package/build-types/card/card-divider/hook.d.ts +15 -17
  259. package/build-types/card/card-divider/hook.d.ts.map +1 -1
  260. package/build-types/card/card-footer/component.d.ts +5 -6
  261. package/build-types/card/card-footer/component.d.ts.map +1 -1
  262. package/build-types/card/card-footer/hook.d.ts +10 -12
  263. package/build-types/card/card-footer/hook.d.ts.map +1 -1
  264. package/build-types/card/card-header/component.d.ts +4 -5
  265. package/build-types/card/card-header/component.d.ts.map +1 -1
  266. package/build-types/card/card-header/hook.d.ts +10 -12
  267. package/build-types/card/card-header/hook.d.ts.map +1 -1
  268. package/build-types/card/card-media/component.d.ts +0 -1
  269. package/build-types/card/card-media/component.d.ts.map +1 -1
  270. package/build-types/card/card-media/hook.d.ts +10 -12
  271. package/build-types/card/card-media/hook.d.ts.map +1 -1
  272. package/build-types/card/context.d.ts +0 -1
  273. package/build-types/card/context.d.ts.map +1 -1
  274. package/build-types/card/stories/index.story.d.ts +3 -22
  275. package/build-types/card/stories/index.story.d.ts.map +1 -1
  276. package/build-types/checkbox-control/index.d.ts +1 -1
  277. package/build-types/checkbox-control/index.d.ts.map +1 -1
  278. package/build-types/circular-option-picker/circular-option-picker-actions.d.ts +0 -1
  279. package/build-types/circular-option-picker/circular-option-picker-actions.d.ts.map +1 -1
  280. package/build-types/circular-option-picker/circular-option-picker-context.d.ts +0 -1
  281. package/build-types/circular-option-picker/circular-option-picker-context.d.ts.map +1 -1
  282. package/build-types/circular-option-picker/circular-option-picker-option-group.d.ts +0 -1
  283. package/build-types/circular-option-picker/circular-option-picker-option-group.d.ts.map +1 -1
  284. package/build-types/circular-option-picker/circular-option-picker-option.d.ts +0 -1
  285. package/build-types/circular-option-picker/circular-option-picker-option.d.ts.map +1 -1
  286. package/build-types/circular-option-picker/circular-option-picker.d.ts +0 -1
  287. package/build-types/circular-option-picker/circular-option-picker.d.ts.map +1 -1
  288. package/build-types/clipboard-button/index.d.ts +0 -1
  289. package/build-types/clipboard-button/index.d.ts.map +1 -1
  290. package/build-types/color-indicator/index.d.ts +0 -1
  291. package/build-types/color-indicator/index.d.ts.map +1 -1
  292. package/build-types/color-palette/index.d.ts +0 -1
  293. package/build-types/color-palette/index.d.ts.map +1 -1
  294. package/build-types/color-palette/stories/index.story.d.ts +0 -1
  295. package/build-types/color-palette/stories/index.story.d.ts.map +1 -1
  296. package/build-types/color-palette/styles.d.ts +5 -6
  297. package/build-types/color-palette/styles.d.ts.map +1 -1
  298. package/build-types/color-palette/utils.d.ts +1 -1
  299. package/build-types/color-palette/utils.d.ts.map +1 -1
  300. package/build-types/color-picker/color-copy-button.d.ts +0 -1
  301. package/build-types/color-picker/color-copy-button.d.ts.map +1 -1
  302. package/build-types/color-picker/color-input.d.ts +0 -1
  303. package/build-types/color-picker/color-input.d.ts.map +1 -1
  304. package/build-types/color-picker/component.d.ts +5 -6
  305. package/build-types/color-picker/component.d.ts.map +1 -1
  306. package/build-types/color-picker/hex-input.d.ts +0 -1
  307. package/build-types/color-picker/hex-input.d.ts.map +1 -1
  308. package/build-types/color-picker/hsl-input.d.ts +0 -1
  309. package/build-types/color-picker/hsl-input.d.ts.map +1 -1
  310. package/build-types/color-picker/input-with-slider.d.ts +0 -1
  311. package/build-types/color-picker/input-with-slider.d.ts.map +1 -1
  312. package/build-types/color-picker/legacy-adapter.d.ts +0 -1
  313. package/build-types/color-picker/legacy-adapter.d.ts.map +1 -1
  314. package/build-types/color-picker/picker.d.ts +0 -1
  315. package/build-types/color-picker/picker.d.ts.map +1 -1
  316. package/build-types/color-picker/rgb-input.d.ts +0 -1
  317. package/build-types/color-picker/rgb-input.d.ts.map +1 -1
  318. package/build-types/color-picker/stories/index.story.d.ts +2 -9
  319. package/build-types/color-picker/stories/index.story.d.ts.map +1 -1
  320. package/build-types/color-picker/styles.d.ts +52 -53
  321. package/build-types/color-picker/styles.d.ts.map +1 -1
  322. package/build-types/combobox-control/index.d.ts +1 -1
  323. package/build-types/combobox-control/index.d.ts.map +1 -1
  324. package/build-types/combobox-control/stories/index.story.d.ts +41 -41
  325. package/build-types/combobox-control/stories/index.story.d.ts.map +1 -1
  326. package/build-types/combobox-control/styles.d.ts +1 -2
  327. package/build-types/combobox-control/styles.d.ts.map +1 -1
  328. package/build-types/combobox-control/types.d.ts +0 -1
  329. package/build-types/combobox-control/types.d.ts.map +1 -1
  330. package/build-types/composite/current/stories/utils.d.ts +0 -1
  331. package/build-types/composite/current/stories/utils.d.ts.map +1 -1
  332. package/build-types/composite/legacy/index.d.ts +0 -1
  333. package/build-types/composite/legacy/index.d.ts.map +1 -1
  334. package/build-types/composite/legacy/stories/utils.d.ts +0 -1
  335. package/build-types/composite/legacy/stories/utils.d.ts.map +1 -1
  336. package/build-types/confirm-dialog/component.d.ts +0 -1
  337. package/build-types/confirm-dialog/component.d.ts.map +1 -1
  338. package/build-types/confirm-dialog/stories/index.story.d.ts +0 -1
  339. package/build-types/confirm-dialog/stories/index.story.d.ts.map +1 -1
  340. package/build-types/context/context-system-provider.d.ts +1 -1
  341. package/build-types/context/context-system-provider.d.ts.map +1 -1
  342. package/build-types/context/get-styled-class-name-from-key.d.ts +9 -1
  343. package/build-types/context/get-styled-class-name-from-key.d.ts.map +1 -1
  344. package/build-types/context/use-context-system.d.ts +1 -1
  345. package/build-types/context/use-context-system.d.ts.map +1 -1
  346. package/build-types/context/utils.d.ts.map +1 -1
  347. package/build-types/custom-gradient-picker/gradient-bar/control-points.d.ts +0 -1
  348. package/build-types/custom-gradient-picker/gradient-bar/control-points.d.ts.map +1 -1
  349. package/build-types/custom-gradient-picker/gradient-bar/index.d.ts +0 -1
  350. package/build-types/custom-gradient-picker/gradient-bar/index.d.ts.map +1 -1
  351. package/build-types/custom-gradient-picker/index.d.ts +0 -1
  352. package/build-types/custom-gradient-picker/index.d.ts.map +1 -1
  353. package/build-types/custom-gradient-picker/styles/custom-gradient-picker-styles.d.ts +2 -3
  354. package/build-types/custom-gradient-picker/styles/custom-gradient-picker-styles.d.ts.map +1 -1
  355. package/build-types/custom-gradient-picker/types.d.ts +0 -1
  356. package/build-types/custom-gradient-picker/types.d.ts.map +1 -1
  357. package/build-types/custom-gradient-picker/utils.d.ts.map +1 -1
  358. package/build-types/custom-select-control/index.d.ts +3 -2
  359. package/build-types/custom-select-control/index.d.ts.map +1 -1
  360. package/build-types/custom-select-control/stories/index.story.d.ts +6 -42
  361. package/build-types/custom-select-control/stories/index.story.d.ts.map +1 -1
  362. package/build-types/custom-select-control/test/index.d.ts.map +1 -0
  363. package/build-types/custom-select-control/types.d.ts +122 -0
  364. package/build-types/custom-select-control/types.d.ts.map +1 -0
  365. package/build-types/custom-select-control-v2/custom-select.d.ts +0 -1
  366. package/build-types/custom-select-control-v2/custom-select.d.ts.map +1 -1
  367. package/build-types/custom-select-control-v2/index.d.ts +7 -4
  368. package/build-types/custom-select-control-v2/index.d.ts.map +1 -1
  369. package/build-types/custom-select-control-v2/item.d.ts +0 -1
  370. package/build-types/custom-select-control-v2/item.d.ts.map +1 -1
  371. package/build-types/custom-select-control-v2/stories/{default.story.d.ts → index.story.d.ts} +10 -11
  372. package/build-types/custom-select-control-v2/stories/index.story.d.ts.map +1 -0
  373. package/build-types/custom-select-control-v2/styles.d.ts +30 -31
  374. package/build-types/custom-select-control-v2/styles.d.ts.map +1 -1
  375. package/build-types/custom-select-control-v2/types.d.ts +0 -106
  376. package/build-types/custom-select-control-v2/types.d.ts.map +1 -1
  377. package/build-types/dashicon/index.d.ts +0 -1
  378. package/build-types/dashicon/index.d.ts.map +1 -1
  379. package/build-types/date-time/date/index.d.ts +0 -1
  380. package/build-types/date-time/date/index.d.ts.map +1 -1
  381. package/build-types/date-time/date/styles.d.ts +15 -16
  382. package/build-types/date-time/date/styles.d.ts.map +1 -1
  383. package/build-types/date-time/date-time/index.d.ts +1 -2
  384. package/build-types/date-time/date-time/index.d.ts.map +1 -1
  385. package/build-types/date-time/date-time/styles.d.ts +3 -4
  386. package/build-types/date-time/date-time/styles.d.ts.map +1 -1
  387. package/build-types/date-time/time/index.d.ts +0 -1
  388. package/build-types/date-time/time/index.d.ts.map +1 -1
  389. package/build-types/date-time/time/styles.d.ts +64 -65
  390. package/build-types/date-time/time/styles.d.ts.map +1 -1
  391. package/build-types/date-time/time/timezone.d.ts +0 -1
  392. package/build-types/date-time/time/timezone.d.ts.map +1 -1
  393. package/build-types/date-time/time-input/index.d.ts +0 -1
  394. package/build-types/date-time/time-input/index.d.ts.map +1 -1
  395. package/build-types/date-time/types.d.ts +0 -1
  396. package/build-types/date-time/types.d.ts.map +1 -1
  397. package/build-types/date-time/utils.d.ts +3 -4
  398. package/build-types/date-time/utils.d.ts.map +1 -1
  399. package/build-types/dimension-control/index.d.ts +0 -1
  400. package/build-types/dimension-control/index.d.ts.map +1 -1
  401. package/build-types/disabled/index.d.ts +0 -1
  402. package/build-types/disabled/index.d.ts.map +1 -1
  403. package/build-types/disabled/types.d.ts +0 -1
  404. package/build-types/disabled/types.d.ts.map +1 -1
  405. package/build-types/disclosure/index.d.ts +0 -1
  406. package/build-types/disclosure/index.d.ts.map +1 -1
  407. package/build-types/disclosure/types.d.ts +0 -1
  408. package/build-types/disclosure/types.d.ts.map +1 -1
  409. package/build-types/divider/component.d.ts +4 -5
  410. package/build-types/divider/component.d.ts.map +1 -1
  411. package/build-types/divider/styles.d.ts +6 -7
  412. package/build-types/divider/styles.d.ts.map +1 -1
  413. package/build-types/draggable/index.d.ts +0 -1
  414. package/build-types/draggable/index.d.ts.map +1 -1
  415. package/build-types/drop-zone/index.d.ts +0 -1
  416. package/build-types/drop-zone/index.d.ts.map +1 -1
  417. package/build-types/drop-zone/provider.d.ts +0 -1
  418. package/build-types/drop-zone/provider.d.ts.map +1 -1
  419. package/build-types/drop-zone/stories/index.story.d.ts +0 -1
  420. package/build-types/drop-zone/stories/index.story.d.ts.map +1 -1
  421. package/build-types/dropdown/dropdown-content-wrapper.d.ts +0 -1
  422. package/build-types/dropdown/dropdown-content-wrapper.d.ts.map +1 -1
  423. package/build-types/dropdown/index.d.ts +0 -1
  424. package/build-types/dropdown/index.d.ts.map +1 -1
  425. package/build-types/dropdown/stories/index.story.d.ts +5 -6
  426. package/build-types/dropdown/stories/index.story.d.ts.map +1 -1
  427. package/build-types/dropdown/styles.d.ts +2 -3
  428. package/build-types/dropdown/styles.d.ts.map +1 -1
  429. package/build-types/dropdown-menu/index.d.ts +0 -1
  430. package/build-types/dropdown-menu/index.d.ts.map +1 -1
  431. package/build-types/dropdown-menu/stories/index.story.d.ts +3 -4
  432. package/build-types/dropdown-menu/stories/index.story.d.ts.map +1 -1
  433. package/build-types/dropdown-menu-v2/index.d.ts +0 -1
  434. package/build-types/dropdown-menu-v2/index.d.ts.map +1 -1
  435. package/build-types/dropdown-menu-v2/stories/index.story.d.ts.map +1 -1
  436. package/build-types/dropdown-menu-v2/styles.d.ts +41 -42
  437. package/build-types/dropdown-menu-v2/styles.d.ts.map +1 -1
  438. package/build-types/dropdown-menu-v2/types.d.ts +0 -1
  439. package/build-types/dropdown-menu-v2/types.d.ts.map +1 -1
  440. package/build-types/duotone-picker/color-list-picker/index.d.ts +0 -1
  441. package/build-types/duotone-picker/color-list-picker/index.d.ts.map +1 -1
  442. package/build-types/duotone-picker/custom-duotone-bar.d.ts +0 -1
  443. package/build-types/duotone-picker/custom-duotone-bar.d.ts.map +1 -1
  444. package/build-types/duotone-picker/duotone-picker.d.ts +0 -1
  445. package/build-types/duotone-picker/duotone-picker.d.ts.map +1 -1
  446. package/build-types/duotone-picker/duotone-swatch.d.ts +0 -1
  447. package/build-types/duotone-picker/duotone-swatch.d.ts.map +1 -1
  448. package/build-types/elevation/component.d.ts +0 -1
  449. package/build-types/elevation/component.d.ts.map +1 -1
  450. package/build-types/elevation/hook.d.ts +9 -11
  451. package/build-types/elevation/hook.d.ts.map +1 -1
  452. package/build-types/external-link/index.d.ts +0 -1
  453. package/build-types/external-link/index.d.ts.map +1 -1
  454. package/build-types/flex/context.d.ts +2 -3
  455. package/build-types/flex/context.d.ts.map +1 -1
  456. package/build-types/flex/flex/component.d.ts +0 -1
  457. package/build-types/flex/flex/component.d.ts.map +1 -1
  458. package/build-types/flex/flex/hook.d.ts +9 -11
  459. package/build-types/flex/flex/hook.d.ts.map +1 -1
  460. package/build-types/flex/flex-block/component.d.ts +0 -1
  461. package/build-types/flex/flex-block/component.d.ts.map +1 -1
  462. package/build-types/flex/flex-block/hook.d.ts +9 -11
  463. package/build-types/flex/flex-block/hook.d.ts.map +1 -1
  464. package/build-types/flex/flex-item/component.d.ts +0 -1
  465. package/build-types/flex/flex-item/component.d.ts.map +1 -1
  466. package/build-types/flex/flex-item/hook.d.ts +9 -11
  467. package/build-types/flex/flex-item/hook.d.ts.map +1 -1
  468. package/build-types/focal-point-picker/controls.d.ts +0 -1
  469. package/build-types/focal-point-picker/controls.d.ts.map +1 -1
  470. package/build-types/focal-point-picker/focal-point.d.ts +0 -1
  471. package/build-types/focal-point-picker/focal-point.d.ts.map +1 -1
  472. package/build-types/focal-point-picker/grid.d.ts +0 -1
  473. package/build-types/focal-point-picker/grid.d.ts.map +1 -1
  474. package/build-types/focal-point-picker/index.d.ts +1 -1
  475. package/build-types/focal-point-picker/index.d.ts.map +1 -1
  476. package/build-types/focal-point-picker/media.d.ts +0 -1
  477. package/build-types/focal-point-picker/media.d.ts.map +1 -1
  478. package/build-types/focal-point-picker/stories/index.story.d.ts +32 -33
  479. package/build-types/focal-point-picker/stories/index.story.d.ts.map +1 -1
  480. package/build-types/focal-point-picker/styles/focal-point-picker-style.d.ts +26 -27
  481. package/build-types/focal-point-picker/styles/focal-point-picker-style.d.ts.map +1 -1
  482. package/build-types/focal-point-picker/styles/focal-point-style.d.ts +2 -3
  483. package/build-types/focal-point-picker/styles/focal-point-style.d.ts.map +1 -1
  484. package/build-types/focusable-iframe/index.d.ts +0 -1
  485. package/build-types/focusable-iframe/index.d.ts.map +1 -1
  486. package/build-types/font-size-picker/font-size-picker-select.d.ts +0 -1
  487. package/build-types/font-size-picker/font-size-picker-select.d.ts.map +1 -1
  488. package/build-types/font-size-picker/font-size-picker-toggle-group.d.ts +0 -1
  489. package/build-types/font-size-picker/font-size-picker-toggle-group.d.ts.map +1 -1
  490. package/build-types/font-size-picker/index.d.ts +0 -1
  491. package/build-types/font-size-picker/index.d.ts.map +1 -1
  492. package/build-types/font-size-picker/stories/e2e/index.story.d.ts +0 -1
  493. package/build-types/font-size-picker/stories/e2e/index.story.d.ts.map +1 -1
  494. package/build-types/font-size-picker/styles.d.ts +9 -10
  495. package/build-types/font-size-picker/styles.d.ts.map +1 -1
  496. package/build-types/font-size-picker/types.d.ts +6 -5
  497. package/build-types/font-size-picker/types.d.ts.map +1 -1
  498. package/build-types/form-file-upload/index.d.ts +0 -1
  499. package/build-types/form-file-upload/index.d.ts.map +1 -1
  500. package/build-types/form-file-upload/stories/index.story.d.ts +0 -1
  501. package/build-types/form-file-upload/stories/index.story.d.ts.map +1 -1
  502. package/build-types/form-token-field/index.d.ts +0 -1
  503. package/build-types/form-token-field/index.d.ts.map +1 -1
  504. package/build-types/form-token-field/stories/index.story.d.ts.map +1 -1
  505. package/build-types/form-token-field/styles.d.ts +1 -2
  506. package/build-types/form-token-field/styles.d.ts.map +1 -1
  507. package/build-types/form-token-field/suggestions-list.d.ts +0 -1
  508. package/build-types/form-token-field/suggestions-list.d.ts.map +1 -1
  509. package/build-types/form-token-field/token.d.ts +0 -1
  510. package/build-types/form-token-field/token.d.ts.map +1 -1
  511. package/build-types/gradient-picker/index.d.ts +0 -1
  512. package/build-types/gradient-picker/index.d.ts.map +1 -1
  513. package/build-types/gradient-picker/types.d.ts +0 -1
  514. package/build-types/gradient-picker/types.d.ts.map +1 -1
  515. package/build-types/grid/component.d.ts +0 -1
  516. package/build-types/grid/component.d.ts.map +1 -1
  517. package/build-types/grid/hook.d.ts +9 -11
  518. package/build-types/grid/hook.d.ts.map +1 -1
  519. package/build-types/guide/icons.d.ts +0 -1
  520. package/build-types/guide/icons.d.ts.map +1 -1
  521. package/build-types/guide/index.d.ts +0 -1
  522. package/build-types/guide/index.d.ts.map +1 -1
  523. package/build-types/guide/page-control.d.ts +0 -1
  524. package/build-types/guide/page-control.d.ts.map +1 -1
  525. package/build-types/guide/page.d.ts +0 -1
  526. package/build-types/guide/page.d.ts.map +1 -1
  527. package/build-types/h-stack/component.d.ts +2 -3
  528. package/build-types/h-stack/component.d.ts.map +1 -1
  529. package/build-types/h-stack/hook.d.ts +9 -11
  530. package/build-types/h-stack/hook.d.ts.map +1 -1
  531. package/build-types/heading/component.d.ts +4 -5
  532. package/build-types/heading/component.d.ts.map +1 -1
  533. package/build-types/heading/hook.d.ts +9 -11
  534. package/build-types/heading/hook.d.ts.map +1 -1
  535. package/build-types/higher-order/navigate-regions/index.d.ts +1 -2
  536. package/build-types/higher-order/navigate-regions/index.d.ts.map +1 -1
  537. package/build-types/higher-order/with-constrained-tabbing/index.d.ts +0 -1
  538. package/build-types/higher-order/with-constrained-tabbing/index.d.ts.map +1 -1
  539. package/build-types/higher-order/with-fallback-styles/index.d.ts +3 -4
  540. package/build-types/higher-order/with-fallback-styles/index.d.ts.map +1 -1
  541. package/build-types/higher-order/with-filters/index.d.ts +4 -5
  542. package/build-types/higher-order/with-filters/index.d.ts.map +1 -1
  543. package/build-types/higher-order/with-focus-outside/index.d.ts +0 -1
  544. package/build-types/higher-order/with-focus-outside/index.d.ts.map +1 -1
  545. package/build-types/higher-order/with-focus-return/index.d.ts +0 -1
  546. package/build-types/higher-order/with-focus-return/index.d.ts.map +1 -1
  547. package/build-types/higher-order/with-notices/index.d.ts +0 -1
  548. package/build-types/higher-order/with-notices/index.d.ts.map +1 -1
  549. package/build-types/higher-order/with-notices/types.d.ts +0 -1
  550. package/build-types/higher-order/with-notices/types.d.ts.map +1 -1
  551. package/build-types/higher-order/with-spoken-messages/index.d.ts +0 -1
  552. package/build-types/higher-order/with-spoken-messages/index.d.ts.map +1 -1
  553. package/build-types/index.d.ts +1 -1
  554. package/build-types/index.d.ts.map +1 -1
  555. package/build-types/input-control/backdrop.d.ts +0 -1
  556. package/build-types/input-control/backdrop.d.ts.map +1 -1
  557. package/build-types/input-control/input-base.d.ts +0 -1
  558. package/build-types/input-control/input-base.d.ts.map +1 -1
  559. package/build-types/input-control/input-field.d.ts +0 -1
  560. package/build-types/input-control/input-field.d.ts.map +1 -1
  561. package/build-types/input-control/input-prefix-wrapper.d.ts +0 -1
  562. package/build-types/input-control/input-prefix-wrapper.d.ts.map +1 -1
  563. package/build-types/input-control/input-suffix-wrapper.d.ts +0 -1
  564. package/build-types/input-control/input-suffix-wrapper.d.ts.map +1 -1
  565. package/build-types/input-control/label.d.ts +0 -1
  566. package/build-types/input-control/label.d.ts.map +1 -1
  567. package/build-types/input-control/reducer/reducer.d.ts +9 -9
  568. package/build-types/input-control/reducer/reducer.d.ts.map +1 -1
  569. package/build-types/input-control/stories/index.story.d.ts +0 -1
  570. package/build-types/input-control/stories/index.story.d.ts.map +1 -1
  571. package/build-types/input-control/styles/input-control-styles.d.ts +13 -13
  572. package/build-types/input-control/styles/input-control-styles.d.ts.map +1 -1
  573. package/build-types/isolated-event-container/index.d.ts +0 -1
  574. package/build-types/isolated-event-container/index.d.ts.map +1 -1
  575. package/build-types/item-group/context.d.ts +0 -1
  576. package/build-types/item-group/context.d.ts.map +1 -1
  577. package/build-types/item-group/item/component.d.ts +0 -1
  578. package/build-types/item-group/item/component.d.ts.map +1 -1
  579. package/build-types/item-group/item/hook.d.ts +10 -12
  580. package/build-types/item-group/item/hook.d.ts.map +1 -1
  581. package/build-types/item-group/item-group/component.d.ts +0 -1
  582. package/build-types/item-group/item-group/component.d.ts.map +1 -1
  583. package/build-types/item-group/item-group/hook.d.ts +11 -13
  584. package/build-types/item-group/item-group/hook.d.ts.map +1 -1
  585. package/build-types/item-group/styles.d.ts +1 -1
  586. package/build-types/item-group/types.d.ts +0 -1
  587. package/build-types/item-group/types.d.ts.map +1 -1
  588. package/build-types/keyboard-shortcuts/index.d.ts +0 -1
  589. package/build-types/keyboard-shortcuts/index.d.ts.map +1 -1
  590. package/build-types/keyboard-shortcuts/types.d.ts +0 -1
  591. package/build-types/keyboard-shortcuts/types.d.ts.map +1 -1
  592. package/build-types/menu-group/index.d.ts +0 -1
  593. package/build-types/menu-group/index.d.ts.map +1 -1
  594. package/build-types/menu-item/index.d.ts +8 -9
  595. package/build-types/menu-item/index.d.ts.map +1 -1
  596. package/build-types/menu-item/stories/index.story.d.ts +32 -33
  597. package/build-types/menu-item/stories/index.story.d.ts.map +1 -1
  598. package/build-types/menu-items-choice/index.d.ts +0 -1
  599. package/build-types/menu-items-choice/index.d.ts.map +1 -1
  600. package/build-types/modal/index.d.ts +0 -1
  601. package/build-types/modal/index.d.ts.map +1 -1
  602. package/build-types/navigable-container/container.d.ts +8 -8
  603. package/build-types/navigable-container/menu.d.ts +7 -7
  604. package/build-types/navigable-container/tabbable.d.ts +6 -6
  605. package/build-types/navigation/back-button/index.d.ts +0 -1
  606. package/build-types/navigation/back-button/index.d.ts.map +1 -1
  607. package/build-types/navigation/context.d.ts +0 -1
  608. package/build-types/navigation/context.d.ts.map +1 -1
  609. package/build-types/navigation/group/context.d.ts +0 -1
  610. package/build-types/navigation/group/context.d.ts.map +1 -1
  611. package/build-types/navigation/group/index.d.ts +0 -1
  612. package/build-types/navigation/group/index.d.ts.map +1 -1
  613. package/build-types/navigation/index.d.ts +0 -1
  614. package/build-types/navigation/index.d.ts.map +1 -1
  615. package/build-types/navigation/item/base-content.d.ts +0 -1
  616. package/build-types/navigation/item/base-content.d.ts.map +1 -1
  617. package/build-types/navigation/item/base.d.ts +0 -1
  618. package/build-types/navigation/item/base.d.ts.map +1 -1
  619. package/build-types/navigation/item/index.d.ts +0 -1
  620. package/build-types/navigation/item/index.d.ts.map +1 -1
  621. package/build-types/navigation/menu/context.d.ts +0 -1
  622. package/build-types/navigation/menu/context.d.ts.map +1 -1
  623. package/build-types/navigation/menu/index.d.ts +0 -1
  624. package/build-types/navigation/menu/index.d.ts.map +1 -1
  625. package/build-types/navigation/menu/menu-title-search.d.ts +0 -1
  626. package/build-types/navigation/menu/menu-title-search.d.ts.map +1 -1
  627. package/build-types/navigation/menu/menu-title.d.ts +0 -1
  628. package/build-types/navigation/menu/menu-title.d.ts.map +1 -1
  629. package/build-types/navigation/menu/search-no-results-found.d.ts +0 -1
  630. package/build-types/navigation/menu/search-no-results-found.d.ts.map +1 -1
  631. package/build-types/navigation/styles/navigation-styles.d.ts +25 -26
  632. package/build-types/navigation/styles/navigation-styles.d.ts.map +1 -1
  633. package/build-types/navigation/types.d.ts +0 -1
  634. package/build-types/navigation/types.d.ts.map +1 -1
  635. package/build-types/navigation/use-navigation-tree-nodes.d.ts +0 -1
  636. package/build-types/navigation/use-navigation-tree-nodes.d.ts.map +1 -1
  637. package/build-types/navigator/context.d.ts +0 -1
  638. package/build-types/navigator/context.d.ts.map +1 -1
  639. package/build-types/navigator/navigator-back-button/component.d.ts +17 -18
  640. package/build-types/navigator/navigator-back-button/component.d.ts.map +1 -1
  641. package/build-types/navigator/navigator-back-button/hook.d.ts +29 -31
  642. package/build-types/navigator/navigator-back-button/hook.d.ts.map +1 -1
  643. package/build-types/navigator/navigator-button/component.d.ts +18 -19
  644. package/build-types/navigator/navigator-button/component.d.ts.map +1 -1
  645. package/build-types/navigator/navigator-button/hook.d.ts +29 -31
  646. package/build-types/navigator/navigator-button/hook.d.ts.map +1 -1
  647. package/build-types/navigator/navigator-provider/component.d.ts +0 -1
  648. package/build-types/navigator/navigator-provider/component.d.ts.map +1 -1
  649. package/build-types/navigator/navigator-screen/component.d.ts +0 -1
  650. package/build-types/navigator/navigator-screen/component.d.ts.map +1 -1
  651. package/build-types/navigator/navigator-to-parent-button/component.d.ts +17 -18
  652. package/build-types/navigator/navigator-to-parent-button/component.d.ts.map +1 -1
  653. package/build-types/navigator/stories/index.story.d.ts +4 -4
  654. package/build-types/navigator/stories/index.story.d.ts.map +1 -1
  655. package/build-types/notice/index.d.ts +0 -1
  656. package/build-types/notice/index.d.ts.map +1 -1
  657. package/build-types/notice/list.d.ts +0 -1
  658. package/build-types/notice/list.d.ts.map +1 -1
  659. package/build-types/number-control/index.d.ts +12 -13
  660. package/build-types/number-control/index.d.ts.map +1 -1
  661. package/build-types/number-control/stories/index.story.d.ts +12 -13
  662. package/build-types/number-control/stories/index.story.d.ts.map +1 -1
  663. package/build-types/number-control/styles/number-control-styles.d.ts +2 -3
  664. package/build-types/number-control/styles/number-control-styles.d.ts.map +1 -1
  665. package/build-types/palette-edit/index.d.ts +0 -1
  666. package/build-types/palette-edit/index.d.ts.map +1 -1
  667. package/build-types/palette-edit/styles.d.ts +16 -18
  668. package/build-types/palette-edit/styles.d.ts.map +1 -1
  669. package/build-types/panel/body.d.ts +0 -1
  670. package/build-types/panel/body.d.ts.map +1 -1
  671. package/build-types/panel/header.d.ts +0 -1
  672. package/build-types/panel/header.d.ts.map +1 -1
  673. package/build-types/panel/index.d.ts +0 -1
  674. package/build-types/panel/index.d.ts.map +1 -1
  675. package/build-types/panel/row.d.ts +0 -1
  676. package/build-types/panel/row.d.ts.map +1 -1
  677. package/build-types/panel/types.d.ts +0 -1
  678. package/build-types/panel/types.d.ts.map +1 -1
  679. package/build-types/placeholder/index.d.ts +0 -1
  680. package/build-types/placeholder/index.d.ts.map +1 -1
  681. package/build-types/popover/index.d.ts +0 -1
  682. package/build-types/popover/index.d.ts.map +1 -1
  683. package/build-types/popover/overlay-middlewares.d.ts +1 -11
  684. package/build-types/popover/overlay-middlewares.d.ts.map +1 -1
  685. package/build-types/popover/stories/e2e/index.story.d.ts +0 -1
  686. package/build-types/popover/stories/e2e/index.story.d.ts.map +1 -1
  687. package/build-types/popover/stories/index.story.d.ts +6 -6
  688. package/build-types/popover/stories/index.story.d.ts.map +1 -1
  689. package/build-types/popover/test/utils/index.d.ts +0 -1
  690. package/build-types/popover/test/utils/index.d.ts.map +1 -1
  691. package/build-types/popover/utils.d.ts +3 -3
  692. package/build-types/popover/utils.d.ts.map +1 -1
  693. package/build-types/private-apis.d.ts.map +1 -1
  694. package/build-types/progress-bar/index.d.ts +0 -1
  695. package/build-types/progress-bar/index.d.ts.map +1 -1
  696. package/build-types/progress-bar/stories/index.story.d.ts +0 -1
  697. package/build-types/progress-bar/stories/index.story.d.ts.map +1 -1
  698. package/build-types/progress-bar/styles.d.ts +6 -7
  699. package/build-types/progress-bar/styles.d.ts.map +1 -1
  700. package/build-types/query-controls/author-select.d.ts +0 -1
  701. package/build-types/query-controls/author-select.d.ts.map +1 -1
  702. package/build-types/query-controls/category-select.d.ts +0 -1
  703. package/build-types/query-controls/category-select.d.ts.map +1 -1
  704. package/build-types/query-controls/index.d.ts +0 -1
  705. package/build-types/query-controls/index.d.ts.map +1 -1
  706. package/build-types/radio-control/index.d.ts +0 -1
  707. package/build-types/radio-control/index.d.ts.map +1 -1
  708. package/build-types/radio-group/context.d.ts +2 -3
  709. package/build-types/radio-group/context.d.ts.map +1 -1
  710. package/build-types/radio-group/index.d.ts +0 -1
  711. package/build-types/radio-group/index.d.ts.map +1 -1
  712. package/build-types/radio-group/radio.d.ts +0 -1
  713. package/build-types/radio-group/radio.d.ts.map +1 -1
  714. package/build-types/radio-group/types.d.ts +0 -1
  715. package/build-types/radio-group/types.d.ts.map +1 -1
  716. package/build-types/range-control/index.d.ts +29 -29
  717. package/build-types/range-control/index.d.ts.map +1 -1
  718. package/build-types/range-control/input-range.d.ts +0 -1
  719. package/build-types/range-control/input-range.d.ts.map +1 -1
  720. package/build-types/range-control/mark.d.ts +0 -1
  721. package/build-types/range-control/mark.d.ts.map +1 -1
  722. package/build-types/range-control/rail.d.ts +0 -1
  723. package/build-types/range-control/rail.d.ts.map +1 -1
  724. package/build-types/range-control/styles/range-control-styles.d.ts +48 -49
  725. package/build-types/range-control/styles/range-control-styles.d.ts.map +1 -1
  726. package/build-types/range-control/tooltip.d.ts +0 -1
  727. package/build-types/range-control/tooltip.d.ts.map +1 -1
  728. package/build-types/resizable-box/index.d.ts +7 -20
  729. package/build-types/resizable-box/index.d.ts.map +1 -1
  730. package/build-types/resizable-box/resize-tooltip/label.d.ts +0 -1
  731. package/build-types/resizable-box/resize-tooltip/label.d.ts.map +1 -1
  732. package/build-types/resizable-box/resize-tooltip/styles/resize-tooltip.styles.d.ts +7 -8
  733. package/build-types/resizable-box/resize-tooltip/styles/resize-tooltip.styles.d.ts.map +1 -1
  734. package/build-types/resizable-box/resize-tooltip/utils.d.ts +0 -1
  735. package/build-types/resizable-box/resize-tooltip/utils.d.ts.map +1 -1
  736. package/build-types/resizable-box/stories/index.story.d.ts +32 -39
  737. package/build-types/resizable-box/stories/index.story.d.ts.map +1 -1
  738. package/build-types/responsive-wrapper/index.d.ts +0 -1
  739. package/build-types/responsive-wrapper/index.d.ts.map +1 -1
  740. package/build-types/responsive-wrapper/types.d.ts +0 -1
  741. package/build-types/responsive-wrapper/types.d.ts.map +1 -1
  742. package/build-types/sandbox/index.d.ts +0 -1
  743. package/build-types/sandbox/index.d.ts.map +1 -1
  744. package/build-types/sandbox/types.d.ts +0 -1
  745. package/build-types/sandbox/types.d.ts.map +1 -1
  746. package/build-types/scrollable/component.d.ts +0 -1
  747. package/build-types/scrollable/component.d.ts.map +1 -1
  748. package/build-types/scrollable/hook.d.ts +9 -11
  749. package/build-types/scrollable/hook.d.ts.map +1 -1
  750. package/build-types/search-control/index.d.ts +0 -1
  751. package/build-types/search-control/index.d.ts.map +1 -1
  752. package/build-types/search-control/stories/index.story.d.ts +0 -1
  753. package/build-types/search-control/stories/index.story.d.ts.map +1 -1
  754. package/build-types/search-control/styles.d.ts +3 -4
  755. package/build-types/search-control/styles.d.ts.map +1 -1
  756. package/build-types/search-control/types.d.ts +0 -1
  757. package/build-types/search-control/types.d.ts.map +1 -1
  758. package/build-types/select-control/chevron-down.d.ts +0 -1
  759. package/build-types/select-control/chevron-down.d.ts.map +1 -1
  760. package/build-types/select-control/index.d.ts +0 -1
  761. package/build-types/select-control/index.d.ts.map +1 -1
  762. package/build-types/select-control/stories/index.story.d.ts +1 -1
  763. package/build-types/select-control/stories/index.story.d.ts.map +1 -1
  764. package/build-types/select-control/styles/select-control-styles.d.ts +7 -8
  765. package/build-types/select-control/styles/select-control-styles.d.ts.map +1 -1
  766. package/build-types/select-control/types.d.ts +6 -0
  767. package/build-types/select-control/types.d.ts.map +1 -1
  768. package/build-types/shortcut/index.d.ts +0 -1
  769. package/build-types/shortcut/index.d.ts.map +1 -1
  770. package/build-types/slot-fill/bubbles-virtually/fill.d.ts +0 -1
  771. package/build-types/slot-fill/bubbles-virtually/fill.d.ts.map +1 -1
  772. package/build-types/slot-fill/bubbles-virtually/slot-fill-context.d.ts +0 -1
  773. package/build-types/slot-fill/bubbles-virtually/slot-fill-context.d.ts.map +1 -1
  774. package/build-types/slot-fill/bubbles-virtually/slot-fill-provider.d.ts +0 -1
  775. package/build-types/slot-fill/bubbles-virtually/slot-fill-provider.d.ts.map +1 -1
  776. package/build-types/slot-fill/bubbles-virtually/slot.d.ts +1 -2
  777. package/build-types/slot-fill/bubbles-virtually/slot.d.ts.map +1 -1
  778. package/build-types/slot-fill/bubbles-virtually/use-slot.d.ts.map +1 -1
  779. package/build-types/slot-fill/context.d.ts +0 -1
  780. package/build-types/slot-fill/context.d.ts.map +1 -1
  781. package/build-types/slot-fill/index.d.ts +4 -4
  782. package/build-types/slot-fill/index.d.ts.map +1 -1
  783. package/build-types/slot-fill/provider.d.ts +0 -1
  784. package/build-types/slot-fill/provider.d.ts.map +1 -1
  785. package/build-types/slot-fill/slot.d.ts +1 -2
  786. package/build-types/slot-fill/slot.d.ts.map +1 -1
  787. package/build-types/slot-fill/use-slot.d.ts +0 -1
  788. package/build-types/slot-fill/use-slot.d.ts.map +1 -1
  789. package/build-types/snackbar/index.d.ts +5 -6
  790. package/build-types/snackbar/index.d.ts.map +1 -1
  791. package/build-types/snackbar/list.d.ts +0 -1
  792. package/build-types/snackbar/list.d.ts.map +1 -1
  793. package/build-types/spacer/component.d.ts +0 -1
  794. package/build-types/spacer/component.d.ts.map +1 -1
  795. package/build-types/spacer/hook.d.ts +9 -11
  796. package/build-types/spacer/hook.d.ts.map +1 -1
  797. package/build-types/spinner/styles.d.ts +6 -7
  798. package/build-types/spinner/styles.d.ts.map +1 -1
  799. package/build-types/style-provider/index.d.ts +0 -1
  800. package/build-types/style-provider/index.d.ts.map +1 -1
  801. package/build-types/surface/component.d.ts +0 -1
  802. package/build-types/surface/component.d.ts.map +1 -1
  803. package/build-types/surface/hook.d.ts +10 -12
  804. package/build-types/surface/hook.d.ts.map +1 -1
  805. package/build-types/surface/types.d.ts +0 -1
  806. package/build-types/surface/types.d.ts.map +1 -1
  807. package/build-types/tab-panel/index.d.ts +0 -1
  808. package/build-types/tab-panel/index.d.ts.map +1 -1
  809. package/build-types/tab-panel/stories/index.story.d.ts +0 -1
  810. package/build-types/tab-panel/stories/index.story.d.ts.map +1 -1
  811. package/build-types/tabs/context.d.ts +0 -1
  812. package/build-types/tabs/context.d.ts.map +1 -1
  813. package/build-types/tabs/index.d.ts +0 -1
  814. package/build-types/tabs/index.d.ts.map +1 -1
  815. package/build-types/tabs/styles.d.ts +12 -13
  816. package/build-types/tabs/styles.d.ts.map +1 -1
  817. package/build-types/tabs/tab.d.ts +0 -1
  818. package/build-types/tabs/tab.d.ts.map +1 -1
  819. package/build-types/tabs/tablist.d.ts +0 -1
  820. package/build-types/tabs/tablist.d.ts.map +1 -1
  821. package/build-types/tabs/tabpanel.d.ts +0 -1
  822. package/build-types/tabs/tabpanel.d.ts.map +1 -1
  823. package/build-types/tabs/types.d.ts +0 -1
  824. package/build-types/tabs/types.d.ts.map +1 -1
  825. package/build-types/text/component.d.ts +0 -1
  826. package/build-types/text/component.d.ts.map +1 -1
  827. package/build-types/text/hook.d.ts +9 -9
  828. package/build-types/text/stories/index.story.d.ts +0 -1
  829. package/build-types/text/stories/index.story.d.ts.map +1 -1
  830. package/build-types/text/utils.d.ts +0 -1
  831. package/build-types/text/utils.d.ts.map +1 -1
  832. package/build-types/text-control/index.d.ts +2 -3
  833. package/build-types/text-control/index.d.ts.map +1 -1
  834. package/build-types/text-highlight/index.d.ts +0 -1
  835. package/build-types/text-highlight/index.d.ts.map +1 -1
  836. package/build-types/textarea-control/index.d.ts +2 -2
  837. package/build-types/textarea-control/index.d.ts.map +1 -1
  838. package/build-types/textarea-control/styles/textarea-control-styles.d.ts +2 -3
  839. package/build-types/textarea-control/styles/textarea-control-styles.d.ts.map +1 -1
  840. package/build-types/theme/color-algorithms.d.ts +1 -9
  841. package/build-types/theme/color-algorithms.d.ts.map +1 -1
  842. package/build-types/theme/index.d.ts +0 -1
  843. package/build-types/theme/index.d.ts.map +1 -1
  844. package/build-types/theme/stories/index.story.d.ts +0 -1
  845. package/build-types/theme/stories/index.story.d.ts.map +1 -1
  846. package/build-types/theme/styles.d.ts +2 -3
  847. package/build-types/theme/styles.d.ts.map +1 -1
  848. package/build-types/tip/index.d.ts +0 -1
  849. package/build-types/tip/index.d.ts.map +1 -1
  850. package/build-types/toggle-control/index.d.ts.map +1 -1
  851. package/build-types/toggle-control/stories/index.story.d.ts +0 -1
  852. package/build-types/toggle-control/stories/index.story.d.ts.map +1 -1
  853. package/build-types/toggle-group-control/context.d.ts +0 -1
  854. package/build-types/toggle-group-control/context.d.ts.map +1 -1
  855. package/build-types/toggle-group-control/toggle-group-control/as-button-group.d.ts +0 -1
  856. package/build-types/toggle-group-control/toggle-group-control/as-button-group.d.ts.map +1 -1
  857. package/build-types/toggle-group-control/toggle-group-control/as-radio-group.d.ts +0 -1
  858. package/build-types/toggle-group-control/toggle-group-control/as-radio-group.d.ts.map +1 -1
  859. package/build-types/toggle-group-control/toggle-group-control/component.d.ts +8 -9
  860. package/build-types/toggle-group-control/toggle-group-control/component.d.ts.map +1 -1
  861. package/build-types/toggle-group-control/toggle-group-control/styles.d.ts +5 -6
  862. package/build-types/toggle-group-control/toggle-group-control/styles.d.ts.map +1 -1
  863. package/build-types/toggle-group-control/toggle-group-control-option/component.d.ts +0 -1
  864. package/build-types/toggle-group-control/toggle-group-control-option/component.d.ts.map +1 -1
  865. package/build-types/toggle-group-control/toggle-group-control-option-base/component.d.ts +1 -2
  866. package/build-types/toggle-group-control/toggle-group-control-option-base/component.d.ts.map +1 -1
  867. package/build-types/toggle-group-control/toggle-group-control-option-base/styles.d.ts +5 -6
  868. package/build-types/toggle-group-control/toggle-group-control-option-base/styles.d.ts.map +1 -1
  869. package/build-types/toggle-group-control/toggle-group-control-option-icon/component.d.ts +0 -1
  870. package/build-types/toggle-group-control/toggle-group-control-option-icon/component.d.ts.map +1 -1
  871. package/build-types/toolbar/stories/index.story.d.ts +0 -1
  872. package/build-types/toolbar/stories/index.story.d.ts.map +1 -1
  873. package/build-types/toolbar/toolbar/index.d.ts +0 -1
  874. package/build-types/toolbar/toolbar/index.d.ts.map +1 -1
  875. package/build-types/toolbar/toolbar/toolbar-container.d.ts +0 -1
  876. package/build-types/toolbar/toolbar/toolbar-container.d.ts.map +1 -1
  877. package/build-types/toolbar/toolbar-button/index.d.ts +0 -1
  878. package/build-types/toolbar/toolbar-button/index.d.ts.map +1 -1
  879. package/build-types/toolbar/toolbar-button/toolbar-button-container.d.ts +0 -1
  880. package/build-types/toolbar/toolbar-button/toolbar-button-container.d.ts.map +1 -1
  881. package/build-types/toolbar/toolbar-context/index.d.ts +0 -1
  882. package/build-types/toolbar/toolbar-context/index.d.ts.map +1 -1
  883. package/build-types/toolbar/toolbar-dropdown-menu/index.d.ts +0 -1
  884. package/build-types/toolbar/toolbar-dropdown-menu/index.d.ts.map +1 -1
  885. package/build-types/toolbar/toolbar-group/index.d.ts +0 -1
  886. package/build-types/toolbar/toolbar-group/index.d.ts.map +1 -1
  887. package/build-types/toolbar/toolbar-group/toolbar-group-collapsed.d.ts +0 -1
  888. package/build-types/toolbar/toolbar-group/toolbar-group-collapsed.d.ts.map +1 -1
  889. package/build-types/toolbar/toolbar-group/toolbar-group-container.d.ts +1 -2
  890. package/build-types/toolbar/toolbar-group/toolbar-group-container.d.ts.map +1 -1
  891. package/build-types/toolbar/toolbar-item/index.d.ts +2 -3
  892. package/build-types/toolbar/toolbar-item/index.d.ts.map +1 -1
  893. package/build-types/tools-panel/context.d.ts +0 -1
  894. package/build-types/tools-panel/context.d.ts.map +1 -1
  895. package/build-types/tools-panel/styles.d.ts +2 -3
  896. package/build-types/tools-panel/styles.d.ts.map +1 -1
  897. package/build-types/tools-panel/tools-panel/component.d.ts +0 -1
  898. package/build-types/tools-panel/tools-panel/component.d.ts.map +1 -1
  899. package/build-types/tools-panel/tools-panel/hook.d.ts +10 -12
  900. package/build-types/tools-panel/tools-panel/hook.d.ts.map +1 -1
  901. package/build-types/tools-panel/tools-panel-header/component.d.ts +0 -1
  902. package/build-types/tools-panel/tools-panel-header/component.d.ts.map +1 -1
  903. package/build-types/tools-panel/tools-panel-header/hook.d.ts +11 -13
  904. package/build-types/tools-panel/tools-panel-header/hook.d.ts.map +1 -1
  905. package/build-types/tools-panel/tools-panel-item/component.d.ts +3 -4
  906. package/build-types/tools-panel/tools-panel-item/component.d.ts.map +1 -1
  907. package/build-types/tools-panel/tools-panel-item/hook.d.ts +9 -11
  908. package/build-types/tools-panel/tools-panel-item/hook.d.ts.map +1 -1
  909. package/build-types/tooltip/index.d.ts +0 -1
  910. package/build-types/tooltip/index.d.ts.map +1 -1
  911. package/build-types/tooltip/stories/index.story.d.ts +0 -1
  912. package/build-types/tooltip/stories/index.story.d.ts.map +1 -1
  913. package/build-types/tooltip/types.d.ts +0 -1
  914. package/build-types/tooltip/types.d.ts.map +1 -1
  915. package/build-types/tree-grid/cell.d.ts +0 -1
  916. package/build-types/tree-grid/cell.d.ts.map +1 -1
  917. package/build-types/tree-grid/index.d.ts +0 -1
  918. package/build-types/tree-grid/index.d.ts.map +1 -1
  919. package/build-types/tree-grid/item.d.ts +0 -1
  920. package/build-types/tree-grid/item.d.ts.map +1 -1
  921. package/build-types/tree-grid/roving-tab-index-context.d.ts +0 -1
  922. package/build-types/tree-grid/roving-tab-index-context.d.ts.map +1 -1
  923. package/build-types/tree-grid/roving-tab-index-item.d.ts +0 -1
  924. package/build-types/tree-grid/roving-tab-index-item.d.ts.map +1 -1
  925. package/build-types/tree-grid/roving-tab-index.d.ts +0 -1
  926. package/build-types/tree-grid/roving-tab-index.d.ts.map +1 -1
  927. package/build-types/tree-grid/row.d.ts +0 -1
  928. package/build-types/tree-grid/row.d.ts.map +1 -1
  929. package/build-types/tree-grid/stories/index.story.d.ts +0 -1
  930. package/build-types/tree-grid/stories/index.story.d.ts.map +1 -1
  931. package/build-types/tree-grid/types.d.ts +0 -1
  932. package/build-types/tree-grid/types.d.ts.map +1 -1
  933. package/build-types/tree-select/index.d.ts +1 -1
  934. package/build-types/tree-select/index.d.ts.map +1 -1
  935. package/build-types/truncate/component.d.ts +0 -1
  936. package/build-types/truncate/component.d.ts.map +1 -1
  937. package/build-types/truncate/hook.d.ts +9 -11
  938. package/build-types/truncate/hook.d.ts.map +1 -1
  939. package/build-types/truncate/utils.d.ts.map +1 -1
  940. package/build-types/unit-control/index.d.ts +7 -8
  941. package/build-types/unit-control/index.d.ts.map +1 -1
  942. package/build-types/unit-control/styles/unit-control-styles.d.ts +17 -18
  943. package/build-types/unit-control/styles/unit-control-styles.d.ts.map +1 -1
  944. package/build-types/unit-control/unit-select-control.d.ts +0 -1
  945. package/build-types/unit-control/unit-select-control.d.ts.map +1 -1
  946. package/build-types/unit-control/utils.d.ts.map +1 -1
  947. package/build-types/utils/breakpoint.d.ts +1 -10
  948. package/build-types/utils/breakpoint.d.ts.map +1 -1
  949. package/build-types/utils/element-rect.d.ts +111 -0
  950. package/build-types/utils/element-rect.d.ts.map +1 -0
  951. package/build-types/utils/font.d.ts +1 -6
  952. package/build-types/utils/font.d.ts.map +1 -1
  953. package/build-types/utils/hooks/use-controlled-state.d.ts +1 -1
  954. package/build-types/utils/hooks/use-controlled-state.d.ts.map +1 -1
  955. package/build-types/utils/hooks/use-controlled-value.d.ts +0 -1
  956. package/build-types/utils/hooks/use-controlled-value.d.ts.map +1 -1
  957. package/build-types/utils/hooks/use-event.d.ts +20 -0
  958. package/build-types/utils/hooks/use-event.d.ts.map +1 -0
  959. package/build-types/utils/hooks/use-on-value-update.d.ts +19 -0
  960. package/build-types/utils/hooks/use-on-value-update.d.ts.map +1 -0
  961. package/build-types/utils/hooks/use-update-effect.d.ts +1 -1
  962. package/build-types/utils/math.d.ts.map +1 -1
  963. package/build-types/utils/rtl.d.ts +2 -2
  964. package/build-types/utils/values.d.ts +2 -2
  965. package/build-types/utils/values.d.ts.map +1 -1
  966. package/build-types/utils/with-ignore-ime-events.d.ts +0 -1
  967. package/build-types/utils/with-ignore-ime-events.d.ts.map +1 -1
  968. package/build-types/v-stack/component.d.ts +2 -3
  969. package/build-types/v-stack/component.d.ts.map +1 -1
  970. package/build-types/v-stack/hook.d.ts +9 -11
  971. package/build-types/v-stack/hook.d.ts.map +1 -1
  972. package/build-types/v-stack/stories/index.story.d.ts +2 -3
  973. package/build-types/v-stack/stories/index.story.d.ts.map +1 -1
  974. package/build-types/view/component.d.ts +0 -2
  975. package/build-types/view/component.d.ts.map +1 -1
  976. package/build-types/visually-hidden/component.d.ts +0 -1
  977. package/build-types/visually-hidden/component.d.ts.map +1 -1
  978. package/build-types/z-stack/component.d.ts +0 -1
  979. package/build-types/z-stack/component.d.ts.map +1 -1
  980. package/build-types/z-stack/styles.d.ts +4 -5
  981. package/build-types/z-stack/styles.d.ts.map +1 -1
  982. package/package.json +19 -20
  983. package/src/autocomplete/README.md +2 -2
  984. package/src/autocomplete/types.ts +2 -3
  985. package/src/base-control/README.md +1 -1
  986. package/src/base-control/types.ts +1 -1
  987. package/src/button/README.md +1 -1
  988. package/src/button/index.tsx +9 -7
  989. package/src/button/test/index.tsx +17 -4
  990. package/src/button/types.ts +9 -2
  991. package/src/card/card/README.md +1 -1
  992. package/src/card/stories/index.story.tsx +43 -42
  993. package/src/checkbox-control/README.md +8 -0
  994. package/src/checkbox-control/index.tsx +1 -0
  995. package/src/checkbox-control/style.scss +3 -1
  996. package/src/color-picker/component.tsx +12 -22
  997. package/src/color-picker/stories/index.story.tsx +2 -22
  998. package/src/combobox-control/README.md +9 -0
  999. package/src/combobox-control/index.tsx +11 -0
  1000. package/src/combobox-control/test/index.tsx +127 -1
  1001. package/src/custom-select-control/README.md +34 -32
  1002. package/src/{custom-select-control-v2/legacy-component → custom-select-control}/index.tsx +60 -37
  1003. package/src/custom-select-control/stories/index.story.tsx +26 -18
  1004. package/src/{custom-select-control-v2/legacy-component → custom-select-control}/test/index.tsx +57 -61
  1005. package/src/custom-select-control/types.ts +123 -0
  1006. package/src/custom-select-control-v2/custom-select.tsx +2 -0
  1007. package/src/custom-select-control-v2/index.tsx +26 -1
  1008. package/src/custom-select-control-v2/stories/{default.story.tsx → index.story.tsx} +1 -1
  1009. package/src/custom-select-control-v2/styles.ts +28 -3
  1010. package/src/custom-select-control-v2/types.ts +0 -109
  1011. package/src/dimension-control/test/__snapshots__/index.test.js.snap +4 -0
  1012. package/src/disabled/README.md +1 -1
  1013. package/src/dropdown/stories/index.story.tsx +55 -50
  1014. package/src/dropdown-menu/stories/index.story.tsx +52 -55
  1015. package/src/dropdown-menu-v2/stories/index.story.tsx +0 -12
  1016. package/src/dropdown-menu-v2/styles.ts +3 -3
  1017. package/src/focal-point-picker/README.md +9 -0
  1018. package/src/focal-point-picker/index.tsx +1 -0
  1019. package/src/font-size-picker/README.md +1 -1
  1020. package/src/font-size-picker/font-size-picker-select.tsx +3 -3
  1021. package/src/font-size-picker/index.tsx +68 -64
  1022. package/src/font-size-picker/test/index.tsx +83 -15
  1023. package/src/font-size-picker/types.ts +6 -5
  1024. package/src/form-toggle/style.scss +14 -9
  1025. package/src/form-token-field/README.md +2 -1
  1026. package/src/form-token-field/index.tsx +9 -0
  1027. package/src/form-token-field/stories/index.story.tsx +2 -0
  1028. package/src/higher-order/navigate-regions/style.scss +3 -15
  1029. package/src/index.ts +1 -1
  1030. package/src/mobile/bottom-sheet/bottom-sheet-navigation/navigation-screen.native.js +1 -1
  1031. package/src/navigator/stories/index.story.tsx +240 -242
  1032. package/src/notice/test/__snapshots__/index.tsx.snap +1 -1
  1033. package/src/popover/stories/index.story.tsx +155 -153
  1034. package/src/private-apis.ts +0 -4
  1035. package/src/radio-control/index.tsx +1 -1
  1036. package/src/radio-control/style.scss +6 -1
  1037. package/src/range-control/README.md +8 -0
  1038. package/src/range-control/index.tsx +1 -0
  1039. package/src/resizable-box/resize-tooltip/README.md +1 -1
  1040. package/src/select-control/README.md +8 -0
  1041. package/src/select-control/index.tsx +7 -0
  1042. package/src/select-control/stories/index.story.tsx +6 -0
  1043. package/src/select-control/styles/select-control-styles.ts +24 -1
  1044. package/src/select-control/types.ts +6 -0
  1045. package/src/style.scss +1 -1
  1046. package/src/tabs/styles.ts +10 -2
  1047. package/src/tabs/tablist.tsx +3 -243
  1048. package/src/textarea-control/README.md +8 -0
  1049. package/src/textarea-control/index.tsx +1 -0
  1050. package/src/toggle-control/index.tsx +12 -3
  1051. package/src/toggle-control/style.scss +11 -0
  1052. package/src/toggle-group-control/test/__snapshots__/index.tsx.snap +36 -6
  1053. package/src/toggle-group-control/test/index.tsx +114 -0
  1054. package/src/toggle-group-control/toggle-group-control-option-base/component.tsx +6 -1
  1055. package/src/toggle-group-control/toggle-group-control-option-base/styles.ts +5 -0
  1056. package/src/tools-panel/tools-panel-header/component.tsx +1 -1
  1057. package/src/tree-select/README.md +9 -0
  1058. package/src/tree-select/index.tsx +1 -0
  1059. package/src/utils/element-rect.ts +197 -0
  1060. package/src/utils/hooks/use-event.ts +38 -0
  1061. package/src/utils/hooks/use-on-value-update.ts +42 -0
  1062. package/tsconfig.tsbuildinfo +1 -1
  1063. package/build/custom-select-control-v2/default-component/index.js +0 -42
  1064. package/build/custom-select-control-v2/default-component/index.js.map +0 -1
  1065. package/build/custom-select-control-v2/legacy-component/index.js +0 -131
  1066. package/build/custom-select-control-v2/legacy-component/index.js.map +0 -1
  1067. package/build-module/custom-select-control-v2/default-component/index.js +0 -31
  1068. package/build-module/custom-select-control-v2/default-component/index.js.map +0 -1
  1069. package/build-module/custom-select-control-v2/legacy-component/index.js +0 -122
  1070. package/build-module/custom-select-control-v2/legacy-component/index.js.map +0 -1
  1071. package/build-types/custom-select-control-v2/default-component/index.d.ts +0 -9
  1072. package/build-types/custom-select-control-v2/default-component/index.d.ts.map +0 -1
  1073. package/build-types/custom-select-control-v2/legacy-component/index.d.ts +0 -5
  1074. package/build-types/custom-select-control-v2/legacy-component/index.d.ts.map +0 -1
  1075. package/build-types/custom-select-control-v2/legacy-component/test/index.d.ts.map +0 -1
  1076. package/build-types/custom-select-control-v2/stories/default.story.d.ts.map +0 -1
  1077. package/build-types/custom-select-control-v2/stories/legacy.story.d.ts +0 -14
  1078. package/build-types/custom-select-control-v2/stories/legacy.story.d.ts.map +0 -1
  1079. package/src/custom-select-control/index.js +0 -240
  1080. package/src/custom-select-control/style.scss +0 -75
  1081. package/src/custom-select-control/test/index.js +0 -665
  1082. package/src/custom-select-control-v2/default-component/index.tsx +0 -29
  1083. package/src/custom-select-control-v2/stories/legacy.story.tsx +0 -72
  1084. /package/build-types/{custom-select-control-v2/legacy-component → custom-select-control}/test/index.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/higher-order/with-spoken-messages/index.tsx"],"names":[],"mappings":";AAMA,6DAA6D;AAE7D;;;;;;;;GAQG;;AACH,wBASE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/higher-order/with-spoken-messages/index.tsx"],"names":[],"mappings":"AAMA,6DAA6D;AAE7D;;;;;;;;GAQG;;AACH,wBASE"}
@@ -20,7 +20,7 @@ export { ColorPicker } from './color-picker';
20
20
  export { default as ComboboxControl } from './combobox-control';
21
21
  export { Composite as __unstableComposite, CompositeGroup as __unstableCompositeGroup, CompositeItem as __unstableCompositeItem, useCompositeState as __unstableUseCompositeState, } from './composite';
22
22
  export { ConfirmDialog as __experimentalConfirmDialog } from './confirm-dialog';
23
- export { StableCustomSelectControl as CustomSelectControl } from './custom-select-control';
23
+ export { default as CustomSelectControl } from './custom-select-control';
24
24
  export { default as Dashicon } from './dashicon';
25
25
  export { default as DateTimePicker, DatePicker, TimePicker } from './date-time';
26
26
  export { default as __experimentalDimensionControl } from './dimension-control';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare function Backdrop({ disabled, isBorderless }: {
3
2
  disabled?: boolean | undefined;
4
3
  isBorderless?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"backdrop.d.ts","sourceRoot":"","sources":["../../src/input-control/backdrop.tsx"],"names":[],"mappings":";AASA,iBAAS,QAAQ,CAAE,EAAE,QAAgB,EAAE,YAAoB,EAAE;;;CAAA,+BAS5D;AAED,QAAA,MAAM,gBAAgB,sDAAmB,CAAC;AAE1C,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"backdrop.d.ts","sourceRoot":"","sources":["../../src/input-control/backdrop.tsx"],"names":[],"mappings":"AASA,iBAAS,QAAQ,CAAE,EAAE,QAAgB,EAAE,YAAoB,EAAE;;;CAAA,+BAS5D;AAED,QAAA,MAAM,gBAAgB,sDAAmB,CAAC;AAE1C,eAAe,gBAAgB,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { InputBaseProps } from './types';
3
2
  /**
4
3
  * `InputBase` is an internal component used to style the standard borders for an input,
@@ -1 +1 @@
1
- {"version":3,"file":"input-base.d.ts","sourceRoot":"","sources":["../../src/input-control/input-base.tsx"],"names":[],"mappings":";AAuBA,OAAO,KAAK,EAAE,cAAc,EAAiB,MAAM,SAAS,CAAC;AA2H7D;;;GAGG;;AACH,wBAAwD"}
1
+ {"version":3,"file":"input-base.d.ts","sourceRoot":"","sources":["../../src/input-control/input-base.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,cAAc,EAAiB,MAAM,SAAS,CAAC;AA2H7D;;;GAGG;;AACH,wBAAwD"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { InputFieldProps } from './types';
3
2
  declare const ForwardedComponent: import("react").ForwardRefExoticComponent<InputFieldProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "children" | "as" | keyof InputFieldProps> & import("react").RefAttributes<HTMLInputElement>>;
4
3
  export default ForwardedComponent;
@@ -1 +1 @@
1
- {"version":3,"file":"input-field.d.ts","sourceRoot":"","sources":["../../src/input-control/input-field.tsx"],"names":[],"mappings":";AAyBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AA4M/C,QAAA,MAAM,kBAAkB,yRAA2B,CAAC;AAEpD,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"input-field.d.ts","sourceRoot":"","sources":["../../src/input-control/input-field.tsx"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AA4M/C,QAAA,MAAM,kBAAkB,yRAA2B,CAAC;AAEpD,eAAe,kBAAkB,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { InputControlPrefixWrapperProps } from './types';
3
2
  /**
4
3
  * A convenience wrapper for the `prefix` when you want to apply
@@ -1 +1 @@
1
- {"version":3,"file":"input-prefix-wrapper.d.ts","sourceRoot":"","sources":["../../src/input-control/input-prefix-wrapper.tsx"],"names":[],"mappings":";AAWA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,SAAS,CAAC;AAa9D;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,yBAAyB,2HAGrC,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"input-prefix-wrapper.d.ts","sourceRoot":"","sources":["../../src/input-control/input-prefix-wrapper.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,SAAS,CAAC;AAa9D;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,yBAAyB,2HAGrC,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { InputControlSuffixWrapperProps } from './types';
3
2
  /**
4
3
  * A convenience wrapper for the `suffix` when you want to apply
@@ -1 +1 @@
1
- {"version":3,"file":"input-suffix-wrapper.d.ts","sourceRoot":"","sources":["../../src/input-control/input-suffix-wrapper.tsx"],"names":[],"mappings":";AAWA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,SAAS,CAAC;AAa9D;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,yBAAyB,2HAGrC,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
1
+ {"version":3,"file":"input-suffix-wrapper.d.ts","sourceRoot":"","sources":["../../src/input-control/input-suffix-wrapper.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,SAAS,CAAC;AAa9D;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,yBAAyB,2HAGrC,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { WordPressComponentProps } from '../context';
3
2
  import type { InputControlLabelProps } from './types';
4
3
  export default function Label({ children, hideLabelFromVision, htmlFor, ...props }: WordPressComponentProps<InputControlLabelProps, 'label', false>): import("react").JSX.Element | null;
@@ -1 +1 @@
1
- {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../src/input-control/label.tsx"],"names":[],"mappings":";AAQA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEtD,MAAM,CAAC,OAAO,UAAU,KAAK,CAAE,EAC9B,QAAQ,EACR,mBAAmB,EACnB,OAAO,EACP,GAAG,KAAK,EACR,EAAE,uBAAuB,CAAE,sBAAsB,EAAE,OAAO,EAAE,KAAK,CAAE,sCAoBnE"}
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../src/input-control/label.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAEtD,MAAM,CAAC,OAAO,UAAU,KAAK,CAAE,EAC9B,QAAQ,EACR,mBAAmB,EACnB,OAAO,EACP,GAAG,KAAK,EACR,EAAE,uBAAuB,CAAE,sBAAsB,EAAE,OAAO,EAAE,KAAK,CAAE,sCAoBnE"}
@@ -24,17 +24,17 @@ import type { InputChangeCallback } from '../types';
24
24
  * @return State, dispatch, and a collection of actions.
25
25
  */
26
26
  export declare function useInputControlStateReducer(stateReducer: StateReducer | undefined, initialState: Partial<InputState> | undefined, onChangeHandler: InputChangeCallback): {
27
- readonly change: (nextValue: actions.ChangeEventAction['payload']['value'], event: actions.ChangeEventAction['payload']['event']) => void;
28
- readonly commit: (nextValue: actions.ChangeEventAction['payload']['value'], event: actions.ChangeEventAction['payload']['event']) => void;
27
+ readonly change: (nextValue: actions.ChangeEventAction["payload"]["value"], event: actions.ChangeEventAction["payload"]["event"]) => void;
28
+ readonly commit: (nextValue: actions.ChangeEventAction["payload"]["value"], event: actions.ChangeEventAction["payload"]["event"]) => void;
29
29
  readonly dispatch: import("react").Dispatch<actions.ControlAction | actions.InputAction>;
30
- readonly drag: (payload: actions.DragEventAction['payload']) => void;
31
- readonly dragEnd: (payload: actions.DragEventAction['payload']) => void;
32
- readonly dragStart: (payload: actions.DragEventAction['payload']) => void;
30
+ readonly drag: (payload: actions.DragEventAction["payload"]) => void;
31
+ readonly dragEnd: (payload: actions.DragEventAction["payload"]) => void;
32
+ readonly dragStart: (payload: actions.DragEventAction["payload"]) => void;
33
33
  readonly invalidate: (error: unknown, event: SyntheticEvent) => void;
34
- readonly pressDown: (event: actions.KeyEventAction['payload']['event']) => void;
35
- readonly pressEnter: (event: actions.KeyEventAction['payload']['event']) => void;
36
- readonly pressUp: (event: actions.KeyEventAction['payload']['event']) => void;
37
- readonly reset: (nextValue: actions.ChangeEventAction['payload']['value'], event: actions.ChangeEventAction['payload']['event']) => void;
34
+ readonly pressDown: (event: actions.KeyEventAction["payload"]["event"]) => void;
35
+ readonly pressEnter: (event: actions.KeyEventAction["payload"]["event"]) => void;
36
+ readonly pressUp: (event: actions.KeyEventAction["payload"]["event"]) => void;
37
+ readonly reset: (nextValue: actions.ChangeEventAction["payload"]["value"], event: actions.ChangeEventAction["payload"]["event"]) => void;
38
38
  readonly state: InputState;
39
39
  };
40
40
  //# sourceMappingURL=reducer.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"reducer.d.ts","sourceRoot":"","sources":["../../../src/input-control/reducer/reducer.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,cAAc,EAA6B,MAAM,OAAO,CAAC;AAOvE;;GAEG;AACH,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAExD,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAgHpD;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,2BAA2B,CAC1C,YAAY,0BAAoC,EAChD,YAAY,iCAAkD,EAC9D,eAAe,EAAE,mBAAmB;iCAUvB,QAAQ,iBAAiB,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE,SACrD,QAAQ,iBAAiB,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE;iCAD7C,QAAQ,iBAAiB,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE,SACrD,QAAQ,iBAAiB,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE;;6BAgB9C,QAAQ,eAAe,CAAE,SAAS,CAAE;gCAApC,QAAQ,eAAe,CAAE,SAAS,CAAE;kCAApC,QAAQ,eAAe,CAAE,SAAS,CAAE;iCAQpB,OAAO,SAAS,cAAc;gCAdhD,QAAQ,cAAc,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE;iCAA9C,QAAQ,cAAc,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE;8BAA9C,QAAQ,cAAc,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE;gCAX3C,QAAQ,iBAAiB,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE,SACrD,QAAQ,iBAAiB,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE;;EAyF1D"}
1
+ {"version":3,"file":"reducer.d.ts","sourceRoot":"","sources":["../../../src/input-control/reducer/reducer.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,cAAc,EAA6B,MAAM,OAAO,CAAC;AAOvE;;GAEG;AACH,OAAO,KAAK,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAExD,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAgHpD;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,2BAA2B,CAC1C,YAAY,EAAE,YAAY,YAAsB,EAChD,YAAY,EAAE,OAAO,CAAE,UAAU,CAAE,YAA2B,EAC9D,eAAe,EAAE,mBAAmB;iCAUvB,OAAO,CAAC,iBAAiB,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE,SACrD,OAAO,CAAC,iBAAiB,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE;iCAD7C,OAAO,CAAC,iBAAiB,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE,SACrD,OAAO,CAAC,iBAAiB,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE;;6BAgB9C,OAAO,CAAC,eAAe,CAAE,SAAS,CAAE;gCAApC,OAAO,CAAC,eAAe,CAAE,SAAS,CAAE;kCAApC,OAAO,CAAC,eAAe,CAAE,SAAS,CAAE;iCAQpB,OAAO,SAAS,cAAc;gCAdhD,OAAO,CAAC,cAAc,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE;iCAA9C,OAAO,CAAC,cAAc,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE;8BAA9C,OAAO,CAAC,cAAc,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE;gCAX3C,OAAO,CAAC,iBAAiB,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE,SACrD,OAAO,CAAC,iBAAiB,CAAE,SAAS,CAAE,CAAE,OAAO,CAAE;;EAyF1D"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * External dependencies
4
3
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../src/input-control/stories/index.story.tsx"],"names":[],"mappings":";AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAMtD;;GAEG;AACH,OAAO,YAAY,MAAM,IAAI,CAAC;AAK9B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,YAAY,CAmBpC,CAAC;AACF,eAAe,IAAI,CAAC;AAMpB,eAAO,MAAM,OAAO,+KAAsB,CAAC;AAM3C,eAAO,MAAM,YAAY,+KAAsB,CAAC;AAMhD;;;;GAIG;AACH,eAAO,MAAM,UAAU,+KAAsB,CAAC;AAM9C;;;;GAIG;AACH,eAAO,MAAM,UAAU,+KAAsB,CAAC;AAM9C,eAAO,MAAM,aAAa,+KAAsB,CAAC;AAMjD,eAAO,MAAM,aAAa,+KAAsB,CAAC;AAOjD,eAAO,MAAM,YAAY,EAAE,OAAO,CAAE,OAAO,YAAY,CAuBtD,CAAC"}
1
+ {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../src/input-control/stories/index.story.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAMtD;;GAEG;AACH,OAAO,YAAY,MAAM,IAAI,CAAC;AAK9B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,YAAY,CAmBpC,CAAC;AACF,eAAe,IAAI,CAAC;AAMpB,eAAO,MAAM,OAAO,+KAAsB,CAAC;AAM3C,eAAO,MAAM,YAAY,+KAAsB,CAAC;AAMhD;;;;GAIG;AACH,eAAO,MAAM,UAAU,+KAAsB,CAAC;AAM9C;;;;GAIG;AACH,eAAO,MAAM,UAAU,+KAAsB,CAAC;AAM9C,eAAO,MAAM,aAAa,+KAAsB,CAAC;AAMjD,eAAO,MAAM,aAAa,+KAAsB,CAAC;AAOjD,eAAO,MAAM,YAAY,EAAE,OAAO,CAAE,OAAO,YAAY,CAuBtD,CAAC"}
@@ -15,29 +15,29 @@ type ContainerProps = {
15
15
  labelPosition?: LabelPosition;
16
16
  };
17
17
  export declare const Prefix: import("@emotion/styled").StyledComponent<{
18
- theme?: import("@emotion/react").Theme | undefined;
19
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
18
+ theme?: import("@emotion/react").Theme;
19
+ as?: React.ElementType;
20
20
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
21
21
  export declare const Suffix: import("@emotion/styled").StyledComponent<{
22
- theme?: import("@emotion/react").Theme | undefined;
23
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
22
+ theme?: import("@emotion/react").Theme;
23
+ as?: React.ElementType;
24
24
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
25
25
  type BackdropProps = {
26
26
  disabled?: boolean;
27
27
  isBorderless?: boolean;
28
28
  };
29
29
  export declare const BackdropUI: import("@emotion/styled").StyledComponent<{
30
- theme?: import("@emotion/react").Theme | undefined;
31
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
30
+ theme?: import("@emotion/react").Theme;
31
+ as?: React.ElementType;
32
32
  } & BackdropProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
33
33
  export declare const Root: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexProps & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "as" | keyof import("react").RefAttributes<any> | keyof import("../../flex/types").FlexProps> & {
34
34
  as?: keyof JSX.IntrinsicElements | undefined;
35
35
  } & {
36
- theme?: import("@emotion/react").Theme | undefined;
36
+ theme?: import("@emotion/react").Theme;
37
37
  }, {}, {}>;
38
38
  export declare const Container: import("@emotion/styled").StyledComponent<{
39
- theme?: import("@emotion/react").Theme | undefined;
40
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
39
+ theme?: import("@emotion/react").Theme;
40
+ as?: React.ElementType;
41
41
  } & ContainerProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
42
42
  type InputProps = {
43
43
  __next40pxDefaultSize?: boolean;
@@ -75,17 +75,17 @@ export declare const getSizeConfig: ({ inputSize: size, __next40pxDefaultSize, }
75
75
  paddingRight: string | undefined;
76
76
  };
77
77
  export declare const Input: import("@emotion/styled").StyledComponent<{
78
- theme?: import("@emotion/react").Theme | undefined;
79
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
78
+ theme?: import("@emotion/react").Theme;
79
+ as?: React.ElementType;
80
80
  } & InputProps, import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {}>;
81
81
  export declare const Label: (props: WordPressComponentProps<{
82
82
  labelPosition?: LabelPosition;
83
83
  children: ReactNode;
84
- }, 'label', false>) => import("react").JSX.Element;
84
+ }, "label", false>) => import("react").JSX.Element;
85
85
  export declare const LabelWrapper: import("@emotion/styled").StyledComponent<import("../../flex/types").FlexItemProps & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "as" | keyof import("react").RefAttributes<any> | keyof import("../../flex/types").FlexItemProps> & {
86
86
  as?: keyof JSX.IntrinsicElements | undefined;
87
87
  } & {
88
- theme?: import("@emotion/react").Theme | undefined;
88
+ theme?: import("@emotion/react").Theme;
89
89
  }, {}, {}>;
90
90
  export {};
91
91
  //# sourceMappingURL=input-control-styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"input-control-styles.d.ts","sourceRoot":"","sources":["../../../src/input-control/styles/input-control-styles.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvD,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAI7D,OAAO,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAGpD,KAAK,cAAc,GAAG;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,oBAAoB,CAAC,EAAE,aAAa,CAAE,OAAO,CAAE,CAAC;IAChD,aAAa,CAAC,EAAE,aAAa,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,MAAM;;;2GAGlB,CAAC;AAEF,eAAO,MAAM,MAAM;;;2GAKlB,CAAC;AAEF,KAAK,aAAa,GAAG;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAiBF,eAAO,MAAM,UAAU;;;yHAkBtB,CAAC;AAEF,eAAO,MAAM,IAAI;;;;UAgBhB,CAAC;AA+BF,eAAO,MAAM,SAAS;;;0HAUrB,CAAC;AAEF,KAAK,UAAU,GAAG;IACjB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,aAAa,CAAE,QAAQ,CAAE,CAAC;IACvC,kBAAkB,CAAC,EAAE,aAAa,CAAE,oBAAoB,CAAE,CAAC;IAC3D,gBAAgB,CAAC,EAAE,aAAa,CAAE,kBAAkB,CAAE,CAAC;CACvD,CAAC;AAYF,eAAO,MAAM,cAAc,wBAA0B,UAAU,0BAsB9D,CAAC;AAEF,eAAO,MAAM,aAAa,gDAGvB,UAAU;;;;;;;;;;;;;;;;;;;;;;;;CAsCZ,CAAC;AA+CF,eAAO,MAAM,KAAK;;;+HAuBjB,CAAC;AAmBF,eAAO,MAAM,KAAK,UACV,wBACN;IAAE,aAAa,CAAC,EAAE,aAAa,CAAC;IAAC,QAAQ,EAAE,SAAS,CAAA;CAAE,EACtD,OAAO,EACP,KAAK,CACL,gCACwC,CAAC;AAE3C,eAAO,MAAM,YAAY;;;;UAExB,CAAC"}
1
+ {"version":3,"file":"input-control-styles.d.ts","sourceRoot":"","sources":["../../../src/input-control/styles/input-control-styles.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGvD,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAI7D,OAAO,KAAK,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;AAGpD,KAAK,cAAc,GAAG;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,oBAAoB,CAAC,EAAE,aAAa,CAAE,OAAO,CAAE,CAAC;IAChD,aAAa,CAAC,EAAE,aAAa,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,MAAM;;SATd,MAAO,WAAW;2GAYtB,CAAC;AAEF,eAAO,MAAM,MAAM;;eAdP,WAAW;2GAmBtB,CAAC;AAEF,KAAK,aAAa,GAAG;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAiBF,eAAO,MAAM,UAAU;;eAzCX,WAAW;yHA2DtB,CAAC;AAEF,eAAO,MAAM,IAAI;;;;UAgBhB,CAAC;AA+BF,eAAO,MAAM,SAAS;;eA5GV,WAAW;0HAsHtB,CAAC;AAEF,KAAK,UAAU,GAAG;IACjB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,aAAa,CAAE,QAAQ,CAAE,CAAC;IACvC,kBAAkB,CAAC,EAAE,aAAa,CAAE,oBAAoB,CAAE,CAAC;IAC3D,gBAAgB,CAAC,EAAE,aAAa,CAAE,kBAAkB,CAAE,CAAC;CACvD,CAAC;AAYF,eAAO,MAAM,cAAc,wBAA0B,UAAU,0BAsB9D,CAAC;AAEF,eAAO,MAAM,aAAa,gDAGvB,UAAU;;;;;;;;;;;;;;;;;;;;;;;;CAsCZ,CAAC;AA+CF,eAAO,MAAM,KAAK;;eA5PN,WAAW;+HAmRtB,CAAC;AAmBF,eAAO,MAAM,KAAK,UACV,uBAAuB,CAC7B;IAAE,aAAa,CAAC,EAAE,aAAa,CAAC;IAAC,QAAQ,EAAE,SAAS,CAAA;CAAE,EACtD,OAAO,EACP,KAAK,CACL,gCACwC,CAAC;AAE3C,eAAO,MAAM,YAAY;;;;UAExB,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  declare const IsolatedEventContainer: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
3
2
  export default IsolatedEventContainer;
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/isolated-event-container/index.tsx"],"names":[],"mappings":";AAiBA,QAAA,MAAM,sBAAsB,2MAY3B,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/isolated-event-container/index.tsx"],"names":[],"mappings":"AAiBA,QAAA,MAAM,sBAAsB,2MAY3B,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * Internal dependencies
4
3
  */
@@ -1 +1 @@
1
- {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../src/item-group/context.ts"],"names":[],"mappings":";AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,gBAAgB,IAAI,OAAO,EAAE,MAAM,SAAS,CAAC;AAE3D,eAAO,MAAM,gBAAgB,kCAEf,CAAC;AAEf,eAAO,MAAM,mBAAmB,eAAuC,CAAC"}
1
+ {"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../src/item-group/context.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,gBAAgB,IAAI,OAAO,EAAE,MAAM,SAAS,CAAC;AAE3D,eAAO,MAAM,gBAAgB,kCAEf,CAAC;AAEf,eAAO,MAAM,mBAAmB,eAAuC,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * Internal dependencies
4
3
  */
@@ -1 +1 @@
1
- {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/item-group/item/component.tsx"],"names":[],"mappings":";AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAmB1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,IAAI,yGAA4C,CAAC;AAE9D,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/item-group/item/component.tsx"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAmB1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,IAAI,yGAA4C,CAAC;AAE9D,eAAe,IAAI,CAAC"}
@@ -1,12 +1,10 @@
1
- /// <reference types="react" />
2
- /// <reference types="react" />
3
1
  /**
4
2
  * Internal dependencies
5
3
  */
6
4
  import type { WordPressComponentProps } from '../../context';
7
5
  import type { ItemProps } from '../types';
8
6
  export declare function useItem(props: WordPressComponentProps<ItemProps, 'div'>): {
9
- children: import("react").ReactNode;
7
+ children: React.ReactNode;
10
8
  hidden?: boolean | undefined;
11
9
  color?: string | undefined;
12
10
  content?: string | undefined;
@@ -20,27 +18,27 @@ export declare function useItem(props: WordPressComponentProps<ItemProps, 'div'>
20
18
  tabIndex?: number | undefined;
21
19
  "aria-activedescendant"?: string | undefined;
22
20
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
23
- "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
21
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
24
22
  "aria-braillelabel"?: string | undefined;
25
23
  "aria-brailleroledescription"?: string | undefined;
26
24
  "aria-busy"?: (boolean | "false" | "true") | undefined;
27
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
25
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
28
26
  "aria-colcount"?: number | undefined;
29
27
  "aria-colindex"?: number | undefined;
30
28
  "aria-colindextext"?: string | undefined;
31
29
  "aria-colspan"?: number | undefined;
32
30
  "aria-controls"?: string | undefined;
33
- "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
31
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
34
32
  "aria-describedby"?: string | undefined;
35
33
  "aria-description"?: string | undefined;
36
34
  "aria-details"?: string | undefined;
37
35
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
38
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
36
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
39
37
  "aria-errormessage"?: string | undefined;
40
38
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
41
39
  "aria-flowto"?: string | undefined;
42
40
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
43
- "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
41
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
44
42
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
45
43
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
46
44
  "aria-keyshortcuts"?: string | undefined;
@@ -55,9 +53,9 @@ export declare function useItem(props: WordPressComponentProps<ItemProps, 'div'>
55
53
  "aria-owns"?: string | undefined;
56
54
  "aria-placeholder"?: string | undefined;
57
55
  "aria-posinset"?: number | undefined;
58
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
56
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
59
57
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
60
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
58
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
61
59
  "aria-required"?: (boolean | "false" | "true") | undefined;
62
60
  "aria-roledescription"?: string | undefined;
63
61
  "aria-rowcount"?: number | undefined;
@@ -239,7 +237,7 @@ export declare function useItem(props: WordPressComponentProps<ItemProps, 'div'>
239
237
  suppressContentEditableWarning?: boolean | undefined;
240
238
  accessKey?: string | undefined;
241
239
  autoFocus?: boolean | undefined;
242
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
240
+ contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
243
241
  contextMenu?: string | undefined;
244
242
  dir?: string | undefined;
245
243
  draggable?: (boolean | "false" | "true") | undefined;
@@ -267,7 +265,7 @@ export declare function useItem(props: WordPressComponentProps<ItemProps, 'div'>
267
265
  results?: number | undefined;
268
266
  security?: string | undefined;
269
267
  unselectable?: "on" | "off" | undefined;
270
- inputMode?: "none" | "text" | "numeric" | "search" | "tel" | "url" | "email" | "decimal" | undefined;
268
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
271
269
  is?: string | undefined;
272
270
  as: keyof JSX.IntrinsicElements;
273
271
  className: string;
@@ -1 +1 @@
1
- {"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/item-group/item/hook.ts"],"names":[],"mappings":";;AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAK7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,wBAAgB,OAAO,CAAE,KAAK,EAAE,uBAAuB,CAAE,SAAS,EAAE,KAAK,CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyC1E"}
1
+ {"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/item-group/item/hook.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAK7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,wBAAgB,OAAO,CAAE,KAAK,EAAE,uBAAuB,CAAE,SAAS,EAAE,KAAK,CAAE;cAc1E,MAAM,SAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2Bd"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { ItemGroupProps } from '../types';
3
2
  /**
4
3
  * `ItemGroup` displays a list of `Item`s grouped and styled together.
@@ -1 +1 @@
1
- {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/item-group/item-group/component.tsx"],"names":[],"mappings":";AAaA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AA8B/C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,SAAS,8GAAsD,CAAC;AAE7E,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../src/item-group/item-group/component.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AA8B/C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,SAAS,8GAAsD,CAAC;AAE7E,eAAe,SAAS,CAAC"}
@@ -1,13 +1,11 @@
1
- /// <reference types="react" />
2
- /// <reference types="react" />
3
1
  /**
4
2
  * Internal dependencies
5
3
  */
6
4
  import type { WordPressComponentProps } from '../../context';
7
5
  import type { ItemGroupProps } from '../types';
8
6
  export declare function useItemGroup(props: WordPressComponentProps<ItemGroupProps, 'div'>): {
9
- size?: ("medium" | "large" | "small") | undefined;
10
- children: import("react").ReactNode;
7
+ size?: "medium" | "large" | "small";
8
+ children: React.ReactNode;
11
9
  hidden?: boolean | undefined;
12
10
  color?: string | undefined;
13
11
  content?: string | undefined;
@@ -21,27 +19,27 @@ export declare function useItemGroup(props: WordPressComponentProps<ItemGroupPro
21
19
  tabIndex?: number | undefined;
22
20
  "aria-activedescendant"?: string | undefined;
23
21
  "aria-atomic"?: (boolean | "false" | "true") | undefined;
24
- "aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
22
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
25
23
  "aria-braillelabel"?: string | undefined;
26
24
  "aria-brailleroledescription"?: string | undefined;
27
25
  "aria-busy"?: (boolean | "false" | "true") | undefined;
28
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
26
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
29
27
  "aria-colcount"?: number | undefined;
30
28
  "aria-colindex"?: number | undefined;
31
29
  "aria-colindextext"?: string | undefined;
32
30
  "aria-colspan"?: number | undefined;
33
31
  "aria-controls"?: string | undefined;
34
- "aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
32
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
35
33
  "aria-describedby"?: string | undefined;
36
34
  "aria-description"?: string | undefined;
37
35
  "aria-details"?: string | undefined;
38
36
  "aria-disabled"?: (boolean | "false" | "true") | undefined;
39
- "aria-dropeffect"?: "none" | "copy" | "move" | "link" | "execute" | "popup" | undefined;
37
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
40
38
  "aria-errormessage"?: string | undefined;
41
39
  "aria-expanded"?: (boolean | "false" | "true") | undefined;
42
40
  "aria-flowto"?: string | undefined;
43
41
  "aria-grabbed"?: (boolean | "false" | "true") | undefined;
44
- "aria-haspopup"?: boolean | "listbox" | "grid" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
42
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
45
43
  "aria-hidden"?: (boolean | "false" | "true") | undefined;
46
44
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
47
45
  "aria-keyshortcuts"?: string | undefined;
@@ -56,9 +54,9 @@ export declare function useItemGroup(props: WordPressComponentProps<ItemGroupPro
56
54
  "aria-owns"?: string | undefined;
57
55
  "aria-placeholder"?: string | undefined;
58
56
  "aria-posinset"?: number | undefined;
59
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
57
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
60
58
  "aria-readonly"?: (boolean | "false" | "true") | undefined;
61
- "aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
59
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
62
60
  "aria-required"?: (boolean | "false" | "true") | undefined;
63
61
  "aria-roledescription"?: string | undefined;
64
62
  "aria-rowcount"?: number | undefined;
@@ -241,7 +239,7 @@ export declare function useItemGroup(props: WordPressComponentProps<ItemGroupPro
241
239
  suppressContentEditableWarning?: boolean | undefined;
242
240
  accessKey?: string | undefined;
243
241
  autoFocus?: boolean | undefined;
244
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
242
+ contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
245
243
  contextMenu?: string | undefined;
246
244
  dir?: string | undefined;
247
245
  draggable?: (boolean | "false" | "true") | undefined;
@@ -269,7 +267,7 @@ export declare function useItemGroup(props: WordPressComponentProps<ItemGroupPro
269
267
  results?: number | undefined;
270
268
  security?: string | undefined;
271
269
  unselectable?: "on" | "off" | undefined;
272
- inputMode?: "none" | "text" | "numeric" | "search" | "tel" | "url" | "email" | "decimal" | undefined;
270
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
273
271
  is?: string | undefined;
274
272
  as?: keyof JSX.IntrinsicElements | undefined;
275
273
  isBordered: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/item-group/item-group/hook.ts"],"names":[],"mappings":";;AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAQ7D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,wBAAgB,YAAY,CAC3B,KAAK,EAAE,uBAAuB,CAAE,cAAc,EAAE,KAAK,CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2BvD"}
1
+ {"version":3,"file":"hook.d.ts","sourceRoot":"","sources":["../../../src/item-group/item-group/hook.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,eAAe,CAAC;AAQ7D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,wBAAgB,YAAY,CAC3B,KAAK,EAAE,uBAAuB,CAAE,cAAc,EAAE,KAAK,CAAE;;cASrD,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBjB"}
@@ -1,4 +1,4 @@
1
- export declare const unstyledButton: (as: 'a' | 'button') => import("@emotion/utils").SerializedStyles;
1
+ export declare const unstyledButton: (as: "a" | "button") => import("@emotion/utils").SerializedStyles;
2
2
  export declare const itemWrapper: import("@emotion/utils").SerializedStyles;
3
3
  export declare const item: import("@emotion/utils").SerializedStyles;
4
4
  export declare const bordered: import("@emotion/utils").SerializedStyles;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  type ItemSize = 'small' | 'medium' | 'large';
3
2
  export interface ItemGroupProps {
4
3
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/item-group/types.ts"],"names":[],"mappings":";AAAA,KAAK,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE7C,MAAM,WAAW,cAAc;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAED,MAAM,WAAW,SAAS;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC9B;;;;;OAKG;IACH,YAAY,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,IAAI,EAAE,QAAQ,CAAC;CACf,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/item-group/types.ts"],"names":[],"mappings":"AAAA,KAAK,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE7C,MAAM,WAAW,cAAc;IAC9B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAED,MAAM,WAAW,SAAS;IACzB;;;;OAIG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC9B;;;;;OAKG;IACH,YAAY,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,IAAI,EAAE,QAAQ,CAAC;CACf,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * Internal dependencies
4
3
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/keyboard-shortcuts/index.tsx"],"names":[],"mappings":";AAMA;;GAEG;AACH,OAAO,KAAK,EAAyB,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAkB7E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,iBAAS,iBAAiB,CAAE,EAC3B,QAAQ,EACR,SAAS,EACT,UAAU,EACV,SAAS,GACT,EAAE,sBAAsB,+BA4BxB;AAED,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/keyboard-shortcuts/index.tsx"],"names":[],"mappings":"AAMA;;GAEG;AACH,OAAO,KAAK,EAAyB,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAkB7E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,iBAAS,iBAAiB,CAAE,EAC3B,QAAQ,EACR,SAAS,EACT,UAAU,EACV,SAAS,GACT,EAAE,sBAAsB,+BA4BxB;AAED,eAAe,iBAAiB,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * WordPress dependencies
4
3
  */
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/keyboard-shortcuts/types.ts"],"names":[],"mappings":";AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAG9D,KAAK,wBAAwB,GAAG,WAAW,CAC1C,UAAU,CAAE,OAAO,mBAAmB,CAAE,CAAE,CAAC,CAAE,CAC7C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IACnC,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B;;OAEG;IACH,QAAQ,EAAE,CAAE,KAAK,EAAE,SAAS,CAAC,qBAAqB,EAAE,KAAK,EAAE,MAAM,KAAM,IAAI,CAAC;CAC5E,GAAG,IAAI,CAAE,wBAAwB,EAAE,YAAY,GAAG,WAAW,GAAG,QAAQ,CAAE,CAAC;AAE5E,MAAM,MAAM,sBAAsB,GAAG;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;;;;;;;;;;;OAYG;IACH,SAAS,EAAE,MAAM,CAAE,MAAM,EAAE,qBAAqB,CAAE,UAAU,CAAE,CAAE,CAAC;IACjE;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,qBAAqB,CAAE,YAAY,CAAE,CAAC;IACnD;;;OAGG;IACH,SAAS,CAAC,EAAE,qBAAqB,CAAE,WAAW,CAAE,CAAC;CACjD,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/keyboard-shortcuts/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAG9D,KAAK,wBAAwB,GAAG,WAAW,CAC1C,UAAU,CAAE,OAAO,mBAAmB,CAAE,CAAE,CAAC,CAAE,CAC7C,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IACnC,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC5B;;OAEG;IACH,QAAQ,EAAE,CAAE,KAAK,EAAE,SAAS,CAAC,qBAAqB,EAAE,KAAK,EAAE,MAAM,KAAM,IAAI,CAAC;CAC5E,GAAG,IAAI,CAAE,wBAAwB,EAAE,YAAY,GAAG,WAAW,GAAG,QAAQ,CAAE,CAAC;AAE5E,MAAM,MAAM,sBAAsB,GAAG;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;;;;;;;;;;;OAYG;IACH,SAAS,EAAE,MAAM,CAAE,MAAM,EAAE,qBAAqB,CAAE,UAAU,CAAE,CAAE,CAAC;IACjE;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,qBAAqB,CAAE,YAAY,CAAE,CAAC;IACnD;;;OAGG;IACH,SAAS,CAAC,EAAE,qBAAqB,CAAE,WAAW,CAAE,CAAC;CACjD,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * Internal dependencies
4
3
  */
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/menu-group/index.tsx"],"names":[],"mappings":";AAWA;;GAEG;AACH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,SAAS,CAAE,KAAK,EAAE,cAAc,sCA6B/C;AAED,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/menu-group/index.tsx"],"names":[],"mappings":"AAWA;;GAEG;AACH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,SAAS,CAAE,KAAK,EAAE,cAAc,sCA6B/C;AAED,eAAe,SAAS,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * MenuItem is a component which renders a button intended to be used in combination with the `DropdownMenu` component.
4
3
  *
@@ -23,19 +22,19 @@
23
22
  * ```
24
23
  */
25
24
  export declare const MenuItem: import("react").ForwardRefExoticComponent<Pick<import("../button/types").ButtonAsButtonProps, "isDestructive"> & {
26
- className?: string | undefined;
25
+ className?: string;
27
26
  children?: import("react").ReactNode;
28
- info?: string | undefined;
29
- icon?: JSX.Element | null | undefined;
30
- iconPosition?: "left" | "right" | undefined;
31
- isSelected?: boolean | undefined;
27
+ info?: string;
28
+ icon?: JSX.Element | null;
29
+ iconPosition?: import("../button/types").ButtonAsButtonProps["iconPosition"];
30
+ isSelected?: boolean;
32
31
  shortcut?: string | {
33
32
  display: string;
34
33
  ariaLabel: string;
35
- } | undefined;
36
- role?: string | undefined;
34
+ };
35
+ role?: string;
37
36
  suffix?: import("react").ReactNode;
38
- label?: string | undefined;
37
+ label?: string;
39
38
  } & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "icon" | "label" | "className" | "role" | "children" | "as" | "shortcut" | "isDestructive" | "suffix" | "info" | "iconPosition" | "isSelected"> & import("react").RefAttributes<HTMLButtonElement>>;
40
39
  export default MenuItem;
41
40
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/menu-item/index.tsx"],"names":[],"mappings":";AAqFA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;wUAAoC,CAAC;AAE1D,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/menu-item/index.tsx"],"names":[],"mappings":"AAqFA;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,QAAQ;;;;WA/EjB,IAAK,OAAO;;;;;;;;;;wUA+EyC,CAAC;AAE1D,eAAe,QAAQ,CAAC"}