Skip to content

Commit db7b75a

Browse files
author
deployment_bot
committed
Refresh WordPress Nightly
1 parent 5502857 commit db7b75a

File tree

150 files changed

+2938
-3421
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+2938
-3421
lines changed
Binary file not shown.

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/archives/block.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@
5454
"fontSize": true
5555
}
5656
},
57+
"color": {
58+
"gradients": true,
59+
"link": true,
60+
"__experimentalDefaultControls": {
61+
"background": true,
62+
"text": true,
63+
"link": true
64+
}
65+
},
5766
"interactivity": {
5867
"clientNavigation": true
5968
}

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/categories/block.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@
6666
"fontSize": true
6767
}
6868
},
69+
"color": {
70+
"gradients": true,
71+
"link": true,
72+
"__experimentalDefaultControls": {
73+
"background": true,
74+
"text": true,
75+
"link": true
76+
}
77+
},
6978
"interactivity": {
7079
"clientNavigation": true
7180
},

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/image/view.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var x = (y) => {
2828
var x = {}; __webpack_require__.d(x, y); return x
2929
}
3030
var y = (x) => (() => (x))
31-
const interactivity_namespaceObject = x({ ["getContext"]: () => (__WEBPACK_EXTERNAL_MODULE__wordpress_interactivity_8e89b257__.getContext), ["getElement"]: () => (__WEBPACK_EXTERNAL_MODULE__wordpress_interactivity_8e89b257__.getElement), ["store"]: () => (__WEBPACK_EXTERNAL_MODULE__wordpress_interactivity_8e89b257__.store) });
31+
const interactivity_namespaceObject = x({ ["getContext"]: () => (__WEBPACK_EXTERNAL_MODULE__wordpress_interactivity_8e89b257__.getContext), ["getElement"]: () => (__WEBPACK_EXTERNAL_MODULE__wordpress_interactivity_8e89b257__.getElement), ["store"]: () => (__WEBPACK_EXTERNAL_MODULE__wordpress_interactivity_8e89b257__.store), ["withSyncEvent"]: () => (__WEBPACK_EXTERNAL_MODULE__wordpress_interactivity_8e89b257__.withSyncEvent) });
3232
;// ./node_modules/@wordpress/block-library/build-module/image/view.js
3333
/**
3434
* WordPress dependencies
@@ -147,7 +147,7 @@ const {
147147
}, 450);
148148
}
149149
},
150-
handleKeydown(event) {
150+
handleKeydown: (0,interactivity_namespaceObject.withSyncEvent)(event => {
151151
if (state.overlayEnabled) {
152152
// Focuses the close button when the user presses the tab key.
153153
if (event.key === 'Tab') {
@@ -162,8 +162,8 @@ const {
162162
actions.hideLightbox();
163163
}
164164
}
165-
},
166-
handleTouchMove(event) {
165+
}),
166+
handleTouchMove: (0,interactivity_namespaceObject.withSyncEvent)(event => {
167167
// On mobile devices, prevents triggering the scroll event because
168168
// otherwise the page jumps around when it resets the scroll position.
169169
// This also means that closing the lightbox requires that a user
@@ -173,7 +173,7 @@ const {
173173
if (state.overlayEnabled) {
174174
event.preventDefault();
175175
}
176-
},
176+
}),
177177
handleTouchStart() {
178178
isTouching = true;
179179
},

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/image/view.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/navigation-link/editor-rtl.css

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,11 @@
3838
text-decoration:none !important;
3939
}
4040
.wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text span{
41-
--wp-underline-color:var(--wp-admin-theme-color);
42-
background-image:linear-gradient(-45deg, #0000 20%, var(--wp-underline-color) 30%, var(--wp-underline-color) 36%, #0000 46%), linear-gradient(-135deg, #0000 54%, var(--wp-underline-color) 64%, var(--wp-underline-color) 70%, #0000 80%);
43-
background-position:100% 100%;
44-
background-repeat:repeat-x;
45-
background-size:6px 3px;
46-
padding-bottom:.1em;
47-
}
48-
.wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text.is-draft span,.wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text.is-invalid span{
49-
--wp-underline-color:var(--wp--preset--color--vivid-red);
41+
-webkit-text-decoration:wavy underline;
42+
text-decoration:wavy underline;
43+
-webkit-text-decoration-skip-ink:none;
44+
text-decoration-skip-ink:none;
45+
text-underline-offset:.25rem;
5046
}
5147
.wp-block-navigation-link__placeholder.wp-block-navigation-item__content{
5248
cursor:pointer;

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/navigation-link/editor-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/playground/wordpress-builds/public/wp-nightly/wp-includes/blocks/navigation-link/editor.css

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,11 @@
3838
text-decoration:none !important;
3939
}
4040
.wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text span{
41-
--wp-underline-color:var(--wp-admin-theme-color);
42-
background-image:linear-gradient(45deg, #0000 20%, var(--wp-underline-color) 30%, var(--wp-underline-color) 36%, #0000 46%), linear-gradient(135deg, #0000 54%, var(--wp-underline-color) 64%, var(--wp-underline-color) 70%, #0000 80%);
43-
background-position:0 100%;
44-
background-repeat:repeat-x;
45-
background-size:6px 3px;
46-
padding-bottom:.1em;
47-
}
48-
.wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text.is-draft span,.wp-block-navigation-link__placeholder .wp-block-navigation-link__placeholder-text.is-invalid span{
49-
--wp-underline-color:var(--wp--preset--color--vivid-red);
41+
-webkit-text-decoration:wavy underline;
42+
text-decoration:wavy underline;
43+
-webkit-text-decoration-skip-ink:none;
44+
text-decoration-skip-ink:none;
45+
text-underline-offset:.25rem;
5046
}
5147
.wp-block-navigation-link__placeholder.wp-block-navigation-item__content{
5248
cursor:pointer;

0 commit comments

Comments
 (0)