@wordpress/block-library 8.18.1-next.5a1d1283.0 → 8.19.1

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 (386) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/README.md +1 -1
  3. package/build/block/edit.js +53 -2
  4. package/build/block/edit.js.map +1 -1
  5. package/build/button/edit.js +7 -4
  6. package/build/button/edit.js.map +1 -1
  7. package/build/button/index.js +11 -2
  8. package/build/button/index.js.map +1 -1
  9. package/build/button/save.js +10 -4
  10. package/build/button/save.js.map +1 -1
  11. package/build/buttons/edit.js +12 -3
  12. package/build/buttons/edit.js.map +1 -1
  13. package/build/code/edit.js +8 -2
  14. package/build/code/edit.js.map +1 -1
  15. package/build/code/index.js +7 -1
  16. package/build/code/index.js.map +1 -1
  17. package/build/column/index.js +1 -0
  18. package/build/column/index.js.map +1 -1
  19. package/build/columns/index.js +2 -0
  20. package/build/columns/index.js.map +1 -1
  21. package/build/file/edit.native.js +1 -1
  22. package/build/file/edit.native.js.map +1 -1
  23. package/build/file/index.js +2 -1
  24. package/build/file/index.js.map +1 -1
  25. package/build/file/utils/index.js +1 -15
  26. package/build/file/utils/index.js.map +1 -1
  27. package/build/file/view.js +14 -1
  28. package/build/file/view.js.map +1 -1
  29. package/build/footnotes/edit.js +12 -2
  30. package/build/footnotes/edit.js.map +1 -1
  31. package/build/gallery/edit.js +1 -1
  32. package/build/gallery/edit.js.map +1 -1
  33. package/build/group/edit.js +0 -1
  34. package/build/group/edit.js.map +1 -1
  35. package/build/group/index.js +4 -0
  36. package/build/group/index.js.map +1 -1
  37. package/build/heading/edit.js +0 -1
  38. package/build/heading/edit.js.map +1 -1
  39. package/build/heading/index.js +2 -0
  40. package/build/heading/index.js.map +1 -1
  41. package/build/heading/transforms.js +3 -6
  42. package/build/heading/transforms.js.map +1 -1
  43. package/build/image/deprecated.js +191 -7
  44. package/build/image/deprecated.js.map +1 -1
  45. package/build/image/edit.js +27 -12
  46. package/build/image/edit.js.map +1 -1
  47. package/build/image/image.js +75 -40
  48. package/build/image/image.js.map +1 -1
  49. package/build/image/index.js +7 -4
  50. package/build/image/index.js.map +1 -1
  51. package/build/image/{view-interactivity.js → view.js} +1 -1
  52. package/build/image/view.js.map +1 -0
  53. package/build/list/deprecated.js +93 -1
  54. package/build/list/deprecated.js.map +1 -1
  55. package/build/list/edit.js +10 -10
  56. package/build/list/edit.js.map +1 -1
  57. package/build/list/ordered-list-settings.js +10 -10
  58. package/build/list/ordered-list-settings.js.map +1 -1
  59. package/build/list/save.js +4 -2
  60. package/build/list/save.js.map +1 -1
  61. package/build/list/utils.js +21 -2
  62. package/build/list/utils.js.map +1 -1
  63. package/build/navigation/constants.js +1 -1
  64. package/build/navigation/constants.js.map +1 -1
  65. package/build/navigation/index.js +4 -2
  66. package/build/navigation/index.js.map +1 -1
  67. package/build/navigation/view.js +168 -82
  68. package/build/navigation/view.js.map +1 -1
  69. package/build/navigation-link/edit.js +3 -9
  70. package/build/navigation-link/edit.js.map +1 -1
  71. package/build/navigation-link/transforms.js +24 -0
  72. package/build/navigation-link/transforms.js.map +1 -1
  73. package/build/page-list/edit.js +2 -1
  74. package/build/page-list/edit.js.map +1 -1
  75. package/build/pattern/edit.js +2 -0
  76. package/build/pattern/edit.js.map +1 -1
  77. package/build/post-comments-form/edit.js +10 -2
  78. package/build/post-comments-form/edit.js.map +1 -1
  79. package/build/post-comments-form/form.js +5 -3
  80. package/build/post-comments-form/form.js.map +1 -1
  81. package/build/post-content/edit.js +8 -7
  82. package/build/post-content/edit.js.map +1 -1
  83. package/build/post-content/index.js +3 -0
  84. package/build/post-content/index.js.map +1 -1
  85. package/build/post-featured-image/overlay.js +2 -1
  86. package/build/post-featured-image/overlay.js.map +1 -1
  87. package/build/preformatted/edit.js +4 -1
  88. package/build/preformatted/edit.js.map +1 -1
  89. package/build/preformatted/index.js +1 -1
  90. package/build/preformatted/index.js.map +1 -1
  91. package/build/pullquote/deprecated.js +6 -7
  92. package/build/pullquote/deprecated.js.map +1 -1
  93. package/build/query/edit/enhanced-pagination-modal.js +56 -0
  94. package/build/query/edit/enhanced-pagination-modal.js.map +1 -0
  95. package/build/query/edit/inspector-controls/enhanced-pagination-control.js +42 -0
  96. package/build/query/edit/inspector-controls/enhanced-pagination-control.js.map +1 -0
  97. package/build/query/edit/inspector-controls/index.js +8 -25
  98. package/build/query/edit/inspector-controls/index.js.map +1 -1
  99. package/build/query/edit/query-content.js +8 -2
  100. package/build/query/edit/query-content.js.map +1 -1
  101. package/build/query/utils.js +19 -0
  102. package/build/query/utils.js.map +1 -1
  103. package/build/query/view.js +21 -6
  104. package/build/query/view.js.map +1 -1
  105. package/build/search/index.js +1 -0
  106. package/build/search/index.js.map +1 -1
  107. package/build/search/view.js +81 -150
  108. package/build/search/view.js.map +1 -1
  109. package/build/social-link/edit.native.js +3 -1
  110. package/build/social-link/edit.native.js.map +1 -1
  111. package/build/table/edit.js +7 -7
  112. package/build/table/edit.js.map +1 -1
  113. package/build/table-of-contents/edit.js +2 -130
  114. package/build/table-of-contents/edit.js.map +1 -1
  115. package/build/table-of-contents/hooks.js +145 -0
  116. package/build/table-of-contents/hooks.js.map +1 -0
  117. package/build/table-of-contents/index.js +2 -1
  118. package/build/table-of-contents/index.js.map +1 -1
  119. package/build/verse/edit.js +4 -1
  120. package/build/verse/edit.js.map +1 -1
  121. package/build/verse/index.js +1 -1
  122. package/build/verse/index.js.map +1 -1
  123. package/build-module/block/edit.js +54 -3
  124. package/build-module/block/edit.js.map +1 -1
  125. package/build-module/button/edit.js +7 -4
  126. package/build-module/button/edit.js.map +1 -1
  127. package/build-module/button/index.js +11 -2
  128. package/build-module/button/index.js.map +1 -1
  129. package/build-module/button/save.js +10 -4
  130. package/build-module/button/save.js.map +1 -1
  131. package/build-module/buttons/edit.js +12 -3
  132. package/build-module/buttons/edit.js.map +1 -1
  133. package/build-module/code/edit.js +8 -2
  134. package/build-module/code/edit.js.map +1 -1
  135. package/build-module/code/index.js +7 -1
  136. package/build-module/code/index.js.map +1 -1
  137. package/build-module/column/index.js +1 -0
  138. package/build-module/column/index.js.map +1 -1
  139. package/build-module/columns/index.js +2 -0
  140. package/build-module/columns/index.js.map +1 -1
  141. package/build-module/file/edit.native.js +1 -1
  142. package/build-module/file/edit.native.js.map +1 -1
  143. package/build-module/file/index.js +2 -1
  144. package/build-module/file/index.js.map +1 -1
  145. package/build-module/file/utils/index.js +0 -13
  146. package/build-module/file/utils/index.js.map +1 -1
  147. package/build-module/file/view.js +14 -2
  148. package/build-module/file/view.js.map +1 -1
  149. package/build-module/footnotes/edit.js +12 -2
  150. package/build-module/footnotes/edit.js.map +1 -1
  151. package/build-module/gallery/edit.js +1 -1
  152. package/build-module/gallery/edit.js.map +1 -1
  153. package/build-module/group/edit.js +0 -1
  154. package/build-module/group/edit.js.map +1 -1
  155. package/build-module/group/index.js +4 -0
  156. package/build-module/group/index.js.map +1 -1
  157. package/build-module/heading/edit.js +0 -1
  158. package/build-module/heading/edit.js.map +1 -1
  159. package/build-module/heading/index.js +2 -0
  160. package/build-module/heading/index.js.map +1 -1
  161. package/build-module/heading/transforms.js +3 -6
  162. package/build-module/heading/transforms.js.map +1 -1
  163. package/build-module/image/deprecated.js +191 -7
  164. package/build-module/image/deprecated.js.map +1 -1
  165. package/build-module/image/edit.js +27 -12
  166. package/build-module/image/edit.js.map +1 -1
  167. package/build-module/image/image.js +77 -42
  168. package/build-module/image/image.js.map +1 -1
  169. package/build-module/image/index.js +7 -4
  170. package/build-module/image/index.js.map +1 -1
  171. package/build-module/image/{view-interactivity.js → view.js} +1 -1
  172. package/build-module/image/view.js.map +1 -0
  173. package/build-module/list/deprecated.js +95 -3
  174. package/build-module/list/deprecated.js.map +1 -1
  175. package/build-module/list/edit.js +10 -10
  176. package/build-module/list/edit.js.map +1 -1
  177. package/build-module/list/ordered-list-settings.js +10 -10
  178. package/build-module/list/ordered-list-settings.js.map +1 -1
  179. package/build-module/list/save.js +4 -2
  180. package/build-module/list/save.js.map +1 -1
  181. package/build-module/list/utils.js +20 -2
  182. package/build-module/list/utils.js.map +1 -1
  183. package/build-module/navigation/constants.js +1 -1
  184. package/build-module/navigation/constants.js.map +1 -1
  185. package/build-module/navigation/index.js +4 -2
  186. package/build-module/navigation/index.js.map +1 -1
  187. package/build-module/navigation/view.js +168 -83
  188. package/build-module/navigation/view.js.map +1 -1
  189. package/build-module/navigation-link/edit.js +3 -9
  190. package/build-module/navigation-link/edit.js.map +1 -1
  191. package/build-module/navigation-link/transforms.js +24 -0
  192. package/build-module/navigation-link/transforms.js.map +1 -1
  193. package/build-module/page-list/edit.js +2 -1
  194. package/build-module/page-list/edit.js.map +1 -1
  195. package/build-module/pattern/edit.js +2 -0
  196. package/build-module/pattern/edit.js.map +1 -1
  197. package/build-module/post-comments-form/edit.js +10 -2
  198. package/build-module/post-comments-form/edit.js.map +1 -1
  199. package/build-module/post-comments-form/form.js +5 -3
  200. package/build-module/post-comments-form/form.js.map +1 -1
  201. package/build-module/post-content/edit.js +8 -7
  202. package/build-module/post-content/edit.js.map +1 -1
  203. package/build-module/post-content/index.js +3 -0
  204. package/build-module/post-content/index.js.map +1 -1
  205. package/build-module/post-featured-image/overlay.js +2 -1
  206. package/build-module/post-featured-image/overlay.js.map +1 -1
  207. package/build-module/preformatted/edit.js +4 -1
  208. package/build-module/preformatted/edit.js.map +1 -1
  209. package/build-module/preformatted/index.js +1 -1
  210. package/build-module/preformatted/index.js.map +1 -1
  211. package/build-module/pullquote/deprecated.js +6 -7
  212. package/build-module/pullquote/deprecated.js.map +1 -1
  213. package/build-module/query/edit/enhanced-pagination-modal.js +50 -0
  214. package/build-module/query/edit/enhanced-pagination-modal.js.map +1 -0
  215. package/build-module/query/edit/inspector-controls/enhanced-pagination-control.js +35 -0
  216. package/build-module/query/edit/inspector-controls/enhanced-pagination-control.js.map +1 -0
  217. package/build-module/query/edit/inspector-controls/index.js +9 -26
  218. package/build-module/query/edit/inspector-controls/index.js.map +1 -1
  219. package/build-module/query/edit/query-content.js +8 -2
  220. package/build-module/query/edit/query-content.js.map +1 -1
  221. package/build-module/query/utils.js +17 -0
  222. package/build-module/query/utils.js.map +1 -1
  223. package/build-module/query/view.js +21 -6
  224. package/build-module/query/view.js.map +1 -1
  225. package/build-module/search/index.js +1 -0
  226. package/build-module/search/index.js.map +1 -1
  227. package/build-module/search/view.js +81 -151
  228. package/build-module/search/view.js.map +1 -1
  229. package/build-module/social-link/edit.native.js +3 -1
  230. package/build-module/social-link/edit.native.js.map +1 -1
  231. package/build-module/table/edit.js +7 -7
  232. package/build-module/table/edit.js.map +1 -1
  233. package/build-module/table-of-contents/edit.js +3 -131
  234. package/build-module/table-of-contents/edit.js.map +1 -1
  235. package/build-module/table-of-contents/hooks.js +137 -0
  236. package/build-module/table-of-contents/hooks.js.map +1 -0
  237. package/build-module/table-of-contents/index.js +2 -1
  238. package/build-module/table-of-contents/index.js.map +1 -1
  239. package/build-module/verse/edit.js +4 -1
  240. package/build-module/verse/edit.js.map +1 -1
  241. package/build-module/verse/index.js +1 -1
  242. package/build-module/verse/index.js.map +1 -1
  243. package/build-style/cover/style-rtl.css +9 -0
  244. package/build-style/cover/style.css +9 -0
  245. package/build-style/editor-rtl.css +15 -9
  246. package/build-style/editor.css +15 -9
  247. package/build-style/file/style-rtl.css +5 -0
  248. package/build-style/file/style.css +5 -0
  249. package/build-style/heading/style-rtl.css +13 -0
  250. package/build-style/heading/style.css +13 -0
  251. package/build-style/navigation-link/editor-rtl.css +0 -9
  252. package/build-style/navigation-link/editor.css +0 -9
  253. package/build-style/paragraph/editor-rtl.css +5 -0
  254. package/build-style/paragraph/editor.css +5 -0
  255. package/build-style/paragraph/style-rtl.css +5 -0
  256. package/build-style/paragraph/style.css +5 -0
  257. package/build-style/post-navigation-link/style-rtl.css +3 -0
  258. package/build-style/post-navigation-link/style.css +3 -0
  259. package/build-style/query/editor-rtl.css +10 -0
  260. package/build-style/query/editor.css +10 -0
  261. package/build-style/query/style-rtl.css +1 -1
  262. package/build-style/query/style.css +1 -1
  263. package/build-style/reset-rtl.css +27 -27
  264. package/build-style/reset.css +27 -27
  265. package/build-style/style-rtl.css +35 -0
  266. package/build-style/style.css +35 -0
  267. package/package.json +33 -34
  268. package/src/audio/test/__snapshots__/edit.native.js.snap +78 -106
  269. package/src/avatar/index.php +2 -2
  270. package/src/block/edit.js +58 -2
  271. package/src/block/test/edit.native.js +2 -3
  272. package/src/button/block.json +11 -2
  273. package/src/button/edit.js +27 -11
  274. package/src/button/save.js +10 -4
  275. package/src/buttons/edit.js +13 -3
  276. package/src/buttons/test/edit.native.js +28 -24
  277. package/src/calendar/index.php +2 -2
  278. package/src/code/block.json +2 -1
  279. package/src/code/edit.js +13 -1
  280. package/src/code/index.js +5 -0
  281. package/src/column/block.json +1 -0
  282. package/src/columns/block.json +2 -0
  283. package/src/comment-template/index.php +1 -1
  284. package/src/comments-pagination-next/index.php +1 -1
  285. package/src/comments-pagination-previous/index.php +1 -1
  286. package/src/cover/style.scss +12 -1
  287. package/src/cover/test/edit.js +10 -10
  288. package/src/cover/test/edit.native.js +18 -27
  289. package/src/embed/test/index.native.js +30 -45
  290. package/src/file/block.json +2 -1
  291. package/src/file/edit.native.js +1 -1
  292. package/src/file/index.php +21 -21
  293. package/src/file/style.scss +6 -1
  294. package/src/file/test/__snapshots__/edit.native.js.snap +162 -218
  295. package/src/file/utils/index.js +0 -15
  296. package/src/file/view.js +14 -5
  297. package/src/footnotes/edit.js +13 -1
  298. package/src/gallery/edit.js +1 -1
  299. package/src/gallery/index.php +1 -1
  300. package/src/group/block.json +4 -0
  301. package/src/group/edit.js +0 -1
  302. package/src/heading/block.json +2 -0
  303. package/src/heading/edit.js +0 -1
  304. package/src/heading/style.scss +4 -0
  305. package/src/heading/transforms.js +1 -6
  306. package/src/image/block.json +7 -4
  307. package/src/image/deprecated.js +210 -7
  308. package/src/image/edit.js +43 -29
  309. package/src/image/image.js +86 -43
  310. package/src/image/index.php +253 -28
  311. package/src/latest-posts/index.php +1 -1
  312. package/src/list/deprecated.js +84 -3
  313. package/src/list/edit.js +6 -3
  314. package/src/list/ordered-list-settings.js +20 -5
  315. package/src/list/save.js +10 -1
  316. package/src/list/test/edit.native.js +2 -4
  317. package/src/list/utils.js +22 -1
  318. package/src/navigation/block.json +4 -2
  319. package/src/navigation/constants.js +1 -0
  320. package/src/navigation/index.php +87 -123
  321. package/src/navigation/view.js +192 -96
  322. package/src/navigation-link/edit.js +21 -36
  323. package/src/navigation-link/editor.scss +0 -8
  324. package/src/navigation-link/transforms.js +22 -0
  325. package/src/page-list/edit.js +2 -1
  326. package/src/paragraph/editor.scss +5 -0
  327. package/src/paragraph/style.scss +5 -0
  328. package/src/pattern/edit.js +1 -0
  329. package/src/pattern/index.php +5 -5
  330. package/src/post-comments-form/edit.js +10 -0
  331. package/src/post-comments-form/form.js +7 -1
  332. package/src/post-content/block.json +3 -0
  333. package/src/post-content/edit.js +14 -6
  334. package/src/post-excerpt/index.php +2 -2
  335. package/src/post-featured-image/index.php +2 -2
  336. package/src/post-featured-image/overlay.js +1 -0
  337. package/src/post-navigation-link/index.php +0 -5
  338. package/src/post-navigation-link/style.scss +4 -0
  339. package/src/post-template/index.php +1 -1
  340. package/src/post-terms/index.php +5 -2
  341. package/src/preformatted/edit.js +5 -0
  342. package/src/preformatted/index.js +1 -1
  343. package/src/pullquote/deprecated.js +8 -13
  344. package/src/query/edit/enhanced-pagination-modal.js +65 -0
  345. package/src/query/edit/inspector-controls/enhanced-pagination-control.js +49 -0
  346. package/src/query/edit/inspector-controls/index.js +9 -45
  347. package/src/query/edit/query-content.js +8 -0
  348. package/src/query/editor.scss +10 -0
  349. package/src/query/index.php +31 -16
  350. package/src/query/style.scss +2 -2
  351. package/src/query/utils.js +22 -0
  352. package/src/query/view.js +19 -10
  353. package/src/query-pagination-next/index.php +2 -1
  354. package/src/query-pagination-previous/index.php +2 -1
  355. package/src/reset.scss +1 -1
  356. package/src/search/block.json +1 -0
  357. package/src/search/index.php +47 -4
  358. package/src/search/test/__snapshots__/edit.native.js.snap +265 -363
  359. package/src/search/view.js +70 -169
  360. package/src/social-link/edit.native.js +1 -1
  361. package/src/social-link/editor.native.scss +4 -0
  362. package/src/table/edit.js +21 -19
  363. package/src/table-of-contents/block.json +2 -1
  364. package/src/table-of-contents/edit.js +5 -162
  365. package/src/table-of-contents/hooks.js +156 -0
  366. package/src/verse/edit.js +5 -0
  367. package/src/verse/index.js +1 -1
  368. package/src/verse/test/edit.native.js +2 -3
  369. package/build/file/view-interactivity.js +0 -22
  370. package/build/file/view-interactivity.js.map +0 -1
  371. package/build/image/view-interactivity.js.map +0 -1
  372. package/build/navigation/view-interactivity.js +0 -172
  373. package/build/navigation/view-interactivity.js.map +0 -1
  374. package/build/navigation/view-modal.js +0 -115
  375. package/build/navigation/view-modal.js.map +0 -1
  376. package/build-module/file/view-interactivity.js +0 -18
  377. package/build-module/file/view-interactivity.js.map +0 -1
  378. package/build-module/image/view-interactivity.js.map +0 -1
  379. package/build-module/navigation/view-interactivity.js +0 -169
  380. package/build-module/navigation/view-interactivity.js.map +0 -1
  381. package/build-module/navigation/view-modal.js +0 -112
  382. package/build-module/navigation/view-modal.js.map +0 -1
  383. package/src/file/view-interactivity.js +0 -18
  384. package/src/navigation/view-interactivity.js +0 -196
  385. package/src/navigation/view-modal.js +0 -127
  386. /package/src/image/{view-interactivity.js → view.js} +0 -0
