@wordpress/block-library 8.18.1-next.5a1d1283.0 → 8.19.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 (381) 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/post-comments-form/edit.js +10 -2
  76. package/build/post-comments-form/edit.js.map +1 -1
  77. package/build/post-comments-form/form.js +5 -3
  78. package/build/post-comments-form/form.js.map +1 -1
  79. package/build/post-content/edit.js +8 -7
  80. package/build/post-content/edit.js.map +1 -1
  81. package/build/post-content/index.js +3 -0
  82. package/build/post-content/index.js.map +1 -1
  83. package/build/post-featured-image/overlay.js +2 -1
  84. package/build/post-featured-image/overlay.js.map +1 -1
  85. package/build/preformatted/edit.js +4 -1
  86. package/build/preformatted/edit.js.map +1 -1
  87. package/build/preformatted/index.js +1 -1
  88. package/build/preformatted/index.js.map +1 -1
  89. package/build/pullquote/deprecated.js +6 -7
  90. package/build/pullquote/deprecated.js.map +1 -1
  91. package/build/query/edit/enhanced-pagination-modal.js +56 -0
  92. package/build/query/edit/enhanced-pagination-modal.js.map +1 -0
  93. package/build/query/edit/inspector-controls/enhanced-pagination-control.js +42 -0
  94. package/build/query/edit/inspector-controls/enhanced-pagination-control.js.map +1 -0
  95. package/build/query/edit/inspector-controls/index.js +8 -25
  96. package/build/query/edit/inspector-controls/index.js.map +1 -1
  97. package/build/query/edit/query-content.js +8 -2
  98. package/build/query/edit/query-content.js.map +1 -1
  99. package/build/query/utils.js +19 -0
  100. package/build/query/utils.js.map +1 -1
  101. package/build/query/view.js +4 -5
  102. package/build/query/view.js.map +1 -1
  103. package/build/search/index.js +1 -0
  104. package/build/search/index.js.map +1 -1
  105. package/build/search/view.js +81 -150
  106. package/build/search/view.js.map +1 -1
  107. package/build/social-link/edit.native.js +3 -1
  108. package/build/social-link/edit.native.js.map +1 -1
  109. package/build/table/edit.js +7 -7
  110. package/build/table/edit.js.map +1 -1
  111. package/build/table-of-contents/edit.js +2 -130
  112. package/build/table-of-contents/edit.js.map +1 -1
  113. package/build/table-of-contents/hooks.js +145 -0
  114. package/build/table-of-contents/hooks.js.map +1 -0
  115. package/build/table-of-contents/index.js +2 -1
  116. package/build/table-of-contents/index.js.map +1 -1
  117. package/build/verse/edit.js +4 -1
  118. package/build/verse/edit.js.map +1 -1
  119. package/build/verse/index.js +1 -1
  120. package/build/verse/index.js.map +1 -1
  121. package/build-module/block/edit.js +54 -3
  122. package/build-module/block/edit.js.map +1 -1
  123. package/build-module/button/edit.js +7 -4
  124. package/build-module/button/edit.js.map +1 -1
  125. package/build-module/button/index.js +11 -2
  126. package/build-module/button/index.js.map +1 -1
  127. package/build-module/button/save.js +10 -4
  128. package/build-module/button/save.js.map +1 -1
  129. package/build-module/buttons/edit.js +12 -3
  130. package/build-module/buttons/edit.js.map +1 -1
  131. package/build-module/code/edit.js +8 -2
  132. package/build-module/code/edit.js.map +1 -1
  133. package/build-module/code/index.js +7 -1
  134. package/build-module/code/index.js.map +1 -1
  135. package/build-module/column/index.js +1 -0
  136. package/build-module/column/index.js.map +1 -1
  137. package/build-module/columns/index.js +2 -0
  138. package/build-module/columns/index.js.map +1 -1
  139. package/build-module/file/edit.native.js +1 -1
  140. package/build-module/file/edit.native.js.map +1 -1
  141. package/build-module/file/index.js +2 -1
  142. package/build-module/file/index.js.map +1 -1
  143. package/build-module/file/utils/index.js +0 -13
  144. package/build-module/file/utils/index.js.map +1 -1
  145. package/build-module/file/view.js +14 -2
  146. package/build-module/file/view.js.map +1 -1
  147. package/build-module/footnotes/edit.js +12 -2
  148. package/build-module/footnotes/edit.js.map +1 -1
  149. package/build-module/gallery/edit.js +1 -1
  150. package/build-module/gallery/edit.js.map +1 -1
  151. package/build-module/group/edit.js +0 -1
  152. package/build-module/group/edit.js.map +1 -1
  153. package/build-module/group/index.js +4 -0
  154. package/build-module/group/index.js.map +1 -1
  155. package/build-module/heading/edit.js +0 -1
  156. package/build-module/heading/edit.js.map +1 -1
  157. package/build-module/heading/index.js +2 -0
  158. package/build-module/heading/index.js.map +1 -1
  159. package/build-module/heading/transforms.js +3 -6
  160. package/build-module/heading/transforms.js.map +1 -1
  161. package/build-module/image/deprecated.js +191 -7
  162. package/build-module/image/deprecated.js.map +1 -1
  163. package/build-module/image/edit.js +27 -12
  164. package/build-module/image/edit.js.map +1 -1
  165. package/build-module/image/image.js +77 -42
  166. package/build-module/image/image.js.map +1 -1
  167. package/build-module/image/index.js +7 -4
  168. package/build-module/image/index.js.map +1 -1
  169. package/build-module/image/{view-interactivity.js → view.js} +1 -1
  170. package/build-module/image/view.js.map +1 -0
  171. package/build-module/list/deprecated.js +95 -3
  172. package/build-module/list/deprecated.js.map +1 -1
  173. package/build-module/list/edit.js +10 -10
  174. package/build-module/list/edit.js.map +1 -1
  175. package/build-module/list/ordered-list-settings.js +10 -10
  176. package/build-module/list/ordered-list-settings.js.map +1 -1
  177. package/build-module/list/save.js +4 -2
  178. package/build-module/list/save.js.map +1 -1
  179. package/build-module/list/utils.js +20 -2
  180. package/build-module/list/utils.js.map +1 -1
  181. package/build-module/navigation/constants.js +1 -1
  182. package/build-module/navigation/constants.js.map +1 -1
  183. package/build-module/navigation/index.js +4 -2
  184. package/build-module/navigation/index.js.map +1 -1
  185. package/build-module/navigation/view.js +168 -83
  186. package/build-module/navigation/view.js.map +1 -1
  187. package/build-module/navigation-link/edit.js +3 -9
  188. package/build-module/navigation-link/edit.js.map +1 -1
  189. package/build-module/navigation-link/transforms.js +24 -0
  190. package/build-module/navigation-link/transforms.js.map +1 -1
  191. package/build-module/page-list/edit.js +2 -1
  192. package/build-module/page-list/edit.js.map +1 -1
  193. package/build-module/post-comments-form/edit.js +10 -2
  194. package/build-module/post-comments-form/edit.js.map +1 -1
  195. package/build-module/post-comments-form/form.js +5 -3
  196. package/build-module/post-comments-form/form.js.map +1 -1
  197. package/build-module/post-content/edit.js +8 -7
  198. package/build-module/post-content/edit.js.map +1 -1
  199. package/build-module/post-content/index.js +3 -0
  200. package/build-module/post-content/index.js.map +1 -1
  201. package/build-module/post-featured-image/overlay.js +2 -1
  202. package/build-module/post-featured-image/overlay.js.map +1 -1
  203. package/build-module/preformatted/edit.js +4 -1
  204. package/build-module/preformatted/edit.js.map +1 -1
  205. package/build-module/preformatted/index.js +1 -1
  206. package/build-module/preformatted/index.js.map +1 -1
  207. package/build-module/pullquote/deprecated.js +6 -7
  208. package/build-module/pullquote/deprecated.js.map +1 -1
  209. package/build-module/query/edit/enhanced-pagination-modal.js +50 -0
  210. package/build-module/query/edit/enhanced-pagination-modal.js.map +1 -0
  211. package/build-module/query/edit/inspector-controls/enhanced-pagination-control.js +35 -0
  212. package/build-module/query/edit/inspector-controls/enhanced-pagination-control.js.map +1 -0
  213. package/build-module/query/edit/inspector-controls/index.js +9 -26
  214. package/build-module/query/edit/inspector-controls/index.js.map +1 -1
  215. package/build-module/query/edit/query-content.js +8 -2
  216. package/build-module/query/edit/query-content.js.map +1 -1
  217. package/build-module/query/utils.js +17 -0
  218. package/build-module/query/utils.js.map +1 -1
  219. package/build-module/query/view.js +4 -5
  220. package/build-module/query/view.js.map +1 -1
  221. package/build-module/search/index.js +1 -0
  222. package/build-module/search/index.js.map +1 -1
  223. package/build-module/search/view.js +81 -151
  224. package/build-module/search/view.js.map +1 -1
  225. package/build-module/social-link/edit.native.js +3 -1
  226. package/build-module/social-link/edit.native.js.map +1 -1
  227. package/build-module/table/edit.js +7 -7
  228. package/build-module/table/edit.js.map +1 -1
  229. package/build-module/table-of-contents/edit.js +3 -131
  230. package/build-module/table-of-contents/edit.js.map +1 -1
  231. package/build-module/table-of-contents/hooks.js +137 -0
  232. package/build-module/table-of-contents/hooks.js.map +1 -0
  233. package/build-module/table-of-contents/index.js +2 -1
  234. package/build-module/table-of-contents/index.js.map +1 -1
  235. package/build-module/verse/edit.js +4 -1
  236. package/build-module/verse/edit.js.map +1 -1
  237. package/build-module/verse/index.js +1 -1
  238. package/build-module/verse/index.js.map +1 -1
  239. package/build-style/cover/style-rtl.css +9 -0
  240. package/build-style/cover/style.css +9 -0
  241. package/build-style/editor-rtl.css +15 -9
  242. package/build-style/editor.css +15 -9
  243. package/build-style/file/style-rtl.css +5 -0
  244. package/build-style/file/style.css +5 -0
  245. package/build-style/heading/style-rtl.css +13 -0
  246. package/build-style/heading/style.css +13 -0
  247. package/build-style/navigation-link/editor-rtl.css +0 -9
  248. package/build-style/navigation-link/editor.css +0 -9
  249. package/build-style/paragraph/editor-rtl.css +5 -0
  250. package/build-style/paragraph/editor.css +5 -0
  251. package/build-style/paragraph/style-rtl.css +5 -0
  252. package/build-style/paragraph/style.css +5 -0
  253. package/build-style/post-navigation-link/style-rtl.css +3 -0
  254. package/build-style/post-navigation-link/style.css +3 -0
  255. package/build-style/query/editor-rtl.css +10 -0
  256. package/build-style/query/editor.css +10 -0
  257. package/build-style/query/style-rtl.css +1 -1
  258. package/build-style/query/style.css +1 -1
  259. package/build-style/reset-rtl.css +27 -27
  260. package/build-style/reset.css +27 -27
  261. package/build-style/style-rtl.css +35 -0
  262. package/build-style/style.css +35 -0
  263. package/package.json +32 -33
  264. package/src/audio/test/__snapshots__/edit.native.js.snap +78 -106
  265. package/src/avatar/index.php +2 -2
  266. package/src/block/edit.js +58 -2
  267. package/src/block/test/edit.native.js +2 -3
  268. package/src/button/block.json +11 -2
  269. package/src/button/edit.js +27 -11
  270. package/src/button/save.js +10 -4
  271. package/src/buttons/edit.js +13 -3
  272. package/src/buttons/test/edit.native.js +28 -24
  273. package/src/calendar/index.php +2 -2
  274. package/src/code/block.json +2 -1
  275. package/src/code/edit.js +13 -1
  276. package/src/code/index.js +5 -0
  277. package/src/column/block.json +1 -0
  278. package/src/columns/block.json +2 -0
  279. package/src/comment-template/index.php +1 -1
  280. package/src/comments-pagination-next/index.php +1 -1
  281. package/src/comments-pagination-previous/index.php +1 -1
  282. package/src/cover/style.scss +12 -1
  283. package/src/cover/test/edit.js +7 -7
  284. package/src/cover/test/edit.native.js +18 -27
  285. package/src/embed/test/index.native.js +30 -45
  286. package/src/file/block.json +2 -1
  287. package/src/file/edit.native.js +1 -1
  288. package/src/file/index.php +19 -21
  289. package/src/file/style.scss +6 -1
  290. package/src/file/test/__snapshots__/edit.native.js.snap +162 -218
  291. package/src/file/utils/index.js +0 -15
  292. package/src/file/view.js +14 -5
  293. package/src/footnotes/edit.js +13 -1
  294. package/src/gallery/edit.js +1 -1
  295. package/src/gallery/index.php +1 -1
  296. package/src/group/block.json +4 -0
  297. package/src/group/edit.js +0 -1
  298. package/src/heading/block.json +2 -0
  299. package/src/heading/edit.js +0 -1
  300. package/src/heading/style.scss +4 -0
  301. package/src/heading/transforms.js +1 -6
  302. package/src/image/block.json +7 -4
  303. package/src/image/deprecated.js +210 -7
  304. package/src/image/edit.js +43 -29
  305. package/src/image/image.js +86 -43
  306. package/src/image/index.php +251 -28
  307. package/src/latest-posts/index.php +1 -1
  308. package/src/list/deprecated.js +84 -3
  309. package/src/list/edit.js +6 -3
  310. package/src/list/ordered-list-settings.js +20 -5
  311. package/src/list/save.js +10 -1
  312. package/src/list/test/edit.native.js +2 -4
  313. package/src/list/utils.js +22 -1
  314. package/src/navigation/block.json +4 -2
  315. package/src/navigation/constants.js +1 -0
  316. package/src/navigation/index.php +85 -123
  317. package/src/navigation/view.js +192 -96
  318. package/src/navigation-link/edit.js +21 -36
  319. package/src/navigation-link/editor.scss +0 -8
  320. package/src/navigation-link/transforms.js +22 -0
  321. package/src/page-list/edit.js +2 -1
  322. package/src/paragraph/editor.scss +5 -0
  323. package/src/paragraph/style.scss +5 -0
  324. package/src/pattern/index.php +2 -2
  325. package/src/post-comments-form/edit.js +10 -0
  326. package/src/post-comments-form/form.js +7 -1
  327. package/src/post-content/block.json +3 -0
  328. package/src/post-content/edit.js +14 -6
  329. package/src/post-excerpt/index.php +2 -2
  330. package/src/post-featured-image/index.php +2 -2
  331. package/src/post-featured-image/overlay.js +1 -0
  332. package/src/post-navigation-link/index.php +0 -5
  333. package/src/post-navigation-link/style.scss +4 -0
  334. package/src/post-template/index.php +1 -1
  335. package/src/post-terms/index.php +5 -2
  336. package/src/preformatted/edit.js +5 -0
  337. package/src/preformatted/index.js +1 -1
  338. package/src/pullquote/deprecated.js +8 -13
  339. package/src/query/edit/enhanced-pagination-modal.js +65 -0
  340. package/src/query/edit/inspector-controls/enhanced-pagination-control.js +49 -0
  341. package/src/query/edit/inspector-controls/index.js +9 -45
  342. package/src/query/edit/query-content.js +8 -0
  343. package/src/query/editor.scss +10 -0
  344. package/src/query/index.php +29 -16
  345. package/src/query/style.scss +2 -2
  346. package/src/query/utils.js +22 -0
  347. package/src/query/view.js +5 -5
  348. package/src/query-pagination-next/index.php +1 -1
  349. package/src/query-pagination-previous/index.php +1 -1
  350. package/src/reset.scss +1 -1
  351. package/src/search/block.json +1 -0
  352. package/src/search/index.php +45 -4
  353. package/src/search/test/__snapshots__/edit.native.js.snap +265 -363
  354. package/src/search/view.js +70 -169
  355. package/src/social-link/edit.native.js +1 -1
  356. package/src/social-link/editor.native.scss +4 -0
  357. package/src/table/edit.js +21 -19
  358. package/src/table-of-contents/block.json +2 -1
  359. package/src/table-of-contents/edit.js +5 -162
  360. package/src/table-of-contents/hooks.js +156 -0
  361. package/src/verse/edit.js +5 -0
  362. package/src/verse/index.js +1 -1
  363. package/src/verse/test/edit.native.js +2 -3
  364. package/build/file/view-interactivity.js +0 -22
  365. package/build/file/view-interactivity.js.map +0 -1
  366. package/build/image/view-interactivity.js.map +0 -1
  367. package/build/navigation/view-interactivity.js +0 -172
  368. package/build/navigation/view-interactivity.js.map +0 -1
  369. package/build/navigation/view-modal.js +0 -115
  370. package/build/navigation/view-modal.js.map +0 -1
  371. package/build-module/file/view-interactivity.js +0 -18
  372. package/build-module/file/view-interactivity.js.map +0 -1
  373. package/build-module/image/view-interactivity.js.map +0 -1
  374. package/build-module/navigation/view-interactivity.js +0 -169
  375. package/build-module/navigation/view-interactivity.js.map +0 -1
  376. package/build-module/navigation/view-modal.js +0 -112
  377. package/build-module/navigation/view-modal.js.map +0 -1
  378. package/src/file/view-interactivity.js +0 -18
  379. package/src/navigation/view-interactivity.js +0 -196
  380. package/src/navigation/view-modal.js +0 -127
  381. /package/src/image/{view-interactivity.js → view.js} +0 -0
