@wordpress/edit-site 6.50.1-next.v.202607070741.0 → 7.0.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.
Files changed (52) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/build/components/add-new-template/add-custom-template-modal-content.cjs +3 -3
  3. package/build/components/add-new-template/add-custom-template-modal-content.cjs.map +2 -2
  4. package/build/components/add-new-template/index.cjs +1 -1
  5. package/build/components/add-new-template/index.cjs.map +2 -2
  6. package/build/components/add-new-template-legacy/add-custom-template-modal-content.cjs +3 -3
  7. package/build/components/add-new-template-legacy/add-custom-template-modal-content.cjs.map +2 -2
  8. package/build/components/add-new-template-legacy/index.cjs +1 -1
  9. package/build/components/add-new-template-legacy/index.cjs.map +2 -2
  10. package/build/components/editor/index.cjs +23 -30
  11. package/build/components/editor/index.cjs.map +2 -2
  12. package/build/components/layout/index.cjs +1 -2
  13. package/build/components/layout/index.cjs.map +2 -2
  14. package/build/components/site-editor-routes/styles.cjs +4 -3
  15. package/build/components/site-editor-routes/styles.cjs.map +2 -2
  16. package/build/components/site-hub/index.cjs +9 -41
  17. package/build/components/site-hub/index.cjs.map +3 -3
  18. package/build-module/components/add-new-template/add-custom-template-modal-content.mjs +3 -3
  19. package/build-module/components/add-new-template/add-custom-template-modal-content.mjs.map +2 -2
  20. package/build-module/components/add-new-template/index.mjs +1 -1
  21. package/build-module/components/add-new-template/index.mjs.map +2 -2
  22. package/build-module/components/add-new-template-legacy/add-custom-template-modal-content.mjs +3 -3
  23. package/build-module/components/add-new-template-legacy/add-custom-template-modal-content.mjs.map +2 -2
  24. package/build-module/components/add-new-template-legacy/index.mjs +1 -1
  25. package/build-module/components/add-new-template-legacy/index.mjs.map +2 -2
  26. package/build-module/components/editor/index.mjs +24 -31
  27. package/build-module/components/editor/index.mjs.map +2 -2
  28. package/build-module/components/layout/index.mjs +1 -2
  29. package/build-module/components/layout/index.mjs.map +2 -2
  30. package/build-module/components/site-editor-routes/styles.mjs +4 -3
  31. package/build-module/components/site-editor-routes/styles.mjs.map +2 -2
  32. package/build-module/components/site-hub/index.mjs +11 -33
  33. package/build-module/components/site-hub/index.mjs.map +2 -2
  34. package/build-style/style-rtl.css +47 -149
  35. package/build-style/style.css +47 -149
  36. package/package.json +52 -52
  37. package/src/components/add-new-template/add-custom-template-modal-content.js +3 -3
  38. package/src/components/add-new-template/index.js +1 -1
  39. package/src/components/add-new-template-legacy/add-custom-template-modal-content.js +3 -3
  40. package/src/components/add-new-template-legacy/index.js +1 -1
  41. package/src/components/editor/index.js +25 -33
  42. package/src/components/editor/style.scss +0 -51
  43. package/src/components/layout/index.js +1 -3
  44. package/src/components/layout/style.scss +0 -55
  45. package/src/components/sidebar-button/style.scss +1 -9
  46. package/src/components/sidebar-navigation-item/style.scss +8 -4
  47. package/src/components/sidebar-navigation-screen-navigation-menus/style.scss +2 -2
  48. package/src/components/sidebar-navigation-screen-patterns/style.scss +1 -1
  49. package/src/components/site-editor-routes/styles.js +5 -2
  50. package/src/components/site-hub/index.js +10 -34
  51. package/src/components/site-hub/style.scss +5 -10
  52. package/src/style.scss +2 -0
@@ -288,7 +288,7 @@
288
288
  }
