@wordpress/components 39.0.0 → 40.0.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 (1080) hide show
  1. package/CHANGELOG.md +63 -0
  2. package/CONTRIBUTING.md +7 -8
  3. package/build/base-control/styles/base-control-styles.cjs +150 -45
  4. package/build/base-control/styles/base-control-styles.cjs.map +4 -4
  5. package/build/border-box-control/border-box-control/hook.cjs +88 -23
  6. package/build/border-box-control/border-box-control/hook.cjs.map +3 -3
  7. package/build/border-box-control/border-box-control-linked-button/hook.cjs +87 -8
  8. package/build/border-box-control/border-box-control-linked-button/hook.cjs.map +4 -4
  9. package/build/border-box-control/border-box-control-split-controls/hook.cjs +89 -16
  10. package/build/border-box-control/border-box-control-split-controls/hook.cjs.map +4 -4
  11. package/build/border-box-control/border-box-control-visualizer/hook.cjs +108 -8
  12. package/build/border-box-control/border-box-control-visualizer/hook.cjs.map +4 -4
  13. package/build/border-control/border-control/hook.cjs +89 -14
  14. package/build/border-control/border-control/hook.cjs.map +4 -4
  15. package/build/border-control/border-control-dropdown/component.cjs +2 -4
  16. package/build/border-control/border-control-dropdown/component.cjs.map +2 -2
  17. package/build/border-control/border-control-dropdown/hook.cjs +103 -27
  18. package/build/border-control/border-control-dropdown/hook.cjs.map +4 -4
  19. package/build/box-control/box-input-control.cjs +102 -10
  20. package/build/box-control/box-input-control.cjs.map +4 -4
  21. package/build/box-control/index.cjs +95 -5
  22. package/build/box-control/index.cjs.map +4 -4
  23. package/build/button/index.cjs +10 -3
  24. package/build/button/index.cjs.map +2 -2
  25. package/build/card/card-body/hook.cjs +4 -2
  26. package/build/card/card-body/hook.cjs.map +2 -2
  27. package/build/card/styles.cjs +31 -16
  28. package/build/card/styles.cjs.map +2 -2
  29. package/build/circular-option-picker/circular-option-picker-option.cjs +4 -5
  30. package/build/circular-option-picker/circular-option-picker-option.cjs.map +2 -2
  31. package/build/circular-option-picker/circular-option-picker.cjs +24 -6
  32. package/build/circular-option-picker/circular-option-picker.cjs.map +2 -2
  33. package/build/circular-option-picker/index.cjs +6 -2
  34. package/build/circular-option-picker/index.cjs.map +2 -2
  35. package/build/circular-option-picker/utils.cjs +38 -8
  36. package/build/circular-option-picker/utils.cjs.map +3 -3
  37. package/build/color-palette/index.cjs +103 -10
  38. package/build/color-palette/index.cjs.map +3 -3
  39. package/build/combobox-control/index.cjs +87 -2
  40. package/build/combobox-control/index.cjs.map +3 -3
  41. package/build/confirm-dialog/component.cjs +5 -1
  42. package/build/confirm-dialog/component.cjs.map +2 -2
  43. package/build/content-editable-control/index.cjs +1 -1
  44. package/build/content-editable-control/index.cjs.map +2 -2
  45. package/build/context/context-system-provider.cjs.map +2 -2
  46. package/build/custom-gradient-picker/gradient-bar/control-points.cjs +14 -2
  47. package/build/custom-gradient-picker/gradient-bar/control-points.cjs.map +2 -2
  48. package/build/custom-gradient-picker/gradient-bar/index.cjs +2 -0
  49. package/build/custom-gradient-picker/gradient-bar/index.cjs.map +2 -2
  50. package/build/dropdown/dropdown-content-wrapper.cjs +102 -3
  51. package/build/dropdown/dropdown-content-wrapper.cjs.map +4 -4
  52. package/build/duotone-picker/custom-duotone-bar.cjs +1 -0
  53. package/build/duotone-picker/custom-duotone-bar.cjs.map +2 -2
  54. package/build/duotone-picker/duotone-picker.cjs +23 -14
  55. package/build/duotone-picker/duotone-picker.cjs.map +2 -2
  56. package/build/focal-point-picker/index.cjs +5 -3
  57. package/build/focal-point-picker/index.cjs.map +2 -2
  58. package/build/gradient-picker/index.cjs +105 -11
  59. package/build/gradient-picker/index.cjs.map +3 -3
  60. package/build/input-control/input-field.cjs +1 -0
  61. package/build/input-control/input-field.cjs.map +2 -2
  62. package/build/input-control/styles/input-control-styles.cjs +22 -22
  63. package/build/input-control/styles/input-control-styles.cjs.map +2 -2
  64. package/build/modal/index.cjs +1 -0
  65. package/build/modal/index.cjs.map +2 -2
  66. package/build/palette-edit/index.cjs +208 -33
  67. package/build/palette-edit/index.cjs.map +3 -3
  68. package/build/private-apis.cjs +1 -6
  69. package/build/private-apis.cjs.map +2 -2
  70. package/build/progress-bar/index.cjs +95 -7
  71. package/build/progress-bar/index.cjs.map +4 -4
  72. package/build/radio-control/index.cjs +1 -0
  73. package/build/radio-control/index.cjs.map +2 -2
  74. package/build/resizable-box/resize-tooltip/index.cjs +91 -4
  75. package/build/resizable-box/resize-tooltip/index.cjs.map +3 -3
  76. package/build/resizable-box/resize-tooltip/label.cjs +103 -6
  77. package/build/resizable-box/resize-tooltip/label.cjs.map +4 -4
  78. package/build/scrollable/hook.cjs +93 -6
  79. package/build/scrollable/hook.cjs.map +4 -4
  80. package/build/textarea-control/index.cjs +87 -3
  81. package/build/textarea-control/index.cjs.map +3 -3
  82. package/build/toggle-group-control/toggle-group-control/component.cjs +1 -1
  83. package/build/toggle-group-control/toggle-group-control/component.cjs.map +2 -2
  84. package/build/toggle-group-control/toggle-group-control-option-base/component.cjs +1 -1
  85. package/build/toggle-group-control/toggle-group-control-option-base/component.cjs.map +2 -2
  86. package/build/utils/config-values.cjs +0 -3
  87. package/build/utils/config-values.cjs.map +2 -2
  88. package/build/validated-form-controls/components/content-editable-control.cjs +3 -2
  89. package/build/validated-form-controls/components/content-editable-control.cjs.map +2 -2
  90. package/build/validated-form-controls/components/custom-select-control.cjs +3 -2
  91. package/build/validated-form-controls/components/custom-select-control.cjs.map +2 -2
  92. package/build/validated-form-controls/components/index.cjs +1 -9
  93. package/build/validated-form-controls/components/index.cjs.map +2 -2
  94. package/build/validated-form-controls/components/input-control.cjs +9 -2
  95. package/build/validated-form-controls/components/input-control.cjs.map +3 -3
  96. package/build/validated-form-controls/components/range-control.cjs +3 -2
  97. package/build/validated-form-controls/components/range-control.cjs.map +2 -2
  98. package/build/validated-form-controls/components/textarea-control.cjs +9 -2
  99. package/build/validated-form-controls/components/textarea-control.cjs.map +3 -3
  100. package/build/validated-form-controls/index.cjs +1 -3
  101. package/build/validated-form-controls/index.cjs.map +2 -2
  102. package/build/z-stack/component.cjs +105 -7
  103. package/build/z-stack/component.cjs.map +4 -4
  104. package/build-module/base-control/styles/base-control-styles.mjs +151 -46
  105. package/build-module/base-control/styles/base-control-styles.mjs.map +3 -3
  106. package/build-module/border-box-control/border-box-control/hook.mjs +89 -14
  107. package/build-module/border-box-control/border-box-control/hook.mjs.map +3 -3
  108. package/build-module/border-box-control/border-box-control-linked-button/hook.mjs +87 -8
  109. package/build-module/border-box-control/border-box-control-linked-button/hook.mjs.map +3 -3
  110. package/build-module/border-box-control/border-box-control-split-controls/hook.mjs +89 -16
  111. package/build-module/border-box-control/border-box-control-split-controls/hook.mjs.map +3 -3
  112. package/build-module/border-box-control/border-box-control-visualizer/hook.mjs +108 -8
  113. package/build-module/border-box-control/border-box-control-visualizer/hook.mjs.map +3 -3
  114. package/build-module/border-control/border-control/hook.mjs +90 -15
  115. package/build-module/border-control/border-control/hook.mjs.map +3 -3
  116. package/build-module/border-control/border-control-dropdown/component.mjs +2 -4
  117. package/build-module/border-control/border-control-dropdown/component.mjs.map +2 -2
  118. package/build-module/border-control/border-control-dropdown/hook.mjs +103 -27
  119. package/build-module/border-control/border-control-dropdown/hook.mjs.map +3 -3
  120. package/build-module/box-control/box-input-control.mjs +102 -10
  121. package/build-module/box-control/box-input-control.mjs.map +3 -3
  122. package/build-module/box-control/index.mjs +95 -5
  123. package/build-module/box-control/index.mjs.map +3 -3
  124. package/build-module/button/index.mjs +11 -4
  125. package/build-module/button/index.mjs.map +2 -2
  126. package/build-module/card/card-body/hook.mjs +4 -2
  127. package/build-module/card/card-body/hook.mjs.map +2 -2
  128. package/build-module/card/styles.mjs +30 -16
  129. package/build-module/card/styles.mjs.map +2 -2
  130. package/build-module/circular-option-picker/circular-option-picker-option.mjs +4 -5
  131. package/build-module/circular-option-picker/circular-option-picker-option.mjs.map +2 -2
  132. package/build-module/circular-option-picker/circular-option-picker.mjs +24 -6
  133. package/build-module/circular-option-picker/circular-option-picker.mjs.map +2 -2
  134. package/build-module/circular-option-picker/index.mjs +4 -2
  135. package/build-module/circular-option-picker/index.mjs.map +2 -2
  136. package/build-module/circular-option-picker/utils.mjs +25 -7
  137. package/build-module/circular-option-picker/utils.mjs.map +2 -2
  138. package/build-module/color-palette/index.mjs +104 -11
  139. package/build-module/color-palette/index.mjs.map +3 -3
  140. package/build-module/combobox-control/index.mjs +88 -3
  141. package/build-module/combobox-control/index.mjs.map +3 -3
  142. package/build-module/confirm-dialog/component.mjs +5 -1
  143. package/build-module/confirm-dialog/component.mjs.map +2 -2
  144. package/build-module/content-editable-control/index.mjs +1 -1
  145. package/build-module/content-editable-control/index.mjs.map +2 -2
  146. package/build-module/context/context-system-provider.mjs.map +2 -2
  147. package/build-module/custom-gradient-picker/gradient-bar/control-points.mjs +14 -2
  148. package/build-module/custom-gradient-picker/gradient-bar/control-points.mjs.map +2 -2
  149. package/build-module/custom-gradient-picker/gradient-bar/index.mjs +2 -0
  150. package/build-module/custom-gradient-picker/gradient-bar/index.mjs.map +2 -2
  151. package/build-module/dropdown/dropdown-content-wrapper.mjs +92 -3
  152. package/build-module/dropdown/dropdown-content-wrapper.mjs.map +3 -3
  153. package/build-module/duotone-picker/custom-duotone-bar.mjs +1 -0
  154. package/build-module/duotone-picker/custom-duotone-bar.mjs.map +2 -2
  155. package/build-module/duotone-picker/duotone-picker.mjs +24 -15
  156. package/build-module/duotone-picker/duotone-picker.mjs.map +2 -2
  157. package/build-module/focal-point-picker/index.mjs +5 -3
  158. package/build-module/focal-point-picker/index.mjs.map +2 -2
  159. package/build-module/gradient-picker/index.mjs +106 -12
  160. package/build-module/gradient-picker/index.mjs.map +3 -3
  161. package/build-module/input-control/input-field.mjs +1 -0
  162. package/build-module/input-control/input-field.mjs.map +2 -2
  163. package/build-module/input-control/styles/input-control-styles.mjs +22 -22
  164. package/build-module/input-control/styles/input-control-styles.mjs.map +2 -2
  165. package/build-module/modal/index.mjs +1 -0
  166. package/build-module/modal/index.mjs.map +2 -2
  167. package/build-module/palette-edit/index.mjs +209 -34
  168. package/build-module/palette-edit/index.mjs.map +2 -2
  169. package/build-module/private-apis.mjs +2 -7
  170. package/build-module/private-apis.mjs.map +2 -2
  171. package/build-module/progress-bar/index.mjs +95 -7
  172. package/build-module/progress-bar/index.mjs.map +3 -3
  173. package/build-module/radio-control/index.mjs +1 -0
  174. package/build-module/radio-control/index.mjs.map +2 -2
  175. package/build-module/resizable-box/resize-tooltip/index.mjs +91 -4
  176. package/build-module/resizable-box/resize-tooltip/index.mjs.map +3 -3
  177. package/build-module/resizable-box/resize-tooltip/label.mjs +93 -6
  178. package/build-module/resizable-box/resize-tooltip/label.mjs.map +3 -3
  179. package/build-module/scrollable/hook.mjs +93 -6
  180. package/build-module/scrollable/hook.mjs.map +4 -4
  181. package/build-module/textarea-control/index.mjs +87 -3
  182. package/build-module/textarea-control/index.mjs.map +3 -3
  183. package/build-module/toggle-group-control/toggle-group-control/component.mjs +1 -1
  184. package/build-module/toggle-group-control/toggle-group-control/component.mjs.map +2 -2
  185. package/build-module/toggle-group-control/toggle-group-control-option-base/component.mjs +1 -1
  186. package/build-module/toggle-group-control/toggle-group-control-option-base/component.mjs.map +2 -2
  187. package/build-module/utils/config-values.mjs +0 -3
  188. package/build-module/utils/config-values.mjs.map +2 -2
  189. package/build-module/validated-form-controls/components/content-editable-control.mjs +2 -1
  190. package/build-module/validated-form-controls/components/content-editable-control.mjs.map +2 -2
  191. package/build-module/validated-form-controls/components/custom-select-control.mjs +2 -1
  192. package/build-module/validated-form-controls/components/custom-select-control.mjs.map +2 -2
  193. package/build-module/validated-form-controls/components/index.mjs +0 -4
  194. package/build-module/validated-form-controls/components/index.mjs.map +2 -2
  195. package/build-module/validated-form-controls/components/input-control.mjs +8 -1
  196. package/build-module/validated-form-controls/components/input-control.mjs.map +2 -2
  197. package/build-module/validated-form-controls/components/range-control.mjs +2 -1
  198. package/build-module/validated-form-controls/components/range-control.mjs.map +2 -2
  199. package/build-module/validated-form-controls/components/textarea-control.mjs +8 -1
  200. package/build-module/validated-form-controls/components/textarea-control.mjs.map +2 -2
  201. package/build-module/validated-form-controls/index.mjs +0 -1
  202. package/build-module/validated-form-controls/index.mjs.map +2 -2
  203. package/build-module/z-stack/component.mjs +95 -7
  204. package/build-module/z-stack/component.mjs.map +3 -3
  205. package/build-style/style-rtl.css +79 -134
  206. package/build-style/style.css +79 -134
  207. package/build-types/base-control/styles/base-control-styles.d.ts +21 -20
  208. package/build-types/base-control/styles/base-control-styles.d.ts.map +1 -1
  209. package/build-types/border-box-control/border-box-control/hook.d.ts.map +1 -1
  210. package/build-types/border-box-control/border-box-control-linked-button/hook.d.ts.map +1 -1
  211. package/build-types/border-box-control/border-box-control-split-controls/hook.d.ts.map +1 -1
  212. package/build-types/border-box-control/border-box-control-visualizer/hook.d.ts +863 -1
  213. package/build-types/border-box-control/border-box-control-visualizer/hook.d.ts.map +1 -1
  214. package/build-types/border-control/border-control/hook.d.ts.map +1 -1
  215. package/build-types/border-control/border-control-dropdown/component.d.ts.map +1 -1
  216. package/build-types/border-control/border-control-dropdown/hook.d.ts +4 -2
  217. package/build-types/border-control/border-control-dropdown/hook.d.ts.map +1 -1
  218. package/build-types/box-control/box-input-control.d.ts.map +1 -1
  219. package/build-types/box-control/index.d.ts.map +1 -1
  220. package/build-types/button/index.d.ts.map +1 -1
  221. package/build-types/card/styles.d.ts +2 -1
  222. package/build-types/card/styles.d.ts.map +1 -1
  223. package/build-types/circular-option-picker/circular-option-picker-option.d.ts.map +1 -1
  224. package/build-types/circular-option-picker/circular-option-picker.d.ts.map +1 -1
  225. package/build-types/circular-option-picker/index.d.ts +1 -1
  226. package/build-types/circular-option-picker/index.d.ts.map +1 -1
  227. package/build-types/circular-option-picker/types.d.ts +34 -26
  228. package/build-types/circular-option-picker/types.d.ts.map +1 -1
  229. package/build-types/circular-option-picker/utils.d.ts +9 -5
  230. package/build-types/circular-option-picker/utils.d.ts.map +1 -1
  231. package/build-types/color-palette/index.d.ts.map +1 -1
  232. package/build-types/color-palette/types.d.ts +23 -3
  233. package/build-types/color-palette/types.d.ts.map +1 -1
  234. package/build-types/combobox-control/index.d.ts.map +1 -1
  235. package/build-types/combobox-control/types.d.ts +4 -2
  236. package/build-types/combobox-control/types.d.ts.map +1 -1
  237. package/build-types/confirm-dialog/component.d.ts.map +1 -1
  238. package/build-types/confirm-dialog/types.d.ts +11 -0
  239. package/build-types/confirm-dialog/types.d.ts.map +1 -1
  240. package/build-types/context/context-system-provider.d.ts.map +1 -1
  241. package/build-types/custom-gradient-picker/gradient-bar/control-points.d.ts +1 -1
  242. package/build-types/custom-gradient-picker/gradient-bar/control-points.d.ts.map +1 -1
  243. package/build-types/custom-gradient-picker/gradient-bar/index.d.ts +1 -1
  244. package/build-types/custom-gradient-picker/gradient-bar/index.d.ts.map +1 -1
  245. package/build-types/custom-gradient-picker/types.d.ts +10 -0
  246. package/build-types/custom-gradient-picker/types.d.ts.map +1 -1
  247. package/build-types/dropdown/dropdown-content-wrapper.d.ts.map +1 -1
  248. package/build-types/duotone-picker/custom-duotone-bar.d.ts.map +1 -1
  249. package/build-types/duotone-picker/duotone-picker.d.ts +1 -1
  250. package/build-types/duotone-picker/duotone-picker.d.ts.map +1 -1
  251. package/build-types/duotone-picker/types.d.ts +43 -4
  252. package/build-types/duotone-picker/types.d.ts.map +1 -1
  253. package/build-types/focal-point-picker/index.d.ts.map +1 -1
  254. package/build-types/gradient-picker/index.d.ts.map +1 -1
  255. package/build-types/gradient-picker/types.d.ts +22 -3
  256. package/build-types/gradient-picker/types.d.ts.map +1 -1
  257. package/build-types/input-control/input-field.d.ts.map +1 -1
  258. package/build-types/input-control/styles/input-control-styles.d.ts.map +1 -1
  259. package/build-types/modal/index.d.ts.map +1 -1
  260. package/build-types/palette-edit/index.d.ts +8 -5
  261. package/build-types/palette-edit/index.d.ts.map +1 -1
  262. package/build-types/palette-edit/types.d.ts +47 -8
  263. package/build-types/palette-edit/types.d.ts.map +1 -1
  264. package/build-types/private-apis.d.ts.map +1 -1
  265. package/build-types/progress-bar/index.d.ts.map +1 -1
  266. package/build-types/radio-control/index.d.ts.map +1 -1
  267. package/build-types/radio-control/types.d.ts +6 -0
  268. package/build-types/radio-control/types.d.ts.map +1 -1
  269. package/build-types/resizable-box/resize-tooltip/index.d.ts +4 -5
  270. package/build-types/resizable-box/resize-tooltip/index.d.ts.map +1 -1
  271. package/build-types/resizable-box/resize-tooltip/label.d.ts.map +1 -1
  272. package/build-types/scrollable/hook.d.ts.map +1 -1
  273. package/build-types/textarea-control/index.d.ts.map +1 -1
  274. package/build-types/utils/config-values.d.ts +0 -3
  275. package/build-types/validated-form-controls/components/content-editable-control.d.ts.map +1 -1
  276. package/build-types/validated-form-controls/components/custom-select-control.d.ts.map +1 -1
  277. package/build-types/validated-form-controls/components/index.d.ts +0 -4
  278. package/build-types/validated-form-controls/components/index.d.ts.map +1 -1
  279. package/build-types/validated-form-controls/components/input-control.d.ts.map +1 -1
  280. package/build-types/validated-form-controls/components/range-control.d.ts.map +1 -1
  281. package/build-types/validated-form-controls/components/textarea-control.d.ts.map +1 -1
  282. package/build-types/validated-form-controls/index.d.ts +0 -1
  283. package/build-types/validated-form-controls/index.d.ts.map +1 -1
  284. package/build-types/z-stack/component.d.ts.map +1 -1
  285. package/package.json +30 -30
  286. package/src/animate/stories/index.story.tsx +0 -10
  287. package/src/base-control/stories/index.story.tsx +1 -1
  288. package/src/base-control/styles/base-control-styles.tsx +115 -0
  289. package/src/base-control/styles/style.module.scss +39 -0
  290. package/src/border-box-control/border-box-control/hook.ts +5 -16
  291. package/src/border-box-control/border-box-control-linked-button/hook.ts +6 -10
  292. package/src/border-box-control/border-box-control-split-controls/hook.ts +11 -20
  293. package/src/border-box-control/border-box-control-visualizer/hook.ts +37 -11
  294. package/src/border-box-control/stories/index.story.tsx +1 -1
  295. package/src/border-box-control/style.module.scss +43 -0
  296. package/src/border-control/border-control/hook.ts +10 -19
  297. package/src/border-control/border-control-dropdown/component.tsx +6 -8
  298. package/src/border-control/border-control-dropdown/hook.ts +23 -32
  299. package/src/border-control/style.module.scss +93 -0
  300. package/src/border-control/test/index.js +63 -31
  301. package/src/box-control/box-input-control.tsx +31 -16
  302. package/src/box-control/index.tsx +15 -12
  303. package/src/box-control/style.module.scss +28 -0
  304. package/src/box-control/test/index.tsx +161 -0
  305. package/src/button/index.tsx +32 -10
  306. package/src/button/test/index.tsx +51 -0
  307. package/src/card/card-body/hook.ts +2 -2
  308. package/src/card/styles.ts +11 -1
  309. package/src/card/test/__snapshots__/index.tsx.snap +27 -27
  310. package/src/circular-option-picker/README.md +8 -4
  311. package/src/circular-option-picker/circular-option-picker-option.tsx +26 -16
  312. package/src/circular-option-picker/circular-option-picker.tsx +47 -14
  313. package/src/circular-option-picker/index.tsx +5 -1
  314. package/src/circular-option-picker/stories/index.story.tsx +3 -3
  315. package/src/circular-option-picker/test/index.tsx +152 -3
  316. package/src/circular-option-picker/types.ts +38 -32
  317. package/src/circular-option-picker/utils.tsx +35 -5
  318. package/src/clipboard-button/index.tsx +1 -1
  319. package/src/color-palette/README.md +11 -7
  320. package/src/color-palette/index.tsx +28 -14
  321. package/src/color-palette/stories/index.story.tsx +5 -0
  322. package/src/color-palette/style.module.scss +12 -0
  323. package/src/color-palette/test/index.tsx +80 -5
  324. package/src/color-palette/types.ts +23 -3
  325. package/src/color-picker/stories/index.story.tsx +0 -5
  326. package/src/combobox-control/README.md +1 -1
  327. package/src/combobox-control/index.tsx +4 -4
  328. package/src/combobox-control/style.module.scss +6 -0
  329. package/src/combobox-control/style.scss +1 -1
  330. package/src/combobox-control/types.ts +4 -2
  331. package/src/composite/legacy/stories/index.story.tsx +10 -10
  332. package/src/composite/stories/index.story.tsx +0 -5
  333. package/src/confirm-dialog/README.md +16 -0
  334. package/src/confirm-dialog/component.tsx +7 -1
  335. package/src/confirm-dialog/test/index.tsx +41 -0
  336. package/src/confirm-dialog/types.ts +11 -0
  337. package/src/content-editable-control/style.module.scss +0 -1
  338. package/src/context/context-system-provider.js +0 -1
  339. package/src/custom-gradient-picker/gradient-bar/control-points.tsx +24 -3
  340. package/src/custom-gradient-picker/gradient-bar/index.tsx +2 -0
  341. package/src/custom-gradient-picker/test/index.tsx +134 -0
  342. package/src/custom-gradient-picker/types.ts +10 -0
  343. package/src/dropdown/dropdown-content-wrapper.tsx +17 -7
  344. package/src/dropdown/stories/index.story.tsx +0 -5
  345. package/src/dropdown/style.module.scss +25 -0
  346. package/src/dropdown/test/index.tsx +51 -0
  347. package/src/duotone-picker/README.md +21 -6
  348. package/src/duotone-picker/custom-duotone-bar.tsx +1 -0
  349. package/src/duotone-picker/duotone-picker.tsx +79 -54
  350. package/src/duotone-picker/stories/duotone-picker.story.tsx +63 -15
  351. package/src/duotone-picker/test/custom-duotone-bar.tsx +114 -0
  352. package/src/duotone-picker/test/index.tsx +346 -0
  353. package/src/duotone-picker/types.ts +48 -4
  354. package/src/focal-point-picker/index.tsx +6 -2
  355. package/src/focal-point-picker/stories/index.story.tsx +15 -0
  356. package/src/focal-point-picker/test/index.tsx +31 -0
  357. package/src/form-toggle/stories/index.story.tsx +3 -0
  358. package/src/form-token-field/style.scss +7 -1
  359. package/src/gradient-picker/README.md +19 -10
  360. package/src/gradient-picker/index.tsx +43 -16
  361. package/src/gradient-picker/stories/index.story.tsx +5 -0
  362. package/src/gradient-picker/test/index.tsx +84 -0
  363. package/src/gradient-picker/types.ts +22 -3
  364. package/src/input-control/input-field.tsx +1 -0
  365. package/src/input-control/stories/index.story.tsx +3 -3
  366. package/src/input-control/stories/migration-guide.mdx +201 -0
  367. package/src/input-control/style.scss +11 -0
  368. package/src/input-control/styles/input-control-styles.tsx +30 -11
  369. package/src/input-control/test/index.js +10 -0
  370. package/src/keyboard-shortcuts/stories/index.story.tsx +2 -2
  371. package/src/menu-group/stories/index.story.tsx +9 -6
  372. package/src/menu-item/stories/index.story.tsx +6 -3
  373. package/src/menu-items-choice/stories/index.story.tsx +14 -11
  374. package/src/modal/index.tsx +1 -0
  375. package/src/modal/test/index.tsx +19 -0
  376. package/src/navigator/stories/index.story.tsx +0 -5
  377. package/src/number-control/stories/index.story.tsx +3 -3
  378. package/src/palette-edit/index.tsx +364 -70
  379. package/src/palette-edit/stories/index.story.tsx +59 -18
  380. package/src/palette-edit/style.scss +3 -1
  381. package/src/palette-edit/test/index.tsx +375 -1
  382. package/src/palette-edit/types.ts +50 -8
  383. package/src/popover/stories/index.story.tsx +5 -1
  384. package/src/popover/stories/utils.tsx +79 -0
  385. package/src/popover/test/index.tsx +1 -1
  386. package/src/popover/test/utils/index.js +1 -0
  387. package/src/popover/test/utils/index.tsx +4 -78
  388. package/src/private-apis.ts +0 -8
  389. package/src/progress-bar/index.tsx +10 -6
  390. package/src/progress-bar/style.module.scss +62 -0
  391. package/src/progress-bar/test/index.tsx +13 -11
  392. package/src/radio-control/README.md +3 -1
  393. package/src/radio-control/index.tsx +1 -0
  394. package/src/radio-control/stories/index.story.tsx +12 -0
  395. package/src/radio-control/style.scss +1 -3
  396. package/src/radio-control/test/index.tsx +59 -0
  397. package/src/radio-control/types.ts +6 -0
  398. package/src/range-control/stories/index.story.tsx +30 -0
  399. package/src/resizable-box/resize-tooltip/index.tsx +16 -7
  400. package/src/resizable-box/resize-tooltip/label.tsx +18 -12
  401. package/src/resizable-box/resize-tooltip/style.module.scss +40 -0
  402. package/src/resizable-box/resize-tooltip/test/index.tsx +44 -0
  403. package/src/resizable-box/resize-tooltip/test/label.tsx +25 -0
  404. package/src/resizable-box/stories/index.story.tsx +11 -0
  405. package/src/sandbox/stories/index.story.tsx +2 -0
  406. package/src/scrollable/hook.ts +11 -17
  407. package/src/scrollable/stories/index.story.tsx +1 -0
  408. package/src/scrollable/style.module.scss +44 -0
  409. package/src/scrollable/test/index.tsx +120 -6
  410. package/src/snackbar/stories/index.story.tsx +5 -0
  411. package/src/snackbar/stories/list.story.tsx +3 -0
  412. package/src/spinner/stories/index.story.tsx +2 -2
  413. package/src/style.scss +1 -0
  414. package/src/text-control/stories/index.story.tsx +2 -3
  415. package/src/text-control/style.scss +0 -1
  416. package/src/textarea-control/index.tsx +6 -3
  417. package/src/textarea-control/stories/index.story.tsx +2 -3
  418. package/src/textarea-control/stories/migration-guide.mdx +79 -0
  419. package/src/textarea-control/style.module.scss +56 -0
  420. package/src/toggle-group-control/test/__snapshots__/index.tsx.snap +12 -116
  421. package/src/toggle-group-control/toggle-group-control/style.module.scss +0 -2
  422. package/src/toggle-group-control/toggle-group-control-option-base/style.module.scss +0 -2
  423. package/src/utils/config-values.js +0 -3
  424. package/src/utils/theme-variables.scss +0 -1
  425. package/src/validated-form-controls/components/content-editable-control.tsx +2 -1
  426. package/src/validated-form-controls/components/custom-select-control.tsx +2 -1
  427. package/src/validated-form-controls/components/index.ts +0 -4
  428. package/src/validated-form-controls/components/input-control.tsx +9 -1
  429. package/src/validated-form-controls/components/range-control.tsx +2 -1
  430. package/src/validated-form-controls/components/stories/content-editable-control.story.tsx +6 -0
  431. package/src/validated-form-controls/components/stories/custom-select-control.story.tsx +6 -0
  432. package/src/validated-form-controls/components/stories/overview.mdx +4 -47
  433. package/src/validated-form-controls/components/textarea-control.tsx +9 -1
  434. package/src/validated-form-controls/index.ts +0 -1
  435. package/src/validated-form-controls/style.scss +11 -67
  436. package/src/validated-form-controls/test/input-control.tsx +12 -0
  437. package/src/validated-form-controls/test/textarea-control.tsx +17 -0
  438. package/src/z-stack/component.tsx +17 -9
  439. package/src/z-stack/style.module.scss +26 -0
  440. package/build/border-box-control/styles.cjs +0 -99
  441. package/build/border-box-control/styles.cjs.map +0 -7
  442. package/build/border-control/styles.cjs +0 -117
  443. package/build/border-control/styles.cjs.map +0 -7
  444. package/build/box-control/styles/box-control-styles.cjs +0 -131
  445. package/build/box-control/styles/box-control-styles.cjs.map +0 -7
  446. package/build/color-palette/styles.cjs +0 -49
  447. package/build/color-palette/styles.cjs.map +0 -7
  448. package/build/combobox-control/styles.cjs +0 -49
  449. package/build/combobox-control/styles.cjs.map +0 -7
  450. package/build/dropdown/styles.cjs +0 -61
  451. package/build/dropdown/styles.cjs.map +0 -7
  452. package/build/progress-bar/styles.cjs +0 -106
  453. package/build/progress-bar/styles.cjs.map +0 -7
  454. package/build/resizable-box/resize-tooltip/styles/resize-tooltip.styles.cjs +0 -90
  455. package/build/resizable-box/resize-tooltip/styles/resize-tooltip.styles.cjs.map +0 -7
  456. package/build/scrollable/styles.cjs +0 -96
  457. package/build/scrollable/styles.cjs.map +0 -7
  458. package/build/textarea-control/styles/textarea-control-styles.cjs +0 -54
  459. package/build/textarea-control/styles/textarea-control-styles.cjs.map +0 -7
  460. package/build/validated-form-controls/components/combobox-control.cjs +0 -75
  461. package/build/validated-form-controls/components/combobox-control.cjs.map +0 -7
  462. package/build/validated-form-controls/components/form-token-field.cjs +0 -69
  463. package/build/validated-form-controls/components/form-token-field.cjs.map +0 -7
  464. package/build/validated-form-controls/components/toggle-control.cjs +0 -67
  465. package/build/validated-form-controls/components/toggle-control.cjs.map +0 -7
  466. package/build/validated-form-controls/components/toggle-group-control.cjs +0 -71
  467. package/build/validated-form-controls/components/toggle-group-control.cjs.map +0 -7
  468. package/build/validated-form-controls/control-with-error.cjs +0 -200
  469. package/build/validated-form-controls/control-with-error.cjs.map +0 -7
  470. package/build/validated-form-controls/validity-indicator.cjs +0 -67
  471. package/build/validated-form-controls/validity-indicator.cjs.map +0 -7
  472. package/build/z-stack/styles.cjs +0 -80
  473. package/build/z-stack/styles.cjs.map +0 -7
  474. package/build-module/border-box-control/styles.mjs +0 -67
  475. package/build-module/border-box-control/styles.mjs.map +0 -7
  476. package/build-module/border-control/styles.mjs +0 -80
  477. package/build-module/border-control/styles.mjs.map +0 -7
  478. package/build-module/box-control/styles/box-control-styles.mjs +0 -91
  479. package/build-module/box-control/styles/box-control-styles.mjs.map +0 -7
  480. package/build-module/color-palette/styles.mjs +0 -14
  481. package/build-module/color-palette/styles.mjs.map +0 -7
  482. package/build-module/combobox-control/styles.mjs +0 -14
  483. package/build-module/combobox-control/styles.mjs.map +0 -7
  484. package/build-module/dropdown/styles.mjs +0 -26
  485. package/build-module/dropdown/styles.mjs.map +0 -7
  486. package/build-module/progress-bar/styles.mjs +0 -68
  487. package/build-module/progress-bar/styles.mjs.map +0 -7
  488. package/build-module/resizable-box/resize-tooltip/styles/resize-tooltip.styles.mjs +0 -52
  489. package/build-module/resizable-box/resize-tooltip/styles/resize-tooltip.styles.mjs.map +0 -7
  490. package/build-module/scrollable/styles.mjs +0 -65
  491. package/build-module/scrollable/styles.mjs.map +0 -7
  492. package/build-module/textarea-control/styles/textarea-control-styles.mjs +0 -19
  493. package/build-module/textarea-control/styles/textarea-control-styles.mjs.map +0 -7
  494. package/build-module/validated-form-controls/components/combobox-control.mjs +0 -40
  495. package/build-module/validated-form-controls/components/combobox-control.mjs.map +0 -7
  496. package/build-module/validated-form-controls/components/form-token-field.mjs +0 -44
  497. package/build-module/validated-form-controls/components/form-token-field.mjs.map +0 -7
  498. package/build-module/validated-form-controls/components/toggle-control.mjs +0 -32
  499. package/build-module/validated-form-controls/components/toggle-control.mjs.map +0 -7
  500. package/build-module/validated-form-controls/components/toggle-group-control.mjs +0 -46
  501. package/build-module/validated-form-controls/components/toggle-group-control.mjs.map +0 -7
  502. package/build-module/validated-form-controls/control-with-error.mjs +0 -175
  503. package/build-module/validated-form-controls/control-with-error.mjs.map +0 -7
  504. package/build-module/validated-form-controls/validity-indicator.mjs +0 -32
  505. package/build-module/validated-form-controls/validity-indicator.mjs.map +0 -7
  506. package/build-module/z-stack/styles.mjs +0 -44
  507. package/build-module/z-stack/styles.mjs.map +0 -7
  508. package/build-types/alignment-matrix-control/stories/index.story.d.ts +0 -8
  509. package/build-types/alignment-matrix-control/stories/index.story.d.ts.map +0 -1
  510. package/build-types/alignment-matrix-control/test/index.d.ts +0 -2
  511. package/build-types/alignment-matrix-control/test/index.d.ts.map +0 -1
  512. package/build-types/angle-picker-control/stories/index.story.d.ts +0 -8
  513. package/build-types/angle-picker-control/stories/index.story.d.ts.map +0 -1
  514. package/build-types/animate/stories/index.story.d.ts +0 -12
  515. package/build-types/animate/stories/index.story.d.ts.map +0 -1
  516. package/build-types/autocomplete/test/get-autocomplete-match.d.ts +0 -2
  517. package/build-types/autocomplete/test/get-autocomplete-match.d.ts.map +0 -1
  518. package/build-types/autocomplete/test/index.d.ts +0 -2
  519. package/build-types/autocomplete/test/index.d.ts.map +0 -1
  520. package/build-types/badge/stories/e2e/index.story.d.ts +0 -7
  521. package/build-types/badge/stories/e2e/index.story.d.ts.map +0 -1
  522. package/build-types/badge/stories/index.story.d.ts +0 -11
  523. package/build-types/badge/stories/index.story.d.ts.map +0 -1
  524. package/build-types/badge/test/index.d.ts +0 -2
  525. package/build-types/badge/test/index.d.ts.map +0 -1
  526. package/build-types/base-control/stories/index.story.d.ts +0 -17
  527. package/build-types/base-control/stories/index.story.d.ts.map +0 -1
  528. package/build-types/base-control/test/index.d.ts +0 -2
  529. package/build-types/base-control/test/index.d.ts.map +0 -1
  530. package/build-types/border-box-control/stories/index.story.d.ts +0 -14
  531. package/build-types/border-box-control/stories/index.story.d.ts.map +0 -1
  532. package/build-types/border-box-control/styles.d.ts +0 -10
  533. package/build-types/border-box-control/styles.d.ts.map +0 -1
  534. package/build-types/border-box-control/test/index.d.ts +0 -2
  535. package/build-types/border-box-control/test/index.d.ts.map +0 -1
  536. package/build-types/border-box-control/test/utils.d.ts +0 -2
  537. package/build-types/border-box-control/test/utils.d.ts.map +0 -1
  538. package/build-types/border-control/stories/index.story.d.ts +0 -109
  539. package/build-types/border-control/stories/index.story.d.ts.map +0 -1
  540. package/build-types/border-control/styles.d.ts +0 -17
  541. package/build-types/border-control/styles.d.ts.map +0 -1
  542. package/build-types/box-control/stories/index.story.d.ts +0 -12
  543. package/build-types/box-control/stories/index.story.d.ts.map +0 -1
  544. package/build-types/box-control/styles/box-control-styles.d.ts +0 -65
  545. package/build-types/box-control/styles/box-control-styles.d.ts.map +0 -1
  546. package/build-types/box-control/test/index.d.ts +0 -2
  547. package/build-types/box-control/test/index.d.ts.map +0 -1
  548. package/build-types/button/stories/e2e/index.story.d.ts +0 -9
  549. package/build-types/button/stories/e2e/index.story.d.ts.map +0 -1
  550. package/build-types/button/stories/index.story.d.ts +0 -31
  551. package/build-types/button/stories/index.story.d.ts.map +0 -1
  552. package/build-types/button/test/index.d.ts +0 -2
  553. package/build-types/button/test/index.d.ts.map +0 -1
  554. package/build-types/button-group/stories/index.story.d.ts +0 -12
  555. package/build-types/button-group/stories/index.story.d.ts.map +0 -1
  556. package/build-types/card/stories/index.story.d.ts +0 -20
  557. package/build-types/card/stories/index.story.d.ts.map +0 -1
  558. package/build-types/card/test/index.d.ts +0 -2
  559. package/build-types/card/test/index.d.ts.map +0 -1
  560. package/build-types/checkbox-control/stories/index.story.d.ts +0 -24
  561. package/build-types/checkbox-control/stories/index.story.d.ts.map +0 -1
  562. package/build-types/checkbox-control/test/index.d.ts +0 -2
  563. package/build-types/checkbox-control/test/index.d.ts.map +0 -1
  564. package/build-types/circular-option-picker/stories/index.story.d.ts +0 -10
  565. package/build-types/circular-option-picker/stories/index.story.d.ts.map +0 -1
  566. package/build-types/circular-option-picker/test/index.d.ts +0 -2
  567. package/build-types/circular-option-picker/test/index.d.ts.map +0 -1
  568. package/build-types/color-indicator/stories/index.story.d.ts +0 -6
  569. package/build-types/color-indicator/stories/index.story.d.ts.map +0 -1
  570. package/build-types/color-indicator/test/index.d.ts +0 -2
  571. package/build-types/color-indicator/test/index.d.ts.map +0 -1
  572. package/build-types/color-palette/stories/index.story.d.ts +0 -11
  573. package/build-types/color-palette/stories/index.story.d.ts.map +0 -1
  574. package/build-types/color-palette/styles.d.ts +0 -11
  575. package/build-types/color-palette/styles.d.ts.map +0 -1
  576. package/build-types/color-palette/test/index.d.ts +0 -2
  577. package/build-types/color-palette/test/index.d.ts.map +0 -1
  578. package/build-types/color-palette/test/utils.d.ts +0 -2
  579. package/build-types/color-palette/test/utils.d.ts.map +0 -1
  580. package/build-types/color-picker/stories/index.story.d.ts +0 -6
  581. package/build-types/color-picker/stories/index.story.d.ts.map +0 -1
  582. package/build-types/color-picker/test/index.d.ts +0 -2
  583. package/build-types/color-picker/test/index.d.ts.map +0 -1
  584. package/build-types/combobox-control/stories/index.story.d.ts +0 -93
  585. package/build-types/combobox-control/stories/index.story.d.ts.map +0 -1
  586. package/build-types/combobox-control/styles.d.ts +0 -6
  587. package/build-types/combobox-control/styles.d.ts.map +0 -1
  588. package/build-types/combobox-control/test/index.d.ts +0 -2
  589. package/build-types/combobox-control/test/index.d.ts.map +0 -1
  590. package/build-types/composite/legacy/stories/index.story.d.ts +0 -9
  591. package/build-types/composite/legacy/stories/index.story.d.ts.map +0 -1
  592. package/build-types/composite/legacy/stories/utils.d.ts +0 -27
  593. package/build-types/composite/legacy/stories/utils.d.ts.map +0 -1
  594. package/build-types/composite/legacy/test/index.d.ts +0 -2
  595. package/build-types/composite/legacy/test/index.d.ts.map +0 -1
  596. package/build-types/composite/stories/index.story.d.ts +0 -33
  597. package/build-types/composite/stories/index.story.d.ts.map +0 -1
  598. package/build-types/composite/test/index.d.ts +0 -2
  599. package/build-types/composite/test/index.d.ts.map +0 -1
  600. package/build-types/confirm-dialog/stories/index.story.d.ts +0 -7
  601. package/build-types/confirm-dialog/stories/index.story.d.ts.map +0 -1
  602. package/build-types/confirm-dialog/test/index.d.ts +0 -2
  603. package/build-types/confirm-dialog/test/index.d.ts.map +0 -1
  604. package/build-types/content-editable-control/stories/index.story.d.ts +0 -7
  605. package/build-types/content-editable-control/stories/index.story.d.ts.map +0 -1
  606. package/build-types/content-editable-control/test/index.d.ts +0 -2
  607. package/build-types/content-editable-control/test/index.d.ts.map +0 -1
  608. package/build-types/context/test/context-connect.d.ts +0 -2
  609. package/build-types/context/test/context-connect.d.ts.map +0 -1
  610. package/build-types/context/test/wordpress-component.d.ts +0 -2
  611. package/build-types/context/test/wordpress-component.d.ts.map +0 -1
  612. package/build-types/custom-gradient-picker/gradient-bar/test/utils.d.ts +0 -2
  613. package/build-types/custom-gradient-picker/gradient-bar/test/utils.d.ts.map +0 -1
  614. package/build-types/custom-gradient-picker/stories/index.story.d.ts +0 -6
  615. package/build-types/custom-gradient-picker/stories/index.story.d.ts.map +0 -1
  616. package/build-types/custom-gradient-picker/test/index.d.ts +0 -2
  617. package/build-types/custom-gradient-picker/test/index.d.ts.map +0 -1
  618. package/build-types/custom-gradient-picker/test/serializer.d.ts +0 -2
  619. package/build-types/custom-gradient-picker/test/serializer.d.ts.map +0 -1
  620. package/build-types/custom-select-control/stories/index.story.d.ts +0 -8
  621. package/build-types/custom-select-control/stories/index.story.d.ts.map +0 -1
  622. package/build-types/custom-select-control/test/index.d.ts +0 -2
  623. package/build-types/custom-select-control/test/index.d.ts.map +0 -1
  624. package/build-types/custom-select-control-v2/stories/index.story.d.ts +0 -38
  625. package/build-types/custom-select-control-v2/stories/index.story.d.ts.map +0 -1
  626. package/build-types/custom-select-control-v2/test/index.d.ts +0 -2
  627. package/build-types/custom-select-control-v2/test/index.d.ts.map +0 -1
  628. package/build-types/date-time/date-picker/test/index.d.ts +0 -2
  629. package/build-types/date-time/date-picker/test/index.d.ts.map +0 -1
  630. package/build-types/date-time/date-picker/test/use-lilius.d.ts +0 -2
  631. package/build-types/date-time/date-picker/test/use-lilius.d.ts.map +0 -1
  632. package/build-types/date-time/date-time/test/index.d.ts +0 -2
  633. package/build-types/date-time/date-time/test/index.d.ts.map +0 -1
  634. package/build-types/date-time/stories/date-time.story.d.ts +0 -8
  635. package/build-types/date-time/stories/date-time.story.d.ts.map +0 -1
  636. package/build-types/date-time/stories/date.story.d.ts +0 -8
  637. package/build-types/date-time/stories/date.story.d.ts.map +0 -1
  638. package/build-types/date-time/stories/time.story.d.ts +0 -11
  639. package/build-types/date-time/stories/time.story.d.ts.map +0 -1
  640. package/build-types/date-time/stories/utils.d.ts +0 -3
  641. package/build-types/date-time/stories/utils.d.ts.map +0 -1
  642. package/build-types/date-time/test/utils.test.d.ts +0 -2
  643. package/build-types/date-time/test/utils.test.d.ts.map +0 -1
  644. package/build-types/date-time/time-picker/test/index.d.ts +0 -2
  645. package/build-types/date-time/time-picker/test/index.d.ts.map +0 -1
  646. package/build-types/date-time/time-picker/time-input/test/index.d.ts +0 -2
  647. package/build-types/date-time/time-picker/time-input/test/index.d.ts.map +0 -1
  648. package/build-types/disabled/stories/index.story.d.ts +0 -7
  649. package/build-types/disabled/stories/index.story.d.ts.map +0 -1
  650. package/build-types/disabled/test/index.d.ts +0 -2
  651. package/build-types/disabled/test/index.d.ts.map +0 -1
  652. package/build-types/divider/stories/index.story.d.ts +0 -8
  653. package/build-types/divider/stories/index.story.d.ts.map +0 -1
  654. package/build-types/divider/test/index.d.ts +0 -2
  655. package/build-types/divider/test/index.d.ts.map +0 -1
  656. package/build-types/draggable/stories/index.story.d.ts +0 -13
  657. package/build-types/draggable/stories/index.story.d.ts.map +0 -1
  658. package/build-types/drop-zone/stories/index.story.d.ts +0 -6
  659. package/build-types/drop-zone/stories/index.story.d.ts.map +0 -1
  660. package/build-types/dropdown/stories/index.story.d.ts +0 -18
  661. package/build-types/dropdown/stories/index.story.d.ts.map +0 -1
  662. package/build-types/dropdown/styles.d.ts +0 -6
  663. package/build-types/dropdown/styles.d.ts.map +0 -1
  664. package/build-types/dropdown/test/index.d.ts +0 -2
  665. package/build-types/dropdown/test/index.d.ts.map +0 -1
  666. package/build-types/dropdown-menu/stories/index.story.d.ts +0 -7
  667. package/build-types/dropdown-menu/stories/index.story.d.ts.map +0 -1
  668. package/build-types/dropdown-menu/test/index.d.ts +0 -2
  669. package/build-types/dropdown-menu/test/index.d.ts.map +0 -1
  670. package/build-types/duotone-picker/stories/duotone-picker.story.d.ts +0 -7
  671. package/build-types/duotone-picker/stories/duotone-picker.story.d.ts.map +0 -1
  672. package/build-types/duotone-picker/stories/duotone-swatch.story.d.ts +0 -8
  673. package/build-types/duotone-picker/stories/duotone-swatch.story.d.ts.map +0 -1
  674. package/build-types/elevation/stories/index.story.d.ts +0 -16
  675. package/build-types/elevation/stories/index.story.d.ts.map +0 -1
  676. package/build-types/elevation/test/index.d.ts +0 -2
  677. package/build-types/elevation/test/index.d.ts.map +0 -1
  678. package/build-types/external-link/stories/index.story.d.ts +0 -6
  679. package/build-types/external-link/stories/index.story.d.ts.map +0 -1
  680. package/build-types/external-link/test/index.d.ts +0 -2
  681. package/build-types/external-link/test/index.d.ts.map +0 -1
  682. package/build-types/flex/stories/index.story.d.ts +0 -7
  683. package/build-types/flex/stories/index.story.d.ts.map +0 -1
  684. package/build-types/flex/test/index.d.ts +0 -2
  685. package/build-types/flex/test/index.d.ts.map +0 -1
  686. package/build-types/focal-point-picker/stories/index.story.d.ts +0 -49
  687. package/build-types/focal-point-picker/stories/index.story.d.ts.map +0 -1
  688. package/build-types/focal-point-picker/test/index.d.ts +0 -2
  689. package/build-types/focal-point-picker/test/index.d.ts.map +0 -1
  690. package/build-types/focal-point-picker/test/media.d.ts +0 -2
  691. package/build-types/focal-point-picker/test/media.d.ts.map +0 -1
  692. package/build-types/font-size-picker/stories/e2e/index.story.d.ts +0 -20
  693. package/build-types/font-size-picker/stories/e2e/index.story.d.ts.map +0 -1
  694. package/build-types/font-size-picker/stories/index.story.d.ts +0 -26
  695. package/build-types/font-size-picker/stories/index.story.d.ts.map +0 -1
  696. package/build-types/font-size-picker/test/font-size-picker-select.d.ts +0 -2
  697. package/build-types/font-size-picker/test/font-size-picker-select.d.ts.map +0 -1
  698. package/build-types/font-size-picker/test/font-size-picker-toggle-group.d.ts +0 -2
  699. package/build-types/font-size-picker/test/font-size-picker-toggle-group.d.ts.map +0 -1
  700. package/build-types/font-size-picker/test/index.d.ts +0 -2
  701. package/build-types/font-size-picker/test/index.d.ts.map +0 -1
  702. package/build-types/font-size-picker/test/utils.d.ts +0 -2
  703. package/build-types/font-size-picker/test/utils.d.ts.map +0 -1
  704. package/build-types/form-file-upload/stories/index.story.d.ts +0 -17
  705. package/build-types/form-file-upload/stories/index.story.d.ts.map +0 -1
  706. package/build-types/form-file-upload/test/index.d.ts +0 -2
  707. package/build-types/form-file-upload/test/index.d.ts.map +0 -1
  708. package/build-types/form-toggle/stories/index.story.d.ts +0 -6
  709. package/build-types/form-toggle/stories/index.story.d.ts.map +0 -1
  710. package/build-types/form-toggle/test/index.d.ts +0 -2
  711. package/build-types/form-toggle/test/index.d.ts.map +0 -1
  712. package/build-types/form-token-field/stories/index.story.d.ts +0 -25
  713. package/build-types/form-token-field/stories/index.story.d.ts.map +0 -1
  714. package/build-types/form-token-field/test/index.d.ts +0 -2
  715. package/build-types/form-token-field/test/index.d.ts.map +0 -1
  716. package/build-types/gradient-picker/stories/index.story.d.ts +0 -11
  717. package/build-types/gradient-picker/stories/index.story.d.ts.map +0 -1
  718. package/build-types/gradient-picker/test/index.d.ts +0 -2
  719. package/build-types/gradient-picker/test/index.d.ts.map +0 -1
  720. package/build-types/grid/stories/index.story.d.ts +0 -6
  721. package/build-types/grid/stories/index.story.d.ts.map +0 -1
  722. package/build-types/grid/test/grid.d.ts +0 -2
  723. package/build-types/grid/test/grid.d.ts.map +0 -1
  724. package/build-types/guide/stories/index.story.d.ts +0 -6
  725. package/build-types/guide/stories/index.story.d.ts.map +0 -1
  726. package/build-types/guide/test/index.d.ts +0 -2
  727. package/build-types/guide/test/index.d.ts.map +0 -1
  728. package/build-types/h-stack/stories/e2e/index.story.d.ts +0 -6
  729. package/build-types/h-stack/stories/e2e/index.story.d.ts.map +0 -1
  730. package/build-types/h-stack/stories/index.story.d.ts +0 -6
  731. package/build-types/h-stack/stories/index.story.d.ts.map +0 -1
  732. package/build-types/h-stack/test/index.d.ts +0 -2
  733. package/build-types/h-stack/test/index.d.ts.map +0 -1
  734. package/build-types/heading/stories/index.story.d.ts +0 -6
  735. package/build-types/heading/stories/index.story.d.ts.map +0 -1
  736. package/build-types/heading/test/index.d.ts +0 -2
  737. package/build-types/heading/test/index.d.ts.map +0 -1
  738. package/build-types/higher-order/with-fallback-styles/test/index.d.ts +0 -2
  739. package/build-types/higher-order/with-fallback-styles/test/index.d.ts.map +0 -1
  740. package/build-types/higher-order/with-filters/test/index.d.ts +0 -2
  741. package/build-types/higher-order/with-filters/test/index.d.ts.map +0 -1
  742. package/build-types/higher-order/with-focus-outside/test/index.d.ts +0 -2
  743. package/build-types/higher-order/with-focus-outside/test/index.d.ts.map +0 -1
  744. package/build-types/higher-order/with-focus-return/test/index.d.ts +0 -2
  745. package/build-types/higher-order/with-focus-return/test/index.d.ts.map +0 -1
  746. package/build-types/higher-order/with-notices/test/index.d.ts +0 -2
  747. package/build-types/higher-order/with-notices/test/index.d.ts.map +0 -1
  748. package/build-types/higher-order/with-spoken-messages/test/index.d.ts +0 -2
  749. package/build-types/higher-order/with-spoken-messages/test/index.d.ts.map +0 -1
  750. package/build-types/icon/stories/index.story.d.ts +0 -21
  751. package/build-types/icon/stories/index.story.d.ts.map +0 -1
  752. package/build-types/icon/test/index.d.ts +0 -2
  753. package/build-types/icon/test/index.d.ts.map +0 -1
  754. package/build-types/input-control/stories/index.story.d.ts +0 -31
  755. package/build-types/input-control/stories/index.story.d.ts.map +0 -1
  756. package/build-types/isolated-event-container/test/index.d.ts +0 -2
  757. package/build-types/isolated-event-container/test/index.d.ts.map +0 -1
  758. package/build-types/item-group/stories/index.story.d.ts +0 -9
  759. package/build-types/item-group/stories/index.story.d.ts.map +0 -1
  760. package/build-types/keyboard-shortcuts/stories/index.story.d.ts +0 -6
  761. package/build-types/keyboard-shortcuts/stories/index.story.d.ts.map +0 -1
  762. package/build-types/keyboard-shortcuts/test/index.d.ts +0 -2
  763. package/build-types/keyboard-shortcuts/test/index.d.ts.map +0 -1
  764. package/build-types/menu/stories/index.story.d.ts +0 -13
  765. package/build-types/menu/stories/index.story.d.ts.map +0 -1
  766. package/build-types/menu/test/index.d.ts +0 -2
  767. package/build-types/menu/test/index.d.ts.map +0 -1
  768. package/build-types/menu-group/stories/index.story.d.ts +0 -11
  769. package/build-types/menu-group/stories/index.story.d.ts.map +0 -1
  770. package/build-types/menu-group/test/index.d.ts +0 -2
  771. package/build-types/menu-group/test/index.d.ts.map +0 -1
  772. package/build-types/menu-item/stories/index.story.d.ts +0 -70
  773. package/build-types/menu-item/stories/index.story.d.ts.map +0 -1
  774. package/build-types/menu-items-choice/stories/index.story.d.ts +0 -6
  775. package/build-types/menu-items-choice/stories/index.story.d.ts.map +0 -1
  776. package/build-types/modal/stories/index.story.d.ts +0 -11
  777. package/build-types/modal/stories/index.story.d.ts.map +0 -1
  778. package/build-types/modal/test/aria-helper.d.ts +0 -2
  779. package/build-types/modal/test/aria-helper.d.ts.map +0 -1
  780. package/build-types/modal/test/index.d.ts +0 -2
  781. package/build-types/modal/test/index.d.ts.map +0 -1
  782. package/build-types/navigable-container/stories/navigable-menu.story.d.ts +0 -6
  783. package/build-types/navigable-container/stories/navigable-menu.story.d.ts.map +0 -1
  784. package/build-types/navigable-container/stories/tabbable-container.story.d.ts +0 -6
  785. package/build-types/navigable-container/stories/tabbable-container.story.d.ts.map +0 -1
  786. package/build-types/navigable-container/test/navigable-menu.d.ts +0 -2
  787. package/build-types/navigable-container/test/navigable-menu.d.ts.map +0 -1
  788. package/build-types/navigable-container/test/tababble-container.d.ts +0 -2
  789. package/build-types/navigable-container/test/tababble-container.d.ts.map +0 -1
  790. package/build-types/navigator/stories/index.story.d.ts +0 -8
  791. package/build-types/navigator/stories/index.story.d.ts.map +0 -1
  792. package/build-types/navigator/test/index.d.ts +0 -2
  793. package/build-types/navigator/test/index.d.ts.map +0 -1
  794. package/build-types/navigator/test/router.d.ts +0 -2
  795. package/build-types/navigator/test/router.d.ts.map +0 -1
  796. package/build-types/notice/stories/index.story.d.ts +0 -15
  797. package/build-types/notice/stories/index.story.d.ts.map +0 -1
  798. package/build-types/notice/test/index.d.ts +0 -2
  799. package/build-types/notice/test/index.d.ts.map +0 -1
  800. package/build-types/notice/test/list.d.ts +0 -2
  801. package/build-types/notice/test/list.d.ts.map +0 -1
  802. package/build-types/number-control/stories/index.story.d.ts +0 -19
  803. package/build-types/number-control/stories/index.story.d.ts.map +0 -1
  804. package/build-types/number-control/test/index.d.ts +0 -2
  805. package/build-types/number-control/test/index.d.ts.map +0 -1
  806. package/build-types/palette-edit/stories/index.story.d.ts +0 -7
  807. package/build-types/palette-edit/stories/index.story.d.ts.map +0 -1
  808. package/build-types/palette-edit/test/index.d.ts +0 -2
  809. package/build-types/palette-edit/test/index.d.ts.map +0 -1
  810. package/build-types/panel/stories/index.story.d.ts +0 -13
  811. package/build-types/panel/stories/index.story.d.ts.map +0 -1
  812. package/build-types/panel/test/body.d.ts +0 -2
  813. package/build-types/panel/test/body.d.ts.map +0 -1
  814. package/build-types/panel/test/header.d.ts +0 -2
  815. package/build-types/panel/test/header.d.ts.map +0 -1
  816. package/build-types/panel/test/index.d.ts +0 -2
  817. package/build-types/panel/test/index.d.ts.map +0 -1
  818. package/build-types/panel/test/row.d.ts +0 -2
  819. package/build-types/panel/test/row.d.ts.map +0 -1
  820. package/build-types/placeholder/stories/index.story.d.ts +0 -6
  821. package/build-types/placeholder/stories/index.story.d.ts.map +0 -1
  822. package/build-types/placeholder/test/index.d.ts +0 -2
  823. package/build-types/placeholder/test/index.d.ts.map +0 -1
  824. package/build-types/popover/stories/e2e/index.story.d.ts +0 -18
  825. package/build-types/popover/stories/e2e/index.story.d.ts.map +0 -1
  826. package/build-types/popover/stories/index.story.d.ts +0 -11
  827. package/build-types/popover/stories/index.story.d.ts.map +0 -1
  828. package/build-types/popover/test/index.d.ts +0 -2
  829. package/build-types/popover/test/index.d.ts.map +0 -1
  830. package/build-types/popover/test/utils/index.d.ts +0 -3
  831. package/build-types/popover/test/utils/index.d.ts.map +0 -1
  832. package/build-types/progress-bar/stories/index.story.d.ts +0 -23
  833. package/build-types/progress-bar/stories/index.story.d.ts.map +0 -1
  834. package/build-types/progress-bar/styles.d.ts +0 -16
  835. package/build-types/progress-bar/styles.d.ts.map +0 -1
  836. package/build-types/progress-bar/test/index.d.ts +0 -2
  837. package/build-types/progress-bar/test/index.d.ts.map +0 -1
  838. package/build-types/query-controls/stories/index.story.d.ts +0 -7
  839. package/build-types/query-controls/stories/index.story.d.ts.map +0 -1
  840. package/build-types/query-controls/test/terms.d.ts +0 -2
  841. package/build-types/query-controls/test/terms.d.ts.map +0 -1
  842. package/build-types/radio-control/stories/index.story.d.ts +0 -7
  843. package/build-types/radio-control/stories/index.story.d.ts.map +0 -1
  844. package/build-types/radio-control/test/index.d.ts +0 -2
  845. package/build-types/radio-control/test/index.d.ts.map +0 -1
  846. package/build-types/radio-group/stories/index.story.d.ts +0 -8
  847. package/build-types/radio-group/stories/index.story.d.ts.map +0 -1
  848. package/build-types/range-control/stories/index.story.d.ts +0 -42
  849. package/build-types/range-control/stories/index.story.d.ts.map +0 -1
  850. package/build-types/range-control/test/index.d.ts +0 -2
  851. package/build-types/range-control/test/index.d.ts.map +0 -1
  852. package/build-types/resizable-box/resize-tooltip/styles/resize-tooltip.styles.d.ts +0 -18
  853. package/build-types/resizable-box/resize-tooltip/styles/resize-tooltip.styles.d.ts.map +0 -1
  854. package/build-types/resizable-box/stories/index.story.d.ts +0 -46
  855. package/build-types/resizable-box/stories/index.story.d.ts.map +0 -1
  856. package/build-types/responsive-wrapper/stories/index.story.d.ts +0 -16
  857. package/build-types/responsive-wrapper/stories/index.story.d.ts.map +0 -1
  858. package/build-types/sandbox/stories/index.story.d.ts +0 -7
  859. package/build-types/sandbox/stories/index.story.d.ts.map +0 -1
  860. package/build-types/sandbox/test/index.d.ts +0 -2
  861. package/build-types/sandbox/test/index.d.ts.map +0 -1
  862. package/build-types/scroll-lock/stories/index.story.d.ts +0 -6
  863. package/build-types/scroll-lock/stories/index.story.d.ts.map +0 -1
  864. package/build-types/scroll-lock/test/index.d.ts +0 -2
  865. package/build-types/scroll-lock/test/index.d.ts.map +0 -1
  866. package/build-types/scrollable/stories/index.story.d.ts +0 -6
  867. package/build-types/scrollable/stories/index.story.d.ts.map +0 -1
  868. package/build-types/scrollable/styles.d.ts +0 -8
  869. package/build-types/scrollable/styles.d.ts.map +0 -1
  870. package/build-types/scrollable/test/index.d.ts +0 -2
  871. package/build-types/scrollable/test/index.d.ts.map +0 -1
  872. package/build-types/search-control/stories/index.story.d.ts +0 -18
  873. package/build-types/search-control/stories/index.story.d.ts.map +0 -1
  874. package/build-types/search-control/test/index.d.ts +0 -2
  875. package/build-types/search-control/test/index.d.ts.map +0 -1
  876. package/build-types/select-control/stories/index.story.d.ts +0 -28
  877. package/build-types/select-control/stories/index.story.d.ts.map +0 -1
  878. package/build-types/select-control/test/select-control.d.ts +0 -2
  879. package/build-types/select-control/test/select-control.d.ts.map +0 -1
  880. package/build-types/shortcut/stories/index.story.d.ts +0 -7
  881. package/build-types/shortcut/stories/index.story.d.ts.map +0 -1
  882. package/build-types/shortcut/test/index.d.ts +0 -2
  883. package/build-types/shortcut/test/index.d.ts.map +0 -1
  884. package/build-types/slot-fill/stories/index.story.d.ts +0 -10
  885. package/build-types/slot-fill/stories/index.story.d.ts.map +0 -1
  886. package/build-types/snackbar/stories/index.story.d.ts +0 -10
  887. package/build-types/snackbar/stories/index.story.d.ts.map +0 -1
  888. package/build-types/snackbar/stories/list.story.d.ts +0 -6
  889. package/build-types/snackbar/stories/list.story.d.ts.map +0 -1
  890. package/build-types/snackbar/test/index.d.ts +0 -2
  891. package/build-types/snackbar/test/index.d.ts.map +0 -1
  892. package/build-types/snackbar/test/list.d.ts +0 -2
  893. package/build-types/snackbar/test/list.d.ts.map +0 -1
  894. package/build-types/spacer/stories/index.story.d.ts +0 -7
  895. package/build-types/spacer/stories/index.story.d.ts.map +0 -1
  896. package/build-types/spacer/test/index.d.ts +0 -2
  897. package/build-types/spacer/test/index.d.ts.map +0 -1
  898. package/build-types/spinner/stories/index.story.d.ts +0 -7
  899. package/build-types/spinner/stories/index.story.d.ts.map +0 -1
  900. package/build-types/style-provider/test/index.d.ts +0 -2
  901. package/build-types/style-provider/test/index.d.ts.map +0 -1
  902. package/build-types/surface/stories/index.story.d.ts +0 -6
  903. package/build-types/surface/stories/index.story.d.ts.map +0 -1
  904. package/build-types/surface/test/index.d.ts +0 -2
  905. package/build-types/surface/test/index.d.ts.map +0 -1
  906. package/build-types/tab-panel/stories/index.story.d.ts +0 -9
  907. package/build-types/tab-panel/stories/index.story.d.ts.map +0 -1
  908. package/build-types/tab-panel/test/index.d.ts +0 -2
  909. package/build-types/tab-panel/test/index.d.ts.map +0 -1
  910. package/build-types/tabs/stories/index.story.d.ts +0 -13
  911. package/build-types/tabs/stories/index.story.d.ts.map +0 -1
  912. package/build-types/tabs/test/index.d.ts +0 -2
  913. package/build-types/tabs/test/index.d.ts.map +0 -1
  914. package/build-types/text/stories/index.story.d.ts +0 -14
  915. package/build-types/text/stories/index.story.d.ts.map +0 -1
  916. package/build-types/text/test/index.d.ts +0 -2
  917. package/build-types/text/test/index.d.ts.map +0 -1
  918. package/build-types/text-control/stories/index.story.d.ts +0 -7
  919. package/build-types/text-control/stories/index.story.d.ts.map +0 -1
  920. package/build-types/text-control/test/text-control.d.ts +0 -2
  921. package/build-types/text-control/test/text-control.d.ts.map +0 -1
  922. package/build-types/text-highlight/stories/index.story.d.ts +0 -6
  923. package/build-types/text-highlight/stories/index.story.d.ts.map +0 -1
  924. package/build-types/text-highlight/test/index.d.ts +0 -2
  925. package/build-types/text-highlight/test/index.d.ts.map +0 -1
  926. package/build-types/textarea-control/stories/index.story.d.ts +0 -6
  927. package/build-types/textarea-control/stories/index.story.d.ts.map +0 -1
  928. package/build-types/textarea-control/styles/textarea-control-styles.d.ts +0 -5
  929. package/build-types/textarea-control/styles/textarea-control-styles.d.ts.map +0 -1
  930. package/build-types/tip/stories/index.story.d.ts +0 -6
  931. package/build-types/tip/stories/index.story.d.ts.map +0 -1
  932. package/build-types/toggle-control/stories/index.story.d.ts +0 -13
  933. package/build-types/toggle-control/stories/index.story.d.ts.map +0 -1
  934. package/build-types/toggle-control/test/index.d.ts +0 -2
  935. package/build-types/toggle-control/test/index.d.ts.map +0 -1
  936. package/build-types/toggle-group-control/stories/index.story.d.ts +0 -21
  937. package/build-types/toggle-group-control/stories/index.story.d.ts.map +0 -1
  938. package/build-types/toggle-group-control/test/index.d.ts +0 -2
  939. package/build-types/toggle-group-control/test/index.d.ts.map +0 -1
  940. package/build-types/toolbar/stories/index.story.d.ts +0 -12
  941. package/build-types/toolbar/stories/index.story.d.ts.map +0 -1
  942. package/build-types/toolbar/test/index.d.ts +0 -2
  943. package/build-types/toolbar/test/index.d.ts.map +0 -1
  944. package/build-types/toolbar/test/toolbar-group.d.ts +0 -2
  945. package/build-types/toolbar/test/toolbar-group.d.ts.map +0 -1
  946. package/build-types/tools-panel/stories/index.story.d.ts +0 -11
  947. package/build-types/tools-panel/stories/index.story.d.ts.map +0 -1
  948. package/build-types/tools-panel/test/index.d.ts +0 -2
  949. package/build-types/tools-panel/test/index.d.ts.map +0 -1
  950. package/build-types/tooltip/stories/index.story.d.ts +0 -15
  951. package/build-types/tooltip/stories/index.story.d.ts.map +0 -1
  952. package/build-types/tooltip/test/index.d.ts +0 -2
  953. package/build-types/tooltip/test/index.d.ts.map +0 -1
  954. package/build-types/tooltip/test/utils/index.d.ts +0 -7
  955. package/build-types/tooltip/test/utils/index.d.ts.map +0 -1
  956. package/build-types/tree-grid/stories/index.story.d.ts +0 -6
  957. package/build-types/tree-grid/stories/index.story.d.ts.map +0 -1
  958. package/build-types/tree-grid/test/cell.d.ts +0 -2
  959. package/build-types/tree-grid/test/cell.d.ts.map +0 -1
  960. package/build-types/tree-grid/test/index.d.ts +0 -2
  961. package/build-types/tree-grid/test/index.d.ts.map +0 -1
  962. package/build-types/tree-grid/test/roving-tab-index-item.d.ts +0 -2
  963. package/build-types/tree-grid/test/roving-tab-index-item.d.ts.map +0 -1
  964. package/build-types/tree-grid/test/roving-tab-index.d.ts +0 -2
  965. package/build-types/tree-grid/test/roving-tab-index.d.ts.map +0 -1
  966. package/build-types/tree-grid/test/row.d.ts +0 -2
  967. package/build-types/tree-grid/test/row.d.ts.map +0 -1
  968. package/build-types/tree-select/stories/index.story.d.ts +0 -6
  969. package/build-types/tree-select/stories/index.story.d.ts.map +0 -1
  970. package/build-types/truncate/stories/index.story.d.ts +0 -7
  971. package/build-types/truncate/stories/index.story.d.ts.map +0 -1
  972. package/build-types/truncate/test/index.d.ts +0 -2
  973. package/build-types/truncate/test/index.d.ts.map +0 -1
  974. package/build-types/unit-control/stories/index.story.d.ts +0 -27
  975. package/build-types/unit-control/stories/index.story.d.ts.map +0 -1
  976. package/build-types/unit-control/test/index.d.ts +0 -2
  977. package/build-types/unit-control/test/index.d.ts.map +0 -1
  978. package/build-types/unit-control/test/utils.d.ts +0 -2
  979. package/build-types/unit-control/test/utils.d.ts.map +0 -1
  980. package/build-types/utils/test/polymorphic-element.d.ts +0 -2
  981. package/build-types/utils/test/polymorphic-element.d.ts.map +0 -1
  982. package/build-types/v-stack/stories/e2e/index.story.d.ts +0 -6
  983. package/build-types/v-stack/stories/e2e/index.story.d.ts.map +0 -1
  984. package/build-types/v-stack/stories/index.story.d.ts +0 -11
  985. package/build-types/v-stack/stories/index.story.d.ts.map +0 -1
  986. package/build-types/v-stack/test/index.d.ts +0 -2
  987. package/build-types/v-stack/test/index.d.ts.map +0 -1
  988. package/build-types/validated-form-controls/components/combobox-control.d.ts +0 -20
  989. package/build-types/validated-form-controls/components/combobox-control.d.ts.map +0 -1
  990. package/build-types/validated-form-controls/components/form-token-field.d.ts +0 -3
  991. package/build-types/validated-form-controls/components/form-token-field.d.ts.map +0 -1
  992. package/build-types/validated-form-controls/components/stories/combobox-control.story.d.ts +0 -6
  993. package/build-types/validated-form-controls/components/stories/combobox-control.story.d.ts.map +0 -1
  994. package/build-types/validated-form-controls/components/stories/content-editable-control.story.d.ts +0 -6
  995. package/build-types/validated-form-controls/components/stories/content-editable-control.story.d.ts.map +0 -1
  996. package/build-types/validated-form-controls/components/stories/custom-select-control.story.d.ts +0 -6
  997. package/build-types/validated-form-controls/components/stories/custom-select-control.story.d.ts.map +0 -1
  998. package/build-types/validated-form-controls/components/stories/form-token-field.story.d.ts +0 -9
  999. package/build-types/validated-form-controls/components/stories/form-token-field.story.d.ts.map +0 -1
  1000. package/build-types/validated-form-controls/components/stories/input-control.story.d.ts +0 -12
  1001. package/build-types/validated-form-controls/components/stories/input-control.story.d.ts.map +0 -1
  1002. package/build-types/validated-form-controls/components/stories/overview.story.d.ts +0 -60
  1003. package/build-types/validated-form-controls/components/stories/overview.story.d.ts.map +0 -1
  1004. package/build-types/validated-form-controls/components/stories/range-control.story.d.ts +0 -6
  1005. package/build-types/validated-form-controls/components/stories/range-control.story.d.ts.map +0 -1
  1006. package/build-types/validated-form-controls/components/stories/story-utils.d.ts +0 -3
  1007. package/build-types/validated-form-controls/components/stories/story-utils.d.ts.map +0 -1
  1008. package/build-types/validated-form-controls/components/stories/textarea-control.story.d.ts +0 -6
  1009. package/build-types/validated-form-controls/components/stories/textarea-control.story.d.ts.map +0 -1
  1010. package/build-types/validated-form-controls/components/stories/toggle-control.story.d.ts +0 -6
  1011. package/build-types/validated-form-controls/components/stories/toggle-control.story.d.ts.map +0 -1
  1012. package/build-types/validated-form-controls/components/stories/toggle-group-control.story.d.ts +0 -6
  1013. package/build-types/validated-form-controls/components/stories/toggle-group-control.story.d.ts.map +0 -1
  1014. package/build-types/validated-form-controls/components/toggle-control.d.ts +0 -7
  1015. package/build-types/validated-form-controls/components/toggle-control.d.ts.map +0 -1
  1016. package/build-types/validated-form-controls/components/toggle-group-control.d.ts +0 -15
  1017. package/build-types/validated-form-controls/components/toggle-group-control.d.ts.map +0 -1
  1018. package/build-types/validated-form-controls/control-with-error.d.ts +0 -36
  1019. package/build-types/validated-form-controls/control-with-error.d.ts.map +0 -1
  1020. package/build-types/validated-form-controls/test/combobox-control.d.ts +0 -2
  1021. package/build-types/validated-form-controls/test/combobox-control.d.ts.map +0 -1
  1022. package/build-types/validated-form-controls/test/content-editable-control.d.ts +0 -2
  1023. package/build-types/validated-form-controls/test/content-editable-control.d.ts.map +0 -1
  1024. package/build-types/validated-form-controls/test/control-with-error.d.ts +0 -2
  1025. package/build-types/validated-form-controls/test/control-with-error.d.ts.map +0 -1
  1026. package/build-types/validated-form-controls/test/custom-select-control.d.ts +0 -2
  1027. package/build-types/validated-form-controls/test/custom-select-control.d.ts.map +0 -1
  1028. package/build-types/validated-form-controls/test/form-token-field.d.ts +0 -2
  1029. package/build-types/validated-form-controls/test/form-token-field.d.ts.map +0 -1
  1030. package/build-types/validated-form-controls/test/input-control.d.ts +0 -2
  1031. package/build-types/validated-form-controls/test/input-control.d.ts.map +0 -1
  1032. package/build-types/validated-form-controls/test/range-control.d.ts +0 -2
  1033. package/build-types/validated-form-controls/test/range-control.d.ts.map +0 -1
  1034. package/build-types/validated-form-controls/test/textarea-control.d.ts +0 -2
  1035. package/build-types/validated-form-controls/test/textarea-control.d.ts.map +0 -1
  1036. package/build-types/validated-form-controls/test/toggle-control.d.ts +0 -2
  1037. package/build-types/validated-form-controls/test/toggle-control.d.ts.map +0 -1
  1038. package/build-types/validated-form-controls/test/toggle-group-control.d.ts +0 -2
  1039. package/build-types/validated-form-controls/test/toggle-group-control.d.ts.map +0 -1
  1040. package/build-types/validated-form-controls/validity-indicator.d.ts +0 -6
  1041. package/build-types/validated-form-controls/validity-indicator.d.ts.map +0 -1
  1042. package/build-types/view/stories/index.story.d.ts +0 -6
  1043. package/build-types/view/stories/index.story.d.ts.map +0 -1
  1044. package/build-types/visually-hidden/stories/index.story.d.ts +0 -8
  1045. package/build-types/visually-hidden/stories/index.story.d.ts.map +0 -1
  1046. package/build-types/z-stack/stories/index.story.d.ts +0 -6
  1047. package/build-types/z-stack/stories/index.story.d.ts.map +0 -1
  1048. package/build-types/z-stack/styles.d.ts +0 -14
  1049. package/build-types/z-stack/styles.d.ts.map +0 -1
  1050. package/src/base-control/styles/base-control-styles.ts +0 -46
  1051. package/src/border-box-control/styles.ts +0 -71
  1052. package/src/border-control/styles.ts +0 -151
  1053. package/src/box-control/styles/box-control-styles.ts +0 -34
  1054. package/src/color-palette/styles.ts +0 -13
  1055. package/src/combobox-control/styles.ts +0 -9
  1056. package/src/dropdown/styles.ts +0 -33
  1057. package/src/progress-bar/styles.ts +0 -84
  1058. package/src/resizable-box/resize-tooltip/styles/resize-tooltip.styles.ts +0 -47
  1059. package/src/scrollable/styles.ts +0 -57
  1060. package/src/scrollable/test/__snapshots__/index.tsx.snap +0 -66
  1061. package/src/textarea-control/styles/textarea-control-styles.ts +0 -90
  1062. package/src/validated-form-controls/components/combobox-control.tsx +0 -56
  1063. package/src/validated-form-controls/components/form-token-field.tsx +0 -57
  1064. package/src/validated-form-controls/components/stories/combobox-control.story.tsx +0 -56
  1065. package/src/validated-form-controls/components/stories/form-token-field.story.tsx +0 -60
  1066. package/src/validated-form-controls/components/stories/input-control.story.tsx +0 -126
  1067. package/src/validated-form-controls/components/stories/overview.story.tsx +0 -560
  1068. package/src/validated-form-controls/components/stories/textarea-control.story.tsx +0 -50
  1069. package/src/validated-form-controls/components/stories/toggle-control.story.tsx +0 -47
  1070. package/src/validated-form-controls/components/stories/toggle-group-control.story.tsx +0 -58
  1071. package/src/validated-form-controls/components/toggle-control.tsx +0 -40
  1072. package/src/validated-form-controls/components/toggle-group-control.tsx +0 -55
  1073. package/src/validated-form-controls/control-with-error.tsx +0 -321
  1074. package/src/validated-form-controls/test/combobox-control.tsx +0 -61
  1075. package/src/validated-form-controls/test/control-with-error.tsx +0 -577
  1076. package/src/validated-form-controls/test/form-token-field.tsx +0 -52
  1077. package/src/validated-form-controls/test/toggle-control.tsx +0 -49
  1078. package/src/validated-form-controls/test/toggle-group-control.tsx +0 -28
  1079. package/src/validated-form-controls/validity-indicator.tsx +0 -40
  1080. package/src/z-stack/styles.ts +0 -35
