summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/spacer
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:56:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:56:49 +0000
commita415c29efee45520ae252d2aa28f1083a521cd7b (patch)
treef4ade4b6668ecc0765de7e1424f7c1427ad433ff /wp-includes/blocks/spacer
parentInitial commit. (diff)
downloadwordpress-a415c29efee45520ae252d2aa28f1083a521cd7b.tar.xz
wordpress-a415c29efee45520ae252d2aa28f1083a521cd7b.zip
Adding upstream version 6.4.3+dfsg1.upstream/6.4.3+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-includes/blocks/spacer')
-rw-r--r--wp-includes/blocks/spacer/block.json30
-rw-r--r--wp-includes/blocks/spacer/editor-rtl.css31
-rw-r--r--wp-includes/blocks/spacer/editor-rtl.min.css1
-rw-r--r--wp-includes/blocks/spacer/editor.css31
-rw-r--r--wp-includes/blocks/spacer/editor.min.css1
-rw-r--r--wp-includes/blocks/spacer/style-rtl.css3
-rw-r--r--wp-includes/blocks/spacer/style-rtl.min.css1
-rw-r--r--wp-includes/blocks/spacer/style.css3
-rw-r--r--wp-includes/blocks/spacer/style.min.css1
9 files changed, 102 insertions, 0 deletions
diff --git a/wp-includes/blocks/spacer/block.json b/wp-includes/blocks/spacer/block.json
new file mode 100644
index 0000000..a9da8d5
--- /dev/null
+++ b/wp-includes/blocks/spacer/block.json
@@ -0,0 +1,30 @@
+{
+ "$schema": "https://schemas.wp.org/trunk/block.json",
+ "apiVersion": 3,
+ "name": "core/spacer",
+ "title": "Spacer",
+ "category": "design",
+ "description": "Add white space between blocks and customize its height.",
+ "textdomain": "default",
+ "attributes": {
+ "height": {
+ "type": "string",
+ "default": "100px"
+ },
+ "width": {
+ "type": "string"
+ }
+ },
+ "usesContext": [ "orientation" ],
+ "supports": {
+ "anchor": true,
+ "spacing": {
+ "margin": [ "top", "bottom" ],
+ "__experimentalDefaultControls": {
+ "margin": true
+ }
+ }
+ },
+ "editorStyle": "wp-block-spacer-editor",
+ "style": "wp-block-spacer"
+}
diff --git a/wp-includes/blocks/spacer/editor-rtl.css b/wp-includes/blocks/spacer/editor-rtl.css
new file mode 100644
index 0000000..6602e84
--- /dev/null
+++ b/wp-includes/blocks/spacer/editor-rtl.css
@@ -0,0 +1,31 @@
+.block-editor-block-list__block[data-type="core/spacer"]:before{
+ content:"";
+ display:block;
+ height:100%;
+ min-height:8px;
+ min-width:8px;
+ position:absolute;
+ width:100%;
+ z-index:1;
+}
+
+.block-library-spacer__resize-container.has-show-handle,.wp-block-spacer.is-hovered .block-library-spacer__resize-container,.wp-block-spacer.is-selected.custom-sizes-disabled{
+ background:rgba(0,0,0,.1);
+}
+.is-dark-theme .block-library-spacer__resize-container.has-show-handle,.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container,.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled{
+ background:hsla(0,0%,100%,.15);
+}
+
+.block-library-spacer__resize-container{
+ clear:both;
+}
+.block-library-spacer__resize-container:not(.is-resizing){
+ height:100% !important;
+ width:100% !important;
+}
+.block-library-spacer__resize-container .components-resizable-box__handle:before{
+ content:none;
+}
+.block-library-spacer__resize-container.resize-horizontal{
+ margin-bottom:0;
+} \ No newline at end of file
diff --git a/wp-includes/blocks/spacer/editor-rtl.min.css b/wp-includes/blocks/spacer/editor-rtl.min.css
new file mode 100644
index 0000000..1200948
--- /dev/null
+++ b/wp-includes/blocks/spacer/editor-rtl.min.css
@@ -0,0 +1 @@
+.block-editor-block-list__block[data-type="core/spacer"]:before{content:"";display:block;height:100%;min-height:8px;min-width:8px;position:absolute;width:100%;z-index:1}.block-library-spacer__resize-container.has-show-handle,.wp-block-spacer.is-hovered .block-library-spacer__resize-container,.wp-block-spacer.is-selected.custom-sizes-disabled{background:rgba(0,0,0,.1)}.is-dark-theme .block-library-spacer__resize-container.has-show-handle,.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container,.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled{background:hsla(0,0%,100%,.15)}.block-library-spacer__resize-container{clear:both}.block-library-spacer__resize-container:not(.is-resizing){height:100%!important;width:100%!important}.block-library-spacer__resize-container .components-resizable-box__handle:before{content:none}.block-library-spacer__resize-container.resize-horizontal{margin-bottom:0} \ No newline at end of file
diff --git a/wp-includes/blocks/spacer/editor.css b/wp-includes/blocks/spacer/editor.css
new file mode 100644
index 0000000..6602e84
--- /dev/null
+++ b/wp-includes/blocks/spacer/editor.css
@@ -0,0 +1,31 @@
+.block-editor-block-list__block[data-type="core/spacer"]:before{
+ content:"";
+ display:block;
+ height:100%;
+ min-height:8px;
+ min-width:8px;
+ position:absolute;
+ width:100%;
+ z-index:1;
+}
+
+.block-library-spacer__resize-container.has-show-handle,.wp-block-spacer.is-hovered .block-library-spacer__resize-container,.wp-block-spacer.is-selected.custom-sizes-disabled{
+ background:rgba(0,0,0,.1);
+}
+.is-dark-theme .block-library-spacer__resize-container.has-show-handle,.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container,.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled{
+ background:hsla(0,0%,100%,.15);
+}
+
+.block-library-spacer__resize-container{
+ clear:both;
+}
+.block-library-spacer__resize-container:not(.is-resizing){
+ height:100% !important;
+ width:100% !important;
+}
+.block-library-spacer__resize-container .components-resizable-box__handle:before{
+ content:none;
+}
+.block-library-spacer__resize-container.resize-horizontal{
+ margin-bottom:0;
+} \ No newline at end of file
diff --git a/wp-includes/blocks/spacer/editor.min.css b/wp-includes/blocks/spacer/editor.min.css
new file mode 100644
index 0000000..1200948
--- /dev/null
+++ b/wp-includes/blocks/spacer/editor.min.css
@@ -0,0 +1 @@
+.block-editor-block-list__block[data-type="core/spacer"]:before{content:"";display:block;height:100%;min-height:8px;min-width:8px;position:absolute;width:100%;z-index:1}.block-library-spacer__resize-container.has-show-handle,.wp-block-spacer.is-hovered .block-library-spacer__resize-container,.wp-block-spacer.is-selected.custom-sizes-disabled{background:rgba(0,0,0,.1)}.is-dark-theme .block-library-spacer__resize-container.has-show-handle,.is-dark-theme .wp-block-spacer.is-hovered .block-library-spacer__resize-container,.is-dark-theme .wp-block-spacer.is-selected.custom-sizes-disabled{background:hsla(0,0%,100%,.15)}.block-library-spacer__resize-container{clear:both}.block-library-spacer__resize-container:not(.is-resizing){height:100%!important;width:100%!important}.block-library-spacer__resize-container .components-resizable-box__handle:before{content:none}.block-library-spacer__resize-container.resize-horizontal{margin-bottom:0} \ No newline at end of file
diff --git a/wp-includes/blocks/spacer/style-rtl.css b/wp-includes/blocks/spacer/style-rtl.css
new file mode 100644
index 0000000..2f725be
--- /dev/null
+++ b/wp-includes/blocks/spacer/style-rtl.css
@@ -0,0 +1,3 @@
+.wp-block-spacer{
+ clear:both;
+} \ No newline at end of file
diff --git a/wp-includes/blocks/spacer/style-rtl.min.css b/wp-includes/blocks/spacer/style-rtl.min.css
new file mode 100644
index 0000000..80961df
--- /dev/null
+++ b/wp-includes/blocks/spacer/style-rtl.min.css
@@ -0,0 +1 @@
+.wp-block-spacer{clear:both} \ No newline at end of file
diff --git a/wp-includes/blocks/spacer/style.css b/wp-includes/blocks/spacer/style.css
new file mode 100644
index 0000000..2f725be
--- /dev/null
+++ b/wp-includes/blocks/spacer/style.css
@@ -0,0 +1,3 @@
+.wp-block-spacer{
+ clear:both;
+} \ No newline at end of file
diff --git a/wp-includes/blocks/spacer/style.min.css b/wp-includes/blocks/spacer/style.min.css
new file mode 100644
index 0000000..80961df
--- /dev/null
+++ b/wp-includes/blocks/spacer/style.min.css
@@ -0,0 +1 @@
+.wp-block-spacer{clear:both} \ No newline at end of file