@wordpress/edit-site 6.16.0 → 6.17.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-site",
3
- "version": "6.16.0",
3
+ "version": "6.17.0",
4
4
  "description": "Edit Site Page module for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,46 +30,46 @@
30
30
  "dependencies": {
31
31
  "@babel/runtime": "7.25.7",
32
32
  "@react-spring/web": "^9.4.5",
33
- "@wordpress/a11y": "^4.16.0",
34
- "@wordpress/api-fetch": "^7.16.0",
35
- "@wordpress/blob": "^4.16.0",
36
- "@wordpress/block-editor": "^14.11.0",
37
- "@wordpress/block-library": "^9.16.0",
38
- "@wordpress/blocks": "^14.5.0",
39
- "@wordpress/commands": "^1.16.0",
40
- "@wordpress/components": "^29.2.0",
41
- "@wordpress/compose": "^7.16.0",
42
- "@wordpress/core-commands": "^1.16.0",
43
- "@wordpress/core-data": "^7.16.0",
44
- "@wordpress/data": "^10.16.0",
45
- "@wordpress/dataviews": "^4.12.0",
46
- "@wordpress/date": "^5.16.0",
47
- "@wordpress/deprecated": "^4.16.0",
48
- "@wordpress/dom": "^4.16.0",
49
- "@wordpress/editor": "^14.16.0",
50
- "@wordpress/element": "^6.16.0",
51
- "@wordpress/escape-html": "^3.16.0",
52
- "@wordpress/fields": "^0.8.0",
53
- "@wordpress/hooks": "^4.16.0",
54
- "@wordpress/html-entities": "^4.16.0",
55
- "@wordpress/i18n": "^5.16.0",
56
- "@wordpress/icons": "^10.16.0",
57
- "@wordpress/keyboard-shortcuts": "^5.16.0",
58
- "@wordpress/keycodes": "^4.16.0",
59
- "@wordpress/media-utils": "^5.16.0",
60
- "@wordpress/notices": "^5.16.0",
61
- "@wordpress/patterns": "^2.16.0",
62
- "@wordpress/plugins": "^7.16.0",
63
- "@wordpress/preferences": "^4.16.0",
64
- "@wordpress/primitives": "^4.16.0",
65
- "@wordpress/private-apis": "^1.16.0",
66
- "@wordpress/reusable-blocks": "^5.16.0",
67
- "@wordpress/router": "^1.16.0",
68
- "@wordpress/style-engine": "^2.16.0",
69
- "@wordpress/url": "^4.16.0",
70
- "@wordpress/viewport": "^6.16.0",
71
- "@wordpress/widgets": "^4.16.0",
72
- "@wordpress/wordcount": "^4.16.0",
33
+ "@wordpress/a11y": "^4.17.0",
34
+ "@wordpress/api-fetch": "^7.17.0",
35
+ "@wordpress/blob": "^4.17.0",
36
+ "@wordpress/block-editor": "^14.12.0",
37
+ "@wordpress/block-library": "^9.17.0",
38
+ "@wordpress/blocks": "^14.6.0",
39
+ "@wordpress/commands": "^1.17.0",
40
+ "@wordpress/components": "^29.3.0",
41
+ "@wordpress/compose": "^7.17.0",
42
+ "@wordpress/core-commands": "^1.17.0",
43
+ "@wordpress/core-data": "^7.17.0",
44
+ "@wordpress/data": "^10.17.0",
45
+ "@wordpress/dataviews": "^4.13.0",
46
+ "@wordpress/date": "^5.17.0",
47
+ "@wordpress/deprecated": "^4.17.0",
48
+ "@wordpress/dom": "^4.17.0",
49
+ "@wordpress/editor": "^14.17.0",
50
+ "@wordpress/element": "^6.17.0",
51
+ "@wordpress/escape-html": "^3.17.0",
52
+ "@wordpress/fields": "^0.9.0",
53
+ "@wordpress/hooks": "^4.17.0",
54
+ "@wordpress/html-entities": "^4.17.0",
55
+ "@wordpress/i18n": "^5.17.0",
56
+ "@wordpress/icons": "^10.17.0",
57
+ "@wordpress/keyboard-shortcuts": "^5.17.0",
58
+ "@wordpress/keycodes": "^4.17.0",
59
+ "@wordpress/media-utils": "^5.17.0",
60
+ "@wordpress/notices": "^5.17.0",
61
+ "@wordpress/patterns": "^2.17.0",
62
+ "@wordpress/plugins": "^7.17.0",
63
+ "@wordpress/preferences": "^4.17.0",
64
+ "@wordpress/primitives": "^4.17.0",
65
+ "@wordpress/private-apis": "^1.17.0",
66
+ "@wordpress/reusable-blocks": "^5.17.0",
67
+ "@wordpress/router": "^1.17.0",
68
+ "@wordpress/style-engine": "^2.17.0",
69
+ "@wordpress/url": "^4.17.0",
70
+ "@wordpress/viewport": "^6.17.0",
71
+ "@wordpress/widgets": "^4.17.0",
72
+ "@wordpress/wordcount": "^4.17.0",
73
73
  "change-case": "^4.1.2",
74
74
  "clsx": "^2.1.1",
75
75
  "colord": "^2.9.2",
@@ -84,5 +84,5 @@
84
84
  "publishConfig": {
85
85
  "access": "public"
86
86
  },
87
- "gitHead": "f48b9f56629e400891abb5ae491504de475237ff"
87
+ "gitHead": "68a831c3178197fe87db284d4b94e5743bfb6b6c"
88
88
  }
@@ -174,7 +174,7 @@ function ScreenRevisions() {
174
174
  changePage={ setCurrentPage }
175
175
  totalItems={ revisionsCount }
176
176
  disabled={ isLoading }
177
- label={ __( 'Global Styles pagination navigation' ) }
177
+ label={ __( 'Global Styles pagination' ) }
178
178
  />
179
179
  </div>
180
180
  ) }
@@ -4,10 +4,18 @@
4
4
 
5
5
  .page-patterns-preview-field {
6
6
  display: flex;
7
+ justify-content: center;
8
+ align-items: center;
7
9
  flex-direction: column;
8
10
  height: 100%;
9
11
  border-radius: $radius-medium;
10
12
 
13
+ .dataviews-view-grid & {
14
+ .block-editor-block-preview__container {
15
+ height: 100%;
16
+ }
17
+ }
18
+
11
19
  .dataviews-view-table & {
12
20
  width: 96px;
13
21
  flex-grow: 0;
@@ -1,5 +1,7 @@
1
1
  .page-templates-preview-field {
2
2
  display: flex;
3
+ justify-content: center;
4
+ align-items: center;
3
5
  flex-direction: column;
4
6
  height: 100%;
5
7
  width: 100%;
@@ -22,7 +22,7 @@ export default function Pagination( {
22
22
  className,
23
23
  disabled = false,
24
24
  buttonVariant = 'tertiary',
25
- label = __( 'Pagination Navigation' ),
25
+ label = __( 'Pagination' ),
26
26
  } ) {
27
27
  return (
28
28
  <HStack
@@ -168,7 +168,7 @@ export const STYLE_BOOK_ALL_BLOCKS_SUBCATEGORIES: StyleBookCategory[] = [
168
168
  },
169
169
  ];
170
170
 
171
- // Style book preview categories are organised slightly differently to the editor ones.
171
+ // Style book preview categories are organized slightly differently to the editor ones.
172
172
  export const STYLE_BOOK_PREVIEW_CATEGORIES: StyleBookCategory[] = [
173
173
  {
174
174
  slug: 'overview',