@wordpress/block-library 9.8.14 → 9.8.15
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.
|
@@ -98,10 +98,6 @@
|
|
|
98
98
|
vertical-align: bottom;
|
|
99
99
|
box-sizing: border-box;
|
|
100
100
|
}
|
|
101
|
-
.wp-block-image img:not([src$=".svg"]) {
|
|
102
|
-
width: -moz-fit-content;
|
|
103
|
-
width: fit-content;
|
|
104
|
-
}
|
|
105
101
|
@media (prefers-reduced-motion: no-preference) {
|
|
106
102
|
.wp-block-image img.hide {
|
|
107
103
|
visibility: hidden;
|
|
@@ -98,10 +98,6 @@
|
|
|
98
98
|
vertical-align: bottom;
|
|
99
99
|
box-sizing: border-box;
|
|
100
100
|
}
|
|
101
|
-
.wp-block-image img:not([src$=".svg"]) {
|
|
102
|
-
width: -moz-fit-content;
|
|
103
|
-
width: fit-content;
|
|
104
|
-
}
|
|
105
101
|
@media (prefers-reduced-motion: no-preference) {
|
|
106
102
|
.wp-block-image img.hide {
|
|
107
103
|
visibility: hidden;
|
|
@@ -1585,10 +1585,6 @@ h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
|
|
|
1585
1585
|
vertical-align: bottom;
|
|
1586
1586
|
box-sizing: border-box;
|
|
1587
1587
|
}
|
|
1588
|
-
.wp-block-image img:not([src$=".svg"]) {
|
|
1589
|
-
width: -moz-fit-content;
|
|
1590
|
-
width: fit-content;
|
|
1591
|
-
}
|
|
1592
1588
|
@media (prefers-reduced-motion: no-preference) {
|
|
1593
1589
|
.wp-block-image img.hide {
|
|
1594
1590
|
visibility: hidden;
|
package/build-style/style.css
CHANGED
|
@@ -1593,10 +1593,6 @@ h6.has-text-align-left[style*=writing-mode]:where([style*="vertical-lr"]) {
|
|
|
1593
1593
|
vertical-align: bottom;
|
|
1594
1594
|
box-sizing: border-box;
|
|
1595
1595
|
}
|
|
1596
|
-
.wp-block-image img:not([src$=".svg"]) {
|
|
1597
|
-
width: -moz-fit-content;
|
|
1598
|
-
width: fit-content;
|
|
1599
|
-
}
|
|
1600
1596
|
@media (prefers-reduced-motion: no-preference) {
|
|
1601
1597
|
.wp-block-image img.hide {
|
|
1602
1598
|
visibility: hidden;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/block-library",
|
|
3
|
-
"version": "9.8.
|
|
3
|
+
"version": "9.8.15",
|
|
4
4
|
"description": "Block library for the WordPress editor.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"@wordpress/api-fetch": "^7.8.2",
|
|
44
44
|
"@wordpress/autop": "^4.8.1",
|
|
45
45
|
"@wordpress/blob": "^4.8.1",
|
|
46
|
-
"@wordpress/block-editor": "^14.3.
|
|
46
|
+
"@wordpress/block-editor": "^14.3.14",
|
|
47
47
|
"@wordpress/blocks": "^13.8.5",
|
|
48
48
|
"@wordpress/components": "^28.8.10",
|
|
49
49
|
"@wordpress/compose": "^7.8.3",
|
|
50
|
-
"@wordpress/core-data": "^7.8.
|
|
50
|
+
"@wordpress/core-data": "^7.8.14",
|
|
51
51
|
"@wordpress/data": "^10.8.3",
|
|
52
52
|
"@wordpress/date": "^5.8.2",
|
|
53
53
|
"@wordpress/deprecated": "^4.8.2",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"@wordpress/keyboard-shortcuts": "^5.8.3",
|
|
64
64
|
"@wordpress/keycodes": "^4.8.2",
|
|
65
65
|
"@wordpress/notices": "^5.8.3",
|
|
66
|
-
"@wordpress/patterns": "^2.8.
|
|
66
|
+
"@wordpress/patterns": "^2.8.14",
|
|
67
67
|
"@wordpress/primitives": "^4.8.1",
|
|
68
68
|
"@wordpress/private-apis": "^1.8.1",
|
|
69
|
-
"@wordpress/reusable-blocks": "^5.8.
|
|
69
|
+
"@wordpress/reusable-blocks": "^5.8.14",
|
|
70
70
|
"@wordpress/rich-text": "^7.8.3",
|
|
71
71
|
"@wordpress/server-side-render": "^5.8.10",
|
|
72
72
|
"@wordpress/url": "^4.8.1",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"publishConfig": {
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "da8043074e6e71d3ce0495fb29738e876480b7d2"
|
|
93
93
|
}
|