Skip to content

Commit c3c4672

Browse files
author
deployment_bot
committed
Recompile WordPress major and beta versions
1 parent afeadca commit c3c4672

File tree

555 files changed

+94234
-80613
lines changed

Some content is hidden

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

555 files changed

+94234
-80613
lines changed

‎packages/playground/wordpress-builds/public/wp-beta/wordpress-remote-asset-paths

+1,821-1,822
Large diffs are not rendered by default.
Binary file not shown.

‎packages/playground/wordpress-builds/public/wp-beta/wp-admin/css/about-rtl.css

+22-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
.about__container {
2424
/* Section backgrounds */
25-
--background: #ededed;
25+
--background: #f6f5f2;
2626
--subtle-background: #eef0fd;
2727

2828
/* Main text color */
@@ -40,7 +40,7 @@
4040
--nav-color: var(--text);
4141
--nav-current: var(--accent-1);
4242

43-
--border-radius: 16px;
43+
--border-radius: 0;
4444

4545
--gap: 2rem;
4646
}
@@ -412,7 +412,7 @@
412412
color: inherit;
413413
}
414414

415-
.about__container :is(h1, h2, h3, h4):lang(en) {
415+
.about__container :is(h1, h2, h3, h4, .about__header-text):lang(en) {
416416
text-wrap: balance;
417417
}
418418

@@ -427,6 +427,7 @@
427427

428428
.about__container p.is-subheading {
429429
margin-top: 0;
430+
margin-bottom: 1rem;
430431
font-size: 1.5rem;
431432
font-weight: 300;
432433
line-height: 160%;
@@ -455,7 +456,12 @@
455456
}
456457

457458
.about__section a.button.button-hero {
459+
padding-top: 1.1875rem;
460+
padding-bottom: 1.1875rem;
458461
font-size: 1.5rem;
462+
line-height: 1.4;
463+
white-space: normal;
464+
text-wrap: pretty;
459465
}
460466

461467
.about__container ul {
@@ -568,13 +574,20 @@
568574
justify-content: flex-end;
569575
box-sizing: border-box;
570576
padding: calc(var(--gap) * 1.5);
577+
padding-left: 26rem; /* Space for the background image. */
571578
min-height: clamp(10rem, 25vw, 18.75rem);
572579
border-radius: var(--border-radius);
580+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='412' height='198' fill='none'%3E%3Cpath stroke='%239D1825' stroke-width='12' d='M6 0v198'/%3E%3Cpath stroke='%23D90120' stroke-width='12' d='m30.171 1.82 51.246 191.253'/%3E%3Cpath stroke='%23408538' stroke-width='12' d='m62.427 7.626 87.895 177.422'/%3E%3Cpath stroke='%23FFEE58' stroke-width='12' d='M98.769 20.973 230.2 169.061'/%3E%3Cpath stroke='%23F17826' stroke-width='12' d='m152.67 36.891 161.59 114.424'/%3E%3Cpath stroke='%23fff' stroke-width='12' d='m246.433 66.098 190.42 54.264'/%3E%3C/svg%3E%0A");
573581
background-repeat: no-repeat;
574-
background-position: left 7% center, top right;
582+
background-position: left center;
583+
background-size: auto 65%;
575584
background-color: var(--background);
576585
}
577586

587+
[dir="rtl"] .about__header {
588+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='412' height='198' fill='none'%3E%3Cg transform='scale(-1,1)' transform-origin='50%25 50%25'%3E%3Cpath stroke='%239D1825' stroke-width='12' d='M6 0v198'/%3E%3Cpath stroke='%23D90120' stroke-width='12' d='m30.171 1.82 51.246 191.253'/%3E%3Cpath stroke='%23408538' stroke-width='12' d='m62.427 7.626 87.895 177.422'/%3E%3Cpath stroke='%23FFEE58' stroke-width='12' d='M98.769 20.973 230.2 169.061'/%3E%3Cpath stroke='%23F17826' stroke-width='12' d='m152.67 36.891 161.59 114.424'/%3E%3Cpath stroke='%23fff' stroke-width='12' d='m246.433 66.098 190.42 54.264'/%3E%3C/g%3E%3C/svg%3E%0A");
589+
}
590+
578591
.about__header-image {
579592
margin: 0 var(--gap) 3em;
580593
}
@@ -663,6 +676,9 @@
663676
}
664677