@@ -1 +1 @@
1
- {"version":3,"names":["classnames","__","RichText","BlockControls","AlignmentToolbar","useBlockProps","VerseEdit","attributes","setAttributes","mergeBlocks","onRemove","style","textAlign","content","blockProps","className","createElement","Fragment","value","onChange","nextAlign","tagName","identifier","preserveWhiteSpace","nextContent","placeholder","onMerge","__unstablePastePlainText"],"sources":["@wordpress/block-library/src/verse/edit.js"],"sourcesContent":["/**\n * External dependencies\n */\nimport classnames from 'classnames';\n\n/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport {\n\tRichText,\n\tBlockControls,\n\tAlignmentToolbar,\n\tuseBlockProps,\n} from '@wordpress/block-editor';\n\nexport default function VerseEdit( {\n\tattributes,\n\tsetAttributes,\n\tmergeBlocks,\n\tonRemove,\n\tstyle,\n} ) {\n\tconst { textAlign, content } = attributes;\n\tconst blockProps = useBlockProps( {\n\t\tclassName: classnames( {\n\t\t\t[ `has-text-align-${ textAlign }` ]: textAlign,\n\t\t} ),\n\t\tstyle,\n\t} );\n\n\treturn (\n\t\t<>\n\t\t\t<BlockControls>\n\t\t\t\t<AlignmentToolbar\n\t\t\t\t\tvalue={ textAlign }\n\t\t\t\t\tonChange={ ( nextAlign ) => {\n\t\t\t\t\t\tsetAttributes( { textAlign: nextAlign } );\n\t\t\t\t\t} }\n\t\t\t\t/>\n\t\t\t</BlockControls>\n\t\t\t<RichText\n\t\t\t\ttagName=\"pre\"\n\t\t\t\tidentifier=\"content\"\n\t\t\t\tpreserveWhiteSpace\n\t\t\t\tvalue={ content }\n\t\t\t\tonChange={ ( nextContent ) => {\n\t\t\t\t\tsetAttributes( {\n\t\t\t\t\t\tcontent: nextContent,\n\t\t\t\t\t} );\n\t\t\t\t} }\n\t\t\t\taria-label={ __( 'Verse text' ) }\n\t\t\t\tplaceholder={ __( 'Write verse…' ) }\n\t\t\t\tonRemove={ onRemove }\n\t\t\t\tonMerge={ mergeBlocks }\n\t\t\t\ttextAlign={ textAlign }\n\t\t\t\t{ ...blockProps }\n\t\t\t\t__unstablePastePlainText\n\t\t\t/>\n\t\t</>\n\t);\n}\n"],"mappings":";AAAA;AACA;AACA;AACA,OAAOA,UAAU,MAAM,YAAY;;AAEnC;AACA;AACA;AACA,SAASC,EAAE,QAAQ,iBAAiB;AACpC,SACCC,QAAQ,EACRC,aAAa,EACbC,gBAAgB,EAChBC,aAAa,QACP,yBAAyB;AAEhC,eAAe,SAASC,SAASA,CAAE;EAClCC,UAAU;EACVC,aAAa;EACbC,WAAW;EACXC,QAAQ;EACRC;AACD,CAAC,EAAG;EACH,MAAM;IAAEC,SAAS;IAAEC;EAAQ,CAAC,GAAGN,UAAU;EACzC,MAAMO,UAAU,GAAGT,aAAa,CAAE;IACjCU,SAAS,EAAEf,UAAU,CAAE;MACtB,CAAG,kBAAkBY,SAAW,EAAC,GAAIA;IACtC,CAAE,CAAC;IACHD;EACD,CAAE,CAAC;EAEH,OACCK,aAAA,CAAAC,QAAA,QACCD,aAAA,CAACb,aAAa,QACba,aAAA,CAACZ,gBAAgB;IAChBc,KAAK,EAAGN,SAAW;IACnBO,QAAQ,EAAKC,SAAS,IAAM;MAC3BZ,aAAa,CAAE;QAAEI,SAAS,EAAEQ;MAAU,CAAE,CAAC;IAC1C;EAAG,CACH,CACa,CAAC,EAChBJ,aAAA,CAACd,QAAQ;IACRmB,OAAO,EAAC,KAAK;IACbC,UAAU,EAAC,SAAS;IACpBC,kBAAkB;IAClBL,KAAK,EAAGL,OAAS;IACjBM,QAAQ,EAAKK,WAAW,IAAM;MAC7BhB,aAAa,CAAE;QACdK,OAAO,EAAEW;MACV,CAAE,CAAC;IACJ,CAAG;IACH,cAAavB,EAAE,CAAE,YAAa,CAAG;IACjCwB,WAAW,EAAGxB,EAAE,CAAE,cAAe,CAAG;IACpCS,QAAQ,EAAGA,QAAU;IACrBgB,OAAO,EAAGjB,WAAa;IACvBG,SAAS,EAAGA,SAAW;IAAA,GAClBE,UAAU;IACfa,wBAAwB;EAAA,CACxB,CACA,CAAC;AAEL"}
1
+ {"version":3,"names":["classnames","__","RichText","BlockControls","AlignmentToolbar","useBlockProps","createBlock","getDefaultBlockName","VerseEdit","attributes","setAttributes","mergeBlocks","onRemove","insertBlocksAfter","style","textAlign","content","blockProps","className","createElement","Fragment","value","onChange","nextAlign","tagName","identifier","preserveWhiteSpace","nextContent","placeholder","onMerge","__unstablePastePlainText","__unstableOnSplitAtDoubleLineEnd"],"sources":["@wordpress/block-library/src/verse/edit.js"],"sourcesContent":["/**\n * External dependencies\n */\nimport classnames from 'classnames';\n\n/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport {\n\tRichText,\n\tBlockControls,\n\tAlignmentToolbar,\n\tuseBlockProps,\n} from '@wordpress/block-editor';\nimport { createBlock, getDefaultBlockName } from '@wordpress/blocks';\n\nexport default function VerseEdit( {\n\tattributes,\n\tsetAttributes,\n\tmergeBlocks,\n\tonRemove,\n\tinsertBlocksAfter,\n\tstyle,\n} ) {\n\tconst { textAlign, content } = attributes;\n\tconst blockProps = useBlockProps( {\n\t\tclassName: classnames( {\n\t\t\t[ `has-text-align-${ textAlign }` ]: textAlign,\n\t\t} ),\n\t\tstyle,\n\t} );\n\n\treturn (\n\t\t<>\n\t\t\t<BlockControls>\n\t\t\t\t<AlignmentToolbar\n\t\t\t\t\tvalue={ textAlign }\n\t\t\t\t\tonChange={ ( nextAlign ) => {\n\t\t\t\t\t\tsetAttributes( { textAlign: nextAlign } );\n\t\t\t\t\t} }\n\t\t\t\t/>\n\t\t\t</BlockControls>\n\t\t\t<RichText\n\t\t\t\ttagName=\"pre\"\n\t\t\t\tidentifier=\"content\"\n\t\t\t\tpreserveWhiteSpace\n\t\t\t\tvalue={ content }\n\t\t\t\tonChange={ ( nextContent ) => {\n\t\t\t\t\tsetAttributes( {\n\t\t\t\t\t\tcontent: nextContent,\n\t\t\t\t\t} );\n\t\t\t\t} }\n\t\t\t\taria-label={ __( 'Verse text' ) }\n\t\t\t\tplaceholder={ __( 'Write verse…' ) }\n\t\t\t\tonRemove={ onRemove }\n\t\t\t\tonMerge={ mergeBlocks }\n\t\t\t\ttextAlign={ textAlign }\n\t\t\t\t{ ...blockProps }\n\t\t\t\t__unstablePastePlainText\n\t\t\t\t__unstableOnSplitAtDoubleLineEnd={ () =>\n\t\t\t\t\tinsertBlocksAfter( createBlock( getDefaultBlockName() ) )\n\t\t\t\t}\n\t\t\t/>\n\t\t</>\n\t);\n}\n"],"mappings":";AAAA;AACA;AACA;AACA,OAAOA,UAAU,MAAM,YAAY;;AAEnC;AACA;AACA;AACA,SAASC,EAAE,QAAQ,iBAAiB;AACpC,SACCC,QAAQ,EACRC,aAAa,EACbC,gBAAgB,EAChBC,aAAa,QACP,yBAAyB;AAChC,SAASC,WAAW,EAAEC,mBAAmB,QAAQ,mBAAmB;AAEpE,eAAe,SAASC,SAASA,CAAE;EAClCC,UAAU;EACVC,aAAa;EACbC,WAAW;EACXC,QAAQ;EACRC,iBAAiB;EACjBC;AACD,CAAC,EAAG;EACH,MAAM;IAAEC,SAAS;IAAEC;EAAQ,CAAC,GAAGP,UAAU;EACzC,MAAMQ,UAAU,GAAGZ,aAAa,CAAE;IACjCa,SAAS,EAAElB,UAAU,CAAE;MACtB,CAAG,kBAAkBe,SAAW,EAAC,GAAIA;IACtC,CAAE,CAAC;IACHD;EACD,CAAE,CAAC;EAEH,OACCK,aAAA,CAAAC,QAAA,QACCD,aAAA,CAAChB,aAAa,QACbgB,aAAA,CAACf,gBAAgB;IAChBiB,KAAK,EAAGN,SAAW;IACnBO,QAAQ,EAAKC,SAAS,IAAM;MAC3Bb,aAAa,CAAE;QAAEK,SAAS,EAAEQ;MAAU,CAAE,CAAC;IAC1C;EAAG,CACH,CACa,CAAC,EAChBJ,aAAA,CAACjB,QAAQ;IACRsB,OAAO,EAAC,KAAK;IACbC,UAAU,EAAC,SAAS;IACpBC,kBAAkB;IAClBL,KAAK,EAAGL,OAAS;IACjBM,QAAQ,EAAKK,WAAW,IAAM;MAC7BjB,aAAa,CAAE;QACdM,OAAO,EAAEW;MACV,CAAE,CAAC;IACJ,CAAG;IACH,cAAa1B,EAAE,CAAE,YAAa,CAAG;IACjC2B,WAAW,EAAG3B,EAAE,CAAE,cAAe,CAAG;IACpCW,QAAQ,EAAGA,QAAU;IACrBiB,OAAO,EAAGlB,WAAa;IACvBI,SAAS,EAAGA,SAAW;IAAA,GAClBE,UAAU;IACfa,wBAAwB;IACxBC,gCAAgC,EAAGA,CAAA,KAClClB,iBAAiB,CAAEP,WAAW,CAAEC,mBAAmB,CAAC,CAAE,CAAE;EACxD,CACD,CACA,CAAC;AAEL"}
@@ -95,7 +95,7 @@ export const settings = {
95
95
  deprecated,
96
96
  merge(attributes, attributesToMerge) {
97
97
  return {
98
- content: attributes.content + attributesToMerge.content
98
+ content: attributes.content + '\n\n' + attributesToMerge.content
99
99
  };
100
100
  },
101
101
  edit,
@@ -1 +1 @@
1
- {"version":3,"names":["__","verse","icon","initBlock","deprecated","edit","metadata","$schema","apiVersion","name","title","category","description","keywords","textdomain","attributes","content","type","source","selector","__unstablePreserveWhiteSpace","__experimentalRole","textAlign","supports","anchor","color","gradients","link","__experimentalDefaultControls","background","text","typography","fontSize","__experimentalFontFamily","lineHeight","__experimentalFontStyle","__experimentalFontWeight","__experimentalLetterSpacing","__experimentalTextTransform","__experimentalTextDecoration","fontAppearance","spacing","margin","padding","__experimentalBorder","radius","width","style","editorStyle","save","transforms","settings","example","merge","attributesToMerge","init"],"sources":["@wordpress/block-library/src/verse/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport { verse as icon } from '@wordpress/icons';\n\n/**\n * Internal dependencies\n */\nimport initBlock from '../utils/init-block';\nimport deprecated from './deprecated';\nimport edit from './edit';\nimport metadata from './block.json';\nimport save from './save';\nimport transforms from './transforms';\n\nconst { name } = metadata;\n\nexport { metadata, name };\n\nexport const settings = {\n\ticon,\n\texample: {\n\t\tattributes: {\n\t\t\t/* eslint-disable @wordpress/i18n-no-collapsible-whitespace */\n\t\t\t// translators: Sample content for the Verse block. Can be replaced with a more locale-adequate work.\n\t\t\tcontent: __(\n\t\t\t\t'WHAT was he doing, the great god Pan,\\n\tDown in the reeds by the river?\\nSpreading ruin and scattering ban,\\nSplashing and paddling with hoofs of a goat,\\nAnd breaking the golden lilies afloat\\n With the dragon-fly on the river.'\n\t\t\t),\n\t\t\t/* eslint-enable @wordpress/i18n-no-collapsible-whitespace */\n\t\t},\n\t},\n\ttransforms,\n\tdeprecated,\n\tmerge( attributes, attributesToMerge ) {\n\t\treturn {\n\t\t\tcontent: attributes.content + attributesToMerge.content,\n\t\t};\n\t},\n\tedit,\n\tsave,\n};\n\nexport const init = () => initBlock( { name, metadata, settings } );\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,EAAE,QAAQ,iBAAiB;AACpC,SAASC,KAAK,IAAIC,IAAI,QAAQ,kBAAkB;;AAEhD;AACA;AACA;AACA,OAAOC,SAAS,MAAM,qBAAqB;AAC3C,OAAOC,UAAU,MAAM,cAAc;AACrC,OAAOC,IAAI,MAAM,QAAQ;AAAC,MAAAC,QAAA;EAAAC,OAAA;EAAAC,UAAA;EAAAC,IAAA;EAAAC,KAAA;EAAAC,QAAA;EAAAC,WAAA;EAAAC,QAAA;EAAAC,UAAA;EAAAC,UAAA;IAAAC,OAAA;MAAAC,IAAA;MAAAC,MAAA;MAAAC,QAAA;MAAA;MAAAC,4BAAA;MAAAC,kBAAA;IAAA;IAAAC,SAAA;MAAAL,IAAA;IAAA;EAAA;EAAAM,QAAA;IAAAC,MAAA;IAAAC,KAAA;MAAAC,SAAA;MAAAC,IAAA;MAAAC,6BAAA;QAAAC,UAAA;QAAAC,IAAA;MAAA;IAAA;IAAAC,UAAA;MAAAC,QAAA;MAAAC,wBAAA;MAAAC,UAAA;MAAAC,uBAAA;MAAAC,wBAAA;MAAAC,2BAAA;MAAAC,2BAAA;MAAAC,4BAAA;MAAAX,6BAAA;QAAAI,QAAA;QAAAQ,cAAA;MAAA;IAAA;IAAAC,OAAA;MAAAC,MAAA;MAAAC,OAAA;MAAAf,6BAAA;QAAAc,MAAA;QAAAC,OAAA;MAAA;IAAA;IAAAC,oBAAA;MAAAC,MAAA;MAAAC,KAAA;MAAArB,KAAA;MAAAsB,KAAA;IAAA;EAAA;EAAAA,KAAA;EAAAC,WAAA;AAAA;AAE1B,OAAOC,IAAI,MAAM,QAAQ;AACzB,OAAOC,UAAU,MAAM,cAAc;AAErC,MAAM;EAAEzC;AAAK,CAAC,GAAGH,QAAQ;AAEzB,SAASA,QAAQ,EAAEG,IAAI;AAEvB,OAAO,MAAM0C,QAAQ,GAAG;EACvBjD,IAAI;EACJkD,OAAO,EAAE;IACRrC,UAAU,EAAE;MACX;MACA;MACAC,OAAO,EAAEhB,EAAE,CACV,yOACD;MACA;IACD;EACD,CAAC;;EACDkD,UAAU;EACV9C,UAAU;EACViD,KAAKA,CAAEtC,UAAU,EAAEuC,iBAAiB,EAAG;IACtC,OAAO;MACNtC,OAAO,EAAED,UAAU,CAACC,OAAO,GAAGsC,iBAAiB,CAACtC;IACjD,CAAC;EACF,CAAC;EACDX,IAAI;EACJ4C;AACD,CAAC;AAED,OAAO,MAAMM,IAAI,GAAGA,CAAA,KAAMpD,SAAS,CAAE;EAAEM,IAAI;EAAEH,QAAQ;EAAE6C;AAAS,CAAE,CAAC"}
1
+ {"version":3,"names":["__","verse","icon","initBlock","deprecated","edit","metadata","$schema","apiVersion","name","title","category","description","keywords","textdomain","attributes","content","type","source","selector","__unstablePreserveWhiteSpace","__experimentalRole","textAlign","supports","anchor","color","gradients","link","__experimentalDefaultControls","background","text","typography","fontSize","__experimentalFontFamily","lineHeight","__experimentalFontStyle","__experimentalFontWeight","__experimentalLetterSpacing","__experimentalTextTransform","__experimentalTextDecoration","fontAppearance","spacing","margin","padding","__experimentalBorder","radius","width","style","editorStyle","save","transforms","settings","example","merge","attributesToMerge","init"],"sources":["@wordpress/block-library/src/verse/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport { verse as icon } from '@wordpress/icons';\n\n/**\n * Internal dependencies\n */\nimport initBlock from '../utils/init-block';\nimport deprecated from './deprecated';\nimport edit from './edit';\nimport metadata from './block.json';\nimport save from './save';\nimport transforms from './transforms';\n\nconst { name } = metadata;\n\nexport { metadata, name };\n\nexport const settings = {\n\ticon,\n\texample: {\n\t\tattributes: {\n\t\t\t/* eslint-disable @wordpress/i18n-no-collapsible-whitespace */\n\t\t\t// translators: Sample content for the Verse block. Can be replaced with a more locale-adequate work.\n\t\t\tcontent: __(\n\t\t\t\t'WHAT was he doing, the great god Pan,\\n\tDown in the reeds by the river?\\nSpreading ruin and scattering ban,\\nSplashing and paddling with hoofs of a goat,\\nAnd breaking the golden lilies afloat\\n With the dragon-fly on the river.'\n\t\t\t),\n\t\t\t/* eslint-enable @wordpress/i18n-no-collapsible-whitespace */\n\t\t},\n\t},\n\ttransforms,\n\tdeprecated,\n\tmerge( attributes, attributesToMerge ) {\n\t\treturn {\n\t\t\tcontent: attributes.content + '\\n\\n' + attributesToMerge.content,\n\t\t};\n\t},\n\tedit,\n\tsave,\n};\n\nexport const init = () => initBlock( { name, metadata, settings } );\n"],"mappings":"AAAA;AACA;AACA;AACA,SAASA,EAAE,QAAQ,iBAAiB;AACpC,SAASC,KAAK,IAAIC,IAAI,QAAQ,kBAAkB;;AAEhD;AACA;AACA;AACA,OAAOC,SAAS,MAAM,qBAAqB;AAC3C,OAAOC,UAAU,MAAM,cAAc;AACrC,OAAOC,IAAI,MAAM,QAAQ;AAAC,MAAAC,QAAA;EAAAC,OAAA;EAAAC,UAAA;EAAAC,IAAA;EAAAC,KAAA;EAAAC,QAAA;EAAAC,WAAA;EAAAC,QAAA;EAAAC,UAAA;EAAAC,UAAA;IAAAC,OAAA;MAAAC,IAAA;MAAAC,MAAA;MAAAC,QAAA;MAAA;MAAAC,4BAAA;MAAAC,kBAAA;IAAA;IAAAC,SAAA;MAAAL,IAAA;IAAA;EAAA;EAAAM,QAAA;IAAAC,MAAA;IAAAC,KAAA;MAAAC,SAAA;MAAAC,IAAA;MAAAC,6BAAA;QAAAC,UAAA;QAAAC,IAAA;MAAA;IAAA;IAAAC,UAAA;MAAAC,QAAA;MAAAC,wBAAA;MAAAC,UAAA;MAAAC,uBAAA;MAAAC,wBAAA;MAAAC,2BAAA;MAAAC,2BAAA;MAAAC,4BAAA;MAAAX,6BAAA;QAAAI,QAAA;QAAAQ,cAAA;MAAA;IAAA;IAAAC,OAAA;MAAAC,MAAA;MAAAC,OAAA;MAAAf,6BAAA;QAAAc,MAAA;QAAAC,OAAA;MAAA;IAAA;IAAAC,oBAAA;MAAAC,MAAA;MAAAC,KAAA;MAAArB,KAAA;MAAAsB,KAAA;IAAA;EAAA;EAAAA,KAAA;EAAAC,WAAA;AAAA;AAE1B,OAAOC,IAAI,MAAM,QAAQ;AACzB,OAAOC,UAAU,MAAM,cAAc;AAErC,MAAM;EAAEzC;AAAK,CAAC,GAAGH,QAAQ;AAEzB,SAASA,QAAQ,EAAEG,IAAI;AAEvB,OAAO,MAAM0C,QAAQ,GAAG;EACvBjD,IAAI;EACJkD,OAAO,EAAE;IACRrC,UAAU,EAAE;MACX;MACA;MACAC,OAAO,EAAEhB,EAAE,CACV,yOACD;MACA;IACD;EACD,CAAC;;EACDkD,UAAU;EACV9C,UAAU;EACViD,KAAKA,CAAEtC,UAAU,EAAEuC,iBAAiB,EAAG;IACtC,OAAO;MACNtC,OAAO,EAAED,UAAU,CAACC,OAAO,GAAG,MAAM,GAAGsC,iBAAiB,CAACtC;IAC1D,CAAC;EACF,CAAC;EACDX,IAAI;EACJ4C;AACD,CAAC;AAED,OAAO,MAAMM,IAAI,GAAGA,CAAA,KAAMpD,SAAS,CAAE;EAAEM,IAAI;EAAEH,QAAQ;EAAE6C;AAAS,CAAE,CAAC"}
@@ -379,6 +379,15 @@
379
379
  .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
380
380
  .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
381
381
  margin: 0;
382
+ }
383
+ .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
384
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
385
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
386
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
387
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
388
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
389
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container {
390
+ margin: 0;
382
391
  width: auto;
383
392
  }
384
393
  .wp-block-cover-image .wp-block-cover__image-background,
@@ -381,6 +381,15 @@
381
381
  .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
382
382
  .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
383
383
  margin: 0;
384
+ }
385
+ .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
386
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
387
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
388
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
389
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
390
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
391
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container {
392
+ margin: 0;
384
393
  width: auto;
385
394
  }
