@wordpress/components 33.0.0 → 33.1.1-next.v.202605131006.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 (817) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/build/alignment-matrix-control/cell.cjs +79 -5
  3. package/build/alignment-matrix-control/cell.cjs.map +3 -3
  4. package/build/alignment-matrix-control/index.cjs +79 -5
  5. package/build/alignment-matrix-control/index.cjs.map +3 -3
  6. package/build/angle-picker-control/angle-circle.cjs +79 -5
  7. package/build/angle-picker-control/angle-circle.cjs.map +3 -3
  8. package/build/autocomplete/autocompleter-ui.cjs.map +2 -2
  9. package/build/color-palette/index.cjs +14 -8
  10. package/build/color-palette/index.cjs.map +2 -2
  11. package/build/color-palette/utils.cjs +9 -2
  12. package/build/color-palette/utils.cjs.map +2 -2
  13. package/build/color-picker/hex-input.cjs +1 -1
  14. package/build/color-picker/hex-input.cjs.map +2 -2
  15. package/build/custom-gradient-picker/index.cjs.map +2 -2
  16. package/build/focal-point-picker/index.cjs.map +2 -2
  17. package/build/modal/index.cjs +1 -5
  18. package/build/modal/index.cjs.map +2 -2
  19. package/build/modal/use-modal-exit-animation.cjs +52 -41
  20. package/build/modal/use-modal-exit-animation.cjs.map +2 -2
  21. package/build/palette-edit/index.cjs.map +2 -2
  22. package/build/slot-fill/fill.cjs +2 -2
  23. package/build/slot-fill/fill.cjs.map +2 -2
  24. package/build/style-provider/index.cjs +82 -3
  25. package/build/style-provider/index.cjs.map +4 -4
  26. package/build/text/styles.cjs +7 -7
  27. package/build/text/styles.cjs.map +2 -2
  28. package/build/utils/config-values.cjs +3 -0
  29. package/build/utils/config-values.cjs.map +2 -2
  30. package/build/utils/dropdown-motion.cjs +2 -2
  31. package/build/utils/dropdown-motion.cjs.map +2 -2
  32. package/build-module/alignment-matrix-control/cell.mjs +79 -5
  33. package/build-module/alignment-matrix-control/cell.mjs.map +3 -3
  34. package/build-module/alignment-matrix-control/index.mjs +79 -5
  35. package/build-module/alignment-matrix-control/index.mjs.map +3 -3
  36. package/build-module/angle-picker-control/angle-circle.mjs +79 -5
  37. package/build-module/angle-picker-control/angle-circle.mjs.map +3 -3
  38. package/build-module/autocomplete/autocompleter-ui.mjs.map +2 -2
  39. package/build-module/color-palette/index.mjs +14 -8
  40. package/build-module/color-palette/index.mjs.map +2 -2
  41. package/build-module/color-palette/utils.mjs +9 -2
  42. package/build-module/color-palette/utils.mjs.map +2 -2
  43. package/build-module/color-picker/hex-input.mjs +1 -1
  44. package/build-module/color-picker/hex-input.mjs.map +2 -2
  45. package/build-module/custom-gradient-picker/index.mjs.map +2 -2
  46. package/build-module/focal-point-picker/index.mjs.map +2 -2
  47. package/build-module/modal/index.mjs +1 -5
  48. package/build-module/modal/index.mjs.map +2 -2
  49. package/build-module/modal/use-modal-exit-animation.mjs +52 -41
  50. package/build-module/modal/use-modal-exit-animation.mjs.map +2 -2
  51. package/build-module/palette-edit/index.mjs.map +2 -2
  52. package/build-module/slot-fill/fill.mjs +2 -2
  53. package/build-module/slot-fill/fill.mjs.map +2 -2
  54. package/build-module/style-provider/index.mjs +82 -3
  55. package/build-module/style-provider/index.mjs.map +4 -4
  56. package/build-module/text/styles.mjs +7 -7
  57. package/build-module/text/styles.mjs.map +2 -2
  58. package/build-module/utils/config-values.mjs +3 -0
  59. package/build-module/utils/config-values.mjs.map +2 -2
  60. package/build-module/utils/dropdown-motion.mjs +2 -2
  61. package/build-module/utils/dropdown-motion.mjs.map +2 -2
  62. package/build-style/style-rtl.css +64 -32
  63. package/build-style/style.css +64 -32
  64. package/build-types/alignment-matrix-control/icon.d.ts.map +1 -1
  65. package/build-types/alignment-matrix-control/index.d.ts.map +1 -1
  66. package/build-types/alignment-matrix-control/stories/index.story.d.ts +1 -1
  67. package/build-types/alignment-matrix-control/stories/index.story.d.ts.map +1 -1
  68. package/build-types/angle-picker-control/angle-circle.d.ts.map +1 -1
  69. package/build-types/angle-picker-control/index.d.ts +1 -1
  70. package/build-types/angle-picker-control/index.d.ts.map +1 -1
  71. package/build-types/angle-picker-control/stories/index.story.d.ts +1 -1
  72. package/build-types/angle-picker-control/stories/index.story.d.ts.map +1 -1
  73. package/build-types/animate/index.d.ts.map +1 -1
  74. package/build-types/animate/stories/index.story.d.ts.map +1 -1
  75. package/build-types/autocomplete/autocompleter-ui.d.ts +1 -1
  76. package/build-types/autocomplete/autocompleter-ui.d.ts.map +1 -1
  77. package/build-types/autocomplete/get-default-use-items.d.ts.map +1 -1
  78. package/build-types/autocomplete/index.d.ts +3 -3
  79. package/build-types/autocomplete/index.d.ts.map +1 -1
  80. package/build-types/badge/index.d.ts.map +1 -1
  81. package/build-types/badge/stories/index.story.d.ts.map +1 -1
  82. package/build-types/base-control/hooks.d.ts +4 -4
  83. package/build-types/base-control/index.d.ts +2 -2
  84. package/build-types/base-control/index.d.ts.map +1 -1
  85. package/build-types/base-control/stories/index.story.d.ts.map +1 -1
  86. package/build-types/border-box-control/border-box-control/component.d.ts +4 -4
  87. package/build-types/border-box-control/border-box-control/component.d.ts.map +1 -1
  88. package/build-types/border-box-control/border-box-control/hook.d.ts +124 -124
  89. package/build-types/border-box-control/border-box-control/hook.d.ts.map +1 -1
  90. package/build-types/border-box-control/border-box-control-linked-button/component.d.ts.map +1 -1
  91. package/build-types/border-box-control/border-box-control-linked-button/hook.d.ts +117 -117
  92. package/build-types/border-box-control/border-box-control-split-controls/component.d.ts +4 -4
  93. package/build-types/border-box-control/border-box-control-split-controls/component.d.ts.map +1 -1
  94. package/build-types/border-box-control/border-box-control-split-controls/hook.d.ts +116 -116
  95. package/build-types/border-box-control/border-box-control-visualizer/component.d.ts.map +1 -1
  96. package/build-types/border-box-control/border-box-control-visualizer/hook.d.ts +106 -106
  97. package/build-types/border-box-control/stories/index.story.d.ts +5 -5
  98. package/build-types/border-box-control/stories/index.story.d.ts.map +1 -1
  99. package/build-types/border-box-control/styles.d.ts +3 -3
  100. package/build-types/border-box-control/styles.d.ts.map +1 -1
  101. package/build-types/border-box-control/utils.d.ts.map +1 -1
  102. package/build-types/border-control/border-control/component.d.ts +5 -5
  103. package/build-types/border-control/border-control/component.d.ts.map +1 -1
  104. package/build-types/border-control/border-control/hook.d.ts +129 -129
  105. package/build-types/border-control/border-control/hook.d.ts.map +1 -1
  106. package/build-types/border-control/border-control-dropdown/component.d.ts +3 -3
  107. package/build-types/border-control/border-control-dropdown/component.d.ts.map +1 -1
  108. package/build-types/border-control/border-control-dropdown/hook.d.ts +122 -122
  109. package/build-types/border-control/border-control-dropdown/hook.d.ts.map +1 -1
  110. package/build-types/border-control/border-control-style-picker/component.d.ts +1 -1
  111. package/build-types/border-control/border-control-style-picker/component.d.ts.map +1 -1
  112. package/build-types/border-control/stories/index.story.d.ts +30 -30
  113. package/build-types/border-control/stories/index.story.d.ts.map +1 -1
  114. package/build-types/border-control/styles.d.ts +2 -2
  115. package/build-types/border-control/styles.d.ts.map +1 -1
  116. package/build-types/box-control/index.d.ts +1 -1
  117. package/build-types/box-control/index.d.ts.map +1 -1
  118. package/build-types/box-control/stories/index.story.d.ts.map +1 -1
  119. package/build-types/box-control/styles/box-control-styles.d.ts +15 -15
  120. package/build-types/box-control/styles/box-control-styles.d.ts.map +1 -1
  121. package/build-types/box-control/utils.d.ts +2 -2
  122. package/build-types/box-control/utils.d.ts.map +1 -1
  123. package/build-types/button/deprecated.d.ts +34 -34
  124. package/build-types/button/deprecated.d.ts.map +1 -1
  125. package/build-types/button/index.d.ts.map +1 -1
  126. package/build-types/button/stories/e2e/index.story.d.ts.map +1 -1
  127. package/build-types/button/stories/index.story.d.ts.map +1 -1
  128. package/build-types/button-group/index.d.ts.map +1 -1
  129. package/build-types/button-group/stories/index.story.d.ts.map +1 -1
  130. package/build-types/calendar/date-calendar/index.d.ts.map +1 -1
  131. package/build-types/calendar/date-range-calendar/index.d.ts +1 -1
  132. package/build-types/calendar/date-range-calendar/index.d.ts.map +1 -1
  133. package/build-types/calendar/stories/date-calendar.story.d.ts.map +1 -1
  134. package/build-types/calendar/stories/date-range-calendar.story.d.ts.map +1 -1
  135. package/build-types/calendar/test/__utils__/index.d.ts.map +1 -1
  136. package/build-types/calendar/utils/constants.d.ts +2 -2
  137. package/build-types/calendar/utils/constants.d.ts.map +1 -1
  138. package/build-types/calendar/utils/use-localization-props.d.ts +3 -3
  139. package/build-types/calendar/utils/use-localization-props.d.ts.map +1 -1
  140. package/build-types/card/card/component.d.ts.map +1 -1
  141. package/build-types/card/card/hook.d.ts +110 -110
  142. package/build-types/card/card-body/component.d.ts.map +1 -1
  143. package/build-types/card/card-body/hook.d.ts +107 -107
  144. package/build-types/card/card-divider/component.d.ts +2 -2
  145. package/build-types/card/card-divider/component.d.ts.map +1 -1
  146. package/build-types/card/card-divider/hook.d.ts +108 -108
  147. package/build-types/card/card-footer/component.d.ts.map +1 -1
  148. package/build-types/card/card-footer/hook.d.ts +113 -113
  149. package/build-types/card/card-header/component.d.ts.map +1 -1
  150. package/build-types/card/card-header/hook.d.ts +113 -113
  151. package/build-types/card/card-media/component.d.ts.map +1 -1
  152. package/build-types/card/card-media/hook.d.ts +106 -106
  153. package/build-types/card/get-padding-by-size.d.ts +1 -1
  154. package/build-types/card/get-padding-by-size.d.ts.map +1 -1
  155. package/build-types/card/stories/index.story.d.ts.map +1 -1
  156. package/build-types/checkbox-control/index.d.ts.map +1 -1
  157. package/build-types/checkbox-control/stories/index.story.d.ts.map +1 -1
  158. package/build-types/circular-option-picker/circular-option-picker-actions.d.ts +1 -1
  159. package/build-types/circular-option-picker/circular-option-picker-actions.d.ts.map +1 -1
  160. package/build-types/circular-option-picker/circular-option-picker.d.ts +8 -0
  161. package/build-types/circular-option-picker/circular-option-picker.d.ts.map +1 -1
  162. package/build-types/circular-option-picker/index.d.ts.map +1 -1
  163. package/build-types/circular-option-picker/stories/index.story.d.ts.map +1 -1
  164. package/build-types/color-indicator/index.d.ts +1 -1
  165. package/build-types/color-indicator/index.d.ts.map +1 -1
  166. package/build-types/color-indicator/stories/index.story.d.ts.map +1 -1
  167. package/build-types/color-palette/index.d.ts.map +1 -1
  168. package/build-types/color-palette/stories/index.story.d.ts +1 -0
  169. package/build-types/color-palette/stories/index.story.d.ts.map +1 -1
  170. package/build-types/color-palette/styles.d.ts +5 -5
  171. package/build-types/color-palette/types.d.ts +16 -2
  172. package/build-types/color-palette/types.d.ts.map +1 -1
  173. package/build-types/color-palette/utils.d.ts +1 -1
  174. package/build-types/color-palette/utils.d.ts.map +1 -1
  175. package/build-types/color-picker/color-copy-button.d.ts.map +1 -1
  176. package/build-types/color-picker/color-input.d.ts.map +1 -1
  177. package/build-types/color-picker/component.d.ts +1 -1
  178. package/build-types/color-picker/component.d.ts.map +1 -1
  179. package/build-types/color-picker/hex-input.d.ts.map +1 -1
  180. package/build-types/color-picker/hsl-input.d.ts.map +1 -1
  181. package/build-types/color-picker/input-with-slider.d.ts.map +1 -1
  182. package/build-types/color-picker/legacy-adapter.d.ts.map +1 -1
  183. package/build-types/color-picker/picker.d.ts.map +1 -1
  184. package/build-types/color-picker/rgb-input.d.ts.map +1 -1
  185. package/build-types/color-picker/stories/index.story.d.ts.map +1 -1
  186. package/build-types/color-picker/styles.d.ts +20 -20
  187. package/build-types/color-picker/styles.d.ts.map +1 -1
  188. package/build-types/combobox-control/index.d.ts.map +1 -1
  189. package/build-types/combobox-control/stories/index.story.d.ts +8 -8
  190. package/build-types/combobox-control/stories/index.story.d.ts.map +1 -1
  191. package/build-types/combobox-control/styles.d.ts +1 -1
  192. package/build-types/composite/index.d.ts +25 -25
  193. package/build-types/composite/legacy/stories/index.story.d.ts.map +1 -1
  194. package/build-types/composite/legacy/stories/utils.d.ts.map +1 -1
  195. package/build-types/composite/stories/index.story.d.ts.map +1 -1
  196. package/build-types/confirm-dialog/component.d.ts.map +1 -1
  197. package/build-types/confirm-dialog/stories/index.story.d.ts +2 -2
  198. package/build-types/confirm-dialog/stories/index.story.d.ts.map +1 -1
  199. package/build-types/context/constants.d.ts +3 -3
  200. package/build-types/context/constants.d.ts.map +1 -1
  201. package/build-types/context/context-system-provider.d.ts +4 -4
  202. package/build-types/context/context-system-provider.d.ts.map +1 -1
  203. package/build-types/context/use-context-system.d.ts +4 -4
  204. package/build-types/context/use-context-system.d.ts.map +1 -1
  205. package/build-types/context/utils.d.ts +2 -2
  206. package/build-types/context/utils.d.ts.map +1 -1
  207. package/build-types/custom-gradient-picker/constants.d.ts +2 -2
  208. package/build-types/custom-gradient-picker/constants.d.ts.map +1 -1
  209. package/build-types/custom-gradient-picker/gradient-bar/control-points.d.ts +1 -1
  210. package/build-types/custom-gradient-picker/gradient-bar/control-points.d.ts.map +1 -1
  211. package/build-types/custom-gradient-picker/gradient-bar/index.d.ts +1 -1
  212. package/build-types/custom-gradient-picker/gradient-bar/index.d.ts.map +1 -1
  213. package/build-types/custom-gradient-picker/index.d.ts +1 -1
  214. package/build-types/custom-gradient-picker/index.d.ts.map +1 -1
  215. package/build-types/custom-gradient-picker/serializer.d.ts +3 -3
  216. package/build-types/custom-gradient-picker/serializer.d.ts.map +1 -1
  217. package/build-types/custom-gradient-picker/stories/index.story.d.ts.map +1 -1
  218. package/build-types/custom-gradient-picker/styles/custom-gradient-picker-styles.d.ts +2 -2
  219. package/build-types/custom-select-control/index.d.ts.map +1 -1
  220. package/build-types/custom-select-control/stories/index.story.d.ts.map +1 -1
  221. package/build-types/custom-select-control-v2/custom-select.d.ts.map +1 -1
  222. package/build-types/custom-select-control-v2/index.d.ts.map +1 -1
  223. package/build-types/custom-select-control-v2/item.d.ts.map +1 -1
  224. package/build-types/custom-select-control-v2/stories/index.story.d.ts +6 -6
  225. package/build-types/custom-select-control-v2/stories/index.story.d.ts.map +1 -1
  226. package/build-types/custom-select-control-v2/styles.d.ts +6 -6
  227. package/build-types/dashicon/index.d.ts.map +1 -1
  228. package/build-types/date-time/date-picker/index.d.ts +1 -1
  229. package/build-types/date-time/date-picker/index.d.ts.map +1 -1
  230. package/build-types/date-time/date-picker/styles.d.ts +9 -9
  231. package/build-types/date-time/date-picker/use-lilius/index.d.ts.map +1 -1
  232. package/build-types/date-time/date-time/index.d.ts +1 -1
  233. package/build-types/date-time/date-time/index.d.ts.map +1 -1
  234. package/build-types/date-time/date-time/styles.d.ts +4 -4
  235. package/build-types/date-time/index.d.ts.map +1 -1
  236. package/build-types/date-time/stories/date-time.story.d.ts.map +1 -1
  237. package/build-types/date-time/stories/date.story.d.ts.map +1 -1
  238. package/build-types/date-time/stories/time.story.d.ts.map +1 -1
  239. package/build-types/date-time/time-picker/index.d.ts +1 -1
  240. package/build-types/date-time/time-picker/index.d.ts.map +1 -1
  241. package/build-types/date-time/time-picker/styles.d.ts +28 -28
  242. package/build-types/date-time/time-picker/time-input/index.d.ts +1 -1
  243. package/build-types/date-time/time-picker/time-input/index.d.ts.map +1 -1
  244. package/build-types/date-time/time-picker/timezone.d.ts.map +1 -1
  245. package/build-types/date-time/utils.d.ts.map +1 -1
  246. package/build-types/disabled/context.d.ts.map +1 -1
  247. package/build-types/disabled/index.d.ts +2 -0
  248. package/build-types/disabled/index.d.ts.map +1 -1
  249. package/build-types/disabled/stories/index.story.d.ts.map +1 -1
  250. package/build-types/disclosure/index.d.ts.map +1 -1
  251. package/build-types/divider/component.d.ts +2 -2
  252. package/build-types/divider/component.d.ts.map +1 -1
  253. package/build-types/divider/stories/index.story.d.ts.map +1 -1
  254. package/build-types/divider/styles.d.ts +2 -2
  255. package/build-types/draggable/index.d.ts +1 -1
  256. package/build-types/draggable/index.d.ts.map +1 -1
  257. package/build-types/draggable/stories/index.story.d.ts.map +1 -1
  258. package/build-types/drop-zone/index.d.ts.map +1 -1
  259. package/build-types/drop-zone/provider.d.ts +1 -1
  260. package/build-types/drop-zone/provider.d.ts.map +1 -1
  261. package/build-types/drop-zone/stories/index.story.d.ts +1 -1
  262. package/build-types/drop-zone/stories/index.story.d.ts.map +1 -1
  263. package/build-types/dropdown/dropdown-content-wrapper.d.ts.map +1 -1
  264. package/build-types/dropdown/index.d.ts.map +1 -1
  265. package/build-types/dropdown/stories/index.story.d.ts.map +1 -1
  266. package/build-types/dropdown-menu/index.d.ts.map +1 -1
  267. package/build-types/dropdown-menu/stories/index.story.d.ts.map +1 -1
  268. package/build-types/duotone-picker/color-list-picker/index.d.ts +1 -1
  269. package/build-types/duotone-picker/color-list-picker/index.d.ts.map +1 -1
  270. package/build-types/duotone-picker/custom-duotone-bar.d.ts +1 -1
  271. package/build-types/duotone-picker/custom-duotone-bar.d.ts.map +1 -1
  272. package/build-types/duotone-picker/duotone-picker.d.ts.map +1 -1
  273. package/build-types/duotone-picker/duotone-swatch.d.ts.map +1 -1
  274. package/build-types/duotone-picker/stories/duotone-picker.story.d.ts.map +1 -1
  275. package/build-types/duotone-picker/stories/duotone-swatch.story.d.ts.map +1 -1
  276. package/build-types/elevation/component.d.ts.map +1 -1
  277. package/build-types/elevation/hook.d.ts +105 -105
  278. package/build-types/elevation/stories/index.story.d.ts.map +1 -1
  279. package/build-types/external-link/index.d.ts.map +1 -1
  280. package/build-types/external-link/stories/index.story.d.ts.map +1 -1
  281. package/build-types/flex/context.d.ts +2 -2
  282. package/build-types/flex/flex/component.d.ts.map +1 -1
  283. package/build-types/flex/flex/hook.d.ts +108 -108
  284. package/build-types/flex/flex-block/component.d.ts.map +1 -1
  285. package/build-types/flex/flex-block/hook.d.ts +106 -106
  286. package/build-types/flex/flex-item/component.d.ts.map +1 -1
  287. package/build-types/flex/flex-item/hook.d.ts +106 -106
  288. package/build-types/flex/stories/index.story.d.ts.map +1 -1
  289. package/build-types/focal-point-picker/controls.d.ts +1 -1
  290. package/build-types/focal-point-picker/controls.d.ts.map +1 -1
  291. package/build-types/focal-point-picker/index.d.ts +16 -11
  292. package/build-types/focal-point-picker/index.d.ts.map +1 -1
  293. package/build-types/focal-point-picker/stories/index.story.d.ts +16 -16
  294. package/build-types/focal-point-picker/stories/index.story.d.ts.map +1 -1
  295. package/build-types/focal-point-picker/styles/focal-point-picker-style.d.ts +254 -254
  296. package/build-types/focal-point-picker/utils.d.ts.map +1 -1
  297. package/build-types/font-size-picker/constants.d.ts +2 -2
  298. package/build-types/font-size-picker/font-size-picker-select.d.ts.map +1 -1
  299. package/build-types/font-size-picker/font-size-picker-toggle-group.d.ts.map +1 -1
  300. package/build-types/font-size-picker/index.d.ts.map +1 -1
  301. package/build-types/font-size-picker/stories/e2e/index.story.d.ts.map +1 -1
  302. package/build-types/font-size-picker/stories/index.story.d.ts.map +1 -1
  303. package/build-types/font-size-picker/styles.d.ts +5 -5
  304. package/build-types/form-file-upload/index.d.ts.map +1 -1
  305. package/build-types/form-file-upload/stories/index.story.d.ts.map +1 -1
  306. package/build-types/form-toggle/index.d.ts +1 -1
  307. package/build-types/form-toggle/index.d.ts.map +1 -1
  308. package/build-types/form-toggle/stories/index.story.d.ts.map +1 -1
  309. package/build-types/form-token-field/index.d.ts.map +1 -1
  310. package/build-types/form-token-field/stories/index.story.d.ts.map +1 -1
  311. package/build-types/form-token-field/styles.d.ts +1 -1
  312. package/build-types/form-token-field/suggestions-list.d.ts +1 -1
  313. package/build-types/form-token-field/suggestions-list.d.ts.map +1 -1
  314. package/build-types/form-token-field/token-input.d.ts +1 -1
  315. package/build-types/form-token-field/token-input.d.ts.map +1 -1
  316. package/build-types/form-token-field/token.d.ts +1 -1
  317. package/build-types/form-token-field/token.d.ts.map +1 -1
  318. package/build-types/gradient-picker/index.d.ts.map +1 -1
  319. package/build-types/gradient-picker/stories/index.story.d.ts.map +1 -1
  320. package/build-types/grid/component.d.ts.map +1 -1
  321. package/build-types/grid/hook.d.ts +106 -106
  322. package/build-types/grid/stories/index.story.d.ts.map +1 -1
  323. package/build-types/grid/utils.d.ts.map +1 -1
  324. package/build-types/guide/index.d.ts +1 -1
  325. package/build-types/guide/index.d.ts.map +1 -1
  326. package/build-types/guide/page-control.d.ts +1 -1
  327. package/build-types/guide/page-control.d.ts.map +1 -1
  328. package/build-types/guide/stories/index.story.d.ts.map +1 -1
  329. package/build-types/h-stack/component.d.ts +3 -3
  330. package/build-types/h-stack/component.d.ts.map +1 -1
  331. package/build-types/h-stack/hook.d.ts +107 -107
  332. package/build-types/h-stack/stories/e2e/index.story.d.ts.map +1 -1
  333. package/build-types/h-stack/stories/index.story.d.ts.map +1 -1
  334. package/build-types/heading/component.d.ts +4 -4
  335. package/build-types/heading/component.d.ts.map +1 -1
  336. package/build-types/heading/hook.d.ts +107 -107
  337. package/build-types/heading/stories/index.story.d.ts.map +1 -1
  338. package/build-types/higher-order/navigate-regions/index.d.ts.map +1 -1
  339. package/build-types/higher-order/with-constrained-tabbing/index.d.ts.map +1 -1
  340. package/build-types/higher-order/with-fallback-styles/index.d.ts +1 -1
  341. package/build-types/higher-order/with-fallback-styles/index.d.ts.map +1 -1
  342. package/build-types/higher-order/with-filters/index.d.ts +2 -2
  343. package/build-types/higher-order/with-focus-outside/index.d.ts.map +1 -1
  344. package/build-types/higher-order/with-focus-return/index.d.ts.map +1 -1
  345. package/build-types/higher-order/with-notices/index.d.ts +3 -3
  346. package/build-types/higher-order/with-notices/index.d.ts.map +1 -1
  347. package/build-types/higher-order/with-spoken-messages/index.d.ts.map +1 -1
  348. package/build-types/icon/index.d.ts.map +1 -1
  349. package/build-types/icon/stories/index.story.d.ts.map +1 -1
  350. package/build-types/input-control/backdrop.d.ts.map +1 -1
  351. package/build-types/input-control/index.d.ts.map +1 -1
  352. package/build-types/input-control/input-base.d.ts.map +1 -1
  353. package/build-types/input-control/input-field.d.ts +1 -1
  354. package/build-types/input-control/input-field.d.ts.map +1 -1
  355. package/build-types/input-control/input-prefix-wrapper.d.ts.map +1 -1
  356. package/build-types/input-control/input-suffix-wrapper.d.ts.map +1 -1
  357. package/build-types/input-control/reducer/reducer.d.ts +9 -9
  358. package/build-types/input-control/reducer/reducer.d.ts.map +1 -1
  359. package/build-types/input-control/stories/index.story.d.ts.map +1 -1
  360. package/build-types/input-control/styles/input-control-styles.d.ts +3 -3
  361. package/build-types/input-control/styles/input-control-styles.d.ts.map +1 -1
  362. package/build-types/isolated-event-container/index.d.ts.map +1 -1
  363. package/build-types/item-group/item/component.d.ts.map +1 -1
  364. package/build-types/item-group/item/hook.d.ts +104 -104
  365. package/build-types/item-group/item-group/component.d.ts.map +1 -1
  366. package/build-types/item-group/item-group/hook.d.ts +105 -105
  367. package/build-types/item-group/stories/index.story.d.ts.map +1 -1
  368. package/build-types/item-group/styles.d.ts +1 -1
  369. package/build-types/item-group/styles.d.ts.map +1 -1
  370. package/build-types/keyboard-shortcuts/index.d.ts +1 -1
  371. package/build-types/keyboard-shortcuts/index.d.ts.map +1 -1
  372. package/build-types/keyboard-shortcuts/stories/index.story.d.ts.map +1 -1
  373. package/build-types/lock-unlock.d.ts +1 -2
  374. package/build-types/lock-unlock.d.ts.map +1 -1
  375. package/build-types/menu/group-label.d.ts +1 -1
  376. package/build-types/menu/group.d.ts +1 -1
  377. package/build-types/menu/index.d.ts +5 -5
  378. package/build-types/menu/index.d.ts.map +1 -1
  379. package/build-types/menu/item-help-text.d.ts +1 -1
  380. package/build-types/menu/item-label.d.ts +1 -1
  381. package/build-types/menu/separator.d.ts +1 -1
  382. package/build-types/menu/stories/index.story.d.ts.map +1 -1
  383. package/build-types/menu/styles.d.ts +7 -7
  384. package/build-types/menu-group/index.d.ts.map +1 -1
  385. package/build-types/menu-group/stories/index.story.d.ts.map +1 -1
  386. package/build-types/menu-item/index.d.ts +2 -2
  387. package/build-types/menu-item/index.d.ts.map +1 -1
  388. package/build-types/menu-item/stories/index.story.d.ts +8 -8
  389. package/build-types/menu-item/stories/index.story.d.ts.map +1 -1
  390. package/build-types/menu-items-choice/index.d.ts +1 -1
  391. package/build-types/menu-items-choice/index.d.ts.map +1 -1
  392. package/build-types/menu-items-choice/stories/index.story.d.ts.map +1 -1
  393. package/build-types/mobile/image/constants.d.ts +4 -4
  394. package/build-types/mobile/image/constants.d.ts.map +1 -1
  395. package/build-types/modal/index.d.ts.map +1 -1
  396. package/build-types/modal/stories/index.story.d.ts.map +1 -1
  397. package/build-types/modal/use-modal-exit-animation.d.ts +0 -3
  398. package/build-types/modal/use-modal-exit-animation.d.ts.map +1 -1
  399. package/build-types/navigable-container/container.d.ts +2 -2
  400. package/build-types/navigable-container/container.d.ts.map +1 -1
  401. package/build-types/navigable-container/menu.d.ts +1 -1
  402. package/build-types/navigable-container/menu.d.ts.map +1 -1
  403. package/build-types/navigable-container/stories/navigable-menu.story.d.ts.map +1 -1
  404. package/build-types/navigable-container/stories/tabbable-container.story.d.ts.map +1 -1
  405. package/build-types/navigable-container/tabbable.d.ts +2 -2
  406. package/build-types/navigable-container/tabbable.d.ts.map +1 -1
  407. package/build-types/navigation/back-button/index.d.ts.map +1 -1
  408. package/build-types/navigation/group/index.d.ts +1 -1
  409. package/build-types/navigation/group/index.d.ts.map +1 -1
  410. package/build-types/navigation/index.d.ts +1 -1
  411. package/build-types/navigation/index.d.ts.map +1 -1
  412. package/build-types/navigation/item/index.d.ts.map +1 -1
  413. package/build-types/navigation/item/use-navigation-tree-item.d.ts.map +1 -1
  414. package/build-types/navigation/menu/index.d.ts.map +1 -1
  415. package/build-types/navigation/menu/menu-title-search.d.ts.map +1 -1
  416. package/build-types/navigation/menu/menu-title.d.ts +1 -1
  417. package/build-types/navigation/menu/menu-title.d.ts.map +1 -1
  418. package/build-types/navigation/menu/search-no-results-found.d.ts +1 -1
  419. package/build-types/navigation/menu/search-no-results-found.d.ts.map +1 -1
  420. package/build-types/navigation/menu/use-navigation-tree-menu.d.ts.map +1 -1
  421. package/build-types/navigation/stories/index.story.d.ts.map +1 -1
  422. package/build-types/navigation/styles/navigation-styles.d.ts +6 -6
  423. package/build-types/navigation/utils.d.ts.map +1 -1
  424. package/build-types/navigator/index.d.ts +12 -12
  425. package/build-types/navigator/legacy.d.ts +18 -18
  426. package/build-types/navigator/navigator-back-button/component.d.ts +6 -6
  427. package/build-types/navigator/navigator-back-button/hook.d.ts +136 -136
  428. package/build-types/navigator/navigator-button/component.d.ts +6 -6
  429. package/build-types/navigator/navigator-button/hook.d.ts +136 -136
  430. package/build-types/navigator/navigator-screen/use-screen-animate-presence.d.ts +1 -1
  431. package/build-types/navigator/navigator-screen/use-screen-animate-presence.d.ts.map +1 -1
  432. package/build-types/navigator/navigator-to-parent-button/component.d.ts +6 -6
  433. package/build-types/navigator/stories/index.story.d.ts.map +1 -1
  434. package/build-types/navigator/styles.d.ts.map +1 -1
  435. package/build-types/notice/index.d.ts +1 -1
  436. package/build-types/notice/index.d.ts.map +1 -1
  437. package/build-types/notice/list.d.ts +1 -1
  438. package/build-types/notice/list.d.ts.map +1 -1
  439. package/build-types/notice/stories/index.story.d.ts.map +1 -1
  440. package/build-types/number-control/index.d.ts +7 -7
  441. package/build-types/number-control/index.d.ts.map +1 -1
  442. package/build-types/number-control/stories/index.story.d.ts +7 -7
  443. package/build-types/number-control/stories/index.story.d.ts.map +1 -1
  444. package/build-types/palette-edit/index.d.ts +1 -1
  445. package/build-types/palette-edit/index.d.ts.map +1 -1
  446. package/build-types/palette-edit/stories/index.story.d.ts.map +1 -1
  447. package/build-types/palette-edit/styles.d.ts +759 -759
  448. package/build-types/panel/body.d.ts.map +1 -1
  449. package/build-types/panel/header.d.ts.map +1 -1
  450. package/build-types/panel/index.d.ts.map +1 -1
  451. package/build-types/panel/row.d.ts.map +1 -1
  452. package/build-types/panel/stories/index.story.d.ts.map +1 -1
  453. package/build-types/placeholder/index.d.ts.map +1 -1
  454. package/build-types/placeholder/stories/index.story.d.ts.map +1 -1
  455. package/build-types/popover/index.d.ts +1 -1
  456. package/build-types/popover/index.d.ts.map +1 -1
  457. package/build-types/popover/overlay-middlewares.d.ts +2 -2
  458. package/build-types/popover/stories/e2e/index.story.d.ts +1 -1
  459. package/build-types/popover/stories/e2e/index.story.d.ts.map +1 -1
  460. package/build-types/popover/stories/index.story.d.ts.map +1 -1
  461. package/build-types/popover/test/utils/index.d.ts.map +1 -1
  462. package/build-types/popover/utils.d.ts +3 -3
  463. package/build-types/popover/utils.d.ts.map +1 -1
  464. package/build-types/progress-bar/index.d.ts +1 -1
  465. package/build-types/progress-bar/index.d.ts.map +1 -1
  466. package/build-types/progress-bar/stories/index.story.d.ts +1 -1
  467. package/build-types/progress-bar/stories/index.story.d.ts.map +1 -1
  468. package/build-types/query-controls/author-select.d.ts +1 -1
  469. package/build-types/query-controls/author-select.d.ts.map +1 -1
  470. package/build-types/query-controls/index.d.ts.map +1 -1
  471. package/build-types/query-controls/stories/index.story.d.ts.map +1 -1
  472. package/build-types/radio-control/index.d.ts.map +1 -1
  473. package/build-types/radio-control/stories/index.story.d.ts.map +1 -1
  474. package/build-types/radio-group/index.d.ts.map +1 -1
  475. package/build-types/radio-group/radio.d.ts +1 -1
  476. package/build-types/radio-group/radio.d.ts.map +1 -1
  477. package/build-types/radio-group/stories/index.story.d.ts.map +1 -1
  478. package/build-types/range-control/index.d.ts +8 -8
  479. package/build-types/range-control/index.d.ts.map +1 -1
  480. package/build-types/range-control/input-range.d.ts +1 -1
  481. package/build-types/range-control/input-range.d.ts.map +1 -1
  482. package/build-types/range-control/stories/index.story.d.ts.map +1 -1
  483. package/build-types/range-control/styles/range-control-styles.d.ts +9 -9
  484. package/build-types/range-control/styles/range-control-styles.d.ts.map +1 -1
  485. package/build-types/range-control/utils.d.ts +1 -1
  486. package/build-types/range-control/utils.d.ts.map +1 -1
  487. package/build-types/resizable-box/index.d.ts.map +1 -1
  488. package/build-types/resizable-box/resize-tooltip/index.d.ts.map +1 -1
  489. package/build-types/resizable-box/resize-tooltip/label.d.ts.map +1 -1
  490. package/build-types/resizable-box/resize-tooltip/styles/resize-tooltip.styles.d.ts +1 -1
  491. package/build-types/resizable-box/resize-tooltip/utils.d.ts +3 -3
  492. package/build-types/resizable-box/resize-tooltip/utils.d.ts.map +1 -1
  493. package/build-types/resizable-box/stories/index.story.d.ts +2 -2
  494. package/build-types/resizable-box/stories/index.story.d.ts.map +1 -1
  495. package/build-types/responsive-wrapper/index.d.ts +1 -1
  496. package/build-types/responsive-wrapper/index.d.ts.map +1 -1
  497. package/build-types/responsive-wrapper/stories/index.story.d.ts.map +1 -1
  498. package/build-types/sandbox/index.d.ts.map +1 -1
  499. package/build-types/sandbox/stories/index.story.d.ts.map +1 -1
  500. package/build-types/scroll-lock/index.d.ts.map +1 -1
  501. package/build-types/scroll-lock/stories/index.story.d.ts.map +1 -1
  502. package/build-types/scrollable/component.d.ts.map +1 -1
  503. package/build-types/scrollable/hook.d.ts +106 -106
  504. package/build-types/scrollable/stories/index.story.d.ts.map +1 -1
  505. package/build-types/search-control/index.d.ts +9 -9
  506. package/build-types/search-control/index.d.ts.map +1 -1
  507. package/build-types/search-control/stories/index.story.d.ts +9 -9
  508. package/build-types/search-control/stories/index.story.d.ts.map +1 -1
  509. package/build-types/select-control/chevron-down.d.ts.map +1 -1
  510. package/build-types/select-control/index.d.ts +1 -1
  511. package/build-types/select-control/index.d.ts.map +1 -1
  512. package/build-types/select-control/stories/index.story.d.ts.map +1 -1
  513. package/build-types/select-control/styles/select-control-styles.d.ts +2 -2
  514. package/build-types/shortcut/index.d.ts.map +1 -1
  515. package/build-types/shortcut/stories/index.story.d.ts.map +1 -1
  516. package/build-types/slot-fill/bubbles-virtually/slot.d.ts +1 -1
  517. package/build-types/slot-fill/bubbles-virtually/slot.d.ts.map +1 -1
  518. package/build-types/slot-fill/context.d.ts.map +1 -1
  519. package/build-types/slot-fill/index.d.ts +2 -2
  520. package/build-types/slot-fill/index.d.ts.map +1 -1
  521. package/build-types/slot-fill/provider.d.ts.map +1 -1
  522. package/build-types/slot-fill/slot.d.ts.map +1 -1
  523. package/build-types/slot-fill/stories/index.story.d.ts.map +1 -1
  524. package/build-types/snackbar/index.d.ts +3 -3
  525. package/build-types/snackbar/index.d.ts.map +1 -1
  526. package/build-types/snackbar/list.d.ts +1 -1
  527. package/build-types/snackbar/list.d.ts.map +1 -1
  528. package/build-types/snackbar/stories/index.story.d.ts.map +1 -1
  529. package/build-types/snackbar/stories/list.story.d.ts.map +1 -1
  530. package/build-types/spacer/component.d.ts.map +1 -1
  531. package/build-types/spacer/hook.d.ts +106 -106
  532. package/build-types/spacer/stories/index.story.d.ts.map +1 -1
  533. package/build-types/spinner/index.d.ts.map +1 -1
  534. package/build-types/spinner/stories/index.story.d.ts.map +1 -1
  535. package/build-types/style-provider/index.d.ts +0 -3
  536. package/build-types/style-provider/index.d.ts.map +1 -1
  537. package/build-types/style-provider/test/index.d.ts +2 -0
  538. package/build-types/style-provider/test/index.d.ts.map +1 -0
  539. package/build-types/surface/component.d.ts.map +1 -1
  540. package/build-types/surface/hook.d.ts +106 -106
  541. package/build-types/surface/stories/index.story.d.ts.map +1 -1
  542. package/build-types/surface/styles.d.ts +1 -1
  543. package/build-types/surface/styles.d.ts.map +1 -1
  544. package/build-types/tab-panel/index.d.ts.map +1 -1
  545. package/build-types/tab-panel/stories/index.story.d.ts.map +1 -1
  546. package/build-types/tabs/index.d.ts +1 -1
  547. package/build-types/tabs/stories/index.story.d.ts.map +1 -1
  548. package/build-types/tabs/styles.d.ts +3 -3
  549. package/build-types/tabs/tablist.d.ts +1 -1
  550. package/build-types/text/component.d.ts.map +1 -1
  551. package/build-types/text/hook.d.ts +106 -106
  552. package/build-types/text/stories/index.story.d.ts +3 -3
  553. package/build-types/text/stories/index.story.d.ts.map +1 -1
  554. package/build-types/text/utils.d.ts +1 -1
  555. package/build-types/text/utils.d.ts.map +1 -1
  556. package/build-types/text-control/index.d.ts +3 -3
  557. package/build-types/text-control/index.d.ts.map +1 -1
  558. package/build-types/text-control/stories/index.story.d.ts.map +1 -1
  559. package/build-types/text-highlight/index.d.ts +4 -19
  560. package/build-types/text-highlight/index.d.ts.map +1 -1
  561. package/build-types/text-highlight/stories/index.story.d.ts.map +1 -1
  562. package/build-types/textarea-control/index.d.ts +3 -3
  563. package/build-types/textarea-control/index.d.ts.map +1 -1
  564. package/build-types/textarea-control/stories/index.story.d.ts.map +1 -1
  565. package/build-types/theme/color-algorithms.d.ts +1 -1
  566. package/build-types/theme/color-algorithms.d.ts.map +1 -1
  567. package/build-types/theme/index.d.ts.map +1 -1
  568. package/build-types/theme/stories/index.story.d.ts +1 -1
  569. package/build-types/theme/stories/index.story.d.ts.map +1 -1
  570. package/build-types/theme/styles.d.ts.map +1 -1
  571. package/build-types/tip/index.d.ts.map +1 -1
  572. package/build-types/tip/stories/index.story.d.ts.map +1 -1
  573. package/build-types/toggle-control/index.d.ts +2 -2
  574. package/build-types/toggle-control/index.d.ts.map +1 -1
  575. package/build-types/toggle-control/stories/index.story.d.ts +4 -4
  576. package/build-types/toggle-control/stories/index.story.d.ts.map +1 -1
  577. package/build-types/toggle-group-control/context.d.ts.map +1 -1
  578. package/build-types/toggle-group-control/stories/index.story.d.ts.map +1 -1
  579. package/build-types/toggle-group-control/toggle-group-control/as-button-group.d.ts +1 -1
  580. package/build-types/toggle-group-control/toggle-group-control/as-radio-group.d.ts +1 -1
  581. package/build-types/toggle-group-control/toggle-group-control/component.d.ts +2 -2
  582. package/build-types/toggle-group-control/toggle-group-control/component.d.ts.map +1 -1
  583. package/build-types/toggle-group-control/toggle-group-control/styles.d.ts +3 -3
  584. package/build-types/toggle-group-control/toggle-group-control/styles.d.ts.map +1 -1
  585. package/build-types/toggle-group-control/toggle-group-control-option/component.d.ts +2 -2
  586. package/build-types/toggle-group-control/toggle-group-control-option/component.d.ts.map +1 -1
  587. package/build-types/toggle-group-control/toggle-group-control-option-base/component.d.ts +1 -1
  588. package/build-types/toggle-group-control/toggle-group-control-option-base/component.d.ts.map +1 -1
  589. package/build-types/toggle-group-control/toggle-group-control-option-base/styles.d.ts +1 -1
  590. package/build-types/toggle-group-control/toggle-group-control-option-base/styles.d.ts.map +1 -1
  591. package/build-types/toggle-group-control/toggle-group-control-option-icon/component.d.ts +1 -1
  592. package/build-types/toggle-group-control/toggle-group-control-option-icon/component.d.ts.map +1 -1
  593. package/build-types/toolbar/index.d.ts +6 -6
  594. package/build-types/toolbar/index.d.ts.map +1 -1
  595. package/build-types/toolbar/stories/index.story.d.ts.map +1 -1
  596. package/build-types/toolbar/toolbar/index.d.ts.map +1 -1
  597. package/build-types/toolbar/toolbar/toolbar-container.d.ts.map +1 -1
  598. package/build-types/toolbar/toolbar-button/index.d.ts.map +1 -1
  599. package/build-types/toolbar/toolbar-button/toolbar-button-container.d.ts.map +1 -1
  600. package/build-types/toolbar/toolbar-context/index.d.ts.map +1 -1
  601. package/build-types/toolbar/toolbar-dropdown-menu/index.d.ts.map +1 -1
  602. package/build-types/toolbar/toolbar-group/index.d.ts.map +1 -1
  603. package/build-types/toolbar/toolbar-group/toolbar-group-collapsed.d.ts.map +1 -1
  604. package/build-types/toolbar/toolbar-group/toolbar-group-container.d.ts +1 -1
  605. package/build-types/toolbar/toolbar-group/toolbar-group-container.d.ts.map +1 -1
  606. package/build-types/toolbar/toolbar-item/index.d.ts.map +1 -1
  607. package/build-types/tools-panel/stories/index.story.d.ts.map +1 -1
  608. package/build-types/tools-panel/styles.d.ts.map +1 -1
  609. package/build-types/tools-panel/tools-panel/component.d.ts.map +1 -1
  610. package/build-types/tools-panel/tools-panel/hook.d.ts +128 -128
  611. package/build-types/tools-panel/tools-panel/hook.d.ts.map +1 -1
  612. package/build-types/tools-panel/tools-panel-header/component.d.ts.map +1 -1
  613. package/build-types/tools-panel/tools-panel-header/hook.d.ts +116 -116
  614. package/build-types/tools-panel/tools-panel-item/component.d.ts.map +1 -1
  615. package/build-types/tools-panel/tools-panel-item/hook.d.ts +108 -108
  616. package/build-types/tooltip/index.d.ts.map +1 -1
  617. package/build-types/tooltip/stories/index.story.d.ts.map +1 -1
  618. package/build-types/tree-grid/cell.d.ts.map +1 -1
  619. package/build-types/tree-grid/index.d.ts.map +1 -1
  620. package/build-types/tree-grid/item.d.ts.map +1 -1
  621. package/build-types/tree-grid/roving-tab-index-item.d.ts.map +1 -1
  622. package/build-types/tree-grid/roving-tab-index.d.ts +1 -1
  623. package/build-types/tree-grid/roving-tab-index.d.ts.map +1 -1
  624. package/build-types/tree-grid/row.d.ts.map +1 -1
  625. package/build-types/tree-grid/stories/index.story.d.ts.map +1 -1
  626. package/build-types/tree-select/index.d.ts.map +1 -1
  627. package/build-types/tree-select/stories/index.story.d.ts.map +1 -1
  628. package/build-types/truncate/component.d.ts.map +1 -1
  629. package/build-types/truncate/hook.d.ts +106 -106
  630. package/build-types/truncate/stories/index.story.d.ts.map +1 -1
  631. package/build-types/truncate/utils.d.ts +5 -5
  632. package/build-types/truncate/utils.d.ts.map +1 -1
  633. package/build-types/unit-control/index.d.ts +2 -2
  634. package/build-types/unit-control/index.d.ts.map +1 -1
  635. package/build-types/unit-control/stories/index.story.d.ts.map +1 -1
  636. package/build-types/unit-control/styles/unit-control-styles.d.ts +7 -7
  637. package/build-types/unit-control/unit-select-control.d.ts +1 -1
  638. package/build-types/unit-control/unit-select-control.d.ts.map +1 -1
  639. package/build-types/unit-control/utils.d.ts.map +1 -1
  640. package/build-types/utils/breakpoint-values.d.ts.map +1 -1
  641. package/build-types/utils/breakpoint.d.ts +8 -1
  642. package/build-types/utils/breakpoint.d.ts.map +1 -1
  643. package/build-types/utils/colors-values.d.ts +1 -1
  644. package/build-types/utils/colors-values.d.ts.map +1 -1
  645. package/build-types/utils/colors.d.ts +3 -3
  646. package/build-types/utils/colors.d.ts.map +1 -1
  647. package/build-types/utils/deprecated-36px-size.d.ts +1 -1
  648. package/build-types/utils/deprecated-36px-size.d.ts.map +1 -1
  649. package/build-types/utils/dropdown-motion.d.ts +3 -3
  650. package/build-types/utils/dropdown-motion.d.ts.map +1 -1
  651. package/build-types/utils/font-values.d.ts.map +1 -1
  652. package/build-types/utils/font.d.ts +5 -2
  653. package/build-types/utils/font.d.ts.map +1 -1
  654. package/build-types/utils/get-node-text.d.ts.map +1 -1
  655. package/build-types/utils/hooks/index.d.ts +4 -4
  656. package/build-types/utils/hooks/index.d.ts.map +1 -1
  657. package/build-types/utils/hooks/use-animated-offset-rect.d.ts +1 -1
  658. package/build-types/utils/hooks/use-animated-offset-rect.d.ts.map +1 -1
  659. package/build-types/utils/hooks/use-controlled-state.d.ts +2 -8
  660. package/build-types/utils/hooks/use-controlled-state.d.ts.map +1 -1
  661. package/build-types/utils/hooks/use-controlled-value.d.ts +1 -1
  662. package/build-types/utils/hooks/use-controlled-value.d.ts.map +1 -1
  663. package/build-types/utils/hooks/use-update-effect.d.ts +1 -1
  664. package/build-types/utils/hooks/use-update-effect.d.ts.map +1 -1
  665. package/build-types/utils/index.d.ts +2 -2
  666. package/build-types/utils/index.d.ts.map +1 -1
  667. package/build-types/utils/math.d.ts +5 -5
  668. package/build-types/utils/math.d.ts.map +1 -1
  669. package/build-types/utils/rtl.d.ts +11 -16
  670. package/build-types/utils/rtl.d.ts.map +1 -1
  671. package/build-types/utils/strings.d.ts.map +1 -1
  672. package/build-types/utils/style-mixins.d.ts +9 -9
  673. package/build-types/utils/style-mixins.d.ts.map +1 -1
  674. package/build-types/utils/use-responsive-value.d.ts.map +1 -1
  675. package/build-types/utils/values.d.ts +19 -5
  676. package/build-types/utils/values.d.ts.map +1 -1
  677. package/build-types/utils/with-ignore-ime-events.d.ts.map +1 -1
  678. package/build-types/v-stack/component.d.ts +3 -3
  679. package/build-types/v-stack/component.d.ts.map +1 -1
  680. package/build-types/v-stack/hook.d.ts +107 -107
  681. package/build-types/v-stack/stories/e2e/index.story.d.ts.map +1 -1
  682. package/build-types/v-stack/stories/index.story.d.ts +4 -4
  683. package/build-types/v-stack/stories/index.story.d.ts.map +1 -1
  684. package/build-types/validated-form-controls/components/checkbox-control.d.ts +2 -2
  685. package/build-types/validated-form-controls/components/combobox-control.d.ts +2 -2
  686. package/build-types/validated-form-controls/components/number-control.d.ts +7 -7
  687. package/build-types/validated-form-controls/components/radio-control.d.ts +2 -2
  688. package/build-types/validated-form-controls/components/radio-control.d.ts.map +1 -1
  689. package/build-types/validated-form-controls/components/range-control.d.ts +8 -8
  690. package/build-types/validated-form-controls/components/range-control.d.ts.map +1 -1
  691. package/build-types/validated-form-controls/components/select-control.d.ts +1 -1
  692. package/build-types/validated-form-controls/components/stories/checkbox-control.story.d.ts.map +1 -1
  693. package/build-types/validated-form-controls/components/stories/combobox-control.story.d.ts.map +1 -1
  694. package/build-types/validated-form-controls/components/stories/custom-select-control.story.d.ts.map +1 -1
  695. package/build-types/validated-form-controls/components/stories/form-token-field.story.d.ts.map +1 -1
  696. package/build-types/validated-form-controls/components/stories/input-control.story.d.ts.map +1 -1
  697. package/build-types/validated-form-controls/components/stories/number-control.story.d.ts.map +1 -1
  698. package/build-types/validated-form-controls/components/stories/overview.story.d.ts.map +1 -1
  699. package/build-types/validated-form-controls/components/stories/radio-control.story.d.ts.map +1 -1
  700. package/build-types/validated-form-controls/components/stories/range-control.story.d.ts.map +1 -1
  701. package/build-types/validated-form-controls/components/stories/select-control.story.d.ts.map +1 -1
  702. package/build-types/validated-form-controls/components/stories/text-control.story.d.ts.map +1 -1
  703. package/build-types/validated-form-controls/components/stories/textarea-control.story.d.ts.map +1 -1
  704. package/build-types/validated-form-controls/components/stories/toggle-control.story.d.ts.map +1 -1
  705. package/build-types/validated-form-controls/components/stories/toggle-group-control.story.d.ts.map +1 -1
  706. package/build-types/validated-form-controls/components/text-control.d.ts +3 -3
  707. package/build-types/validated-form-controls/components/textarea-control.d.ts +3 -3
  708. package/build-types/validated-form-controls/components/toggle-control.d.ts +2 -2
  709. package/build-types/validated-form-controls/components/toggle-group-control.d.ts +3 -3
  710. package/build-types/validated-form-controls/control-with-error.d.ts +1 -1
  711. package/build-types/validated-form-controls/validity-indicator.d.ts +1 -1
  712. package/build-types/validated-form-controls/validity-indicator.d.ts.map +1 -1
  713. package/build-types/view/component.d.ts +251 -251
  714. package/build-types/view/component.d.ts.map +1 -1
  715. package/build-types/view/stories/index.story.d.ts.map +1 -1
  716. package/build-types/visually-hidden/component.d.ts.map +1 -1
  717. package/build-types/visually-hidden/stories/index.story.d.ts.map +1 -1
  718. package/build-types/z-stack/component.d.ts.map +1 -1
  719. package/build-types/z-stack/stories/index.story.d.ts.map +1 -1
  720. package/package.json +24 -23
  721. package/src/alignment-matrix-control/stories/index.story.tsx +1 -1
  722. package/src/angle-picker-control/stories/index.story.tsx +1 -1
  723. package/src/autocomplete/autocompleter-ui.tsx +0 -1
  724. package/src/base-control/stories/index.story.tsx +1 -1
  725. package/src/border-box-control/stories/index.story.tsx +1 -1
  726. package/src/border-control/stories/index.story.tsx +1 -1
  727. package/src/button/stories/index.story.tsx +1 -1
  728. package/src/button/style.scss +2 -0
  729. package/src/checkbox-control/stories/index.story.tsx +1 -1
  730. package/src/color-indicator/stories/index.story.tsx +1 -1
  731. package/src/color-palette/index.tsx +25 -9
  732. package/src/color-palette/stories/index.story.tsx +21 -3
  733. package/src/color-palette/test/index.tsx +152 -1
  734. package/src/color-palette/test/utils.ts +18 -0
  735. package/src/color-palette/types.ts +19 -2
  736. package/src/color-palette/utils.ts +14 -2
  737. package/src/color-picker/hex-input.tsx +1 -1
  738. package/src/color-picker/stories/index.story.tsx +1 -1
  739. package/src/color-picker/test/index.tsx +24 -2
  740. package/src/combobox-control/stories/index.story.tsx +1 -1
  741. package/src/composite/legacy/test/index.tsx +13 -13
  742. package/src/composite/stories/index.story.tsx +1 -1
  743. package/src/confirm-dialog/stories/index.story.tsx +1 -1
  744. package/src/custom-gradient-picker/index.tsx +0 -1
  745. package/src/custom-select-control/stories/index.story.tsx +1 -1
  746. package/src/disabled/stories/index.story.tsx +1 -1
  747. package/src/drop-zone/stories/index.story.tsx +1 -1
  748. package/src/dropdown/stories/index.story.tsx +1 -1
  749. package/src/duotone-picker/stories/duotone-picker.story.tsx +1 -1
  750. package/src/duotone-picker/stories/duotone-swatch.story.tsx +1 -1
  751. package/src/external-link/style.scss +4 -0
  752. package/src/focal-point-picker/README.md +12 -8
  753. package/src/focal-point-picker/index.tsx +16 -11
  754. package/src/focal-point-picker/stories/index.story.tsx +1 -1
  755. package/src/font-size-picker/stories/index.story.tsx +1 -1
  756. package/src/form-file-upload/stories/index.story.tsx +1 -1
  757. package/src/form-toggle/stories/index.story.tsx +1 -1
  758. package/src/form-token-field/stories/index.story.tsx +1 -1
  759. package/src/gradient-picker/stories/index.story.tsx +1 -1
  760. package/src/guide/stories/index.story.tsx +1 -1
  761. package/src/higher-order/with-notices/test/index.tsx +12 -10
  762. package/src/icon/stories/index.story.tsx +1 -1
  763. package/src/input-control/stories/index.story.tsx +1 -1
  764. package/src/item-group/stories/index.story.tsx +1 -1
  765. package/src/keyboard-shortcuts/stories/index.story.tsx +1 -1
  766. package/src/menu/stories/index.story.tsx +1 -1
  767. package/src/menu/test/index.tsx +4 -3
  768. package/src/menu-group/stories/index.story.tsx +1 -1
  769. package/src/menu-item/stories/index.story.tsx +1 -1
  770. package/src/menu-items-choice/stories/index.story.tsx +1 -1
  771. package/src/modal/index.tsx +2 -7
  772. package/src/modal/stories/index.story.tsx +1 -1
  773. package/src/modal/style.scss +68 -24
  774. package/src/modal/use-modal-exit-animation.ts +10 -7
  775. package/src/navigator/stories/index.story.tsx +1 -1
  776. package/src/notice/stories/index.story.tsx +1 -1
  777. package/src/number-control/stories/index.story.tsx +1 -1
  778. package/src/palette-edit/index.tsx +0 -1
  779. package/src/palette-edit/stories/index.story.tsx +1 -1
  780. package/src/panel/stories/index.story.tsx +1 -1
  781. package/src/placeholder/stories/index.story.tsx +1 -1
  782. package/src/popover/stories/index.story.tsx +1 -1
  783. package/src/popover/style.scss +0 -4
  784. package/src/progress-bar/stories/index.story.tsx +1 -1
  785. package/src/query-controls/stories/index.story.tsx +1 -1
  786. package/src/radio-control/stories/index.story.tsx +1 -1
  787. package/src/range-control/stories/index.story.tsx +1 -1
  788. package/src/resizable-box/stories/index.story.tsx +1 -1
  789. package/src/sandbox/stories/index.story.tsx +1 -1
  790. package/src/scroll-lock/stories/index.story.tsx +1 -1
  791. package/src/search-control/stories/index.story.tsx +1 -1
  792. package/src/select-control/stories/index.story.tsx +1 -1
  793. package/src/shortcut/stories/index.story.tsx +1 -1
  794. package/src/slot-fill/fill.tsx +2 -2
  795. package/src/slot-fill/stories/index.story.tsx +1 -1
  796. package/src/snackbar/stories/index.story.tsx +1 -1
  797. package/src/spinner/stories/index.story.tsx +1 -1
  798. package/src/style-provider/index.tsx +10 -7
  799. package/src/style-provider/test/index.tsx +38 -0
  800. package/src/tab-panel/style.scss +2 -2
  801. package/src/tabs/stories/index.story.tsx +1 -1
  802. package/src/text/styles.ts +1 -1
  803. package/src/text/test/index.tsx +1 -1
  804. package/src/text-control/stories/index.story.tsx +1 -1
  805. package/src/text-highlight/stories/index.story.tsx +1 -1
  806. package/src/textarea-control/stories/index.story.tsx +1 -1
  807. package/src/toggle-control/stories/index.story.tsx +1 -1
  808. package/src/toggle-group-control/stories/index.story.tsx +1 -1
  809. package/src/toolbar/stories/index.story.tsx +1 -1
  810. package/src/tools-panel/stories/index.story.tsx +1 -1
  811. package/src/tooltip/stories/index.story.tsx +1 -1
  812. package/src/tree-grid/stories/index.story.tsx +1 -1
  813. package/src/tree-select/stories/index.story.tsx +1 -1
  814. package/src/truncate/stories/index.story.tsx +1 -1
  815. package/src/unit-control/stories/index.story.tsx +1 -1
  816. package/src/utils/config-values.js +3 -0
  817. package/src/utils/dropdown-motion.ts +6 -2
