@wordpress/block-library 9.48.0 → 9.48.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 (519) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/build/columns/transforms.cjs +65 -0
  3. package/build/columns/transforms.cjs.map +2 -2
  4. package/build/gallery/edit.cjs +212 -331
  5. package/build/gallery/edit.cjs.map +2 -2
  6. package/build/gallery/transforms.cjs +43 -0
  7. package/build/gallery/transforms.cjs.map +2 -2
  8. package/build/heading/edit.cjs +0 -1
  9. package/build/heading/edit.cjs.map +2 -2
  10. package/build/list/edit.cjs +1 -8
  11. package/build/list/edit.cjs.map +2 -2
  12. package/build/list/ordered-list-settings.cjs +1 -44
  13. package/build/list/ordered-list-settings.cjs.map +2 -2
  14. package/build/list-item/hooks/use-merge.cjs +47 -24
  15. package/build/list-item/hooks/use-merge.cjs.map +2 -2
  16. package/build/navigation/edit/index.cjs +15 -26
  17. package/build/navigation/edit/index.cjs.map +2 -2
  18. package/build/navigation-link/edit.cjs +0 -1
  19. package/build/navigation-link/edit.cjs.map +2 -2
  20. package/build/navigation-submenu/edit.cjs +2 -1
  21. package/build/navigation-submenu/edit.cjs.map +2 -2
  22. package/build/paragraph/deprecated.cjs +1 -0
  23. package/build/paragraph/deprecated.cjs.map +2 -2
  24. package/build/paragraph/edit.cjs +10 -1
  25. package/build/paragraph/edit.cjs.map +3 -3
  26. package/build/playlist/block.json +12 -0
  27. package/build/playlist/edit.cjs +27 -1
  28. package/build/playlist/edit.cjs.map +2 -2
  29. package/build/playlist/save.cjs +8 -1
  30. package/build/playlist/save.cjs.map +2 -2
  31. package/build/playlist/view.cjs +1 -0
  32. package/build/playlist/view.cjs.map +2 -2
  33. package/build/post-time-to-read/index.cjs +1 -1
  34. package/build/post-time-to-read/index.cjs.map +2 -2
  35. package/build/post-time-to-read/variations.cjs +1 -1
  36. package/build/post-time-to-read/variations.cjs.map +2 -2
  37. package/build/pullquote/edit.cjs +2 -7
  38. package/build/pullquote/edit.cjs.map +2 -2
  39. package/build/quote/edit.cjs +4 -9
  40. package/build/quote/edit.cjs.map +2 -2
  41. package/build/shortcode/transforms.cjs +2 -2
  42. package/build/shortcode/transforms.cjs.map +2 -2
  43. package/build/utils/waveform-player.cjs +42 -9
  44. package/build/utils/waveform-player.cjs.map +2 -2
  45. package/build/utils/waveform-utils.cjs +6 -4
  46. package/build/utils/waveform-utils.cjs.map +2 -2
  47. package/build/video/edit-common-settings.cjs +3 -6
  48. package/build/video/edit-common-settings.cjs.map +2 -2
  49. package/build-module/columns/transforms.mjs +65 -0
  50. package/build-module/columns/transforms.mjs.map +2 -2
  51. package/build-module/gallery/edit.mjs +214 -334
  52. package/build-module/gallery/edit.mjs.map +2 -2
  53. package/build-module/gallery/transforms.mjs +43 -0
  54. package/build-module/gallery/transforms.mjs.map +2 -2
  55. package/build-module/heading/edit.mjs +1 -2
  56. package/build-module/heading/edit.mjs.map +2 -2
  57. package/build-module/list/edit.mjs +2 -9
  58. package/build-module/list/edit.mjs.map +2 -2
  59. package/build-module/list/ordered-list-settings.mjs +1 -45
  60. package/build-module/list/ordered-list-settings.mjs.map +2 -2
  61. package/build-module/list-item/hooks/use-merge.mjs +48 -25
  62. package/build-module/list-item/hooks/use-merge.mjs.map +2 -2
  63. package/build-module/navigation/edit/index.mjs +16 -33
  64. package/build-module/navigation/edit/index.mjs.map +2 -2
  65. package/build-module/navigation-link/edit.mjs +0 -1
  66. package/build-module/navigation-link/edit.mjs.map +2 -2
  67. package/build-module/navigation-submenu/edit.mjs +2 -1
  68. package/build-module/navigation-submenu/edit.mjs.map +2 -2
  69. package/build-module/paragraph/deprecated.mjs +1 -0
  70. package/build-module/paragraph/deprecated.mjs.map +2 -2
  71. package/build-module/paragraph/edit.mjs +12 -2
  72. package/build-module/paragraph/edit.mjs.map +2 -2
  73. package/build-module/playlist/block.json +12 -0
  74. package/build-module/playlist/edit.mjs +27 -1
  75. package/build-module/playlist/edit.mjs.map +2 -2
  76. package/build-module/playlist/save.mjs +8 -1
  77. package/build-module/playlist/save.mjs.map +2 -2
  78. package/build-module/playlist/view.mjs +1 -0
  79. package/build-module/playlist/view.mjs.map +2 -2
  80. package/build-module/post-time-to-read/index.mjs +1 -1
  81. package/build-module/post-time-to-read/index.mjs.map +2 -2
  82. package/build-module/post-time-to-read/variations.mjs +2 -2
  83. package/build-module/post-time-to-read/variations.mjs.map +2 -2
  84. package/build-module/pullquote/edit.mjs +2 -7
  85. package/build-module/pullquote/edit.mjs.map +2 -2
  86. package/build-module/quote/edit.mjs +5 -10
  87. package/build-module/quote/edit.mjs.map +2 -2
  88. package/build-module/shortcode/transforms.mjs +2 -2
  89. package/build-module/shortcode/transforms.mjs.map +2 -2
  90. package/build-module/utils/waveform-player.mjs +44 -11
  91. package/build-module/utils/waveform-player.mjs.map +2 -2
  92. package/build-module/utils/waveform-utils.mjs +6 -4
  93. package/build-module/utils/waveform-utils.mjs.map +2 -2
  94. package/build-module/video/edit-common-settings.mjs +4 -7
  95. package/build-module/video/edit-common-settings.mjs.map +2 -2
  96. package/build-style/comment-template/style-rtl.css +1 -0
  97. package/build-style/comment-template/style.css +1 -0
  98. package/build-style/common-rtl.css +30 -10
  99. package/build-style/common.css +30 -10
  100. package/build-style/cover/style-rtl.css +2 -1
  101. package/build-style/cover/style.css +2 -1
  102. package/build-style/editor-rtl.css +22 -11
  103. package/build-style/editor.css +22 -11
  104. package/build-style/form-input/style-rtl.css +2 -0
  105. package/build-style/form-input/style.css +2 -0
  106. package/build-style/gallery/style-rtl.css +4 -2
  107. package/build-style/gallery/style.css +4 -2
  108. package/build-style/media-text/style-rtl.css +2 -1
  109. package/build-style/media-text/style.css +2 -1
  110. package/build-style/playlist/style-rtl.css +3 -0
  111. package/build-style/playlist/style.css +3 -0
  112. package/build-style/query/editor-rtl.css +8 -4
  113. package/build-style/query/editor.css +8 -4
  114. package/build-style/read-more/style-rtl.css +1 -0
  115. package/build-style/read-more/style.css +1 -0
  116. package/build-style/reset-rtl.css +3 -1
  117. package/build-style/reset.css +3 -1
  118. package/build-style/search/style-rtl.css +3 -1
  119. package/build-style/search/style.css +3 -1
  120. package/build-style/site-logo/editor-rtl.css +2 -1
  121. package/build-style/site-logo/editor.css +2 -1
  122. package/build-style/style-rtl.css +53 -17
  123. package/build-style/style.css +53 -17
  124. package/build-style/tab/style-rtl.css +3 -1
  125. package/build-style/tab/style.css +3 -1
  126. package/build-style/template-part/editor-rtl.css +8 -4
  127. package/build-style/template-part/editor.css +8 -4
  128. package/build-style/video/style-rtl.css +2 -1
  129. package/build-style/video/style.css +2 -1
  130. package/package.json +49 -45
  131. package/src/accordion/README.md +97 -0
  132. package/src/accordion-heading/README.md +81 -0
  133. package/src/accordion-item/README.md +85 -0
  134. package/src/accordion-panel/README.md +74 -0
  135. package/src/archives/README.md +56 -0
  136. package/src/audio/README.md +55 -0
  137. package/src/avatar/README.md +74 -0
  138. package/src/block/README.md +56 -0
  139. package/src/breadcrumbs/README.md +67 -0
  140. package/src/button/README.md +93 -0
  141. package/src/buttons/README.md +80 -0
  142. package/src/calendar/README.md +51 -0
  143. package/src/categories/README.md +69 -0
  144. package/src/code/README.md +55 -0
  145. package/src/column/README.md +72 -0
  146. package/src/columns/README.md +90 -0
  147. package/src/columns/test/transforms.js +164 -0
  148. package/src/columns/transforms.js +74 -0
  149. package/src/comment-author-avatar/README.md +63 -0
  150. package/src/comment-author-name/README.md +67 -0
  151. package/src/comment-content/README.md +61 -0
  152. package/src/comment-date/README.md +67 -0
  153. package/src/comment-edit-link/README.md +67 -0
  154. package/src/comment-reply-link/README.md +63 -0
  155. package/src/comment-template/README.md +60 -0
  156. package/src/comments/README.md +88 -0
  157. package/src/comments-pagination/README.md +77 -0
  158. package/src/comments-pagination-next/README.md +64 -0
  159. package/src/comments-pagination-numbers/README.md +64 -0
  160. package/src/comments-pagination-previous/README.md +64 -0
  161. package/src/comments-title/README.md +70 -0
  162. package/src/common.scss +63 -10
  163. package/src/cover/README.md +111 -0
  164. package/src/details/README.md +65 -0
  165. package/src/embed/README.md +56 -0
  166. package/src/file/README.md +60 -0
  167. package/src/footnotes/README.md +64 -0
  168. package/src/form/README.md +90 -0
  169. package/src/form-input/README.md +74 -0
  170. package/src/form-submission-notification/README.md +50 -0
  171. package/src/form-submit-button/README.md +54 -0
  172. package/src/freeform/README.md +49 -0
  173. package/src/gallery/README.md +115 -0
  174. package/src/gallery/edit.js +213 -350
  175. package/src/gallery/test/transforms.js +155 -0
  176. package/src/gallery/transforms.js +47 -0
  177. package/src/group/README.md +80 -0
  178. package/src/heading/README.md +60 -0
  179. package/src/heading/edit.js +1 -2
  180. package/src/home-link/README.md +66 -0
  181. package/src/home-link/index.php +3 -15
  182. package/src/html/README.md +48 -0
  183. package/src/icon/README.md +63 -0
  184. package/src/image/README.md +102 -0
  185. package/src/image/index.php +4 -4
  186. package/src/latest-comments/README.md +57 -0
  187. package/src/latest-posts/README.md +71 -0
  188. package/src/list/README.md +70 -0
  189. package/src/list/edit.js +2 -9
  190. package/src/list/ordered-list-settings.js +46 -92
  191. package/src/list-item/README.md +71 -0
  192. package/src/list-item/hooks/use-merge.js +53 -46
  193. package/src/loginout/README.md +56 -0
  194. package/src/math/README.md +50 -0
  195. package/src/media-text/README.md +92 -0
  196. package/src/missing/README.md +55 -0
  197. package/src/more/README.md +49 -0
  198. package/src/navigation/README.md +115 -0
  199. package/src/navigation/edit/index.js +10 -30
  200. package/src/navigation-link/README.md +93 -0
  201. package/src/navigation-link/edit.js +0 -1
  202. package/src/navigation-link/index.php +1 -15
  203. package/src/navigation-overlay-close/README.md +48 -0
  204. package/src/navigation-submenu/README.md +84 -0
  205. package/src/navigation-submenu/edit.js +1 -0
  206. package/src/navigation-submenu/index.php +1 -17
  207. package/src/nextpage/README.md +50 -0
  208. package/src/page-list/README.md +84 -0
  209. package/src/page-list/index.php +3 -15
  210. package/src/page-list-item/README.md +77 -0
  211. package/src/paragraph/README.md +70 -0
  212. package/src/paragraph/deprecated.js +1 -0
  213. package/src/paragraph/edit.js +13 -1
  214. package/src/pattern/README.md +45 -0
  215. package/src/playlist/README.md +86 -0
  216. package/src/playlist/block.json +12 -0
  217. package/src/playlist/edit.js +27 -0
  218. package/src/playlist/index.php +10 -3
  219. package/src/playlist/save.js +9 -1
  220. package/src/playlist/style.scss +7 -0
  221. package/src/playlist/view.js +1 -0
  222. package/src/playlist-track/README.md +69 -0
  223. package/src/post-author/README.md +78 -0
  224. package/src/post-author-biography/README.md +59 -0
  225. package/src/post-author-name/README.md +63 -0
  226. package/src/post-author-name/index.php +1 -1
  227. package/src/post-comment/README.md +61 -0
  228. package/src/post-comments-count/README.md +58 -0
  229. package/src/post-comments-form/README.md +59 -0
  230. package/src/post-comments-link/README.md +60 -0
  231. package/src/post-content/README.md +71 -0
  232. package/src/post-date/README.md +65 -0
  233. package/src/post-date/index.php +1 -1
  234. package/src/post-excerpt/README.md +66 -0
  235. package/src/post-featured-image/README.md +85 -0
  236. package/src/post-featured-image/index.php +1 -1
  237. package/src/post-navigation-link/README.md +63 -0
  238. package/src/post-template/README.md +71 -0
  239. package/src/post-terms/README.md +65 -0
  240. package/src/post-time-to-read/README.md +63 -0
  241. package/src/post-time-to-read/index.js +1 -1
  242. package/src/post-time-to-read/variations.js +2 -2
  243. package/src/post-title/README.md +69 -0
  244. package/src/preformatted/README.md +50 -0
  245. package/src/pullquote/README.md +64 -0
  246. package/src/pullquote/edit.js +1 -7
  247. package/src/query/README.md +64 -0
  248. package/src/query-no-results/README.md +65 -0
  249. package/src/query-pagination/README.md +79 -0
  250. package/src/query-pagination-next/README.md +67 -0
  251. package/src/query-pagination-numbers/README.md +65 -0
  252. package/src/query-pagination-previous/README.md +67 -0
  253. package/src/query-title/README.md +65 -0
  254. package/src/query-total/README.md +66 -0
  255. package/src/quote/README.md +75 -0
  256. package/src/quote/edit.js +3 -9
  257. package/src/read-more/README.md +61 -0
  258. package/src/read-more/index.php +2 -2
  259. package/src/rss/README.md +62 -0
  260. package/src/search/README.md +66 -0
  261. package/src/separator/README.md +62 -0
  262. package/src/shortcode/README.md +44 -0
  263. package/src/shortcode/transforms.js +2 -2
  264. package/src/site-logo/README.md +72 -0
  265. package/src/site-tagline/README.md +56 -0
  266. package/src/site-title/README.md +57 -0
  267. package/src/social-link/README.md +64 -0
  268. package/src/social-links/README.md +98 -0
  269. package/src/spacer/README.md +53 -0
  270. package/src/tab/README.md +69 -0
  271. package/src/tab-list/README.md +79 -0
  272. package/src/tab-panel/README.md +75 -0
  273. package/src/tab-panels/README.md +75 -0
  274. package/src/table/README.md +71 -0
  275. package/src/table-of-contents/README.md +61 -0
  276. package/src/tabs/README.md +83 -0
  277. package/src/tag-cloud/README.md +62 -0
  278. package/src/template-part/README.md +48 -0
  279. package/src/term-count/README.md +59 -0
  280. package/src/term-description/README.md +60 -0
  281. package/src/term-name/README.md +65 -0
  282. package/src/term-template/README.md +65 -0
  283. package/src/terms-query/README.md +58 -0
  284. package/src/text-columns/README.md +51 -0
  285. package/src/utils/test/waveform-player.js +254 -0
  286. package/src/utils/waveform-player.js +90 -18
  287. package/src/utils/waveform-utils.js +15 -11
  288. package/src/verse/README.md +58 -0
  289. package/src/video/README.md +58 -0
  290. package/src/video/edit-common-settings.js +4 -7
  291. package/src/audio/edit.native.js +0 -250
  292. package/src/audio/style.native.scss +0 -13
  293. package/src/audio/test/__snapshots__/edit.native.js.snap +0 -546
  294. package/src/audio/test/__snapshots__/transforms.native.js.snap +0 -25
  295. package/src/audio/test/edit.native.js +0 -132
  296. package/src/audio/test/transforms.native.js +0 -43
  297. package/src/audio/transforms.native.js +0 -12
  298. package/src/block/edit-title.native.js +0 -67
  299. package/src/block/edit.native.js +0 -247
  300. package/src/block/editor.native.scss +0 -125
  301. package/src/block/test/__snapshots__/transforms.native.js.snap +0 -15
  302. package/src/block/test/edit.native.js +0 -262
  303. package/src/block/test/transforms.native.js +0 -40
  304. package/src/button/color-background.native.js +0 -41
  305. package/src/button/edit.native.js +0 -567
  306. package/src/button/editor.native.scss +0 -70
  307. package/src/button/rich-text.android.scss +0 -6
  308. package/src/button/rich-text.ios.scss +0 -6
  309. package/src/buttons/edit.native.js +0 -157
  310. package/src/buttons/editor.native.scss +0 -11
  311. package/src/buttons/test/__snapshots__/edit.native.js.snap +0 -99
  312. package/src/buttons/test/__snapshots__/transforms.native.js.snap +0 -31
  313. package/src/buttons/test/edit.native.js +0 -485
  314. package/src/buttons/test/transforms.native.js +0 -48
  315. package/src/buttons/transforms.native.js +0 -12
  316. package/src/code/edit.native.js +0 -70
  317. package/src/code/test/__snapshots__/edit.native.js.snap +0 -13
  318. package/src/code/test/edit.native.js +0 -65
  319. package/src/code/theme.native.scss +0 -22
  320. package/src/code/transforms.native.js +0 -12
  321. package/src/column/column-preview.native.js +0 -58
  322. package/src/column/edit.native.js +0 -273
  323. package/src/column/editor.native.scss +0 -75
  324. package/src/columns/columnCalculations.native.js +0 -178
  325. package/src/columns/edit.native.js +0 -507
  326. package/src/columns/editor.native.scss +0 -17
  327. package/src/columns/test/__snapshots__/edit.native.js.snap +0 -305
  328. package/src/columns/test/__snapshots__/transforms.native.js.snap +0 -61
  329. package/src/columns/test/edit.native.js +0 -496
  330. package/src/columns/test/transforms.native.js +0 -89
  331. package/src/columns/transforms.native.js +0 -12
  332. package/src/cover/controls.native.js +0 -307
  333. package/src/cover/edit.native.js +0 -708
  334. package/src/cover/focal-point-settings-button.native.js +0 -53
  335. package/src/cover/overlay-color-settings.native.js +0 -106
  336. package/src/cover/style.native.scss +0 -220
  337. package/src/cover/test/__snapshots__/edit.native.js.snap +0 -105
  338. package/src/cover/test/__snapshots__/transforms.native.js.snap +0 -73
  339. package/src/cover/test/edit.native.js +0 -701
  340. package/src/cover/test/transforms.native.js +0 -116
  341. package/src/cover/transforms.native.js +0 -12
  342. package/src/cover/use-cover-is-dark.native.js +0 -51
  343. package/src/embed/edit.native.js +0 -345
  344. package/src/embed/embed-controls.native.js +0 -65
  345. package/src/embed/embed-link-settings.native.js +0 -99
  346. package/src/embed/embed-loading.native.js +0 -29
  347. package/src/embed/embed-no-preview.native.js +0 -230
  348. package/src/embed/embed-placeholder.native.js +0 -178
  349. package/src/embed/embed-preview.native.js +0 -157
  350. package/src/embed/styles.native.scss +0 -196
  351. package/src/embed/test/__snapshots__/index.native.js.snap +0 -191
  352. package/src/embed/test/__snapshots__/transforms.native.js.snap +0 -23
  353. package/src/embed/test/index.native.js +0 -1125
  354. package/src/embed/test/transforms.native.js +0 -44
  355. package/src/embed/transforms.native.js +0 -12
  356. package/src/embed/wp-embed-preview.native.js +0 -80
  357. package/src/file/edit.native.js +0 -605
  358. package/src/file/style.native.scss +0 -79
  359. package/src/file/test/__snapshots__/edit.native.js.snap +0 -580
  360. package/src/file/test/__snapshots__/transforms.native.js.snap +0 -19
  361. package/src/file/test/edit.native.js +0 -93
  362. package/src/file/test/transforms.native.js +0 -43
  363. package/src/file/transforms.native.js +0 -12
  364. package/src/freeform/edit.native.js +0 -13
  365. package/src/freeform/test/__snapshots__/index.native.js.snap +0 -7
  366. package/src/freeform/test/__snapshots__/transforms.native.js.snap +0 -19
  367. package/src/freeform/test/index.native.js +0 -57
  368. package/src/freeform/test/transforms.native.js +0 -39
  369. package/src/gallery/gallery-styles.native.scss +0 -8
  370. package/src/gallery/gallery.native.js +0 -124
  371. package/src/gallery/styles.native.scss +0 -7
  372. package/src/gallery/test/__snapshots__/index.native.js.snap +0 -177
  373. package/src/gallery/test/__snapshots__/transforms.native.js.snap +0 -53
  374. package/src/gallery/test/helpers.native.js +0 -106
  375. package/src/gallery/test/index.native.js +0 -700
  376. package/src/gallery/test/transforms.native.js +0 -53
  377. package/src/gallery/test/use-get-media.native.js +0 -24
  378. package/src/gallery/transforms.native.js +0 -12
  379. package/src/gallery/use-get-media.native.js +0 -49
  380. package/src/group/edit.native.js +0 -137
  381. package/src/group/editor.native.scss +0 -56
  382. package/src/group/test/__snapshots__/edit.native.js.snap +0 -19
  383. package/src/group/test/__snapshots__/transforms.native.js.snap +0 -35
  384. package/src/group/test/edit.native.js +0 -100
  385. package/src/group/test/transforms.native.js +0 -73
  386. package/src/heading/edit.native.js +0 -159
  387. package/src/heading/test/__snapshots__/index.native.js.snap +0 -43
  388. package/src/heading/test/__snapshots__/transforms.native.js.snap +0 -47
  389. package/src/heading/test/index.native.js +0 -257
  390. package/src/heading/test/transforms.native.js +0 -46
  391. package/src/heading/transforms.native.js +0 -12
  392. package/src/html/transforms.native.js +0 -11
  393. package/src/image/edit.native.js +0 -959
  394. package/src/image/styles.native.scss +0 -70
  395. package/src/image/test/__snapshots__/transforms.native.js.snap +0 -49
  396. package/src/image/test/edit.native.js +0 -459
  397. package/src/image/test/transforms.native.js +0 -49
  398. package/src/image/transforms.native.js +0 -12
  399. package/src/index.native.js +0 -274
  400. package/src/latest-posts/edit.native.js +0 -294
  401. package/src/latest-posts/style.native.scss +0 -47
  402. package/src/latest-posts/test/__snapshots__/edit.native.js.snap +0 -3
  403. package/src/latest-posts/test/__snapshots__/transforms.native.js.snap +0 -15
  404. package/src/latest-posts/test/edit.native.js +0 -49
  405. package/src/latest-posts/test/transforms.native.js +0 -61
  406. package/src/list/tag-name.native.js +0 -12
  407. package/src/list/test/__snapshots__/edit.native.js.snap +0 -121
  408. package/src/list/test/__snapshots__/transforms.native.js.snap +0 -85
  409. package/src/list/test/edit.native.js +0 -602
  410. package/src/list/test/transforms.native.js +0 -56
  411. package/src/list/transforms.native.js +0 -12
  412. package/src/list-item/edit.native.js +0 -175
  413. package/src/list-item/hooks/use-enter.native.js +0 -81
  414. package/src/list-item/icons.native.js +0 -34
  415. package/src/list-item/list-style-type.native.js +0 -146
  416. package/src/list-item/style.native.scss +0 -57
  417. package/src/media-text/edit.native.js +0 -417
  418. package/src/media-text/icon-retry.native.js +0 -11
  419. package/src/media-text/media-container.native.js +0 -393
  420. package/src/media-text/style.native.scss +0 -191
  421. package/src/media-text/test/__snapshots__/transforms.native.js.snap +0 -73
  422. package/src/media-text/test/edit.native.js +0 -58
  423. package/src/media-text/test/transforms.native.js +0 -116
  424. package/src/media-text/transforms.native.js +0 -12
  425. package/src/missing/edit.native.js +0 -294
  426. package/src/missing/style.native.scss +0 -79
  427. package/src/missing/test/__snapshots__/edit.native.js.snap +0 -110
  428. package/src/missing/test/edit-integration.native.js +0 -168
  429. package/src/missing/test/edit.native.js +0 -81
  430. package/src/more/edit.native.js +0 -36
  431. package/src/more/editor.native.scss +0 -21
  432. package/src/more/test/__snapshots__/edit.native.js.snap +0 -7
  433. package/src/more/test/__snapshots__/transforms.native.js.snap +0 -19
  434. package/src/more/test/edit.native.js +0 -41
  435. package/src/more/test/transforms.native.js +0 -42
  436. package/src/more/transforms.native.js +0 -12
  437. package/src/navigation-link/shared/build-css-font-sizes.php +0 -43
  438. package/src/nextpage/edit.native.js +0 -58
  439. package/src/nextpage/editor.native.scss +0 -21
  440. package/src/nextpage/test/__snapshots__/transforms.native.js.snap +0 -19
  441. package/src/nextpage/test/transforms.native.js +0 -42
  442. package/src/nextpage/transforms.native.js +0 -12
  443. package/src/paragraph/edit.native.js +0 -116
  444. package/src/paragraph/test/__snapshots__/edit.native.js.snap +0 -88
  445. package/src/paragraph/test/__snapshots__/transforms.native.js.snap +0 -65
  446. package/src/paragraph/test/edit.native.js +0 -999
  447. package/src/paragraph/test/transforms.native.js +0 -51
  448. package/src/paragraph/transforms.native.js +0 -12
  449. package/src/preformatted/edit.native.js +0 -48
  450. package/src/preformatted/styles.native.scss +0 -30
  451. package/src/preformatted/test/__snapshots__/edit.native.js.snap +0 -95
  452. package/src/preformatted/test/__snapshots__/transforms.native.js.snap +0 -37
  453. package/src/preformatted/test/edit.native.js +0 -111
  454. package/src/preformatted/test/transforms.native.js +0 -47
  455. package/src/preformatted/transforms.native.js +0 -12
  456. package/src/pullquote/blockquote.native.js +0 -39
  457. package/src/pullquote/blockquote.native.scss +0 -8
  458. package/src/pullquote/edit.native.js +0 -128
  459. package/src/pullquote/figure.native.js +0 -33
  460. package/src/pullquote/figure.native.scss +0 -16
  461. package/src/pullquote/test/__snapshots__/transforms.native.js.snap +0 -47
  462. package/src/pullquote/test/edit.native.js +0 -73
  463. package/src/pullquote/test/transforms.native.js +0 -46
  464. package/src/pullquote/transforms.native.js +0 -12
  465. package/src/quote/test/__snapshots__/transforms.native.js.snap +0 -49
  466. package/src/quote/test/edit.native.js +0 -94
  467. package/src/quote/test/transforms.native.js +0 -69
  468. package/src/quote/transforms.native.js +0 -12
  469. package/src/search/edit.native.js +0 -486
  470. package/src/search/style.native.scss +0 -99
  471. package/src/search/test/__snapshots__/edit.native.js.snap +0 -827
  472. package/src/search/test/__snapshots__/transforms.native.js.snap +0 -15
  473. package/src/search/test/edit.native.js +0 -170
  474. package/src/search/test/transforms.native.js +0 -40
  475. package/src/separator/separator-settings.native.js +0 -3
  476. package/src/separator/test/__snapshots__/edit.native.js.snap +0 -7
  477. package/src/separator/test/__snapshots__/transforms.native.js.snap +0 -25
  478. package/src/separator/test/edit.native.js +0 -41
  479. package/src/separator/test/transforms.native.js +0 -42
  480. package/src/separator/transforms.native.js +0 -12
  481. package/src/shortcode/edit.native.js +0 -77
  482. package/src/shortcode/style.native.scss +0 -44
  483. package/src/shortcode/test/__snapshots__/edit.native.js.snap +0 -9
  484. package/src/shortcode/test/__snapshots__/transforms.native.js.snap +0 -19
  485. package/src/shortcode/test/edit.native.js +0 -70
  486. package/src/shortcode/test/transforms.native.js +0 -42
  487. package/src/shortcode/transforms.native.js +0 -12
  488. package/src/social-link/edit.native.js +0 -219
  489. package/src/social-link/editor.native.scss +0 -18
  490. package/src/social-links/edit.native.js +0 -147
  491. package/src/social-links/editor.native.scss +0 -25
  492. package/src/social-links/test/__snapshots__/edit.native.js.snap +0 -57
  493. package/src/social-links/test/__snapshots__/transforms.native.js.snap +0 -31
  494. package/src/social-links/test/edit.native.js +0 -266
  495. package/src/social-links/test/transforms.native.js +0 -53
  496. package/src/spacer/controls.native.js +0 -86
  497. package/src/spacer/edit.native.js +0 -110
  498. package/src/spacer/editor.native.scss +0 -18
  499. package/src/spacer/save.native.js +0 -18
  500. package/src/spacer/test/__snapshots__/index.native.js.snap +0 -43
  501. package/src/spacer/test/__snapshots__/transforms.native.js.snap +0 -25
  502. package/src/spacer/test/index.native.js +0 -257
  503. package/src/spacer/test/transforms.native.js +0 -42
  504. package/src/table/transforms.native.js +0 -11
  505. package/src/text-columns/transforms.native.js +0 -12
  506. package/src/utils/init-block.native.js +0 -40
  507. package/src/utils/transformation-categories.native.js +0 -47
  508. package/src/verse/test/__snapshots__/edit.native.js.snap +0 -13
  509. package/src/verse/test/__snapshots__/transforms.native.js.snap +0 -31
  510. package/src/verse/test/edit.native.js +0 -118
  511. package/src/verse/test/transforms.native.js +0 -46
  512. package/src/verse/transforms.native.js +0 -12
  513. package/src/video/edit.native.js +0 -406
  514. package/src/video/icon-retry.native.js +0 -11
  515. package/src/video/style.native.scss +0 -81
  516. package/src/video/test/__snapshots__/transforms.native.js.snap +0 -41
  517. package/src/video/test/edit.native.js +0 -53
  518. package/src/video/test/transforms.native.js +0 -49
  519. package/src/video/transforms.native.js +0 -12
