@wordpress/edit-site 6.33.8 → 6.33.9

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.
@@ -1514,6 +1514,7 @@ div.dataviews-view-list {
1514
1514
  width: max-content;
1515
1515
  flex: 0 0 auto;
1516
1516
  gap: 4px;
1517
+ white-space: nowrap;
1517
1518
  }
1518
1519
 
1519
1520
  .dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button,
@@ -1514,6 +1514,7 @@ div.dataviews-view-list {
1514
1514
  width: max-content;
1515
1515
  flex: 0 0 auto;
1516
1516
  gap: 4px;
1517
+ white-space: nowrap;
1517
1518
  }
1518
1519
 
1519
1520
  .dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button,
@@ -1514,6 +1514,7 @@ div.dataviews-view-list {
1514
1514
  width: max-content;
1515
1515
  flex: 0 0 auto;
1516
1516
  gap: 4px;
1517
+ white-space: nowrap;
1517
1518
  }
1518
1519
 
1519
1520
  .dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button,
@@ -1514,6 +1514,7 @@ div.dataviews-view-list {
1514
1514
  width: max-content;
1515
1515
  flex: 0 0 auto;
1516
1516
  gap: 4px;
1517
+ white-space: nowrap;
1517
1518
  }
1518
1519
 
1519
1520
  .dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-site",
3
- "version": "6.33.8",
3
+ "version": "6.33.9",
4
4
  "description": "Edit Site Page module for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -42,22 +42,22 @@
42
42
  "@wordpress/api-fetch": "^7.33.1",
43
43
  "@wordpress/base-styles": "^6.9.1",
44
44
  "@wordpress/blob": "^4.33.1",
45
- "@wordpress/block-editor": "^15.6.6",
46
- "@wordpress/block-library": "^9.33.7",
45
+ "@wordpress/block-editor": "^15.6.7",
46
+ "@wordpress/block-library": "^9.33.8",
47
47
  "@wordpress/blocks": "^15.6.2",
48
48
  "@wordpress/commands": "^1.33.4",
49
49
  "@wordpress/components": "^30.6.4",
50
50
  "@wordpress/compose": "^7.33.1",
51
- "@wordpress/core-data": "^7.33.6",
51
+ "@wordpress/core-data": "^7.33.7",
52
52
  "@wordpress/data": "^10.33.1",
53
- "@wordpress/dataviews": "^10.1.5",
53
+ "@wordpress/dataviews": "^10.1.6",
54
54
  "@wordpress/date": "^5.33.1",
55
55
  "@wordpress/deprecated": "^4.33.1",
56
56
  "@wordpress/dom": "^4.33.1",
57
- "@wordpress/editor": "^14.33.8",
57
+ "@wordpress/editor": "^14.33.9",
58
58
  "@wordpress/element": "^6.33.1",
59
59
  "@wordpress/escape-html": "^3.33.1",
60
- "@wordpress/fields": "^0.25.8",
60
+ "@wordpress/fields": "^0.25.9",
61
61
  "@wordpress/hooks": "^4.33.1",
62
62
  "@wordpress/html-entities": "^4.33.1",
63
63
  "@wordpress/i18n": "^6.6.1",
@@ -66,18 +66,18 @@
66
66
  "@wordpress/keycodes": "^4.33.1",
67
67
  "@wordpress/media-utils": "^5.33.1",
68
68
  "@wordpress/notices": "^5.33.1",
69
- "@wordpress/patterns": "^2.33.6",
69
+ "@wordpress/patterns": "^2.33.7",
70
70
  "@wordpress/plugins": "^7.33.4",
71
71
  "@wordpress/preferences": "^4.33.4",
72
72
  "@wordpress/primitives": "^4.33.1",
73
73
  "@wordpress/private-apis": "^1.33.1",
74
- "@wordpress/reusable-blocks": "^5.33.6",
74
+ "@wordpress/reusable-blocks": "^5.33.7",
75
75
  "@wordpress/router": "^1.33.1",
76
76
  "@wordpress/style-engine": "^2.33.1",
77
77
  "@wordpress/url": "^4.33.1",
78
78
  "@wordpress/viewport": "^6.33.1",
79
- "@wordpress/views": "^1.0.6",
80
- "@wordpress/widgets": "^4.33.6",
79
+ "@wordpress/views": "^1.0.7",
80
+ "@wordpress/widgets": "^4.33.7",
81
81
  "@wordpress/wordcount": "^4.33.1",
82
82
  "change-case": "^4.1.2",
83
83
  "clsx": "^2.1.1",
@@ -93,5 +93,5 @@
93
93
  "publishConfig": {
94
94
  "access": "public"
95
95
  },
96
- "gitHead": "e821b2ec0a90d60aa7cafc248ba049f13b4265b7"
96
+ "gitHead": "1c473d047a0b8f529f07cc1e23324a6be723bbc9"
97
97
  }