@@ -9,7 +9,7 @@ import { BorderControl } from '..';
9
9
  import type { Border } from '../types';
10
10
  declare const meta: Meta<typeof BorderControl>;
11
11
  export default meta;
12
- export declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../color-palette/types").ColorPaletteProps, "colors" | "__experimentalIsRenderedInSidebar"> & {
12
+ export declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../color-palette/types").ColorPaletteProps, "__experimentalIsRenderedInSidebar" | "colors"> & {
13
13
  disableCustomColors?: boolean;
14
14
  enableAlpha?: boolean;
15
15
  } & import("../types").LabelProps & {
@@ -17,21 +17,21 @@ export declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<
17
17
  enableStyle?: boolean;
18
18
  isCompact?: boolean;
19
19
  onChange: (value?: Border) => void;
20
- placeholder?: HTMLInputElement["placeholder"];
21
- __unstablePopoverProps?: Omit<import("../../popover/types").PopoverProps, "children">;
20
+ placeholder?: HTMLInputElement['placeholder'];
21
+ __unstablePopoverProps?: Omit<import("../../popover/types").PopoverProps, 'children'>;
22
22
  shouldSanitizeBorder?: boolean;
23
23
  showDropdownHeader?: boolean;
24
- size?: "default" | "__unstable-large";
24
+ size?: 'default' | '__unstable-large';
25
25
  value?: Border;
26
- width?: import("react").CSSProperties["width"];
26
+ width?: import("react").CSSProperties['width'];
27
27
  withSlider?: boolean;
28
28
  __next40pxDefaultSize?: boolean;
29
29
  __shouldNotWarnDeprecated36pxSize?: boolean;
30
- } & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "onChange" | "value" | "width" | "size" | "children" | "as" | "placeholder" | keyof import("react").RefAttributes<any> | "__next40pxDefaultSize" | "__shouldNotWarnDeprecated36pxSize" | "colors" | "__experimentalIsRenderedInSidebar" | "disableCustomColors" | "enableAlpha" | "enableStyle" | keyof import("../types").LabelProps | "disableUnits" | "isCompact" | "__unstablePopoverProps" | "shouldSanitizeBorder" | "showDropdownHeader" | "withSlider">>;
30
+ } & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "__experimentalIsRenderedInSidebar" | "__next40pxDefaultSize" | "__shouldNotWarnDeprecated36pxSize" | "__unstablePopoverProps" | "as" | "children" | "colors" | "disableCustomColors" | "disableUnits" | "enableAlpha" | "enableStyle" | "isCompact" | "onChange" | "placeholder" | "shouldSanitizeBorder" | "showDropdownHeader" | "size" | "value" | "width" | "withSlider" | keyof import("../types").LabelProps | keyof import("react").RefAttributes<any>>>;
31
31
  /**
32
32
  * Render a slider beside the control.
33
33
  */
