@wordpress/edit-site 6.35.1-next.16d95556a.0 → 6.35.2-next.dc3f6d3c1.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,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 6.35.1-next.0 (2025-11-18)
6
+
7
+ ### Internal
8
+
9
+ - Updated `welcome-guide` styles to apply the close-button hover color locally, following changes to the shared `Guide` component.
10
+
5
11
  ## 6.35.0 (2025-11-12)
6
12
 
7
13
  ## 6.34.0 (2025-10-29)
@@ -257,6 +257,26 @@
257
257
  font-size: 12px;
258
258
  }
259
259
 
260
+ .admin-ui-breadcrumbs__list {
261
+ list-style: none;
262
+ padding: 0;
263
+ margin: 0;
264
+ gap: 0;
265
+ font-size: 15px;
266
+ min-height: 32px;
267
+ font-weight: 500;
268
+ }
269
+
270
+ .admin-ui-breadcrumbs__list li:not(:last-child)::after {
271
+ content: "/";
272
+ margin: 0 8px;
273
+ }
274
+
275
+ .admin-ui-breadcrumbs__list h1 {
276
+ font-size: inherit;
277
+ line-height: inherit;
278
+ }
279
+
260
280
  /**
261
281
  * Colors
262
282
  */
@@ -354,6 +374,7 @@
354
374
  flex-direction: column;
355
375
  font-size: 13px;
356
376
  line-height: 1.4;
377
+ background-color: inherit;
357
378
  }
358
379
 
359
380
  .dataviews__view-actions,
@@ -363,6 +384,7 @@
363
384
  flex-shrink: 0;
364
385
  position: sticky;
365
386
  right: 0;
387
+ background-color: inherit;
366
388
  }
367
389
 
