@wordpress/edit-widgets 6.43.0 → 6.44.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
+ ## 6.44.0 (2026-04-15)
6
+
5
7
  ## 6.43.0 (2026-04-01)
6
8
 
7
9
  ## 6.42.0 (2026-03-18)
@@ -109,7 +109,7 @@
109
109
  .admin-ui-page {
110
110
  display: flex;
111
111
  height: 100%;
112
- background-color: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
112
+ background-color: var(--wpds-color-bg-surface-neutral, #fcfcfc);
113
113
  color: var(--wpds-color-fg-content-neutral, #1e1e1e);
114
114
  position: relative;
115
115
  z-index: 1;
@@ -118,8 +118,8 @@
118
118
  }
119
119
 
120
120
  .admin-ui-page__header {
121
- padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
122
- border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e0e0e0);
121
+ padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
122
+ border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e4e4e4);
123
123
  background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
124
124
  position: sticky;
125
125
  top: 0;
@@ -127,10 +127,10 @@
127
127
  }
128
128
 
129
129
  .admin-ui-page__header-title {
130
- font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
131
- font-size: var(--wpds-font-size-lg, 15px);
132
- font-weight: var(--wpds-font-weight-medium, 499);
133
- line-height: var(--wpds-font-line-height-lg, 28px);
130
+ font-family: var(--wpds-typography-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
131
+ font-size: var(--wpds-typography-font-size-lg, 15px);
132
+ font-weight: var(--wpds-typography-font-weight-medium, 499);
133
+ line-height: var(--wpds-typography-line-height-lg, 28px);
134
134
  margin: 0;
135
135
  overflow: hidden;
136
136
  text-overflow: ellipsis;
@@ -143,9 +143,9 @@
143
143
 
144
144
  .admin-ui-page__header-subtitle {
145
145
  padding-block-end: var(--wpds-dimension-padding-xs, 4px);
146
- color: var(--wpds-color-fg-content-neutral-weak, #6d6d6d);
147
- font-size: var(--wpds-font-size-md, 13px);
148
- line-height: var(--wpds-font-line-height-md, 24px);
146
+ color: var(--wpds-color-fg-content-neutral-weak, #707070);
147
+ font-size: var(--wpds-typography-font-size-md, 13px);
148
+ line-height: var(--wpds-typography-line-height-md, 24px);
149
149
  margin: 0;
150
150
  }
151
151
 
@@ -171,7 +171,7 @@
171
171
 
172
172
  .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon::after {
173
173
  content: attr(aria-label);
174
- font-size: var(--wpds-font-size-sm, 12px);
174
+ font-size: var(--wpds-typography-font-size-sm, 12px);
175
175
  }
176
176
 
177
177
  /**
@@ -220,10 +220,10 @@
220
220
  * These variables do not appear to be used anywhere else.
221
221
  */
222
222
  .admin-ui-breadcrumbs__list {
223
- font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
224
- font-size: var(--wpds-font-size-lg, 15px);
225
- font-weight: var(--wpds-font-weight-medium, 499);
226
- line-height: var(--wpds-font-line-height-lg, 28px);
223
+ font-family: var(--wpds-typography-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
224
+ font-size: var(--wpds-typography-font-size-lg, 15px);
225
+ font-weight: var(--wpds-typography-font-weight-medium, 499);
226
+ line-height: var(--wpds-typography-line-height-lg, 28px);
227
227
  list-style: none;
228
228
  padding: 0;
229
229
  margin: 0;
@@ -109,7 +109,7 @@
109
109
  .admin-ui-page {
110
110
  display: flex;
111
111
  height: 100%;
112
- background-color: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
112
+ background-color: var(--wpds-color-bg-surface-neutral, #fcfcfc);
113
113
  color: var(--wpds-color-fg-content-neutral, #1e1e1e);
114
114
  position: relative;
115
115
  z-index: 1;
@@ -118,8 +118,8 @@
118
118
  }
119
119
 
120
120
  .admin-ui-page__header {
121
- padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
122
- border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e0e0e0);
121
+ padding: var(--wpds-dimension-padding-lg, 16px) var(--wpds-dimension-padding-2xl, 24px);
122
+ border-bottom: var(--wpds-border-width-xs, 1px) solid var(--wpds-color-stroke-surface-neutral-weak, #e4e4e4);
123
123
  background: var(--wpds-color-bg-surface-neutral-strong, #ffffff);
124
124
  position: sticky;
125
125
  top: 0;
@@ -127,10 +127,10 @@
127
127
  }
128
128
 
129
129
  .admin-ui-page__header-title {
130
- font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
131
- font-size: var(--wpds-font-size-lg, 15px);
132
- font-weight: var(--wpds-font-weight-medium, 499);
133
- line-height: var(--wpds-font-line-height-lg, 28px);
130
+ font-family: var(--wpds-typography-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
131
+ font-size: var(--wpds-typography-font-size-lg, 15px);
132
+ font-weight: var(--wpds-typography-font-weight-medium, 499);
133
+ line-height: var(--wpds-typography-line-height-lg, 28px);
134
134
  margin: 0;
135
135
  overflow: hidden;
136
136
  text-overflow: ellipsis;
@@ -143,9 +143,9 @@
143
143
 
144
144
  .admin-ui-page__header-subtitle {
145
145
  padding-block-end: var(--wpds-dimension-padding-xs, 4px);
146
- color: var(--wpds-color-fg-content-neutral-weak, #6d6d6d);
147
- font-size: var(--wpds-font-size-md, 13px);
148
- line-height: var(--wpds-font-line-height-md, 24px);
146
+ color: var(--wpds-color-fg-content-neutral-weak, #707070);
147
+ font-size: var(--wpds-typography-font-size-md, 13px);
148
+ line-height: var(--wpds-typography-line-height-md, 24px);
149
149
  margin: 0;
150
150
  }
151
151
 
@@ -171,7 +171,7 @@
171
171
 
172
172
  .show-icon-labels .admin-ui-page__header-actions .components-button.has-icon::after {
173
173
  content: attr(aria-label);
174
- font-size: var(--wpds-font-size-sm, 12px);
174
+ font-size: var(--wpds-typography-font-size-sm, 12px);
175
175
  }
176
176
 
177
177
  /**
@@ -220,10 +220,10 @@
220
220
  * These variables do not appear to be used anywhere else.
221
221
  */
222
222
  .admin-ui-breadcrumbs__list {
223
- font-family: var(--wpds-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
224
- font-size: var(--wpds-font-size-lg, 15px);
225
- font-weight: var(--wpds-font-weight-medium, 499);
226
- line-height: var(--wpds-font-line-height-lg, 28px);
223
+ font-family: var(--wpds-typography-font-family-heading, -apple-system, system-ui, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif);
224
+ font-size: var(--wpds-typography-font-size-lg, 15px);
225
+ font-weight: var(--wpds-typography-font-weight-medium, 499);
226
+ line-height: var(--wpds-typography-line-height-lg, 28px);
227
227
  list-style: none;
228
228
  padding: 0;
229
229
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-widgets",
3
- "version": "6.43.0",
3
+ "version": "6.44.0",
4
4
  "description": "Widgets Page module for WordPress..",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -48,33 +48,33 @@
48
48
  ]
49
49
  },
50
50
  "dependencies": {
51
- "@wordpress/api-fetch": "^7.43.0",
52
- "@wordpress/base-styles": "^6.19.0",
53
- "@wordpress/block-editor": "^15.16.0",
54
- "@wordpress/block-library": "^9.43.0",
55
- "@wordpress/blocks": "^15.16.0",
56
- "@wordpress/components": "^32.5.0",
57
- "@wordpress/compose": "^7.43.0",
58
- "@wordpress/core-data": "^7.43.0",
59
- "@wordpress/data": "^10.43.0",
60
- "@wordpress/deprecated": "^4.43.0",
61
- "@wordpress/dom": "^4.43.0",
62
- "@wordpress/element": "^6.43.0",
63
- "@wordpress/hooks": "^4.43.0",
64
- "@wordpress/i18n": "^6.16.0",
65
- "@wordpress/icons": "^12.1.0",
66
- "@wordpress/interface": "^9.28.0",
67
- "@wordpress/keyboard-shortcuts": "^5.43.0",
68
- "@wordpress/keycodes": "^4.43.0",
69
- "@wordpress/media-utils": "^5.43.0",
70
- "@wordpress/notices": "^5.43.0",
71
- "@wordpress/patterns": "^2.43.0",
72
- "@wordpress/plugins": "^7.43.0",
73
- "@wordpress/preferences": "^4.43.0",
74
- "@wordpress/private-apis": "^1.43.0",
75
- "@wordpress/reusable-blocks": "^5.43.0",
76
- "@wordpress/url": "^4.43.0",
77
- "@wordpress/widgets": "^4.43.0",
51
+ "@wordpress/api-fetch": "^7.44.0",
52
+ "@wordpress/base-styles": "^6.20.0",
53
+ "@wordpress/block-editor": "^15.17.0",
54
+ "@wordpress/block-library": "^9.44.0",
55
+ "@wordpress/blocks": "^15.17.0",
56
+ "@wordpress/components": "^32.6.0",
57
+ "@wordpress/compose": "^7.44.0",
58
+ "@wordpress/core-data": "^7.44.0",
59
+ "@wordpress/data": "^10.44.0",
60
+ "@wordpress/deprecated": "^4.44.0",
61
+ "@wordpress/dom": "^4.44.0",
62
+ "@wordpress/element": "^6.44.0",
63
+ "@wordpress/hooks": "^4.44.0",
64
+ "@wordpress/i18n": "^6.17.0",
65
+ "@wordpress/icons": "^12.2.0",
66
+ "@wordpress/interface": "^9.29.0",
67
+ "@wordpress/keyboard-shortcuts": "^5.44.0",
68
+ "@wordpress/keycodes": "^4.44.0",
69
+ "@wordpress/media-utils": "^5.44.0",
70
+ "@wordpress/notices": "^5.44.0",
71
+ "@wordpress/patterns": "^2.44.0",
72
+ "@wordpress/plugins": "^7.44.0",
73
+ "@wordpress/preferences": "^4.44.0",
74
+ "@wordpress/private-apis": "^1.44.0",
75
+ "@wordpress/reusable-blocks": "^5.44.0",
76
+ "@wordpress/url": "^4.44.0",
77
+ "@wordpress/widgets": "^4.44.0",
78
78
  "clsx": "^2.1.1"
79
79
  },
80
80
  "devDependencies": {
@@ -87,5 +87,5 @@
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  },
90
- "gitHead": "2cea90674d11aa521ec3f71652fb3a6a4c383969"
90
+ "gitHead": "b862d8c84121a47bbeff882f6c87e61681ce2e0d"
91
91
  }