@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,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/toggle-group-control/toggle-group-control-option-base/component.tsx", "../../../../style-runtime/src/index.ts", "../../../src/toggle-group-control/toggle-group-control-option-base/style.module.scss"],
4
- "sourcesContent": ["import clsx from 'clsx';\nimport * as Ariakit from '@ariakit/react';\nimport { useInstanceId } from '@wordpress/compose';\nimport { useLayoutEffect, useRef } from '@wordpress/element';\nimport { contextConnect, useContextSystem } from '../../context';\nimport { useToggleGroupControlContext } from '../context';\nimport styles from './style.module.scss';\nimport Tooltip from '../../tooltip';\nimport { jsx as _jsx, Fragment as _Fragment } from \"react/jsx-runtime\";\nconst WithToolTip = ({\n showTooltip,\n text,\n children\n}) => {\n if (showTooltip && text) {\n return /*#__PURE__*/_jsx(Tooltip, {\n text: text,\n placement: \"top\",\n children: children\n });\n }\n return /*#__PURE__*/_jsx(_Fragment, {\n children: children\n });\n};\nfunction ToggleGroupControlOptionBase(props, forwardedRef) {\n const toggleGroupControlContext = useToggleGroupControlContext();\n const id = useInstanceId(ToggleGroupControlOptionBase, toggleGroupControlContext.baseId || 'toggle-group-control-option-base');\n const buttonProps = useContextSystem({\n ...props,\n id\n }, 'ToggleGroupControlOptionBase');\n const {\n isBlock = false,\n isDeselectable = false\n } = toggleGroupControlContext;\n const {\n className,\n isIcon = false,\n value,\n children,\n showTooltip = false,\n disabled,\n ...otherButtonProps\n } = buttonProps;\n const isPressed = toggleGroupControlContext.value === value;\n const labelClasses = clsx(styles.label, isBlock && styles['label-block']);\n const itemClasses = clsx(styles.button, {\n [styles['is-deselectable']]: isDeselectable,\n [styles['is-icon']]: isIcon,\n [styles['is-pressed']]: isPressed\n }, className);\n const buttonOnClick = () => {\n if (isDeselectable && isPressed) {\n toggleGroupControlContext.setValue(undefined);\n } else {\n toggleGroupControlContext.setValue(value);\n }\n };\n const commonProps = {\n ...otherButtonProps,\n className: itemClasses,\n 'data-value': value,\n ref: forwardedRef\n };\n const labelRef = useRef(null);\n useLayoutEffect(() => {\n if (isPressed && labelRef.current) {\n toggleGroupControlContext.setSelectedElement(labelRef.current);\n }\n }, [isPressed, toggleGroupControlContext]);\n return /*#__PURE__*/_jsx(\"div\", {\n ref: labelRef,\n className: labelClasses,\n children: /*#__PURE__*/_jsx(WithToolTip, {\n showTooltip: showTooltip,\n text: otherButtonProps['aria-label'],\n children: isDeselectable ? /*#__PURE__*/_jsx(\"button\", {\n ...commonProps,\n disabled: disabled,\n \"aria-pressed\": isPressed,\n type: \"button\",\n onClick: buttonOnClick,\n children: /*#__PURE__*/_jsx(\"div\", {\n className: styles['button-content'],\n children: children\n })\n }) : /*#__PURE__*/_jsx(Ariakit.Radio, {\n disabled: disabled,\n onFocusVisible: () => {\n const selectedValueIsEmpty = toggleGroupControlContext.value === null || toggleGroupControlContext.value === '';\n\n // Conditions ensure that the first visible focus to a radio group\n // without a selected option will not automatically select the option.\n if (!selectedValueIsEmpty || toggleGroupControlContext.activeItemIsNotFirstItem?.()) {\n toggleGroupControlContext.setValue(value);\n }\n },\n render: /*#__PURE__*/_jsx(\"button\", {\n type: \"button\",\n ...commonProps\n }),\n value: value,\n children: /*#__PURE__*/_jsx(\"div\", {\n className: styles['button-content'],\n children: children\n })\n })\n })\n });\n}\n\n/**\n * `ToggleGroupControlOptionBase` is a form component and is meant to be used as an internal,\n * generic component for any children of `ToggleGroupControl`.\n *\n * @example\n * ```jsx\n * import {\n * __experimentalToggleGroupControl as ToggleGroupControl,\n * __experimentalToggleGroupControlOptionBase as ToggleGroupControlOptionBase,\n * } from '@wordpress/components';\n *\n * function Example() {\n * return (\n * <ToggleGroupControl label=\"my label\" value=\"vertical\" isBlock>\n * <ToggleGroupControlOption value=\"horizontal\" label=\"Horizontal\" />\n * <ToggleGroupControlOption value=\"vertical\" label=\"Vertical\" />\n * </ToggleGroupControl>\n * );\n * }\n * ```\n */\nconst ConnectedToggleGroupControlOptionBase = contextConnect(ToggleGroupControlOptionBase, 'ToggleGroupControlOptionBase');\nexport default ConnectedToggleGroupControlOptionBase;", "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(\"a044fd0bb7\", \"._1dec843460a3c9d5__label{display:inline-flex;max-width:100%;min-width:0;position:relative}._50ddec5669c9d4a6__label-block{flex:1}._1563c8aa5e21d063__button{fill:currentColor;align-items:center;appearance:none;background:transparent;border:none;border-radius:var(--wpds-border-radius-xs,1px);color:var(--wp-components-color-gray-700,var(--wpds-color-foreground-content-neutral-weak,#707070));cursor:var(--wpds-cursor-control,pointer);display:flex;font-family:inherit;height:100%;justify-content:center;line-height:1;outline:none;padding:0 12px;position:relative;text-align:center}@media not (prefers-reduced-motion){._1563c8aa5e21d063__button{transition:color .16s linear,font-weight 60ms linear}}._1563c8aa5e21d063__button{user-select:none;width:100%;z-index:2}._1563c8aa5e21d063__button::-moz-focus-inner{border:0}._1563c8aa5e21d063__button[aria-disabled=true],._1563c8aa5e21d063__button[disabled]{cursor:default;opacity:.4}._1563c8aa5e21d063__button:hover:not([disabled]):not([aria-disabled=true]){color:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e))}.e1b6a1f76b7eb2bb__is-deselectable:focus{--focus-color:var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9));outline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) solid var(--focus-color);outline-color:var(--wp-components-color-accent,var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9)));outline-offset:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px))}.e1b6a1f76b7eb2bb__is-deselectable:focus[aria-pressed=false]{background:var(--wp-components-color-background,var(--wpds-color-background-surface-neutral-strong,#fff));box-shadow:0 0 0 2px var(--wp-components-color-background,var(--wpds-color-background-surface-neutral-strong,#fff))}._407216dd3e301287__is-icon{aspect-ratio:1;height:38px;padding:0}._617c0f0a1c161590__is-pressed{color:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e));font-weight:var(--wpds-typography-font-weight-emphasis,600)}._2850882d974e5419__button-content{display:flex;font-size:var(--wpds-typography-font-size-md,13px);line-height:1}\");\n}\nexport default {\"label\":\"_1dec843460a3c9d5__label\",\"label-block\":\"_50ddec5669c9d4a6__label-block\",\"button\":\"_1563c8aa5e21d063__button\",\"is-deselectable\":\"e1b6a1f76b7eb2bb__is-deselectable\",\"is-icon\":\"_407216dd3e301287__is-icon\",\"is-pressed\":\"_617c0f0a1c161590__is-pressed\",\"button-content\":\"_2850882d974e5419__button-content\"};\n"],
5
- "mappings": "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",
4
+ "sourcesContent": ["import clsx from 'clsx';\nimport * as Ariakit from '@ariakit/react';\nimport { useInstanceId } from '@wordpress/compose';\nimport { useLayoutEffect, useRef } from '@wordpress/element';\nimport { contextConnect, useContextSystem } from '../../context';\nimport { useToggleGroupControlContext } from '../context';\nimport styles from './style.module.scss';\nimport Tooltip from '../../tooltip';\nimport { jsx as _jsx, Fragment as _Fragment } from \"react/jsx-runtime\";\nconst WithToolTip = ({\n showTooltip,\n text,\n children\n}) => {\n if (showTooltip && text) {\n return /*#__PURE__*/_jsx(Tooltip, {\n text: text,\n placement: \"top\",\n children: children\n });\n }\n return /*#__PURE__*/_jsx(_Fragment, {\n children: children\n });\n};\nfunction ToggleGroupControlOptionBase(props, forwardedRef) {\n const toggleGroupControlContext = useToggleGroupControlContext();\n const id = useInstanceId(ToggleGroupControlOptionBase, toggleGroupControlContext.baseId || 'toggle-group-control-option-base');\n const buttonProps = useContextSystem({\n ...props,\n id\n }, 'ToggleGroupControlOptionBase');\n const {\n isBlock = false,\n isDeselectable = false\n } = toggleGroupControlContext;\n const {\n className,\n isIcon = false,\n value,\n children,\n showTooltip = false,\n disabled,\n ...otherButtonProps\n } = buttonProps;\n const isPressed = toggleGroupControlContext.value === value;\n const labelClasses = clsx(styles.label, isBlock && styles['label-block']);\n const itemClasses = clsx(styles.button, {\n [styles['is-deselectable']]: isDeselectable,\n [styles['is-icon']]: isIcon,\n [styles['is-pressed']]: isPressed\n }, className);\n const buttonOnClick = () => {\n if (isDeselectable && isPressed) {\n toggleGroupControlContext.setValue(undefined);\n } else {\n toggleGroupControlContext.setValue(value);\n }\n };\n const commonProps = {\n ...otherButtonProps,\n className: itemClasses,\n 'data-value': value,\n ref: forwardedRef\n };\n const labelRef = useRef(null);\n useLayoutEffect(() => {\n if (isPressed && labelRef.current) {\n toggleGroupControlContext.setSelectedElement(labelRef.current);\n }\n }, [isPressed, toggleGroupControlContext]);\n return /*#__PURE__*/_jsx(\"div\", {\n ref: labelRef,\n className: labelClasses,\n children: /*#__PURE__*/_jsx(WithToolTip, {\n showTooltip: showTooltip,\n text: otherButtonProps['aria-label'],\n children: isDeselectable ? /*#__PURE__*/_jsx(\"button\", {\n ...commonProps,\n disabled: disabled,\n \"aria-pressed\": isPressed,\n type: \"button\",\n onClick: buttonOnClick,\n children: /*#__PURE__*/_jsx(\"div\", {\n className: styles['button-content'],\n children: children\n })\n }) : /*#__PURE__*/_jsx(Ariakit.Radio, {\n disabled: disabled,\n onFocusVisible: () => {\n const selectedValueIsEmpty = toggleGroupControlContext.value === null || toggleGroupControlContext.value === '';\n\n // Conditions ensure that the first visible focus to a radio group\n // without a selected option will not automatically select the option.\n if (!selectedValueIsEmpty || toggleGroupControlContext.activeItemIsNotFirstItem?.()) {\n toggleGroupControlContext.setValue(value);\n }\n },\n render: /*#__PURE__*/_jsx(\"button\", {\n type: \"button\",\n ...commonProps\n }),\n value: value,\n children: /*#__PURE__*/_jsx(\"div\", {\n className: styles['button-content'],\n children: children\n })\n })\n })\n });\n}\n\n/**\n * `ToggleGroupControlOptionBase` is a form component and is meant to be used as an internal,\n * generic component for any children of `ToggleGroupControl`.\n *\n * @example\n * ```jsx\n * import {\n * __experimentalToggleGroupControl as ToggleGroupControl,\n * __experimentalToggleGroupControlOptionBase as ToggleGroupControlOptionBase,\n * } from '@wordpress/components';\n *\n * function Example() {\n * return (\n * <ToggleGroupControl label=\"my label\" value=\"vertical\" isBlock>\n * <ToggleGroupControlOption value=\"horizontal\" label=\"Horizontal\" />\n * <ToggleGroupControlOption value=\"vertical\" label=\"Vertical\" />\n * </ToggleGroupControl>\n * );\n * }\n * ```\n */\nconst ConnectedToggleGroupControlOptionBase = contextConnect(ToggleGroupControlOptionBase, 'ToggleGroupControlOptionBase');\nexport default ConnectedToggleGroupControlOptionBase;", "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(\"94533a674c\", \"._1dec843460a3c9d5__label{display:inline-flex;max-width:100%;min-width:0;position:relative}._50ddec5669c9d4a6__label-block{flex:1}._1563c8aa5e21d063__button{fill:currentColor;align-items:center;appearance:none;background:transparent;border:none;border-radius:var(--wpds-border-radius-xs,1px);color:var(--wp-components-color-gray-700,var(--wpds-color-foreground-content-neutral-weak,#707070));cursor:var(--wpds-cursor-control,pointer);display:flex;font-family:inherit;height:100%;justify-content:center;line-height:1;outline:none;padding:0 12px;position:relative;text-align:center}@media not (prefers-reduced-motion){._1563c8aa5e21d063__button{transition:color .16s linear,font-weight 60ms linear}}._1563c8aa5e21d063__button{user-select:none;width:100%;z-index:2}._1563c8aa5e21d063__button::-moz-focus-inner{border:0}._1563c8aa5e21d063__button[aria-disabled=true],._1563c8aa5e21d063__button[disabled]{cursor:default;opacity:.4}._1563c8aa5e21d063__button:hover:not([disabled]):not([aria-disabled=true]){color:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e))}.e1b6a1f76b7eb2bb__is-deselectable:focus{outline:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px)) solid var(--focus-color,var(--wpds-color-stroke-focus,var(--wp-admin-theme-color,#3858e9)));outline-offset:var(--wpds-border-width-focus,var(--wp-admin-border-width-focus,2px))}.e1b6a1f76b7eb2bb__is-deselectable:focus[aria-pressed=false]{background:var(--wp-components-color-background,var(--wpds-color-background-surface-neutral-strong,#fff));box-shadow:0 0 0 2px var(--wp-components-color-background,var(--wpds-color-background-surface-neutral-strong,#fff))}._407216dd3e301287__is-icon{aspect-ratio:1;height:38px;padding:0}._617c0f0a1c161590__is-pressed{color:var(--wp-components-color-foreground,var(--wpds-color-foreground-content-neutral,#1e1e1e));font-weight:var(--wpds-typography-font-weight-emphasis,600)}._2850882d974e5419__button-content{display:flex;font-size:var(--wpds-typography-font-size-md,13px);line-height:1}\");\n}\nexport default {\"label\":\"_1dec843460a3c9d5__label\",\"label-block\":\"_50ddec5669c9d4a6__label-block\",\"button\":\"_1563c8aa5e21d063__button\",\"is-deselectable\":\"e1b6a1f76b7eb2bb__is-deselectable\",\"is-icon\":\"_407216dd3e301287__is-icon\",\"is-pressed\":\"_617c0f0a1c161590__is-pressed\",\"button-content\":\"_2850882d974e5419__button-content\"};\n"],
5
+ "mappings": "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",
6
6
  "names": []
