Skip to content

Commit

Permalink
Editor: Update Packages with the latest bug fixes for 6.5 beta 2 (Rou…
Browse files Browse the repository at this point in the history
…nd 2).

It includes all the backports from this Gutenberg PR WordPress/gutenberg#59208

See #60315.
Built from https://develop.svn.wordpress.org/trunk@57669


git-svn-id: https://core.svn.wordpress.org/trunk@57170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
youknowriad committed Feb 20, 2024
1 parent f7d9c4c commit b601b65
Show file tree
Hide file tree
Showing 27 changed files with 648 additions and 620 deletions.
2 changes: 1 addition & 1 deletion wp-includes/assets/script-loader-packages.min.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wp-includes/assets/script-loader-packages.php

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions wp-includes/css/dist/block-editor/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -1427,16 +1427,6 @@ iframe[name=editor-canvas].has-editor-padding{
font-family:Menlo,Consolas,monaco,monospace;
}

.block-editor-global-styles-advanced-panel__custom-css-validation-wrapper{
bottom:16px;
left:24px;
position:absolute;
}

.block-editor-global-styles-advanced-panel__custom-css-validation-icon{
fill:#cc1818;
}

.block-editor-height-control{
border:0;
margin:0;
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/css/dist/block-editor/style-rtl.min.css

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions wp-includes/css/dist/block-editor/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1427,16 +1427,6 @@ iframe[name=editor-canvas].has-editor-padding{
font-family:Menlo,Consolas,monaco,monospace;
}

.block-editor-global-styles-advanced-panel__custom-css-validation-wrapper{
bottom:16px;
position:absolute;
right:24px;
}

.block-editor-global-styles-advanced-panel__custom-css-validation-icon{
fill:#cc1818;
}

.block-editor-height-control{
border:0;
margin:0;
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/css/dist/block-editor/style.min.css

Large diffs are not rendered by default.

28 changes: 24 additions & 4 deletions wp-includes/css/dist/edit-site/style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -2388,6 +2388,14 @@ body.is-fullscreen-mode .edit-site-list-header{
.edit-site-patterns__pagination .components-button.is-tertiary:hover:not(:disabled){
background-color:#757575;
}
.edit-site-page-patterns-dataviews{
margin-top:60px;
}
@media (min-width:782px){
.edit-site-page-patterns-dataviews{
margin-top:0;
}
}
.edit-site-page-patterns-dataviews .page-patterns-preview-field{
border-radius:3px 3px 0 0;
display:flex;
Expand Down Expand Up @@ -2436,6 +2444,9 @@ body.is-fullscreen-mode .edit-site-list-header{
white-space:nowrap;
width:100%;
}
.edit-site-page-patterns-dataviews .dataviews-pagination{
z-index:2;
}

.dataviews-action-modal__duplicate-pattern [role=dialog]>[role=document]{
width:350px;
Expand Down Expand Up @@ -2513,6 +2524,10 @@ body.is-fullscreen-mode .edit-site-list-header{
white-space:normal;
}

.edit-site-page-template-template-parts-dataviews .dataviews-pagination{
z-index:2;
}

.edit-site-table-wrapper{
padding:32px;
width:100%;
Expand Down Expand Up @@ -3090,6 +3105,12 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar{
overflow:hidden;
}

.edit-site-layout__mobile{
position:relative;
width:100%;
z-index:2;
}

.edit-site-layout__canvas-container{
flex-grow:1;
position:relative;
Expand Down Expand Up @@ -3140,7 +3161,7 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar{
border-radius:0;
}

.edit-site-layout__canvas .interface-interface-skeleton,.edit-site-template-pages-preview .interface-interface-skeleton{
.edit-site-layout__canvas .interface-interface-skeleton,.edit-site-layout__mobile .interface-interface-skeleton,.edit-site-template-pages-preview .interface-interface-skeleton{
min-height:100% !important;
position:relative !important;
}
Expand Down Expand Up @@ -4040,9 +4061,8 @@ body:has(.edit-site-resizable-frame__inner.is-resizing){
width:100%;
}

.font-library-modal__fonts-grid .font-library-modal__fonts-grid__main{
display:flex;
flex-direction:column;
.font-library-modal__tabpanel-layout .components-base-control__field{
margin-bottom:0;
}

.font-library-modal__font-card{
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/css/dist/edit-site/style-rtl.min.css

Large diffs are not rendered by default.

28 changes: 24 additions & 4 deletions wp-includes/css/dist/edit-site/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2388,6 +2388,14 @@ body.is-fullscreen-mode .edit-site-list-header{
.edit-site-patterns__pagination .components-button.is-tertiary:hover:not(:disabled){
background-color:#757575;
}
.edit-site-page-patterns-dataviews{
margin-top:60px;
}
@media (min-width:782px){
.edit-site-page-patterns-dataviews{
margin-top:0;
}
}
.edit-site-page-patterns-dataviews .page-patterns-preview-field{
border-radius:3px 3px 0 0;
display:flex;
Expand Down Expand Up @@ -2436,6 +2444,9 @@ body.is-fullscreen-mode .edit-site-list-header{
white-space:nowrap;
width:100%;
}
.edit-site-page-patterns-dataviews .dataviews-pagination{
z-index:2;
}

.dataviews-action-modal__duplicate-pattern [role=dialog]>[role=document]{
width:350px;
Expand Down Expand Up @@ -2513,6 +2524,10 @@ body.is-fullscreen-mode .edit-site-list-header{
white-space:normal;
}

.edit-site-page-template-template-parts-dataviews .dataviews-pagination{
z-index:2;
}

.edit-site-table-wrapper{
padding:32px;
width:100%;
Expand Down Expand Up @@ -3090,6 +3105,12 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar{
overflow:hidden;
}

.edit-site-layout__mobile{
position:relative;
width:100%;
z-index:2;
}

.edit-site-layout__canvas-container{
flex-grow:1;
position:relative;
Expand Down Expand Up @@ -3140,7 +3161,7 @@ body.is-fullscreen-mode .edit-site .components-editor-notices__snackbar{
border-radius:0;
}

.edit-site-layout__canvas .interface-interface-skeleton,.edit-site-template-pages-preview .interface-interface-skeleton{
.edit-site-layout__canvas .interface-interface-skeleton,.edit-site-layout__mobile .interface-interface-skeleton,.edit-site-template-pages-preview .interface-interface-skeleton{
min-height:100% !important;
position:relative !important;
}
Expand Down Expand Up @@ -4040,9 +4061,8 @@ body:has(.edit-site-resizable-frame__inner.is-resizing){
width:100%;
}

.font-library-modal__fonts-grid .font-library-modal__fonts-grid__main{
display:flex;
flex-direction:column;
.font-library-modal__tabpanel-layout .components-base-control__field{
margin-bottom:0;
}

.font-library-modal__font-card{
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/css/dist/edit-site/style.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit b601b65

Please sign in to comment.