386
395
  .wp-block-cover-image .wp-block-cover__image-background,
@@ -2101,15 +2101,6 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2101
2101
  color: #000;
2102
2102
  }
2103
2103
 
2104
- .wp-block-navigation-link__missing_text-tooltip {
2105
- position: absolute;
2106
- width: 1px;
2107
- height: 1px;
2108
- padding: 0;
2109
- margin: -1px;
2110
- overflow: hidden;
2111
- }
2112
-
2113
2104
  /**
2114
2105
  * Menu item setup state. Is shown when a menu item has no URL configured.
2115
2106
  */
@@ -2288,6 +2279,11 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2288
2279
  opacity: 0;
2289
2280
  }
2290
2281
 
2282
+ .block-editor-block-list__block[data-type="core/paragraph"].has-text-align-right[style*="writing-mode: vertical-rl"],
2283
+ .block-editor-block-list__block[data-type="core/paragraph"].has-text-align-left[style*="writing-mode: vertical-lr"] {
2284
+ rotate: 180deg;
2285
+ }
2286
+
2291
2287
  .wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline {
2292
2288
  display: inline;
2293
2289
  }
@@ -2898,6 +2894,16 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2898
2894
  margin-bottom: 24px;
2899
2895
  }
2900
2896
 
2897
+ @media (min-width: 600px) {
2898
+ .wp-block-query__enhanced-pagination-modal {
2899
+ max-width: 480px;
2900
+ }
2901
+ }
2902
+
2903
+ .wp-block-query__enhanced-pagination-notice {
2904
+ margin: 0;
2905
+ }
2906
+
2901
2907
  .wp-block[data-align=center] > .wp-block-query-pagination {
2902
2908
  justify-content: center;
2903
2909
  }