@@ -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;
@@ -897,6 +897,15 @@
897
897
  .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
898
898
  .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
899
899
  margin: 0;
900
+ }
901
+ .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,
902
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
903
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
904
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
905
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
906
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
907
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container {
908
+ margin: 0;
900
909
  width: auto;
901
910
  }
902
911
  .wp-block-cover-image .wp-block-cover__image-background,
@@ -1127,6 +1136,11 @@ section.wp-block-cover-image > h2,
1127
1136
  margin-bottom: 1em;
1128
1137
  }
1129
1138
 
1139
+ @media (max-width: 768px) {
1140
+ .wp-block-file__embed {
1141
+ display: none;
1142
+ }
1143
+ }
1130
1144
  :where(.wp-block-file__button) {
1131
1145
  border-radius: 2em;
1132
1146
  padding: 0.5em 1em;
@@ -1471,6 +1485,19 @@ h5.has-background,
1471
1485
  h6.has-background {
1472
1486
  padding: 1.25em 2.375em;
1473
1487
  }
1488
+ h1.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]), h1.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1489
+ h2.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1490
+ h2.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1491
+ h3.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1492
+ h3.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1493
+ h4.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1494
+ h4.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1495
+ h5.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1496
+ h5.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1497
+ h6.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1498
+ h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
1499
+ rotate: 180deg;
1500
+ }
1474
1501
 