7
7
  }
@@ -16,9 +16,6 @@ var CONTROL_PROPS = {
16
16
  };
17
17
  var config_values_default = Object.assign({}, CONTROL_PROPS, {
18
18
  colorDivider: "rgba(0, 0, 0, 0.1)",
19
- colorScrollbarThumb: "rgba(0, 0, 0, 0.2)",
20
- colorScrollbarThumbHover: "rgba(0, 0, 0, 0.5)",
21
- colorScrollbarTrack: "rgba(0, 0, 0, 0.04)",
22
19
  elevationIntensity: 1,
23
20
  radiusXSmall: "1px",
24
21
  radiusSmall: "2px",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/utils/config-values.js"],
4
- "sourcesContent": ["import { COLORS } from './colors-values';\nconst CONTROL_HEIGHT = '36px';\nconst CONTROL_PROPS = {\n // These values should be shared with TextControl.\n controlPaddingX: 12,\n controlPaddingXSmall: 8,\n controlPaddingXLarge: 12 * 1.3334,\n // TODO: Deprecate\n\n controlBoxShadowFocus: `0 0 0 0.5px ${COLORS.theme.accent}`,\n controlHeight: CONTROL_HEIGHT,\n controlHeightXSmall: `calc( ${CONTROL_HEIGHT} * 0.6 )`,\n controlHeightSmall: `calc( ${CONTROL_HEIGHT} * 0.8 )`,\n controlHeightLarge: `calc( ${CONTROL_HEIGHT} * 1.2 )`,\n controlHeightXLarge: `calc( ${CONTROL_HEIGHT} * 1.4 )`\n};\n\n// Using Object.assign to avoid creating circular references when emitting\n// TypeScript type declarations.\nexport default Object.assign({}, CONTROL_PROPS, {\n colorDivider: 'rgba(0, 0, 0, 0.1)',\n colorScrollbarThumb: 'rgba(0, 0, 0, 0.2)',\n colorScrollbarThumbHover: 'rgba(0, 0, 0, 0.5)',\n colorScrollbarTrack: 'rgba(0, 0, 0, 0.04)',\n elevationIntensity: 1,\n radiusXSmall: '1px',\n radiusSmall: '2px',\n radiusMedium: '4px',\n radiusLarge: '8px',\n radiusFull: '9999px',\n radiusRound: '50%',\n borderWidth: '1px',\n borderWidthFocus: '1.5px',\n borderWidthTab: '4px',\n fontSize: '13px',\n fontSizeH1: 'calc(2.44 * 13px)',\n fontSizeH2: 'calc(1.95 * 13px)',\n fontSizeH3: 'calc(1.56 * 13px)',\n fontSizeH4: 'calc(1.25 * 13px)',\n fontSizeH5: '13px',\n fontSizeH6: 'calc(0.8 * 13px)',\n fontSizeInputMobile: '16px',\n fontSizeMobile: '15px',\n fontSizeSmall: 'calc(0.92 * 13px)',\n fontSizeXSmall: 'calc(0.75 * 13px)',\n fontLineHeightBase: '1.4',\n fontWeight: 'normal',\n fontWeightEmphasis: '600',\n gridBase: '4px',\n elevationXSmall: `0 1px 1px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.02), 0 3px 3px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.01)`,\n elevationSmall: `0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.03), 0 8px 8px rgba(0, 0, 0, 0.02)`,\n elevationMedium: `0 2px 3px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.04), 0 12px 12px rgba(0, 0, 0, 0.03), 0 16px 16px rgba(0, 0, 0, 0.02)`,\n elevationLarge: `0 5px 15px rgba(0, 0, 0, 0.08), 0 15px 27px rgba(0, 0, 0, 0.07), 0 30px 36px rgba(0, 0, 0, 0.04), 0 50px 43px rgba(0, 0, 0, 0.02)`,\n surfaceBorderColor: 'rgba(0, 0, 0, 0.1)',\n surfaceColor: COLORS.white,\n // Modal exit animation: `use-modal-exit-animation` parses this for the\n // `animationend` timeout race; keep the numeric duration equal to the WPDS\n // `motion-duration-md` token on `.components-modal__frame` in modal/style.scss.\n transitionDuration: '200ms',\n transitionDurationFast: '160ms',\n transitionDurationFaster: '120ms',\n transitionDurationFastest: '100ms',\n transitionTimingFunction: 'cubic-bezier(0.08, 0.52, 0.52, 1)',\n transitionTimingFunctionControl: 'cubic-bezier(0.12, 0.8, 0.32, 1)'\n});"],
5
- "mappings": ";AAAA,SAAS,cAAc;AACvB,IAAM,iBAAiB;AACvB,IAAM,gBAAgB;AAAA;AAAA,EAEpB,iBAAiB;AAAA,EACjB,sBAAsB;AAAA,EACtB,sBAAsB,KAAK;AAAA;AAAA,EAG3B,uBAAuB,eAAe,OAAO,MAAM,MAAM;AAAA,EACzD,eAAe;AAAA,EACf,qBAAqB,SAAS,cAAc;AAAA,EAC5C,oBAAoB,SAAS,cAAc;AAAA,EAC3C,oBAAoB,SAAS,cAAc;AAAA,EAC3C,qBAAqB,SAAS,cAAc;AAC9C;AAIA,IAAO,wBAAQ,OAAO,OAAO,CAAC,GAAG,eAAe;AAAA,EAC9C,cAAc;AAAA,EACd,qBAAqB;AAAA,EACrB,0BAA0B;AAAA,EAC1B,qBAAqB;AAAA,EACrB,oBAAoB;AAAA,EACpB,cAAc;AAAA,EACd,aAAa;AAAA,EACb,cAAc;AAAA,EACd,aAAa;AAAA,EACb,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,aAAa;AAAA,EACb,kBAAkB;AAAA,EAClB,gBAAgB;AAAA,EAChB,UAAU;AAAA,EACV,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,qBAAqB;AAAA,EACrB,gBAAgB;AAAA,EAChB,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,oBAAoB;AAAA,EACpB,YAAY;AAAA,EACZ,oBAAoB;AAAA,EACpB,UAAU;AAAA,EACV,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,oBAAoB;AAAA,EACpB,cAAc,OAAO;AAAA;AAAA;AAAA;AAAA,EAIrB,oBAAoB;AAAA,EACpB,wBAAwB;AAAA,EACxB,0BAA0B;AAAA,EAC1B,2BAA2B;AAAA,EAC3B,0BAA0B;AAAA,EAC1B,iCAAiC;AACnC,CAAC;",
4
+ "sourcesContent": ["import { COLORS } from './colors-values';\nconst CONTROL_HEIGHT = '36px';\nconst CONTROL_PROPS = {\n // These values should be shared with TextControl.\n controlPaddingX: 12,\n controlPaddingXSmall: 8,\n controlPaddingXLarge: 12 * 1.3334,\n // TODO: Deprecate\n\n controlBoxShadowFocus: `0 0 0 0.5px ${COLORS.theme.accent}`,\n controlHeight: CONTROL_HEIGHT,\n controlHeightXSmall: `calc( ${CONTROL_HEIGHT} * 0.6 )`,\n controlHeightSmall: `calc( ${CONTROL_HEIGHT} * 0.8 )`,\n controlHeightLarge: `calc( ${CONTROL_HEIGHT} * 1.2 )`,\n controlHeightXLarge: `calc( ${CONTROL_HEIGHT} * 1.4 )`\n};\n\n// Using Object.assign to avoid creating circular references when emitting\n// TypeScript type declarations.\nexport default Object.assign({}, CONTROL_PROPS, {\n colorDivider: 'rgba(0, 0, 0, 0.1)',\n elevationIntensity: 1,\n radiusXSmall: '1px',\n radiusSmall: '2px',\n radiusMedium: '4px',\n radiusLarge: '8px',\n radiusFull: '9999px',\n radiusRound: '50%',\n borderWidth: '1px',\n borderWidthFocus: '1.5px',\n borderWidthTab: '4px',\n fontSize: '13px',\n fontSizeH1: 'calc(2.44 * 13px)',\n fontSizeH2: 'calc(1.95 * 13px)',\n fontSizeH3: 'calc(1.56 * 13px)',\n fontSizeH4: 'calc(1.25 * 13px)',\n fontSizeH5: '13px',\n fontSizeH6: 'calc(0.8 * 13px)',\n fontSizeInputMobile: '16px',\n fontSizeMobile: '15px',\n fontSizeSmall: 'calc(0.92 * 13px)',\n fontSizeXSmall: 'calc(0.75 * 13px)',\n fontLineHeightBase: '1.4',\n fontWeight: 'normal',\n fontWeightEmphasis: '600',\n gridBase: '4px',\n elevationXSmall: `0 1px 1px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.02), 0 3px 3px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.01)`,\n elevationSmall: `0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.04), 0 6px 6px rgba(0, 0, 0, 0.03), 0 8px 8px rgba(0, 0, 0, 0.02)`,\n elevationMedium: `0 2px 3px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.04), 0 12px 12px rgba(0, 0, 0, 0.03), 0 16px 16px rgba(0, 0, 0, 0.02)`,\n elevationLarge: `0 5px 15px rgba(0, 0, 0, 0.08), 0 15px 27px rgba(0, 0, 0, 0.07), 0 30px 36px rgba(0, 0, 0, 0.04), 0 50px 43px rgba(0, 0, 0, 0.02)`,\n surfaceBorderColor: 'rgba(0, 0, 0, 0.1)',\n surfaceColor: COLORS.white,\n // Modal exit animation: `use-modal-exit-animation` parses this for the\n // `animationend` timeout race; keep the numeric duration equal to the WPDS\n // `motion-duration-md` token on `.components-modal__frame` in modal/style.scss.\n transitionDuration: '200ms',\n transitionDurationFast: '160ms',\n transitionDurationFaster: '120ms',\n transitionDurationFastest: '100ms',\n transitionTimingFunction: 'cubic-bezier(0.08, 0.52, 0.52, 1)',\n transitionTimingFunctionControl: 'cubic-bezier(0.12, 0.8, 0.32, 1)'\n});"],
5
+ "mappings": ";AAAA,SAAS,cAAc;AACvB,IAAM,iBAAiB;AACvB,IAAM,gBAAgB;AAAA;AAAA,EAEpB,iBAAiB;AAAA,EACjB,sBAAsB;AAAA,EACtB,sBAAsB,KAAK;AAAA;AAAA,EAG3B,uBAAuB,eAAe,OAAO,MAAM,MAAM;AAAA,EACzD,eAAe;AAAA,EACf,qBAAqB,SAAS,cAAc;AAAA,EAC5C,oBAAoB,SAAS,cAAc;AAAA,EAC3C,oBAAoB,SAAS,cAAc;AAAA,EAC3C,qBAAqB,SAAS,cAAc;AAC9C;AAIA,IAAO,wBAAQ,OAAO,OAAO,CAAC,GAAG,eAAe;AAAA,EAC9C,cAAc;AAAA,EACd,oBAAoB;AAAA,EACpB,cAAc;AAAA,EACd,aAAa;AAAA,EACb,cAAc;AAAA,EACd,aAAa;AAAA,EACb,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,aAAa;AAAA,EACb,kBAAkB;AAAA,EAClB,gBAAgB;AAAA,EAChB,UAAU;AAAA,EACV,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,qBAAqB;AAAA,EACrB,gBAAgB;AAAA,EAChB,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,oBAAoB;AAAA,EACpB,YAAY;AAAA,EACZ,oBAAoB;AAAA,EACpB,UAAU;AAAA,EACV,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,oBAAoB;AAAA,EACpB,cAAc,OAAO;AAAA;AAAA;AAAA;AAAA,EAIrB,oBAAoB;AAAA,EACpB,wBAAwB;AAAA,EACxB,0BAA0B;AAAA,EAC1B,2BAA2B;AAAA,EAC3B,0BAA0B;AAAA,EAC1B,iCAAiC;AACnC,CAAC;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  // packages/components/src/validated-form-controls/components/content-editable-control.tsx
2
2
  import clsx from "clsx";
3
3
  import { forwardRef, useRef } from "@wordpress/element";
4
- import { ControlWithError } from "../control-with-error.mjs";
4
+ import { ControlWithError } from "@wordpress/ui";
5
5
  import ContentEditableControl from "../../content-editable-control/index.mjs";
6
6
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
7
7
  var UnforwardedValidatedContentEditableControl = ({
@@ -16,6 +16,7 @@ var UnforwardedValidatedContentEditableControl = ({
16
16
  return /* @__PURE__ */ _jsxs("div", {
17
17
  className: "components-validated-control__wrapper-with-error-delegate",
18
18
  children: [/* @__PURE__ */ _jsx(ControlWithError, {
19
+ className: "components-validated-control",
19
20
  required,
20
21
  markWhenOptional,
21
22
  customValidity,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/validated-form-controls/components/content-editable-control.tsx"],
4
- "sourcesContent": ["import clsx from 'clsx';\nimport { forwardRef, useRef } from '@wordpress/element';\nimport { ControlWithError } from '../control-with-error';\nimport ContentEditableControl from '../../content-editable-control';\n\n/**\n * A `contentEditable` field does not participate in the Constraint Validation\n * API, so — like `ValidatedToggleGroupControl` — the validity state lives on a\n * visually hidden delegate input that mirrors whether the field has content.\n */\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst UnforwardedValidatedContentEditableControl = ({\n required,\n customValidity,\n markWhenOptional,\n value,\n className,\n ...restProps\n}, forwardedRef) => {\n const validityTargetRef = useRef(null);\n return /*#__PURE__*/_jsxs(\"div\", {\n className: \"components-validated-control__wrapper-with-error-delegate\",\n children: [/*#__PURE__*/_jsx(ControlWithError, {\n required: required,\n markWhenOptional: markWhenOptional,\n customValidity: customValidity,\n getValidityTarget: () => validityTargetRef.current,\n children: /*#__PURE__*/_jsx(ContentEditableControl, {\n ref: forwardedRef,\n className: clsx('components-validated-control__content-editable', className),\n \"aria-invalid\": customValidity?.type === 'invalid' || undefined,\n ...restProps\n })\n }), /*#__PURE__*/_jsx(\"input\", {\n className: \"components-validated-control__error-delegate\",\n type: \"text\",\n ref: validityTargetRef,\n required: required\n // Whitespace-only content reads as empty, matching how a\n // text-oriented form field is expected to validate `required`.\n ,\n value: value?.trim() ?? '',\n tabIndex: -1,\n onChange: () => {},\n onFocus: e => {\n e.target.previousElementSibling?.querySelector('[role=\"textbox\"]')?.focus();\n }\n })]\n });\n};\nexport const ValidatedContentEditableControl = forwardRef(UnforwardedValidatedContentEditableControl);\nValidatedContentEditableControl.displayName = 'ValidatedContentEditableControl';"],
5
- "mappings": ";AAAA,OAAO,UAAU;AACjB,SAAS,YAAY,cAAc;AACnC,SAAS,wBAAwB;AACjC,OAAO,4BAA4B;AAOnC,SAAS,OAAO,MAAM,QAAQ,aAAa;AAC3C,IAAM,6CAA6C,CAAC;AAAA,EAClD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,GAAG,iBAAiB;AAClB,QAAM,oBAAoB,OAAO,IAAI;AACrC,SAAoB,sBAAM,OAAO;AAAA,IAC/B,WAAW;AAAA,IACX,UAAU,CAAc,qBAAK,kBAAkB;AAAA,MAC7C;AAAA,MACA;AAAA,MACA;AAAA,MACA,mBAAmB,MAAM,kBAAkB;AAAA,MAC3C,UAAuB,qBAAK,wBAAwB;AAAA,QAClD,KAAK;AAAA,QACL,WAAW,KAAK,kDAAkD,SAAS;AAAA,QAC3E,gBAAgB,gBAAgB,SAAS,aAAa;AAAA,QACtD,GAAG;AAAA,MACL,CAAC;AAAA,IACH,CAAC,GAAgB,qBAAK,SAAS;AAAA,MAC7B,WAAW;AAAA,MACX,MAAM;AAAA,MACN,KAAK;AAAA,MACL;AAAA,MAIA,OAAO,OAAO,KAAK,KAAK;AAAA,MACxB,UAAU;AAAA,MACV,UAAU,MAAM;AAAA,MAAC;AAAA,MACjB,SAAS,OAAK;AACZ,UAAE,OAAO,wBAAwB,cAAc,kBAAkB,GAAG,MAAM;AAAA,MAC5E;AAAA,IACF,CAAC,CAAC;AAAA,EACJ,CAAC;AACH;AACO,IAAM,kCAAkC,WAAW,0CAA0C;AACpG,gCAAgC,cAAc;",
4
+ "sourcesContent": ["import clsx from 'clsx';\nimport { forwardRef, useRef } from '@wordpress/element';\nimport { ControlWithError } from '@wordpress/ui';\nimport ContentEditableControl from '../../content-editable-control';\n\n/**\n * A `contentEditable` field does not participate in the Constraint Validation\n * API, so — like `ValidatedToggleGroupControl` — the validity state lives on a\n * visually hidden delegate input that mirrors whether the field has content.\n */\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst UnforwardedValidatedContentEditableControl = ({\n required,\n customValidity,\n markWhenOptional,\n value,\n className,\n ...restProps\n}, forwardedRef) => {\n const validityTargetRef = useRef(null);\n return /*#__PURE__*/_jsxs(\"div\", {\n className: \"components-validated-control__wrapper-with-error-delegate\",\n children: [/*#__PURE__*/_jsx(ControlWithError, {\n className: \"components-validated-control\",\n required: required,\n markWhenOptional: markWhenOptional,\n customValidity: customValidity,\n getValidityTarget: () => validityTargetRef.current,\n children: /*#__PURE__*/_jsx(ContentEditableControl, {\n ref: forwardedRef,\n className: clsx('components-validated-control__content-editable', className),\n \"aria-invalid\": customValidity?.type === 'invalid' || undefined,\n ...restProps\n })\n }), /*#__PURE__*/_jsx(\"input\", {\n className: \"components-validated-control__error-delegate\",\n type: \"text\",\n ref: validityTargetRef,\n required: required\n // Whitespace-only content reads as empty, matching how a\n // text-oriented form field is expected to validate `required`.\n ,\n value: value?.trim() ?? '',\n tabIndex: -1,\n onChange: () => {},\n onFocus: e => {\n e.target.previousElementSibling?.querySelector('[role=\"textbox\"]')?.focus();\n }\n })]\n });\n};\nexport const ValidatedContentEditableControl = forwardRef(UnforwardedValidatedContentEditableControl);\nValidatedContentEditableControl.displayName = 'ValidatedContentEditableControl';"],
5
+ "mappings": ";AAAA,OAAO,UAAU;AACjB,SAAS,YAAY,cAAc;AACnC,SAAS,wBAAwB;AACjC,OAAO,4BAA4B;AAOnC,SAAS,OAAO,MAAM,QAAQ,aAAa;AAC3C,IAAM,6CAA6C,CAAC;AAAA,EAClD;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,GAAG,iBAAiB;AAClB,QAAM,oBAAoB,OAAO,IAAI;AACrC,SAAoB,sBAAM,OAAO;AAAA,IAC/B,WAAW;AAAA,IACX,UAAU,CAAc,qBAAK,kBAAkB;AAAA,MAC7C,WAAW;AAAA,MACX;AAAA,MACA;AAAA,MACA;AAAA,MACA,mBAAmB,MAAM,kBAAkB;AAAA,MAC3C,UAAuB,qBAAK,wBAAwB;AAAA,QAClD,KAAK;AAAA,QACL,WAAW,KAAK,kDAAkD,SAAS;AAAA,QAC3E,gBAAgB,gBAAgB,SAAS,aAAa;AAAA,QACtD,GAAG;AAAA,MACL,CAAC;AAAA,IACH,CAAC,GAAgB,qBAAK,SAAS;AAAA,MAC7B,WAAW;AAAA,MACX,MAAM;AAAA,MACN,KAAK;AAAA,MACL;AAAA,MAIA,OAAO,OAAO,KAAK,KAAK;AAAA,MACxB,UAAU;AAAA,MACV,UAAU,MAAM;AAAA,MAAC;AAAA,MACjB,SAAS,OAAK;AACZ,UAAE,OAAO,wBAAwB,cAAc,kBAAkB,GAAG,MAAM;AAAA,MAC5E;AAAA,IACF,CAAC,CAAC;AAAA,EACJ,CAAC;AACH;AACO,IAAM,kCAAkC,WAAW,0CAA0C;AACpG,gCAAgC,cAAc;",
6
6
  "names": []
7
7
  }
@@ -1,6 +1,6 @@
1
1
  // packages/components/src/validated-form-controls/components/custom-select-control.tsx
2
2
  import { forwardRef, useRef } from "@wordpress/element";
3
- import { ControlWithError } from "../control-with-error.mjs";
3
+ import { ControlWithError } from "@wordpress/ui";
4
4
  import CustomSelectControl from "../../custom-select-control/index.mjs";
5
5
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
6
  var UnforwardedValidatedCustomSelectControl = ({
@@ -14,6 +14,7 @@ var UnforwardedValidatedCustomSelectControl = ({
14
14
  className: "components-validated-control__wrapper-with-error-delegate",
15
15
  ref: forwardedRef,
16
16
  children: [/* @__PURE__ */ _jsx(ControlWithError, {
17
+ className: "components-validated-control",
17
18
  required,
18
19
  markWhenOptional,
19
20
  customValidity,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/validated-form-controls/components/custom-select-control.tsx"],
4
- "sourcesContent": ["import { forwardRef, useRef } from '@wordpress/element';\nimport { ControlWithError } from '../control-with-error';\nimport CustomSelectControl from '../../custom-select-control';\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst UnforwardedValidatedCustomSelectControl = ({\n required,\n customValidity,\n markWhenOptional,\n ...restProps\n}, forwardedRef) => {\n const validityTargetRef = useRef(null);\n return /*#__PURE__*/_jsxs(\"div\", {\n className: \"components-validated-control__wrapper-with-error-delegate\",\n ref: forwardedRef,\n children: [/*#__PURE__*/_jsx(ControlWithError, {\n required: required,\n markWhenOptional: markWhenOptional,\n customValidity: customValidity,\n getValidityTarget: () => validityTargetRef.current,\n children: /*#__PURE__*/_jsx(CustomSelectControl\n // TODO: Upstream limitation - Required isn't passed down correctly,\n // so it needs to be set on a delegate element.\n , {\n ...restProps\n })\n }), /*#__PURE__*/_jsxs(\"select\", {\n className: \"components-validated-control__error-delegate\",\n ref: validityTargetRef,\n required: required,\n tabIndex: -1,\n value: restProps.value?.key ? 'hasvalue' : '',\n onChange: () => {},\n onFocus: e => {\n e.target.previousElementSibling?.querySelector('[role=\"combobox\"]')?.focus();\n },\n children: [/*#__PURE__*/_jsx(\"option\", {\n value: \"\",\n children: \"No selection\"\n }), /*#__PURE__*/_jsx(\"option\", {\n value: \"hasvalue\",\n children: \"Has selection\"\n })]\n })]\n });\n};\nexport const ValidatedCustomSelectControl = forwardRef(UnforwardedValidatedCustomSelectControl);\nValidatedCustomSelectControl.displayName = 'ValidatedCustomSelectControl';"],
5
- "mappings": ";AAAA,SAAS,YAAY,cAAc;AACnC,SAAS,wBAAwB;AACjC,OAAO,yBAAyB;AAChC,SAAS,OAAO,MAAM,QAAQ,aAAa;AAC3C,IAAM,0CAA0C,CAAC;AAAA,EAC/C;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,GAAG,iBAAiB;AAClB,QAAM,oBAAoB,OAAO,IAAI;AACrC,SAAoB,sBAAM,OAAO;AAAA,IAC/B,WAAW;AAAA,IACX,KAAK;AAAA,IACL,UAAU,CAAc,qBAAK,kBAAkB;AAAA,MAC7C;AAAA,MACA;AAAA,MACA;AAAA,MACA,mBAAmB,MAAM,kBAAkB;AAAA,MAC3C,UAAuB;AAAA,QAAK;AAAA,QAG1B;AAAA,UACA,GAAG;AAAA,QACL;AAAA,MAAC;AAAA,IACH,CAAC,GAAgB,sBAAM,UAAU;AAAA,MAC/B,WAAW;AAAA,MACX,KAAK;AAAA,MACL;AAAA,MACA,UAAU;AAAA,MACV,OAAO,UAAU,OAAO,MAAM,aAAa;AAAA,MAC3C,UAAU,MAAM;AAAA,MAAC;AAAA,MACjB,SAAS,OAAK;AACZ,UAAE,OAAO,wBAAwB,cAAc,mBAAmB,GAAG,MAAM;AAAA,MAC7E;AAAA,MACA,UAAU,CAAc,qBAAK,UAAU;AAAA,QACrC,OAAO;AAAA,QACP,UAAU;AAAA,MACZ,CAAC,GAAgB,qBAAK,UAAU;AAAA,QAC9B,OAAO;AAAA,QACP,UAAU;AAAA,MACZ,CAAC,CAAC;AAAA,IACJ,CAAC,CAAC;AAAA,EACJ,CAAC;AACH;AACO,IAAM,+BAA+B,WAAW,uCAAuC;AAC9F,6BAA6B,cAAc;",
4
+ "sourcesContent": ["import { forwardRef, useRef } from '@wordpress/element';\nimport { ControlWithError } from '@wordpress/ui';\nimport CustomSelectControl from '../../custom-select-control';\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nconst UnforwardedValidatedCustomSelectControl = ({\n required,\n customValidity,\n markWhenOptional,\n ...restProps\n}, forwardedRef) => {\n const validityTargetRef = useRef(null);\n return /*#__PURE__*/_jsxs(\"div\", {\n className: \"components-validated-control__wrapper-with-error-delegate\",\n ref: forwardedRef,\n children: [/*#__PURE__*/_jsx(ControlWithError, {\n className: \"components-validated-control\",\n required: required,\n markWhenOptional: markWhenOptional,\n customValidity: customValidity,\n getValidityTarget: () => validityTargetRef.current,\n children: /*#__PURE__*/_jsx(CustomSelectControl\n // TODO: Upstream limitation - Required isn't passed down correctly,\n // so it needs to be set on a delegate element.\n , {\n ...restProps\n })\n }), /*#__PURE__*/_jsxs(\"select\", {\n className: \"components-validated-control__error-delegate\",\n ref: validityTargetRef,\n required: required,\n tabIndex: -1,\n value: restProps.value?.key ? 'hasvalue' : '',\n onChange: () => {},\n onFocus: e => {\n e.target.previousElementSibling?.querySelector('[role=\"combobox\"]')?.focus();\n },\n children: [/*#__PURE__*/_jsx(\"option\", {\n value: \"\",\n children: \"No selection\"\n }), /*#__PURE__*/_jsx(\"option\", {\n value: \"hasvalue\",\n children: \"Has selection\"\n })]\n })]\n });\n};\nexport const ValidatedCustomSelectControl = forwardRef(UnforwardedValidatedCustomSelectControl);\nValidatedCustomSelectControl.displayName = 'ValidatedCustomSelectControl';"],
5
+ "mappings": ";AAAA,SAAS,YAAY,cAAc;AACnC,SAAS,wBAAwB;AACjC,OAAO,yBAAyB;AAChC,SAAS,OAAO,MAAM,QAAQ,aAAa;AAC3C,IAAM,0CAA0C,CAAC;AAAA,EAC/C;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,GAAG,iBAAiB;AAClB,QAAM,oBAAoB,OAAO,IAAI;AACrC,SAAoB,sBAAM,OAAO;AAAA,IAC/B,WAAW;AAAA,IACX,KAAK;AAAA,IACL,UAAU,CAAc,qBAAK,kBAAkB;AAAA,MAC7C,WAAW;AAAA,MACX;AAAA,MACA;AAAA,MACA;AAAA,MACA,mBAAmB,MAAM,kBAAkB;AAAA,MAC3C,UAAuB;AAAA,QAAK;AAAA,QAG1B;AAAA,UACA,GAAG;AAAA,QACL;AAAA,MAAC;AAAA,IACH,CAAC,GAAgB,sBAAM,UAAU;AAAA,MAC/B,WAAW;AAAA,MACX,KAAK;AAAA,MACL;AAAA,MACA,UAAU;AAAA,MACV,OAAO,UAAU,OAAO,MAAM,aAAa;AAAA,MAC3C,UAAU,MAAM;AAAA,MAAC;AAAA,MACjB,SAAS,OAAK;AACZ,UAAE,OAAO,wBAAwB,cAAc,mBAAmB,GAAG,MAAM;AAAA,MAC7E;AAAA,MACA,UAAU,CAAc,qBAAK,UAAU;AAAA,QACrC,OAAO;AAAA,QACP,UAAU;AAAA,MACZ,CAAC,GAAgB,qBAAK,UAAU;AAAA,QAC9B,OAAO;AAAA,QACP,UAAU;AAAA,MACZ,CAAC,CAAC;AAAA,IACJ,CAAC,CAAC;AAAA,EACJ,CAAC;AACH;AACO,IAAM,+BAA+B,WAAW,uCAAuC;AAC9F,6BAA6B,cAAc;",
6
6
  "names": []
7
7
  }
@@ -1,11 +1,7 @@
1
1
  // packages/components/src/validated-form-controls/components/index.ts
2
- export * from "./combobox-control.mjs";
3
2
  export * from "./custom-select-control.mjs";
4
- export * from "./form-token-field.mjs";
5
3
  export * from "./input-control.mjs";
6
4
  export * from "./range-control.mjs";
7
5
  export * from "./content-editable-control.mjs";
8
6
  export * from "./textarea-control.mjs";
9
- export * from "./toggle-control.mjs";
10
- export * from "./toggle-group-control.mjs";
11
7
  //# sourceMappingURL=index.mjs.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/validated-form-controls/components/index.ts"],
4
- "sourcesContent": ["export * from './combobox-control';\nexport * from './custom-select-control';\nexport * from './form-token-field';\nexport * from './input-control';\nexport * from './range-control';\nexport * from './content-editable-control';\nexport * from './textarea-control';\nexport * from './toggle-control';\nexport * from './toggle-group-control';"],
5
- "mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
4
+ "sourcesContent": ["export * from './custom-select-control';\nexport * from './input-control';\nexport * from './range-control';\nexport * from './content-editable-control';\nexport * from './textarea-control';"],
5
+ "mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,8 @@
1
1
  // packages/components/src/validated-form-controls/components/input-control.tsx
2
2
  import { forwardRef, useRef } from "@wordpress/element";
3
3
  import { useMergeRefs } from "@wordpress/compose";
4
- import { ControlWithError } from "../control-with-error.mjs";
4
+ import deprecated from "@wordpress/deprecated";
5
+ import { ControlWithError } from "@wordpress/ui";
5
6
  import InputControl from "../../input-control/index.mjs";
6
7
  import { jsx as _jsx } from "react/jsx-runtime";
7
8
  var UnforwardedValidatedInputControl = ({
@@ -10,9 +11,15 @@ var UnforwardedValidatedInputControl = ({
10
11
  markWhenOptional,
11
12
  ...restProps
12
13
  }, forwardedRef) => {
14
+ deprecated("wp.components.privateApis.ValidatedInputControl", {
15
+ since: "7.2",
16
+ alternative: "ValidatedInputControl from @wordpress/ui",
17
+ hint: "This private API will be completely removed within a few Gutenberg plugin releases."
18
+ });
13
19
  const validityTargetRef = useRef(null);
14
20
  const mergedRefs = useMergeRefs([forwardedRef, validityTargetRef]);
15
21
  return /* @__PURE__ */ _jsx(ControlWithError, {
22
+ className: "components-validated-control",
16
23
  required,
17
24
  markWhenOptional,
18
25
  customValidity,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/validated-form-controls/components/input-control.tsx"],
4
- "sourcesContent": ["import { forwardRef, useRef } from '@wordpress/element';\nimport { useMergeRefs } from '@wordpress/compose';\nimport { ControlWithError } from '../control-with-error';\nimport InputControl from '../../input-control';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst UnforwardedValidatedInputControl = ({\n required,\n customValidity,\n markWhenOptional,\n ...restProps\n}, forwardedRef) => {\n const validityTargetRef = useRef(null);\n const mergedRefs = useMergeRefs([forwardedRef, validityTargetRef]);\n return /*#__PURE__*/_jsx(ControlWithError, {\n required: required,\n markWhenOptional: markWhenOptional,\n customValidity: customValidity,\n getValidityTarget: () => validityTargetRef.current,\n children: /*#__PURE__*/_jsx(InputControl, {\n ref: mergedRefs,\n ...restProps\n })\n });\n};\nexport const ValidatedInputControl = forwardRef(UnforwardedValidatedInputControl);\nValidatedInputControl.displayName = 'ValidatedInputControl';"],
5
- "mappings": ";AAAA,SAAS,YAAY,cAAc;AACnC,SAAS,oBAAoB;AAC7B,SAAS,wBAAwB;AACjC,OAAO,kBAAkB;AACzB,SAAS,OAAO,YAAY;AAC5B,IAAM,mCAAmC,CAAC;AAAA,EACxC;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,GAAG,iBAAiB;AAClB,QAAM,oBAAoB,OAAO,IAAI;AACrC,QAAM,aAAa,aAAa,CAAC,cAAc,iBAAiB,CAAC;AACjE,SAAoB,qBAAK,kBAAkB;AAAA,IACzC;AAAA,IACA;AAAA,IACA;AAAA,IACA,mBAAmB,MAAM,kBAAkB;AAAA,IAC3C,UAAuB,qBAAK,cAAc;AAAA,MACxC,KAAK;AAAA,MACL,GAAG;AAAA,IACL,CAAC;AAAA,EACH,CAAC;AACH;AACO,IAAM,wBAAwB,WAAW,gCAAgC;AAChF,sBAAsB,cAAc;",
4
+ "sourcesContent": ["import { forwardRef, useRef } from '@wordpress/element';\nimport { useMergeRefs } from '@wordpress/compose';\nimport deprecated from '@wordpress/deprecated';\nimport { ControlWithError } from '@wordpress/ui';\nimport InputControl from '../../input-control';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst UnforwardedValidatedInputControl = ({\n required,\n customValidity,\n markWhenOptional,\n ...restProps\n}, forwardedRef) => {\n deprecated('wp.components.privateApis.ValidatedInputControl', {\n since: '7.2',\n alternative: 'ValidatedInputControl from @wordpress/ui',\n hint: 'This private API will be completely removed within a few Gutenberg plugin releases.'\n });\n const validityTargetRef = useRef(null);\n const mergedRefs = useMergeRefs([forwardedRef, validityTargetRef]);\n return /*#__PURE__*/_jsx(ControlWithError, {\n className: \"components-validated-control\",\n required: required,\n markWhenOptional: markWhenOptional,\n customValidity: customValidity,\n getValidityTarget: () => validityTargetRef.current,\n children: /*#__PURE__*/_jsx(InputControl, {\n ref: mergedRefs,\n ...restProps\n })\n });\n};\nexport const ValidatedInputControl = forwardRef(UnforwardedValidatedInputControl);\nValidatedInputControl.displayName = 'ValidatedInputControl';"],
5
+ "mappings": ";AAAA,SAAS,YAAY,cAAc;AACnC,SAAS,oBAAoB;AAC7B,OAAO,gBAAgB;AACvB,SAAS,wBAAwB;AACjC,OAAO,kBAAkB;AACzB,SAAS,OAAO,YAAY;AAC5B,IAAM,mCAAmC,CAAC;AAAA,EACxC;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,GAAG,iBAAiB;AAClB,aAAW,mDAAmD;AAAA,IAC5D,OAAO;AAAA,IACP,aAAa;AAAA,IACb,MAAM;AAAA,EACR,CAAC;AACD,QAAM,oBAAoB,OAAO,IAAI;AACrC,QAAM,aAAa,aAAa,CAAC,cAAc,iBAAiB,CAAC;AACjE,SAAoB,qBAAK,kBAAkB;AAAA,IACzC,WAAW;AAAA,IACX;AAAA,IACA;AAAA,IACA;AAAA,IACA,mBAAmB,MAAM,kBAAkB;AAAA,IAC3C,UAAuB,qBAAK,cAAc;AAAA,MACxC,KAAK;AAAA,MACL,GAAG;AAAA,IACL,CAAC;AAAA,EACH,CAAC;AACH;AACO,IAAM,wBAAwB,WAAW,gCAAgC;AAChF,sBAAsB,cAAc;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  // packages/components/src/validated-form-controls/components/range-control.tsx
2
2
  import { useMergeRefs } from "@wordpress/compose";
3
3
  import { forwardRef, useRef } from "@wordpress/element";
4
- import { ControlWithError } from "../control-with-error.mjs";
4
+ import { ControlWithError } from "@wordpress/ui";
5
5
  import RangeControl from "../../range-control/index.mjs";
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
7
  var UnforwardedValidatedRangeControl = ({
@@ -13,6 +13,7 @@ var UnforwardedValidatedRangeControl = ({
13
13
  const validityTargetRef = useRef(null);
14
14
  const mergedRefs = useMergeRefs([forwardedRef, validityTargetRef]);
15
15
  return /* @__PURE__ */ _jsx(ControlWithError, {
16
+ className: "components-validated-control",
16
17
  required,
17
18
  markWhenOptional,
18
19
  customValidity,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/validated-form-controls/components/range-control.tsx"],
4
- "sourcesContent": ["import { useMergeRefs } from '@wordpress/compose';\nimport { forwardRef, useRef } from '@wordpress/element';\nimport { ControlWithError } from '../control-with-error';\nimport RangeControl from '../../range-control';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst UnforwardedValidatedRangeControl = ({\n required,\n customValidity,\n markWhenOptional,\n ...restProps\n}, forwardedRef) => {\n const validityTargetRef = useRef(null);\n const mergedRefs = useMergeRefs([forwardedRef, validityTargetRef]);\n return /*#__PURE__*/_jsx(ControlWithError, {\n required: required,\n markWhenOptional: markWhenOptional,\n customValidity: customValidity,\n getValidityTarget: () => validityTargetRef.current,\n children: /*#__PURE__*/_jsx(RangeControl, {\n ref: mergedRefs,\n ...restProps\n })\n });\n};\nexport const ValidatedRangeControl = forwardRef(UnforwardedValidatedRangeControl);\nValidatedRangeControl.displayName = 'ValidatedRangeControl';"],
5
- "mappings": ";AAAA,SAAS,oBAAoB;AAC7B,SAAS,YAAY,cAAc;AACnC,SAAS,wBAAwB;AACjC,OAAO,kBAAkB;AACzB,SAAS,OAAO,YAAY;AAC5B,IAAM,mCAAmC,CAAC;AAAA,EACxC;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,GAAG,iBAAiB;AAClB,QAAM,oBAAoB,OAAO,IAAI;AACrC,QAAM,aAAa,aAAa,CAAC,cAAc,iBAAiB,CAAC;AACjE,SAAoB,qBAAK,kBAAkB;AAAA,IACzC;AAAA,IACA;AAAA,IACA;AAAA,IACA,mBAAmB,MAAM,kBAAkB;AAAA,IAC3C,UAAuB,qBAAK,cAAc;AAAA,MACxC,KAAK;AAAA,MACL,GAAG;AAAA,IACL,CAAC;AAAA,EACH,CAAC;AACH;AACO,IAAM,wBAAwB,WAAW,gCAAgC;AAChF,sBAAsB,cAAc;",
4
+ "sourcesContent": ["import { useMergeRefs } from '@wordpress/compose';\nimport { forwardRef, useRef } from '@wordpress/element';\nimport { ControlWithError } from '@wordpress/ui';\nimport RangeControl from '../../range-control';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst UnforwardedValidatedRangeControl = ({\n required,\n customValidity,\n markWhenOptional,\n ...restProps\n}, forwardedRef) => {\n const validityTargetRef = useRef(null);\n const mergedRefs = useMergeRefs([forwardedRef, validityTargetRef]);\n return /*#__PURE__*/_jsx(ControlWithError, {\n className: \"components-validated-control\",\n required: required,\n markWhenOptional: markWhenOptional,\n customValidity: customValidity,\n getValidityTarget: () => validityTargetRef.current,\n children: /*#__PURE__*/_jsx(RangeControl, {\n ref: mergedRefs,\n ...restProps\n })\n });\n};\nexport const ValidatedRangeControl = forwardRef(UnforwardedValidatedRangeControl);\nValidatedRangeControl.displayName = 'ValidatedRangeControl';"],
5
+ "mappings": ";AAAA,SAAS,oBAAoB;AAC7B,SAAS,YAAY,cAAc;AACnC,SAAS,wBAAwB;AACjC,OAAO,kBAAkB;AACzB,SAAS,OAAO,YAAY;AAC5B,IAAM,mCAAmC,CAAC;AAAA,EACxC;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,GAAG,iBAAiB;AAClB,QAAM,oBAAoB,OAAO,IAAI;AACrC,QAAM,aAAa,aAAa,CAAC,cAAc,iBAAiB,CAAC;AACjE,SAAoB,qBAAK,kBAAkB;AAAA,IACzC,WAAW;AAAA,IACX;AAAA,IACA;AAAA,IACA;AAAA,IACA,mBAAmB,MAAM,kBAAkB;AAAA,IAC3C,UAAuB,qBAAK,cAAc;AAAA,MACxC,KAAK;AAAA,MACL,GAAG;AAAA,IACL,CAAC;AAAA,EACH,CAAC;AACH;AACO,IAAM,wBAAwB,WAAW,gCAAgC;AAChF,sBAAsB,cAAc;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,8 @@
1
1
  // packages/components/src/validated-form-controls/components/textarea-control.tsx
2
2
  import { forwardRef, useRef } from "@wordpress/element";
3
3
  import { useMergeRefs } from "@wordpress/compose";
4
- import { ControlWithError } from "../control-with-error.mjs";
4
+ import deprecated from "@wordpress/deprecated";
5
+ import { ControlWithError } from "@wordpress/ui";
5
6
  import TextareaControl from "../../textarea-control/index.mjs";
6
7
  import { jsx as _jsx } from "react/jsx-runtime";
7
8
  var UnforwardedValidatedTextareaControl = ({
@@ -10,9 +11,15 @@ var UnforwardedValidatedTextareaControl = ({
10
11
  markWhenOptional,
11
12
  ...restProps
12
13
  }, forwardedRef) => {
14
+ deprecated("wp.components.privateApis.ValidatedTextareaControl", {
15
+ since: "7.2",
16
+ alternative: "ValidatedTextareaControl from @wordpress/ui",
17
+ hint: "This private API will be completely removed within a few Gutenberg plugin releases."
18
+ });
13
19
  const validityTargetRef = useRef(null);
14
20
  const mergedRefs = useMergeRefs([forwardedRef, validityTargetRef]);
15
21
  return /* @__PURE__ */ _jsx(ControlWithError, {
22
+ className: "components-validated-control",
16
23
  required,
17
24
  markWhenOptional,
18
25
  customValidity,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/validated-form-controls/components/textarea-control.tsx"],
4
- "sourcesContent": ["import { forwardRef, useRef } from '@wordpress/element';\nimport { useMergeRefs } from '@wordpress/compose';\nimport { ControlWithError } from '../control-with-error';\nimport TextareaControl from '../../textarea-control';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst UnforwardedValidatedTextareaControl = ({\n required,\n customValidity,\n markWhenOptional,\n ...restProps\n}, forwardedRef) => {\n const validityTargetRef = useRef(null);\n const mergedRefs = useMergeRefs([forwardedRef, validityTargetRef]);\n return /*#__PURE__*/_jsx(ControlWithError, {\n required: required,\n markWhenOptional: markWhenOptional,\n customValidity: customValidity,\n getValidityTarget: () => validityTargetRef.current,\n children: /*#__PURE__*/_jsx(TextareaControl, {\n ref: mergedRefs,\n ...restProps\n })\n });\n};\nexport const ValidatedTextareaControl = forwardRef(UnforwardedValidatedTextareaControl);\nValidatedTextareaControl.displayName = 'ValidatedTextareaControl';"],
5
- "mappings": ";AAAA,SAAS,YAAY,cAAc;AACnC,SAAS,oBAAoB;AAC7B,SAAS,wBAAwB;AACjC,OAAO,qBAAqB;AAC5B,SAAS,OAAO,YAAY;AAC5B,IAAM,sCAAsC,CAAC;AAAA,EAC3C;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,GAAG,iBAAiB;AAClB,QAAM,oBAAoB,OAAO,IAAI;AACrC,QAAM,aAAa,aAAa,CAAC,cAAc,iBAAiB,CAAC;AACjE,SAAoB,qBAAK,kBAAkB;AAAA,IACzC;AAAA,IACA;AAAA,IACA;AAAA,IACA,mBAAmB,MAAM,kBAAkB;AAAA,IAC3C,UAAuB,qBAAK,iBAAiB;AAAA,MAC3C,KAAK;AAAA,MACL,GAAG;AAAA,IACL,CAAC;AAAA,EACH,CAAC;AACH;AACO,IAAM,2BAA2B,WAAW,mCAAmC;AACtF,yBAAyB,cAAc;",
4
+ "sourcesContent": ["import { forwardRef, useRef } from '@wordpress/element';\nimport { useMergeRefs } from '@wordpress/compose';\nimport deprecated from '@wordpress/deprecated';\nimport { ControlWithError } from '@wordpress/ui';\nimport TextareaControl from '../../textarea-control';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst UnforwardedValidatedTextareaControl = ({\n required,\n customValidity,\n markWhenOptional,\n ...restProps\n}, forwardedRef) => {\n deprecated('wp.components.privateApis.ValidatedTextareaControl', {\n since: '7.2',\n alternative: 'ValidatedTextareaControl from @wordpress/ui',\n hint: 'This private API will be completely removed within a few Gutenberg plugin releases.'\n });\n const validityTargetRef = useRef(null);\n const mergedRefs = useMergeRefs([forwardedRef, validityTargetRef]);\n return /*#__PURE__*/_jsx(ControlWithError, {\n className: \"components-validated-control\",\n required: required,\n markWhenOptional: markWhenOptional,\n customValidity: customValidity,\n getValidityTarget: () => validityTargetRef.current,\n children: /*#__PURE__*/_jsx(TextareaControl, {\n ref: mergedRefs,\n ...restProps\n })\n });\n};\nexport const ValidatedTextareaControl = forwardRef(UnforwardedValidatedTextareaControl);\nValidatedTextareaControl.displayName = 'ValidatedTextareaControl';"],
5
+ "mappings": ";AAAA,SAAS,YAAY,cAAc;AACnC,SAAS,oBAAoB;AAC7B,OAAO,gBAAgB;AACvB,SAAS,wBAAwB;AACjC,OAAO,qBAAqB;AAC5B,SAAS,OAAO,YAAY;AAC5B,IAAM,sCAAsC,CAAC;AAAA,EAC3C;AAAA,EACA;AAAA,EACA;AAAA,EACA,GAAG;AACL,GAAG,iBAAiB;AAClB,aAAW,sDAAsD;AAAA,IAC/D,OAAO;AAAA,IACP,aAAa;AAAA,IACb,MAAM;AAAA,EACR,CAAC;AACD,QAAM,oBAAoB,OAAO,IAAI;AACrC,QAAM,aAAa,aAAa,CAAC,cAAc,iBAAiB,CAAC;AACjE,SAAoB,qBAAK,kBAAkB;AAAA,IACzC,WAAW;AAAA,IACX;AAAA,IACA;AAAA,IACA;AAAA,IACA,mBAAmB,MAAM,kBAAkB;AAAA,IAC3C,UAAuB,qBAAK,iBAAiB;AAAA,MAC3C,KAAK;AAAA,MACL,GAAG;AAAA,IACL,CAAC;AAAA,EACH,CAAC;AACH;AACO,IAAM,2BAA2B,WAAW,mCAAmC;AACtF,yBAAyB,cAAc;",
6
6
  "names": []
7
7
  }
@@ -1,4 +1,3 @@
1
1
  // packages/components/src/validated-form-controls/index.ts
2
2
  export * from "./components/index.mjs";
3
- export * from "./control-with-error.mjs";
4
3
  //# sourceMappingURL=index.mjs.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/validated-form-controls/index.ts"],
4
- "sourcesContent": ["export * from './components';\nexport * from './control-with-error';"],
5
- "mappings": ";AAAA,cAAc;AACd,cAAc;",
4
+ "sourcesContent": ["export * from './components';"],
5
+ "mappings": ";AAAA,cAAc;",
6
6
  "names": []
7
7
  }
@@ -1,8 +1,94 @@
1
1
  // packages/components/src/z-stack/component.tsx
2
+ import clsx from "clsx";
2
3
  import { isValidElement } from "@wordpress/element";
3
4
  import { getValidChildren } from "../utils/get-valid-children.mjs";
4
5
  import { contextConnect, useContextSystem } from "../context/index.mjs";
5
- import { ZStackView, ZStackChildView } from "./styles.mjs";
6
+ import { PolymorphicElement } from "../utils/polymorphic-element.mjs";
7
+
8
+ // packages/style-runtime/src/index.ts
9
+ var STYLE_HASH_ATTRIBUTE = "data-wp-hash";
10
+ function getRuntime() {
11
+ const globalScope = globalThis;
12
+ if (globalScope.__wpStyleRuntime) {
13
+ return globalScope.__wpStyleRuntime;
14
+ }
15
+ globalScope.__wpStyleRuntime = {
16
+ documents: /* @__PURE__ */ new Map(),
17
+ styles: /* @__PURE__ */ new Map(),
18
+ injectedStyles: /* @__PURE__ */ new WeakMap()
19
+ };
20
+ if (typeof document !== "undefined") {
21
+ registerDocument(document);
22
+ }
23
+ return globalScope.__wpStyleRuntime;
24
+ }
25
+ function documentContainsStyleHash(targetDocument, hash) {
26
+ if (!targetDocument.head) {
27
+ return false;
28
+ }
29
+ for (const style of targetDocument.head.querySelectorAll(`style[${STYLE_HASH_ATTRIBUTE}]`)) {
30
+ if (style.getAttribute(STYLE_HASH_ATTRIBUTE) === hash) {
31
+ return true;
32
+ }
33
+ }
34
+ return false;
35
+ }
36
+ function injectStyle(targetDocument, hash, css) {
37
+ if (!targetDocument.head) {
38
+ return;
39
+ }
40
+ const runtime = getRuntime();
41
+ let injectedStyles = runtime.injectedStyles.get(targetDocument);
42
+ if (!injectedStyles) {
43
+ injectedStyles = /* @__PURE__ */ new Set();
44
+ runtime.injectedStyles.set(targetDocument, injectedStyles);
45
+ }
46
+ if (injectedStyles.has(hash)) {
47
+ return;
48
+ }
49
+ if (documentContainsStyleHash(targetDocument, hash)) {
50
+ injectedStyles.add(hash);
51
+ return;
52
+ }
53
+ const style = targetDocument.createElement("style");
54
+ style.setAttribute(STYLE_HASH_ATTRIBUTE, hash);
55
+ style.appendChild(targetDocument.createTextNode(css));
56
+ targetDocument.head.appendChild(style);
57
+ injectedStyles.add(hash);
58
+ }
59
+ function registerDocument(targetDocument) {
60
+ const runtime = getRuntime();
61
+ runtime.documents.set(targetDocument, (runtime.documents.get(targetDocument) ?? 0) + 1);
62
+ for (const [hash, css] of runtime.styles) {
63
+ injectStyle(targetDocument, hash, css);
64
+ }
65
+ return () => {
66
+ const count = runtime.documents.get(targetDocument);
67
+ if (count === void 0) {
68
+ return;
69
+ }
70
+ if (count <= 1) {
71
+ runtime.documents.delete(targetDocument);
72
+ return;
73
+ }
74
+ runtime.documents.set(targetDocument, count - 1);
75
+ };
76
+ }
77
+ function registerStyle(hash, css) {
78
+ const runtime = getRuntime();
79
+ runtime.styles.set(hash, css);
80
+ for (const targetDocument of runtime.documents.keys()) {
81
+ injectStyle(targetDocument, hash, css);
82
+ }
83
+ }
84
+
85
+ // packages/components/src/z-stack/style.module.scss
86
+ if (typeof process === "undefined" || process.env.NODE_ENV !== "test") {
87
+ registerStyle("a90faa8747", "._5b8fef2247903a5f__z-stack{display:inline-grid;grid-auto-flow:column;position:relative}._5b8fef2247903a5f__z-stack>._585cd0b86fd70a54__child{justify-self:start;position:relative}._93dbda3c809633d5__layered>._585cd0b86fd70a54__child{grid-column-start:1;grid-row-start:1}._585cd0b86fd70a54__child{z-index:var(--z-stack-z-index,auto)}._585cd0b86fd70a54__child:not(:first-of-type){margin-inline-start:var(--z-stack-offset,0)}");
88
+ }
89
+ var style_module_default = { "z-stack": "_5b8fef2247903a5f__z-stack", "child": "_585cd0b86fd70a54__child", "layered": "_93dbda3c809633d5__layered" };
90
+
91
+ // packages/components/src/z-stack/component.tsx
6
92
  import { jsx as _jsx } from "react/jsx-runtime";
7
93
  function UnconnectedZStack(props, forwardedRef) {
8
94
  const {
@@ -19,16 +105,18 @@ function UnconnectedZStack(props, forwardedRef) {
19
105
  const zIndex = isReversed ? childrenLastIndex - index : index;
20
106
  const offsetAmount = isLayered ? offset * index : offset;
21
107
  const key = isValidElement(child) ? child.key : index;
22
- return /* @__PURE__ */ _jsx(ZStackChildView, {
23
- offsetAmount,
24
- zIndex,
108
+ return /* @__PURE__ */ _jsx("div", {
109
+ className: style_module_default.child,
110
+ style: {
111
+ "--z-stack-offset": `${offsetAmount}px`,
112
+ "--z-stack-z-index": zIndex
113
+ },
25
114
  children: child
26
115
  }, key);
27
116
  });
28
- return /* @__PURE__ */ _jsx(ZStackView, {
117
+ return /* @__PURE__ */ _jsx(PolymorphicElement, {
29
118
  ...otherProps,
30
- className,
31
- isLayered,
119
+ className: clsx(style_module_default["z-stack"], isLayered && style_module_default.layered, className),
32
120
  ref: forwardedRef,
33
121
  children: clonedChildren
34
122
  });
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../src/z-stack/component.tsx"],
4
- "sourcesContent": ["import { isValidElement } from '@wordpress/element';\nimport { getValidChildren } from '../utils/get-valid-children';\nimport { contextConnect, useContextSystem } from '../context';\nimport { ZStackView, ZStackChildView } from './styles';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nfunction UnconnectedZStack(props, forwardedRef) {\n const {\n children,\n className,\n isLayered = true,\n isReversed = false,\n offset = 0,\n ...otherProps\n } = useContextSystem(props, 'ZStack');\n const validChildren = getValidChildren(children);\n const childrenLastIndex = validChildren.length - 1;\n const clonedChildren = validChildren.map((child, index) => {\n const zIndex = isReversed ? childrenLastIndex - index : index;\n // Only when the component is layered, the offset needs to be multiplied by\n // the item's index, so that items can correctly stack at the right distance\n const offsetAmount = isLayered ? offset * index : offset;\n const key = isValidElement(child) ? child.key : index;\n return /*#__PURE__*/_jsx(ZStackChildView, {\n offsetAmount: offsetAmount,\n zIndex: zIndex,\n children: child\n }, key);\n });\n return /*#__PURE__*/_jsx(ZStackView, {\n ...otherProps,\n className: className,\n isLayered: isLayered,\n ref: forwardedRef,\n children: clonedChildren\n });\n}\n\n/**\n * `ZStack` allows you to stack things along the Z-axis.\n *\n * ```jsx\n * import { __experimentalZStack as ZStack } from '@wordpress/components';\n *\n * function Example() {\n * return (\n * <ZStack offset={ 20 } isLayered>\n * <ExampleImage />\n * <ExampleImage />\n * <ExampleImage />\n * </ZStack>\n * );\n * }\n * ```\n */\nexport const ZStack = contextConnect(UnconnectedZStack, 'ZStack');\nexport default ZStack;"],
5
- "mappings": ";AAAA,SAAS,sBAAsB;AAC/B,SAAS,wBAAwB;AACjC,SAAS,gBAAgB,wBAAwB;AACjD,SAAS,YAAY,uBAAuB;AAC5C,SAAS,OAAO,YAAY;AAC5B,SAAS,kBAAkB,OAAO,cAAc;AAC9C,QAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA,YAAY;AAAA,IACZ,aAAa;AAAA,IACb,SAAS;AAAA,IACT,GAAG;AAAA,EACL,IAAI,iBAAiB,OAAO,QAAQ;AACpC,QAAM,gBAAgB,iBAAiB,QAAQ;AAC/C,QAAM,oBAAoB,cAAc,SAAS;AACjD,QAAM,iBAAiB,cAAc,IAAI,CAAC,OAAO,UAAU;AACzD,UAAM,SAAS,aAAa,oBAAoB,QAAQ;AAGxD,UAAM,eAAe,YAAY,SAAS,QAAQ;AAClD,UAAM,MAAM,eAAe,KAAK,IAAI,MAAM,MAAM;AAChD,WAAoB,qBAAK,iBAAiB;AAAA,MACxC;AAAA,MACA;AAAA,MACA,UAAU;AAAA,IACZ,GAAG,GAAG;AAAA,EACR,CAAC;AACD,SAAoB,qBAAK,YAAY;AAAA,IACnC,GAAG;AAAA,IACH;AAAA,IACA;AAAA,IACA,KAAK;AAAA,IACL,UAAU;AAAA,EACZ,CAAC;AACH;AAmBO,IAAM,SAAS,eAAe,mBAAmB,QAAQ;AAChE,IAAO,oBAAQ;",
3
+ "sources": ["../../src/z-stack/component.tsx", "../../../style-runtime/src/index.ts", "../../src/z-stack/style.module.scss"],
4
+ "sourcesContent": ["import clsx from 'clsx';\nimport { isValidElement } from '@wordpress/element';\nimport { getValidChildren } from '../utils/get-valid-children';\nimport { contextConnect, useContextSystem } from '../context';\nimport { PolymorphicElement } from '../utils/polymorphic-element';\nimport styles from './style.module.scss';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nfunction UnconnectedZStack(props, forwardedRef) {\n const {\n children,\n className,\n isLayered = true,\n isReversed = false,\n offset = 0,\n ...otherProps\n } = useContextSystem(props, 'ZStack');\n const validChildren = getValidChildren(children);\n const childrenLastIndex = validChildren.length - 1;\n const clonedChildren = validChildren.map((child, index) => {\n const zIndex = isReversed ? childrenLastIndex - index : index;\n // Only when the component is layered, the offset needs to be multiplied by\n // the item's index, so that items can correctly stack at the right distance\n const offsetAmount = isLayered ? offset * index : offset;\n const key = isValidElement(child) ? child.key : index;\n return /*#__PURE__*/_jsx(\"div\", {\n className: styles.child,\n style: {\n '--z-stack-offset': `${offsetAmount}px`,\n '--z-stack-z-index': zIndex\n },\n children: child\n }, key);\n });\n return /*#__PURE__*/_jsx(PolymorphicElement, {\n ...otherProps,\n className: clsx(styles['z-stack'], isLayered && styles.layered, className),\n ref: forwardedRef,\n children: clonedChildren\n });\n}\n\n/**\n * `ZStack` allows you to stack things along the Z-axis.\n *\n * ```jsx\n * import { __experimentalZStack as ZStack } from '@wordpress/components';\n *\n * function Example() {\n * return (\n * <ZStack offset={ 20 } isLayered>\n * <ExampleImage />\n * <ExampleImage />\n * <ExampleImage />\n * </ZStack>\n * );\n * }\n * ```\n */\nexport const ZStack = contextConnect(UnconnectedZStack, 'ZStack');\nexport default ZStack;", "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(\"a90faa8747\", \"._5b8fef2247903a5f__z-stack{display:inline-grid;grid-auto-flow:column;position:relative}._5b8fef2247903a5f__z-stack>._585cd0b86fd70a54__child{justify-self:start;position:relative}._93dbda3c809633d5__layered>._585cd0b86fd70a54__child{grid-column-start:1;grid-row-start:1}._585cd0b86fd70a54__child{z-index:var(--z-stack-z-index,auto)}._585cd0b86fd70a54__child:not(:first-of-type){margin-inline-start:var(--z-stack-offset,0)}\");\n}\nexport default {\"z-stack\":\"_5b8fef2247903a5f__z-stack\",\"child\":\"_585cd0b86fd70a54__child\",\"layered\":\"_93dbda3c809633d5__layered\"};\n"],
5
+ "mappings": "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",
6
6
  "names": []
7
7
  }