34
- export declare const WithSlider: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../color-palette/types").ColorPaletteProps, "colors" | "__experimentalIsRenderedInSidebar"> & {
34
+ export declare const WithSlider: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../color-palette/types").ColorPaletteProps, "__experimentalIsRenderedInSidebar" | "colors"> & {
35
35
  disableCustomColors?: boolean;
36
36
  enableAlpha?: boolean;
37
37
  } & import("../types").LabelProps & {
@@ -39,21 +39,21 @@ export declare const WithSlider: import("storybook/internal/csf").AnnotatedStory
39
39
  enableStyle?: boolean;
40
40
  isCompact?: boolean;
41
41
  onChange: (value?: Border) => void;
42
- placeholder?: HTMLInputElement["placeholder"];
43
- __unstablePopoverProps?: Omit<import("../../popover/types").PopoverProps, "children">;
42
+ placeholder?: HTMLInputElement['placeholder'];
43
+ __unstablePopoverProps?: Omit<import("../../popover/types").PopoverProps, 'children'>;
44
44
  shouldSanitizeBorder?: boolean;
45
45
  showDropdownHeader?: boolean;
46
- size?: "default" | "__unstable-large";
46
+ size?: 'default' | '__unstable-large';
47
47
  value?: Border;
48
- width?: import("react").CSSProperties["width"];
48
+ width?: import("react").CSSProperties['width'];
49
49
  withSlider?: boolean;
50
50
  __next40pxDefaultSize?: boolean;
51
51
  __shouldNotWarnDeprecated36pxSize?: boolean;
52
- } & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "onChange" | "value" | "width" | "size" | "children" | "as" | "placeholder" | keyof import("react").RefAttributes<any> | "__next40pxDefaultSize" | "__shouldNotWarnDeprecated36pxSize" | "colors" | "__experimentalIsRenderedInSidebar" | "disableCustomColors" | "enableAlpha" | "enableStyle" | keyof import("../types").LabelProps | "disableUnits" | "isCompact" | "__unstablePopoverProps" | "shouldSanitizeBorder" | "showDropdownHeader" | "withSlider">>;
52
+ } & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "__experimentalIsRenderedInSidebar" | "__next40pxDefaultSize" | "__shouldNotWarnDeprecated36pxSize" | "__unstablePopoverProps" | "as" | "children" | "colors" | "disableCustomColors" | "disableUnits" | "enableAlpha" | "enableStyle" | "isCompact" | "onChange" | "placeholder" | "shouldSanitizeBorder" | "showDropdownHeader" | "size" | "value" | "width" | "withSlider" | keyof import("../types").LabelProps | keyof import("react").RefAttributes<any>>>;
53
53
  /**
54
54
  * When rendering with a slider, the `width` prop is useful to customize the width of the number input.
55
55
  */