@@ -2109,15 +2109,6 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2109
2109
  color: #000;
2110
2110
  }
2111
2111
 
2112
- .wp-block-navigation-link__missing_text-tooltip {
2113
- position: absolute;
2114
- width: 1px;
2115
- height: 1px;
2116
- padding: 0;
2117
- margin: -1px;
2118
- overflow: hidden;
2119
- }
2120
-
2121
2112
  /**
2122
2113
  * Menu item setup state. Is shown when a menu item has no URL configured.
2123
2114
  */
@@ -2296,6 +2287,11 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2296
2287
  opacity: 0;
2297
2288
  }
2298
2289
 
2290
+ .block-editor-block-list__block[data-type="core/paragraph"].has-text-align-right[style*="writing-mode: vertical-rl"],
2291
+ .block-editor-block-list__block[data-type="core/paragraph"].has-text-align-left[style*="writing-mode: vertical-lr"] {
2292
+ rotate: 180deg;
2293
+ }
2294
+
2299
2295
  .wp-block-post-excerpt .wp-block-post-excerpt__excerpt.is-inline {
2300
2296
  display: inline;
2301
2297
  }
@@ -2906,6 +2902,16 @@ body.editor-styles-wrapper .wp-block-navigation__responsive-container.is-menu-op
2906
2902
  margin-bottom: 24px;
