@wordpress/interface 9.17.1-next.ff1cebbba.0 → 9.18.1-next.36001005c.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
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 9.18.0 (2025-10-17)
6
+
5
7
  ## 9.17.0 (2025-10-01)
6
8
 
7
9
  ## 9.16.0 (2025-09-17)
@@ -280,14 +280,14 @@
280
280
  }
281
281
  .interface-complementary-area h2 {
282
282
  font-size: 13px;
283
- font-weight: 500;
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: 500;
290
+ font-weight: 499;
291
291
  color: #1e1e1e;
292
292
  margin-bottom: 1.5em;
293
293
  }
@@ -280,14 +280,14 @@
280
280
  }
281
281
  .interface-complementary-area h2 {
282
282
  font-size: 13px;
283
- font-weight: 500;
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: 500;
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.17.1-next.ff1cebbba.0",
3
+ "version": "9.18.1-next.36001005c.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.32.1-next.ff1cebbba.0",
43
- "@wordpress/admin-ui": "^1.0.1-next.ff1cebbba.0",
44
- "@wordpress/components": "^30.6.1-next.ff1cebbba.0",
45
- "@wordpress/compose": "^7.32.1-next.ff1cebbba.0",
46
- "@wordpress/data": "^10.32.1-next.ff1cebbba.0",
47
- "@wordpress/deprecated": "^4.32.1-next.ff1cebbba.0",
48
- "@wordpress/element": "^6.32.1-next.ff1cebbba.0",
49
- "@wordpress/i18n": "^6.5.1-next.ff1cebbba.0",
50
- "@wordpress/icons": "^11.0.1-next.ff1cebbba.0",
51
- "@wordpress/plugins": "^7.32.1-next.ff1cebbba.0",
52
- "@wordpress/preferences": "^4.32.1-next.ff1cebbba.0",
53
- "@wordpress/viewport": "^6.32.1-next.ff1cebbba.0",
43
+ "@wordpress/a11y": "^4.33.1-next.36001005c.0",
44
+ "@wordpress/admin-ui": "^1.1.1-next.36001005c.0",
45
+ "@wordpress/components": "^30.7.1-next.36001005c.0",
46
+ "@wordpress/compose": "^7.33.1-next.36001005c.0",
47
+ "@wordpress/data": "^10.33.1-next.36001005c.0",
48
+ "@wordpress/deprecated": "^4.33.1-next.36001005c.0",
49
+ "@wordpress/element": "^6.33.1-next.36001005c.0",
50
+ "@wordpress/i18n": "^6.6.1-next.36001005c.0",
51
+ "@wordpress/icons": "^11.0.1-next.36001005c.0",
52
+ "@wordpress/plugins": "^7.33.1-next.36001005c.0",
53
+ "@wordpress/preferences": "^4.33.1-next.36001005c.0",
54
+ "@wordpress/viewport": "^6.33.1-next.36001005c.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": "c5b659710aff01d40d2eb97b211eb2cec9c07d3b"
64
+ "gitHead": "b73a8a22e779c59efb8f911e32b681652f237d60"
64
65
  }
@@ -40,7 +40,7 @@
40
40
 
41
41
  h2 {
42
42
  font-size: $default-font-size;
43
- font-weight: 500;
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: 500;
52
+ font-weight: $font-weight-medium;
53
53
  color: $gray-900;
54
54
  margin-bottom: 1.5em;
55
55
  }