@@ -1,827 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Search Block renders block with button inside option 1`] = `
4
- <View
5
- accessibilityElementsHidden={true}
6
- className="wp-block-search__button-inside wp-block-search__text-button"
7
- importantForAccessibility="no-hide-descendants"
8
- >
9
- <View
10
- accessibilityLabel="search-block-label"
11
- accessibilityRole="none"
12
- accessible={true}
13
- >
14
- <View
15
- style={
16
- [
17
- undefined,
18
- undefined,
19
- ]
20
- }
21
- >
22
- <RCTAztecView
23
- accessibilityState={
24
- {
25
- "busy": undefined,
26
- "checked": undefined,
27
- "disabled": undefined,
28
- "expanded": undefined,
29
- "selected": undefined,
30
- }
31
- }
32
- accessible={true}
33
- activeFormats={[]}
34
- blockType={
35
- {
36
- "tag": "p",
37
- }
38
- }
39
- disableEditingMenu={false}
40
- focusable={true}
41
- fontFamily="serif"
42
- fontSize={16}
43
- isMultiline={false}
44
- maxImagesWidth={200}
45
- onBackspace={[Function]}
46
- onBlur={[Function]}
47
- onChange={[Function]}
48
- onClick={[Function]}
49
- onContentSizeChange={[Function]}
50
- onEnter={[Function]}
51
- onFocus={[Function]}
52
- onHTMLContentWithCursor={[Function]}
53
- onKeyDown={[Function]}
54
- onPaste={[Function]}
55
- onResponderGrant={[Function]}
56
- onResponderMove={[Function]}
57
- onResponderRelease={[Function]}
58
- onResponderTerminate={[Function]}
59
- onResponderTerminationRequest={[Function]}
60
- onSelectionChange={[Function]}
61
- onStartShouldSetResponder={[Function]}
62
- placeholder="Add label…"
63
- placeholderTextColor="gray"
64
- selectionColor="black"
65
- style={
66
- {
67
- "backgroundColor": undefined,
68
- "maxWidth": undefined,
69
- "minHeight": 0,
70
- }
71
- }
72
- text={
73
- {
74
- "eventCount": undefined,
75
- "linkTextColor": undefined,
76
- "selection": null,
77
- "tag": "p",
78
- "text": "<p>Search</p>",
79
- }
80
- }
81
- triggerKeyCodes={[]}
82
- />
83
- </View>
84
- </View>
85
- <View
86
- style={
87
- [
88
- undefined,
89
- undefined,
90
- false,
91
- ]
92
- }
93
- >
94
- <View
95
- accessibilityLabel="search-block-input"
96
- accessibilityRole="none"
97
- accessible={true}
98
- >
99
- <TextInput
100
- className="wp-block-search__input"
101
- ellipsizeMode="tail"
102
- fontFamily="serif"
103
- isSelected={false}
104
- label={null}
105
- numberOfLines={1}
106
- onBlur={[Function]}
107
- onChange={[Function]}
108
- onFocus={[Function]}
109
- placeholder="Optional placeholder…"
110
- scrollEnabled={false}
111
- style={
112
- [
113
- [
114
- false,
115
- undefined,
116
- undefined,
117
- ],
118
- undefined,
119
- ]
120
- }
121
- />
122
- </View>
123
- <View
124
- style={
125
- [
126
- undefined,
127
- false,
128
- undefined,
129
- undefined,
130
- ]
131
- }
132
- >
133
- <View
134
- accessibilityLabel="search-block-button"
135
- accessibilityRole="none"
136
- accessible={true}
137
- onLayout={[Function]}
138
- >
139
- <View
140
- style={
141
- [
142
- undefined,
143
- undefined,
144
- ]
145
- }
146
- >
147
- <RCTAztecView
148
- accessibilityState={
149
- {
150
- "busy": undefined,
151
- "checked": undefined,
152
- "disabled": undefined,
153
- "expanded": undefined,
154
- "selected": undefined,
155
- }
156
- }
157
- accessible={true}
158
- activeFormats={[]}
159
- blockType={
160
- {
161
- "tag": "p",
162
- }
163
- }
164
- disableEditingMenu={false}
165
- focusable={true}
166
- fontFamily="serif"
167
- fontSize={16}
168
- isMultiline={false}
169
- maxImagesWidth={200}
170
- minWidth={75}
171
- onBackspace={[Function]}
172
- onBlur={[Function]}
173
- onChange={[Function]}
174
- onClick={[Function]}
175
- onContentSizeChange={[Function]}
176
- onEnter={[Function]}
177
- onFocus={[Function]}
178
- onHTMLContentWithCursor={[Function]}
179
- onKeyDown={[Function]}
180
- onPaste={[Function]}
181
- onResponderGrant={[Function]}
182
- onResponderMove={[Function]}
183
- onResponderRelease={[Function]}
184
- onResponderTerminate={[Function]}
185
- onResponderTerminationRequest={[Function]}
186
- onSelectionChange={[Function]}
187
- onStartShouldSetResponder={[Function]}
188
- placeholder=""
189
- placeholderTextColor="gray"
190
- selectionColor="black"
191
- style={
192
- {
193
- "backgroundColor": undefined,
194
- "maxWidth": NaN,
195
- "minHeight": 0,
196
- }
197
- }
198
- text={
199
- {
200
- "eventCount": undefined,
201
- "linkTextColor": undefined,
202
- "selection": null,
203
- "tag": "p",
204
- "text": "<p>Search Button</p>",
205
- }
206
- }
207
- textAlign="center"
208
- triggerKeyCodes={[]}
209
- />
210
- </View>
211
- </View>
212
- </View>
213
- </View>
214
- </View>
215
- `;
216
-
217
- exports[`Search Block renders block with icon button option matches snapshot 1`] = `
218
- <View
219
- accessibilityElementsHidden={true}
220
- className="wp-block-search__button-outside wp-block-search__icon-button"
221
- importantForAccessibility="no-hide-descendants"
222
- >
223
- <View
224
- accessibilityLabel="search-block-label"
225
- accessibilityRole="none"
226
- accessible={true}
227
- >
228
- <View
229
- style={
230
- [
231
- undefined,
232
- undefined,
233
- ]
234
- }
235
- >
236
- <RCTAztecView
237
- accessibilityState={
238
- {
239
- "busy": undefined,
240
- "checked": undefined,
241
- "disabled": undefined,
242
- "expanded": undefined,
243
- "selected": undefined,
244
- }
245
- }
246
- accessible={true}
247
- activeFormats={[]}
248
- blockType={
249
- {
250
- "tag": "p",
251
- }
252
- }
253
- disableEditingMenu={false}
254
- focusable={true}
255
- fontFamily="serif"
256
- fontSize={16}
257
- isMultiline={false}
258
- maxImagesWidth={200}
259
- onBackspace={[Function]}
260
- onBlur={[Function]}
261
- onChange={[Function]}
262
- onClick={[Function]}
263
- onContentSizeChange={[Function]}
264
- onEnter={[Function]}
265
- onFocus={[Function]}
266
- onHTMLContentWithCursor={[Function]}
267
- onKeyDown={[Function]}
268
- onPaste={[Function]}
269
- onResponderGrant={[Function]}
270
- onResponderMove={[Function]}
271
- onResponderRelease={[Function]}
272
- onResponderTerminate={[Function]}
273
- onResponderTerminationRequest={[Function]}
274
- onSelectionChange={[Function]}
275
- onStartShouldSetResponder={[Function]}
276
- placeholder="Add label…"
277
- placeholderTextColor="gray"
278
- selectionColor="black"
279
- style={
280
- {
281
- "backgroundColor": undefined,
282
- "maxWidth": undefined,
283
- "minHeight": 0,
284
- }
285
- }
286
- text={
287
- {
288
- "eventCount": undefined,
289
- "linkTextColor": undefined,
290
- "selection": null,
291
- "tag": "p",
292
- "text": "<p>Search</p>",
293
- }
294
- }
295
- triggerKeyCodes={[]}
296
- />
297
- </View>
298
- </View>
299
- <View
300
- style={
301
- [
302
- undefined,
303
- false,
304
- false,
305
- ]
306
- }
307
- >
308
- <View
309
- accessibilityLabel="search-block-input"
310
- accessibilityRole="none"
311
- accessible={true}
312
- >
313
- <TextInput
314
- className="wp-block-search__input"
315
- ellipsizeMode="tail"
316
- fontFamily="serif"
317
- isSelected={false}
318
- label={null}
319
- numberOfLines={1}
320
- onBlur={[Function]}
321
- onChange={[Function]}
322
- onFocus={[Function]}
323
- placeholder="Optional placeholder…"
324
- scrollEnabled={false}
325
- style={
326
- [
327
- [
328
- undefined,
329
- undefined,
330
- undefined,
331
- ],
332
- undefined,
333
- ]
334
- }
335
- />
336
- </View>
337
- <View
338
- style={
339
- [
340
- undefined,
341
- false,
342
- undefined,
343
- undefined,
344
- ]
345
- }
346
- >
347
- <Svg
348
- fill="gray"
349
- height={24}
350
- onLayout={[Function]}
351
- style={{}}
352
- viewBox="0 0 24 24"
353
- width={24}
354
- xmlns="http://www.w3.org/2000/svg"
355
- >
356
- Path
357
- </Svg>
358
- </View>
359
- </View>
360
- </View>
361
- `;
362
-
363
- exports[`Search Block renders block with label hidden matches snapshot 1`] = `
364
- <View
365
- accessibilityElementsHidden={true}
366
- className="wp-block-search__button-outside wp-block-search__text-button"
367
- importantForAccessibility="no-hide-descendants"
368
- >
369
- <View
370
- style={
371
- [
372
- undefined,
373
- false,
374
- false,
375
- ]
376
- }
377
- >
378
- <View
379
- accessibilityLabel="search-block-input"
380
- accessibilityRole="none"
381
- accessible={true}
382
- >
383
- <TextInput
384
- className="wp-block-search__input"
385
- ellipsizeMode="tail"
386
- fontFamily="serif"
387
- isSelected={false}
388
- label={null}
389
- numberOfLines={1}
390
- onBlur={[Function]}
391
- onChange={[Function]}
392
- onFocus={[Function]}
393
- placeholder="Optional placeholder…"
394
- scrollEnabled={false}
395
- style={
396
- [
397
- [
398
- undefined,
399
- undefined,
400
- undefined,
401
- ],
402
- undefined,
403
- ]
404
- }
405
- />
406
- </View>
407
- <View
408
- style={
409
- [
410
- undefined,
411
- false,
412
- undefined,
413
- undefined,
414
- ]
415
- }
416
- >
417
- <View
418
- accessibilityLabel="search-block-button"
419
- accessibilityRole="none"
420
- accessible={true}
421
- onLayout={[Function]}
422
- >
423
- <View
424
- style={
425
- [
426
- undefined,
427
- undefined,
428
- ]
429
- }
430
- >
431
- <RCTAztecView
432
- accessibilityState={
433
- {
434
- "busy": undefined,
435
- "checked": undefined,
436
- "disabled": undefined,
437
- "expanded": undefined,
438
- "selected": undefined,
439
- }
440
- }
441
- accessible={true}
442
- activeFormats={[]}
443
- blockType={
444
- {
445
- "tag": "p",
446
- }
447
- }
448
- disableEditingMenu={false}
449
- focusable={true}
450
- fontFamily="serif"
451
- fontSize={16}
452
- isMultiline={false}
453
- maxImagesWidth={200}
454
- minWidth={75}
455
- onBackspace={[Function]}
456
- onBlur={[Function]}
457
- onChange={[Function]}
458
- onClick={[Function]}
459
- onContentSizeChange={[Function]}
460
- onEnter={[Function]}
461
- onFocus={[Function]}
462
- onHTMLContentWithCursor={[Function]}
463
- onKeyDown={[Function]}
464
- onPaste={[Function]}
465
- onResponderGrant={[Function]}
466
- onResponderMove={[Function]}
467
- onResponderRelease={[Function]}
468
- onResponderTerminate={[Function]}
469
- onResponderTerminationRequest={[Function]}
470
- onSelectionChange={[Function]}
471
- onStartShouldSetResponder={[Function]}
472
- placeholder=""
473
- placeholderTextColor="gray"
474
- selectionColor="black"
475
- style={
476
- {
477
- "backgroundColor": undefined,
478
- "maxWidth": NaN,
479
- "minHeight": 0,
480
- }
481
- }
482
- text={
483
- {
484
- "eventCount": undefined,
485
- "linkTextColor": undefined,
486
- "selection": null,
487
- "tag": "p",
488
- "text": "<p>Search Button</p>",
489
- }
490
- }
491
- textAlign="center"
492
- triggerKeyCodes={[]}
493
- />
494
- </View>
495
- </View>
496
- </View>
497
- </View>
498
- </View>
499
- `;
500
-
501
- exports[`Search Block renders with default configuration matches snapshot 1`] = `
502
- <View
503
- accessibilityElementsHidden={true}
504
- className="wp-block-search__button-outside wp-block-search__text-button"
505
- importantForAccessibility="no-hide-descendants"
506
- >
507
- <View
508
- accessibilityLabel="search-block-label"
509
- accessibilityRole="none"
510
- accessible={true}
511
- >
512
- <View
513
- style={
514
- [
515
- undefined,
516
- undefined,
517
- ]
518
- }
519
- >
520
- <RCTAztecView
521
- accessibilityState={
522
- {
523
- "busy": undefined,
524
- "checked": undefined,
525
- "disabled": undefined,
526
- "expanded": undefined,
527
- "selected": undefined,
528
- }
529
- }
530
- accessible={true}
531
- activeFormats={[]}
532
- blockType={
533
- {
534
- "tag": "p",
535
- }
536
- }
537
- disableEditingMenu={false}
538
- focusable={true}
539
- fontFamily="serif"
540
- fontSize={16}
541
- isMultiline={false}
542
- maxImagesWidth={200}
543
- onBackspace={[Function]}
544
- onBlur={[Function]}
545
- onChange={[Function]}
546
- onClick={[Function]}
547
- onContentSizeChange={[Function]}
548
- onEnter={[Function]}
549
- onFocus={[Function]}
550
- onHTMLContentWithCursor={[Function]}
551
- onKeyDown={[Function]}
552
- onPaste={[Function]}
553
- onResponderGrant={[Function]}
554
- onResponderMove={[Function]}
555
- onResponderRelease={[Function]}
556
- onResponderTerminate={[Function]}
557
- onResponderTerminationRequest={[Function]}
558
- onSelectionChange={[Function]}
559
- onStartShouldSetResponder={[Function]}
560
- placeholder="Add label…"
561
- placeholderTextColor="gray"
562
- selectionColor="black"
563
- style={
564
- {
565
- "backgroundColor": undefined,
566
- "maxWidth": undefined,
567
- "minHeight": 0,
568
- }
569
- }
570
- text={
571
- {
572
- "eventCount": undefined,
573
- "linkTextColor": undefined,
574
- "selection": null,
575
- "tag": "p",
576
- "text": "<p>Search</p>",
577
- }
578
- }
579
- triggerKeyCodes={[]}
580
- />
581
- </View>
582
- </View>
583
- <View
584
- style={
585
- [
586
- undefined,
587
- false,
588
- false,
589
- ]
590
- }
591
- >
592
- <View
593
- accessibilityLabel="search-block-input"
594
- accessibilityRole="none"
595
- accessible={true}
596
- >
597
- <TextInput
598
- className="wp-block-search__input"
599
- ellipsizeMode="tail"
600
- fontFamily="serif"
601
- isSelected={false}
602
- label={null}
603
- numberOfLines={1}
604
- onBlur={[Function]}
605
- onChange={[Function]}
606
- onFocus={[Function]}
607
- placeholder="Optional placeholder…"
608
- scrollEnabled={false}
609
- style={
610
- [
611
- [
612
- undefined,
613
- undefined,
614
- undefined,
615
- ],
616
- undefined,
617
- ]
618
- }
619
- />
620
- </View>
621
- <View
622
- style={
623
- [
624
- undefined,
625
- false,
626
- undefined,
627
- undefined,
628
- ]
629
- }
630
- >
631
- <View
632
- accessibilityLabel="search-block-button"
633
- accessibilityRole="none"
634
- accessible={true}
635
- onLayout={[Function]}
636
- >
637
- <View
638
- style={
639
- [
640
- undefined,
641
- undefined,
642
- ]
643
- }
644
- >
645
- <RCTAztecView
646
- accessibilityState={
647
- {
648
- "busy": undefined,
649
- "checked": undefined,
650
- "disabled": undefined,
651
- "expanded": undefined,
652
- "selected": undefined,
653
- }
654
- }
655
- accessible={true}
656
- activeFormats={[]}
657
- blockType={
658
- {
659
- "tag": "p",
660
- }
661
- }
662
- disableEditingMenu={false}
663
- focusable={true}
664
- fontFamily="serif"
665
- fontSize={16}
666
- isMultiline={false}
667
- maxImagesWidth={200}
668
- minWidth={75}
669
- onBackspace={[Function]}
670
- onBlur={[Function]}
671
- onChange={[Function]}
672
- onClick={[Function]}
673
- onContentSizeChange={[Function]}
674
- onEnter={[Function]}
675
- onFocus={[Function]}
676
- onHTMLContentWithCursor={[Function]}
677
- onKeyDown={[Function]}
678
- onPaste={[Function]}
679
- onResponderGrant={[Function]}
680
- onResponderMove={[Function]}
681
- onResponderRelease={[Function]}
682
- onResponderTerminate={[Function]}
683
- onResponderTerminationRequest={[Function]}
684
- onSelectionChange={[Function]}
685
- onStartShouldSetResponder={[Function]}
686
- placeholder=""
687
- placeholderTextColor="gray"
688
- selectionColor="black"
689
- style={
690
- {
691
- "backgroundColor": undefined,
692
- "maxWidth": NaN,
693
- "minHeight": 0,
694
- }
695
- }
696
- text={
697
- {
698
- "eventCount": undefined,
699
- "linkTextColor": undefined,
700
- "selection": null,
701
- "tag": "p",
702
- "text": "<p>Search Button</p>",
703
- }
704
- }
705
- textAlign="center"
706
- triggerKeyCodes={[]}
707
- />
708
- </View>
709
- </View>
710
- </View>
711
- </View>
712
- </View>
713
- `;
714
-
715
- exports[`Search Block renders with no-button option matches snapshot 1`] = `
716
- <View
717
- accessibilityElementsHidden={true}
718
- className="wp-block-search__no-button"
719
- importantForAccessibility="no-hide-descendants"
720
- >
721
- <View
722
- accessibilityLabel="search-block-label"
723
- accessibilityRole="none"
724
- accessible={true}
725
- >
726
- <View
727
- style={
728
- [
729
- undefined,
730
- undefined,
731
- ]
732
- }
733
- >
734
- <RCTAztecView
735
- accessibilityState={
736
- {
737
- "busy": undefined,
738
- "checked": undefined,
739
- "disabled": undefined,
740
- "expanded": undefined,
741
- "selected": undefined,
742
- }
743
- }
744
- accessible={true}
745
- activeFormats={[]}
746
- blockType={
747
- {
748
- "tag": "p",
749
- }
750
- }
751
- disableEditingMenu={false}
752
- focusable={true}
753
- fontFamily="serif"
754
- fontSize={16}
755
- isMultiline={false}
756
- maxImagesWidth={200}
757
- onBackspace={[Function]}
758
- onBlur={[Function]}
759
- onChange={[Function]}
760
- onClick={[Function]}
761
- onContentSizeChange={[Function]}
762
- onEnter={[Function]}
763
- onFocus={[Function]}
764
- onHTMLContentWithCursor={[Function]}
765
- onKeyDown={[Function]}
766
- onPaste={[Function]}
767
- onResponderGrant={[Function]}
768
- onResponderMove={[Function]}
769
- onResponderRelease={[Function]}
770
- onResponderTerminate={[Function]}
771
- onResponderTerminationRequest={[Function]}
772
- onSelectionChange={[Function]}
773
- onStartShouldSetResponder={[Function]}
774
- placeholder="Add label…"
775
- placeholderTextColor="gray"
776
- selectionColor="black"
777
- style={
778
- {
779
- "backgroundColor": undefined,
780
- "maxWidth": undefined,
781
- "minHeight": 0,
782
- }
783
- }
784
- text={
785
- {
786
- "eventCount": undefined,
787
- "linkTextColor": undefined,
788
- "selection": null,
789
- "tag": "p",
790
- "text": "<p>Search</p>",
791
- }
792
- }
793
- triggerKeyCodes={[]}
794
- />
795
- </View>
796
- </View>
797
- <View
798
- accessibilityLabel="search-block-input"
799
- accessibilityRole="none"
800
- accessible={true}
801
- >
802
- <TextInput
803
- className="wp-block-search__input"
804
- ellipsizeMode="tail"
805
- fontFamily="serif"
806
- isSelected={false}
807
- label={null}
808
- numberOfLines={1}
809
- onBlur={[Function]}
810
- onChange={[Function]}
811
- onFocus={[Function]}
812
- placeholder="Optional placeholder…"
813
- scrollEnabled={false}
814
- style={
815
- [
816
- [
817
- undefined,
818
- undefined,
819
- undefined,
820
- ],
821
- undefined,
822
- ]
823
- }
824
- />
825
- </View>
826
- </View>
827
- `;