Skip to content

Commit

Permalink
Merge pull request #177 from RRZE-Webteam/dev
Browse files Browse the repository at this point in the history
v1.0.12 - Color adjustments and minor improvements
  • Loading branch information
lukasniebler authored Dec 2, 2024
2 parents 273cc37 + 09dea65 commit 7af0683
Show file tree
Hide file tree
Showing 201 changed files with 30,760 additions and 32,092 deletions.
13 changes: 0 additions & 13 deletions .eslintrc.json

This file was deleted.

65 changes: 29 additions & 36 deletions assets/css/rrze-elements-blocks.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/rrze-elements-blocks.css.map

Large diffs are not rendered by default.

14 changes: 5 additions & 9 deletions build/accordion/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/accordion",
"version": "1.0.11",
"version": "1.0.12",
"title": "Accordion item",
"category": "rrze_elements",
"description": "Creates an inner accordion item",
Expand All @@ -22,18 +22,10 @@
"rrze-elements/accordion-hstart"
],
"attributes": {
"expandAllLink": {
"type": "boolean",
"default": false
},
"hstart": {
"type": "number",
"default": 3
},
"register": {
"type": "boolean",
"default": false
},
"sameBlockCount": {
"type": "number",
"default": 0
Expand Down Expand Up @@ -65,6 +57,10 @@
"jumpName": {
"type": "string",
"default": ""
},
"loadOpen": {
"type": "boolean",
"default": false
}
},
"supports": {
Expand Down
4 changes: 2 additions & 2 deletions build/accordion/index-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/accordion/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-a11y', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => 'd9497e6616894723b084');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-a11y', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '08ab4b35aa99a71e2aa3');
2 changes: 1 addition & 1 deletion build/accordion/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/accordion/index.js

Large diffs are not rendered by default.

28 changes: 1 addition & 27 deletions build/accordions/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,13 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/accordions",
"version": "1.0.11",
"version": "1.0.12",
"title": "Inner Accordion",
"category": "rrze_elements",
"parent": [
"rrze-elements/collapse"
],
"description": "Creates an inner accordion block",
"attributes": {
"expandAllLink": {
"type": "boolean",
"default": false
},
"hstart": {
"type": "integer",
"default": 2
},
"register": {
"type": "boolean",
"default": false
},
"sameBlockCount": {
"type": "integer",
"default": 0
},
"childrenCount": {
"type": "integer",
"default": 0
},
"previousBlockIds": {
"type": "array",
"default": []
}
},
"supports": {
"html": false
},
Expand Down
2 changes: 1 addition & 1 deletion build/accordions/index-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/accordions/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-data'), 'version' => '849701bb74be6c78be0a');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks'), 'version' => '1a5a1354b892822fbb80');
2 changes: 1 addition & 1 deletion build/accordions/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/accordions/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/alert/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/alert",
"version": "1.0.11",
"version": "1.0.12",
"title": "Alert",
"category": "rrze_elements",
"description": "Used to highlight important information and warnings.",
Expand Down
2 changes: 1 addition & 1 deletion build/alert/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n', 'wp-primitives'), 'version' => 'bdbbeb9ac82d98e850cf');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n', 'wp-primitives'), 'version' => 'cebbfa0e08f91cb1a0bb');
2 changes: 1 addition & 1 deletion build/alert/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/block-blueprint/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/block-blueprint",
"version": "1.0.11",
"version": "1.0.12",
"title": "Blueprint",
"category": "rrze_elements",
"description": "Creates a blueprint block.",
Expand Down
2 changes: 1 addition & 1 deletion build/block-blueprint/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks'), 'version' => '513b094a7848463a9c03');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks'), 'version' => 'db315a35744bd6616144');
2 changes: 1 addition & 1 deletion build/block-blueprint/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/collapse/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/collapse",
"version": "1.0.11",
"version": "1.0.12",
"title": "Accordion-item",
"category": "design",
"description": "Creates an accordion block",
Expand Down
4 changes: 2 additions & 2 deletions build/collapse/index-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/collapse/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-a11y', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '33e2c3a51f10621f5d2f');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-a11y', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-primitives'), 'version' => '2892d918579cf64448d5');
2 changes: 1 addition & 1 deletion build/collapse/index.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/collapse/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/collapsibles/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/collapsibles",
"version": "1.0.11",
"version": "1.0.12",
"title": "Accordion",
"category": "rrze_elements",
"description": "Creates an accordion block",
Expand Down
2 changes: 1 addition & 1 deletion build/collapsibles/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-i18n', 'wp-primitives'), 'version' => '5fa6f322be42cdc9102e');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-i18n', 'wp-primitives'), 'version' => '90e46fc1aa0cc4bf4ef6');
2 changes: 1 addition & 1 deletion build/collapsibles/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/columns/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/columns",
"version": "1.0.11",
"version": "1.0.12",
"title": "Text Columns",
"category": "rrze_elements",
"description": "Creates a columns block which dynamically breaks.",
Expand Down
2 changes: 1 addition & 1 deletion build/columns/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'b20013f4302637a1222d');
<?php return array('dependencies' => array('react-jsx-runtime', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'c25a6702a805b0ea7002');
2 changes: 1 addition & 1 deletion build/columns/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/contentwidthlimiter/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 3,
"name": "rrze-elements/block-contentwidthlimiter",
"version": "1.0.11",
"version": "1.0.12",
"title": "Content Width Limiter",
"category": "rrze_elements",
"description": "Creates a contentwidthlimiter block.",
Expand Down
Loading

0 comments on commit 7af0683

Please sign in to comment.