1475
1502
  .wp-block-image img {
1476
1503
  height: auto;
@@ -2603,6 +2630,11 @@ p.has-background {
2603
2630
  color: inherit;
2604
2631
  }
2605
2632
 
2633
+ p.has-text-align-right[style*="writing-mode:vertical-rl"],
2634
+ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
2635
+ rotate: 180deg;
2636
+ }
2637
+
2606
2638
  .wp-block-post-author {
2607
2639
  display: flex;
2608
2640
  flex-wrap: wrap;
@@ -2794,6 +2826,9 @@ p.has-background {
2794
2826
  .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
2795
2827
  transform: scaleX(-1);;
2796
2828
  }
2829
+ .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"] {
2830
+ rotate: 180deg;
2831
+ }
2797
2832
 
2798
2833
  .wp-block-post-terms {
2799
2834
  box-sizing: border-box;
@@ -904,6 +904,15 @@
904
904
  .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
905
905
  .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
906
906
  margin: 0;
907
+ }
908
+ .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,
909
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
910
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
911
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
912
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
913
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
914
+ .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container {
915
+ margin: 0;
907
916
  width: auto;
908
917
  }
909
918
  .wp-block-cover-image .wp-block-cover__image-background,
@@ -1135,6 +1144,11 @@ section.wp-block-cover-image > h2,
1135
1144
  margin-bottom: 1em;
