@wordpress/block-library 9.8.14 → 9.8.16

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;
@@ -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.14",
3
+ "version": "9.8.16",
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.13",
46
+ "@wordpress/block-editor": "^14.3.15",
47
47
  "@wordpress/blocks": "^13.8.5",
48
- "@wordpress/components": "^28.8.10",
48
+ "@wordpress/components": "^28.8.11",
49
49
  "@wordpress/compose": "^7.8.3",
50
- "@wordpress/core-data": "^7.8.13",
50
+ "@wordpress/core-data": "^7.8.15",
51
51
  "@wordpress/data": "^10.8.3",
52
52
  "@wordpress/date": "^5.8.2",
53
53
  "@wordpress/deprecated": "^4.8.2",
@@ -63,12 +63,12 @@
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.13",
66
+ "@wordpress/patterns": "^2.8.15",
67
67
  "@wordpress/primitives": "^4.8.1",
68
68
  "@wordpress/private-apis": "^1.8.1",
69
- "@wordpress/reusable-blocks": "^5.8.13",
69
+ "@wordpress/reusable-blocks": "^5.8.15",
70
70
  "@wordpress/rich-text": "^7.8.3",
71
- "@wordpress/server-side-render": "^5.8.10",
71
+ "@wordpress/server-side-render": "^5.8.11",
72
72
  "@wordpress/url": "^4.8.1",
73
73
  "@wordpress/viewport": "^6.8.3",
74
74
  "@wordpress/wordcount": "^4.8.1",
@@ -89,5 +89,5 @@
89
89
  "publishConfig": {
90
90
  "access": "public"
91
91
  },
92
- "gitHead": "b7fe267e2fb0c3cb1a37a9dda16f7eebcf5089c9"
92
+ "gitHead": "b4f9e40fa1944235c886804a611f001a91d19680"
93
93
  }
@@ -10,10 +10,6 @@
10
10
  vertical-align: bottom;
11
11
  box-sizing: border-box;
12
12
 
13
- &:not([src$=".svg"]) {
14
- width: fit-content;
15
- }
16
-
17
13
  @media (prefers-reduced-motion: no-preference) {
18
14
  &.hide {
19
15
  visibility: hidden;