56
- export declare const WithSliderCustomWidth: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../color-palette/types").ColorPaletteProps, "colors" | "__experimentalIsRenderedInSidebar"> & {
56
+ export declare const WithSliderCustomWidth: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../color-palette/types").ColorPaletteProps, "__experimentalIsRenderedInSidebar" | "colors"> & {
57
57
  disableCustomColors?: boolean;
58
58
  enableAlpha?: boolean;
59
59
  } & import("../types").LabelProps & {
@@ -61,22 +61,22 @@ export declare const WithSliderCustomWidth: import("storybook/internal/csf").Ann
61
61
  enableStyle?: boolean;
62
62
  isCompact?: boolean;
63
63
  onChange: (value?: Border) => void;
64
- placeholder?: HTMLInputElement["placeholder"];
65
- __unstablePopoverProps?: Omit<import("../../popover/types").PopoverProps, "children">;
64
+ placeholder?: HTMLInputElement['placeholder'];
65
+ __unstablePopoverProps?: Omit<import("../../popover/types").PopoverProps, 'children'>;
66
66
  shouldSanitizeBorder?: boolean;
67
67
  showDropdownHeader?: boolean;
68
- size?: "default" | "__unstable-large";
68
+ size?: 'default' | '__unstable-large';
69
69
  value?: Border;
70
- width?: import("react").CSSProperties["width"];
70
+ width?: import("react").CSSProperties['width'];
71
71
  withSlider?: boolean;
72
72
  __next40pxDefaultSize?: boolean;
73
73
  __shouldNotWarnDeprecated36pxSize?: boolean;
74
- } & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "onChange" | "value" | "width" | "size" | "children" | "as" | "placeholder" | keyof import("react").RefAttributes<any> | "__next40pxDefaultSize" | "__shouldNotWarnDeprecated36pxSize" | "colors" | "__experimentalIsRenderedInSidebar" | "disableCustomColors" | "enableAlpha" | "enableStyle" | keyof import("../types").LabelProps | "disableUnits" | "isCompact" | "__unstablePopoverProps" | "shouldSanitizeBorder" | "showDropdownHeader" | "withSlider">>;
74
+ } & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "__experimentalIsRenderedInSidebar" | "__next40pxDefaultSize" | "__shouldNotWarnDeprecated36pxSize" | "__unstablePopoverProps" | "as" | "children" | "colors" | "disableCustomColors" | "disableUnits" | "enableAlpha" | "enableStyle" | "isCompact" | "onChange" | "placeholder" | "shouldSanitizeBorder" | "showDropdownHeader" | "size" | "value" | "width" | "withSlider" | keyof import("../types").LabelProps | keyof import("react").RefAttributes<any>>>;
75
75
  /**
76
76
  * Restrict the width of the control and prevent it from expanding to take up additional space.
77
77
  * When `true`, the `width` prop will be ignored.
78
78
  */