@@ -1,8 +1,91 @@
1
1
  // packages/components/src/border-box-control/border-box-control-split-controls/hook.ts
2
- import { useMemo } from "@wordpress/element";
3
- import * as styles from "../styles.mjs";
2
+ import clsx from "clsx";
3
+
4
+ // packages/style-runtime/src/index.ts
5
+ var STYLE_HASH_ATTRIBUTE = "data-wp-hash";
6
+ function getRuntime() {
7
+ const globalScope = globalThis;
8
+ if (globalScope.__wpStyleRuntime) {
9
+ return globalScope.__wpStyleRuntime;
10
+ }
11
+ globalScope.__wpStyleRuntime = {
12
+ documents: /* @__PURE__ */ new Map(),
13
+ styles: /* @__PURE__ */ new Map(),
14
+ injectedStyles: /* @__PURE__ */ new WeakMap()
15
+ };
16
+ if (typeof document !== "undefined") {
17
+ registerDocument(document);
18
+ }
19
+ return globalScope.__wpStyleRuntime;
20
+ }
21
+ function documentContainsStyleHash(targetDocument, hash) {
22
+ if (!targetDocument.head) {
23
+ return false;
24
+ }
25
+ for (const style of targetDocument.head.querySelectorAll(`style[${STYLE_HASH_ATTRIBUTE}]`)) {
26
+ if (style.getAttribute(STYLE_HASH_ATTRIBUTE) === hash) {
27
+ return true;
28
+ }
29
+ }
30
+ return false;
31
+ }
32
+ function injectStyle(targetDocument, hash, css) {
33
+ if (!targetDocument.head) {
34
+ return;
35
+ }
36
+ const runtime = getRuntime();
37
+ let injectedStyles = runtime.injectedStyles.get(targetDocument);
38
+ if (!injectedStyles) {
39
+ injectedStyles = /* @__PURE__ */ new Set();
40
+ runtime.injectedStyles.set(targetDocument, injectedStyles);
41
+ }
42
+ if (injectedStyles.has(hash)) {
43
+ return;
44
+ }
45
+ if (documentContainsStyleHash(targetDocument, hash)) {
46
+ injectedStyles.add(hash);
47
+ return;
48
+ }
49
+ const style = targetDocument.createElement("style");
50
+ style.setAttribute(STYLE_HASH_ATTRIBUTE, hash);
51
+ style.appendChild(targetDocument.createTextNode(css));
52
+ targetDocument.head.appendChild(style);
53
+ injectedStyles.add(hash);
54
+ }
55
+ function registerDocument(targetDocument) {
56
+ const runtime = getRuntime();
57
+ runtime.documents.set(targetDocument, (runtime.documents.get(targetDocument) ?? 0) + 1);
58
+ for (const [hash, css] of runtime.styles) {
59
+ injectStyle(targetDocument, hash, css);
60
+ }
61
+ return () => {
62
+ const count = runtime.documents.get(targetDocument);
63
+ if (count === void 0) {
64
+ return;
65
+ }
66
+ if (count <= 1) {
67
+ runtime.documents.delete(targetDocument);
68
+ return;
69
+ }
70
+ runtime.documents.set(targetDocument, count - 1);
71
+ };
72
+ }
73
+ function registerStyle(hash, css) {
74
+ const runtime = getRuntime();
75
+ runtime.styles.set(hash, css);
76
+ for (const targetDocument of runtime.documents.keys()) {
77
+ injectStyle(targetDocument, hash, css);
78
+ }
79
+ }
80
+
81
+ // packages/components/src/border-box-control/style.module.scss
82
+ if (typeof process === "undefined" || process.env.NODE_ENV !== "test") {
83
+ registerStyle("67ff33c72d", ".fa6e6c2331986855__linked-border-control.fa6e6c2331986855__linked-border-control{flex:1;margin-inline-end:24px}._48f63719b9dc7e1a__wrapper{position:relative}._902e774d37b6698b__linked-button{inset-inline-end:0;line-height:0;position:absolute;top:8px}._5978f65e1d08de6c__visualizer{border-bottom:var(--wp-components-border-box-visualizer-bottom);border-inline-end:var(--wp-components-border-box-visualizer-end);border-inline-start:var(--wp-components-border-box-visualizer-start);border-top:var(--wp-components-border-box-visualizer-top);bottom:20px;position:absolute;top:20px;inset-inline:39px}.afa8e78cec6a9f62__split-controls{flex:1;position:relative}.ec002fcdf4036950__centered-border-control{grid-column:span 2;margin:0 auto}.f9ea07d7127ab067__right-border-control{margin-inline-start:auto}");
84
+ }
85
+ var style_module_default = { "linked-border-control": "fa6e6c2331986855__linked-border-control", "wrapper": "_48f63719b9dc7e1a__wrapper", "linked-button": "_902e774d37b6698b__linked-button", "visualizer": "_5978f65e1d08de6c__visualizer", "split-controls": "afa8e78cec6a9f62__split-controls", "centered-border-control": "ec002fcdf4036950__centered-border-control", "right-border-control": "f9ea07d7127ab067__right-border-control" };
86
+
87
+ // packages/components/src/border-box-control/border-box-control-split-controls/hook.ts
4
88
  import { useContextSystem } from "../../context/index.mjs";