289
289
  .dataviews-title-field {
290
290
  font-size: var(--wpds-typography-font-size-md, 13px);
291
- font-weight: var(--wpds-typography-font-weight-medium, 499);
291
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
292
292
  color: var(--wpds-color-foreground-content-neutral, #1e1e1e);
293
293
  text-overflow: ellipsis;
294
294
  white-space: nowrap;
@@ -488,7 +488,7 @@
488
488
  }
489
489
 
490
490
  .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip .dataviews-filters-__summary-filter-text-name {
491
- font-weight: var(--wpds-typography-font-weight-medium, 499);
491
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
492
492
  }
493
493
 
494
494
  .dataviews-filters__summary-chip-container .dataviews-filters__summary-chip-remove {
@@ -541,7 +541,7 @@
541
541
  }
542
542
 
543
543
  .dataviews-filters__search-widget-filter-combobox-list .dataviews-filters__search-widget-filter-combobox-item-value [data-user-value] {
544
- font-weight: 600;
544
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
545
545
  }
546
546
 
547
547
  .dataviews-filters__search-widget-listbox {
@@ -558,8 +558,8 @@
558
558
  padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-md, 12px);
559
559
  cursor: default;
560
560
  min-height: var(--wpds-dimension-size-md, 32px);
561
- font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
562
- font-weight: 400;
561
+ font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
562
+ font-weight: var(--wpds-typography-font-weight-default, 400);
563
563
  font-size: 13px;
564
564
  line-height: 20px;
565
565
  }
@@ -700,7 +700,7 @@
700
700
  margin-left: 12px;
701
701
  transition: none;
702
702
  border-radius: 2px;
703
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
703
+ font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
704
704
  padding: 6px 8px;
705
705
  /* Fonts smaller than 16px causes mobile safari to zoom. */
706
706
  font-size: 16px;
@@ -835,7 +835,7 @@
835
835
  }
836
836
 
837
837
  .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
838
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
838
+ font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
839
839
  padding: 6px 8px;
840
840
  /* Fonts smaller than 16px causes mobile safari to zoom. */
841
841
  font-size: 16px;
@@ -1010,14 +1010,14 @@
1010
1010
  }
1011
1011
  .dataviews-pagination__page-select {
1012
1012
  font-size: 11px;
1013
- font-weight: var(--wpds-typography-font-weight-medium, 499);
1013
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
1014
1014
  text-transform: uppercase;
1015
1015
  }
1016
1016
 
1017
1017
  @media (min-width: 600px) {
1018
1018
  .dataviews-pagination__page-select .components-select-control__input {
1019
1019
  font-size: 11px !important;
1020
- font-weight: var(--wpds-typography-font-weight-medium, 499);
1020
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
1021
1021
  }
1022
1022
  }