79
- export declare const IsCompact: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../color-palette/types").ColorPaletteProps, "colors" | "__experimentalIsRenderedInSidebar"> & {
79
+ export declare const IsCompact: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../color-palette/types").ColorPaletteProps, "__experimentalIsRenderedInSidebar" | "colors"> & {
80
80
  disableCustomColors?: boolean;
81
81
  enableAlpha?: boolean;
82
82
  } & import("../types").LabelProps & {
@@ -84,21 +84,21 @@ export declare const IsCompact: import("storybook/internal/csf").AnnotatedStoryF
84
84
  enableStyle?: boolean;
85
85
  isCompact?: boolean;
86
86
  onChange: (value?: Border) => void;
87
- placeholder?: HTMLInputElement["placeholder"];
88
- __unstablePopoverProps?: Omit<import("../../popover/types").PopoverProps, "children">;
87
+ placeholder?: HTMLInputElement['placeholder'];
88
+ __unstablePopoverProps?: Omit<import("../../popover/types").PopoverProps, 'children'>;
89
89
  shouldSanitizeBorder?: boolean;
90
90
  showDropdownHeader?: boolean;
91
- size?: "default" | "__unstable-large";
91
+ size?: 'default' | '__unstable-large';
92
92
  value?: Border;
93
- width?: import("react").CSSProperties["width"];
93
+ width?: import("react").CSSProperties['width'];
94
94
  withSlider?: boolean;
95
95
  __next40pxDefaultSize?: boolean;
96
96
  __shouldNotWarnDeprecated36pxSize?: boolean;
97
- } & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "onChange" | "value" | "width" | "size" | "children" | "as" | "placeholder" | keyof import("react").RefAttributes<any> | "__next40pxDefaultSize" | "__shouldNotWarnDeprecated36pxSize" | "colors" | "__experimentalIsRenderedInSidebar" | "disableCustomColors" | "enableAlpha" | "enableStyle" | keyof import("../types").LabelProps | "disableUnits" | "isCompact" | "__unstablePopoverProps" | "shouldSanitizeBorder" | "showDropdownHeader" | "withSlider">>;
97
+ } & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "__experimentalIsRenderedInSidebar" | "__next40pxDefaultSize" | "__shouldNotWarnDeprecated36pxSize" | "__unstablePopoverProps" | "as" | "children" | "colors" | "disableCustomColors" | "disableUnits" | "enableAlpha" | "enableStyle" | "isCompact" | "onChange" | "placeholder" | "shouldSanitizeBorder" | "showDropdownHeader" | "size" | "value" | "width" | "withSlider" | keyof import("../types").LabelProps | keyof import("react").RefAttributes<any>>>;
98
98
  /**
99
99
  * The `colors` object can contain multiple origins.
100
100
  */
