@wordpress/editor 14.41.2-next.v.202603161435.0 → 14.43.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 (311) hide show
  1. package/CHANGELOG.md +3 -1
  2. package/build/components/collaborators-overlay/compute-selection.cjs +10 -10
  3. package/build/components/collaborators-overlay/compute-selection.cjs.map +2 -2
  4. package/build/components/collaborators-overlay/cursor-registry.cjs +86 -0
  5. package/build/components/collaborators-overlay/cursor-registry.cjs.map +7 -0
  6. package/build/components/collaborators-overlay/index.cjs +7 -2
  7. package/build/components/collaborators-overlay/index.cjs.map +2 -2
  8. package/build/components/collaborators-overlay/overlay-iframe-styles.cjs +1 -1
  9. package/build/components/collaborators-overlay/overlay-iframe-styles.cjs.map +2 -2
  10. package/build/components/collaborators-overlay/overlay.cjs +42 -1
  11. package/build/components/collaborators-overlay/overlay.cjs.map +2 -2
  12. package/build/components/collaborators-overlay/timing-utils.cjs +46 -0
  13. package/build/components/collaborators-overlay/timing-utils.cjs.map +7 -0
  14. package/build/components/collaborators-overlay/use-render-cursors.cjs +1 -1
  15. package/build/components/collaborators-overlay/use-render-cursors.cjs.map +2 -2
  16. package/build/components/collaborators-presence/index.cjs +14 -4
  17. package/build/components/collaborators-presence/index.cjs.map +2 -2
  18. package/build/components/collaborators-presence/list.cjs +20 -4
  19. package/build/components/collaborators-presence/list.cjs.map +2 -2
  20. package/build/components/post-card-panel/index.cjs +4 -15
  21. package/build/components/post-card-panel/index.cjs.map +2 -2
  22. package/build/components/post-content-information/index.cjs +10 -13
  23. package/build/components/post-content-information/index.cjs.map +2 -2
  24. package/build/components/post-locked-modal/index.cjs +16 -3
  25. package/build/components/post-locked-modal/index.cjs.map +2 -2
  26. package/build/components/post-revisions-panel/index.cjs +164 -0
  27. package/build/components/post-revisions-panel/index.cjs.map +7 -0
  28. package/build/components/post-revisions-preview/block-diff.cjs +39 -11
  29. package/build/components/post-revisions-preview/block-diff.cjs.map +2 -2
  30. package/build/components/post-revisions-preview/diff-markers.cjs +2 -2
  31. package/build/components/post-revisions-preview/diff-markers.cjs.map +2 -2
  32. package/build/components/post-revisions-preview/revisions-canvas.cjs +1 -1
  33. package/build/components/post-revisions-preview/revisions-canvas.cjs.map +2 -2
  34. package/build/components/post-revisions-preview/revisions-slider.cjs +24 -5
  35. package/build/components/post-revisions-preview/revisions-slider.cjs.map +2 -2
  36. package/build/components/post-template/block-theme.cjs +7 -4
  37. package/build/components/post-template/block-theme.cjs.map +2 -2
  38. package/build/components/post-template/create-new-template-modal.cjs +39 -46
  39. package/build/components/post-template/create-new-template-modal.cjs.map +2 -2
  40. package/build/components/post-template/hooks.cjs +91 -8
  41. package/build/components/post-template/hooks.cjs.map +2 -2
  42. package/build/components/post-template/panel.cjs +5 -42
  43. package/build/components/post-template/panel.cjs.map +3 -3
  44. package/build/components/post-template/swap-template-button.cjs +31 -20
  45. package/build/components/post-template/swap-template-button.cjs.map +2 -2
  46. package/build/components/preferences-modal/index.cjs +35 -27
  47. package/build/components/preferences-modal/index.cjs.map +2 -2
  48. package/build/components/provider/use-block-editor-settings.cjs +2 -0
  49. package/build/components/provider/use-block-editor-settings.cjs.map +3 -3
  50. package/build/components/revision-block-diff/index.cjs +61 -0
  51. package/build/components/revision-block-diff/index.cjs.map +7 -0
  52. package/build/components/revision-diff-panel/index.cjs +68 -0
  53. package/build/components/revision-diff-panel/index.cjs.map +7 -0
  54. package/build/components/revision-fields-diff/index.cjs +96 -0
  55. package/build/components/revision-fields-diff/index.cjs.map +7 -0
  56. package/build/components/sidebar/dataform-post-summary.cjs +25 -55
  57. package/build/components/sidebar/dataform-post-summary.cjs.map +2 -2
  58. package/build/components/sidebar/index.cjs +30 -23
  59. package/build/components/sidebar/index.cjs.map +3 -3
  60. package/build/components/sidebar/post-revision-summary.cjs +74 -0
  61. package/build/components/sidebar/post-revision-summary.cjs.map +7 -0
  62. package/build/components/sidebar/post-summary.cjs +35 -42
  63. package/build/components/sidebar/post-summary.cjs.map +3 -3
  64. package/build/components/style-book/index.cjs +4 -3
  65. package/build/components/style-book/index.cjs.map +2 -2
  66. package/build/components/{sync-connection-modal → sync-connection-error-modal}/index.cjs +89 -80
  67. package/build/components/sync-connection-error-modal/index.cjs.map +7 -0
  68. package/build/components/{sync-connection-modal → sync-connection-error-modal}/use-retry-countdown.cjs +14 -27
  69. package/build/components/sync-connection-error-modal/use-retry-countdown.cjs.map +7 -0
  70. package/build/components/template-actions-panel/block-theme-content.cjs +188 -0
  71. package/build/components/template-actions-panel/block-theme-content.cjs.map +7 -0
  72. package/build/components/template-actions-panel/classic-theme-content.cjs +159 -0
  73. package/build/components/template-actions-panel/classic-theme-content.cjs.map +7 -0
  74. package/build/components/template-actions-panel/index.cjs +59 -0
  75. package/build/components/template-actions-panel/index.cjs.map +7 -0
  76. package/build/components/visual-editor/index.cjs +2 -2
  77. package/build/components/visual-editor/index.cjs.map +2 -2
  78. package/build/dataviews/store/private-actions.cjs +2 -0
  79. package/build/dataviews/store/private-actions.cjs.map +2 -2
  80. package/build/store/actions.cjs +1 -3
  81. package/build/store/actions.cjs.map +2 -2
  82. package/build/store/private-actions.cjs +21 -2
  83. package/build/store/private-actions.cjs.map +2 -2
  84. package/build/store/private-selectors.cjs +40 -15
  85. package/build/store/private-selectors.cjs.map +2 -2
  86. package/build/utils/media-finalize/index.cjs +43 -0
  87. package/build/utils/media-finalize/index.cjs.map +7 -0
  88. package/build/utils/sync-error-messages.cjs +29 -16
  89. package/build/utils/sync-error-messages.cjs.map +3 -3
  90. package/build-module/components/collaborators-overlay/compute-selection.mjs +10 -10
  91. package/build-module/components/collaborators-overlay/compute-selection.mjs.map +2 -2
  92. package/build-module/components/collaborators-overlay/cursor-registry.mjs +61 -0
  93. package/build-module/components/collaborators-overlay/cursor-registry.mjs.map +7 -0
  94. package/build-module/components/collaborators-overlay/index.mjs +7 -2
  95. package/build-module/components/collaborators-overlay/index.mjs.map +2 -2
  96. package/build-module/components/collaborators-overlay/overlay-iframe-styles.mjs +1 -1
  97. package/build-module/components/collaborators-overlay/overlay-iframe-styles.mjs.map +2 -2
  98. package/build-module/components/collaborators-overlay/overlay.mjs +43 -2
  99. package/build-module/components/collaborators-overlay/overlay.mjs.map +2 -2
  100. package/build-module/components/collaborators-overlay/timing-utils.mjs +21 -0
  101. package/build-module/components/collaborators-overlay/timing-utils.mjs.map +7 -0
  102. package/build-module/components/collaborators-overlay/use-render-cursors.mjs +1 -1
  103. package/build-module/components/collaborators-overlay/use-render-cursors.mjs.map +2 -2
  104. package/build-module/components/collaborators-presence/index.mjs +14 -4
  105. package/build-module/components/collaborators-presence/index.mjs.map +2 -2
  106. package/build-module/components/collaborators-presence/list.mjs +20 -4
  107. package/build-module/components/collaborators-presence/list.mjs.map +2 -2
  108. package/build-module/components/post-card-panel/index.mjs +6 -17
  109. package/build-module/components/post-card-panel/index.mjs.map +2 -2
  110. package/build-module/components/post-content-information/index.mjs +6 -13
  111. package/build-module/components/post-content-information/index.mjs.map +2 -2
  112. package/build-module/components/post-locked-modal/index.mjs +16 -3
  113. package/build-module/components/post-locked-modal/index.mjs.map +2 -2
  114. package/build-module/components/post-revisions-panel/index.mjs +139 -0
  115. package/build-module/components/post-revisions-panel/index.mjs.map +7 -0
  116. package/build-module/components/post-revisions-preview/block-diff.mjs +39 -11
  117. package/build-module/components/post-revisions-preview/block-diff.mjs.map +2 -2
  118. package/build-module/components/post-revisions-preview/diff-markers.mjs +2 -2
  119. package/build-module/components/post-revisions-preview/diff-markers.mjs.map +2 -2
  120. package/build-module/components/post-revisions-preview/revisions-canvas.mjs +1 -1
  121. package/build-module/components/post-revisions-preview/revisions-canvas.mjs.map +2 -2
  122. package/build-module/components/post-revisions-preview/revisions-slider.mjs +24 -5
  123. package/build-module/components/post-revisions-preview/revisions-slider.mjs.map +2 -2
  124. package/build-module/components/post-template/block-theme.mjs +7 -4
  125. package/build-module/components/post-template/block-theme.mjs.map +2 -2
  126. package/build-module/components/post-template/create-new-template-modal.mjs +39 -46
  127. package/build-module/components/post-template/create-new-template-modal.mjs.map +2 -2
  128. package/build-module/components/post-template/hooks.mjs +90 -8
  129. package/build-module/components/post-template/hooks.mjs.map +2 -2
  130. package/build-module/components/post-template/panel.mjs +5 -42
  131. package/build-module/components/post-template/panel.mjs.map +2 -2
  132. package/build-module/components/post-template/swap-template-button.mjs +27 -20
  133. package/build-module/components/post-template/swap-template-button.mjs.map +2 -2
  134. package/build-module/components/preferences-modal/index.mjs +35 -27
  135. package/build-module/components/preferences-modal/index.mjs.map +2 -2
  136. package/build-module/components/provider/use-block-editor-settings.mjs +2 -0
  137. package/build-module/components/provider/use-block-editor-settings.mjs.map +2 -2
  138. package/build-module/components/revision-block-diff/index.mjs +30 -0
  139. package/build-module/components/revision-block-diff/index.mjs.map +7 -0
  140. package/build-module/components/revision-diff-panel/index.mjs +37 -0
  141. package/build-module/components/revision-diff-panel/index.mjs.map +7 -0
  142. package/build-module/components/revision-fields-diff/index.mjs +65 -0
  143. package/build-module/components/revision-fields-diff/index.mjs.map +7 -0
  144. package/build-module/components/sidebar/dataform-post-summary.mjs +25 -55
  145. package/build-module/components/sidebar/dataform-post-summary.mjs.map +2 -2
  146. package/build-module/components/sidebar/index.mjs +30 -23
  147. package/build-module/components/sidebar/index.mjs.map +2 -2
  148. package/build-module/components/sidebar/post-revision-summary.mjs +43 -0
  149. package/build-module/components/sidebar/post-revision-summary.mjs.map +7 -0
  150. package/build-module/components/sidebar/post-summary.mjs +31 -42
  151. package/build-module/components/sidebar/post-summary.mjs.map +2 -2
  152. package/build-module/components/style-book/index.mjs +4 -3
  153. package/build-module/components/style-book/index.mjs.map +2 -2
  154. package/build-module/components/sync-connection-error-modal/index.mjs +177 -0
  155. package/build-module/components/sync-connection-error-modal/index.mjs.map +7 -0
  156. package/build-module/components/sync-connection-error-modal/use-retry-countdown.mjs +36 -0
  157. package/build-module/components/sync-connection-error-modal/use-retry-countdown.mjs.map +7 -0
  158. package/build-module/components/template-actions-panel/block-theme-content.mjs +167 -0
  159. package/build-module/components/template-actions-panel/block-theme-content.mjs.map +7 -0
  160. package/build-module/components/template-actions-panel/classic-theme-content.mjs +138 -0
  161. package/build-module/components/template-actions-panel/classic-theme-content.mjs.map +7 -0
  162. package/build-module/components/template-actions-panel/index.mjs +28 -0
  163. package/build-module/components/template-actions-panel/index.mjs.map +7 -0
  164. package/build-module/components/visual-editor/index.mjs +2 -2
  165. package/build-module/components/visual-editor/index.mjs.map +2 -2
  166. package/build-module/dataviews/store/private-actions.mjs +5 -1
  167. package/build-module/dataviews/store/private-actions.mjs.map +2 -2
  168. package/build-module/store/actions.mjs +1 -3
  169. package/build-module/store/actions.mjs.map +2 -2
  170. package/build-module/store/private-actions.mjs +21 -2
  171. package/build-module/store/private-actions.mjs.map +2 -2
  172. package/build-module/store/private-selectors.mjs +40 -15
  173. package/build-module/store/private-selectors.mjs.map +2 -2
  174. package/build-module/utils/media-finalize/index.mjs +12 -0
  175. package/build-module/utils/media-finalize/index.mjs.map +7 -0
  176. package/build-module/utils/sync-error-messages.mjs +24 -16
  177. package/build-module/utils/sync-error-messages.mjs.map +3 -3
  178. package/build-style/style-rtl.css +135 -50
  179. package/build-style/style.css +135 -50
  180. package/build-types/components/collaborators-overlay/cursor-registry.d.ts +36 -0
  181. package/build-types/components/collaborators-overlay/cursor-registry.d.ts.map +1 -0
  182. package/build-types/components/collaborators-overlay/index.d.ts +7 -4
  183. package/build-types/components/collaborators-overlay/index.d.ts.map +1 -1
  184. package/build-types/components/collaborators-overlay/overlay-iframe-styles.d.ts +1 -1
  185. package/build-types/components/collaborators-overlay/overlay-iframe-styles.d.ts.map +1 -1
  186. package/build-types/components/collaborators-overlay/overlay.d.ts +4 -1
  187. package/build-types/components/collaborators-overlay/overlay.d.ts.map +1 -1
  188. package/build-types/components/collaborators-overlay/timing-utils.d.ts +11 -0
  189. package/build-types/components/collaborators-overlay/timing-utils.d.ts.map +1 -0
  190. package/build-types/components/collaborators-presence/index.d.ts.map +1 -1
  191. package/build-types/components/collaborators-presence/list.d.ts +4 -1
  192. package/build-types/components/collaborators-presence/list.d.ts.map +1 -1
  193. package/build-types/components/post-card-panel/index.d.ts.map +1 -1
  194. package/build-types/components/post-content-information/index.d.ts +4 -1
  195. package/build-types/components/post-content-information/index.d.ts.map +1 -1
  196. package/build-types/components/post-locked-modal/index.d.ts +2 -2
  197. package/build-types/components/post-locked-modal/index.d.ts.map +1 -1
  198. package/build-types/components/post-revisions-panel/index.d.ts +2 -0
  199. package/build-types/components/post-revisions-panel/index.d.ts.map +1 -0
  200. package/build-types/components/post-revisions-preview/block-diff.d.ts.map +1 -1
  201. package/build-types/components/post-revisions-preview/revisions-slider.d.ts.map +1 -1
  202. package/build-types/components/post-template/block-theme.d.ts +1 -3
  203. package/build-types/components/post-template/block-theme.d.ts.map +1 -1
  204. package/build-types/components/post-template/create-new-template-modal.d.ts.map +1 -1
  205. package/build-types/components/post-template/hooks.d.ts +2 -1
  206. package/build-types/components/post-template/hooks.d.ts.map +1 -1
  207. package/build-types/components/post-template/panel.d.ts.map +1 -1
  208. package/build-types/components/post-template/swap-template-button.d.ts +4 -0
  209. package/build-types/components/post-template/swap-template-button.d.ts.map +1 -1
  210. package/build-types/components/provider/use-block-editor-settings.d.ts.map +1 -1
  211. package/build-types/components/revision-block-diff/index.d.ts +6 -0
  212. package/build-types/components/revision-block-diff/index.d.ts.map +1 -0
  213. package/build-types/components/revision-diff-panel/index.d.ts +14 -0
  214. package/build-types/components/revision-diff-panel/index.d.ts.map +1 -0
  215. package/build-types/components/revision-fields-diff/index.d.ts +6 -0
  216. package/build-types/components/revision-fields-diff/index.d.ts.map +1 -0
  217. package/build-types/components/sidebar/dataform-post-summary.d.ts.map +1 -1
  218. package/build-types/components/sidebar/index.d.ts.map +1 -1
  219. package/build-types/components/sidebar/post-revision-summary.d.ts +2 -0
  220. package/build-types/components/sidebar/post-revision-summary.d.ts.map +1 -0
  221. package/build-types/components/sidebar/post-summary.d.ts +3 -0
  222. package/build-types/components/sidebar/post-summary.d.ts.map +1 -1
  223. package/build-types/components/style-book/index.d.ts +2 -1
  224. package/build-types/components/style-book/index.d.ts.map +1 -1
  225. package/build-types/components/sync-connection-error-modal/index.d.ts +22 -0
  226. package/build-types/components/sync-connection-error-modal/index.d.ts.map +1 -0
  227. package/build-types/components/sync-connection-error-modal/use-retry-countdown.d.ts +11 -0
  228. package/build-types/components/sync-connection-error-modal/use-retry-countdown.d.ts.map +1 -0
  229. package/build-types/components/template-actions-panel/block-theme-content.d.ts +2 -0
  230. package/build-types/components/template-actions-panel/block-theme-content.d.ts.map +1 -0
  231. package/build-types/components/template-actions-panel/classic-theme-content.d.ts +2 -0
  232. package/build-types/components/template-actions-panel/classic-theme-content.d.ts.map +1 -0
  233. package/build-types/components/template-actions-panel/index.d.ts +2 -0
  234. package/build-types/components/template-actions-panel/index.d.ts.map +1 -0
  235. package/build-types/dataviews/store/private-actions.d.ts.map +1 -1
  236. package/build-types/store/actions.d.ts.map +1 -1
  237. package/build-types/store/private-actions.d.ts.map +1 -1
  238. package/build-types/store/private-selectors.d.ts.map +1 -1
  239. package/build-types/utils/media-finalize/index.d.ts +2 -0
  240. package/build-types/utils/media-finalize/index.d.ts.map +1 -0
  241. package/build-types/utils/sync-error-messages.d.ts +17 -3
  242. package/build-types/utils/sync-error-messages.d.ts.map +1 -1
  243. package/package.json +45 -44
  244. package/src/components/collaborators-overlay/compute-selection.ts +13 -13
  245. package/src/components/collaborators-overlay/cursor-registry.ts +96 -0
  246. package/src/components/collaborators-overlay/index.tsx +12 -4
  247. package/src/components/collaborators-overlay/overlay-iframe-styles.ts +1 -1
  248. package/src/components/collaborators-overlay/overlay.tsx +64 -1
  249. package/src/components/collaborators-overlay/timing-utils.ts +30 -0
  250. package/src/components/collaborators-overlay/use-render-cursors.ts +1 -1
  251. package/src/components/collaborators-presence/index.tsx +9 -1
  252. package/src/components/collaborators-presence/list.tsx +25 -1
  253. package/src/components/post-card-panel/index.js +7 -21
  254. package/src/components/post-content-information/index.js +5 -16
  255. package/src/components/post-locked-modal/index.js +21 -3
  256. package/src/components/post-revisions-panel/index.js +151 -0
  257. package/src/components/post-revisions-panel/style.scss +16 -0
  258. package/src/components/post-revisions-preview/block-diff.js +59 -20
  259. package/src/components/post-revisions-preview/diff-markers.js +2 -2
  260. package/src/components/post-revisions-preview/revisions-canvas.js +1 -1
  261. package/src/components/post-revisions-preview/revisions-slider.js +29 -7
  262. package/src/components/post-revisions-preview/test/block-diff.js +69 -31
  263. package/src/components/post-template/block-theme.js +4 -1
  264. package/src/components/post-template/create-new-template-modal.js +1 -4
  265. package/src/components/post-template/hooks.js +107 -9
  266. package/src/components/post-template/panel.js +5 -59
  267. package/src/components/post-template/style.scss +0 -6
  268. package/src/components/post-template/swap-template-button.js +30 -21
  269. package/src/components/preferences-modal/index.js +37 -25
  270. package/src/components/provider/use-block-editor-settings.js +2 -0
  271. package/src/components/revision-block-diff/index.js +39 -0
  272. package/src/components/revision-diff-panel/index.js +59 -0
  273. package/src/components/revision-diff-panel/style.scss +13 -0
  274. package/src/components/revision-fields-diff/index.js +91 -0
  275. package/src/components/sidebar/dataform-post-summary.js +45 -68
  276. package/src/components/sidebar/index.js +35 -22
  277. package/src/components/sidebar/post-revision-summary.js +50 -0
  278. package/src/components/sidebar/post-summary.js +22 -40
  279. package/src/components/sidebar/style.scss +7 -0
  280. package/src/components/style-book/index.js +4 -2
  281. package/src/components/sync-connection-error-modal/index.tsx +265 -0
  282. package/src/components/sync-connection-error-modal/style.scss +14 -0
  283. package/src/components/sync-connection-error-modal/use-retry-countdown.ts +57 -0
  284. package/src/components/template-actions-panel/block-theme-content.js +196 -0
  285. package/src/components/template-actions-panel/classic-theme-content.js +170 -0
  286. package/src/components/template-actions-panel/index.js +32 -0
  287. package/src/components/template-actions-panel/style.scss +39 -0
  288. package/src/components/visual-editor/index.js +2 -2
  289. package/src/dataviews/store/private-actions.ts +6 -0
  290. package/src/store/actions.js +1 -4
  291. package/src/store/private-actions.js +24 -3
  292. package/src/store/private-selectors.js +46 -16
  293. package/src/style.scss +4 -1
  294. package/src/utils/media-finalize/index.js +11 -0
  295. package/src/utils/media-finalize/test/index.js +34 -0
  296. package/src/utils/sync-error-messages.ts +72 -0
  297. package/src/utils/test/sync-error-messages.js +9 -32
  298. package/build/components/sync-connection-modal/index.cjs.map +0 -7
  299. package/build/components/sync-connection-modal/use-retry-countdown.cjs.map +0 -7
  300. package/build-module/components/sync-connection-modal/index.mjs +0 -170
  301. package/build-module/components/sync-connection-modal/index.mjs.map +0 -7
  302. package/build-module/components/sync-connection-modal/use-retry-countdown.mjs +0 -49
  303. package/build-module/components/sync-connection-modal/use-retry-countdown.mjs.map +0 -7
  304. package/build-types/components/sync-connection-modal/index.d.ts +0 -8
  305. package/build-types/components/sync-connection-modal/index.d.ts.map +0 -1
  306. package/build-types/components/sync-connection-modal/use-retry-countdown.d.ts +0 -9
  307. package/build-types/components/sync-connection-modal/use-retry-countdown.d.ts.map +0 -1
  308. package/src/components/sync-connection-modal/index.js +0 -206
  309. package/src/components/sync-connection-modal/style.scss +0 -14
  310. package/src/components/sync-connection-modal/use-retry-countdown.js +0 -70
  311. package/src/utils/sync-error-messages.js +0 -58