368
390
  @media not (prefers-reduced-motion) {
@@ -1098,7 +1120,7 @@
1098
1120
  position: sticky;
1099
1121
  bottom: 0;
1100
1122
  right: 0;
1101
- background-color: #fff;
1123
+ background-color: inherit;
1102
1124
  padding: 12px 48px;
1103
1125
  border-top: 1px solid #f0f0f0;
1104
1126
  flex-shrink: 0;
@@ -1477,6 +1499,7 @@ div.dataviews-view-list {
1477
1499
  width: max-content;
1478
1500
  flex: 0 0 auto;
1479
1501
  gap: 4px;
1502
+ white-space: nowrap;
1480
1503
  }
1481
1504
 
1482
1505
  .dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button,
@@ -1680,6 +1703,7 @@ div.dataviews-view-list {
1680
1703
  position: relative;
1681
1704
  color: #757575;
1682
1705
  margin-bottom: auto;
1706
+ background-color: inherit;
1683
1707
  }
1684
1708
 
1685
1709
  .dataviews-view-table th {
@@ -1703,7 +1727,7 @@ div.dataviews-view-list {
1703
1727
  .dataviews-view-table th.dataviews-view-table__actions-column--sticky {
1704
1728
  position: sticky;
1705
1729
  left: 0;
1706
- background-color: #fff;
1730
+ background-color: inherit;
1707
1731
  }
1708
1732
 
1709
1733
  .dataviews-view-table td.dataviews-view-table__actions-column--stuck::after,
@@ -1731,6 +1755,7 @@ div.dataviews-view-list {
1731
1755
 
1732
1756
  .dataviews-view-table tr {
1733
1757
  border-top: 1px solid #f0f0f0;
1758
+ background-color: inherit;
1734
1759
  }
1735
1760
 
1736
1761
  .dataviews-view-table tr .dataviews-view-table-header-button {
@@ -1756,10 +1781,6 @@ div.dataviews-view-list {
1756
1781
  border-bottom: 0;
1757
1782
  }
1758
1783
 
1759
- .dataviews-view-table tr.is-hovered, .dataviews-view-table tr.is-hovered .dataviews-view-table__actions-column--sticky {
1760
- background-color: #f8f8f8;
1761
- }
1762
-
1763
1784
  .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input {
1764
1785
  opacity: 0;
1765
1786
  }
@@ -1772,13 +1793,6 @@ div.dataviews-view-list {
1772
1793
  opacity: 0;
1773
1794
  }
1774
1795
 
1775
- .dataviews-view-table tr:focus-within .components-checkbox-control__input,
1776
- .dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr.is-hovered .components-checkbox-control__input,
1777
- .dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr:hover .components-checkbox-control__input,
1778
- .dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
1779
- opacity: 1;
1780
- }
1781
-
1782
1796
  @media (hover: none) {
1783
1797
  .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,
1784
1798
  .dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
@@ -1786,7 +1800,7 @@ div.dataviews-view-list {
1786
1800
  }
1787
1801
  }
1788
1802
  .dataviews-view-table tr.is-selected {
1789
- background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
1803
+ background-color: color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 4%, #fff);
1790
1804
  color: #757575;
1791
1805
  }
1792
1806
 
@@ -1795,7 +1809,7 @@ div.dataviews-view-list {
1795
1809
  }
1796
1810
 
1797
1811
  .dataviews-view-table tr.is-selected:hover {
1798
- background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
1812
+ background-color: color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 8%, #fff);
1799
1813
  }
1800
1814
 
1801
1815
  .dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky {
@@ -1806,10 +1820,22 @@ div.dataviews-view-list {
1806
1820
  background-color: color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 8%, #fff);
1807
1821
  }
1808
1822
 
1823
+ .dataviews-view-table.has-bulk-actions tr:not(.is-selected).is-hovered, .dataviews-view-table.has-bulk-actions tr:not(.is-selected).is-hovered .dataviews-view-table__actions-column--sticky {
1824
+ background-color: #f8f8f8;
1825
+ }
1826
+
1827
+ .dataviews-view-table.has-bulk-actions tr:focus-within .components-checkbox-control__input,
1828
+ .dataviews-view-table.has-bulk-actions tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table.has-bulk-actions tr.is-hovered .components-checkbox-control__input,
1829
+ .dataviews-view-table.has-bulk-actions tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table.has-bulk-actions tr:hover .components-checkbox-control__input,
1830
+ .dataviews-view-table.has-bulk-actions tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
1831
+ opacity: 1;
1832
+ }
1833
+
1809
1834
  .dataviews-view-table thead {
1810
1835
  position: sticky;
1811
1836
  inset-block-start: 0;
1812
1837
  z-index: 1;
1838
+ background-color: inherit;
1813
1839
  }
1814
1840
 
1815
1841
  .dataviews-view-table thead tr {
@@ -1821,7 +1847,7 @@ div.dataviews-view-list {
1821
1847
  }
1822
1848
 
1823
1849
  .dataviews-view-table thead th {
1824
- background-color: #fff;
1850
+ background-color: inherit;
1825
1851
  padding-top: 8px;
1826
1852
  padding-bottom: 8px;
1827
1853
  padding-right: 12px;
@@ -2130,6 +2156,10 @@ div.dataviews-view-list {
2130
2156
  padding: 0 48px;
2131
2157
  }
2132
2158
 
2159
+ .dataviews-view-picker-table {
2160
+ background-color: inherit;
2161
+ }
2162
+
2133
2163
  .dataviews-view-picker-table tbody:focus-visible[aria-activedescendant] {
2134
2164
  outline: none;
2135
2165
  }
@@ -3932,6 +3962,9 @@ button.font-library-modal__upload-area {
3932
3962
  margin: 0 4px;
3933
3963
  vertical-align: text-top;
3934
3964
  }
3965
+ .edit-site-welcome-guide .components-button:hover svg {
3966
+ fill: #fff;
3967
+ }
3935
3968
 
3936
3969
  .edit-site-layout {
3937
3970
  height: 100%;
@@ -257,6 +257,26 @@
257
257
  font-size: 12px;
258
258
  }
259
259
 
260
+ .admin-ui-breadcrumbs__list {
261
+ list-style: none;
262
+ padding: 0;
263
+ margin: 0;
264
+ gap: 0;
265
+ font-size: 15px;
266
+ min-height: 32px;
267
+ font-weight: 500;
268
+ }
269
+
270
+ .admin-ui-breadcrumbs__list li:not(:last-child)::after {
271
+ content: "/";
272
+ margin: 0 8px;
273
+ }
274
+
275
+ .admin-ui-breadcrumbs__list h1 {
276
+ font-size: inherit;
277
+ line-height: inherit;
278
+ }
279
+
260
280
  /**
261
281
  * Colors
262
282
  */
@@ -354,6 +374,7 @@
354
374
  flex-direction: column;
355
375
  font-size: 13px;
356
376
  line-height: 1.4;
377
+ background-color: inherit;
357
378
  }
358
379
 
359
380
  .dataviews__view-actions,
@@ -363,6 +384,7 @@
363
384
  flex-shrink: 0;
364
385
  position: sticky;
365
386
  left: 0;
387
+ background-color: inherit;
366
388
  }
367
389
 
368
390
  @media not (prefers-reduced-motion) {
@@ -1098,7 +1120,7 @@
1098
1120
  position: sticky;
1099
1121
  bottom: 0;
1100
1122
  left: 0;
1101
- background-color: #fff;
1123
+ background-color: inherit;
1102
1124
  padding: 12px 48px;
1103
1125
  border-top: 1px solid #f0f0f0;
1104
1126
  flex-shrink: 0;
@@ -1477,6 +1499,7 @@ div.dataviews-view-list {
1477
1499
  width: max-content;
1478
1500
  flex: 0 0 auto;
1479
1501
  gap: 4px;
1502
+ white-space: nowrap;
1480
1503
  }
1481
1504
 
1482
1505
  .dataviews-view-list div[role=row] .dataviews-view-list__item-actions .components-button,
@@ -1680,6 +1703,7 @@ div.dataviews-view-list {
1680
1703
  position: relative;
1681
1704
  color: #757575;
1682
1705
  margin-bottom: auto;
1706
+ background-color: inherit;
1683
1707
  }
1684
1708
 
1685
1709
  .dataviews-view-table th {
@@ -1703,7 +1727,7 @@ div.dataviews-view-list {
1703
1727
  .dataviews-view-table th.dataviews-view-table__actions-column--sticky {
1704
1728
  position: sticky;
1705
1729
  right: 0;
1706
- background-color: #fff;
1730
+ background-color: inherit;
1707
1731
  }
1708
1732
 
1709
1733
  .dataviews-view-table td.dataviews-view-table__actions-column--stuck::after,
@@ -1731,6 +1755,7 @@ div.dataviews-view-list {
1731
1755
 
1732
1756
  .dataviews-view-table tr {
1733
1757
  border-top: 1px solid #f0f0f0;
1758
+ background-color: inherit;
1734
1759
  }
1735
1760
 
1736
1761
  .dataviews-view-table tr .dataviews-view-table-header-button {
@@ -1756,10 +1781,6 @@ div.dataviews-view-list {
1756
1781
  border-bottom: 0;
1757
1782
  }
1758
1783
 
1759
- .dataviews-view-table tr.is-hovered, .dataviews-view-table tr.is-hovered .dataviews-view-table__actions-column--sticky {
1760
- background-color: #f8f8f8;
1761
- }
1762
-
1763
1784
  .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input {
1764
1785
  opacity: 0;
1765
1786
  }
@@ -1772,13 +1793,6 @@ div.dataviews-view-list {
1772
1793
  opacity: 0;
1773
1794
  }
1774
1795
 
1775
- .dataviews-view-table tr:focus-within .components-checkbox-control__input,
1776
- .dataviews-view-table tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr.is-hovered .components-checkbox-control__input,
1777
- .dataviews-view-table tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table tr:hover .components-checkbox-control__input,
1778
- .dataviews-view-table tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
1779
- opacity: 1;
1780
- }
1781
-
1782
1796
  @media (hover: none) {
1783
1797
  .dataviews-view-table tr .components-checkbox-control__input.components-checkbox-control__input,
1784
1798
  .dataviews-view-table tr .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
@@ -1786,7 +1800,7 @@ div.dataviews-view-list {
1786
1800
  }
1787
1801
  }
1788
1802
  .dataviews-view-table tr.is-selected {
1789
- background-color: rgba(var(--wp-admin-theme-color--rgb), 0.04);
1803
+ background-color: color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 4%, #fff);
1790
1804
  color: #757575;
1791
1805
  }
1792
1806
 
@@ -1795,7 +1809,7 @@ div.dataviews-view-list {
1795
1809
  }
1796
1810
 
1797
1811
  .dataviews-view-table tr.is-selected:hover {
1798
- background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
1812
+ background-color: color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 8%, #fff);
1799
1813
  }
1800
1814
 
1801
1815
  .dataviews-view-table tr.is-selected .dataviews-view-table__actions-column--sticky {
@@ -1806,10 +1820,22 @@ div.dataviews-view-list {
1806
1820
  background-color: color-mix(in srgb, rgb(var(--wp-admin-theme-color--rgb)) 8%, #fff);
1807
1821
  }
1808
1822
 
1823
+ .dataviews-view-table.has-bulk-actions tr:not(.is-selected).is-hovered, .dataviews-view-table.has-bulk-actions tr:not(.is-selected).is-hovered .dataviews-view-table__actions-column--sticky {
1824
+ background-color: #f8f8f8;
1825
+ }
1826
+
1827
+ .dataviews-view-table.has-bulk-actions tr:focus-within .components-checkbox-control__input,
1828
+ .dataviews-view-table.has-bulk-actions tr:focus-within .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table.has-bulk-actions tr.is-hovered .components-checkbox-control__input,
1829
+ .dataviews-view-table.has-bulk-actions tr.is-hovered .dataviews-item-actions .components-button:not(.dataviews-all-actions-button), .dataviews-view-table.has-bulk-actions tr:hover .components-checkbox-control__input,
1830
+ .dataviews-view-table.has-bulk-actions tr:hover .dataviews-item-actions .components-button:not(.dataviews-all-actions-button) {
1831
+ opacity: 1;
1832
+ }
1833
+
1809
1834
  .dataviews-view-table thead {
1810
1835
  position: sticky;
1811
1836
  inset-block-start: 0;
1812
1837
  z-index: 1;
1838
+ background-color: inherit;
1813
1839
  }
1814
1840
 
1815
1841
  .dataviews-view-table thead tr {
@@ -1821,7 +1847,7 @@ div.dataviews-view-list {
1821
1847
  }
1822
1848
 
1823
1849
  .dataviews-view-table thead th {
1824
- background-color: #fff;
1850
+ background-color: inherit;
1825
1851
  padding-top: 8px;
1826
1852
  padding-bottom: 8px;
1827
1853
  padding-left: 12px;
@@ -2130,6 +2156,10 @@ div.dataviews-view-list {
2130
2156
  padding: 0 48px;
2131
2157
  }
2132
2158
 
2159
+ .dataviews-view-picker-table {
2160
+ background-color: inherit;
2161
+ }
2162
+
2133
2163
  .dataviews-view-picker-table tbody:focus-visible[aria-activedescendant] {
2134
2164
  outline: none;
2135
2165
  }
@@ -3933,6 +3963,9 @@ button.font-library-modal__upload-area {
3933
3963
  margin: 0 4px;
3934
3964
  vertical-align: text-top;
3935
3965
  }
3966
+ .edit-site-welcome-guide .components-button:hover svg {
3967
+ fill: #fff;
3968
+ }
3936
3969
 
3937
3970
  .edit-site-layout {
3938
3971
  height: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-site",
3
- "version": "6.35.1-next.16d95556a.0",
3
+ "version": "6.35.2-next.dc3f6d3c1.0",
4
4
  "description": "Edit Site Page module for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -40,50 +40,50 @@
40
40
  ],
41
41
  "dependencies": {
42
42
  "@react-spring/web": "^9.4.5",
43
- "@wordpress/a11y": "^4.35.1-next.16d95556a.0",
44
- "@wordpress/admin-ui": "^1.3.1-next.16d95556a.0",
45
- "@wordpress/api-fetch": "^7.35.1-next.16d95556a.0",
46
- "@wordpress/base-styles": "^6.11.1-next.16d95556a.0",
47
- "@wordpress/blob": "^4.35.1-next.16d95556a.0",
48
- "@wordpress/block-editor": "^15.8.1-next.16d95556a.0",
49
- "@wordpress/block-library": "^9.35.1-next.16d95556a.0",
50
- "@wordpress/blocks": "^15.8.1-next.16d95556a.0",
51
- "@wordpress/commands": "^1.35.1-next.16d95556a.0",
52
- "@wordpress/components": "^30.8.1-next.16d95556a.0",
53
- "@wordpress/compose": "^7.35.1-next.16d95556a.0",
54
- "@wordpress/core-data": "^7.35.1-next.16d95556a.0",
55
- "@wordpress/data": "^10.35.1-next.16d95556a.0",
56
- "@wordpress/dataviews": "^10.3.1-next.16d95556a.0",
57
- "@wordpress/date": "^5.35.1-next.16d95556a.0",
58
- "@wordpress/deprecated": "^4.35.1-next.16d95556a.0",
59
- "@wordpress/dom": "^4.35.1-next.16d95556a.0",
60
- "@wordpress/editor": "^14.35.1-next.16d95556a.0",
61
- "@wordpress/element": "^6.35.1-next.16d95556a.0",
62
- "@wordpress/escape-html": "^3.35.1-next.16d95556a.0",
63
- "@wordpress/fields": "^0.27.1-next.16d95556a.0",
64
- "@wordpress/global-styles-engine": "^1.2.1-next.16d95556a.0",
65
- "@wordpress/global-styles-ui": "^1.2.1-next.16d95556a.0",
66
- "@wordpress/hooks": "^4.35.1-next.16d95556a.0",
67
- "@wordpress/html-entities": "^4.35.1-next.16d95556a.0",
68
- "@wordpress/i18n": "^6.8.1-next.16d95556a.0",
69
- "@wordpress/icons": "^11.2.1-next.16d95556a.0",
70
- "@wordpress/keyboard-shortcuts": "^5.35.1-next.16d95556a.0",
71
- "@wordpress/keycodes": "^4.35.1-next.16d95556a.0",
72
- "@wordpress/media-utils": "^5.35.1-next.16d95556a.0",
73
- "@wordpress/notices": "^5.35.1-next.16d95556a.0",
74
- "@wordpress/patterns": "^2.35.1-next.16d95556a.0",
75
- "@wordpress/plugins": "^7.35.1-next.16d95556a.0",
76
- "@wordpress/preferences": "^4.35.1-next.16d95556a.0",
77
- "@wordpress/primitives": "^4.35.1-next.16d95556a.0",
78
- "@wordpress/private-apis": "^1.35.1-next.16d95556a.0",
79
- "@wordpress/reusable-blocks": "^5.35.1-next.16d95556a.0",
80
- "@wordpress/router": "^1.35.1-next.16d95556a.0",
81
- "@wordpress/style-engine": "^2.35.1-next.16d95556a.0",
82
- "@wordpress/url": "^4.35.1-next.16d95556a.0",
83
- "@wordpress/viewport": "^6.35.1-next.16d95556a.0",
84
- "@wordpress/views": "^1.2.1-next.16d95556a.0",
85
- "@wordpress/widgets": "^4.35.1-next.16d95556a.0",
86
- "@wordpress/wordcount": "^4.35.1-next.16d95556a.0",
43
+ "@wordpress/a11y": "^4.35.1-next.dc3f6d3c1.0",
44
+ "@wordpress/admin-ui": "^1.3.1-next.dc3f6d3c1.0",
45
+ "@wordpress/api-fetch": "^7.35.1-next.dc3f6d3c1.0",
46
+ "@wordpress/base-styles": "^6.11.1-next.dc3f6d3c1.0",
47
+ "@wordpress/blob": "^4.35.1-next.dc3f6d3c1.0",
48
+ "@wordpress/block-editor": "^15.8.1-next.dc3f6d3c1.0",
49
+ "@wordpress/block-library": "^9.35.1-next.dc3f6d3c1.0",
50
+ "@wordpress/blocks": "^15.8.1-next.dc3f6d3c1.0",
51
+ "@wordpress/commands": "^1.35.1-next.dc3f6d3c1.0",
52
+ "@wordpress/components": "^30.8.2-next.dc3f6d3c1.0",
53
+ "@wordpress/compose": "^7.35.1-next.dc3f6d3c1.0",
54
+ "@wordpress/core-data": "^7.35.1-next.dc3f6d3c1.0",
55
+ "@wordpress/data": "^10.35.1-next.dc3f6d3c1.0",
56
+ "@wordpress/dataviews": "^10.4.1-next.dc3f6d3c1.0",
57
+ "@wordpress/date": "^5.35.1-next.dc3f6d3c1.0",
58
+ "@wordpress/deprecated": "^4.35.1-next.dc3f6d3c1.0",
59
+ "@wordpress/dom": "^4.35.1-next.dc3f6d3c1.0",
60
+ "@wordpress/editor": "^14.35.2-next.dc3f6d3c1.0",
61
+ "@wordpress/element": "^6.35.1-next.dc3f6d3c1.0",
62
+ "@wordpress/escape-html": "^3.35.1-next.dc3f6d3c1.0",
63
+ "@wordpress/fields": "^0.27.1-next.dc3f6d3c1.0",
64
+ "@wordpress/global-styles-engine": "^1.2.1-next.dc3f6d3c1.0",
65
+ "@wordpress/global-styles-ui": "^1.2.1-next.dc3f6d3c1.0",
66
+ "@wordpress/hooks": "^4.35.1-next.dc3f6d3c1.0",
67
+ "@wordpress/html-entities": "^4.35.1-next.dc3f6d3c1.0",
68
+ "@wordpress/i18n": "^6.8.1-next.dc3f6d3c1.0",
69
+ "@wordpress/icons": "^11.2.1-next.dc3f6d3c1.0",
70
+ "@wordpress/keyboard-shortcuts": "^5.35.1-next.dc3f6d3c1.0",
71
+ "@wordpress/keycodes": "^4.35.1-next.dc3f6d3c1.0",
72
+ "@wordpress/media-utils": "^5.35.1-next.dc3f6d3c1.0",
73
+ "@wordpress/notices": "^5.35.1-next.dc3f6d3c1.0",
74
+ "@wordpress/patterns": "^2.35.1-next.dc3f6d3c1.0",
75
+ "@wordpress/plugins": "^7.35.1-next.dc3f6d3c1.0",
76
+ "@wordpress/preferences": "^4.35.1-next.dc3f6d3c1.0",
77
+ "@wordpress/primitives": "^4.35.1-next.dc3f6d3c1.0",
78
+ "@wordpress/private-apis": "^1.35.1-next.dc3f6d3c1.0",
79
+ "@wordpress/reusable-blocks": "^5.35.1-next.dc3f6d3c1.0",
80
+ "@wordpress/router": "^1.35.1-next.dc3f6d3c1.0",
81
+ "@wordpress/style-engine": "^2.35.1-next.dc3f6d3c1.0",
82
+ "@wordpress/url": "^4.35.1-next.dc3f6d3c1.0",
83
+ "@wordpress/viewport": "^6.35.1-next.dc3f6d3c1.0",
84
+ "@wordpress/views": "^1.2.1-next.dc3f6d3c1.0",
85
+ "@wordpress/widgets": "^4.35.1-next.dc3f6d3c1.0",
86
+ "@wordpress/wordcount": "^4.35.1-next.dc3f6d3c1.0",
87
87
  "change-case": "^4.1.2",
88
88
  "clsx": "^2.1.1",
89
89
  "colord": "^2.9.2",
@@ -98,5 +98,5 @@
98
98
  "publishConfig": {
99
99
  "access": "public"
100
100
  },
101
- "gitHead": "59a9383612bbe16e21af84d13b035bfbca7fe833"
101
+ "gitHead": "f73b5e69b34fbaccfb8c47783f4f993059ff1a41"
102
102
  }
@@ -1,3 +1,4 @@
1
+ @use "@wordpress/base-styles/colors" as *;
1
2
  @use "@wordpress/base-styles/variables" as *;
2
3
 
3
4
  .edit-site-welcome-guide {
@@ -49,4 +50,11 @@
49
50
  margin: 0 4px;
50
51
  vertical-align: text-top;
51
52
  }
53
+ .components-button {
54
+ &:hover {
55
+ svg {
56
+ fill: $white;
57
+ }
58
+ }
59
+ }
52
60
  }