2907
2903
  }
2908
2904
 
2905
+ @media (min-width: 600px) {
2906
+ .wp-block-query__enhanced-pagination-modal {
2907
+ max-width: 480px;
2908
+ }
2909
+ }
2910
+
2911
+ .wp-block-query__enhanced-pagination-notice {
2912
+ margin: 0;
2913
+ }
2914
+
2909
2915
  .wp-block[data-align=center] > .wp-block-query-pagination {
2910
2916
  justify-content: center;
2911
2917
  }
@@ -110,6 +110,11 @@
110
110
  margin-bottom: 1em;
111
111
  }
112
112
 
113
+ @media (max-width: 768px) {
114
+ .wp-block-file__embed {
115
+ display: none;
116
+ }
117
+ }
113
118
  :where(.wp-block-file__button) {
114
119
  border-radius: 2em;
115
120
  padding: 0.5em 1em;
@@ -111,6 +111,11 @@
111
111
  margin-bottom: 1em;
112
112
  }
113
113
 
114
+ @media (max-width: 768px) {
115
+ .wp-block-file__embed {
116
+ display: none;
117
+ }
118
+ }
114
119
  :where(.wp-block-file__button) {
115
120
  border-radius: 2em;
116
121
  padding: 0.5em 1em;
@@ -93,4 +93,17 @@ h4.has-background,
93
93
  h5.has-background,
94
94
  h6.has-background {
95
95
  padding: 1.25em 2.375em;
96
+ }
97
+ h1.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]), h1.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
98
+ h2.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
99
+ h2.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
100
+ h3.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
101
+ h3.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
102
+ h4.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
103
+ h4.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
104
+ h5.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
105
+ h5.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
106
+ h6.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
107
+ h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
108
+ rotate: 180deg;
96
109
  }