101
- export declare const WithMultipleOrigins: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../color-palette/types").ColorPaletteProps, "colors" | "__experimentalIsRenderedInSidebar"> & {
101
+ export declare const WithMultipleOrigins: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, Pick<import("../../color-palette/types").ColorPaletteProps, "__experimentalIsRenderedInSidebar" | "colors"> & {
102
102
  disableCustomColors?: boolean;
103
103
  enableAlpha?: boolean;
104
104
  } & import("../types").LabelProps & {
@@ -106,15 +106,15 @@ export declare const WithMultipleOrigins: import("storybook/internal/csf").Annot
106
106
  enableStyle?: boolean;
107
107
  isCompact?: boolean;
108
108
  onChange: (value?: Border) => void;
109
- placeholder?: HTMLInputElement["placeholder"];
110
- __unstablePopoverProps?: Omit<import("../../popover/types").PopoverProps, "children">;
109
+ placeholder?: HTMLInputElement['placeholder'];
110
+ __unstablePopoverProps?: Omit<import("../../popover/types").PopoverProps, 'children'>;
111
111
  shouldSanitizeBorder?: boolean;
112
112
  showDropdownHeader?: boolean;
113
- size?: "default" | "__unstable-large";
113
+ size?: 'default' | '__unstable-large';
114
114
  value?: Border;
115
- width?: import("react").CSSProperties["width"];
115
+ width?: import("react").CSSProperties['width'];
116
116
  withSlider?: boolean;
117
117
  __next40pxDefaultSize?: boolean;
118
118
  __shouldNotWarnDeprecated36pxSize?: boolean;
119
- } & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "onChange" | "value" | "width" | "size" | "children" | "as" | "placeholder" | keyof import("react").RefAttributes<any> | "__next40pxDefaultSize" | "__shouldNotWarnDeprecated36pxSize" | "colors" | "__experimentalIsRenderedInSidebar" | "disableCustomColors" | "enableAlpha" | "enableStyle" | keyof import("../types").LabelProps | "disableUnits" | "isCompact" | "__unstablePopoverProps" | "shouldSanitizeBorder" | "showDropdownHeader" | "withSlider">>;
119
+ } & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "__experimentalIsRenderedInSidebar" | "__next40pxDefaultSize" | "__shouldNotWarnDeprecated36pxSize" | "__unstablePopoverProps" | "as" | "children" | "colors" | "disableCustomColors" | "disableUnits" | "enableAlpha" | "enableStyle" | "isCompact" | "onChange" | "placeholder" | "shouldSanitizeBorder" | "showDropdownHeader" | "size" | "value" | "width" | "withSlider" | keyof import("../types").LabelProps | keyof import("react").RefAttributes<any>>>;
120
120
  //# sourceMappingURL=index.story.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../src/border-control/stories/index.story.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAC;AAQ3D;;GAEG;AACH,OAAO,EAAE,aAAa,EAAE,MAAM,IAAI,CAAC;AACnC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAEvC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,aAAa,CAkBrC,CAAC;AACF,eAAe,IAAI,CAAC;AA4DpB,eAAO,MAAM,OAAO;;;;;;;oBAfO,CAAC;;;;;;;;;;;8lBAec,CAAC;AAU3C;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;;;oBA5BI,CAAC;;;;;;;;;;;8lBA4BiB,CAAC;AAM9C;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;oBArCP,CAAC;;;;;;;;;;;8lBAqC4B,CAAC;AAQzD;;;GAGG;AACH,eAAO,MAAM,SAAS;;;;;;;oBAjDK,CAAC;;;;;;;;;;;8lBAiDgB,CAAC;AAM7C;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;oBA1DL,CAAC;;;;;;;;;;;8lBA0D0B,CAAC"}
1
+ {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../src/border-control/stories/index.story.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAC;AAQ3D;;GAEG;AACH,OAAO,EAAE,aAAa,EAAE,MAAM,IAAI,CAAC;AACnC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAEvC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,aAAa,CAkBrC,CAAC;eACa,IAAI;AA4DnB,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;8lBAAsB,CAAC;AAU3C;;GAEG;AACH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;8lBAAsB,CAAC;AAM9C;;GAEG;AACH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;8lBAAsB,CAAC;AAQzD;;;GAGG;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;8lBAAsB,CAAC;AAM7C;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;8lBAAsB,CAAC"}
@@ -2,10 +2,10 @@ import type { Border } from './types';
2
2
  export declare const borderControl: import("@emotion/utils").SerializedStyles;
3
3
  export declare const innerWrapper: () => import("@emotion/utils").SerializedStyles;
4
4
  export declare const wrapperWidth: import("@emotion/utils").SerializedStyles;
5
- export declare const wrapperHeight: (size?: "default" | "__unstable-large") => import("@emotion/utils").SerializedStyles;
5
+ export declare const wrapperHeight: (size?: 'default' | '__unstable-large') => import("@emotion/utils").SerializedStyles;
6
6
  export declare const borderControlDropdown: import("@emotion/utils").SerializedStyles;
7
7
  export declare const colorIndicatorBorder: (border?: Border) => import("@emotion/utils").SerializedStyles;
8
- export declare const colorIndicatorWrapper: (border?: Border, size?: "default" | "__unstable-large") => import("@emotion/utils").SerializedStyles;
8
+ export declare const colorIndicatorWrapper: (border?: Border, size?: 'default' | '__unstable-large') => import("@emotion/utils").SerializedStyles;
9
9
  export declare const borderControlPopoverControls: import("@emotion/utils").SerializedStyles;
10
10
  export declare const borderControlPopoverContent: import("@emotion/utils").SerializedStyles;
11
11
  export declare const borderColorIndicator: import("@emotion/utils").SerializedStyles;
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/border-control/styles.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAMtC,eAAO,MAAM,aAAa,2CAKzB,CAAC;AAEF,eAAO,MAAM,YAAY,iDAQxB,CAAC;AAOF,eAAO,MAAM,YAAY,2CAKxB,CAAC;AAEF,eAAO,MAAM,aAAa,GAAK,OAAO,SAAS,GAAG,kBAAkB,8CAInE,CAAC;AAEF,eAAO,MAAM,qBAAqB,2CAuBjC,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAK,SAAS,MAAM,8CAUpD,CAAC;AAEF,eAAO,MAAM,qBAAqB,GACjC,SAAS,MAAM,EACf,OAAO,SAAS,GAAG,kBAAkB,8CA8BrC,CAAC;AAOF,eAAO,MAAM,4BAA4B,2CAWxC,CAAC;AAEF,eAAO,MAAM,2BAA2B,2CAAQ,CAAC;AACjD,eAAO,MAAM,oBAAoB,2CAAQ,CAAC;AAE1C,eAAO,MAAM,kBAAkB,2CAI9B,CAAC;AAEF,eAAO,MAAM,YAAY,iDAGxB,CAAC"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/border-control/styles.ts"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAMtC,eAAO,MAAM,aAAa,2CAKzB,CAAC;AAEF,eAAO,MAAM,YAAY,iDAQxB,CAAC;AAOF,eAAO,MAAM,YAAY,2CAKxB,CAAC;AAEF,eAAO,MAAM,aAAa,UAAY,SAAS,GAAG,kBAAkB,8CAInE,CAAC;AAEF,eAAO,MAAM,qBAAqB,2CAuBjC,CAAC;AAEF,eAAO,MAAM,oBAAoB,YAAc,MAAM,8CAUpD,CAAC;AAEF,eAAO,MAAM,qBAAqB,YACxB,MAAM,SACR,SAAS,GAAG,kBAAkB,8CA8BrC,CAAC;AAOF,eAAO,MAAM,4BAA4B,2CAWxC,CAAC;AAEF,eAAO,MAAM,2BAA2B,2CAAQ,CAAC;AACjD,eAAO,MAAM,oBAAoB,2CAAQ,CAAC;AAE1C,eAAO,MAAM,kBAAkB,2CAI9B,CAAC;AAEF,eAAO,MAAM,YAAY,iDAGxB,CAAC"}
@@ -25,7 +25,7 @@ import type { BoxControlProps } from './types';
25
25
  * };