1136
1145
  }
1137
1146
 
1147
+ @media (max-width: 768px) {
1148
+ .wp-block-file__embed {
1149
+ display: none;
1150
+ }
1151
+ }
1138
1152
  :where(.wp-block-file__button) {
1139
1153
  border-radius: 2em;
1140
1154
  padding: 0.5em 1em;
@@ -1479,6 +1493,19 @@ h5.has-background,
1479
1493
  h6.has-background {
1480
1494
  padding: 1.25em 2.375em;
1481
1495
  }
1496
+ h1.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]), h1.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1497
+ h2.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1498
+ h2.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1499
+ h3.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1500
+ h3.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1501
+ h4.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1502
+ h4.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1503
+ h5.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1504
+ h5.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]),
1505
+ h6.has-text-align-right[style*=writing-mode]:where([style*="vertical-rl"]),
1506
+ h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
1507
+ rotate: 180deg;
1508
+ }
1482
1509
 
1483
1510
  .wp-block-image img {
1484
1511
  height: auto;
@@ -2633,6 +2660,11 @@ p.has-background {
2633
2660
  color: inherit;
2634
2661
  }
2635
2662
 
2663
+ p.has-text-align-right[style*="writing-mode:vertical-rl"],
2664
+ p.has-text-align-left[style*="writing-mode:vertical-lr"] {
2665
+ rotate: 180deg;
2666
+ }
2667
+
2636
2668
  .wp-block-post-author {
2637
2669
  display: flex;
2638
2670
  flex-wrap: wrap;
@@ -2824,6 +2856,9 @@ p.has-background {
2824
2856
  .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
2825
2857
  transform: scaleX(1) /*rtl:scaleX(-1);*/;
2826
2858
  }
2859
+ .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"] {
2860
+ rotate: 180deg;
2861
+ }
2827
2862
 
2828
2863
  .wp-block-post-terms {
2829
2864
  box-sizing: border-box;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/block-library",
3
- "version": "8.18.1-next.5a1d1283.0",
3
+ "version": "8.19.0",
4
4
  "description": "Block library for the WordPress editor.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -31,36 +31,36 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@babel/runtime": "^7.16.0",
34
- "@wordpress/a11y": "^3.41.1-next.5a1d1283.0",
35
- "@wordpress/api-fetch": "^6.38.1-next.5a1d1283.0",
36
- "@wordpress/autop": "^3.41.1-next.5a1d1283.0",
37
- "@wordpress/blob": "^3.41.1-next.5a1d1283.0",
38
- "@wordpress/block-editor": "^12.9.1-next.5a1d1283.0",
39
- "@wordpress/blocks": "^12.18.1-next.5a1d1283.0",
40
- "@wordpress/components": "^26.0.1-next.5a1d1283.0",
41
- "@wordpress/compose": "^6.18.1-next.5a1d1283.0",
42
- "@wordpress/core-data": "^6.18.1-next.5a1d1283.0",
43
- "@wordpress/data": "^9.11.1-next.5a1d1283.0",
44
- "@wordpress/date": "^4.41.1-next.5a1d1283.0",
45
- "@wordpress/deprecated": "^3.41.1-next.5a1d1283.0",
46
- "@wordpress/dom": "^3.41.1-next.5a1d1283.0",
47
- "@wordpress/element": "^5.18.1-next.5a1d1283.0",
48
- "@wordpress/escape-html": "^2.41.1-next.5a1d1283.0",
49
- "@wordpress/hooks": "^3.41.1-next.5a1d1283.0",
50
- "@wordpress/html-entities": "^3.41.1-next.5a1d1283.0",
51
- "@wordpress/i18n": "^4.41.1-next.5a1d1283.0",
52
- "@wordpress/icons": "^9.32.1-next.5a1d1283.0",
53
- "@wordpress/interactivity": "^2.2.1-next.5a1d1283.0",
54
- "@wordpress/keycodes": "^3.41.1-next.5a1d1283.0",
55
- "@wordpress/notices": "^4.9.1-next.5a1d1283.0",
56
- "@wordpress/primitives": "^3.39.1-next.5a1d1283.0",
57
- "@wordpress/private-apis": "^0.23.1-next.5a1d1283.0",
58
- "@wordpress/reusable-blocks": "^4.18.1-next.5a1d1283.0",
59
- "@wordpress/rich-text": "^6.18.1-next.5a1d1283.0",
60
- "@wordpress/server-side-render": "^4.18.1-next.5a1d1283.0",
61
- "@wordpress/url": "^3.42.1-next.5a1d1283.0",
62
- "@wordpress/viewport": "^5.18.1-next.5a1d1283.0",
63
- "@wordpress/wordcount": "^3.41.1-next.5a1d1283.0",
34
+ "@wordpress/a11y": "^3.42.0",
35
+ "@wordpress/api-fetch": "^6.39.0",
36
+ "@wordpress/autop": "^3.42.0",
37
+ "@wordpress/blob": "^3.42.0",
38
+ "@wordpress/block-editor": "^12.10.0",
39
+ "@wordpress/blocks": "^12.19.0",
40
+ "@wordpress/components": "^25.8.0",
41
+ "@wordpress/compose": "^6.19.0",
42
+ "@wordpress/core-data": "^6.19.0",
43
+ "@wordpress/data": "^9.12.0",
44
+ "@wordpress/date": "^4.42.0",
45
+ "@wordpress/deprecated": "^3.42.0",
46
+ "@wordpress/dom": "^3.42.0",
47
+ "@wordpress/element": "^5.19.0",
48
+ "@wordpress/escape-html": "^2.42.0",
49
+ "@wordpress/hooks": "^3.42.0",
50
+ "@wordpress/html-entities": "^3.42.0",
51
+ "@wordpress/i18n": "^4.42.0",
52
+ "@wordpress/icons": "^9.33.0",
53
+ "@wordpress/interactivity": "^2.3.0",
54
+ "@wordpress/keycodes": "^3.42.0",
55
+ "@wordpress/notices": "^4.10.0",
56
+ "@wordpress/primitives": "^3.40.0",
57
+ "@wordpress/private-apis": "^0.24.0",
58
+ "@wordpress/reusable-blocks": "^4.19.0",
59
+ "@wordpress/rich-text": "^6.19.0",
60
+ "@wordpress/server-side-render": "^4.19.0",
61
+ "@wordpress/url": "^3.43.0",
62
+ "@wordpress/viewport": "^5.19.0",
63
+ "@wordpress/wordcount": "^3.42.0",
64
64
  "change-case": "^4.1.2",
65
65
  "classnames": "^2.3.1",
66
66
  "colord": "^2.7.0",
@@ -68,7 +68,6 @@
68
68
  "fast-average-color": "^9.1.1",
69
69
  "fast-deep-equal": "^3.1.3",
70
70
  "memize": "^2.1.0",
71
- "micromodal": "^0.4.10",
72
71
  "remove-accents": "^0.5.0",
73
72
  "uuid": "^8.3.0"
74
73
  },
@@ -79,5 +78,5 @@
79
78
  "publishConfig": {
80
79
  "access": "public"
81
80
  },
82
- "gitHead": "fa0b66987dab5a15f38663e06036d09bccffaa4b"
81
+ "gitHead": "cc35f517ed017ab7131319af3e87c359e8de175d"
83
82
  }