@@ -119,7 +119,7 @@
119
119
  }
120
120
 
121
121
  .admin-ui-page__header {
122
- padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
122
+ padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
123
123
  border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e0e0e0);
124
124
  background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
125
125
  position: sticky;
@@ -129,9 +129,9 @@
129
129
 
130
130
  .admin-ui-page__header-title {
131
131
  font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
132
- font-size: var(--wpds-font-size-xl, 20px);
132
+ font-size: var(--wpds-font-size-lg, 15px);
133
133
  font-weight: var(--wpds-font-weight-medium, 499);
134
- line-height: var(--wpds-font-line-height-xl, 32px);
134
+ line-height: var(--wpds-font-line-height-lg, 28px);
135
135
  margin: 0;
136
136
  overflow: hidden;
137
137
  text-overflow: ellipsis;
@@ -221,13 +221,15 @@
221
221
  * These variables do not appear to be used anywhere else.
222
222
  */
223
223
  .admin-ui-breadcrumbs__list {
224
+ font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
225
+ font-size: var(--wpds-font-size-lg, 15px);
226
+ font-weight: var(--wpds-font-weight-medium, 499);
227
+ line-height: var(--wpds-font-line-height-lg, 28px);
224
228
  list-style: none;
225
229
  padding: 0;
226
230
  margin: 0;
227
231
  gap: 0;
228
- font-size: 15px;
229
232
  min-height: 32px;
230
- font-weight: 500;
231
233
  }
232
234
 
233
235
  .admin-ui-breadcrumbs__list li:not(:last-child)::after {
@@ -1666,13 +1668,11 @@ button.font-library__upload-area {
1666
1668
  border-radius: 2px;
1667
1669
  }
1668
1670
 
1669
- /**
1670
- * When DataViews are placed within cards, apply a consistent top padding.
1671
- */
1672
- .components-card__body:has(> .dataviews-wrapper),
1673
- .components-card__body:has(> .dataviews-picker-wrapper) {
1674
- padding: 8px 0 0;
1675
- overflow: hidden;
1671
+ .dataviews__view-actions--infinite-scroll {
1672
+ position: sticky;
1673
+ top: 0;
1674
+ z-index: 2;
1675
+ background-color: #fff;
1676
1676
  }
1677
1677
 
1678
1678
  .dataviews-bulk-actions-footer__item-count {
@@ -2506,45 +2506,55 @@ button.font-library__upload-area {
2506
2506
  outline: 2px solid transparent;
2507
2507
  }
2508
2508
 
2509
- .dataviews-view-grid .dataviews-view-grid__card {
2509
+ .dataviews-view-grid .dataviews-view-grid__card,
2510
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card {
2510
2511
  height: 100%;
2511
2512
  justify-content: flex-start;
2512
2513
  position: relative;
2513
2514
  }
2514
2515
 
2515
- .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title {
2516
+ .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title,
2517
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title {
2516
2518
  padding: 8px 0 4px;
2517
2519
  }
2518
2520
 
2519
- .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field {
2521
+ .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field,
2522
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-field {
2520
2523
  min-height: 24px;
2521
2524
  overflow: hidden;
2522
2525
  align-content: center;
2523
2526
  text-align: start;
2524
2527
  }
2525
2528
 
2526
- .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable {
2529
+ .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable,
2530
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__title-field--clickable {
2527
2531
  width: fit-content;
2528
2532
  }
2529
2533
 
2530
- .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
2534
+ .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value,
2535
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
2531
2536
  color: #1e1e1e;
2532
2537
  }
2533
2538
 
2534
2539
  .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after,
2535
- .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after {
2540
+ .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after,
2541
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after,
2542
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__media:focus::after {
2536
2543
  background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
2537
2544
  }
2538
2545
 
2539
- .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after {
2546
+ .dataviews-view-grid .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after,
2547
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card.is-selected .dataviews-view-grid__media::after {
2540
2548
  box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
2541
2549
  }
2542
2550
 
2543
- .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after {
2551
+ .dataviews-view-grid .dataviews-view-grid__card .dataviews-view-grid__media:focus::after,
2552
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__card .dataviews-view-grid__media:focus::after {
2544
2553
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
2545
2554
  }
2546
2555
 
2547
- .dataviews-view-grid .dataviews-view-grid__media {
2556
+ .dataviews-view-grid .dataviews-view-grid__media,
2557
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media {
2548
2558
  width: 100%;
2549
2559
  aspect-ratio: 1/1;
2550
2560
  background-color: #fff;
@@ -2553,17 +2563,20 @@ button.font-library__upload-area {
2553
2563
  position: relative;
2554
2564
  }
2555
2565
 
2556
- .dataviews-view-grid .dataviews-view-grid__media.dataviews-view-grid__media--placeholder {
2566
+ .dataviews-view-grid .dataviews-view-grid__media.dataviews-view-grid__media--placeholder,
2567
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media.dataviews-view-grid__media--placeholder {
2557
2568
  aspect-ratio: 3/1;
2558
2569
  }
2559
2570
 
2560
- .dataviews-view-grid .dataviews-view-grid__media img {
2571
+ .dataviews-view-grid .dataviews-view-grid__media img,
2572
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media img {
2561
2573
  object-fit: cover;
2562
2574
  width: 100%;
2563
2575
  height: 100%;
2564
2576
  }
2565
2577
 
2566
- .dataviews-view-grid .dataviews-view-grid__media::after {
2578
+ .dataviews-view-grid .dataviews-view-grid__media::after,
2579
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media::after {
2567
2580
  content: "";
2568
2581
  position: absolute;
2569
2582
  top: 0;
@@ -2575,7 +2588,8 @@ button.font-library__upload-area {
2575
2588
  pointer-events: none;
2576
2589
  }
2577
2590
 
2578
- .dataviews-view-grid .dataviews-view-grid__media .dataviews-view-grid__media-placeholder {
2591
+ .dataviews-view-grid .dataviews-view-grid__media .dataviews-view-grid__media-placeholder,
2592
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__media .dataviews-view-grid__media-placeholder {
2579
2593
  width: 100%;
2580
2594
  height: 100%;
2581
2595
  display: block;
@@ -2584,28 +2598,33 @@ button.font-library__upload-area {
2584
2598
  background: #f0f0f0;
2585
2599
  }
2586
2600
 
2587
- .dataviews-view-grid .dataviews-view-grid__fields {
2601
+ .dataviews-view-grid .dataviews-view-grid__fields,
2602
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields {
2588
2603
  position: relative;
2589
2604
  font-size: 12px;
2590
2605
  line-height: 16px;
2591
2606
  }
2592
2607
 
2593
- .dataviews-view-grid .dataviews-view-grid__fields:not(:empty) {
2608
+ .dataviews-view-grid .dataviews-view-grid__fields:not(:empty),
2609
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields:not(:empty) {
2594
2610
  padding: 0 0 12px;
2595
2611
  }
2596
2612
 
2597
- .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty) {
2613
+ .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty),
2614
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field-value:not(:empty) {
2598
2615
  min-height: 24px;
2599
2616
  line-height: 20px;
2600
2617
  padding-top: 2px;
2601
2618
  }
2602
2619
 
2603
- .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field {
2620
+ .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field,
2621
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field {
2604
2622
  min-height: 24px;
2605
2623
  align-items: center;
2606
2624
  }
2607
2625
 
2608
- .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name {
2626
+ .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name,
2627
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-name {
2609
2628
  width: 35%;
2610
2629
  color: #757575;
2611
2630
  overflow: hidden;
@@ -2613,28 +2632,33 @@ button.font-library__upload-area {
2613
2632
  white-space: nowrap;
2614
2633
  }
2615
2634
 
2616
- .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
2635
+ .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value,
2636
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field .dataviews-view-grid__field-value {
2617
2637
  width: 65%;
2618
2638
  overflow: hidden;
2619
2639
  text-overflow: ellipsis;
2620
2640
  white-space: nowrap;
2621
2641
  }
2622
2642
 
2623
- .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))) {
2643
+ .dataviews-view-grid .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))),
2644
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__fields .dataviews-view-grid__field:not(:has(.dataviews-view-grid__field-value:not(:empty))) {
2624
2645
  display: none;
2625
2646
  }
2626
2647
 
2627
- .dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty) {
2648
+ .dataviews-view-grid .dataviews-view-grid__badge-fields:not(:empty),
2649
+ .dataviews-view-grid-infinite-scroll .dataviews-view-grid__badge-fields:not(:empty) {
2628
2650
  padding-bottom: 12px;
2629
2651
  }
2630
2652
 
2631
- .dataviews-view-grid.is-refreshing {
2653
+ .dataviews-view-grid.is-refreshing,
2654
+ .dataviews-view-grid-infinite-scroll.is-refreshing {
2632
2655
  opacity: 0.5;
2633
2656
  pointer-events: none;
2634
2657
  }
2635
2658
 
2636
2659
  @media not (prefers-reduced-motion) {
2637
- .dataviews-view-grid.is-refreshing {
2660
+ .dataviews-view-grid.is-refreshing,
2661
+ .dataviews-view-grid-infinite-scroll.is-refreshing {
2638
2662
  opacity: 1;
2639
2663
  animation: dataviews-pulse 1s ease-in-out infinite;
2640
2664
  }
@@ -3957,17 +3981,18 @@ div.dataviews-view-list {
3957
3981
  align-items: center;
3958
3982
  }
3959
3983
 
3960
- .dataforms-layouts-card__field-header-label {
3961
- font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
3962
- font-weight: 499;
3963
- font-size: 15px;
3964
- line-height: 20px;
3965
- }
3966
-
3967
3984
  .dataforms-layouts-card__field {
3968
3985
  width: 100%;
3969
3986
  }
3970
3987
 
3988
+ .dataforms-layouts-card__field-header-content {
3989
+ min-height: 24px;
3990
+ }
3991
+
3992
+ .dataforms-layouts-card__field-header-content-description {
3993
+ display: contents;
3994
+ }
3995
+
3971
3996
  .dataforms-layouts-card__field-description {
3972
3997
  color: #757575;
3973
3998
  display: block;
@@ -6644,6 +6669,20 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
6644
6669
  transform: translateX(0%);
6645
6670
  }
6646
6671
  }
6672
+ .editor-post-revisions-panel .editor-post-revisions-panel__view-all {
6673
+ justify-content: center;
6674
+ }
6675
+ .editor-post-revisions-panel .editor-post-revisions-panel__revision-date {
6676
+ text-transform: uppercase;
6677
+ font-weight: 600;
6678
+ font-size: 12px;
6679
+ }
6680
+
6681
+ .editor-post-revisions-panel__revisions-count {
6682
+ margin-top: -4.5px;
6683
+ margin-bottom: -4.5px;
6684
+ }
6685
+
6647
6686
  .editor-revisions-header__slider {
6648
6687
  width: 100%;
6649
6688
  }
@@ -6704,6 +6743,20 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
6704
6743
  outline-offset: -2px;
6705
6744
  }
6706
6745
 
6746
+ .editor-revision-fields-diff__value {
6747
+ word-break: break-word;
6748
+ }
6749
+
6750
+ .editor-revision-fields-diff__added {
6751
+ background-color: color-mix(in srgb, currentColor 5%, #00a32a 15%);
6752
+ text-decoration: none;
6753
+ }
6754
+
6755
+ .editor-revision-fields-diff__removed {
6756
+ text-decoration: line-through;
6757
+ color: #d63638;
6758
+ }
6759
+
6707
6760
  .editor-post-saved-state {
6708
6761
  display: flex;
6709
6762
  align-items: center;
@@ -6818,15 +6871,15 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
6818
6871
  margin-right: 8px;
6819
6872
  }
6820
6873
 
6821
- .editor-sync-connection-modal {
6874
+ .editor-sync-connection-error-modal {
6822
6875
  z-index: 1000001;
6823
6876
  }
6824
6877
 
6825
- .editor-sync-connection-modal p {
6878
+ .editor-sync-connection-error-modal p {
6826
6879
  margin: 0;
6827
6880
  }
6828
6881
 
6829
- .editor-sync-connection-modal__retry-countdown {
6882
+ .editor-sync-connection-error-modal__retry-countdown {
6830
6883
  color: #757575;
6831
6884
  }
6832
6885
 
@@ -6875,14 +6928,41 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
6875
6928
  color: inherit;
6876
6929
  }
6877
6930
 
6878
- @media (min-width: 782px) {
6879
- .editor-post-template__create-form {
6880
- width: 320px;
6931
+ .editor-post-template__classic-theme-dropdown {
6932
+ padding: 8px;
6933
+ }
6934
+
6935
+ .editor-template-actions-panel__preview .block-editor-block-preview__container {
6936
+ display: flex;
6937
+ aspect-ratio: 4/3;
6938
+ overflow: hidden;
6939
+ border-radius: 4px;
6940
+ }
6941
+ .editor-template-actions-panel__preview .block-editor-block-preview__container::after {
6942
+ outline: 1px solid rgba(0, 0, 0, 0.1);
6943
+ outline-offset: -1px;
6944
+ border-radius: 4px;
6945
+ }
6946
+ @media not (prefers-reduced-motion) {
6947
+ .editor-template-actions-panel__preview .block-editor-block-preview__container::after {
6948
+ transition: outline 0.1s linear;
6881
6949
  }
6882
6950
  }
6951
+ .editor-template-actions-panel__preview[role=button] {
6952
+ cursor: pointer;
6953
+ }
6954
+ .editor-template-actions-panel__preview[role=button]:hover .block-editor-block-preview__container::after {
6955
+ outline-color: rgba(0, 0, 0, 0.3);
6956
+ }
6957
+ .editor-template-actions-panel__preview[role=button]:focus-visible .block-editor-block-preview__container::after {
6958
+ outline-color: var(--wp-admin-theme-color);
6959
+ outline-width: var(--wp-admin-border-width-focus);
6960
+ outline-offset: calc(-1 * var(--wp-admin-border-width-focus));
6961
+ }
6883
6962
 
6884
- .editor-post-template__classic-theme-dropdown {
6885
- padding: 8px;
6963
+ .editor-template-actions-panel__action {
6964
+ flex: 1;
6965
+ justify-content: center;
6886
6966
  }
6887
6967
 
6888
6968
  textarea.editor-post-text-editor {
@@ -7194,6 +7274,11 @@ textarea.editor-post-text-editor::placeholder {
7194
7274
  font-size: 13px;
7195
7275
  }
7196
7276
 
7277
+ .fields-controls__password {
7278
+ border-top: 1px solid #e0e0e0;
7279
+ padding-top: 16px;
7280
+ }
7281
+
7197
7282
  .editor-site-discussion-dropdown__content .components-popover__content {
7198
7283
  min-width: 320px;
7199
7284
  padding: 16px;
@@ -0,0 +1,36 @@
1
+ interface ScrollToCursorOptions {
2
+ behavior?: ScrollBehavior;
3
+ block?: ScrollLogicalPosition;
4
+ inline?: ScrollLogicalPosition;
5
+ highlightDuration?: number;
6
+ }
7
+ export declare function createCursorRegistry(): {
8
+ /**
9
+ * Register a cursor element when it's created.
10
+ *
11
+ * @param clientId - The clientId of the cursor to register.
12
+ * @param element - The cursor element to register.
13
+ */
14
+ registerCursor(clientId: number, element: HTMLElement): void;
15
+ /**
16
+ * Unregister a cursor element when it's removed.
17
+ *
18
+ * @param clientId - The clientId of the cursor to unregister.
19
+ */
20
+ unregisterCursor(clientId: number): void;
21
+ /**
22
+ * Scroll to a cursor by clientId.
23
+ *
24
+ * @param clientId - The clientId of the cursor to scroll to.
25
+ * @param options - The options for the scroll.
26
+ * @return true if cursor was found and scrolled to, false otherwise.
27
+ */
28
+ scrollToCursor(clientId: number, options?: ScrollToCursorOptions): boolean;
29
+ /**
30
+ * Clear the registry.
31
+ */
32
+ removeAll(): void;
33
+ };
34
+ export type CursorRegistry = ReturnType<typeof createCursorRegistry>;
35
+ export {};
36
+ //# sourceMappingURL=cursor-registry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cursor-registry.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-overlay/cursor-registry.ts"],"names":[],"mappings":"AAAA,UAAU,qBAAqB;IAC9B,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,KAAK,CAAC,EAAE,qBAAqB,CAAC;IAC9B,MAAM,CAAC,EAAE,qBAAqB,CAAC;IAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC3B;AA4BD,wBAAgB,oBAAoB;IAIlC;;;;;OAKG;6BACuB,MAAM,WAAW,WAAW,GAAI,IAAI;IAI9D;;;;OAIG;+BACyB,MAAM,GAAI,IAAI;IAI1C;;;;;;OAMG;6BAEQ,MAAM,YACN,qBAAqB,GAC7B,OAAO;IAoBV;;OAEG;iBACU,IAAI;EAIlB;AAED,MAAM,MAAM,cAAc,GAAG,UAAU,CAAE,OAAO,oBAAoB,CAAE,CAAC"}
@@ -1,14 +1,17 @@
1
+ import { type CursorRegistry } from './cursor-registry';
1
2
  interface Props {
2
3
  postId: number | null;
3
4
  postType: string | null;
5
+ cursorRegistry?: CursorRegistry;
4
6
  }
5
7
  /**
6
8
  * Collaborators Overlay component
7
- * @param props - The props for the CollaboratorsOverlay component
8
- * @param props.postId - The ID of the post
9
- * @param props.postType - The type of the post
9
+ * @param props - The props for the CollaboratorsOverlay component
10
+ * @param props.postId - The ID of the post
11
+ * @param props.postType - The type of the post
12
+ * @param props.cursorRegistry - The shared cursor registry
10
13
  * @return The CollaboratorsOverlay component
11
14
  */
12
- export declare function CollaboratorsOverlay({ postId, postType }: Props): import("react").JSX.Element;
15
+ export declare function CollaboratorsOverlay({ postId, postType, cursorRegistry, }: Props): import("react").JSX.Element;
13
16
  export {};
14
17
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-overlay/index.tsx"],"names":[],"mappings":"AAcA,UAAU,KAAK;IACd,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,EAAE,KAAK,+BAgBhE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-overlay/index.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAIxD,UAAU,KAAK;IACd,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,cAAc,CAAC,EAAE,cAAc,CAAC;CAChC;AAED;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAAE,EACrC,MAAM,EACN,QAAQ,EACR,cAAc,GACd,EAAE,KAAK,+BAiBP"}
@@ -2,5 +2,5 @@
2
2
  * CSS for the collaborators overlay — cursor indicators, block highlights,
3
3
  * and positioning of Avatar labels inside the editor canvas iframe.
4
4
  */
5
- export declare const OVERLAY_IFRAME_STYLES = "\n.block-canvas-cover {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n\tpointer-events: none;\n\tz-index: 20000;\n}\n.block-canvas-cover .collaborators-overlay-full {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n.block-canvas-cover .collaborators-overlay-fixed {\n\tposition: fixed;\n\twidth: 100%;\n\theight: 100%;\n}\n.collaborators-overlay-user {\n\tposition: absolute;\n}\n/* Cursor lines render below avatar labels across all users. The parent\n .collaborators-overlay-user has no z-index so it does not create a\n stacking context \u2014 children participate in the shared overlay context. */\n.collaborators-overlay-user-cursor {\n\tposition: absolute;\n\tz-index: 0;\n\twidth: 2px;\n\tborder-radius: 1px;\n\toutline: 1px solid #fff;\n\tbox-shadow: 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\tanimation: collaborators-overlay-cursor-blink 1s infinite;\n}\n.collaborators-overlay-selection-rect {\n\tposition: absolute;\n\topacity: 0.15;\n\tpointer-events: none;\n\tborder-radius: 2px;\n}\n\n/* Overlay-specific positioning applied to the Avatar cursor label. */\n.collaborators-overlay-user-label.editor-avatar {\n\tposition: absolute;\n\tz-index: 1;\n\ttransform: translate(-11px, -100%);\n\tmargin-top: -4px;\n\tpointer-events: auto;\n\toverflow: visible;\n\twidth: max-content;\n}\n/* Avatar positioned above a highlighted block as a label. */\n.collaborators-overlay-block-label.editor-avatar {\n\tposition: absolute;\n\tz-index: 1;\n\ttransform: translateY(calc(-100% - 8px));\n\tpointer-events: auto;\n\toverflow: visible;\n\twidth: max-content;\n}\n\n@keyframes collaborators-overlay-cursor-blink {\n\t0%, 45% { opacity: 1; }\n\t55%, 95% { opacity: 0; }\n\t100% { opacity: 1; }\n}\n.collaborators-overlay-cursor-highlighted .collaborators-overlay-user-cursor {\n\tanimation: collaborators-overlay-cursor-highlight 0.6s ease-in-out 3;\n}\n.collaborators-overlay-cursor-highlighted .collaborators-overlay-user-label {\n\tanimation: collaborators-overlay-label-highlight 0.6s ease-in-out 3;\n}\n@keyframes collaborators-overlay-cursor-highlight {\n\t0%, 100% {\n\t\ttransform: scale(1);\n\t\tfilter: drop-shadow(0 0 0 transparent);\n\t}\n\t50% {\n\t\ttransform: scale(1.2);\n\t\tfilter: drop-shadow(0 0 8px currentColor);\n\t}\n}\n@keyframes collaborators-overlay-label-highlight {\n\t0%, 100% {\n\t\ttransform: translate(-11px, -100%) scale(1);\n\t\tfilter: drop-shadow(0 0 0 transparent);\n\t}\n\t50% {\n\t\ttransform: translate(-11px, -100%) scale(1.1);\n\t\tfilter: drop-shadow(0 0 6px currentColor);\n\t}\n}\n.block-editor-block-list__block.is-collaborator-selected:not(:focus)::after {\n\tcontent: \"\";\n\tposition: absolute;\n\tpointer-events: none;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n\toutline-color: var(--collaborator-outline-color);\n\toutline-style: solid;\n\toutline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));\n\toutline-offset: calc(-1 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));\n\tbox-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus, 2px) + 1px) #fff, 0 0 0 1px #fff, 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\tz-index: 1;\n}\n@media (prefers-reduced-motion: reduce) {\n\t.collaborators-overlay-user-label,\n\t.collaborators-overlay-user-cursor {\n\t\tanimation: none;\n\t}\n}\n";
5
+ export declare const OVERLAY_IFRAME_STYLES = "\n.block-canvas-cover {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n\tpointer-events: none;\n\tz-index: 20000;\n}\n.block-canvas-cover .collaborators-overlay-full {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\twidth: 100%;\n\theight: 100%;\n}\n.block-canvas-cover .collaborators-overlay-fixed {\n\tposition: fixed;\n\twidth: 100%;\n\theight: 100%;\n}\n.collaborators-overlay-user {\n\tposition: absolute;\n}\n/* Cursor lines render below avatar labels across all users. The parent\n .collaborators-overlay-user has no z-index so it does not create a\n stacking context \u2014 children participate in the shared overlay context. */\n.collaborators-overlay-user-cursor {\n\tposition: absolute;\n\tz-index: 0;\n\twidth: 2px;\n\tborder-radius: 1px;\n\toutline: 1px solid #fff;\n\tbox-shadow: 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\tanimation: collaborators-overlay-cursor-blink 1s infinite;\n}\n.collaborators-overlay-selection-rect {\n\tposition: absolute;\n\topacity: 0.15;\n\tpointer-events: none;\n\tborder-radius: 2px;\n}\n\n/* Overlay-specific positioning applied to the Avatar cursor label. */\n.collaborators-overlay-user-label.editor-avatar {\n\tposition: absolute;\n\tz-index: 1;\n\ttransform: translate(-11px, -100%);\n\tmargin-top: -4px;\n\tpointer-events: auto;\n\toverflow: visible;\n\twidth: max-content;\n}\n/* Avatar positioned above a highlighted block as a label. */\n.collaborators-overlay-block-label.editor-avatar {\n\tposition: absolute;\n\tz-index: 1;\n\ttransform: translateY(calc(-100% - 8px));\n\tpointer-events: auto;\n\toverflow: visible;\n\twidth: max-content;\n}\n\n@keyframes collaborators-overlay-cursor-blink {\n\t0%, 45% { opacity: 1; }\n\t55%, 95% { opacity: 0; }\n\t100% { opacity: 1; }\n}\n.collaborators-overlay-cursor-highlighted .collaborators-overlay-user-cursor {\n\tanimation: collaborators-overlay-cursor-highlight 0.6s ease-in-out 3;\n}\n.collaborators-overlay-cursor-highlighted .collaborators-overlay-user-label {\n\tanimation: collaborators-overlay-label-highlight 0.6s ease-in-out 3;\n}\n@keyframes collaborators-overlay-cursor-highlight {\n\t0%, 100% {\n\t\ttransform: scale(1);\n\t\tfilter: drop-shadow(0 0 0 transparent);\n\t}\n\t50% {\n\t\ttransform: scale(1.2);\n\t\tfilter: drop-shadow(0 0 8px currentColor);\n\t}\n}\n@keyframes collaborators-overlay-label-highlight {\n\t0%, 100% {\n\t\ttransform: translate(-11px, -100%) scale(1);\n\t\tfilter: drop-shadow(0 0 0 transparent);\n\t}\n\t50% {\n\t\ttransform: translate(-11px, -100%) scale(1.1);\n\t\tfilter: drop-shadow(0 0 6px currentColor);\n\t}\n}\n.block-editor-block-list__block.is-collaborator-selected:not(:focus)::after {\n\tcontent: \"\";\n\tposition: absolute;\n\tpointer-events: none;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n\toutline-color: var(--collaborator-outline-color);\n\toutline-style: solid;\n\toutline-width: calc(var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));\n\toutline-offset: calc(-1 * var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1));\n\tbox-shadow: inset 0 0 0 calc((var(--wp-admin-border-width-focus) / var(--wp-block-editor-iframe-zoom-out-scale, 1)) + 0.5px) rgba(#fff, 0.7);\n\tz-index: 1;\n}\n@media (prefers-reduced-motion: reduce) {\n\t.collaborators-overlay-user-label,\n\t.collaborators-overlay-user-cursor {\n\t\tanimation: none;\n\t}\n}\n";
6
6
  //# sourceMappingURL=overlay-iframe-styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"overlay-iframe-styles.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-overlay/overlay-iframe-styles.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAWH,eAAO,MAAM,qBAAqB,8/GAoHjC,CAAC"}
1
+ {"version":3,"file":"overlay-iframe-styles.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-overlay/overlay-iframe-styles.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAWH,eAAO,MAAM,qBAAqB,86GAoHjC,CAAC"}
@@ -1,7 +1,9 @@
1
+ import { type CursorRegistry } from './cursor-registry';
1
2
  interface OverlayProps {
2
3
  blockEditorDocument?: Document;
3
4
  postId: number | null;
4
5
  postType: string | null;
6
+ cursorRegistry?: CursorRegistry;
5
7
  }
6
8
  /**
7
9
  * This component is responsible for rendering the overlay components within the editor iframe.
@@ -10,8 +12,9 @@ interface OverlayProps {
10
12
  * @param props.blockEditorDocument - The block editor document.
11
13
  * @param props.postId - The ID of the post.
12
14
  * @param props.postType - The type of the post.
15
+ * @param props.cursorRegistry - The shared cursor registry.
13
16
  * @return The Overlay component.
14
17
  */
15
- export declare function Overlay({ blockEditorDocument, postId, postType, }: OverlayProps): import("react").JSX.Element;
18
+ export declare function Overlay({ blockEditorDocument, postId, postType, cursorRegistry, }: OverlayProps): import("react").JSX.Element;
16
19
  export {};
17
20
  //# sourceMappingURL=overlay.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-overlay/overlay.tsx"],"names":[],"mappings":"AAYA,UAAU,YAAY;IACrB,mBAAmB,CAAC,EAAE,QAAQ,CAAC;IAC/B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED;;;;;;;;GAQG;AACH,wBAAgB,OAAO,CAAE,EACxB,mBAAmB,EACnB,MAAM,EACN,QAAQ,GACR,EAAE,YAAY,+BA+Gd"}
1
+ {"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-overlay/overlay.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAWxD,UAAU,YAAY;IACrB,mBAAmB,CAAC,EAAE,QAAQ,CAAC;IAC/B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,cAAc,CAAC,EAAE,cAAc,CAAC;CAChC;AAED;;;;;;;;;GASG;AACH,wBAAgB,OAAO,CAAE,EACxB,mBAAmB,EACnB,MAAM,EACN,QAAQ,EACR,cAAc,GACd,EAAE,YAAY,+BAkKd"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Like setInterval but chains setTimeout calls, so the delay is measured from
3
+ * the end of one run to the start of the next. This prevents callbacks from
4
+ * stacking up when the main thread is busy.
5
+ *
6
+ * @param callback The function to call repeatedly.
7
+ * @param delayMs Milliseconds between runs.
8
+ * @return A cleanup function that stops the timer.
9
+ */
10
+ export declare function setDelayedInterval(callback: () => void, delayMs: number): () => void;
11
+ //# sourceMappingURL=timing-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timing-utils.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-overlay/timing-utils.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AACH,wBAAgB,kBAAkB,CAAE,QAAQ,EAAE,MAAM,IAAI,EAAE,OAAO,EAAE,MAAM,cAoBxE"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-presence/index.tsx"],"names":[],"mappings":"AAeA,OAAO,sCAAsC,CAAC;AAK9C,UAAU,0BAA0B;IACnC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED;;;;;;;GAOG;AACH,wBAAgB,qBAAqB,CAAE,EACtC,MAAM,EACN,QAAQ,GACR,EAAE,0BAA0B,sCA+F5B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-presence/index.tsx"],"names":[],"mappings":"AAgBA,OAAO,sCAAsC,CAAC;AAK9C,UAAU,0BAA0B;IACnC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB;AAED;;;;;;;GAOG;AACH,wBAAgB,qBAAqB,CAAE,EACtC,MAAM,EACN,QAAQ,GACR,EAAE,0BAA0B,sCAsG5B"}
@@ -1,9 +1,11 @@
1
1
  import { type PostEditorAwarenessState } from '@wordpress/core-data';
2
+ import { type CursorRegistry } from '../collaborators-overlay/cursor-registry';
2
3
  import './styles/collaborators-list.scss';
3
4
  interface CollaboratorsListProps {
4
5
  activeCollaborators: PostEditorAwarenessState[];
5
6
  popoverAnchor?: HTMLElement | null;
6
7
  setIsPopoverVisible: (isVisible: boolean) => void;
8
+ cursorRegistry: CursorRegistry;
7
9
  }
8
10
  /**
9
11
  * Renders a list showing all active collaborators with their details.
@@ -13,7 +15,8 @@ interface CollaboratorsListProps {
13
15
  * @param props.activeCollaborators List of active collaborators
14
16
  * @param props.popoverAnchor Anchor element for the popover
15
17
  * @param props.setIsPopoverVisible Callback to set the visibility of the popover
18
+ * @param props.cursorRegistry Shared registry for scroll-to-cursor support
16
19
  */
17
- export declare function CollaboratorsList({ activeCollaborators, popoverAnchor, setIsPopoverVisible, }: CollaboratorsListProps): import("react").JSX.Element;
20
+ export declare function CollaboratorsList({ activeCollaborators, popoverAnchor, setIsPopoverVisible, cursorRegistry, }: CollaboratorsListProps): import("react").JSX.Element;
18
21
  export {};
19
22
  //# sourceMappingURL=list.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-presence/list.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAMrE,OAAO,kCAAkC,CAAC;AAE1C,UAAU,sBAAsB;IAC/B,mBAAmB,EAAE,wBAAwB,EAAE,CAAC;IAChD,aAAa,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACnC,mBAAmB,EAAE,CAAE,SAAS,EAAE,OAAO,KAAM,IAAI,CAAC;CACpD;AAED;;;;;;;;GAQG;AACH,wBAAgB,iBAAiB,CAAE,EAClC,mBAAmB,EACnB,aAAa,EACb,mBAAmB,GACnB,EAAE,sBAAsB,+BAmExB"}
1
+ {"version":3,"file":"list.d.ts","sourceRoot":"","sources":["../../../src/components/collaborators-presence/list.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,sBAAsB,CAAC;AAMrE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,0CAA0C,CAAC;AAE/E,OAAO,kCAAkC,CAAC;AAE1C,UAAU,sBAAsB;IAC/B,mBAAmB,EAAE,wBAAwB,EAAE,CAAC;IAChD,aAAa,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;IACnC,mBAAmB,EAAE,CAAE,SAAS,EAAE,OAAO,KAAM,IAAI,CAAC;IACpD,cAAc,EAAE,cAAc,CAAC;CAC/B;AAED;;;;;;;;;GASG;AACH,wBAAgB,iBAAiB,CAAE,EAClC,mBAAmB,EACnB,aAAa,EACb,mBAAmB,EACnB,cAAc,GACd,EAAE,sBAAsB,+BAsFxB"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-card-panel/index.js"],"names":[],"mappings":"AAgCA;;;;;;;;;;GAUG;AACH,sGAPG;IAAgC,QAAQ;IACR,MAAM;IACN,WAAW;IACX,iBAAiB;IACjB,OAAO;CACvC,GAAS,KAAK,CAAC,SAAS,CAkJ1B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-card-panel/index.js"],"names":[],"mappings":"AAgCA;;;;;;;;;;GAUG;AACH,sGAPG;IAAgC,QAAQ;IACR,MAAM;IACN,WAAW;IACX,iBAAiB;IACjB,OAAO;CACvC,GAAS,KAAK,CAAC,SAAS,CAoI1B"}
@@ -1,2 +1,5 @@
1
- export default function PostContentInformation(): import("react").JSX.Element | null;
1
+ export default function PostContentInformation(): import("react").JSX.Element;
2
+ export function PostContentInformationUI({ postContent }: {
3
+ postContent: any;
4
+ }): import("react").JSX.Element | null;
2
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-content-information/index.js"],"names":[],"mappings":"AAwBA,qFA2EC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-content-information/index.js"],"names":[],"mappings":"AAuBA,8EAuBC;AAED;;uCAwCC"}
@@ -1,4 +1,4 @@
1
- declare const _default: typeof PostLockedModal | {
1
+ declare const _default: {
2
2
  new (props: {
3
3
  [key: string]: any;
4
4
  }): {
@@ -48,7 +48,7 @@ declare const _default: typeof PostLockedModal | {
48
48
  UNSAFE_componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): void;
49
49
  }[];
50
50
  contextType?: import("react").Context<any> | undefined;
51
- };
51
+ } | typeof PostLockedModal;
52
52
  export default _default;
53
53
  declare function PostLockedModal(): import("react").JSX.Element | null;
54
54
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-locked-modal/index.js"],"names":[],"mappings":";;;;;;;;wJAyDQ,CAAC;4BAGL,CAAC;;;;;;6BAQuB,CAAC;yBAGrB,CAAC;+BAGH,CAAC;0BAED,CAAC,2DACmB,CAAC;0BACtB,CAAC;iCAEL,CAAA;iCAIM,CAAC;wCAGL,CAAH;2BAEG,CAAA;kCAGK,CAAC;;;;;;;wJAiBJ,CAAC;4BAIH,CAAH;;;;;;6BAQM,CAAH;yBAIC,CAAC;+BAIF,CAAC;0BAMW,CAAC,2DAEZ,CAAA;0BAGsB,CAAC;iCACI,CAAC;iCACR,CAAC;wCAEH,CAAC;2BAGjB,CAAC;kCAEkC,CAAC;;;;;AA3G1C,uEAsQC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-locked-modal/index.js"],"names":[],"mappings":";;;;;;;;wJAsDgE,CAAA;4BAC7D,CAAD;;;;;;6BAQ+C,CAAC;yBAOzC,CAAC;+BAKF,CAAA;0BAIL,CAAF,2DAEkB,CAAC;0BAET,CAAC;iCAER,CAAC;iCACc,CAAC;wCAEiC,CAAC;2BAGnD,CAAH;kCAEmD,CAAC;;;;;;;wJAclB,CAAA;4BAER,CAAC;;;;;;6BAYyC,CAAC;yBAGlE,CAAF;+BAGG,CAAC;0BAIa,CAAC,2DAC2B,CAAC;0BAG1C,CAAJ;iCAEI,CAAJ;iCAC8B,CAAC;wCAIb,CAAC;2BAGH,CAAC;kCAQX,CAAC;;;;;AA7FR,uEAsQC"}
@@ -0,0 +1,2 @@
1
+ export default function PostRevisionsPanel(): import("react").JSX.Element;
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/post-revisions-panel/index.js"],"names":[],"mappings":"AAgJA,0EAMC"}
@@ -1 +1 @@
1
- {"version":3,"file":"block-diff.d.ts","sourceRoot":"","sources":["../../../src/components/post-revisions-preview/block-diff.js"],"names":[],"mappings":"AAyiBA;;;;;;GAMG;AACH,oDAJW,MAAM,mBACN,MAAM,SAqBhB"}
1
+ {"version":3,"file":"block-diff.d.ts","sourceRoot":"","sources":["../../../src/components/post-revisions-preview/block-diff.js"],"names":[],"mappings":"AAglBA;;;;;;GAMG;AACH,oDAJW,MAAM,mBACN,MAAM,SAqBhB"}
@@ -1 +1 @@
1
- {"version":3,"file":"revisions-slider.d.ts","sourceRoot":"","sources":["../../../src/components/post-revisions-preview/revisions-slider.js"],"names":[],"mappings":";AAgBA;;;;GAIG;AACH,oCAFY,KAAK,CAAC,GAAG,CAAC,OAAO,CA4G5B"}
1
+ {"version":3,"file":"revisions-slider.d.ts","sourceRoot":"","sources":["../../../src/components/post-revisions-preview/revisions-slider.js"],"names":[],"mappings":";AAgBA;;;;GAIG;AACH,oCAFY,KAAK,CAAC,GAAG,CAAC,OAAO,CAkI5B"}
@@ -1,4 +1,2 @@
1
- export default function BlockThemeControl({ id }: {
2
- id: any;
3
- }): import("react").JSX.Element | null;
1
+ export default function BlockThemeControl(): import("react").JSX.Element | null;
4
2
  //# sourceMappingURL=block-theme.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"block-theme.d.ts","sourceRoot":"","sources":["../../../src/components/post-template/block-theme.js"],"names":[],"mappings":"AA2BA;;uCAwLC"}
1
+ {"version":3,"file":"block-theme.d.ts","sourceRoot":"","sources":["../../../src/components/post-template/block-theme.js"],"names":[],"mappings":"AA2BA,gFA2LC"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-new-template-modal.d.ts","sourceRoot":"","sources":["../../../src/components/post-template/create-new-template-modal.js"],"names":[],"mappings":"AA4BA;;gCAoIC"}
1
+ {"version":3,"file":"create-new-template-modal.d.ts","sourceRoot":"","sources":["../../../src/components/post-template/create-new-template-modal.js"],"names":[],"mappings":"AA4BA;;gCAiIC"}