1023
1023
  .dataviews-action-modal {
@@ -1422,7 +1422,7 @@
1422
1422
 
1423
1423
  .dataviews-view-grid__group-header {
1424
1424
  font-size: var(--wpds-typography-font-size-lg, 15px);
1425
- font-weight: var(--wpds-typography-font-weight-medium, 499);
1425
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
1426
1426
  color: var(--wpds-color-foreground-content-neutral, #1e1e1e);
1427
1427
  margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0;
1428
1428
  padding: 0 var(--wpds-dimension-padding-2xl, 24px);
@@ -1716,7 +1716,7 @@ div.dataviews-view-list {
1716
1716
  }
1717
1717
  .dataviews-view-list__group-header {
1718
1718
  font-size: var(--wpds-typography-font-size-lg, 15px);
1719
- font-weight: var(--wpds-typography-font-weight-medium, 499);
1719
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
1720
1720
  color: var(--wpds-color-foreground-content-neutral, #1e1e1e);
1721
1721
  margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0;
1722
1722
  padding: 0 var(--wpds-dimension-padding-2xl, 24px);
@@ -1861,7 +1861,7 @@ div.dataviews-view-list {
1861
1861
  padding-bottom: var(--wpds-dimension-padding-sm, 8px);
1862
1862
  font-size: 11px;
1863
1863
  text-transform: uppercase;
1864
- font-weight: var(--wpds-typography-font-weight-medium, 499);
1864
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
1865
1865
  }
1866
1866
 
1867
1867
  .dataviews-view-table thead th:has(.dataviews-view-table-header-button) {
@@ -1909,7 +1909,7 @@ div.dataviews-view-list {
1909
1909
  padding: var(--wpds-dimension-padding-xs, 4px) var(--wpds-dimension-padding-sm, 8px);
1910
1910
  font-size: 11px;
1911
1911
  text-transform: uppercase;
1912
- font-weight: var(--wpds-typography-font-weight-medium, 499);
1912
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
1913
1913
  }
1914
1914
 
1915
1915
  .dataviews-view-table .dataviews-view-table-header-button:not(:hover) {
@@ -2002,7 +2002,7 @@ div.dataviews-view-list {
2002
2002
  }
2003
2003
 
2004
2004
  .dataviews-view-table__group-header-row .dataviews-view-table__group-header-cell {
2005
- font-weight: var(--wpds-typography-font-weight-medium, 499);
2005
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
2006
2006
  padding: var(--wpds-dimension-padding-md, 12px) var(--wpds-dimension-padding-2xl, 24px);
2007
2007
  color: var(--wpds-color-foreground-content-neutral, #1e1e1e);
2008
2008
  }
@@ -2183,7 +2183,7 @@ div.dataviews-view-list {
2183
2183
 
2184
2184
  .dataviews-view-picker-grid-group__header {
2185
2185
  font-size: var(--wpds-typography-font-size-lg, 15px);
2186
- font-weight: var(--wpds-typography-font-weight-medium, 499);
2186
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
2187
2187
  color: var(--wpds-color-foreground-content-neutral, #1e1e1e);
2188
2188
  margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0;
2189
2189
  padding: 0 48px;
@@ -2233,7 +2233,7 @@ div.dataviews-view-list {
2233
2233
 
2234
2234
  .dataviews-view-activity .dataviews-view-activity__group-header {
2235
2235
  font-size: var(--wpds-typography-font-size-lg, 15px);
2236
- font-weight: var(--wpds-typography-font-weight-medium, 499);
2236
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
2237
2237
  color: var(--wpds-color-foreground-content-neutral-weak, #707070);
2238
2238
  margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0;
2239
2239
  padding: 0;
@@ -2604,7 +2604,7 @@ div.dataviews-view-list {
2604
2604
 
2605
2605
  .dataviews-view-picker-activity .dataviews-view-picker-activity-group__header {
2606
2606
  font-size: var(--wpds-typography-font-size-lg, 15px);
2607
- font-weight: var(--wpds-typography-font-weight-medium, 499);
2607
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
2608
2608
  color: var(--wpds-color-foreground-content-neutral-weak, #707070);
2609
2609
  margin: 0 0 var(--wpds-dimension-gap-sm, 8px) 0;
2610
2610
  padding: 0;
@@ -2648,6 +2648,11 @@ div.dataviews-view-list {
2648
2648
  align-self: flex-end;
2649
2649
  }
2650
2650
 
2651
+ .dataviews-controls__richtext [data-rich-text-placeholder]::after {
2652
+ content: attr(data-rich-text-placeholder);
2653
+ color: color-mix(in srgb, currentColor, transparent 38%);
2654
+ }
2655
+
2651
2656
  .dataviews-controls__datetime {
2652
2657
  border: none;
2653
2658
  padding: 0;
@@ -2724,7 +2729,7 @@ div.dataviews-view-list {
2724
2729
 
2725
2730
  .dataforms-layouts-panel__field-trigger.is-disabled .dataforms-layouts-panel__field-control {
2726
2731
  color: var(--wpds-color-foreground-content-neutral-weak, #707070);
2727
- font-weight: var(--wpds-typography-font-weight-regular, 400);
2732
+ font-weight: var(--wpds-typography-font-weight-default, 400);
2728
2733
  }
2729
2734
 
2730
2735
  .dataforms-layouts-panel__field-trigger--edit-always .dataforms-layouts-panel__field-trigger-icon {
@@ -2800,7 +2805,7 @@ div.dataviews-view-list {
2800
2805
  padding-inline: var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px));
2801
2806
  margin-inline: calc(-1 * var(--wpds-border-width-focus, var(--wp-admin-border-width-focus, 2px)));
2802
2807
  word-break: break-word;
2803
- font-weight: var(--wpds-typography-font-weight-medium, 499);
2808
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
2804
2809
  }
2805
2810
 
2806
2811
  .dataforms-layouts-panel__field-control > * {
@@ -2919,8 +2924,8 @@ div.dataviews-view-list {
2919
2924
  }
2920
2925
 
2921
2926
  .dataforms-layouts__wrapper {
2922
- font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
2923
- font-weight: 400;
2927
+ font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
2928
+ font-weight: var(--wpds-typography-font-weight-default, 400);
2924
2929
  font-size: 13px;
2925
2930
  line-height: 20px;
2926
2931
  }
@@ -3465,7 +3470,7 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
3465
3470
  }
3466
3471
 
3467
3472
  .fields-controls__slug .fields-controls__slug-help .fields-controls__slug-help-slug {
3468
- font-weight: 600;
3473
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
3469
3474
  }
3470
3475
 
3471
3476
  .fields-controls__featured-image-image,
@@ -3627,7 +3632,7 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
3627
3632
 
3628
3633
  .font-library-modal .font-library__subtitle {
3629
3634
  text-transform: uppercase;
3630
- font-weight: 499;
3635
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
3631
3636
  font-size: 11px;
3632
3637
  }
3633
3638
 
@@ -3678,20 +3683,20 @@ fieldset.fields__media-edit .fields__media-edit-expanded:not(.is-empty) .fields_
3678
3683
 
3679
3684
  .font-library__page-selection {
3680
3685
  font-size: 11px;
3681
- font-weight: 499;
3686
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
3682
3687
  text-transform: uppercase;
3683
3688
  }
3684
3689
 
3685
3690
  @media (min-width: 600px) {
3686
3691
  .font-library__page-selection .font-library__page-selection-trigger {
3687
3692
  font-size: 11px !important;
3688
- font-weight: 499;
3693
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
3689
3694
  }
3690
3695
  }
3691
3696
  .font-library__fonts-title {
3692
3697
  text-transform: uppercase;
3693
3698
  font-size: 11px;
3694
- font-weight: 600;
3699
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
3695
3700
  margin-top: 0;
3696
3701
  margin-bottom: 0;
3697
3702
  }
@@ -3928,7 +3933,7 @@ button.font-library__upload-area {
3928
3933
 
3929
3934
  .global-styles-ui-screen-revisions__description .global-styles-ui-screen-revisions__date {
3930
3935
  text-transform: uppercase;
3931
- font-weight: 600;
3936
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
3932
3937
  font-size: 12px;
3933
3938
  }
3934
3939
 
@@ -4113,13 +4118,13 @@ button.font-library__upload-area {
4113
4118
  .global-styles-ui-subtitle {
4114
4119
  margin-bottom: 0 !important;
4115
4120
  text-transform: uppercase;
4116
- font-weight: 499 !important;
4121
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600) !important;
4117
4122
  font-size: 11px !important;
4118
4123
  }
4119
4124
 
4120
4125
  .global-styles-ui-section-title {
4121
4126
  color: #2f2f2f;
4122
- font-weight: 600;
4127
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
4123
4128
  line-height: 1.2;
4124
4129
  padding: 16px 16px 0;
4125
4130
  margin: 0;
@@ -4639,52 +4644,6 @@ button.font-library__upload-area {
4639
4644
  justify-content: center;
4640
4645
  }
4641
4646
 
4642
- .edit-site-editor__view-mode-toggle {
4643
- view-transition-name: toggle;
4644
- position: relative;
4645
- top: 0;
4646
- right: 0;
4647
- height: 32px;
4648
- width: 32px;
4649
- z-index: 100;
4650
- }
4651
- .edit-site-editor__view-mode-toggle .components-button {
4652
- color: #fff;
4653
- height: 100%;
4654
- width: 100%;
4655
- border-radius: 0;
4656
- overflow: hidden;
4657
- padding: 0;
4658
- display: flex;
4659
- align-items: center;
4660
- justify-content: center;
4661
- }
4662
- .edit-site-editor__view-mode-toggle .components-button:hover, .edit-site-editor__view-mode-toggle .components-button:active {
4663
- color: #fff;
4664
- }
4665
- .edit-site-editor__view-mode-toggle .components-button:focus {
4666
- box-shadow: none;
4667
- }
4668
- .edit-site-editor__view-mode-toggle:hover .edit-site-editor__back-icon {
4669
- color: var(--wp-admin-theme-color);
4670
- }
4671
-
4672
- .edit-site-editor__back-icon {
4673
- position: absolute;
4674
- top: 0;
4675
- right: 0;
4676
- width: 32px;
4677
- height: 32px;
4678
- display: flex;
4679
- align-items: center;
4680
- justify-content: center;
4681
- background-color: transparent;
4682
- pointer-events: none;
4683
- }
4684
- .edit-site-editor__back-icon svg {
4685
- fill: currentColor;
4686
- }
4687
-
4688
4647
  .edit-site-welcome-guide {
4689
4648
  width: 312px;
4690
4649
  }
@@ -4709,7 +4668,7 @@ button.font-library__upload-area {
4709
4668
  object-fit: cover;
4710
4669
  }
4711
4670
  .edit-site-welcome-guide__heading {
4712
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
4671
+ font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
4713
4672
  font-size: 24px;
4714
4673
  line-height: 1.4;
4715
4674
  margin: 16px 0 16px 0;
@@ -4890,56 +4849,6 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
4890
4849
  animation: none !important;
4891
4850
  }
4892
4851
  }
4893
- .edit-site-layout.is-full-canvas .edit-site-layout__sidebar-region .edit-site-layout__view-mode-toggle {
4894
- display: none;
4895
- }
4896
-
4897
- .edit-site-layout__view-mode-toggle.components-button {
4898
- view-transition-name: toggle;
4899
- position: relative;
4900
- color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e);
4901
- height: 64px;
4902
- width: 64px;
4903
- overflow: hidden;
4904
- padding: 0;
4905
- display: flex;
4906
- align-items: center;
4907
- justify-content: center;
4908
- background: var(--wpds-color-background-surface-neutral-weak, #f4f4f4);
4909
- border-radius: 0;
4910
- }
4911
- .edit-site-layout__view-mode-toggle.components-button:hover, .edit-site-layout__view-mode-toggle.components-button:active {
4912
- color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e);
4913
- }
4914
- .edit-site-layout__view-mode-toggle.components-button:focus-visible, .edit-site-layout__view-mode-toggle.components-button:focus {
4915
- box-shadow: 0 0 0 3px #1e1e1e, 0 0 0 6px var(--wp-admin-theme-color);
4916
- outline: 4px solid rgba(0, 0, 0, 0);
4917
- outline-offset: 4px;
4918
- }
4919
- .edit-site-layout__view-mode-toggle.components-button::before {
4920
- content: "";
4921
- display: block;
4922
- position: absolute;
4923
- top: 9px;
4924
- left: 9px;
4925
- bottom: 9px;
4926
- right: 17px;
4927
- border-radius: 4px;
4928
- box-shadow: none;
4929
- }
4930
- @media not (prefers-reduced-motion) {
4931
- .edit-site-layout__view-mode-toggle.components-button::before {
4932
- transition: box-shadow 0.1s ease;
4933
- }
4934
- }
4935
- .edit-site-layout__view-mode-toggle.components-button .edit-site-layout__view-mode-toggle-icon {
4936
- display: flex;
4937
- height: 64px;
4938
- width: 64px;
4939
- justify-content: center;
4940
- align-items: center;
4941
- }
4942
-
4943
4852
  .edit-site-layout__actions {
4944
4853
  z-index: 100000;
4945
4854
  position: fixed !important;
@@ -5112,14 +5021,9 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
5112
5021
  color: var(--wpds-color-foreground-interactive-neutral, #1e1e1e);
5113
5022
  flex-shrink: 0;
5114
5023
  }
5115
- .edit-site-sidebar-button:focus:not(:disabled) {
5116
- box-shadow: none;
5024
+ .edit-site-sidebar-button:focus:not(:focus-visible) {
5117
5025
  outline: none;
5118
5026
  }
5119
- .edit-site-sidebar-button:focus-visible:not(:disabled) {
5120
- box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
5121
- outline: 3px solid transparent;
5122
- }
5123
5027
  .edit-site-sidebar-button:hover:not(:disabled, [aria-disabled=true]), .edit-site-sidebar-button:focus-visible, .edit-site-sidebar-button:focus, .edit-site-sidebar-button:not(:disabled, [aria-disabled=true]):active, .edit-site-sidebar-button[aria-expanded=true] {
5124
5028
  color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e);
5125
5029
  }
@@ -5131,17 +5035,18 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
5131
5035
  min-height: 40px;
5132
5036
  }
5133
5037
  .edit-site-sidebar-navigation-item.components-item:hover, .edit-site-sidebar-navigation-item.components-item:focus, .edit-site-sidebar-navigation-item.components-item[aria-current=true] {
5134
- color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e);
5038
+ color: var(--wpds-color-foreground-interactive-neutral-weak-active, #1e1e1e);
5135
5039
  }
5136
5040
  .edit-site-sidebar-navigation-item.components-item:hover .edit-site-sidebar-navigation-item__drilldown-indicator, .edit-site-sidebar-navigation-item.components-item:focus .edit-site-sidebar-navigation-item__drilldown-indicator, .edit-site-sidebar-navigation-item.components-item[aria-current=true] .edit-site-sidebar-navigation-item__drilldown-indicator {
5137
- fill: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e);
5041
+ fill: var(--wpds-color-foreground-interactive-neutral-weak-active, #1e1e1e);
5138
5042
  }
5139
5043
  .edit-site-sidebar-navigation-item.components-item[aria-current=true] {
5140
5044
  background: var(--wpds-color-background-interactive-neutral-weak-active, #ededed);
5141
- color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e);
5142
- font-weight: 499;
5045
+ color: var(--wpds-color-foreground-interactive-neutral-weak-active, #1e1e1e);
5046
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
5143
5047
  }
5144
5048
  .edit-site-sidebar-navigation-item.components-item:focus-visible {
5049
+ --wp-components-color-accent: var(--wpds-color-stroke-focus, var(--wp-admin-theme-color, #3858e9));
5145
5050
  transform: translateZ(0);
5146
5051
  }
5147
5052
  .edit-site-sidebar-navigation-item.components-item .edit-site-sidebar-navigation-item__drilldown-indicator {
@@ -5295,7 +5200,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
5295
5200
  }
5296
5201
  .edit-site-sidebar-navigation-screen-patterns__group-header h2 {
5297
5202
  font-size: 11px;
5298
- font-weight: 499;
5203
+ font-weight: var(--wpds-typography-font-weight-emphasis, 600);
5299
5204
  text-transform: uppercase;
5300
5205
  }
5301
5206
 
@@ -5326,13 +5231,13 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
5326
5231
  color: var(--wpds-color-foreground-interactive-neutral-weak, #707070);
5327
5232
  }
5328
5233
  .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:hover, .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button:focus, .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block-select-button[aria-current] {
5329
- color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e);
5234
+ color: var(--wpds-color-foreground-interactive-neutral-weak-active, #1e1e1e);
5330
5235
  }
5331
5236
  .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu {
5332
5237
  color: var(--wpds-color-foreground-interactive-neutral-weak, #707070);
5333
5238
  }
5334
5239
  .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu:hover, .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-list-view-block__menu:focus {
5335
- color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e);
5240
+ color: var(--wpds-color-foreground-interactive-neutral-weak-active, #1e1e1e);
5336
5241
  }
5337
5242
  .edit-site-sidebar-navigation-screen-navigation-menus__content .block-editor-inserter__toggle {
5338
5243
  background: var(--wpds-color-background-interactive-brand-strong, var(--wp-admin-theme-color, #3858e9));
@@ -5371,19 +5276,12 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
5371
5276
  .edit-site-site-hub {
5372
5277
  display: flex;
5373
5278
  align-items: center;
5374
- justify-content: space-between;
5375
- gap: 8px;
5376
- margin-left: 12px;
5279
+ padding-right: 16px;
5377
5280
  height: 64px;
5378
5281
  }
5379
5282
 
5380
- .edit-site-site-hub__view-mode-toggle-container {
5381
- height: 64px;
5382
- width: 64px;
5383
- flex-shrink: 0;
5384
- }
5385
- .edit-site-site-hub__view-mode-toggle-container.has-transparent-background .edit-site-layout__view-mode-toggle-icon {
5386
- background: transparent;
5283
+ .edit-site-site-hub__back-button:hover:not(:disabled, [aria-disabled=true]), .edit-site-site-hub__back-button:active:not(:disabled, [aria-disabled=true]) {
5284
+ color: var(--wpds-color-foreground-interactive-neutral-active, #1e1e1e);
5387
5285
  }
5388
5286
 
5389
5287
  .fields-controls__password {