26
26
  * ```
27
27
  */
28
- declare function BoxControl({ __next40pxDefaultSize, id: idProp, inputProps, onChange, label, values: valuesProp, units, sides, splitOnAxis, allowReset, resetValues, presets, presetKey, onMouseOver, onMouseOut, }: BoxControlProps): import("react").JSX.Element;
28
+ declare function BoxControl({ __next40pxDefaultSize, id: idProp, inputProps, onChange, label, values: valuesProp, units, sides, splitOnAxis, allowReset, resetValues, presets, presetKey, onMouseOver, onMouseOut }: BoxControlProps): import("react").JSX.Element;
29
29
  export { applyValueToSides } from './utils';
30
30
  export default BoxControl;
31
31
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/box-control/index.tsx"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,eAAe,EAAmB,MAAM,SAAS,CAAC;AAehE;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,iBAAS,UAAU,CAAE,EACpB,qBAA6B,EAC7B,EAAE,EAAE,MAAM,EACV,UAA8B,EAC9B,QAAe,EACf,KAA2B,EAC3B,MAAM,EAAE,UAAU,EAClB,KAAK,EACL,KAAK,EACL,WAAmB,EACnB,UAAiB,EACjB,WAA4B,EAC5B,OAAO,EACP,SAAS,EACT,WAAW,EACX,UAAU,GACV,EAAE,eAAe,+BAwIjB;AAED,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAC5C,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/box-control/index.tsx"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,eAAe,EAAmB,MAAM,SAAS,CAAC;AAehE;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,iBAAS,UAAU,CAAE,EACpB,qBAA6B,EAC7B,EAAE,EAAE,MAAM,EACV,UAA8B,EAC9B,QAAe,EACf,KAA2B,EAC3B,MAAM,EAAE,UAAU,EAClB,KAAK,EACL,KAAK,EACL,WAAmB,EACnB,UAAiB,EACjB,WAA4B,EAC5B,OAAO,EACP,SAAS,EACT,WAAW,EACX,UAAU,EACV,EAAE,eAAe,+BAwIjB;AAED,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;eAC7B,UAAU"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../src/box-control/stories/index.story.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAC;AAQ3D;;GAEG;AACH,OAAO,UAAU,MAAM,KAAK,CAAC;AAE7B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,UAAU,CAkBlC,CAAC;AACF,eAAe,IAAI,CAAC;AAsBpB,eAAO,MAAM,OAAO,iIAAkC,CAAC;AAMvD,eAAO,MAAM,UAAU,iIAAgC,CAAC;AAKxD,eAAO,MAAM,cAAc,iIAAgC,CAAC;AAM5D,eAAO,MAAM,UAAU,iIAAgC,CAAC;AAMxD,eAAO,MAAM,aAAa,iIAAgC,CAAC;AAM3D,eAAO,MAAM,2BAA2B,iIAAgC,CAAC;AAOzE,eAAO,MAAM,kBAAkB,iIAAgC,CAAC"}
1
+ {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../src/box-control/stories/index.story.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAC;AAQ3D;;GAEG;AACH,OAAO,UAAU,MAAM,KAAK,CAAC;AAE7B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,UAAU,CAkBlC,CAAC;eACa,IAAI;AAsBnB,eAAO,MAAM,OAAO,iIAAkC,CAAC;AAMvD,eAAO,MAAM,UAAU,iIAAgC,CAAC;AAKxD,eAAO,MAAM,cAAc,iIAAgC,CAAC;AAM5D,eAAO,MAAM,UAAU,iIAAgC,CAAC;AAMxD,eAAO,MAAM,aAAa,iIAAgC,CAAC;AAM3D,eAAO,MAAM,2BAA2B,iIAAgC,CAAC;AAOzE,eAAO,MAAM,kBAAkB,iIAAgC,CAAC"}
@@ -1,4 +1,4 @@
1
- export declare const StyledUnitControl: import("@emotion/styled").StyledComponent<Pick<import("../../input-control/types").InputControlProps, "size"> & Omit<import("../../unit-control/types").UnitSelectControlProps, "size" | "unit"> & Omit<import("../../number-control/types").NumberControlProps, "type" | "suffix" | "spinControls"> & {
1
+ export declare const StyledUnitControl: import("@emotion/styled").StyledComponent<Pick<import("../../input-control/types").InputControlProps, "size"> & Omit<import("../../unit-control/types").UnitSelectControlProps, "size" | "unit"> & Omit<import("../../number-control/types").NumberControlProps, "spinControls" | "suffix" | "type"> & {
2
2
  disableUnits?: boolean;
3
3
  isResetValueOnUnitChange?: boolean;
4
4
  onUnitChange?: import("../../unit-control/types").UnitControlOnChangeCallback;
@@ -7,13 +7,13 @@ export declare const StyledUnitControl: import("@emotion/styled").StyledComponen
7
7
  onBlur?: import("react").FocusEventHandler<HTMLInputElement | HTMLSelectElement>;
8
8
  onFocus?: import("react").FocusEventHandler<HTMLInputElement | HTMLSelectElement>;
9
9
  __shouldNotWarnDeprecated36pxSize?: boolean;
10
- } & Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "defaultValue" | "onChange" | "value" | "name" | "form" | "label" | "slot" | "style" | "title" | "color" | "content" | "height" | "translate" | "width" | "hidden" | "size" | "help" | "multiple" | "disabled" | "key" | "children" | "pattern" | "as" | "suppressHydrationWarning" | "className" | "id" | "lang" | "max" | "min" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "defaultChecked" | "suppressContentEditableWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "nonce" | "spellCheck" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "alt" | "src" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "autoComplete" | "accept" | "capture" | "checked" | "list" | "maxLength" | "minLength" | "placeholder" | "readOnly" | "required" | "step" | "__next36pxDefaultSize" | "__next40pxDefaultSize" | "__shouldNotWarnDeprecated36pxSize" | "__unstableInputWidth" | "hideLabelFromVision" | "labelPosition" | "dragDirection" | "dragThreshold" | "isDragEnabled" | "isPressEnterToChange" | "onValidate" | "__unstableStateReducer" | "hideHTMLArrows" | "isShiftStepEnabled" | "shiftStep" | "spinFactor" | "disableUnits" | "unit" | "isUnitSelectTabbable" | "units" | "isResetValueOnUnitChange" | "onUnitChange"> & import("react").RefAttributes<any> & {
10
+ } & Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "__next36pxDefaultSize" | "__next40pxDefaultSize" | "__shouldNotWarnDeprecated36pxSize" | "__unstableInputWidth" | "__unstableStateReducer" | "about" | "accept" | "accessKey" | "alt" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "as" | "autoCapitalize" | "autoComplete" | "autoCorrect" | "autoFocus" | "autoSave" | "capture" | "checked" | "children" | "className" | "color" | "content" | "contentEditable" | "contextMenu" | "dangerouslySetInnerHTML" | "datatype" | "defaultChecked" | "defaultValue" | "dir" | "disableUnits" | "disabled" | "dragDirection" | "dragThreshold" | "draggable" | "enterKeyHint" | "exportparts" | "form" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "height" | "help" | "hidden" | "hideHTMLArrows" | "hideLabelFromVision" | "id" | "inlist" | "inputMode" | "is" | "isDragEnabled" | "isPressEnterToChange" | "isResetValueOnUnitChange" | "isShiftStepEnabled" | "isUnitSelectTabbable" | "itemID" | "itemProp" | "itemRef" | "itemScope" | "itemType" | "key" | "label" | "labelPosition" | "lang" | "list" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "name" | "nonce" | "onAbort" | "onAbortCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAuxClick" | "onAuxClickCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onBlur" | "onBlurCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onChange" | "onChangeCapture" | "onClick" | "onClickCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onContextMenu" | "onContextMenuCapture" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onError" | "onErrorCapture" | "onFocus" | "onFocusCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onInput" | "onInputCapture" | "onInvalid" | "onInvalidCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onLoad" | "onLoadCapture" | "onLoadStart" | "onLoadStartCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onPaste" | "onPasteCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerMove" | "onPointerMoveCapture" | "onPointerOut" | "onPointerOutCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerUp" | "onPointerUpCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onReset" | "onResetCapture" | "onScroll" | "onScrollCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onSelect" | "onSelectCapture" | "onStalled" | "onStalledCapture" | "onSubmit" | "onSubmitCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onUnitChange" | "onValidate" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onWheel" | "onWheelCapture" | "part" | "pattern" | "placeholder" | "prefix" | "property" | "radioGroup" | "readOnly" | "rel" | "required" | "resource" | "results" | "rev" | "role" | "security" | "shiftStep" | "size" | "slot" | "spellCheck" | "spinFactor" | "src" | "step" | "style" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "tabIndex" | "title" | "translate" | "typeof" | "unit" | "units" | "unselectable" | "value" | "vocab" | "width"> & import("react").RefAttributes<any> & {
11
11
  theme?: import("@emotion/react").Theme;
12
12
  }, {}, {}>;
13
- export declare const InputWrapper: import("@emotion/styled").StyledComponent<Omit<import("../../flex/types").FlexProps, "gap" | "align"> & {
14
- alignment?: import("../../h-stack/types").HStackAlignment | import("react").CSSProperties["alignItems"];
15
- spacing?: import("react").CSSProperties["width"];
16
- } & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "direction" | "wrap" | "expanded" | "justify" | "children" | "as" | "spacing" | keyof import("react").RefAttributes<any> | "isReversed" | "alignment"> & {
13
+ export declare const InputWrapper: import("@emotion/styled").StyledComponent<Omit<import("../../flex/types").FlexProps, "align" | "gap"> & {
14
+ alignment?: import("../../h-stack/types").HStackAlignment | import("react").CSSProperties['alignItems'];
15
+ spacing?: import("react").CSSProperties['width'];
16
+ } & import("react").RefAttributes<any> & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "alignment" | "as" | "children" | "direction" | "expanded" | "isReversed" | "justify" | "spacing" | "wrap" | keyof import("react").RefAttributes<any>> & {
17
17
  as?: keyof import("react").JSX.IntrinsicElements | undefined;
18
18
  } & {
19
19
  theme?: import("@emotion/react").Theme;
@@ -25,23 +25,23 @@ export declare const LinkedButtonWrapper: import("@emotion/styled").StyledCompon
25
25
  theme?: import("@emotion/react").Theme;
26
26
  as?: React.ElementType;
27
27
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
28
- export declare const FlexedBoxControlIcon: import("@emotion/styled").StyledComponent<import("../types").BoxControlIconProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">, "children" | "as" | keyof import("../types").BoxControlIconProps> & {
28
+ export declare const FlexedBoxControlIcon: import("@emotion/styled").StyledComponent<import("../types").BoxControlIconProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref">, "as" | "children" | keyof import("../types").BoxControlIconProps> & {
29
29
  as?: keyof import("react").JSX.IntrinsicElements | undefined;
30
30
  } & {
31
31
  theme?: import("@emotion/react").Theme;
32
32
  }, {}, {}>;
33
- export declare const FlexedRangeControl: import("@emotion/styled").StyledComponent<Pick<import("../../base-control/types").BaseControlProps, "help" | "hideLabelFromVision" | "__nextHasNoMarginBottom"> & import("../../range-control/types").NumericProps & {
33
+ export declare const FlexedRangeControl: import("@emotion/styled").StyledComponent<Pick<import("../../base-control/types").BaseControlProps, "__nextHasNoMarginBottom" | "help" | "hideLabelFromVision"> & import("../../range-control/types").NumericProps & {
34
34
  disabled?: boolean;
35
35
  marks?: boolean | {
36
36
  value: number;
37
37
  label?: string;
38
38
  }[];
39
- step?: number | "any";
39
+ step?: number | 'any';
40
40
  } & {
41
41
  afterIcon?: import("../..").IconType;
42
42
  allowReset?: boolean;
43
43
  beforeIcon?: import("../..").IconType;
44
- color?: import("react").CSSProperties["color"];
44
+ color?: import("react").CSSProperties['color'];
45
45
  currentInput?: number;
46
46
  icon?: string;
47
47
  initialPosition?: number;
@@ -52,18 +52,18 @@ export declare const FlexedRangeControl: import("@emotion/styled").StyledCompone
52
52
  onFocus?: import("react").FocusEventHandler<HTMLInputElement>;
53
53
  onMouseLeave?: import("react").MouseEventHandler<HTMLInputElement>;
54
54
  onMouseMove?: import("react").MouseEventHandler<HTMLInputElement>;
55
- railColor?: import("react").CSSProperties["color"];
55
+ railColor?: import("react").CSSProperties['color'];
56
56
  renderTooltipContent?: (value?: import("../../range-control/types").ControlledRangeValue) => string | number | null | undefined;
57
57
  resetFallbackValue?: number;
58
- separatorType?: "none" | "fullWidth" | "topFullWidth";
58
+ separatorType?: 'none' | 'fullWidth' | 'topFullWidth';
59
59
  shiftStep?: number;
60
60
  __next40pxDefaultSize?: boolean;
61
61
  showTooltip?: boolean;
62
- trackColor?: import("react").CSSProperties["color"];
63
- type?: "stepper";
62
+ trackColor?: import("react").CSSProperties['color'];
63
+ type?: 'stepper';
64
64
  withInputField?: boolean;
65
65
  __shouldNotWarnDeprecated36pxSize?: boolean;
66
- } & Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "onChange" | "label" | "color" | "help" | "icon" | "disabled" | "children" | "as" | "type" | "onFocus" | "onBlur" | "onMouseLeave" | "onMouseMove" | "step" | "__next40pxDefaultSize" | "__shouldNotWarnDeprecated36pxSize" | "hideLabelFromVision" | "__nextHasNoMarginBottom" | "showTooltip" | "isShiftStepEnabled" | "shiftStep" | keyof import("../../range-control/types").NumericProps | "marks" | "afterIcon" | "allowReset" | "beforeIcon" | "currentInput" | "initialPosition" | "railColor" | "renderTooltipContent" | "resetFallbackValue" | "separatorType" | "trackColor" | "withInputField"> & import("react").RefAttributes<HTMLInputElement> & {
66
+ } & Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "__next40pxDefaultSize" | "__nextHasNoMarginBottom" | "__shouldNotWarnDeprecated36pxSize" | "afterIcon" | "allowReset" | "as" | "beforeIcon" | "children" | "color" | "currentInput" | "disabled" | "help" | "hideLabelFromVision" | "icon" | "initialPosition" | "isShiftStepEnabled" | "label" | "marks" | "onBlur" | "onChange" | "onFocus" | "onMouseLeave" | "onMouseMove" | "railColor" | "renderTooltipContent" | "resetFallbackValue" | "separatorType" | "shiftStep" | "showTooltip" | "step" | "trackColor" | "type" | "withInputField" | keyof import("../../range-control/types").NumericProps> & import("react").RefAttributes<HTMLInputElement> & {
67
67
  theme?: import("@emotion/react").Theme;
68
68
  }, {}, {}>;
69
69
  //# sourceMappingURL=box-control-styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"box-control-styles.d.ts","sourceRoot":"","sources":["../../../src/box-control/styles/box-control-styles.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,iBAAiB;;;;;;;;;;;UAE7B,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;UAExB,CAAC;AAEF,eAAO,MAAM,WAAW;;UAGvB,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;yGAG/B,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;UAEhC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;aAI6K,CAAC;;;;;;;;;;;;;;qBAAo7F,CAAC;;;;;iCAAmuB,CAAC;;;;;;;;;;;;UADr2H,CAAC"}
1
+ {"version":3,"file":"box-control-styles.d.ts","sourceRoot":"","sources":["../../../src/box-control/styles/box-control-styles.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,iBAAiB;;;;;;;;;;;UAE7B,CAAC;AAEF,eAAO,MAAM,YAAY;;;;;;;UAExB,CAAC;AAEF,eAAO,MAAM,WAAW;;UAGvB,CAAC;AAEF,eAAO,MAAM,mBAAmB;;;yGAG/B,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;UAEhC,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAG9B,CAAC"}
@@ -18,7 +18,7 @@ export declare const DEFAULT_VALUES: {
18
18
  bottom: undefined;
19
19
  left: undefined;
20
20
  };
21
- export declare const ALL_SIDES: readonly ["top", "right", "bottom", "left"];
21
+ export declare const ALL_SIDES: readonly ['top', 'right', 'bottom', 'left'];
22
22
  /**
23
23
  * Gets the merged input value and unit from values data.
24
24
  *
@@ -60,7 +60,7 @@ export declare function isValuesDefined(values?: BoxControlValue): boolean | und
60
60
  * @param sides Available sides for box control.
61
61
  * @return Normalized sides configuration.
62
62
  */
63
- export declare function normalizeSides(sides: BoxControlProps['sides']): readonly ["top", "right", "bottom", "left"] | (keyof BoxControlValue)[];
63
+ export declare function normalizeSides(sides: BoxControlProps['sides']): (keyof BoxControlValue)[] | readonly ["top", "right", "bottom", "left"];
64
64
  /**
65
65
  * Applies a value to an object representing top, right, bottom and left sides
66
66
  * while taking into account any custom side configuration.
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/box-control/utils.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,OAAO,KAAK,EACX,2BAA2B,EAC3B,eAAe,EACf,eAAe,EACf,gBAAgB,EAChB,MAAM,EACN,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,qBAAqB,EAAE,gBA6BnC,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;CAQlB,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;CAK1B,CAAC;AAEF,eAAO,MAAM,SAAS,6CAAgD,CAAC;AAmBvE;;;;;;;GAOG;AACH,wBAAgB,cAAc,CAC7B,MAAM,GAAE,eAAoB,EAC5B,cAAc,GAAE,eAAe,CAAE,OAAO,CAAc,sBAatD;AAED;;;;;;GAMG;AACH,wBAAgB,YAAY,CAC3B,MAAM,GAAE,eAAoB,EAC5B,cAAc,GAAE,eAAe,CAAE,OAAO,CAAc,WAOtD;AAED;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAE,aAAa,CAAC,EAAE,eAAe,sBAQlE;AAED;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAE,MAAM,CAAC,EAAE,eAAe,uBAUxD;AAED;;;;;;;;GAQG;AACH,wBAAgB,cAAc,CAAE,KAAK,EAAE,eAAe,CAAE,OAAO,CAAE,2EAiBhE;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAChC,aAAa,EAAE,eAAe,EAC9B,QAAQ,CAAC,EAAE,MAAM,EACjB,KAAK,CAAC,EAAE,eAAe,CAAE,OAAO,CAAE,GAChC,eAAe,CAwBjB;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAC9B,KAAK,EAAE,2BAA2B,CAAE,OAAO,CAAE,8BAiB7C;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAE,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,WAE9D;AAED;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CACtC,KAAK,EAAE,MAAM,EACb,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EAAE,sBAkBjB;AAED;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CACtC,KAAK,EAAE,MAAM,EACb,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EAAE,UAIjB"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/box-control/utils.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,OAAO,KAAK,EACX,2BAA2B,EAC3B,eAAe,EACf,eAAe,EACf,gBAAgB,EAChB,MAAM,EACN,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,qBAAqB,EAAE,gBA6BnC,CAAC;AAEF,eAAO,MAAM,MAAM;IAClB,GAAG;IACH,GAAG;IACH,MAAM;IACN,IAAI;IACJ,KAAK;IACL,QAAQ;IACR,UAAU;CACV,CAAC;AAEF,eAAO,MAAM,cAAc;IAC1B,GAAG;IACH,KAAK;IACL,MAAM;IACN,IAAI;CACJ,CAAC;AAEF,eAAO,MAAM,SAAS,YAAK,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,CAAW,CAAC;AAmBvE;;;;;;;GAOG;AACH,wBAAgB,cAAc,CAC7B,MAAM,GAAE,eAAoB,EAC5B,cAAc,GAAE,eAAe,CAAE,OAAO,CAAc,sBAatD;AAED;;;;;;GAMG;AACH,wBAAgB,YAAY,CAC3B,MAAM,GAAE,eAAoB,EAC5B,cAAc,GAAE,eAAe,CAAE,OAAO,CAAc,WAOtD;AAED;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAE,aAAa,CAAC,EAAE,eAAe,sBAQlE;AAED;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAE,MAAM,CAAC,EAAE,eAAe,uBAUxD;AAED;;;;;;;;GAQG;AACH,wBAAgB,cAAc,CAAE,KAAK,EAAE,eAAe,CAAE,OAAO,CAAE,2EAiBhE;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,iBAAiB,CAChC,aAAa,EAAE,eAAe,EAC9B,QAAQ,CAAC,EAAE,MAAM,EACjB,KAAK,CAAC,EAAE,eAAe,CAAE,OAAO,CAAE,GAChC,eAAe,CAwBjB;AAED;;;;;GAKG;AACH,wBAAgB,eAAe,CAC9B,KAAK,EAAE,2BAA2B,CAAE,OAAO,CAAE,8BAiB7C;AAED;;;;;;GAMG;AACH,wBAAgB,aAAa,CAAE,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,WAE9D;AAED;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CACtC,KAAK,EAAE,MAAM,EACb,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EAAE,sBAkBjB;AAED;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CACtC,KAAK,EAAE,MAAM,EACb,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EAAE,UAIjB"}
@@ -4,9 +4,9 @@ declare const _default: import("react").ForwardRefExoticComponent<((Omit<{
4
4
  accessibleWhenDisabled?: boolean;
5
5
  children?: import("react").ReactNode;
6
6
  description?: string;
7
- icon?: import("../icon").Props["icon"];
8
- iconPosition?: "left" | "right";
9
- iconSize?: import("../icon").Props["size"];
7
+ icon?: import("../icon").Props['icon'];
8
+ iconPosition?: 'left' | 'right';
9
+ iconSize?: import("../icon").Props['size'];
10
10
  isBusy?: boolean;
11
11
  isDestructive?: boolean;
12
12
  isPressed?: boolean;
@@ -16,20 +16,26 @@ declare const _default: import("react").ForwardRefExoticComponent<((Omit<{
16
16
  ariaLabel: string;
17
17
  };
18
18
  showTooltip?: boolean;
19
- size?: "default" | "compact" | "small";
19
+ size?: 'default' | 'compact' | 'small';
20
20
  text?: string;
21
- tooltipPosition?: import("../popover/types").PopoverProps["position"];
22
- variant?: "primary" | "secondary" | "tertiary" | "link";
21
+ tooltipPosition?: import("../popover/types").PopoverProps['position'];
22
+ variant?: 'primary' | 'secondary' | 'tertiary' | 'link';
23
23
  } & {
24
- disabled?: boolean;
25
- } & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "disabled" | "as" | keyof {
24
+ disabled?: false;
25
+ href: string;
26
+ target?: string;
27
+ } & Omit<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">, "as" | keyof {
28
+ disabled?: false;
29
+ href: string;
30
+ target?: string;
31
+ } | keyof {
26
32
  __next40pxDefaultSize?: boolean;
27
33
  accessibleWhenDisabled?: boolean;
28
34
  children?: import("react").ReactNode;
29
35
  description?: string;
30
- icon?: import("../icon").Props["icon"];
31
- iconPosition?: "left" | "right";
32
- iconSize?: import("../icon").Props["size"];
36
+ icon?: import("../icon").Props['icon'];
37
+ iconPosition?: 'left' | 'right';
38
+ iconSize?: import("../icon").Props['size'];
33
39
  isBusy?: boolean;
34
40
  isDestructive?: boolean;
35
41
  isPressed?: boolean;
@@ -39,18 +45,18 @@ declare const _default: import("react").ForwardRefExoticComponent<((Omit<{
39
45
  ariaLabel: string;
40
46
  };
41
47
  showTooltip?: boolean;
42
- size?: "default" | "compact" | "small";
48
+ size?: 'default' | 'compact' | 'small';
43
49
  text?: string;
44
- tooltipPosition?: import("../popover/types").PopoverProps["position"];
45
- variant?: "primary" | "secondary" | "tertiary" | "link";
50
+ tooltipPosition?: import("../popover/types").PopoverProps['position'];
51
+ variant?: 'primary' | 'secondary' | 'tertiary' | 'link';
46
52
  }> & import("./types").DeprecatedButtonProps & import("react").RefAttributes<any>, "ref"> | Omit<{
47
53
  __next40pxDefaultSize?: boolean;
48
54
  accessibleWhenDisabled?: boolean;
49
55
  children?: import("react").ReactNode;
50
56
  description?: string;
51
- icon?: import("../icon").Props["icon"];
52
- iconPosition?: "left" | "right";
53
- iconSize?: import("../icon").Props["size"];
57
+ icon?: import("../icon").Props['icon'];
58
+ iconPosition?: 'left' | 'right';
59
+ iconSize?: import("../icon").Props['size'];
54
60
  isBusy?: boolean;
55
61
  isDestructive?: boolean;
56
62
  isPressed?: boolean;
@@ -60,22 +66,20 @@ declare const _default: import("react").ForwardRefExoticComponent<((Omit<{
60
66
  ariaLabel: string;
61
67
  };
62
68
  showTooltip?: boolean;
63
- size?: "default" | "compact" | "small";
69
+ size?: 'default' | 'compact' | 'small';
64
70
  text?: string;
65
- tooltipPosition?: import("../popover/types").PopoverProps["position"];
66
- variant?: "primary" | "secondary" | "tertiary" | "link";
71
+ tooltipPosition?: import("../popover/types").PopoverProps['position'];
72
+ variant?: 'primary' | 'secondary' | 'tertiary' | 'link';
67
73
  } & {
68
- disabled?: false;
69
- href: string;
70
- target?: string;
71
- } & Omit<Omit<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref">, "as" | keyof {
74
+ disabled?: boolean;
75
+ } & Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "as" | "disabled" | keyof {
72
76
  __next40pxDefaultSize?: boolean;
73
77
  accessibleWhenDisabled?: boolean;
74
78
  children?: import("react").ReactNode;
75
79
  description?: string;
76
- icon?: import("../icon").Props["icon"];
77
- iconPosition?: "left" | "right";
78
- iconSize?: import("../icon").Props["size"];
80
+ icon?: import("../icon").Props['icon'];
81
+ iconPosition?: 'left' | 'right';
82
+ iconSize?: import("../icon").Props['size'];
79
83
  isBusy?: boolean;
80
84
  isDestructive?: boolean;
81
85
  isPressed?: boolean;
@@ -85,14 +89,10 @@ declare const _default: import("react").ForwardRefExoticComponent<((Omit<{
85
89
  ariaLabel: string;
86
90
  };
87
91
  showTooltip?: boolean;
88
- size?: "default" | "compact" | "small";
92
+ size?: 'default' | 'compact' | 'small';
89
93
  text?: string;
90
- tooltipPosition?: import("../popover/types").PopoverProps["position"];
91
- variant?: "primary" | "secondary" | "tertiary" | "link";
92
- } | keyof {
93
- disabled?: false;
94
- href: string;
95
- target?: string;
94
+ tooltipPosition?: import("../popover/types").PopoverProps['position'];
95
+ variant?: 'primary' | 'secondary' | 'tertiary' | 'link';
96
96
  }> & import("./types").DeprecatedButtonProps & import("react").RefAttributes<any>, "ref">) & DeprecatedIconButtonProps) & import("react").RefAttributes<any>>;
97
97
  export default _default;
98
98
  //# sourceMappingURL=deprecated.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deprecated.d.ts","sourceRoot":"","sources":["../../src/button/deprecated.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiCzD,wBAAmD"}
1
+ {"version":3,"file":"deprecated.d.ts","sourceRoot":"","sources":["../../src/button/deprecated.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/button/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAEX,YAAY,EAIZ,MAAM,OAAO,CAAC;AAef,OAAO,KAAK,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAkElE;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,iBAAiB,CAChC,KAAK,EAAE,WAAW,GAAG,qBAAqB,EAC1C,GAAG,EAAE,YAAY,CAAE,GAAG,CAAE,+BAmMxB;AAED,eAAO,MAAM,MAAM,uHAAkC,CAAC;AAEtD,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/button/index.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAEX,YAAY,EAIZ,MAAM,OAAO,CAAC;AAef,OAAO,KAAK,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAC;AAkElE;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,iBAAiB,CAChC,KAAK,EAAE,WAAW,GAAG,qBAAqB,EAC1C,GAAG,EAAE,YAAY,CAAE,GAAG,CAAE,+BAmMxB;AAED,eAAO,MAAM,MAAM,uHAAkC,CAAC;eAEvC,MAAM"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../../src/button/stories/e2e/index.story.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAO3D;;GAEG;AACH,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAG/B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,MAAM,CAG9B,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,aAAa,EAAE,OAAO,CAAE,OAAO,MAAM,CAqHjD,CAAC;AAKF,eAAO,MAAM,IAAI,qNAA2B,CAAC;AAK7C,eAAO,MAAM,SAAS,EAAE,OAAO,CAAE,OAAO,MAAM,CAmB7C,CAAC"}
1
+ {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../../src/button/stories/e2e/index.story.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAO3D;;GAEG;AACH,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAG/B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,MAAM,CAG9B,CAAC;eACa,IAAI;AAEnB,eAAO,MAAM,aAAa,EAAE,OAAO,CAAE,OAAO,MAAM,CAqHjD,CAAC;AAKF,eAAO,MAAM,IAAI,qNAA2B,CAAC;AAK7C,eAAO,MAAM,SAAS,EAAE,OAAO,CAAE,OAAO,MAAM,CAmB7C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../src/button/stories/index.story.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAC;AAc3D;;GAEG;AACH,OAAO,MAAM,MAAM,IAAI,CAAC;AAExB,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,MAAM,CAsC9B,CAAC;AACF,eAAe,IAAI,CAAC;AAMpB,eAAO,MAAM,OAAO,+MAAsB,CAAC;AAK3C;;;;GAIG;AACH,eAAO,MAAM,OAAO,+MAAsB,CAAC;AAM3C;;GAEG;AACH,eAAO,MAAM,SAAS,+MAAsB,CAAC;AAM7C;;GAEG;AACH,eAAO,MAAM,QAAQ,+MAAsB,CAAC;AAM5C;;;GAGG;AACH,eAAO,MAAM,IAAI,+MAAsB,CAAC;AAMxC;;GAEG;AACH,eAAO,MAAM,aAAa,+MAAsB,CAAC;AAMjD,eAAO,MAAM,IAAI,+MAAsB,CAAC;AASxC,wBAAgB,YAAY,gCAY3B"}
1
+ {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../src/button/stories/index.story.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAW,MAAM,uBAAuB,CAAC;AAc3D;;GAEG;AACH,OAAO,MAAM,MAAM,IAAI,CAAC;AAExB,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,MAAM,CAsC9B,CAAC;eACa,IAAI;AAMnB,eAAO,MAAM,OAAO,+MAAsB,CAAC;AAK3C;;;;GAIG;AACH,eAAO,MAAM,OAAO,+MAAsB,CAAC;AAM3C;;GAEG;AACH,eAAO,MAAM,SAAS,+MAAsB,CAAC;AAM7C;;GAEG;AACH,eAAO,MAAM,QAAQ,+MAAsB,CAAC;AAM5C;;;GAGG;AACH,eAAO,MAAM,IAAI,+MAAsB,CAAC;AAMxC;;GAEG;AACH,eAAO,MAAM,aAAa,+MAAsB,CAAC;AAMjD,eAAO,MAAM,IAAI,+MAAsB,CAAC;AASxC,wBAAgB,YAAY,gCAY3B"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/button-group/index.tsx"],"names":[],"mappings":"AAYA;;GAEG;AACH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAsBhD;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,WAAW,mQAAuC,CAAC;AAGhE,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/button-group/index.tsx"],"names":[],"mappings":"AAYA;;GAEG;AACH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAsBhD;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,WAAW,mQAAuC,CAAC;eAGjD,WAAW"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../src/button-group/stories/index.story.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,OAAO,WAAW,MAAM,IAAI,CAAC;AAG7B;;;;;GAKG;AACH,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,WAAW,CAWnC,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,OAAO,EAAE,QAAQ,CAAE,OAAO,WAAW,CAWjD,CAAC"}
1
+ {"version":3,"file":"index.story.d.ts","sourceRoot":"","sources":["../../../src/button-group/stories/index.story.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,OAAO,WAAW,MAAM,IAAI,CAAC;AAG7B;;;;;GAKG;AACH,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,WAAW,CAWnC,CAAC;eACa,IAAI;AAEnB,eAAO,MAAM,OAAO,EAAE,QAAQ,CAAE,OAAO,WAAW,CAWjD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/calendar/date-calendar/index.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,iBAAiB,EAAmB,MAAM,UAAU,CAAC;AAEnE;;;;;;;GAOG;AACH,eAAO,MAAM,YAAY,GAAK,mGAQ3B,iBAAiB,gCAkCnB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/calendar/date-calendar/index.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,iBAAiB,EAAmB,MAAM,UAAU,CAAC;AAEnE;;;;;;;GAOG;AACH,eAAO,MAAM,YAAY,sGAQtB,iBAAiB,gCAkCnB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { DateRangeCalendarProps, DateRange } from '../types';
2
- export declare function usePreviewRange({ selected, hoveredDate, excludeDisabled, min, max, disabled, }: Pick<DateRangeCalendarProps, 'selected' | 'excludeDisabled' | 'min' | 'max' | 'disabled'> & {
2
+ export declare function usePreviewRange({ selected, hoveredDate, excludeDisabled, min, max, disabled }: Pick<DateRangeCalendarProps, 'selected' | 'excludeDisabled' | 'min' | 'max' | 'disabled'> & {
3
3
  hoveredDate: Date | undefined;
4
4
  }): DateRange | undefined;
5
5
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/calendar/date-range-calendar/index.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EACX,sBAAsB,EACtB,SAAS,EAET,MAAM,UAAU,CAAC;AAElB,wBAAgB,eAAe,CAAE,EAChC,QAAQ,EACR,WAAW,EACX,eAAe,EACf,GAAG,EACH,GAAG,EACH,QAAQ,GACR,EAAE,IAAI,CACN,sBAAsB,EACtB,UAAU,GAAG,iBAAiB,GAAG,KAAK,GAAG,KAAK,GAAG,UAAU,CAC3D,GAAG;IACH,WAAW,EAAE,IAAI,GAAG,SAAS,CAAC;CAC9B,yBA6FA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB,GAAK,wIAYhC,sBAAsB,gCAgExB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/calendar/date-range-calendar/index.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EACX,sBAAsB,EACtB,SAAS,EAET,MAAM,UAAU,CAAC;AAElB,wBAAgB,eAAe,CAAE,EAChC,QAAQ,EACR,WAAW,EACX,eAAe,EACf,GAAG,EACH,GAAG,EACH,QAAQ,EACR,EAAE,IAAI,CACN,sBAAsB,EACtB,UAAU,GAAG,iBAAiB,GAAG,KAAK,GAAG,KAAK,GAAG,UAAU,CAC3D,GAAG;IACH,WAAW,EAAE,IAAI,GAAG,SAAS,CAAC;CAC9B,yBA6FA;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,iBAAiB,2IAY3B,sBAAsB,gCAgExB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"date-calendar.story.d.ts","sourceRoot":"","sources":["../../../src/calendar/stories/date-calendar.story.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAM5D;;GAEG;AACH,OAAO,EAAE,YAAY,EAAU,MAAM,IAAI,CAAC;AAE1C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,YAAY,CA4EpC,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAE,OAAO,YAAY,CAAE,CAAC;AAE7C,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,aAAa,EAAE,KA6B3B,CAAC;AAQF,eAAO,MAAM,wBAAwB,EAAE,KAKtC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,KAK7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KAyD1B,CAAC"}
1
+ {"version":3,"file":"date-calendar.story.d.ts","sourceRoot":"","sources":["../../../src/calendar/stories/date-calendar.story.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAM5D;;GAEG;AACH,OAAO,EAAE,YAAY,EAAU,MAAM,IAAI,CAAC;AAE1C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,YAAY,CA4EpC,CAAC;eACa,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAE,OAAO,YAAY,CAAE,CAAC;AAE7C,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,aAAa,EAAE,KA6B3B,CAAC;AAQF,eAAO,MAAM,wBAAwB,EAAE,KAKtC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,KAK7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KAyD1B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"date-range-calendar.story.d.ts","sourceRoot":"","sources":["../../../src/calendar/stories/date-range-calendar.story.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAK5D;;GAEG;AACH,OAAO,EAAE,iBAAiB,EAAU,MAAM,IAAI,CAAC;AAE/C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,iBAAiB,CA4EzC,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAE,OAAO,iBAAiB,CAAE,CAAC;AAElD,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,aAAa,EAAE,KA6B3B,CAAC;AASF,eAAO,MAAM,yBAAyB,EAAE,KAQvC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,KAK7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KA+D1B,CAAC"}
1
+ {"version":3,"file":"date-range-calendar.story.d.ts","sourceRoot":"","sources":["../../../src/calendar/stories/date-range-calendar.story.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAK5D;;GAEG;AACH,OAAO,EAAE,iBAAiB,EAAU,MAAM,IAAI,CAAC;AAE/C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAE,OAAO,iBAAiB,CA4EzC,CAAC;eACa,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAE,OAAO,iBAAiB,CAAE,CAAC;AAElD,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,aAAa,EAAE,KA6B3B,CAAC;AASF,eAAO,MAAM,yBAAyB,EAAE,KAQvC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,KAK7B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KA+D1B,CAAC"}