@wordpress/admin-ui 1.7.0 → 1.8.1-next.v.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,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 1.8.0-next.0 (2026-02-05)
6
+
7
+ ### Enhancements
8
+
9
+ - Apply `text-wrap: pretty` for more balanced text in Page component [#74907](https://github.com/WordPress/gutenberg/pull/74907)
10
+
5
11
  ## 1.7.0 (2026-01-29)
6
12
 
7
13
  ## 1.6.0 (2026-01-16)
@@ -95,6 +95,7 @@
95
95
  position: relative;
96
96
  z-index: 1;
97
97
  flex-flow: column;
98
+ text-wrap: pretty;
98
99
  }
99
100
 
100
101
  .admin-ui-page__header {
@@ -95,6 +95,7 @@
95
95
  position: relative;
96
96
  z-index: 1;
97
97
  flex-flow: column;
98
+ text-wrap: pretty;
98
99
  }
99
100
 
100
101
  .admin-ui-page__header {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/admin-ui",
3
- "version": "1.7.0",
3
+ "version": "1.8.1-next.v.0+642962a6d",
4
4
  "description": "Generic components to be used in the Admin UI.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -45,11 +45,11 @@
45
45
  "types": "build-types",
46
46
  "sideEffects": false,
47
47
  "dependencies": {
48
- "@wordpress/base-styles": "^6.15.0",
49
- "@wordpress/components": "^32.1.0",
50
- "@wordpress/element": "^6.39.0",
51
- "@wordpress/i18n": "^6.12.0",
52
- "@wordpress/route": "^0.5.0",
48
+ "@wordpress/base-styles": "^6.15.1-next.v.0+642962a6d",
49
+ "@wordpress/components": "^32.2.1-next.v.0+642962a6d",
50
+ "@wordpress/element": "^6.39.1-next.v.0+642962a6d",
51
+ "@wordpress/i18n": "^6.12.1-next.v.0+642962a6d",
52
+ "@wordpress/route": "^0.5.1-next.v.0+642962a6d",
53
53
  "clsx": "^2.1.1"
54
54
  },
55
55
  "peerDependencies": {
@@ -58,5 +58,5 @@
58
58
  "publishConfig": {
59
59
  "access": "public"
60
60
  },
61
- "gitHead": "eee1cfb1472f11183e40fb77465a5f13145df7ad"
61
+ "gitHead": "2de56f23b200b6dc4b1feda4408613ad088d160a"
62
62
  }
@@ -11,6 +11,7 @@
11
11
  position: relative;
12
12
  z-index: 1;
13
13
  flex-flow: column;
14
+ text-wrap: pretty;
14
15
  }
15
16
 
16
17
  .admin-ui-page__header {