PluginProbe
Gutenberg / 22.7.0
Gutenberg v22.7.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← All changes | build/scripts/block-library/icon/block.json +15 -20 23.6.2 → 22.7.0 View file →
@@ -10,20 +10,8 @@
10 10 "attributes": {
11 11 "icon": {
12 12 "type": "string",
13 13 "role": "content"
14 - },
15 - "flipHorizontal": {
16 - "type": "boolean",
17 - "default": false
18 - },
19 - "flipVertical": {
20 - "type": "boolean",
21 - "default": false
22 - },
23 - "rotation": {
24 - "type": "number",
25 - "default": 0
26 14 }
27 15 },
28 16 "supports": {
29 17 "anchor": true,
@@ -32,13 +20,11 @@
32 20 },
33 21 "align": [ "left", "center", "right" ],
34 22 "html": false,
35 23 "color": {
36 - "__experimentalSkipSerialization": true,
37 - "__experimentalDefaultControls": {
38 - "background": true,
39 - "text": true
40 - }
24 + "background": true,
25 + "text": true,
26 + "__experimentalSkipSerialization": true
41 27 },
42 28 "interactivity": {
43 29 "clientNavigation": true
44 30 },
@@ -72,12 +58,21 @@
72 58 }
73 59 }
74 60 },
75 61 "selectors": {
76 - "root": ".wp-block-icon svg",
77 - "css": ".wp-block-icon",
62 + "root": ".wp-block-icon",
63 + "color": {
64 + "root": ".wp-block-icon svg"
65 + },
66 + "border": {
67 + "root": ".wp-block-icon svg"
68 + },
78 69 "spacing": {
79 - "margin": ".wp-block-icon"
70 + "padding": ".wp-block-icon svg"
71 + },
72 + "dimensions": {
73 + "root": ".wp-block-icon svg",
74 + "width": ".wp-block-icon svg"
80 75 }
81 76 },
82 77 "style": "wp-block-icon",
83 78 "editorStyle": "wp-block-icon-editor"