@wordpress/block-library 9.0.6 → 9.0.7
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.
|
@@ -132,10 +132,7 @@
|
|
|
132
132
|
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active {
|
|
133
133
|
text-decoration: line-through;
|
|
134
134
|
}
|
|
135
|
-
.wp-block-navigation:where(:
|
|
136
|
-
text-decoration: none;
|
|
137
|
-
}
|
|
138
|
-
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus, .wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active {
|
|
135
|
+
.wp-block-navigation :where(a), .wp-block-navigation :where(a:focus), .wp-block-navigation :where(a:active) {
|
|
139
136
|
text-decoration: none;
|
|
140
137
|
}
|
|
141
138
|
.wp-block-navigation .wp-block-navigation__submenu-icon {
|
|
@@ -132,10 +132,7 @@
|
|
|
132
132
|
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active {
|
|
133
133
|
text-decoration: line-through;
|
|
134
134
|
}
|
|
135
|
-
.wp-block-navigation:where(:
|
|
136
|
-
text-decoration: none;
|
|
137
|
-
}
|
|
138
|
-
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus, .wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active {
|
|
135
|
+
.wp-block-navigation :where(a), .wp-block-navigation :where(a:focus), .wp-block-navigation :where(a:active) {
|
|
139
136
|
text-decoration: none;
|
|
140
137
|
}
|
|
141
138
|
.wp-block-navigation .wp-block-navigation__submenu-icon {
|
|
@@ -2123,10 +2123,7 @@ ul {
|
|
|
2123
2123
|
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active {
|
|
2124
2124
|
text-decoration: line-through;
|
|
2125
2125
|
}
|
|
2126
|
-
.wp-block-navigation:where(:
|
|
2127
|
-
text-decoration: none;
|
|
2128
|
-
}
|
|
2129
|
-
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus, .wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active {
|
|
2126
|
+
.wp-block-navigation :where(a), .wp-block-navigation :where(a:focus), .wp-block-navigation :where(a:active) {
|
|
2130
2127
|
text-decoration: none;
|
|
2131
2128
|
}
|
|
2132
2129
|
.wp-block-navigation .wp-block-navigation__submenu-icon {
|
package/build-style/style.css
CHANGED
|
@@ -2153,10 +2153,7 @@ ul {
|
|
|
2153
2153
|
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active {
|
|
2154
2154
|
text-decoration: line-through;
|
|
2155
2155
|
}
|
|
2156
|
-
.wp-block-navigation:where(:
|
|
2157
|
-
text-decoration: none;
|
|
2158
|
-
}
|
|
2159
|
-
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus, .wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active {
|
|
2156
|
+
.wp-block-navigation :where(a), .wp-block-navigation :where(a:focus), .wp-block-navigation :where(a:active) {
|
|
2160
2157
|
text-decoration: none;
|
|
2161
2158
|
}
|
|
2162
2159
|
.wp-block-navigation .wp-block-navigation__submenu-icon {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/block-library",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.7",
|
|
4
4
|
"description": "Block library for the WordPress editor.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"@wordpress/api-fetch": "^7.0.1",
|
|
37
37
|
"@wordpress/autop": "^4.0.1",
|
|
38
38
|
"@wordpress/blob": "^4.0.1",
|
|
39
|
-
"@wordpress/block-editor": "^13.0.
|
|
39
|
+
"@wordpress/block-editor": "^13.0.6",
|
|
40
40
|
"@wordpress/blocks": "^13.0.3",
|
|
41
41
|
"@wordpress/components": "^28.0.3",
|
|
42
42
|
"@wordpress/compose": "^7.0.1",
|
|
43
|
-
"@wordpress/core-data": "^7.0.
|
|
43
|
+
"@wordpress/core-data": "^7.0.6",
|
|
44
44
|
"@wordpress/data": "^10.0.2",
|
|
45
45
|
"@wordpress/date": "^5.0.1",
|
|
46
46
|
"@wordpress/deprecated": "^4.0.1",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"@wordpress/keyboard-shortcuts": "^5.0.2",
|
|
57
57
|
"@wordpress/keycodes": "^4.0.1",
|
|
58
58
|
"@wordpress/notices": "^5.0.2",
|
|
59
|
-
"@wordpress/patterns": "^2.0.
|
|
59
|
+
"@wordpress/patterns": "^2.0.6",
|
|
60
60
|
"@wordpress/primitives": "^4.0.1",
|
|
61
61
|
"@wordpress/private-apis": "^1.0.2",
|
|
62
|
-
"@wordpress/reusable-blocks": "^5.0.
|
|
62
|
+
"@wordpress/reusable-blocks": "^5.0.6",
|
|
63
63
|
"@wordpress/rich-text": "^7.0.2",
|
|
64
64
|
"@wordpress/server-side-render": "^5.0.3",
|
|
65
65
|
"@wordpress/url": "^4.0.1",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"publishConfig": {
|
|
83
83
|
"access": "public"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "5c1d6bb774e6f78f0bbd4cdc85c4a7087da2f8a0"
|
|
86
86
|
}
|
|
@@ -76,15 +76,10 @@ $navigation-icon-size: 24px;
|
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
&:focus,
|
|
84
|
-
&:active {
|
|
85
|
-
text-decoration: none;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
79
|
+
& :where(a),
|
|
80
|
+
& :where(a:focus),
|
|
81
|
+
& :where(a:active) {
|
|
82
|
+
text-decoration: none;
|
|
88
83
|
}
|
|
89
84
|
|
|
90
85
|
// Submenu indicator.
|