@@ -93,4 +93,17 @@ h4.has-background,
93
93
  h5.has-background,
94
94
  h6.has-background {
95
95
  padding: 1.25em 2.375em;
96
+ }
97
+ h1.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]), h1.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
98
+ h2.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
99
+ h2.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
100
+ h3.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
101
+ h3.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
102
+ h4.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
103
+ h4.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
104
+ h5.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
105
+ h5.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
106
+ h6.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
107
+ h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
108
+ rotate: 180deg;
96
109
  }
@@ -134,15 +134,6 @@
134
134
  color: #000;
135
135
  }
136
136
 
137
- .wp-block-navigation-link__missing_text-tooltip {
138
- position: absolute;
139
- width: 1px;
140
- height: 1px;
141
- padding: 0;
142
- margin: -1px;
143
- overflow: hidden;
144
- }
145
-
146
137
  /**
147
138
  * Menu item setup state. Is shown when a menu item has no URL configured.
148
139
  */
@@ -134,15 +134,6 @@
134
134
  color: #000;
135
135
  }
136
136
 
137
- .wp-block-navigation-link__missing_text-tooltip {
138
- position: absolute;
139
- width: 1px;
140
- height: 1px;
141
- padding: 0;
142
- margin: -1px;
143
- overflow: hidden;
144
- }
145
-
146
137
  /**
147
138
  * Menu item setup state. Is shown when a menu item has no URL configured.
148
139
  */
