@wordpress/interface 9.28.1-next.v.202604091042.0 → 9.29.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.29.0 (2026-04-15)
6
+
5
7
  ## 9.28.0 (2026-04-01)
6
8
 
7
9
  ## 9.27.0 (2026-03-18)
@@ -1,7 +1,7 @@
1
1
  .admin-ui-page {
2
2
  display: flex;
3
3
  height: 100%;
4
- background-color: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
4
+ background-color: var(--wpds-color-bg-surface-neutral, #fcfcfc);
5
5
  color: var(--wpds-color-fg-content-neutral, #1e1e1e);
6
6
  position: relative;
7
7
  z-index: 1;
@@ -10,8 +10,8 @@
10
10
  }
11
11
 
12
12
  .admin-ui-page__header {
13
- padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
14
- border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e0e0e0);
13
+ padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
14
+ border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e4e4e4);
15
15
  background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
16
16
  position: sticky;
17
17
  top: 0;
@@ -19,10 +19,10 @@
19
19
  }
20
20
 
21
21
  .admin-ui-page__header-title {
22
- font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
23
- font-size: var(--wpds-font-size-lg, 15px);
24
- font-weight: var(--wpds-font-weight-medium, 499);
25
- line-height: var(--wpds-font-line-height-lg, 28px);
22
+ font-family: var(--wpds-typography-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
23
+ font-size: var(--wpds-typography-font-size-lg, 15px);
24
+ font-weight: var(--wpds-typography-font-weight-medium, 499);
25
+ line-height: var(--wpds-typography-line-height-lg, 28px);
26
26
  margin: 0;
27
27
  overflow: hidden;
28
28
  text-overflow: ellipsis;
@@ -35,9 +35,9 @@
35
35
 
36
36
  .admin-ui-page__header-subtitle {
37
37
  padding-block-end: var(--wpds-dimension-padding-xs, 4px);
38
- color: var(--wpds-color-fg-content-neutral-weak, #6d6d6d);
39
- font-size: var(--wpds-font-size-md, 13px);
40
- line-height: var(--wpds-font-line-height-md, 24px);
38
+ color: var(--wpds-color-fg-content-neutral-weak, #707070);
39
+ font-size: var(--wpds-typography-font-size-md, 13px);
40
+ line-height: var(--wpds-typography-line-height-md, 24px);
41
41
  margin: 0;
42
42
  }
43
43
 
@@ -63,7 +63,7 @@
63
63
 
64
64
  .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon::after {
65
65
  content: attr(aria-label);
66
- font-size: var(--wpds-font-size-sm, 12px);
66
+ font-size: var(--wpds-typography-font-size-sm, 12px);
67
67
  }
68
68
 
69
69
  /**
@@ -112,10 +112,10 @@
112
112
  * These variables do not appear to be used anywhere else.
113
113
  */
114
114
  .admin-ui-breadcrumbs__list {
115
- font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
116
- font-size: var(--wpds-font-size-lg, 15px);
117
- font-weight: var(--wpds-font-weight-medium, 499);
118
- line-height: var(--wpds-font-line-height-lg, 28px);
115
+ font-family: var(--wpds-typography-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
116
+ font-size: var(--wpds-typography-font-size-lg, 15px);
117
+ font-weight: var(--wpds-typography-font-weight-medium, 499);
118
+ line-height: var(--wpds-typography-line-height-lg, 28px);
119
119
  list-style: none;
120
120
  padding: 0;
121
121
  margin: 0;
@@ -1,7 +1,7 @@
1
1
  .admin-ui-page {
2
2
  display: flex;
3
3
  height: 100%;
4
- background-color: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
4
+ background-color: var(--wpds-color-bg-surface-neutral, #fcfcfc);
5
5
  color: var(--wpds-color-fg-content-neutral, #1e1e1e);
6
6
  position: relative;
7
7
  z-index: 1;
@@ -10,8 +10,8 @@
10
10
  }
11
11
 
12
12
  .admin-ui-page__header {
13
- padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
14
- border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e0e0e0);
13
+ padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
14
+ border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e4e4e4);
15
15
  background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
16
16
  position: sticky;
17
17
  top: 0;
@@ -19,10 +19,10 @@
19
19
  }
20
20
 
21
21
  .admin-ui-page__header-title {
22
- font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
23
- font-size: var(--wpds-font-size-lg, 15px);
24
- font-weight: var(--wpds-font-weight-medium, 499);
25
- line-height: var(--wpds-font-line-height-lg, 28px);
22
+ font-family: var(--wpds-typography-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
23
+ font-size: var(--wpds-typography-font-size-lg, 15px);
24
+ font-weight: var(--wpds-typography-font-weight-medium, 499);
25
+ line-height: var(--wpds-typography-line-height-lg, 28px);
26
26
  margin: 0;
27
27
  overflow: hidden;
28
28
  text-overflow: ellipsis;
@@ -35,9 +35,9 @@
35
35
 
36
36
  .admin-ui-page__header-subtitle {
37
37
  padding-block-end: var(--wpds-dimension-padding-xs, 4px);
38
- color: var(--wpds-color-fg-content-neutral-weak, #6d6d6d);
39
- font-size: var(--wpds-font-size-md, 13px);
40
- line-height: var(--wpds-font-line-height-md, 24px);
38
+ color: var(--wpds-color-fg-content-neutral-weak, #707070);
39
+ font-size: var(--wpds-typography-font-size-md, 13px);
40
+ line-height: var(--wpds-typography-line-height-md, 24px);
41
41
  margin: 0;
42
42
  }
43
43
 
@@ -63,7 +63,7 @@
63
63
 
64
64
  .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon::after {
65
65
  content: attr(aria-label);
66
- font-size: var(--wpds-font-size-sm, 12px);
66
+ font-size: var(--wpds-typography-font-size-sm, 12px);
67
67
  }
68
68
 
69
69
  /**
@@ -112,10 +112,10 @@
112
112
  * These variables do not appear to be used anywhere else.
113
113
  */
114
114
  .admin-ui-breadcrumbs__list {
115
- font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
116
- font-size: var(--wpds-font-size-lg, 15px);
117
- font-weight: var(--wpds-font-weight-medium, 499);
118
- line-height: var(--wpds-font-line-height-lg, 28px);
115
+ font-family: var(--wpds-typography-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
116
+ font-size: var(--wpds-typography-font-size-lg, 15px);
117
+ font-weight: var(--wpds-typography-font-weight-medium, 499);
118
+ line-height: var(--wpds-typography-line-height-lg, 28px);
119
119
  list-style: none;
120
120
  padding: 0;
121
121
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/interface",
3
- "version": "9.28.1-next.v.202604091042.0+668146787",
3
+ "version": "9.29.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",
@@ -53,19 +53,19 @@
53
53
  "build-module/store/index.mjs"
54
54
  ],
55
55
  "dependencies": {
56
- "@wordpress/a11y": "^4.43.1-next.v.202604091042.0+668146787",
57
- "@wordpress/admin-ui": "^1.11.1-next.v.202604091042.0+668146787",
58
- "@wordpress/base-styles": "^6.19.1-next.v.202604091042.0+668146787",
59
- "@wordpress/components": "^32.5.2-next.v.202604091042.0+668146787",
60
- "@wordpress/compose": "^7.43.1-next.v.202604091042.0+668146787",
61
- "@wordpress/data": "^10.43.1-next.v.202604091042.0+668146787",
62
- "@wordpress/deprecated": "^4.43.1-next.v.202604091042.0+668146787",
63
- "@wordpress/element": "^6.44.1-next.v.202604091042.0+668146787",
64
- "@wordpress/i18n": "^6.17.1-next.v.202604091042.0+668146787",
65
- "@wordpress/icons": "^12.1.1-next.v.202604091042.0+668146787",
66
- "@wordpress/plugins": "^7.43.1-next.v.202604091042.0+668146787",
67
- "@wordpress/preferences": "^4.43.1-next.v.202604091042.0+668146787",
68
- "@wordpress/viewport": "^6.43.1-next.v.202604091042.0+668146787",
56
+ "@wordpress/a11y": "^4.44.0",
57
+ "@wordpress/admin-ui": "^1.12.0",
58
+ "@wordpress/base-styles": "^6.20.0",
59
+ "@wordpress/components": "^32.6.0",
60
+ "@wordpress/compose": "^7.44.0",
61
+ "@wordpress/data": "^10.44.0",
62
+ "@wordpress/deprecated": "^4.44.0",
63
+ "@wordpress/element": "^6.44.0",
64
+ "@wordpress/i18n": "^6.17.0",
65
+ "@wordpress/icons": "^12.2.0",
66
+ "@wordpress/plugins": "^7.44.0",
67
+ "@wordpress/preferences": "^4.44.0",
68
+ "@wordpress/viewport": "^6.44.0",
69
69
  "clsx": "^2.1.1"
70
70
  },
71
71
  "peerDependencies": {
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "73606df74f1c38a084bfa5db97205259ef817593"
78
+ "gitHead": "b862d8c84121a47bbeff882f6c87e61681ce2e0d"
79
79
  }