@wordpress/interface 9.28.1-next.v.202604091042.0 → 9.29.1-next.v.202604201441.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,19 +10,19 @@
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);
15
- background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
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
+ background: var(--wpds-color-bg-surface-neutral-strong, #fff);
16
16
  position: sticky;
17
17
  top: 0;
18
18
  z-index: 1;
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
 
@@ -52,20 +52,6 @@
52
52
  padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
53
53
  }
54
54
 
55
- .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon {
56
- width: auto;
57
- padding: 0 var(--wpds-dimension-padding-xs, 4px);
58
- }
59
-
60
- .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg {
61
- display: none;
62
- }
63
-
64
- .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon::after {
65
- content: attr(aria-label);
66
- font-size: var(--wpds-font-size-sm, 12px);
67
- }
68
-
69
55
  /**
70
56
  * SCSS Variables.
71
57
  *
@@ -112,10 +98,10 @@
112
98
  * These variables do not appear to be used anywhere else.
113
99
  */
114
100
  .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);
101
+ font-family: var(--wpds-typography-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
102
+ font-size: var(--wpds-typography-font-size-lg, 15px);
103
+ font-weight: var(--wpds-typography-font-weight-medium, 499);
104
+ line-height: var(--wpds-typography-line-height-lg, 28px);
119
105
  list-style: none;
120
106
  padding: 0;
121
107
  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,19 +10,19 @@
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);
15
- background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
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
+ background: var(--wpds-color-bg-surface-neutral-strong, #fff);
16
16
  position: sticky;
17
17
  top: 0;
18
18
  z-index: 1;
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
 
@@ -52,20 +52,6 @@
52
52
  padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
53
53
  }
54
54
 
55
- .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon {
56
- width: auto;
57
- padding: 0 var(--wpds-dimension-padding-xs, 4px);
58
- }
59
-
60
- .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon svg {
61
- display: none;
62
- }
63
-
64
- .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon::after {
65
- content: attr(aria-label);
66
- font-size: var(--wpds-font-size-sm, 12px);
67
- }
68
-
69
55
  /**
70
56
  * SCSS Variables.
71
57
  *
@@ -112,10 +98,10 @@
112
98
  * These variables do not appear to be used anywhere else.
113
99
  */
114
100
  .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);
101
+ font-family: var(--wpds-typography-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
102
+ font-size: var(--wpds-typography-font-size-lg, 15px);
103
+ font-weight: var(--wpds-typography-font-weight-medium, 499);
104
+ line-height: var(--wpds-typography-line-height-lg, 28px);
119
105
  list-style: none;
120
106
  padding: 0;
121
107
  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.1-next.v.202604201441.0+dab6d8c07",
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.1-next.v.202604201441.0+dab6d8c07",
57
+ "@wordpress/admin-ui": "^1.12.1-next.v.202604201441.0+dab6d8c07",
58
+ "@wordpress/base-styles": "^6.20.1-next.v.202604201441.0+dab6d8c07",
59
+ "@wordpress/components": "^33.0.1-next.v.202604201441.0+dab6d8c07",
60
+ "@wordpress/compose": "^7.44.1-next.v.202604201441.0+dab6d8c07",
61
+ "@wordpress/data": "^10.45.1-next.v.202604201441.0+dab6d8c07",
62
+ "@wordpress/deprecated": "^4.44.1-next.v.202604201441.0+dab6d8c07",
63
+ "@wordpress/element": "^6.44.1-next.v.202604201441.0+dab6d8c07",
64
+ "@wordpress/i18n": "^6.17.1-next.v.202604201441.0+dab6d8c07",
65
+ "@wordpress/icons": "^12.2.1-next.v.202604201441.0+dab6d8c07",
66
+ "@wordpress/plugins": "^7.44.1-next.v.202604201441.0+dab6d8c07",
67
+ "@wordpress/preferences": "^4.44.1-next.v.202604201441.0+dab6d8c07",
68
+ "@wordpress/viewport": "^6.44.1-next.v.202604201441.0+dab6d8c07",
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": "c788005ba4ee2a34851c1217c51602656aa7c3a6"
79
79
  }