665678
@media screen and (max-width: 960px) {
679+
.about__header {
680+
padding-left: 21rem;
681+
}
666682

667683
.about-php .about__header-title h1,
668684
.credits-php .about__header-title h1,
@@ -689,6 +705,7 @@
689705

690706
.about__header {
691707
padding: var(--gap);
708+
padding-left: 17rem;
692709
}
693710

694711
.about__header-text {
@@ -705,6 +722,7 @@
705722
@media screen and (max-width: 600px) {
706723
.about__header {
707724
min-height: auto;
725+
padding-left: var(--gap);
708726
}
709727

710728
.about__header,

‎packages/playground/wordpress-builds/public/wp-beta/wp-admin/css/about-rtl.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on .

‎packages/playground/wordpress-builds/public/wp-beta/wp-admin/css/about.css

+22-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
.about__container {
2323
/* Section backgrounds */
24-
--background: #ededed;
24+
--background: #f6f5f2;
2525
--subtle-background: #eef0fd;
2626

2727
/* Main text color */
@@ -39,7 +39,7 @@
3939
--nav-color: var(--text);
4040
--nav-current: var(--accent-1);
4141

42-
--border-radius: 16px;
42+
--border-radius: 0;
4343

4444
--gap: 2rem;
4545
}
@@ -411,7 +411,7 @@
411411
color: inherit;
412412
}
413413

414-
.about__container :is(h1, h2, h3, h4):lang(en) {
414+
.about__container :is(h1, h2, h3, h4, .about__header-text):lang(en) {
415415
text-wrap: balance;
416416
}
417417

@@ -426,6 +426,7 @@
426426

427427
.about__container p.is-subheading {
428428
margin-top: 0;
429+
margin-bottom: 1rem;
429430
font-size: 1.5rem;
430431
font-weight: 300;
431432
line-height: 160%;
@@ -454,7 +455,12 @@
454455
}
455456

456457
.about__section a.button.button-hero {
458+
padding-top: 1.1875rem;
459+
padding-bottom: 1.1875rem;
457460
font-size: 1.5rem;
461+
line-height: 1.4;
462+
white-space: normal;
463+
text-wrap: pretty;
458464
}
459465

460466
.about__container ul {
@@ -567,13 +573,20 @@
567573
justify-content: flex-end;
568574
box-sizing: border-box;
569575
padding: calc(var(--gap) * 1.5);
576+
padding-right: 26rem; /* Space for the background image. */
570577
min-height: clamp(10rem, 25vw, 18.75rem);
571578
border-radius: var(--border-radius);
579+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='412' height='198' fill='none'%3E%3Cpath stroke='%239D1825' stroke-width='12' d='M6 0v198'/%3E%3Cpath stroke='%23D90120' stroke-width='12' d='m30.171 1.82 51.246 191.253'/%3E%3Cpath stroke='%23408538' stroke-width='12' d='m62.427 7.626 87.895 177.422'/%3E%3Cpath stroke='%23FFEE58' stroke-width='12' d='M98.769 20.973 230.2 169.061'/%3E%3Cpath stroke='%23F17826' stroke-width='12' d='m152.67 36.891 161.59 114.424'/%3E%3Cpath stroke='%23fff' stroke-width='12' d='m246.433 66.098 190.42 54.264'/%3E%3C/svg%3E%0A");
572580
background-repeat: no-repeat;
573-
background-position: right 7% center, top left;
581+
background-position: right center;
582+
background-size: auto 65%;
574583
background-color: var(--background);
575584
}
576585

586+
[dir="rtl"] .about__header {
587+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='412' height='198' fill='none'%3E%3Cg transform='scale(-1,1)' transform-origin='50%25 50%25'%3E%3Cpath stroke='%239D1825' stroke-width='12' d='M6 0v198'/%3E%3Cpath stroke='%23D90120' stroke-width='12' d='m30.171 1.82 51.246 191.253'/%3E%3Cpath stroke='%23408538' stroke-width='12' d='m62.427 7.626 87.895 177.422'/%3E%3Cpath stroke='%23FFEE58' stroke-width='12' d='M98.769 20.973 230.2 169.061'/%3E%3Cpath stroke='%23F17826' stroke-width='12' d='m152.67 36.891 161.59 114.424'/%3E%3Cpath stroke='%23fff' stroke-width='12' d='m246.433 66.098 190.42 54.264'/%3E%3C/g%3E%3C/svg%3E%0A");
588+
}
589+
577590
.about__header-image {
578591
margin: 0 var(--gap) 3em;
579592
}
@@ -662,6 +675,9 @@
662675
}
663676

664677
@media screen and (max-width: 960px) {
678+
.about__header {
679+
padding-right: 21rem;
680+
}
665681

666682
.about-php .about__header-title h1,
667683
.credits-php .about__header-title h1,
@@ -688,6 +704,7 @@
688704

689705
.about__header {
690706
padding: var(--gap);
707+
padding-right: 17rem;
691708
}
692709

693710
.about__header-text {
@@ -704,6 +721,7 @@
704721
@media screen and (max-width: 600px) {
705722
.about__header {
706723
min-height: auto;
724+
padding-right: var(--gap);
707725
}
708726

709727
.about__header,

‎packages/playground/wordpress-builds/public/wp-beta/wp-admin/css/about.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on .

‎packages/playground/wordpress-builds/public/wp-beta/wp-admin/css/admin-menu-rtl.css

+3-11
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
right: 160px;
129129
overflow: visible;
130130
word-wrap: break-word;
131-
padding: 7px 0 8px;
131+
padding: 6px 0;
132132
z-index: 9999;
133133
background-color: #2c3338;
134134
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
@@ -181,9 +181,7 @@
181181

182182
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
183183
#adminmenu li.current a.menu-top,
184-
#adminmenu .wp-menu-arrow,
185-
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
186-
#adminmenu .wp-menu-arrow div {
184+
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
187185
background: #2271b1;
188186
color: #fff;
189187
}
@@ -334,12 +332,6 @@ div.wp-menu-image:before {
334332
position: fixed;
335333
}
336334

337-
/* A new arrow */
338-
339-
.wp-menu-arrow {
340-
display: none !important;
341-
}
342-
343335
ul#adminmenu a.wp-has-current-submenu {
344336
position: relative;
345337
}
@@ -580,7 +572,7 @@ li#wp-admin-bar-menu-toggle {
580572
position: absolute;
581573
top: -1000em;
582574
margin-left: -1px;
583-
padding: 7px 0 8px;
575+
padding: 6px 0;
584576
z-index: 9999;
585577
}
586578

0 commit comments

Comments
 (0)