@@ -96,4 +96,9 @@
96
96
 
97
97
  .block-editor-block-list__block[data-empty=true] + .block-editor-block-list__block[data-empty=true]:not([data-custom-placeholder=true]) [data-rich-text-placeholder] {
98
98
  opacity: 0;
99
+ }
100
+
101
+ .block-editor-block-list__block[data-type="core/paragraph"].has-text-align-right[style*="writing-mode: vertical-rl"],
102
+ .block-editor-block-list__block[data-type="core/paragraph"].has-text-align-left[style*="writing-mode: vertical-lr"] {
103
+ rotate: 180deg;
99
104
  }
@@ -96,4 +96,9 @@
96
96
 
97
97
  .block-editor-block-list__block[data-empty=true] + .block-editor-block-list__block[data-empty=true]:not([data-custom-placeholder=true]) [data-rich-text-placeholder] {
98
98
  opacity: 0;
99
+ }
100
+
101
+ .block-editor-block-list__block[data-type="core/paragraph"].has-text-align-right[style*="writing-mode: vertical-rl"],
102
+ .block-editor-block-list__block[data-type="core/paragraph"].has-text-align-left[style*="writing-mode: vertical-lr"] {
103
+ rotate: 180deg;
99
104
  }
@@ -127,4 +127,9 @@ p.has-background {
127
127
 
128
128
  :where(p.has-text-color:not(.has-link-color)) a {
129
129
  color: inherit;
130
+ }
131
+
132
+ p.has-text-align-right[style*="writing-mode:vertical-rl"],
133
+ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
134
+ rotate: 180deg;
130
135
  }
@@ -127,4 +127,9 @@ p.has-background {
127
127
 
128
128
  :where(p.has-text-color:not(.has-link-color)) a {
129
129
  color: inherit;
130
+ }
131
+
132
+ p.has-text-align-right[style*="writing-mode:vertical-rl"],
133
+ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
134
+ rotate: 180deg;
130
135
  }
@@ -99,4 +99,7 @@
99
99
  }
100
100
  .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
101
101
  transform: scaleX(-1);;
102
+ }
103
+ .wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"], .wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"] {
104
+ rotate: 180deg;
102
105
  }
@@ -99,4 +99,7 @@
99
99
  }
100
100
  .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
101
101
  transform: scaleX(1) /*rtl:scaleX(-1);*/;
102
+ }
103
+ .wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"], .wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"] {
104
+ rotate: 180deg;
102
105
  }
@@ -132,4 +132,14 @@
132
132
  }
133
133
  .block-library-query-toolspanel__filters .block-library-query-inspector__taxonomy-control:not(:last-child) {
134
134
  margin-bottom: 24px;
135
+ }
136
+
137
+ @media (min-width: 600px) {
138
+ .wp-block-query__enhanced-pagination-modal {
139
+ max-width: 480px;
140
+ }
141
+ }
142
+
143
+ .wp-block-query__enhanced-pagination-notice {
144
+ margin: 0;
135
145
  }
@@ -132,4 +132,14 @@
132
132
  }
133
133
  .block-library-query-toolspanel__filters .block-library-query-inspector__taxonomy-control:not(:last-child) {
134
134
  margin-bottom: 24px;
135
+ }
136
+
137
+ @media (min-width: 600px) {
138
+ .wp-block-query__enhanced-pagination-modal {
139
+ max-width: 480px;
140
+ }
141
+ }
142
+
143
+ .wp-block-query__enhanced-pagination-notice {
144
+ margin: 0;
135
145
  }
@@ -99,7 +99,7 @@
99
99
  opacity: 0;
100
100
  }
101
101
  .wp-block-query__enhanced-pagination-animation.start-animation {
102
- animation: wp-block-query__enhanced-pagination-start-animation 30s cubic-bezier(0, 1, 0, 1) infinite;
102
+ animation: wp-block-query__enhanced-pagination-start-animation 30s cubic-bezier(0.03, 0.5, 0, 1) forwards;
103
103
  }
104
104
  .wp-block-query__enhanced-pagination-animation.finish-animation {
105
105
  animation: wp-block-query__enhanced-pagination-finish-animation 300ms ease-in;
@@ -99,7 +99,7 @@
99
99
  opacity: 0;
100
100
  }
101
101
  .wp-block-query__enhanced-pagination-animation.start-animation {
102
- animation: wp-block-query__enhanced-pagination-start-animation 30s cubic-bezier(0, 1, 0, 1) infinite;
102
+ animation: wp-block-query__enhanced-pagination-start-animation 30s cubic-bezier(0.03, 0.5, 0, 1) forwards;
103
103
  }