5
- import { useCx } from "../../utils/index.mjs";
6
89
  function useBorderBoxControlSplitControls(props) {
7
90
  const {
8
91
  className,
@@ -12,24 +95,14 @@ function useBorderBoxControlSplitControls(props) {
12
95
  __experimentalIsRenderedInSidebar = false,
13
96
  ...otherProps
14
97
  } = useContextSystem(props, "BorderBoxControlSplitControls");
15
- const cx = useCx();
16
- const classes = useMemo(() => {
17
- return cx(styles.borderBoxControlSplitControls, className);
18
- }, [cx, className]);
19
- const centeredClassName = useMemo(() => {
20
- return cx(styles.centeredBorderControl, className);
21
- }, [cx, className]);
22
- const rightAlignedClassName = useMemo(() => {
23
- return cx(styles.rightBorderControl(), className);
24
- }, [cx, className]);
25
98
  return {
26
99
  ...otherProps,
27
- centeredClassName,
28
- className: classes,
100
+ centeredClassName: clsx(style_module_default["centered-border-control"], className),
101
+ className: clsx(style_module_default["split-controls"], className),
29
102
  colors,
30
103
  enableAlpha,
31
104
  enableStyle,
32
- rightAlignedClassName,
105
+ rightAlignedClassName: clsx(style_module_default["right-border-control"], className),
33
106
  __experimentalIsRenderedInSidebar
34
107
  };
35
108
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../../src/border-box-control/border-box-control-split-controls/hook.ts"],
4
- "sourcesContent": ["import { useMemo } from '@wordpress/element';\nimport * as styles from '../styles';\nimport { useContextSystem } from '../../context';\nimport { useCx } from '../../utils/';\nexport function useBorderBoxControlSplitControls(props) {\n const {\n className,\n colors = [],\n enableAlpha = false,\n enableStyle = true,\n __experimentalIsRenderedInSidebar = false,\n ...otherProps\n } = useContextSystem(props, 'BorderBoxControlSplitControls');\n\n // Generate class names.\n const cx = useCx();\n const classes = useMemo(() => {\n return cx(styles.borderBoxControlSplitControls, className);\n }, [cx, className]);\n const centeredClassName = useMemo(() => {\n return cx(styles.centeredBorderControl, className);\n }, [cx, className]);\n const rightAlignedClassName = useMemo(() => {\n return cx(styles.rightBorderControl(), className);\n }, [cx, className]);\n return {\n ...otherProps,\n centeredClassName,\n className: classes,\n colors,\n enableAlpha,\n enableStyle,\n rightAlignedClassName,\n __experimentalIsRenderedInSidebar\n };\n}"],
5
- "mappings": ";AAAA,SAAS,eAAe;AACxB,YAAY,YAAY;AACxB,SAAS,wBAAwB;AACjC,SAAS,aAAa;AACf,SAAS,iCAAiC,OAAO;AACtD,QAAM;AAAA,IACJ;AAAA,IACA,SAAS,CAAC;AAAA,IACV,cAAc;AAAA,IACd,cAAc;AAAA,IACd,oCAAoC;AAAA,IACpC,GAAG;AAAA,EACL,IAAI,iBAAiB,OAAO,+BAA+B;AAG3D,QAAM,KAAK,MAAM;AACjB,QAAM,UAAU,QAAQ,MAAM;AAC5B,WAAO,GAAU,sCAA+B,SAAS;AAAA,EAC3D,GAAG,CAAC,IAAI,SAAS,CAAC;AAClB,QAAM,oBAAoB,QAAQ,MAAM;AACtC,WAAO,GAAU,8BAAuB,SAAS;AAAA,EACnD,GAAG,CAAC,IAAI,SAAS,CAAC;AAClB,QAAM,wBAAwB,QAAQ,MAAM;AAC1C,WAAO,GAAU,0BAAmB,GAAG,SAAS;AAAA,EAClD,GAAG,CAAC,IAAI,SAAS,CAAC;AAClB,SAAO;AAAA,IACL,GAAG;AAAA,IACH;AAAA,IACA,WAAW;AAAA,IACX;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;",
3
+ "sources": ["../../../src/border-box-control/border-box-control-split-controls/hook.ts", "../../../../style-runtime/src/index.ts", "../../../src/border-box-control/style.module.scss"],
4
+ "sourcesContent": ["import clsx from 'clsx';\nimport styles from '../style.module.scss';\nimport { useContextSystem } from '../../context';\nexport function useBorderBoxControlSplitControls(props) {\n const {\n className,\n colors = [],\n enableAlpha = false,\n enableStyle = true,\n __experimentalIsRenderedInSidebar = false,\n ...otherProps\n } = useContextSystem(props, 'BorderBoxControlSplitControls');\n return {\n ...otherProps,\n centeredClassName: clsx(styles['centered-border-control'], className),\n className: clsx(styles['split-controls'], className),\n colors,\n enableAlpha,\n enableStyle,\n rightAlignedClassName: clsx(styles['right-border-control'], className),\n __experimentalIsRenderedInSidebar\n };\n}", "const STYLE_HASH_ATTRIBUTE = 'data-wp-hash';\n\n/**\n * Returns the shared style runtime registry.\n *\n * The registry is stored on `globalThis` so separately bundled copies of this\n * package can coordinate through the same document and style maps.\n *\n * @return The shared runtime registry.\n */\nfunction getRuntime() {\n const globalScope = globalThis;\n if (globalScope.__wpStyleRuntime) {\n return globalScope.__wpStyleRuntime;\n }\n globalScope.__wpStyleRuntime = {\n documents: new Map(),\n styles: new Map(),\n injectedStyles: new WeakMap()\n };\n if (typeof document !== 'undefined') {\n registerDocument(document);\n }\n return globalScope.__wpStyleRuntime;\n}\n\n/**\n * Checks whether a document already contains a style tag for a hash.\n *\n * @param targetDocument Document to inspect.\n * @param hash Stable hash for the transformed CSS.\n *\n * @return Whether the style hash already exists in the document.\n */\nfunction documentContainsStyleHash(targetDocument, hash) {\n if (!targetDocument.head) {\n return false;\n }\n for (const style of targetDocument.head.querySelectorAll(`style[${STYLE_HASH_ATTRIBUTE}]`)) {\n if (style.getAttribute(STYLE_HASH_ATTRIBUTE) === hash) {\n return true;\n }\n }\n return false;\n}\n\n/**\n * Injects a registered style into a document, unless that document already\n * contains a style tag for the same hash.\n *\n * @param targetDocument Document to inject the style into.\n * @param hash Stable hash for the transformed CSS.\n * @param css CSS text to inject.\n */\nfunction injectStyle(targetDocument, hash, css) {\n if (!targetDocument.head) {\n return;\n }\n const runtime = getRuntime();\n let injectedStyles = runtime.injectedStyles.get(targetDocument);\n if (!injectedStyles) {\n injectedStyles = new Set();\n runtime.injectedStyles.set(targetDocument, injectedStyles);\n }\n if (injectedStyles.has(hash)) {\n return;\n }\n\n // Older generated CSS module output can still inject matching style tags\n // after this document's cache is created, so keep the DOM as the fallback\n // source of truth on cache misses.\n if (documentContainsStyleHash(targetDocument, hash)) {\n injectedStyles.add(hash);\n return;\n }\n const style = targetDocument.createElement('style');\n style.setAttribute(STYLE_HASH_ATTRIBUTE, hash);\n style.appendChild(targetDocument.createTextNode(css));\n targetDocument.head.appendChild(style);\n injectedStyles.add(hash);\n}\n\n/**\n * Registers a document as a style injection target.\n *\n * Existing registered styles are replayed into the document immediately.\n * Documents are reference-counted so multiple providers can safely register the\n * same document without one cleanup removing it while another registration is\n * still active.\n *\n * @param targetDocument Document to receive registered styles.\n * @return Cleanup function that unregisters this document registration.\n */\nexport function registerDocument(targetDocument) {\n const runtime = getRuntime();\n runtime.documents.set(targetDocument, (runtime.documents.get(targetDocument) ?? 0) + 1);\n for (const [hash, css] of runtime.styles) {\n injectStyle(targetDocument, hash, css);\n }\n return () => {\n const count = runtime.documents.get(targetDocument);\n if (count === undefined) {\n return;\n }\n if (count <= 1) {\n runtime.documents.delete(targetDocument);\n return;\n }\n runtime.documents.set(targetDocument, count - 1);\n };\n}\n\n/**\n * Registers a style and injects it into all registered documents.\n *\n * The hash is used as the deduplication key, so calling this repeatedly with\n * the same hash will not add duplicate style tags to a document.\n * Registered styles are retained for the lifetime of the page so they can be\n * replayed into documents that are registered later.\n *\n * @param hash Stable hash for the transformed CSS.\n * @param css CSS text to inject.\n */\nexport function registerStyle(hash, css) {\n const runtime = getRuntime();\n runtime.styles.set(hash, css);\n for (const targetDocument of runtime.documents.keys()) {\n injectStyle(targetDocument, hash, css);\n }\n}", "import { registerStyle } from '@wordpress/style-runtime';\nif (typeof process === 'undefined' || process.env.NODE_ENV !== 'test') {\n\tregisterStyle(\"67ff33c72d\", \".fa6e6c2331986855__linked-border-control.fa6e6c2331986855__linked-border-control{flex:1;margin-inline-end:24px}._48f63719b9dc7e1a__wrapper{position:relative}._902e774d37b6698b__linked-button{inset-inline-end:0;line-height:0;position:absolute;top:8px}._5978f65e1d08de6c__visualizer{border-bottom:var(--wp-components-border-box-visualizer-bottom);border-inline-end:var(--wp-components-border-box-visualizer-end);border-inline-start:var(--wp-components-border-box-visualizer-start);border-top:var(--wp-components-border-box-visualizer-top);bottom:20px;position:absolute;top:20px;inset-inline:39px}.afa8e78cec6a9f62__split-controls{flex:1;position:relative}.ec002fcdf4036950__centered-border-control{grid-column:span 2;margin:0 auto}.f9ea07d7127ab067__right-border-control{margin-inline-start:auto}\");\n}\nexport default {\"linked-border-control\":\"fa6e6c2331986855__linked-border-control\",\"wrapper\":\"_48f63719b9dc7e1a__wrapper\",\"linked-button\":\"_902e774d37b6698b__linked-button\",\"visualizer\":\"_5978f65e1d08de6c__visualizer\",\"split-controls\":\"afa8e78cec6a9f62__split-controls\",\"centered-border-control\":\"ec002fcdf4036950__centered-border-control\",\"right-border-control\":\"f9ea07d7127ab067__right-border-control\"};\n"],
5
+ "mappings": "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",
6
6
  "names": []
7
7
  }
@@ -1,21 +1,121 @@
1
1
  // packages/components/src/border-box-control/border-box-control-visualizer/hook.ts
2
- import { useMemo } from "@wordpress/element";
3
- import * as styles from "../styles.mjs";
2
+ import clsx from "clsx";
3
+
4
+ // packages/style-runtime/src/index.ts
5
+ var STYLE_HASH_ATTRIBUTE = "data-wp-hash";
6
+ function getRuntime() {
7
+ const globalScope = globalThis;
8
+ if (globalScope.__wpStyleRuntime) {
9
+ return globalScope.__wpStyleRuntime;
10
+ }
11
+ globalScope.__wpStyleRuntime = {
12
+ documents: /* @__PURE__ */ new Map(),
13
+ styles: /* @__PURE__ */ new Map(),
14
+ injectedStyles: /* @__PURE__ */ new WeakMap()
15
+ };
16
+ if (typeof document !== "undefined") {
17
+ registerDocument(document);
18
+ }
19
+ return globalScope.__wpStyleRuntime;
20
+ }
21
+ function documentContainsStyleHash(targetDocument, hash) {
22
+ if (!targetDocument.head) {
23
+ return false;
24
+ }
25
+ for (const style of targetDocument.head.querySelectorAll(`style[${STYLE_HASH_ATTRIBUTE}]`)) {
26
+ if (style.getAttribute(STYLE_HASH_ATTRIBUTE) === hash) {
27
+ return true;
28
+ }
29
+ }
30
+ return false;
31
+ }
32
+ function injectStyle(targetDocument, hash, css) {
33
+ if (!targetDocument.head) {
34
+ return;
35
+ }
36
+ const runtime = getRuntime();
37
+ let injectedStyles = runtime.injectedStyles.get(targetDocument);
38
+ if (!injectedStyles) {
39
+ injectedStyles = /* @__PURE__ */ new Set();
40
+ runtime.injectedStyles.set(targetDocument, injectedStyles);
41
+ }
42
+ if (injectedStyles.has(hash)) {
43
+ return;
44
+ }
45
+ if (documentContainsStyleHash(targetDocument, hash)) {
46
+ injectedStyles.add(hash);
47
+ return;
48
+ }
49
+ const style = targetDocument.createElement("style");
50
+ style.setAttribute(STYLE_HASH_ATTRIBUTE, hash);
51
+ style.appendChild(targetDocument.createTextNode(css));
52
+ targetDocument.head.appendChild(style);
53
+ injectedStyles.add(hash);
54
+ }
55
+ function registerDocument(targetDocument) {
56
+ const runtime = getRuntime();
57
+ runtime.documents.set(targetDocument, (runtime.documents.get(targetDocument) ?? 0) + 1);
58
+ for (const [hash, css] of runtime.styles) {
59
+ injectStyle(targetDocument, hash, css);
60
+ }
61
+ return () => {
62
+ const count = runtime.documents.get(targetDocument);
63
+ if (count === void 0) {
64
+ return;
65
+ }
66
+ if (count <= 1) {
67
+ runtime.documents.delete(targetDocument);
68
+ return;
69
+ }
70
+ runtime.documents.set(targetDocument, count - 1);
71
+ };
72
+ }
73
+ function registerStyle(hash, css) {
74
+ const runtime = getRuntime();
75
+ runtime.styles.set(hash, css);
76
+ for (const targetDocument of runtime.documents.keys()) {
77
+ injectStyle(targetDocument, hash, css);
78
+ }
79
+ }
80
+
81
+ // packages/components/src/border-box-control/style.module.scss
82
+ if (typeof process === "undefined" || process.env.NODE_ENV !== "test") {
83
+ registerStyle("67ff33c72d", ".fa6e6c2331986855__linked-border-control.fa6e6c2331986855__linked-border-control{flex:1;margin-inline-end:24px}._48f63719b9dc7e1a__wrapper{position:relative}._902e774d37b6698b__linked-button{inset-inline-end:0;line-height:0;position:absolute;top:8px}._5978f65e1d08de6c__visualizer{border-bottom:var(--wp-components-border-box-visualizer-bottom);border-inline-end:var(--wp-components-border-box-visualizer-end);border-inline-start:var(--wp-components-border-box-visualizer-start);border-top:var(--wp-components-border-box-visualizer-top);bottom:20px;position:absolute;top:20px;inset-inline:39px}.afa8e78cec6a9f62__split-controls{flex:1;position:relative}.ec002fcdf4036950__centered-border-control{grid-column:span 2;margin:0 auto}.f9ea07d7127ab067__right-border-control{margin-inline-start:auto}");
84
+ }
85
+ var style_module_default = { "linked-border-control": "fa6e6c2331986855__linked-border-control", "wrapper": "_48f63719b9dc7e1a__wrapper", "linked-button": "_902e774d37b6698b__linked-button", "visualizer": "_5978f65e1d08de6c__visualizer", "split-controls": "afa8e78cec6a9f62__split-controls", "centered-border-control": "ec002fcdf4036950__centered-border-control", "right-border-control": "f9ea07d7127ab067__right-border-control" };
86
+
87
+ // packages/components/src/border-box-control/border-box-control-visualizer/hook.ts
88
+ import { COLORS, CONFIG } from "../../utils/index.mjs";
4
89
  import { useContextSystem } from "../../context/index.mjs";
5
- import { useCx } from "../../utils/index.mjs";
90
+ var borderBoxStyleWithFallback = (border) => {
91
+ const {
92
+ color = COLORS.gray[200],
93
+ style = "solid",
94
+ width = CONFIG.borderWidth
95
+ } = border || {};
96
+ const clampedWidth = width !== CONFIG.borderWidth ? `clamp(1px, ${width}, 10px)` : width;
97
+ const hasVisibleBorder = !!width && width !== "0" || !!color;
98
+ const borderStyle = hasVisibleBorder ? style || "solid" : style;
99
+ return `${color} ${borderStyle} ${clampedWidth}`;
100
+ };
6
101
  function useBorderBoxControlVisualizer(props) {
7
102
  const {
8
103
  className,
104
+ style,
9
105
  value,
10
106
  ...otherProps
11
107
  } = useContextSystem(props, "BorderBoxControlVisualizer");
12
- const cx = useCx();
13
- const classes = useMemo(() => {
14
- return cx(styles.borderBoxControlVisualizer(value), className);
15
- }, [cx, className, value]);
16
108
  return {
17
109
  ...otherProps,
18
- className: classes,
110
+ className: clsx(style_module_default.visualizer, className),
111
+ style: {
112
+ ...style,
113
+ "--wp-components-border-box-visualizer-top": borderBoxStyleWithFallback(value?.top),
114
+ "--wp-components-border-box-visualizer-bottom": borderBoxStyleWithFallback(value?.bottom),
115
+ // Logical properties map left/right to inline start/end for RTL.
116
+ "--wp-components-border-box-visualizer-start": borderBoxStyleWithFallback(value?.left),
117
+ "--wp-components-border-box-visualizer-end": borderBoxStyleWithFallback(value?.right)
118
+ },
19
119
  value
20
120
  };
21
121
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../../src/border-box-control/border-box-control-visualizer/hook.ts"],
4
- "sourcesContent": ["import { useMemo } from '@wordpress/element';\nimport * as styles from '../styles';\nimport { useContextSystem } from '../../context';\nimport { useCx } from '../../utils';\nexport function useBorderBoxControlVisualizer(props) {\n const {\n className,\n value,\n ...otherProps\n } = useContextSystem(props, 'BorderBoxControlVisualizer');\n\n // Generate class names.\n const cx = useCx();\n const classes = useMemo(() => {\n return cx(styles.borderBoxControlVisualizer(value), className);\n }, [cx, className, value]);\n return {\n ...otherProps,\n className: classes,\n value\n };\n}"],
5
- "mappings": ";AAAA,SAAS,eAAe;AACxB,YAAY,YAAY;AACxB,SAAS,wBAAwB;AACjC,SAAS,aAAa;AACf,SAAS,8BAA8B,OAAO;AACnD,QAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA,GAAG;AAAA,EACL,IAAI,iBAAiB,OAAO,4BAA4B;AAGxD,QAAM,KAAK,MAAM;AACjB,QAAM,UAAU,QAAQ,MAAM;AAC5B,WAAO,GAAU,kCAA2B,KAAK,GAAG,SAAS;AAAA,EAC/D,GAAG,CAAC,IAAI,WAAW,KAAK,CAAC;AACzB,SAAO;AAAA,IACL,GAAG;AAAA,IACH,WAAW;AAAA,IACX;AAAA,EACF;AACF;",
3
+ "sources": ["../../../src/border-box-control/border-box-control-visualizer/hook.ts", "../../../../style-runtime/src/index.ts", "../../../src/border-box-control/style.module.scss"],
4
+ "sourcesContent": ["import clsx from 'clsx';\nimport styles from '../style.module.scss';\nimport { COLORS, CONFIG } from '../../utils';\nimport { useContextSystem } from '../../context';\nconst borderBoxStyleWithFallback = border => {\n const {\n color = COLORS.gray[200],\n style = 'solid',\n width = CONFIG.borderWidth\n } = border || {};\n const clampedWidth = width !== CONFIG.borderWidth ? `clamp(1px, ${width}, 10px)` : width;\n const hasVisibleBorder = !!width && width !== '0' || !!color;\n const borderStyle = hasVisibleBorder ? style || 'solid' : style;\n return `${color} ${borderStyle} ${clampedWidth}`;\n};\nexport function useBorderBoxControlVisualizer(props) {\n const {\n className,\n style,\n value,\n ...otherProps\n } = useContextSystem(props, 'BorderBoxControlVisualizer');\n return {\n ...otherProps,\n className: clsx(styles.visualizer, className),\n style: {\n ...style,\n '--wp-components-border-box-visualizer-top': borderBoxStyleWithFallback(value?.top),\n '--wp-components-border-box-visualizer-bottom': borderBoxStyleWithFallback(value?.bottom),\n // Logical properties map left/right to inline start/end for RTL.\n '--wp-components-border-box-visualizer-start': borderBoxStyleWithFallback(value?.left),\n '--wp-components-border-box-visualizer-end': borderBoxStyleWithFallback(value?.right)\n },\n value\n };\n}", "const STYLE_HASH_ATTRIBUTE = 'data-wp-hash';\n\n/**\n * Returns the shared style runtime registry.\n *\n * The registry is stored on `globalThis` so separately bundled copies of this\n * package can coordinate through the same document and style maps.\n *\n * @return The shared runtime registry.\n */\nfunction getRuntime() {\n const globalScope = globalThis;\n if (globalScope.__wpStyleRuntime) {\n return globalScope.__wpStyleRuntime;\n }\n globalScope.__wpStyleRuntime = {\n documents: new Map(),\n styles: new Map(),\n injectedStyles: new WeakMap()\n };\n if (typeof document !== 'undefined') {\n registerDocument(document);\n }\n return globalScope.__wpStyleRuntime;\n}\n\n/**\n * Checks whether a document already contains a style tag for a hash.\n *\n * @param targetDocument Document to inspect.\n * @param hash Stable hash for the transformed CSS.\n *\n * @return Whether the style hash already exists in the document.\n */\nfunction documentContainsStyleHash(targetDocument, hash) {\n if (!targetDocument.head) {\n return false;\n }\n for (const style of targetDocument.head.querySelectorAll(`style[${STYLE_HASH_ATTRIBUTE}]`)) {\n if (style.getAttribute(STYLE_HASH_ATTRIBUTE) === hash) {\n return true;\n }\n }\n return false;\n}\n\n/**\n * Injects a registered style into a document, unless that document already\n * contains a style tag for the same hash.\n *\n * @param targetDocument Document to inject the style into.\n * @param hash Stable hash for the transformed CSS.\n * @param css CSS text to inject.\n */\nfunction injectStyle(targetDocument, hash, css) {\n if (!targetDocument.head) {\n return;\n }\n const runtime = getRuntime();\n let injectedStyles = runtime.injectedStyles.get(targetDocument);\n if (!injectedStyles) {\n injectedStyles = new Set();\n runtime.injectedStyles.set(targetDocument, injectedStyles);\n }\n if (injectedStyles.has(hash)) {\n return;\n }\n\n // Older generated CSS module output can still inject matching style tags\n // after this document's cache is created, so keep the DOM as the fallback\n // source of truth on cache misses.\n if (documentContainsStyleHash(targetDocument, hash)) {\n injectedStyles.add(hash);\n return;\n }\n const style = targetDocument.createElement('style');\n style.setAttribute(STYLE_HASH_ATTRIBUTE, hash);\n style.appendChild(targetDocument.createTextNode(css));\n targetDocument.head.appendChild(style);\n injectedStyles.add(hash);\n}\n\n/**\n * Registers a document as a style injection target.\n *\n * Existing registered styles are replayed into the document immediately.\n * Documents are reference-counted so multiple providers can safely register the\n * same document without one cleanup removing it while another registration is\n * still active.\n *\n * @param targetDocument Document to receive registered styles.\n * @return Cleanup function that unregisters this document registration.\n */\nexport function registerDocument(targetDocument) {\n const runtime = getRuntime();\n runtime.documents.set(targetDocument, (runtime.documents.get(targetDocument) ?? 0) + 1);\n for (const [hash, css] of runtime.styles) {\n injectStyle(targetDocument, hash, css);\n }\n return () => {\n const count = runtime.documents.get(targetDocument);\n if (count === undefined) {\n return;\n }\n if (count <= 1) {\n runtime.documents.delete(targetDocument);\n return;\n }\n runtime.documents.set(targetDocument, count - 1);\n };\n}\n\n/**\n * Registers a style and injects it into all registered documents.\n *\n * The hash is used as the deduplication key, so calling this repeatedly with\n * the same hash will not add duplicate style tags to a document.\n * Registered styles are retained for the lifetime of the page so they can be\n * replayed into documents that are registered later.\n *\n * @param hash Stable hash for the transformed CSS.\n * @param css CSS text to inject.\n */\nexport function registerStyle(hash, css) {\n const runtime = getRuntime();\n runtime.styles.set(hash, css);\n for (const targetDocument of runtime.documents.keys()) {\n injectStyle(targetDocument, hash, css);\n }\n}", "import { registerStyle } from '@wordpress/style-runtime';\nif (typeof process === 'undefined' || process.env.NODE_ENV !== 'test') {\n\tregisterStyle(\"67ff33c72d\", \".fa6e6c2331986855__linked-border-control.fa6e6c2331986855__linked-border-control{flex:1;margin-inline-end:24px}._48f63719b9dc7e1a__wrapper{position:relative}._902e774d37b6698b__linked-button{inset-inline-end:0;line-height:0;position:absolute;top:8px}._5978f65e1d08de6c__visualizer{border-bottom:var(--wp-components-border-box-visualizer-bottom);border-inline-end:var(--wp-components-border-box-visualizer-end);border-inline-start:var(--wp-components-border-box-visualizer-start);border-top:var(--wp-components-border-box-visualizer-top);bottom:20px;position:absolute;top:20px;inset-inline:39px}.afa8e78cec6a9f62__split-controls{flex:1;position:relative}.ec002fcdf4036950__centered-border-control{grid-column:span 2;margin:0 auto}.f9ea07d7127ab067__right-border-control{margin-inline-start:auto}\");\n}\nexport default {\"linked-border-control\":\"fa6e6c2331986855__linked-border-control\",\"wrapper\":\"_48f63719b9dc7e1a__wrapper\",\"linked-button\":\"_902e774d37b6698b__linked-button\",\"visualizer\":\"_5978f65e1d08de6c__visualizer\",\"split-controls\":\"afa8e78cec6a9f62__split-controls\",\"centered-border-control\":\"ec002fcdf4036950__centered-border-control\",\"right-border-control\":\"f9ea07d7127ab067__right-border-control\"};\n"],
5
+ "mappings": "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",
6
6
  "names": []
7
7
  }
@@ -1,9 +1,93 @@
1
1
  // packages/components/src/border-control/border-control/hook.ts
2
- import { useCallback, useMemo, useState } from "@wordpress/element";
3
- import * as styles from "../styles.mjs";
2
+ import clsx from "clsx";
3
+ import { useCallback, useState } from "@wordpress/element";
4
4
  import { parseQuantityAndUnitFromRawValue } from "../../unit-control/utils.mjs";
5
5
  import { useContextSystem } from "../../context/index.mjs";
6
- import { useCx } from "../../utils/hooks/use-cx.mjs";
6
+
7
+ // packages/style-runtime/src/index.ts
8
+ var STYLE_HASH_ATTRIBUTE = "data-wp-hash";
9
+ function getRuntime() {
10
+ const globalScope = globalThis;
11
+ if (globalScope.__wpStyleRuntime) {
12
+ return globalScope.__wpStyleRuntime;
13
+ }
14
+ globalScope.__wpStyleRuntime = {
15
+ documents: /* @__PURE__ */ new Map(),
16
+ styles: /* @__PURE__ */ new Map(),
17
+ injectedStyles: /* @__PURE__ */ new WeakMap()
18
+ };
19
+ if (typeof document !== "undefined") {
20
+ registerDocument(document);
21
+ }
22
+ return globalScope.__wpStyleRuntime;
23
+ }
24
+ function documentContainsStyleHash(targetDocument, hash) {
25
+ if (!targetDocument.head) {
26
+ return false;
27
+ }
28
+ for (const style of targetDocument.head.querySelectorAll(`style[${STYLE_HASH_ATTRIBUTE}]`)) {
29
+ if (style.getAttribute(STYLE_HASH_ATTRIBUTE) === hash) {
30
+ return true;
31
+ }
32
+ }
33
+ return false;
34
+ }
35
+ function injectStyle(targetDocument, hash, css) {
36
+ if (!targetDocument.head) {
37
+ return;
38
+ }
39
+ const runtime = getRuntime();
40
+ let injectedStyles = runtime.injectedStyles.get(targetDocument);
41
+ if (!injectedStyles) {
42
+ injectedStyles = /* @__PURE__ */ new Set();
43
+ runtime.injectedStyles.set(targetDocument, injectedStyles);
44
+ }
45
+ if (injectedStyles.has(hash)) {
46
+ return;
47
+ }
48
+ if (documentContainsStyleHash(targetDocument, hash)) {
49
+ injectedStyles.add(hash);
50
+ return;
51
+ }
52
+ const style = targetDocument.createElement("style");
53
+ style.setAttribute(STYLE_HASH_ATTRIBUTE, hash);
54
+ style.appendChild(targetDocument.createTextNode(css));
55
+ targetDocument.head.appendChild(style);
56
+ injectedStyles.add(hash);
57
+ }
58
+ function registerDocument(targetDocument) {
59
+ const runtime = getRuntime();
60
+ runtime.documents.set(targetDocument, (runtime.documents.get(targetDocument) ?? 0) + 1);
61
+ for (const [hash, css] of runtime.styles) {
62
+ injectStyle(targetDocument, hash, css);
63
+ }
64
+ return () => {
65
+ const count = runtime.documents.get(targetDocument);
66
+ if (count === void 0) {
67
+ return;
68
+ }
69
+ if (count <= 1) {
70
+ runtime.documents.delete(targetDocument);
71
+ return;
72
+ }
73
+ runtime.documents.set(targetDocument, count - 1);
74
+ };
75
+ }
76
+ function registerStyle(hash, css) {
77
+ const runtime = getRuntime();
78
+ runtime.styles.set(hash, css);
79
+ for (const targetDocument of runtime.documents.keys()) {
80
+ injectStyle(targetDocument, hash, css);
81
+ }
82
+ }
83
+
84
+ // packages/components/src/border-control/style.module.scss
85
+ if (typeof process === "undefined" || process.env.NODE_ENV !== "test") {
86
+ registerStyle("749bb52757", ".a8578c10ef7219f5__border-control{border:0;box-sizing:border-box;margin:0;padding:0}.a8578c10ef7219f5__border-control *,.a8578c10ef7219f5__border-control :after,.a8578c10ef7219f5__border-control :before{box-sizing:inherit}._89d98624def50ba2__inner-wrapper{height:40px}._89d98624def50ba2__inner-wrapper .components-unit-control{flex:1 1 40%}._89d98624def50ba2__inner-wrapper._89d98624def50ba2__inner-wrapper .components-unit-control__select.components-unit-control__select{min-height:0}._43dbe0f5c56003a8__inner-wrapper-has-width .components-unit-control{flex:0 0 auto}._25a20fddf2bf261f__dropdown{background:#fff}._25a20fddf2bf261f__dropdown._25a20fddf2bf261f__dropdown>button{align-items:center;aspect-ratio:1;border:1px solid var(--wp-components-color-gray-600,var(--wpds-color-stroke-interactive-neutral,#8d8d8d));border-end-end-radius:0;border-end-start-radius:2px;border-start-end-radius:0;border-start-start-radius:2px;display:flex;justify-content:center;padding:0}._25a20fddf2bf261f__dropdown._25a20fddf2bf261f__dropdown>button:focus,._25a20fddf2bf261f__dropdown._25a20fddf2bf261f__dropdown>button:hover:not(:disabled){border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:inset 0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));position:relative;z-index:1}._956b765a9ec7feba__color-indicator-wrapper{border:2px solid transparent;border-radius:9999px;height:24px;padding:2px;width:24px}._956b765a9ec7feba__color-indicator-wrapper>span{background:linear-gradient(-45deg,transparent 48%,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 52%,transparent 0);height:16px;width:16px}.a0c5666db3f5f599__popover-controls{width:228px}._115e648628de896b__reset-button-wrapper{display:flex;justify-content:flex-end;margin-block-start:12px}.e9089c561edcd13a__slider{flex:1 1 60%;margin-inline-end:12px}");
87
+ }
88
+ var style_module_default = { "border-control": "a8578c10ef7219f5__border-control", "inner-wrapper": "_89d98624def50ba2__inner-wrapper", "inner-wrapper-has-width": "_43dbe0f5c56003a8__inner-wrapper-has-width", "dropdown": "_25a20fddf2bf261f__dropdown", "color-indicator-wrapper": "_956b765a9ec7feba__color-indicator-wrapper", "popover-controls": "a0c5666db3f5f599__popover-controls", "reset-button-wrapper": "_115e648628de896b__reset-button-wrapper", "slider": "e9089c561edcd13a__slider" };
89
+
90
+ // packages/components/src/border-control/border-control/hook.ts
7
91
  var isValidBorder = (border) => {
8
92
  const hasWidth = border?.width !== void 0 && border.width !== "";
9
93
  const hasColor = border?.color !== void 0;
@@ -66,22 +150,13 @@ function useBorderControl(props) {
66
150
  const onSliderChange = useCallback((value) => {
67
151
  onWidthChange(`${value}${widthUnit}`);
68
152
  }, [onWidthChange, widthUnit]);
69
- const cx = useCx();
70
- const classes = useMemo(() => {
71
- return cx(styles.borderControl, className);
72
- }, [className, cx]);
153
+ const classes = clsx(style_module_default["border-control"], className);
73
154
  let wrapperWidth = width;
74
155
  if (isCompact) {
75
156
  wrapperWidth = "116px";
76
157
  }
77
- const innerWrapperClassName = useMemo(() => {
78
- return cx(styles.getInnerWrapperStyles({
79
- hasWidth: !!wrapperWidth
80
- }));
81
- }, [wrapperWidth, cx]);
82
- const sliderClassName = useMemo(() => {
83
- return cx(styles.borderSlider());
84
- }, [cx]);
158
+ const innerWrapperClassName = clsx(style_module_default["inner-wrapper"], !!wrapperWidth && style_module_default["inner-wrapper-has-width"]);
159
+ const sliderClassName = style_module_default.slider;
85
160
  return {
86
161
  ...otherProps,
87
162
  className: classes,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../../src/border-control/border-control/hook.ts"],
4
- "sourcesContent": ["import { useCallback, useMemo, useState } from '@wordpress/element';\nimport * as styles from '../styles';\nimport { parseQuantityAndUnitFromRawValue } from '../../unit-control/utils';\nimport { useContextSystem } from '../../context';\nimport { useCx } from '../../utils/hooks/use-cx';\n// If either width or color are defined, the border is considered valid\n// and a border style can be set as well.\nconst isValidBorder = border => {\n const hasWidth = border?.width !== undefined && border.width !== '';\n const hasColor = border?.color !== undefined;\n return hasWidth || hasColor;\n};\nexport function useBorderControl(props) {\n const {\n className,\n colors = [],\n isCompact,\n onChange,\n enableAlpha = true,\n enableStyle = true,\n shouldSanitizeBorder = true,\n value: border,\n width,\n __experimentalIsRenderedInSidebar = false,\n // Deprecated props, no longer used.\n size: _size,\n __next40pxDefaultSize: _next40pxDefaultSize,\n ...otherProps\n } = useContextSystem(props, 'BorderControl');\n const [widthValue, originalWidthUnit] = parseQuantityAndUnitFromRawValue(border?.width);\n const widthUnit = originalWidthUnit || 'px';\n const hadPreviousZeroWidth = widthValue === 0;\n const [colorSelection, setColorSelection] = useState();\n const [styleSelection, setStyleSelection] = useState();\n const isStyleSettable = shouldSanitizeBorder ? isValidBorder(border) : true;\n const onBorderChange = useCallback(newBorder => {\n if (shouldSanitizeBorder && !isValidBorder(newBorder)) {\n onChange(undefined);\n return;\n }\n onChange(newBorder);\n }, [onChange, shouldSanitizeBorder]);\n const onWidthChange = useCallback(newWidth => {\n const newWidthValue = newWidth === '' ? undefined : newWidth;\n const [parsedValue] = parseQuantityAndUnitFromRawValue(newWidth);\n const hasZeroWidth = parsedValue === 0;\n const updatedBorder = {\n ...border,\n width: newWidthValue\n };\n\n // Setting the border width explicitly to zero will also set the\n // border style to `none` and clear the border color.\n if (hasZeroWidth && !hadPreviousZeroWidth) {\n // Before clearing the color and style selections, keep track of\n // the current selections so they can be restored when the width\n // changes to a non-zero value.\n setColorSelection(border?.color);\n setStyleSelection(border?.style);\n\n // Clear the color and style border properties.\n updatedBorder.color = undefined;\n updatedBorder.style = 'none';\n }\n\n // Selection has changed from zero border width to non-zero width.\n if (!hasZeroWidth && hadPreviousZeroWidth) {\n // Restore previous border color and style selections if width\n // is now not zero.\n if (updatedBorder.color === undefined) {\n updatedBorder.color = colorSelection;\n }\n if (updatedBorder.style === 'none') {\n updatedBorder.style = styleSelection;\n }\n }\n onBorderChange(updatedBorder);\n }, [border, hadPreviousZeroWidth, colorSelection, styleSelection, onBorderChange]);\n const onSliderChange = useCallback(value => {\n onWidthChange(`${value}${widthUnit}`);\n }, [onWidthChange, widthUnit]);\n\n // Generate class names.\n const cx = useCx();\n const classes = useMemo(() => {\n return cx(styles.borderControl, className);\n }, [className, cx]);\n let wrapperWidth = width;\n if (isCompact) {\n // Widths below represent the minimum usable width for compact controls.\n // Taller controls contain greater internal padding, thus greater width.\n wrapperWidth = '116px';\n }\n const innerWrapperClassName = useMemo(() => {\n return cx(styles.getInnerWrapperStyles({\n hasWidth: !!wrapperWidth\n }));\n }, [wrapperWidth, cx]);\n const sliderClassName = useMemo(() => {\n return cx(styles.borderSlider());\n }, [cx]);\n return {\n ...otherProps,\n className: classes,\n colors,\n enableAlpha,\n enableStyle,\n innerWrapperClassName,\n inputWidth: wrapperWidth,\n isStyleSettable,\n onBorderChange,\n onSliderChange,\n onWidthChange,\n previousStyleSelection: styleSelection,\n sliderClassName,\n value: border,\n widthUnit,\n widthValue,\n __experimentalIsRenderedInSidebar\n };\n}"],
5
- "mappings": "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",
3
+ "sources": ["../../../src/border-control/border-control/hook.ts", "../../../../style-runtime/src/index.ts", "../../../src/border-control/style.module.scss"],
4
+ "sourcesContent": ["import clsx from 'clsx';\nimport { useCallback, useState } from '@wordpress/element';\nimport { parseQuantityAndUnitFromRawValue } from '../../unit-control/utils';\nimport { useContextSystem } from '../../context';\nimport styles from '../style.module.scss';\n// If either width or color are defined, the border is considered valid\n// and a border style can be set as well.\nconst isValidBorder = border => {\n const hasWidth = border?.width !== undefined && border.width !== '';\n const hasColor = border?.color !== undefined;\n return hasWidth || hasColor;\n};\nexport function useBorderControl(props) {\n const {\n className,\n colors = [],\n isCompact,\n onChange,\n enableAlpha = true,\n enableStyle = true,\n shouldSanitizeBorder = true,\n value: border,\n width,\n __experimentalIsRenderedInSidebar = false,\n // Deprecated props, no longer used.\n size: _size,\n __next40pxDefaultSize: _next40pxDefaultSize,\n ...otherProps\n } = useContextSystem(props, 'BorderControl');\n const [widthValue, originalWidthUnit] = parseQuantityAndUnitFromRawValue(border?.width);\n const widthUnit = originalWidthUnit || 'px';\n const hadPreviousZeroWidth = widthValue === 0;\n const [colorSelection, setColorSelection] = useState();\n const [styleSelection, setStyleSelection] = useState();\n const isStyleSettable = shouldSanitizeBorder ? isValidBorder(border) : true;\n const onBorderChange = useCallback(newBorder => {\n if (shouldSanitizeBorder && !isValidBorder(newBorder)) {\n onChange(undefined);\n return;\n }\n onChange(newBorder);\n }, [onChange, shouldSanitizeBorder]);\n const onWidthChange = useCallback(newWidth => {\n const newWidthValue = newWidth === '' ? undefined : newWidth;\n const [parsedValue] = parseQuantityAndUnitFromRawValue(newWidth);\n const hasZeroWidth = parsedValue === 0;\n const updatedBorder = {\n ...border,\n width: newWidthValue\n };\n\n // Setting the border width explicitly to zero will also set the\n // border style to `none` and clear the border color.\n if (hasZeroWidth && !hadPreviousZeroWidth) {\n // Before clearing the color and style selections, keep track of\n // the current selections so they can be restored when the width\n // changes to a non-zero value.\n setColorSelection(border?.color);\n setStyleSelection(border?.style);\n\n // Clear the color and style border properties.\n updatedBorder.color = undefined;\n updatedBorder.style = 'none';\n }\n\n // Selection has changed from zero border width to non-zero width.\n if (!hasZeroWidth && hadPreviousZeroWidth) {\n // Restore previous border color and style selections if width\n // is now not zero.\n if (updatedBorder.color === undefined) {\n updatedBorder.color = colorSelection;\n }\n if (updatedBorder.style === 'none') {\n updatedBorder.style = styleSelection;\n }\n }\n onBorderChange(updatedBorder);\n }, [border, hadPreviousZeroWidth, colorSelection, styleSelection, onBorderChange]);\n const onSliderChange = useCallback(value => {\n onWidthChange(`${value}${widthUnit}`);\n }, [onWidthChange, widthUnit]);\n const classes = clsx(styles['border-control'], className);\n let wrapperWidth = width;\n if (isCompact) {\n // Widths below represent the minimum usable width for compact controls.\n // Taller controls contain greater internal padding, thus greater width.\n wrapperWidth = '116px';\n }\n const innerWrapperClassName = clsx(styles['inner-wrapper'], !!wrapperWidth && styles['inner-wrapper-has-width']);\n const sliderClassName = styles.slider;\n return {\n ...otherProps,\n className: classes,\n colors,\n enableAlpha,\n enableStyle,\n innerWrapperClassName,\n inputWidth: wrapperWidth,\n isStyleSettable,\n onBorderChange,\n onSliderChange,\n onWidthChange,\n previousStyleSelection: styleSelection,\n sliderClassName,\n value: border,\n widthUnit,\n widthValue,\n __experimentalIsRenderedInSidebar\n };\n}", "const STYLE_HASH_ATTRIBUTE = 'data-wp-hash';\n\n/**\n * Returns the shared style runtime registry.\n *\n * The registry is stored on `globalThis` so separately bundled copies of this\n * package can coordinate through the same document and style maps.\n *\n * @return The shared runtime registry.\n */\nfunction getRuntime() {\n const globalScope = globalThis;\n if (globalScope.__wpStyleRuntime) {\n return globalScope.__wpStyleRuntime;\n }\n globalScope.__wpStyleRuntime = {\n documents: new Map(),\n styles: new Map(),\n injectedStyles: new WeakMap()\n };\n if (typeof document !== 'undefined') {\n registerDocument(document);\n }\n return globalScope.__wpStyleRuntime;\n}\n\n/**\n * Checks whether a document already contains a style tag for a hash.\n *\n * @param targetDocument Document to inspect.\n * @param hash Stable hash for the transformed CSS.\n *\n * @return Whether the style hash already exists in the document.\n */\nfunction documentContainsStyleHash(targetDocument, hash) {\n if (!targetDocument.head) {\n return false;\n }\n for (const style of targetDocument.head.querySelectorAll(`style[${STYLE_HASH_ATTRIBUTE}]`)) {\n if (style.getAttribute(STYLE_HASH_ATTRIBUTE) === hash) {\n return true;\n }\n }\n return false;\n}\n\n/**\n * Injects a registered style into a document, unless that document already\n * contains a style tag for the same hash.\n *\n * @param targetDocument Document to inject the style into.\n * @param hash Stable hash for the transformed CSS.\n * @param css CSS text to inject.\n */\nfunction injectStyle(targetDocument, hash, css) {\n if (!targetDocument.head) {\n return;\n }\n const runtime = getRuntime();\n let injectedStyles = runtime.injectedStyles.get(targetDocument);\n if (!injectedStyles) {\n injectedStyles = new Set();\n runtime.injectedStyles.set(targetDocument, injectedStyles);\n }\n if (injectedStyles.has(hash)) {\n return;\n }\n\n // Older generated CSS module output can still inject matching style tags\n // after this document's cache is created, so keep the DOM as the fallback\n // source of truth on cache misses.\n if (documentContainsStyleHash(targetDocument, hash)) {\n injectedStyles.add(hash);\n return;\n }\n const style = targetDocument.createElement('style');\n style.setAttribute(STYLE_HASH_ATTRIBUTE, hash);\n style.appendChild(targetDocument.createTextNode(css));\n targetDocument.head.appendChild(style);\n injectedStyles.add(hash);\n}\n\n/**\n * Registers a document as a style injection target.\n *\n * Existing registered styles are replayed into the document immediately.\n * Documents are reference-counted so multiple providers can safely register the\n * same document without one cleanup removing it while another registration is\n * still active.\n *\n * @param targetDocument Document to receive registered styles.\n * @return Cleanup function that unregisters this document registration.\n */\nexport function registerDocument(targetDocument) {\n const runtime = getRuntime();\n runtime.documents.set(targetDocument, (runtime.documents.get(targetDocument) ?? 0) + 1);\n for (const [hash, css] of runtime.styles) {\n injectStyle(targetDocument, hash, css);\n }\n return () => {\n const count = runtime.documents.get(targetDocument);\n if (count === undefined) {\n return;\n }\n if (count <= 1) {\n runtime.documents.delete(targetDocument);\n return;\n }\n runtime.documents.set(targetDocument, count - 1);\n };\n}\n\n/**\n * Registers a style and injects it into all registered documents.\n *\n * The hash is used as the deduplication key, so calling this repeatedly with\n * the same hash will not add duplicate style tags to a document.\n * Registered styles are retained for the lifetime of the page so they can be\n * replayed into documents that are registered later.\n *\n * @param hash Stable hash for the transformed CSS.\n * @param css CSS text to inject.\n */\nexport function registerStyle(hash, css) {\n const runtime = getRuntime();\n runtime.styles.set(hash, css);\n for (const targetDocument of runtime.documents.keys()) {\n injectStyle(targetDocument, hash, css);\n }\n}", "import { registerStyle } from '@wordpress/style-runtime';\nif (typeof process === 'undefined' || process.env.NODE_ENV !== 'test') {\n\tregisterStyle(\"749bb52757\", \".a8578c10ef7219f5__border-control{border:0;box-sizing:border-box;margin:0;padding:0}.a8578c10ef7219f5__border-control *,.a8578c10ef7219f5__border-control :after,.a8578c10ef7219f5__border-control :before{box-sizing:inherit}._89d98624def50ba2__inner-wrapper{height:40px}._89d98624def50ba2__inner-wrapper .components-unit-control{flex:1 1 40%}._89d98624def50ba2__inner-wrapper._89d98624def50ba2__inner-wrapper .components-unit-control__select.components-unit-control__select{min-height:0}._43dbe0f5c56003a8__inner-wrapper-has-width .components-unit-control{flex:0 0 auto}._25a20fddf2bf261f__dropdown{background:#fff}._25a20fddf2bf261f__dropdown._25a20fddf2bf261f__dropdown>button{align-items:center;aspect-ratio:1;border:1px solid var(--wp-components-color-gray-600,var(--wpds-color-stroke-interactive-neutral,#8d8d8d));border-end-end-radius:0;border-end-start-radius:2px;border-start-end-radius:0;border-start-start-radius:2px;display:flex;justify-content:center;padding:0}._25a20fddf2bf261f__dropdown._25a20fddf2bf261f__dropdown>button:focus,._25a20fddf2bf261f__dropdown._25a20fddf2bf261f__dropdown>button:hover:not(:disabled){border-color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));box-shadow:inset 0 0 0 .5px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));position:relative;z-index:1}._956b765a9ec7feba__color-indicator-wrapper{border:2px solid transparent;border-radius:9999px;height:24px;padding:2px;width:24px}._956b765a9ec7feba__color-indicator-wrapper>span{background:linear-gradient(-45deg,transparent 48%,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 52%,transparent 0);height:16px;width:16px}.a0c5666db3f5f599__popover-controls{width:228px}._115e648628de896b__reset-button-wrapper{display:flex;justify-content:flex-end;margin-block-start:12px}.e9089c561edcd13a__slider{flex:1 1 60%;margin-inline-end:12px}\");\n}\nexport default {\"border-control\":\"a8578c10ef7219f5__border-control\",\"inner-wrapper\":\"_89d98624def50ba2__inner-wrapper\",\"inner-wrapper-has-width\":\"_43dbe0f5c56003a8__inner-wrapper-has-width\",\"dropdown\":\"_25a20fddf2bf261f__dropdown\",\"color-indicator-wrapper\":\"_956b765a9ec7feba__color-indicator-wrapper\",\"popover-controls\":\"a0c5666db3f5f599__popover-controls\",\"reset-button-wrapper\":\"_115e648628de896b__reset-button-wrapper\",\"slider\":\"e9089c561edcd13a__slider\"};\n"],
5
+ "mappings": "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",
6
6
  "names": []
7
7
  }
@@ -88,13 +88,12 @@ var BorderControlDropdown = (props, forwardedRef) => {
88
88
  disableCustomColors,
89
89
  enableAlpha,
90
90
  enableStyle,
91
- indicatorClassName,
92
91
  indicatorWrapperClassName,
92
+ indicatorWrapperStyle,
93
93
  isStyleSettable,
94
94
  onReset,
95
95
  onColorChange,
96
96
  onStyleChange,
97
- popoverContentClassName,
98
97
  popoverControlsClassName,
99
98
  resetButtonWrapperClassName,
100
99
  __unstablePopoverProps,
@@ -120,8 +119,8 @@ var BorderControlDropdown = (props, forwardedRef) => {
120
119
  __next40pxDefaultSize: true,
121
120
  children: /* @__PURE__ */ _jsx("span", {
122
121
  className: indicatorWrapperClassName,
122
+ style: indicatorWrapperStyle,
123
123
  children: /* @__PURE__ */ _jsx(ColorIndicator, {
124
- className: indicatorClassName,
125
124
  colorValue: color
126
125
  })
127
126
  })
@@ -133,7 +132,6 @@ var BorderControlDropdown = (props, forwardedRef) => {
133
132
  className: popoverControlsClassName,
134
133
  spacing: 6,
135
134
  children: [/* @__PURE__ */ _jsx(ColorPalette, {
136
- className: popoverContentClassName,
137
135
  value: color,
138
136
  onChange: onColorChange,
139
137
  colors,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/border-control/border-control-dropdown/component.tsx"],
4
- "sourcesContent": ["import { __, sprintf } from '@wordpress/i18n';\nimport BorderControlStylePicker from '../border-control-style-picker';\nimport Button from '../../button';\nimport ColorIndicator from '../../color-indicator';\nimport ColorPalette from '../../color-palette';\nimport Dropdown from '../../dropdown';\nimport { VStack } from '../../v-stack';\nimport { contextConnect } from '../../context';\nimport { useBorderControlDropdown } from './hook';\nimport DropdownContentWrapper from '../../dropdown/dropdown-content-wrapper';\nimport { isMultiplePaletteArray } from '../../color-palette/utils';\nimport { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nconst getAriaLabelColorValue = colorValue => {\n // Leave hex values as-is. Remove the `var()` wrapper from CSS vars.\n return colorValue.replace(/^var\\((.+)\\)$/, '$1');\n};\nconst getColorObject = (colorValue, colors) => {\n if (!colorValue || !colors) {\n return;\n }\n if (isMultiplePaletteArray(colors)) {\n // Multiple origins\n let matchedColor;\n colors.some(origin => origin.colors.some(color => {\n if (color.color === colorValue) {\n matchedColor = color;\n return true;\n }\n return false;\n }));\n return matchedColor;\n }\n\n // Single origin\n return colors.find(color => color.color === colorValue);\n};\nconst getToggleAriaLabel = (colorValue, colorObject, style, isStyleEnabled) => {\n if (isStyleEnabled) {\n if (colorObject) {\n const ariaLabelValue = getAriaLabelColorValue(colorObject.color);\n return style ? sprintf(\n // translators: 1: The name of the color e.g. \"vivid red\". 2: The color's hex code e.g.: \"#f00:\". 3: The current border style selection e.g. \"solid\".\n __('Border color and style picker. The currently selected color is called \"%1$s\" and has a value of \"%2$s\". The currently selected style is \"%3$s\".'), colorObject.name, ariaLabelValue, style) : sprintf(\n // translators: 1: The name of the color e.g. \"vivid red\". 2: The color's hex code e.g.: \"#f00:\".\n __('Border color and style picker. The currently selected color is called \"%1$s\" and has a value of \"%2$s\".'), colorObject.name, ariaLabelValue);\n }\n if (colorValue) {\n const ariaLabelValue = getAriaLabelColorValue(colorValue);\n return style ? sprintf(\n // translators: 1: The color's hex code e.g.: \"#f00:\". 2: The current border style selection e.g. \"solid\".\n __('Border color and style picker. The currently selected color has a value of \"%1$s\". The currently selected style is \"%2$s\".'), ariaLabelValue, style) : sprintf(\n // translators: %s: The color's hex code e.g: \"#f00\".\n __('Border color and style picker. The currently selected color has a value of \"%s\".'), ariaLabelValue);\n }\n return __('Border color and style picker.');\n }\n if (colorObject) {\n return sprintf(\n // translators: 1: The name of the color e.g. \"vivid red\". 2: The color's hex code e.g: \"#f00\".\n __('Border color picker. The currently selected color is called \"%1$s\" and has a value of \"%2$s\".'), colorObject.name, getAriaLabelColorValue(colorObject.color));\n }\n if (colorValue) {\n return sprintf(\n // translators: %s: The color's hex code e.g: \"#f00\".\n __('Border color picker. The currently selected color has a value of \"%s\".'), getAriaLabelColorValue(colorValue));\n }\n return __('Border color picker.');\n};\nconst BorderControlDropdown = (props, forwardedRef) => {\n const {\n __experimentalIsRenderedInSidebar,\n border,\n colors,\n disableCustomColors,\n enableAlpha,\n enableStyle,\n indicatorClassName,\n indicatorWrapperClassName,\n isStyleSettable,\n onReset,\n onColorChange,\n onStyleChange,\n popoverContentClassName,\n popoverControlsClassName,\n resetButtonWrapperClassName,\n __unstablePopoverProps,\n ...otherProps\n } = useBorderControlDropdown(props);\n const {\n color,\n style\n } = border || {};\n const colorObject = getColorObject(color, colors);\n const toggleAriaLabel = getToggleAriaLabel(color, colorObject, style, enableStyle);\n const enableResetButton = color || style && style !== 'none';\n const dropdownPosition = __experimentalIsRenderedInSidebar ? 'bottom left' : undefined;\n const renderToggle = ({\n onToggle\n }) => /*#__PURE__*/_jsx(Button, {\n onClick: onToggle,\n variant: \"tertiary\",\n \"aria-label\": toggleAriaLabel,\n tooltipPosition: dropdownPosition,\n label: __('Border color and style picker'),\n showTooltip: true,\n __next40pxDefaultSize: true,\n children: /*#__PURE__*/_jsx(\"span\", {\n className: indicatorWrapperClassName,\n children: /*#__PURE__*/_jsx(ColorIndicator, {\n className: indicatorClassName,\n colorValue: color\n })\n })\n });\n const renderContent = () => /*#__PURE__*/_jsx(_Fragment, {\n children: /*#__PURE__*/_jsxs(DropdownContentWrapper, {\n paddingSize: \"medium\",\n children: [/*#__PURE__*/_jsxs(VStack, {\n className: popoverControlsClassName,\n spacing: 6,\n children: [/*#__PURE__*/_jsx(ColorPalette, {\n className: popoverContentClassName,\n value: color,\n onChange: onColorChange,\n colors,\n disableCustomColors,\n __experimentalIsRenderedInSidebar: __experimentalIsRenderedInSidebar,\n clearable: false,\n enableAlpha: enableAlpha\n }), enableStyle && isStyleSettable && /*#__PURE__*/_jsx(BorderControlStylePicker, {\n label: __('Style'),\n value: style,\n onChange: onStyleChange\n })]\n }), /*#__PURE__*/_jsx(\"div\", {\n className: resetButtonWrapperClassName,\n children: /*#__PURE__*/_jsx(Button, {\n variant: \"tertiary\",\n onClick: () => {\n onReset();\n },\n disabled: !enableResetButton,\n accessibleWhenDisabled: true,\n __next40pxDefaultSize: true,\n children: __('Reset')\n })\n })]\n })\n });\n return /*#__PURE__*/_jsx(Dropdown, {\n renderToggle: renderToggle,\n renderContent: renderContent,\n popoverProps: {\n ...__unstablePopoverProps\n },\n ...otherProps,\n ref: forwardedRef\n });\n};\nconst ConnectedBorderControlDropdown = contextConnect(BorderControlDropdown, 'BorderControlDropdown');\nexport default ConnectedBorderControlDropdown;"],
5
- "mappings": "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",
4
+ "sourcesContent": ["import { __, sprintf } from '@wordpress/i18n';\nimport BorderControlStylePicker from '../border-control-style-picker';\nimport Button from '../../button';\nimport ColorIndicator from '../../color-indicator';\nimport ColorPalette from '../../color-palette';\nimport Dropdown from '../../dropdown';\nimport { VStack } from '../../v-stack';\nimport { contextConnect } from '../../context';\nimport { useBorderControlDropdown } from './hook';\nimport DropdownContentWrapper from '../../dropdown/dropdown-content-wrapper';\nimport { isMultiplePaletteArray } from '../../color-palette/utils';\nimport { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from \"react/jsx-runtime\";\nconst getAriaLabelColorValue = colorValue => {\n // Leave hex values as-is. Remove the `var()` wrapper from CSS vars.\n return colorValue.replace(/^var\\((.+)\\)$/, '$1');\n};\nconst getColorObject = (colorValue, colors) => {\n if (!colorValue || !colors) {\n return;\n }\n if (isMultiplePaletteArray(colors)) {\n // Multiple origins\n let matchedColor;\n colors.some(origin => origin.colors.some(color => {\n if (color.color === colorValue) {\n matchedColor = color;\n return true;\n }\n return false;\n }));\n return matchedColor;\n }\n\n // Single origin\n return colors.find(color => color.color === colorValue);\n};\nconst getToggleAriaLabel = (colorValue, colorObject, style, isStyleEnabled) => {\n if (isStyleEnabled) {\n if (colorObject) {\n const ariaLabelValue = getAriaLabelColorValue(colorObject.color);\n return style ? sprintf(\n // translators: 1: The name of the color e.g. \"vivid red\". 2: The color's hex code e.g.: \"#f00:\". 3: The current border style selection e.g. \"solid\".\n __('Border color and style picker. The currently selected color is called \"%1$s\" and has a value of \"%2$s\". The currently selected style is \"%3$s\".'), colorObject.name, ariaLabelValue, style) : sprintf(\n // translators: 1: The name of the color e.g. \"vivid red\". 2: The color's hex code e.g.: \"#f00:\".\n __('Border color and style picker. The currently selected color is called \"%1$s\" and has a value of \"%2$s\".'), colorObject.name, ariaLabelValue);\n }\n if (colorValue) {\n const ariaLabelValue = getAriaLabelColorValue(colorValue);\n return style ? sprintf(\n // translators: 1: The color's hex code e.g.: \"#f00:\". 2: The current border style selection e.g. \"solid\".\n __('Border color and style picker. The currently selected color has a value of \"%1$s\". The currently selected style is \"%2$s\".'), ariaLabelValue, style) : sprintf(\n // translators: %s: The color's hex code e.g: \"#f00\".\n __('Border color and style picker. The currently selected color has a value of \"%s\".'), ariaLabelValue);\n }\n return __('Border color and style picker.');\n }\n if (colorObject) {\n return sprintf(\n // translators: 1: The name of the color e.g. \"vivid red\". 2: The color's hex code e.g: \"#f00\".\n __('Border color picker. The currently selected color is called \"%1$s\" and has a value of \"%2$s\".'), colorObject.name, getAriaLabelColorValue(colorObject.color));\n }\n if (colorValue) {\n return sprintf(\n // translators: %s: The color's hex code e.g: \"#f00\".\n __('Border color picker. The currently selected color has a value of \"%s\".'), getAriaLabelColorValue(colorValue));\n }\n return __('Border color picker.');\n};\nconst BorderControlDropdown = (props, forwardedRef) => {\n const {\n __experimentalIsRenderedInSidebar,\n border,\n colors,\n disableCustomColors,\n enableAlpha,\n enableStyle,\n indicatorWrapperClassName,\n indicatorWrapperStyle,\n isStyleSettable,\n onReset,\n onColorChange,\n onStyleChange,\n popoverControlsClassName,\n resetButtonWrapperClassName,\n __unstablePopoverProps,\n ...otherProps\n } = useBorderControlDropdown(props);\n const {\n color,\n style\n } = border || {};\n const colorObject = getColorObject(color, colors);\n const toggleAriaLabel = getToggleAriaLabel(color, colorObject, style, enableStyle);\n const enableResetButton = color || style && style !== 'none';\n const dropdownPosition = __experimentalIsRenderedInSidebar ? 'bottom left' : undefined;\n const renderToggle = ({\n onToggle\n }) => /*#__PURE__*/_jsx(Button, {\n onClick: onToggle,\n variant: \"tertiary\",\n \"aria-label\": toggleAriaLabel,\n tooltipPosition: dropdownPosition,\n label: __('Border color and style picker'),\n showTooltip: true,\n __next40pxDefaultSize: true,\n children: /*#__PURE__*/_jsx(\"span\", {\n className: indicatorWrapperClassName,\n style: indicatorWrapperStyle,\n children: /*#__PURE__*/_jsx(ColorIndicator, {\n colorValue: color\n })\n })\n });\n const renderContent = () => /*#__PURE__*/_jsx(_Fragment, {\n children: /*#__PURE__*/_jsxs(DropdownContentWrapper, {\n paddingSize: \"medium\",\n children: [/*#__PURE__*/_jsxs(VStack, {\n className: popoverControlsClassName,\n spacing: 6,\n children: [/*#__PURE__*/_jsx(ColorPalette, {\n value: color,\n onChange: onColorChange,\n colors,\n disableCustomColors,\n __experimentalIsRenderedInSidebar: __experimentalIsRenderedInSidebar,\n clearable: false,\n enableAlpha: enableAlpha\n }), enableStyle && isStyleSettable && /*#__PURE__*/_jsx(BorderControlStylePicker, {\n label: __('Style'),\n value: style,\n onChange: onStyleChange\n })]\n }), /*#__PURE__*/_jsx(\"div\", {\n className: resetButtonWrapperClassName,\n children: /*#__PURE__*/_jsx(Button, {\n variant: \"tertiary\",\n onClick: () => {\n onReset();\n },\n disabled: !enableResetButton,\n accessibleWhenDisabled: true,\n __next40pxDefaultSize: true,\n children: __('Reset')\n })\n })]\n })\n });\n return /*#__PURE__*/_jsx(Dropdown, {\n renderToggle: renderToggle,\n renderContent: renderContent,\n popoverProps: {\n ...__unstablePopoverProps\n },\n ...otherProps,\n ref: forwardedRef\n });\n};\nconst ConnectedBorderControlDropdown = contextConnect(BorderControlDropdown, 'BorderControlDropdown');\nexport default ConnectedBorderControlDropdown;"],
5
+ "mappings": "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",
6
6
  "names": []
7
7
  }