@wordpress/block-library 8.18.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.
- package/CHANGELOG.md +2 -0
- package/README.md +1 -1
- package/build/block/edit.js +53 -2
- package/build/block/edit.js.map +1 -1
- package/build/button/edit.js +7 -4
- package/build/button/edit.js.map +1 -1
- package/build/button/index.js +11 -2
- package/build/button/index.js.map +1 -1
- package/build/button/save.js +10 -4
- package/build/button/save.js.map +1 -1
- package/build/buttons/edit.js +12 -3
- package/build/buttons/edit.js.map +1 -1
- package/build/code/edit.js +8 -2
- package/build/code/edit.js.map +1 -1
- package/build/code/index.js +7 -1
- package/build/code/index.js.map +1 -1
- package/build/column/edit.native.js +5 -5
- package/build/column/edit.native.js.map +1 -1
- package/build/column/index.js +1 -0
- package/build/column/index.js.map +1 -1
- package/build/columns/index.js +2 -0
- package/build/columns/index.js.map +1 -1
- package/build/file/edit.native.js +1 -1
- package/build/file/edit.native.js.map +1 -1
- package/build/file/index.js +2 -1
- package/build/file/index.js.map +1 -1
- package/build/file/utils/index.js +1 -15
- package/build/file/utils/index.js.map +1 -1
- package/build/file/view.js +14 -1
- package/build/file/view.js.map +1 -1
- package/build/footnotes/edit.js +14 -5
- package/build/footnotes/edit.js.map +1 -1
- package/build/gallery/edit.js +1 -1
- package/build/gallery/edit.js.map +1 -1
- package/build/group/edit.js +0 -1
- package/build/group/edit.js.map +1 -1
- package/build/group/index.js +5 -0
- package/build/group/index.js.map +1 -1
- package/build/heading/edit.js +0 -1
- package/build/heading/edit.js.map +1 -1
- package/build/heading/index.js +2 -0
- package/build/heading/index.js.map +1 -1
- package/build/heading/transforms.js +3 -6
- package/build/heading/transforms.js.map +1 -1
- package/build/image/deprecated.js +191 -7
- package/build/image/deprecated.js.map +1 -1
- package/build/image/edit.js +27 -12
- package/build/image/edit.js.map +1 -1
- package/build/image/image.js +75 -40
- package/build/image/image.js.map +1 -1
- package/build/image/index.js +7 -4
- package/build/image/index.js.map +1 -1
- package/build/image/{view-interactivity.js → view.js} +1 -1
- package/build/image/view.js.map +1 -0
- package/build/list/deprecated.js +93 -1
- package/build/list/deprecated.js.map +1 -1
- package/build/list/edit.js +10 -10
- package/build/list/edit.js.map +1 -1
- package/build/list/ordered-list-settings.js +10 -10
- package/build/list/ordered-list-settings.js.map +1 -1
- package/build/list/save.js +4 -2
- package/build/list/save.js.map +1 -1
- package/build/list/utils.js +21 -2
- package/build/list/utils.js.map +1 -1
- package/build/navigation/constants.js +1 -1
- package/build/navigation/constants.js.map +1 -1
- package/build/navigation/index.js +4 -2
- package/build/navigation/index.js.map +1 -1
- package/build/navigation/view.js +168 -82
- package/build/navigation/view.js.map +1 -1
- package/build/navigation-link/edit.js +3 -9
- package/build/navigation-link/edit.js.map +1 -1
- package/build/navigation-link/transforms.js +24 -0
- package/build/navigation-link/transforms.js.map +1 -1
- package/build/page-list/edit.js +2 -1
- package/build/page-list/edit.js.map +1 -1
- package/build/post-comments-form/edit.js +10 -2
- package/build/post-comments-form/edit.js.map +1 -1
- package/build/post-comments-form/form.js +5 -3
- package/build/post-comments-form/form.js.map +1 -1
- package/build/post-content/edit.js +8 -7
- package/build/post-content/edit.js.map +1 -1
- package/build/post-content/index.js +3 -0
- package/build/post-content/index.js.map +1 -1
- package/build/post-featured-image/overlay.js +2 -1
- package/build/post-featured-image/overlay.js.map +1 -1
- package/build/post-terms/use-post-terms.js +3 -2
- package/build/post-terms/use-post-terms.js.map +1 -1
- package/build/preformatted/edit.js +4 -1
- package/build/preformatted/edit.js.map +1 -1
- package/build/preformatted/index.js +1 -1
- package/build/preformatted/index.js.map +1 -1
- package/build/pullquote/deprecated.js +6 -7
- package/build/pullquote/deprecated.js.map +1 -1
- package/build/query/edit/enhanced-pagination-modal.js +56 -0
- package/build/query/edit/enhanced-pagination-modal.js.map +1 -0
- package/build/query/edit/inspector-controls/enhanced-pagination-control.js +42 -0
- package/build/query/edit/inspector-controls/enhanced-pagination-control.js.map +1 -0
- package/build/query/edit/inspector-controls/index.js +8 -25
- package/build/query/edit/inspector-controls/index.js.map +1 -1
- package/build/query/edit/query-content.js +8 -2
- package/build/query/edit/query-content.js.map +1 -1
- package/build/query/utils.js +19 -0
- package/build/query/utils.js.map +1 -1
- package/build/query/view.js +4 -5
- package/build/query/view.js.map +1 -1
- package/build/search/index.js +1 -0
- package/build/search/index.js.map +1 -1
- package/build/search/view.js +81 -150
- package/build/search/view.js.map +1 -1
- package/build/social-link/edit.native.js +3 -1
- package/build/social-link/edit.native.js.map +1 -1
- package/build/table/edit.js +7 -7
- package/build/table/edit.js.map +1 -1
- package/build/table-of-contents/edit.js +2 -130
- package/build/table-of-contents/edit.js.map +1 -1
- package/build/table-of-contents/hooks.js +145 -0
- package/build/table-of-contents/hooks.js.map +1 -0
- package/build/table-of-contents/index.js +2 -1
- package/build/table-of-contents/index.js.map +1 -1
- package/build/verse/edit.js +4 -1
- package/build/verse/edit.js.map +1 -1
- package/build/verse/index.js +1 -1
- package/build/verse/index.js.map +1 -1
- package/build-module/block/edit.js +54 -3
- package/build-module/block/edit.js.map +1 -1
- package/build-module/button/edit.js +7 -4
- package/build-module/button/edit.js.map +1 -1
- package/build-module/button/index.js +11 -2
- package/build-module/button/index.js.map +1 -1
- package/build-module/button/save.js +10 -4
- package/build-module/button/save.js.map +1 -1
- package/build-module/buttons/edit.js +12 -3
- package/build-module/buttons/edit.js.map +1 -1
- package/build-module/code/edit.js +8 -2
- package/build-module/code/edit.js.map +1 -1
- package/build-module/code/index.js +7 -1
- package/build-module/code/index.js.map +1 -1
- package/build-module/column/edit.native.js +5 -5
- package/build-module/column/edit.native.js.map +1 -1
- package/build-module/column/index.js +1 -0
- package/build-module/column/index.js.map +1 -1
- package/build-module/columns/index.js +2 -0
- package/build-module/columns/index.js.map +1 -1
- package/build-module/file/edit.native.js +1 -1
- package/build-module/file/edit.native.js.map +1 -1
- package/build-module/file/index.js +2 -1
- package/build-module/file/index.js.map +1 -1
- package/build-module/file/utils/index.js +0 -13
- package/build-module/file/utils/index.js.map +1 -1
- package/build-module/file/view.js +14 -2
- package/build-module/file/view.js.map +1 -1
- package/build-module/footnotes/edit.js +14 -5
- package/build-module/footnotes/edit.js.map +1 -1
- package/build-module/gallery/edit.js +1 -1
- package/build-module/gallery/edit.js.map +1 -1
- package/build-module/group/edit.js +0 -1
- package/build-module/group/edit.js.map +1 -1
- package/build-module/group/index.js +5 -0
- package/build-module/group/index.js.map +1 -1
- package/build-module/heading/edit.js +0 -1
- package/build-module/heading/edit.js.map +1 -1
- package/build-module/heading/index.js +2 -0
- package/build-module/heading/index.js.map +1 -1
- package/build-module/heading/transforms.js +3 -6
- package/build-module/heading/transforms.js.map +1 -1
- package/build-module/image/deprecated.js +191 -7
- package/build-module/image/deprecated.js.map +1 -1
- package/build-module/image/edit.js +27 -12
- package/build-module/image/edit.js.map +1 -1
- package/build-module/image/image.js +77 -42
- package/build-module/image/image.js.map +1 -1
- package/build-module/image/index.js +7 -4
- package/build-module/image/index.js.map +1 -1
- package/build-module/image/{view-interactivity.js → view.js} +1 -1
- package/build-module/image/view.js.map +1 -0
- package/build-module/list/deprecated.js +95 -3
- package/build-module/list/deprecated.js.map +1 -1
- package/build-module/list/edit.js +10 -10
- package/build-module/list/edit.js.map +1 -1
- package/build-module/list/ordered-list-settings.js +10 -10
- package/build-module/list/ordered-list-settings.js.map +1 -1
- package/build-module/list/save.js +4 -2
- package/build-module/list/save.js.map +1 -1
- package/build-module/list/utils.js +20 -2
- package/build-module/list/utils.js.map +1 -1
- package/build-module/navigation/constants.js +1 -1
- package/build-module/navigation/constants.js.map +1 -1
- package/build-module/navigation/index.js +4 -2
- package/build-module/navigation/index.js.map +1 -1
- package/build-module/navigation/view.js +168 -83
- package/build-module/navigation/view.js.map +1 -1
- package/build-module/navigation-link/edit.js +3 -9
- package/build-module/navigation-link/edit.js.map +1 -1
- package/build-module/navigation-link/transforms.js +24 -0
- package/build-module/navigation-link/transforms.js.map +1 -1
- package/build-module/page-list/edit.js +2 -1
- package/build-module/page-list/edit.js.map +1 -1
- package/build-module/post-comments-form/edit.js +10 -2
- package/build-module/post-comments-form/edit.js.map +1 -1
- package/build-module/post-comments-form/form.js +5 -3
- package/build-module/post-comments-form/form.js.map +1 -1
- package/build-module/post-content/edit.js +8 -7
- package/build-module/post-content/edit.js.map +1 -1
- package/build-module/post-content/index.js +3 -0
- package/build-module/post-content/index.js.map +1 -1
- package/build-module/post-featured-image/overlay.js +2 -1
- package/build-module/post-featured-image/overlay.js.map +1 -1
- package/build-module/post-terms/use-post-terms.js +3 -2
- package/build-module/post-terms/use-post-terms.js.map +1 -1
- package/build-module/preformatted/edit.js +4 -1
- package/build-module/preformatted/edit.js.map +1 -1
- package/build-module/preformatted/index.js +1 -1
- package/build-module/preformatted/index.js.map +1 -1
- package/build-module/pullquote/deprecated.js +6 -7
- package/build-module/pullquote/deprecated.js.map +1 -1
- package/build-module/query/edit/enhanced-pagination-modal.js +50 -0
- package/build-module/query/edit/enhanced-pagination-modal.js.map +1 -0
- package/build-module/query/edit/inspector-controls/enhanced-pagination-control.js +35 -0
- package/build-module/query/edit/inspector-controls/enhanced-pagination-control.js.map +1 -0
- package/build-module/query/edit/inspector-controls/index.js +9 -26
- package/build-module/query/edit/inspector-controls/index.js.map +1 -1
- package/build-module/query/edit/query-content.js +8 -2
- package/build-module/query/edit/query-content.js.map +1 -1
- package/build-module/query/utils.js +17 -0
- package/build-module/query/utils.js.map +1 -1
- package/build-module/query/view.js +4 -5
- package/build-module/query/view.js.map +1 -1
- package/build-module/search/index.js +1 -0
- package/build-module/search/index.js.map +1 -1
- package/build-module/search/view.js +81 -151
- package/build-module/search/view.js.map +1 -1
- package/build-module/social-link/edit.native.js +3 -1
- package/build-module/social-link/edit.native.js.map +1 -1
- package/build-module/table/edit.js +7 -7
- package/build-module/table/edit.js.map +1 -1
- package/build-module/table-of-contents/edit.js +3 -131
- package/build-module/table-of-contents/edit.js.map +1 -1
- package/build-module/table-of-contents/hooks.js +137 -0
- package/build-module/table-of-contents/hooks.js.map +1 -0
- package/build-module/table-of-contents/index.js +2 -1
- package/build-module/table-of-contents/index.js.map +1 -1
- package/build-module/verse/edit.js +4 -1
- package/build-module/verse/edit.js.map +1 -1
- package/build-module/verse/index.js +1 -1
- package/build-module/verse/index.js.map +1 -1
- package/build-style/cover/style-rtl.css +9 -0
- package/build-style/cover/style.css +9 -0
- package/build-style/editor-rtl.css +15 -9
- package/build-style/editor.css +15 -9
- package/build-style/file/style-rtl.css +5 -0
- package/build-style/file/style.css +5 -0
- package/build-style/heading/style-rtl.css +13 -0
- package/build-style/heading/style.css +13 -0
- package/build-style/navigation-link/editor-rtl.css +0 -9
- package/build-style/navigation-link/editor.css +0 -9
- package/build-style/paragraph/editor-rtl.css +5 -0
- package/build-style/paragraph/editor.css +5 -0
- package/build-style/paragraph/style-rtl.css +5 -0
- package/build-style/paragraph/style.css +5 -0
- package/build-style/post-navigation-link/style-rtl.css +3 -0
- package/build-style/post-navigation-link/style.css +3 -0
- package/build-style/query/editor-rtl.css +10 -0
- package/build-style/query/editor.css +10 -0
- package/build-style/query/style-rtl.css +1 -1
- package/build-style/query/style.css +1 -1
- package/build-style/reset-rtl.css +27 -27
- package/build-style/reset.css +27 -27
- package/build-style/style-rtl.css +35 -0
- package/build-style/style.css +35 -0
- package/package.json +32 -33
- package/src/audio/test/__snapshots__/edit.native.js.snap +78 -106
- package/src/avatar/index.php +2 -2
- package/src/block/edit.js +58 -2
- package/src/block/test/edit.native.js +2 -3
- package/src/button/block.json +11 -2
- package/src/button/edit.js +27 -11
- package/src/button/save.js +10 -4
- package/src/buttons/edit.js +13 -3
- package/src/buttons/test/edit.native.js +28 -24
- package/src/calendar/index.php +2 -2
- package/src/code/block.json +2 -1
- package/src/code/edit.js +13 -1
- package/src/code/index.js +5 -0
- package/src/column/block.json +1 -0
- package/src/column/edit.native.js +4 -4
- package/src/columns/block.json +2 -0
- package/src/columns/test/__snapshots__/edit.native.js.snap +14 -0
- package/src/columns/test/edit.native.js +47 -17
- package/src/comment-template/index.php +1 -1
- package/src/comments-pagination-next/index.php +1 -1
- package/src/comments-pagination-previous/index.php +1 -1
- package/src/cover/style.scss +12 -1
- package/src/cover/test/edit.js +7 -7
- package/src/cover/test/edit.native.js +18 -27
- package/src/embed/test/index.native.js +30 -45
- package/src/file/block.json +2 -1
- package/src/file/edit.native.js +1 -1
- package/src/file/index.php +19 -21
- package/src/file/style.scss +6 -1
- package/src/file/test/__snapshots__/edit.native.js.snap +162 -218
- package/src/file/utils/index.js +0 -15
- package/src/file/view.js +14 -5
- package/src/footnotes/edit.js +16 -2
- package/src/gallery/edit.js +1 -1
- package/src/gallery/index.php +1 -1
- package/src/group/block.json +5 -0
- package/src/group/edit.js +0 -1
- package/src/heading/block.json +2 -0
- package/src/heading/edit.js +0 -1
- package/src/heading/style.scss +4 -0
- package/src/heading/transforms.js +1 -6
- package/src/image/block.json +7 -4
- package/src/image/deprecated.js +210 -7
- package/src/image/edit.js +43 -29
- package/src/image/image.js +86 -43
- package/src/image/index.php +251 -28
- package/src/latest-posts/index.php +1 -1
- package/src/list/deprecated.js +84 -3
- package/src/list/edit.js +6 -3
- package/src/list/ordered-list-settings.js +20 -5
- package/src/list/save.js +10 -1
- package/src/list/test/edit.native.js +2 -4
- package/src/list/utils.js +22 -1
- package/src/navigation/block.json +4 -2
- package/src/navigation/constants.js +1 -0
- package/src/navigation/index.php +85 -123
- package/src/navigation/view.js +192 -96
- package/src/navigation-link/edit.js +21 -36
- package/src/navigation-link/editor.scss +0 -8
- package/src/navigation-link/transforms.js +22 -0
- package/src/page-list/edit.js +2 -1
- package/src/paragraph/editor.scss +5 -0
- package/src/paragraph/style.scss +5 -0
- package/src/pattern/index.php +2 -2
- package/src/post-comments-form/edit.js +10 -0
- package/src/post-comments-form/form.js +7 -1
- package/src/post-content/block.json +3 -0
- package/src/post-content/edit.js +14 -6
- package/src/post-excerpt/index.php +2 -2
- package/src/post-featured-image/index.php +2 -2
- package/src/post-featured-image/overlay.js +1 -0
- package/src/post-navigation-link/index.php +5 -1
- package/src/post-navigation-link/style.scss +4 -0
- package/src/post-template/index.php +1 -1
- package/src/post-terms/index.php +5 -2
- package/src/post-terms/use-post-terms.js +4 -2
- package/src/preformatted/edit.js +5 -0
- package/src/preformatted/index.js +1 -1
- package/src/pullquote/deprecated.js +8 -13
- package/src/query/edit/enhanced-pagination-modal.js +65 -0
- package/src/query/edit/inspector-controls/enhanced-pagination-control.js +49 -0
- package/src/query/edit/inspector-controls/index.js +9 -45
- package/src/query/edit/query-content.js +8 -0
- package/src/query/editor.scss +10 -0
- package/src/query/index.php +29 -16
- package/src/query/style.scss +2 -2
- package/src/query/utils.js +22 -0
- package/src/query/view.js +5 -5
- package/src/query-pagination-next/index.php +1 -1
- package/src/query-pagination-previous/index.php +1 -1
- package/src/reset.scss +1 -1
- package/src/search/block.json +1 -0
- package/src/search/index.php +45 -4
- package/src/search/test/__snapshots__/edit.native.js.snap +265 -363
- package/src/search/view.js +70 -169
- package/src/social-link/edit.native.js +1 -1
- package/src/social-link/editor.native.scss +4 -0
- package/src/table/edit.js +21 -19
- package/src/table-of-contents/block.json +2 -1
- package/src/table-of-contents/edit.js +5 -162
- package/src/table-of-contents/hooks.js +156 -0
- package/src/verse/edit.js +5 -0
- package/src/verse/index.js +1 -1
- package/src/verse/test/edit.native.js +2 -3
- package/build/file/view-interactivity.js +0 -22
- package/build/file/view-interactivity.js.map +0 -1
- package/build/image/view-interactivity.js.map +0 -1
- package/build/navigation/view-interactivity.js +0 -172
- package/build/navigation/view-interactivity.js.map +0 -1
- package/build/navigation/view-modal.js +0 -115
- package/build/navigation/view-modal.js.map +0 -1
- package/build-module/file/view-interactivity.js +0 -18
- package/build-module/file/view-interactivity.js.map +0 -1
- package/build-module/image/view-interactivity.js.map +0 -1
- package/build-module/navigation/view-interactivity.js +0 -169
- package/build-module/navigation/view-interactivity.js.map +0 -1
- package/build-module/navigation/view-modal.js +0 -112
- package/build-module/navigation/view-modal.js.map +0 -1
- package/src/file/view-interactivity.js +0 -18
- package/src/navigation/view-interactivity.js +0 -196
- package/src/navigation/view-modal.js +0 -127
- /package/src/image/{view-interactivity.js → view.js} +0 -0
|
@@ -19,7 +19,7 @@ exports[`Search Block renders block with button inside option 1`] = `
|
|
|
19
19
|
]
|
|
20
20
|
}
|
|
21
21
|
>
|
|
22
|
-
<
|
|
22
|
+
<RCTAztecView
|
|
23
23
|
accessibilityState={
|
|
24
24
|
{
|
|
25
25
|
"busy": undefined,
|
|
@@ -29,71 +29,57 @@ exports[`Search Block renders block with button inside option 1`] = `
|
|
|
29
29
|
"selected": undefined,
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
|
|
32
|
+
accessible={true}
|
|
33
|
+
activeFormats={[]}
|
|
34
|
+
blockType={
|
|
33
35
|
{
|
|
34
|
-
"
|
|
35
|
-
"min": undefined,
|
|
36
|
-
"now": undefined,
|
|
37
|
-
"text": undefined,
|
|
36
|
+
"tag": "p",
|
|
38
37
|
}
|
|
39
38
|
}
|
|
40
|
-
|
|
41
|
-
collapsable={false}
|
|
39
|
+
disableEditingMenu={false}
|
|
42
40
|
focusable={true}
|
|
41
|
+
fontFamily="serif"
|
|
42
|
+
fontSize={16}
|
|
43
|
+
isMultiline={false}
|
|
44
|
+
maxImagesWidth={200}
|
|
45
|
+
onBackspace={[Function]}
|
|
43
46
|
onBlur={[Function]}
|
|
47
|
+
onChange={[Function]}
|
|
44
48
|
onClick={[Function]}
|
|
49
|
+
onContentSizeChange={[Function]}
|
|
50
|
+
onEnter={[Function]}
|
|
45
51
|
onFocus={[Function]}
|
|
52
|
+
onHTMLContentWithCursor={[Function]}
|
|
53
|
+
onKeyDown={[Function]}
|
|
54
|
+
onPaste={[Function]}
|
|
46
55
|
onResponderGrant={[Function]}
|
|
47
56
|
onResponderMove={[Function]}
|
|
48
57
|
onResponderRelease={[Function]}
|
|
49
58
|
onResponderTerminate={[Function]}
|
|
50
59
|
onResponderTerminationRequest={[Function]}
|
|
60
|
+
onSelectionChange={[Function]}
|
|
51
61
|
onStartShouldSetResponder={[Function]}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
disableEditingMenu={false}
|
|
61
|
-
fontFamily="serif"
|
|
62
|
-
fontSize={16}
|
|
63
|
-
isMultiline={false}
|
|
64
|
-
maxImagesWidth={200}
|
|
65
|
-
onBackspace={[Function]}
|
|
66
|
-
onBlur={[Function]}
|
|
67
|
-
onChange={[Function]}
|
|
68
|
-
onContentSizeChange={[Function]}
|
|
69
|
-
onEnter={[Function]}
|
|
70
|
-
onFocus={[Function]}
|
|
71
|
-
onHTMLContentWithCursor={[Function]}
|
|
72
|
-
onKeyDown={[Function]}
|
|
73
|
-
onPaste={[Function]}
|
|
74
|
-
onSelectionChange={[Function]}
|
|
75
|
-
placeholder="Add label…"
|
|
76
|
-
placeholderTextColor="gray"
|
|
77
|
-
selectionColor="black"
|
|
78
|
-
style={
|
|
79
|
-
{
|
|
80
|
-
"backgroundColor": undefined,
|
|
81
|
-
"maxWidth": undefined,
|
|
82
|
-
"minHeight": 0,
|
|
83
|
-
}
|
|
62
|
+
placeholder="Add label…"
|
|
63
|
+
placeholderTextColor="gray"
|
|
64
|
+
selectionColor="black"
|
|
65
|
+
style={
|
|
66
|
+
{
|
|
67
|
+
"backgroundColor": undefined,
|
|
68
|
+
"maxWidth": undefined,
|
|
69
|
+
"minHeight": 0,
|
|
84
70
|
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
71
|
+
}
|
|
72
|
+
text={
|
|
73
|
+
{
|
|
74
|
+
"eventCount": undefined,
|
|
75
|
+
"linkTextColor": undefined,
|
|
76
|
+
"selection": null,
|
|
77
|
+
"tag": "p",
|
|
78
|
+
"text": "<p>Search</p>",
|
|
93
79
|
}
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
80
|
+
}
|
|
81
|
+
triggerKeyCodes={[]}
|
|
82
|
+
/>
|
|
97
83
|
</View>
|
|
98
84
|
</View>
|
|
99
85
|
<View
|
|
@@ -158,7 +144,7 @@ exports[`Search Block renders block with button inside option 1`] = `
|
|
|
158
144
|
]
|
|
159
145
|
}
|
|
160
146
|
>
|
|
161
|
-
<
|
|
147
|
+
<RCTAztecView
|
|
162
148
|
accessibilityState={
|
|
163
149
|
{
|
|
164
150
|
"busy": undefined,
|
|
@@ -168,73 +154,59 @@ exports[`Search Block renders block with button inside option 1`] = `
|
|
|
168
154
|
"selected": undefined,
|
|
169
155
|
}
|
|
170
156
|
}
|
|
171
|
-
|
|
157
|
+
accessible={true}
|
|
158
|
+
activeFormats={[]}
|
|
159
|
+
blockType={
|
|
172
160
|
{
|
|
173
|
-
"
|
|
174
|
-
"min": undefined,
|
|
175
|
-
"now": undefined,
|
|
176
|
-
"text": undefined,
|
|
161
|
+
"tag": "p",
|
|
177
162
|
}
|
|
178
163
|
}
|
|
179
|
-
|
|
180
|
-
collapsable={false}
|
|
164
|
+
disableEditingMenu={false}
|
|
181
165
|
focusable={true}
|
|
166
|
+
fontFamily="serif"
|
|
167
|
+
fontSize={16}
|
|
168
|
+
isMultiline={false}
|
|
169
|
+
maxImagesWidth={200}
|
|
170
|
+
minWidth={75}
|
|
171
|
+
onBackspace={[Function]}
|
|
182
172
|
onBlur={[Function]}
|
|
173
|
+
onChange={[Function]}
|
|
183
174
|
onClick={[Function]}
|
|
175
|
+
onContentSizeChange={[Function]}
|
|
176
|
+
onEnter={[Function]}
|
|
184
177
|
onFocus={[Function]}
|
|
178
|
+
onHTMLContentWithCursor={[Function]}
|
|
179
|
+
onKeyDown={[Function]}
|
|
180
|
+
onPaste={[Function]}
|
|
185
181
|
onResponderGrant={[Function]}
|
|
186
182
|
onResponderMove={[Function]}
|
|
187
183
|
onResponderRelease={[Function]}
|
|
188
184
|
onResponderTerminate={[Function]}
|
|
189
185
|
onResponderTerminationRequest={[Function]}
|
|
186
|
+
onSelectionChange={[Function]}
|
|
190
187
|
onStartShouldSetResponder={[Function]}
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
disableEditingMenu={false}
|
|
200
|
-
fontFamily="serif"
|
|
201
|
-
fontSize={16}
|
|
202
|
-
isMultiline={false}
|
|
203
|
-
maxImagesWidth={200}
|
|
204
|
-
minWidth={75}
|
|
205
|
-
onBackspace={[Function]}
|
|
206
|
-
onBlur={[Function]}
|
|
207
|
-
onChange={[Function]}
|
|
208
|
-
onContentSizeChange={[Function]}
|
|
209
|
-
onEnter={[Function]}
|
|
210
|
-
onFocus={[Function]}
|
|
211
|
-
onHTMLContentWithCursor={[Function]}
|
|
212
|
-
onKeyDown={[Function]}
|
|
213
|
-
onPaste={[Function]}
|
|
214
|
-
onSelectionChange={[Function]}
|
|
215
|
-
placeholder=""
|
|
216
|
-
placeholderTextColor="gray"
|
|
217
|
-
selectionColor="black"
|
|
218
|
-
style={
|
|
219
|
-
{
|
|
220
|
-
"backgroundColor": undefined,
|
|
221
|
-
"maxWidth": NaN,
|
|
222
|
-
"minHeight": 0,
|
|
223
|
-
}
|
|
188
|
+
placeholder=""
|
|
189
|
+
placeholderTextColor="gray"
|
|
190
|
+
selectionColor="black"
|
|
191
|
+
style={
|
|
192
|
+
{
|
|
193
|
+
"backgroundColor": undefined,
|
|
194
|
+
"maxWidth": NaN,
|
|
195
|
+
"minHeight": 0,
|
|
224
196
|
}
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
197
|
+
}
|
|
198
|
+
text={
|
|
199
|
+
{
|
|
200
|
+
"eventCount": undefined,
|
|
201
|
+
"linkTextColor": undefined,
|
|
202
|
+
"selection": null,
|
|
203
|
+
"tag": "p",
|
|
204
|
+
"text": "<p>Search Button</p>",
|
|
233
205
|
}
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
206
|
+
}
|
|
207
|
+
textAlign="center"
|
|
208
|
+
triggerKeyCodes={[]}
|
|
209
|
+
/>
|
|
238
210
|
</View>
|
|
239
211
|
</View>
|
|
240
212
|
</View>
|
|
@@ -261,7 +233,7 @@ exports[`Search Block renders block with icon button option matches snapshot 1`]
|
|
|
261
233
|
]
|
|
262
234
|
}
|
|
263
235
|
>
|
|
264
|
-
<
|
|
236
|
+
<RCTAztecView
|
|
265
237
|
accessibilityState={
|
|
266
238
|
{
|
|
267
239
|
"busy": undefined,
|
|
@@ -271,71 +243,57 @@ exports[`Search Block renders block with icon button option matches snapshot 1`]
|
|
|
271
243
|
"selected": undefined,
|
|
272
244
|
}
|
|
273
245
|
}
|
|
274
|
-
|
|
246
|
+
accessible={true}
|
|
247
|
+
activeFormats={[]}
|
|
248
|
+
blockType={
|
|
275
249
|
{
|
|
276
|
-
"
|
|
277
|
-
"min": undefined,
|
|
278
|
-
"now": undefined,
|
|
279
|
-
"text": undefined,
|
|
250
|
+
"tag": "p",
|
|
280
251
|
}
|
|
281
252
|
}
|
|
282
|
-
|
|
283
|
-
collapsable={false}
|
|
253
|
+
disableEditingMenu={false}
|
|
284
254
|
focusable={true}
|
|
255
|
+
fontFamily="serif"
|
|
256
|
+
fontSize={16}
|
|
257
|
+
isMultiline={false}
|
|
258
|
+
maxImagesWidth={200}
|
|
259
|
+
onBackspace={[Function]}
|
|
285
260
|
onBlur={[Function]}
|
|
261
|
+
onChange={[Function]}
|
|
286
262
|
onClick={[Function]}
|
|
263
|
+
onContentSizeChange={[Function]}
|
|
264
|
+
onEnter={[Function]}
|
|
287
265
|
onFocus={[Function]}
|
|
266
|
+
onHTMLContentWithCursor={[Function]}
|
|
267
|
+
onKeyDown={[Function]}
|
|
268
|
+
onPaste={[Function]}
|
|
288
269
|
onResponderGrant={[Function]}
|
|
289
270
|
onResponderMove={[Function]}
|
|
290
271
|
onResponderRelease={[Function]}
|
|
291
272
|
onResponderTerminate={[Function]}
|
|
292
273
|
onResponderTerminationRequest={[Function]}
|
|
274
|
+
onSelectionChange={[Function]}
|
|
293
275
|
onStartShouldSetResponder={[Function]}
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
disableEditingMenu={false}
|
|
303
|
-
fontFamily="serif"
|
|
304
|
-
fontSize={16}
|
|
305
|
-
isMultiline={false}
|
|
306
|
-
maxImagesWidth={200}
|
|
307
|
-
onBackspace={[Function]}
|
|
308
|
-
onBlur={[Function]}
|
|
309
|
-
onChange={[Function]}
|
|
310
|
-
onContentSizeChange={[Function]}
|
|
311
|
-
onEnter={[Function]}
|
|
312
|
-
onFocus={[Function]}
|
|
313
|
-
onHTMLContentWithCursor={[Function]}
|
|
314
|
-
onKeyDown={[Function]}
|
|
315
|
-
onPaste={[Function]}
|
|
316
|
-
onSelectionChange={[Function]}
|
|
317
|
-
placeholder="Add label…"
|
|
318
|
-
placeholderTextColor="gray"
|
|
319
|
-
selectionColor="black"
|
|
320
|
-
style={
|
|
321
|
-
{
|
|
322
|
-
"backgroundColor": undefined,
|
|
323
|
-
"maxWidth": undefined,
|
|
324
|
-
"minHeight": 0,
|
|
325
|
-
}
|
|
276
|
+
placeholder="Add label…"
|
|
277
|
+
placeholderTextColor="gray"
|
|
278
|
+
selectionColor="black"
|
|
279
|
+
style={
|
|
280
|
+
{
|
|
281
|
+
"backgroundColor": undefined,
|
|
282
|
+
"maxWidth": undefined,
|
|
283
|
+
"minHeight": 0,
|
|
326
284
|
}
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
285
|
+
}
|
|
286
|
+
text={
|
|
287
|
+
{
|
|
288
|
+
"eventCount": undefined,
|
|
289
|
+
"linkTextColor": undefined,
|
|
290
|
+
"selection": null,
|
|
291
|
+
"tag": "p",
|
|
292
|
+
"text": "<p>Search</p>",
|
|
335
293
|
}
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
294
|
+
}
|
|
295
|
+
triggerKeyCodes={[]}
|
|
296
|
+
/>
|
|
339
297
|
</View>
|
|
340
298
|
</View>
|
|
341
299
|
<View
|
|
@@ -470,7 +428,7 @@ exports[`Search Block renders block with label hidden matches snapshot 1`] = `
|
|
|
470
428
|
]
|
|
471
429
|
}
|
|
472
430
|
>
|
|
473
|
-
<
|
|
431
|
+
<RCTAztecView
|
|
474
432
|
accessibilityState={
|
|
475
433
|
{
|
|
476
434
|
"busy": undefined,
|
|
@@ -480,73 +438,59 @@ exports[`Search Block renders block with label hidden matches snapshot 1`] = `
|
|
|
480
438
|
"selected": undefined,
|
|
481
439
|
}
|
|
482
440
|
}
|
|
483
|
-
|
|
441
|
+
accessible={true}
|
|
442
|
+
activeFormats={[]}
|
|
443
|
+
blockType={
|
|
484
444
|
{
|
|
485
|
-
"
|
|
486
|
-
"min": undefined,
|
|
487
|
-
"now": undefined,
|
|
488
|
-
"text": undefined,
|
|
445
|
+
"tag": "p",
|
|
489
446
|
}
|
|
490
447
|
}
|
|
491
|
-
|
|
492
|
-
collapsable={false}
|
|
448
|
+
disableEditingMenu={false}
|
|
493
449
|
focusable={true}
|
|
450
|
+
fontFamily="serif"
|
|
451
|
+
fontSize={16}
|
|
452
|
+
isMultiline={false}
|
|
453
|
+
maxImagesWidth={200}
|
|
454
|
+
minWidth={75}
|
|
455
|
+
onBackspace={[Function]}
|
|
494
456
|
onBlur={[Function]}
|
|
457
|
+
onChange={[Function]}
|
|
495
458
|
onClick={[Function]}
|
|
459
|
+
onContentSizeChange={[Function]}
|
|
460
|
+
onEnter={[Function]}
|
|
496
461
|
onFocus={[Function]}
|
|
462
|
+
onHTMLContentWithCursor={[Function]}
|
|
463
|
+
onKeyDown={[Function]}
|
|
464
|
+
onPaste={[Function]}
|
|
497
465
|
onResponderGrant={[Function]}
|
|
498
466
|
onResponderMove={[Function]}
|
|
499
467
|
onResponderRelease={[Function]}
|
|
500
468
|
onResponderTerminate={[Function]}
|
|
501
469
|
onResponderTerminationRequest={[Function]}
|
|
470
|
+
onSelectionChange={[Function]}
|
|
502
471
|
onStartShouldSetResponder={[Function]}
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
disableEditingMenu={false}
|
|
512
|
-
fontFamily="serif"
|
|
513
|
-
fontSize={16}
|
|
514
|
-
isMultiline={false}
|
|
515
|
-
maxImagesWidth={200}
|
|
516
|
-
minWidth={75}
|
|
517
|
-
onBackspace={[Function]}
|
|
518
|
-
onBlur={[Function]}
|
|
519
|
-
onChange={[Function]}
|
|
520
|
-
onContentSizeChange={[Function]}
|
|
521
|
-
onEnter={[Function]}
|
|
522
|
-
onFocus={[Function]}
|
|
523
|
-
onHTMLContentWithCursor={[Function]}
|
|
524
|
-
onKeyDown={[Function]}
|
|
525
|
-
onPaste={[Function]}
|
|
526
|
-
onSelectionChange={[Function]}
|
|
527
|
-
placeholder=""
|
|
528
|
-
placeholderTextColor="gray"
|
|
529
|
-
selectionColor="black"
|
|
530
|
-
style={
|
|
531
|
-
{
|
|
532
|
-
"backgroundColor": undefined,
|
|
533
|
-
"maxWidth": NaN,
|
|
534
|
-
"minHeight": 0,
|
|
535
|
-
}
|
|
472
|
+
placeholder=""
|
|
473
|
+
placeholderTextColor="gray"
|
|
474
|
+
selectionColor="black"
|
|
475
|
+
style={
|
|
476
|
+
{
|
|
477
|
+
"backgroundColor": undefined,
|
|
478
|
+
"maxWidth": NaN,
|
|
479
|
+
"minHeight": 0,
|
|
536
480
|
}
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
481
|
+
}
|
|
482
|
+
text={
|
|
483
|
+
{
|
|
484
|
+
"eventCount": undefined,
|
|
485
|
+
"linkTextColor": undefined,
|
|
486
|
+
"selection": null,
|
|
487
|
+
"tag": "p",
|
|
488
|
+
"text": "<p>Search Button</p>",
|
|
545
489
|
}
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
490
|
+
}
|
|
491
|
+
textAlign="center"
|
|
492
|
+
triggerKeyCodes={[]}
|
|
493
|
+
/>
|
|
550
494
|
</View>
|
|
551
495
|
</View>
|
|
552
496
|
</View>
|
|
@@ -573,7 +517,7 @@ exports[`Search Block renders with default configuration matches snapshot 1`] =
|
|
|
573
517
|
]
|
|
574
518
|
}
|
|
575
519
|
>
|
|
576
|
-
<
|
|
520
|
+
<RCTAztecView
|
|
577
521
|
accessibilityState={
|
|
578
522
|
{
|
|
579
523
|
"busy": undefined,
|
|
@@ -583,71 +527,57 @@ exports[`Search Block renders with default configuration matches snapshot 1`] =
|
|
|
583
527
|
"selected": undefined,
|
|
584
528
|
}
|
|
585
529
|
}
|
|
586
|
-
|
|
530
|
+
accessible={true}
|
|
531
|
+
activeFormats={[]}
|
|
532
|
+
blockType={
|
|
587
533
|
{
|
|
588
|
-
"
|
|
589
|
-
"min": undefined,
|
|
590
|
-
"now": undefined,
|
|
591
|
-
"text": undefined,
|
|
534
|
+
"tag": "p",
|
|
592
535
|
}
|
|
593
536
|
}
|
|
594
|
-
|
|
595
|
-
collapsable={false}
|
|
537
|
+
disableEditingMenu={false}
|
|
596
538
|
focusable={true}
|
|
539
|
+
fontFamily="serif"
|
|
540
|
+
fontSize={16}
|
|
541
|
+
isMultiline={false}
|
|
542
|
+
maxImagesWidth={200}
|
|
543
|
+
onBackspace={[Function]}
|
|
597
544
|
onBlur={[Function]}
|
|
545
|
+
onChange={[Function]}
|
|
598
546
|
onClick={[Function]}
|
|
547
|
+
onContentSizeChange={[Function]}
|
|
548
|
+
onEnter={[Function]}
|
|
599
549
|
onFocus={[Function]}
|
|
550
|
+
onHTMLContentWithCursor={[Function]}
|
|
551
|
+
onKeyDown={[Function]}
|
|
552
|
+
onPaste={[Function]}
|
|
600
553
|
onResponderGrant={[Function]}
|
|
601
554
|
onResponderMove={[Function]}
|
|
602
555
|
onResponderRelease={[Function]}
|
|
603
556
|
onResponderTerminate={[Function]}
|
|
604
557
|
onResponderTerminationRequest={[Function]}
|
|
558
|
+
onSelectionChange={[Function]}
|
|
605
559
|
onStartShouldSetResponder={[Function]}
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
disableEditingMenu={false}
|
|
615
|
-
fontFamily="serif"
|
|
616
|
-
fontSize={16}
|
|
617
|
-
isMultiline={false}
|
|
618
|
-
maxImagesWidth={200}
|
|
619
|
-
onBackspace={[Function]}
|
|
620
|
-
onBlur={[Function]}
|
|
621
|
-
onChange={[Function]}
|
|
622
|
-
onContentSizeChange={[Function]}
|
|
623
|
-
onEnter={[Function]}
|
|
624
|
-
onFocus={[Function]}
|
|
625
|
-
onHTMLContentWithCursor={[Function]}
|
|
626
|
-
onKeyDown={[Function]}
|
|
627
|
-
onPaste={[Function]}
|
|
628
|
-
onSelectionChange={[Function]}
|
|
629
|
-
placeholder="Add label…"
|
|
630
|
-
placeholderTextColor="gray"
|
|
631
|
-
selectionColor="black"
|
|
632
|
-
style={
|
|
633
|
-
{
|
|
634
|
-
"backgroundColor": undefined,
|
|
635
|
-
"maxWidth": undefined,
|
|
636
|
-
"minHeight": 0,
|
|
637
|
-
}
|
|
560
|
+
placeholder="Add label…"
|
|
561
|
+
placeholderTextColor="gray"
|
|
562
|
+
selectionColor="black"
|
|
563
|
+
style={
|
|
564
|
+
{
|
|
565
|
+
"backgroundColor": undefined,
|
|
566
|
+
"maxWidth": undefined,
|
|
567
|
+
"minHeight": 0,
|
|
638
568
|
}
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
569
|
+
}
|
|
570
|
+
text={
|
|
571
|
+
{
|
|
572
|
+
"eventCount": undefined,
|
|
573
|
+
"linkTextColor": undefined,
|
|
574
|
+
"selection": null,
|
|
575
|
+
"tag": "p",
|
|
576
|
+
"text": "<p>Search</p>",
|
|
647
577
|
}
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
578
|
+
}
|
|
579
|
+
triggerKeyCodes={[]}
|
|
580
|
+
/>
|
|
651
581
|
</View>
|
|
652
582
|
</View>
|
|
653
583
|
<View
|
|
@@ -712,7 +642,7 @@ exports[`Search Block renders with default configuration matches snapshot 1`] =
|
|
|
712
642
|
]
|
|
713
643
|
}
|
|
714
644
|
>
|
|
715
|
-
<
|
|
645
|
+
<RCTAztecView
|
|
716
646
|
accessibilityState={
|
|
717
647
|
{
|
|
718
648
|
"busy": undefined,
|
|
@@ -722,73 +652,59 @@ exports[`Search Block renders with default configuration matches snapshot 1`] =
|
|
|
722
652
|
"selected": undefined,
|
|
723
653
|
}
|
|
724
654
|
}
|
|
725
|
-
|
|
655
|
+
accessible={true}
|
|
656
|
+
activeFormats={[]}
|
|
657
|
+
blockType={
|
|
726
658
|
{
|
|
727
|
-
"
|
|
728
|
-
"min": undefined,
|
|
729
|
-
"now": undefined,
|
|
730
|
-
"text": undefined,
|
|
659
|
+
"tag": "p",
|
|
731
660
|
}
|
|
732
661
|
}
|
|
733
|
-
|
|
734
|
-
collapsable={false}
|
|
662
|
+
disableEditingMenu={false}
|
|
735
663
|
focusable={true}
|
|
664
|
+
fontFamily="serif"
|
|
665
|
+
fontSize={16}
|
|
666
|
+
isMultiline={false}
|
|
667
|
+
maxImagesWidth={200}
|
|
668
|
+
minWidth={75}
|
|
669
|
+
onBackspace={[Function]}
|
|
736
670
|
onBlur={[Function]}
|
|
671
|
+
onChange={[Function]}
|
|
737
672
|
onClick={[Function]}
|
|
673
|
+
onContentSizeChange={[Function]}
|
|
674
|
+
onEnter={[Function]}
|
|
738
675
|
onFocus={[Function]}
|
|
676
|
+
onHTMLContentWithCursor={[Function]}
|
|
677
|
+
onKeyDown={[Function]}
|
|
678
|
+
onPaste={[Function]}
|
|
739
679
|
onResponderGrant={[Function]}
|
|
740
680
|
onResponderMove={[Function]}
|
|
741
681
|
onResponderRelease={[Function]}
|
|
742
682
|
onResponderTerminate={[Function]}
|
|
743
683
|
onResponderTerminationRequest={[Function]}
|
|
684
|
+
onSelectionChange={[Function]}
|
|
744
685
|
onStartShouldSetResponder={[Function]}
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
disableEditingMenu={false}
|
|
754
|
-
fontFamily="serif"
|
|
755
|
-
fontSize={16}
|
|
756
|
-
isMultiline={false}
|
|
757
|
-
maxImagesWidth={200}
|
|
758
|
-
minWidth={75}
|
|
759
|
-
onBackspace={[Function]}
|
|
760
|
-
onBlur={[Function]}
|
|
761
|
-
onChange={[Function]}
|
|
762
|
-
onContentSizeChange={[Function]}
|
|
763
|
-
onEnter={[Function]}
|
|
764
|
-
onFocus={[Function]}
|
|
765
|
-
onHTMLContentWithCursor={[Function]}
|
|
766
|
-
onKeyDown={[Function]}
|
|
767
|
-
onPaste={[Function]}
|
|
768
|
-
onSelectionChange={[Function]}
|
|
769
|
-
placeholder=""
|
|
770
|
-
placeholderTextColor="gray"
|
|
771
|
-
selectionColor="black"
|
|
772
|
-
style={
|
|
773
|
-
{
|
|
774
|
-
"backgroundColor": undefined,
|
|
775
|
-
"maxWidth": NaN,
|
|
776
|
-
"minHeight": 0,
|
|
777
|
-
}
|
|
686
|
+
placeholder=""
|
|
687
|
+
placeholderTextColor="gray"
|
|
688
|
+
selectionColor="black"
|
|
689
|
+
style={
|
|
690
|
+
{
|
|
691
|
+
"backgroundColor": undefined,
|
|
692
|
+
"maxWidth": NaN,
|
|
693
|
+
"minHeight": 0,
|
|
778
694
|
}
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
695
|
+
}
|
|
696
|
+
text={
|
|
697
|
+
{
|
|
698
|
+
"eventCount": undefined,
|
|
699
|
+
"linkTextColor": undefined,
|
|
700
|
+
"selection": null,
|
|
701
|
+
"tag": "p",
|
|
702
|
+
"text": "<p>Search Button</p>",
|
|
787
703
|
}
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
704
|
+
}
|
|
705
|
+
textAlign="center"
|
|
706
|
+
triggerKeyCodes={[]}
|
|
707
|
+
/>
|
|
792
708
|
</View>
|
|
793
709
|
</View>
|
|
794
710
|
</View>
|
|
@@ -815,7 +731,7 @@ exports[`Search Block renders with no-button option matches snapshot 1`] = `
|
|
|
815
731
|
]
|
|
816
732
|
}
|
|
817
733
|
>
|
|
818
|
-
<
|
|
734
|
+
<RCTAztecView
|
|
819
735
|
accessibilityState={
|
|
820
736
|
{
|
|
821
737
|
"busy": undefined,
|
|
@@ -825,71 +741,57 @@ exports[`Search Block renders with no-button option matches snapshot 1`] = `
|
|
|
825
741
|
"selected": undefined,
|
|
826
742
|
}
|
|
827
743
|
}
|
|
828
|
-
|
|
744
|
+
accessible={true}
|
|
745
|
+
activeFormats={[]}
|
|
746
|
+
blockType={
|
|
829
747
|
{
|
|
830
|
-
"
|
|
831
|
-
"min": undefined,
|
|
832
|
-
"now": undefined,
|
|
833
|
-
"text": undefined,
|
|
748
|
+
"tag": "p",
|
|
834
749
|
}
|
|
835
750
|
}
|
|
836
|
-
|
|
837
|
-
collapsable={false}
|
|
751
|
+
disableEditingMenu={false}
|
|
838
752
|
focusable={true}
|
|
753
|
+
fontFamily="serif"
|
|
754
|
+
fontSize={16}
|
|
755
|
+
isMultiline={false}
|
|
756
|
+
maxImagesWidth={200}
|
|
757
|
+
onBackspace={[Function]}
|
|
839
758
|
onBlur={[Function]}
|
|
759
|
+
onChange={[Function]}
|
|
840
760
|
onClick={[Function]}
|
|
761
|
+
onContentSizeChange={[Function]}
|
|
762
|
+
onEnter={[Function]}
|
|
841
763
|
onFocus={[Function]}
|
|
764
|
+
onHTMLContentWithCursor={[Function]}
|
|
765
|
+
onKeyDown={[Function]}
|
|
766
|
+
onPaste={[Function]}
|
|
842
767
|
onResponderGrant={[Function]}
|
|
843
768
|
onResponderMove={[Function]}
|
|
844
769
|
onResponderRelease={[Function]}
|
|
845
770
|
onResponderTerminate={[Function]}
|
|
846
771
|
onResponderTerminationRequest={[Function]}
|
|
772
|
+
onSelectionChange={[Function]}
|
|
847
773
|
onStartShouldSetResponder={[Function]}
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
disableEditingMenu={false}
|
|
857
|
-
fontFamily="serif"
|
|
858
|
-
fontSize={16}
|
|
859
|
-
isMultiline={false}
|
|
860
|
-
maxImagesWidth={200}
|
|
861
|
-
onBackspace={[Function]}
|
|
862
|
-
onBlur={[Function]}
|
|
863
|
-
onChange={[Function]}
|
|
864
|
-
onContentSizeChange={[Function]}
|
|
865
|
-
onEnter={[Function]}
|
|
866
|
-
onFocus={[Function]}
|
|
867
|
-
onHTMLContentWithCursor={[Function]}
|
|
868
|
-
onKeyDown={[Function]}
|
|
869
|
-
onPaste={[Function]}
|
|
870
|
-
onSelectionChange={[Function]}
|
|
871
|
-
placeholder="Add label…"
|
|
872
|
-
placeholderTextColor="gray"
|
|
873
|
-
selectionColor="black"
|
|
874
|
-
style={
|
|
875
|
-
{
|
|
876
|
-
"backgroundColor": undefined,
|
|
877
|
-
"maxWidth": undefined,
|
|
878
|
-
"minHeight": 0,
|
|
879
|
-
}
|
|
774
|
+
placeholder="Add label…"
|
|
775
|
+
placeholderTextColor="gray"
|
|
776
|
+
selectionColor="black"
|
|
777
|
+
style={
|
|
778
|
+
{
|
|
779
|
+
"backgroundColor": undefined,
|
|
780
|
+
"maxWidth": undefined,
|
|
781
|
+
"minHeight": 0,
|
|
880
782
|
}
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
783
|
+
}
|
|
784
|
+
text={
|
|
785
|
+
{
|
|
786
|
+
"eventCount": undefined,
|
|
787
|
+
"linkTextColor": undefined,
|
|
788
|
+
"selection": null,
|
|
789
|
+
"tag": "p",
|
|
790
|
+
"text": "<p>Search</p>",
|
|
889
791
|
}
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
792
|
+
}
|
|
793
|
+
triggerKeyCodes={[]}
|
|
794
|
+
/>
|
|
893
795
|
</View>
|
|
894
796
|
</View>
|
|
895
797
|
<View
|