104
104
  .wp-block-query__enhanced-pagination-animation.finish-animation {
105
105
  animation: wp-block-query__enhanced-pagination-finish-animation 300ms ease-in;
@@ -92,7 +92,7 @@
92
92
  * These are only output in the editor, but styles here are prefixed .editor-styles-wrapper and affect the theming
93
93
  * of the editor by themes.
94
94
  */
95
- html :where(.editor-styles-wrapper) {
95
+ :where(.editor-styles-wrapper) {
96
96
  /**
97
97
  * The following styles revert to the browser defaults overriding the WPAdmin styles.
98
98
  * This is only needed while the block editor is not being loaded in an iframe.
@@ -103,65 +103,65 @@ html :where(.editor-styles-wrapper) {
103
103
  color: initial;
104
104
  background: #fff;
105
105
  }
106
- html :where(.editor-styles-wrapper) .wp-align-wrapper {
106
+ :where(.editor-styles-wrapper) .wp-align-wrapper {
107
107
  max-width: 840px;
108
108
  }
109
- html :where(.editor-styles-wrapper) .wp-align-wrapper > .wp-block, html :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full {
109
+ :where(.editor-styles-wrapper) .wp-align-wrapper > .wp-block, :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full {
110
110
  max-width: none;
111
111
  }
112
- html :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide {
112
+ :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide {
113
113
  max-width: 840px;
114
114
  }
115
- html :where(.editor-styles-wrapper) a {
115
+ :where(.editor-styles-wrapper) a {
116
116
  transition: none;
117
117
  }
118
- html :where(.editor-styles-wrapper) code,
119
- html :where(.editor-styles-wrapper) kbd {
118
+ :where(.editor-styles-wrapper) code,
119
+ :where(.editor-styles-wrapper) kbd {
120
120
  padding: 0;
121
121
  margin: 0;
122
122
  background: inherit;
123
123
  font-size: inherit;
124
124
  font-family: monospace;
125
125
  }
126
- html :where(.editor-styles-wrapper) p {
126
+ :where(.editor-styles-wrapper) p {
127
127
  font-size: revert;
128
128
  line-height: revert;
129
129
  margin: revert;
130
130
  }
131
- html :where(.editor-styles-wrapper) ul,
132
- html :where(.editor-styles-wrapper) ol {
131
+ :where(.editor-styles-wrapper) ul,
132
+ :where(.editor-styles-wrapper) ol {
133
133
  margin: revert;
134
134
  padding: revert;
135
135
  list-style-type: revert;
136
136
  box-sizing: border-box;
137
137
  }
138
- html :where(.editor-styles-wrapper) ul ul,
139
- html :where(.editor-styles-wrapper) ul ol,
140
- html :where(.editor-styles-wrapper) ol ul,
141
- html :where(.editor-styles-wrapper) ol ol {
138
+ :where(.editor-styles-wrapper) ul ul,
139
+ :where(.editor-styles-wrapper) ul ol,
140
+ :where(.editor-styles-wrapper) ol ul,
141
+ :where(.editor-styles-wrapper) ol ol {
142
142
  margin: revert;
143
143
  }
144
- html :where(.editor-styles-wrapper) ul li,
145
- html :where(.editor-styles-wrapper) ol li {
144
+ :where(.editor-styles-wrapper) ul li,
145
+ :where(.editor-styles-wrapper) ol li {
146
146
  margin: revert;
147
147
  }
148
- html :where(.editor-styles-wrapper) ul ul,
149
- html :where(.editor-styles-wrapper) ol ul {
148
+ :where(.editor-styles-wrapper) ul ul,
149
+ :where(.editor-styles-wrapper) ol ul {
150
150
  list-style-type: revert;
151
151
  }
152
- html :where(.editor-styles-wrapper) h1,
153
- html :where(.editor-styles-wrapper) h2,
154
- html :where(.editor-styles-wrapper) h3,
155
- html :where(.editor-styles-wrapper) h4,
156
- html :where(.editor-styles-wrapper) h5,
157
- html :where(.editor-styles-wrapper) h6 {
152
+ :where(.editor-styles-wrapper) h1,
153
+ :where(.editor-styles-wrapper) h2,
154
+ :where(.editor-styles-wrapper) h3,
155
+ :where(.editor-styles-wrapper) h4,
156
+ :where(.editor-styles-wrapper) h5,
157
+ :where(.editor-styles-wrapper) h6 {
158
158
  font-size: revert;
159
159
  margin: revert;
160
160
  color: revert;
161
161
  line-height: revert;
162
162
  font-weight: revert;
163
163
  }
164
- html :where(.editor-styles-wrapper) select {
164
+ :where(.editor-styles-wrapper) select {
165
165
  font-family: system-ui;
166
166
  -webkit-appearance: revert;
167
167
  color: revert;
@@ -182,8 +182,8 @@ html :where(.editor-styles-wrapper) select {
182
182
  vertical-align: revert;
183
183
  font-weight: revert;
184
184
  }
185
- html :where(.editor-styles-wrapper) select:disabled,
186
- html :where(.editor-styles-wrapper) select:focus {
185
+ :where(.editor-styles-wrapper) select:disabled,
186
+ :where(.editor-styles-wrapper) select:focus {
187
187
  color: revert;
188
188
  border-color: revert;
189
189
  background-color: revert;
@@ -92,7 +92,7 @@
92
92
  * These are only output in the editor, but styles here are prefixed .editor-styles-wrapper and affect the theming
93
93
  * of the editor by themes.
94
94
  */
95
- html :where(.editor-styles-wrapper) {
95
+ :where(.editor-styles-wrapper) {
96
96
  /**
97
97
  * The following styles revert to the browser defaults overriding the WPAdmin styles.
98
98
  * This is only needed while the block editor is not being loaded in an iframe.
@@ -103,65 +103,65 @@ html :where(.editor-styles-wrapper) {
103
103
  color: initial;
104
104
  background: #fff;
105
105
  }
106
- html :where(.editor-styles-wrapper) .wp-align-wrapper {
106
+ :where(.editor-styles-wrapper) .wp-align-wrapper {
107
107
  max-width: 840px;
108
108
  }
109
- html :where(.editor-styles-wrapper) .wp-align-wrapper > .wp-block, html :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full {
109
+ :where(.editor-styles-wrapper) .wp-align-wrapper > .wp-block, :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-full {
110
110
  max-width: none;
111
111
  }
112
- html :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide {
112
+ :where(.editor-styles-wrapper) .wp-align-wrapper.wp-align-wide {
113
113
  max-width: 840px;
114
114
  }
115
- html :where(.editor-styles-wrapper) a {
115
+ :where(.editor-styles-wrapper) a {
116
116
  transition: none;
117
117
  }
118
- html :where(.editor-styles-wrapper) code,
119
- html :where(.editor-styles-wrapper) kbd {
118
+ :where(.editor-styles-wrapper) code,
119
+ :where(.editor-styles-wrapper) kbd {
120
120
  padding: 0;
121
121
  margin: 0;
122
122
  background: inherit;
123
123
  font-size: inherit;
124
124
  font-family: monospace;
125
125
  }
126
- html :where(.editor-styles-wrapper) p {
126
+ :where(.editor-styles-wrapper) p {
127
127
  font-size: revert;
128
128
  line-height: revert;
129
129
  margin: revert;
130
130
  }
131
- html :where(.editor-styles-wrapper) ul,
132
- html :where(.editor-styles-wrapper) ol {
131
+ :where(.editor-styles-wrapper) ul,
132
+ :where(.editor-styles-wrapper) ol {
133
133
  margin: revert;
134
134
  padding: revert;
135
135
  list-style-type: revert;
136
136
  box-sizing: border-box;
137
137
  }
138
- html :where(.editor-styles-wrapper) ul ul,
139
- html :where(.editor-styles-wrapper) ul ol,
140
- html :where(.editor-styles-wrapper) ol ul,
141
- html :where(.editor-styles-wrapper) ol ol {
138
+ :where(.editor-styles-wrapper) ul ul,
139
+ :where(.editor-styles-wrapper) ul ol,
140
+ :where(.editor-styles-wrapper) ol ul,
141
+ :where(.editor-styles-wrapper) ol ol {
142
142
  margin: revert;
143
143
  }
144
- html :where(.editor-styles-wrapper) ul li,
145
- html :where(.editor-styles-wrapper) ol li {
144
+ :where(.editor-styles-wrapper) ul li,
145
+ :where(.editor-styles-wrapper) ol li {
146
146
  margin: revert;
147
147
  }
148
- html :where(.editor-styles-wrapper) ul ul,
149
- html :where(.editor-styles-wrapper) ol ul {
148
+ :where(.editor-styles-wrapper) ul ul,
149
+ :where(.editor-styles-wrapper) ol ul {
150
150
  list-style-type: revert;
151
151
  }
152
- html :where(.editor-styles-wrapper) h1,
153
- html :where(.editor-styles-wrapper) h2,
154
- html :where(.editor-styles-wrapper) h3,
155
- html :where(.editor-styles-wrapper) h4,
156
- html :where(.editor-styles-wrapper) h5,
157
- html :where(.editor-styles-wrapper) h6 {
152
+ :where(.editor-styles-wrapper) h1,
153
+ :where(.editor-styles-wrapper) h2,
154
+ :where(.editor-styles-wrapper) h3,
155
+ :where(.editor-styles-wrapper) h4,
156
+ :where(.editor-styles-wrapper) h5,
157
+ :where(.editor-styles-wrapper) h6 {
158
158
  font-size: revert;
159
159
  margin: revert;
160
160
  color: revert;
161
161
  line-height: revert;
162
162
  font-weight: revert;
163
163
  }
164
- html :where(.editor-styles-wrapper) select {
164
+ :where(.editor-styles-wrapper) select {
165
165
  font-family: system-ui;
166
166
  -webkit-appearance: revert;
167
167
  color: revert;
@@ -182,8 +182,8 @@ html :where(.editor-styles-wrapper) select {
182
182
  vertical-align: revert;
183
183
  font-weight: revert;
184
184
  }
185
- html :where(.editor-styles-wrapper) select:disabled,
186
- html :where(.editor-styles-wrapper) select:focus {
185
+ :where(.editor-styles-wrapper) select:disabled,
186
+ :where(.editor-styles-wrapper) select:focus {
187
187
  color: revert;
188
188
  border-color: revert;
189
189
  background-color: revert;