@wordpress/interface 9.18.1 → 9.19.0
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.
package/CHANGELOG.md
CHANGED
|
@@ -280,14 +280,14 @@
|
|
|
280
280
|
}
|
|
281
281
|
.interface-complementary-area h2 {
|
|
282
282
|
font-size: 13px;
|
|
283
|
-
font-weight:
|
|
283
|
+
font-weight: 499;
|
|
284
284
|
color: #1e1e1e;
|
|
285
285
|
margin-bottom: 1.5em;
|
|
286
286
|
}
|
|
287
287
|
.interface-complementary-area h3 {
|
|
288
288
|
font-size: 11px;
|
|
289
289
|
text-transform: uppercase;
|
|
290
|
-
font-weight:
|
|
290
|
+
font-weight: 499;
|
|
291
291
|
color: #1e1e1e;
|
|
292
292
|
margin-bottom: 1.5em;
|
|
293
293
|
}
|
package/build-style/style.css
CHANGED
|
@@ -280,14 +280,14 @@
|
|
|
280
280
|
}
|
|
281
281
|
.interface-complementary-area h2 {
|
|
282
282
|
font-size: 13px;
|
|
283
|
-
font-weight:
|
|
283
|
+
font-weight: 499;
|
|
284
284
|
color: #1e1e1e;
|
|
285
285
|
margin-bottom: 1.5em;
|
|
286
286
|
}
|
|
287
287
|
.interface-complementary-area h3 {
|
|
288
288
|
font-size: 11px;
|
|
289
289
|
text-transform: uppercase;
|
|
290
|
-
font-weight:
|
|
290
|
+
font-weight: 499;
|
|
291
291
|
color: #1e1e1e;
|
|
292
292
|
margin-bottom: 1.5em;
|
|
293
293
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/interface",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.19.0",
|
|
4
4
|
"description": "Interface module for WordPress. The package contains shared functionality across the modern JavaScript-based WordPress screens.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"import": "./build-module/index.js",
|
|
31
31
|
"require": "./build/index.js"
|
|
32
32
|
},
|
|
33
|
-
"./package.json": "./package.json"
|
|
33
|
+
"./package.json": "./package.json",
|
|
34
|
+
"./build-style/": "./build-style/"
|
|
34
35
|
},
|
|
35
36
|
"react-native": "src/index",
|
|
36
37
|
"sideEffects": [
|
|
@@ -39,18 +40,18 @@
|
|
|
39
40
|
"{src,build,build-module}/{index.js,store/index.js}"
|
|
40
41
|
],
|
|
41
42
|
"dependencies": {
|
|
42
|
-
"@wordpress/a11y": "^4.
|
|
43
|
-
"@wordpress/admin-ui": "^1.
|
|
44
|
-
"@wordpress/components": "^30.
|
|
45
|
-
"@wordpress/compose": "^7.
|
|
46
|
-
"@wordpress/data": "^10.
|
|
47
|
-
"@wordpress/deprecated": "^4.
|
|
48
|
-
"@wordpress/element": "^6.
|
|
49
|
-
"@wordpress/i18n": "^6.
|
|
50
|
-
"@wordpress/icons": "^11.0
|
|
51
|
-
"@wordpress/plugins": "^7.
|
|
52
|
-
"@wordpress/preferences": "^4.
|
|
53
|
-
"@wordpress/viewport": "^6.
|
|
43
|
+
"@wordpress/a11y": "^4.34.0",
|
|
44
|
+
"@wordpress/admin-ui": "^1.2.0",
|
|
45
|
+
"@wordpress/components": "^30.7.0",
|
|
46
|
+
"@wordpress/compose": "^7.34.0",
|
|
47
|
+
"@wordpress/data": "^10.34.0",
|
|
48
|
+
"@wordpress/deprecated": "^4.34.0",
|
|
49
|
+
"@wordpress/element": "^6.34.0",
|
|
50
|
+
"@wordpress/i18n": "^6.7.0",
|
|
51
|
+
"@wordpress/icons": "^11.1.0",
|
|
52
|
+
"@wordpress/plugins": "^7.34.0",
|
|
53
|
+
"@wordpress/preferences": "^4.34.0",
|
|
54
|
+
"@wordpress/viewport": "^6.34.0",
|
|
54
55
|
"clsx": "^2.1.1"
|
|
55
56
|
},
|
|
56
57
|
"peerDependencies": {
|
|
@@ -60,5 +61,5 @@
|
|
|
60
61
|
"publishConfig": {
|
|
61
62
|
"access": "public"
|
|
62
63
|
},
|
|
63
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "ceebff807958d2e8fc755b5a20473939c78b4d1d"
|
|
64
65
|
}
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
|
|
41
41
|
h2 {
|
|
42
42
|
font-size: $default-font-size;
|
|
43
|
-
font-weight:
|
|
43
|
+
font-weight: $font-weight-medium;
|
|
44
44
|
color: $gray-900;
|
|
45
45
|
margin-bottom: 1.5em;
|
|
46
46
|
}
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
h3 {
|
|
50
50
|
font-size: 11px;
|
|
51
51
|
text-transform: uppercase;
|
|
52
|
-
font-weight:
|
|
52
|
+
font-weight: $font-weight-medium;
|
|
53
53
|
color: $gray-900;
|
|
54
54
|
margin-bottom: 1.5em;
|
|
55
55
|
}
|