Skip to content

Commit

Permalink
Recompile WordPress
Browse files Browse the repository at this point in the history
  • Loading branch information
deployment_bot committed Oct 18, 2023
1 parent ae7a8e0 commit c7e11dc
Show file tree
Hide file tree
Showing 117 changed files with 2,208 additions and 778 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ vendor/
composer.lock
.idea/
.phpunit.result.cache
._.DS_Store
.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Contributors: wordpressdotorg, aristath
Requires at least: 6.0
Tested up to: 6.1
Tested up to: 6.4
Requires PHP: 5.6
Stable tag: 2.1.1
Stable tag: 2.1.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ vendor/
composer.lock
.idea/
.phpunit.result.cache
._.DS_Store
.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Contributors: wordpressdotorg, aristath
Requires at least: 6.0
Tested up to: 6.1
Tested up to: 6.4
Requires PHP: 5.6
Stable tag: 2.1.1
Stable tag: 2.1.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ vendor/
composer.lock
.idea/
.phpunit.result.cache
._.DS_Store
.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Contributors: wordpressdotorg, aristath
Requires at least: 6.0
Tested up to: 6.1
Tested up to: 6.4
Requires PHP: 5.6
Stable tag: 2.1.1
Stable tag: 2.1.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ vendor/
composer.lock
.idea/
.phpunit.result.cache
._.DS_Store
.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Contributors: wordpressdotorg, aristath
Requires at least: 6.0
Tested up to: 6.1
Tested up to: 6.4
Requires PHP: 5.6
Stable tag: 2.1.1
Stable tag: 2.1.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ vendor/
composer.lock
.idea/
.phpunit.result.cache
._.DS_Store
.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Contributors: wordpressdotorg, aristath
Requires at least: 6.0
Tested up to: 6.1
Tested up to: 6.4
Requires PHP: 5.6
Stable tag: 2.1.1
Stable tag: 2.1.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,17 @@
.about__container {
/* Section backgrounds */
--background: #151515;
--subtle-background: #eff2ff;
--subtle-background: #EAE9E7;

/* Main text color */
--text: #1e1e1e;
--text-light: #fff;

/* Accent colors: used in header, on special classes. */
--accent-1: #3858e9; /* Link color */
--accent-2: #c7b9f2; /* Accent background */
--accent-1: #D8613C; /* Link color */
--accent-2: #CFCABE; /* Accent background */
--accent-3: #f0f0f1; /* hr background */
--accent-4: #B1C5A4; /* Light green */

/* Navigation colors. */
--nav-background: #fff;
Expand Down Expand Up @@ -113,6 +114,10 @@
background-color: var(--accent-2);
}

.about__container .has-accent-4-background-color {
background-color: var(--accent-4);
}

.about__container .has-transparent-background-color {
background-color: transparent;
}
Expand Down Expand Up @@ -370,7 +375,6 @@

.about__container h1 {
padding: 0;
color: inherit;
}

.about__container h1,
Expand Down Expand Up @@ -413,14 +417,14 @@
}

.about__section a {
color: var(--accent-1);
color: var(--text);
text-decoration: underline;
}

.about__section a:hover,
.about__section a:active,
.about__section a:focus {
color: var(--accent-1);
color: var(--text);
text-decoration: none;
}

Expand Down Expand Up @@ -531,32 +535,32 @@
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
align-items: start;
justify-content: end;
box-sizing: border-box;
padding: calc(var(--gap) * 2) 0;
padding: var(--gap) 0;
min-height: 420px;
color: var(--text-light);
background: var(--background) url('../images/about-header-about.svg?ver=6.3') no-repeat;
background: var(--background) url('../images/about-header-about.svg?ver=6.4') no-repeat;
background-size: cover;
background-position: center;
border-radius: 5px;
}

.credits-php .about__header {
background-image: url('../images/about-header-credits.svg?ver=6.3');
background-image: url('../images/about-header-credits.svg?ver=6.4');
}

.freedoms-php .about__header {
background-image: url('../images/about-header-freedoms.svg?ver=6.3');
background-image: url('../images/about-header-freedoms.svg?ver=6.4');
}

.privacy-php .about__header {
background-image: url('../images/about-header-privacy.svg?ver=6.3');
background-image: url('../images/about-header-privacy.svg?ver=6.4');
}

.contribute-php .about__header {
background-image: url('../images/about-header-contribute.svg?ver=6.3');
background-image: url('../images/about-header-contribute.svg?ver=6.4');
}

.about__header-image {
Expand All @@ -565,16 +569,15 @@

.about__header-title {
box-sizing: border-box;
margin: 0 var(--gap);
margin: 0 calc(var(--gap) + 3rem);
padding: 0;
text-align: center;
}

.about__header-title h1 {
margin: 0 0 1rem;
padding: 0;
/* Fluid font size scales on browser size 960px - 1200px. */
font-size: clamp(3rem, 20vw - 9rem, 6rem);
font-size: clamp(2rem, 20vw - 9rem, 4rem);
line-height: 1;
font-weight: 600;
}
Expand All @@ -584,7 +587,7 @@
.privacy-php .about__header-title h1,
.contribute-php .about__header-title h1 {
/* Fluid font size scales on browser size 960px - 1200px. */
font-size: clamp(3rem, 10vw - 3rem, 4.5rem);
font-size: clamp(2rem, 10vw - 3rem, 4rem);
}

.about__header-text {
Expand Down

Large diffs are not rendered by default.

39 changes: 21 additions & 18 deletions packages/playground/remote/public/wp-nightly/wp-admin/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,17 @@
.about__container {
/* Section backgrounds */
--background: #151515;
--subtle-background: #eff2ff;
--subtle-background: #EAE9E7;

/* Main text color */
--text: #1e1e1e;
--text-light: #fff;

/* Accent colors: used in header, on special classes. */
--accent-1: #3858e9; /* Link color */
--accent-2: #c7b9f2; /* Accent background */
--accent-1: #D8613C; /* Link color */
--accent-2: #CFCABE; /* Accent background */
--accent-3: #f0f0f1; /* hr background */
--accent-4: #B1C5A4; /* Light green */

/* Navigation colors. */
--nav-background: #fff;
Expand Down Expand Up @@ -112,6 +113,10 @@
background-color: var(--accent-2);
}

.about__container .has-accent-4-background-color {
background-color: var(--accent-4);
}

.about__container .has-transparent-background-color {
background-color: transparent;
}
Expand Down Expand Up @@ -369,7 +374,6 @@

.about__container h1 {
padding: 0;
color: inherit;
}

.about__container h1,
Expand Down Expand Up @@ -412,14 +416,14 @@
}

.about__section a {
color: var(--accent-1);
color: var(--text);
text-decoration: underline;
}

.about__section a:hover,
.about__section a:active,
.about__section a:focus {
color: var(--accent-1);
color: var(--text);
text-decoration: none;
}

Expand Down Expand Up @@ -530,32 +534,32 @@
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
align-items: start;
justify-content: end;
box-sizing: border-box;
padding: calc(var(--gap) * 2) 0;
padding: var(--gap) 0;
min-height: 420px;
color: var(--text-light);
background: var(--background) url('../images/about-header-about.svg?ver=6.3') no-repeat;
background: var(--background) url('../images/about-header-about.svg?ver=6.4') no-repeat;
background-size: cover;
background-position: center;
border-radius: 5px;
}

.credits-php .about__header {
background-image: url('../images/about-header-credits.svg?ver=6.3');
background-image: url('../images/about-header-credits.svg?ver=6.4');
}

.freedoms-php .about__header {
background-image: url('../images/about-header-freedoms.svg?ver=6.3');
background-image: url('../images/about-header-freedoms.svg?ver=6.4');
}

.privacy-php .about__header {
background-image: url('../images/about-header-privacy.svg?ver=6.3');
background-image: url('../images/about-header-privacy.svg?ver=6.4');
}

.contribute-php .about__header {
background-image: url('../images/about-header-contribute.svg?ver=6.3');
background-image: url('../images/about-header-contribute.svg?ver=6.4');
}

.about__header-image {
Expand All @@ -564,16 +568,15 @@

.about__header-title {
box-sizing: border-box;
margin: 0 var(--gap);
margin: 0 calc(var(--gap) + 3rem);
padding: 0;
text-align: center;
}

.about__header-title h1 {
margin: 0 0 1rem;
padding: 0;
/* Fluid font size scales on browser size 960px - 1200px. */
font-size: clamp(3rem, 20vw - 9rem, 6rem);
font-size: clamp(2rem, 20vw - 9rem, 4rem);
line-height: 1;
font-weight: 600;
}
Expand All @@ -583,7 +586,7 @@
.privacy-php .about__header-title h1,
.contribute-php .about__header-title h1 {
/* Fluid font size scales on browser size 960px - 1200px. */
font-size: clamp(3rem, 10vw - 3rem, 4.5rem);
font-size: clamp(2rem, 10vw - 3rem, 4rem);
}

.about__header-text {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
.ui-helper-hidden-accessible {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
.ui-helper-hidden-accessible {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ body.language-chooser {
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ body.language-chooser {
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
Expand Down
Loading

0 comments on commit c7e11dc

Please sign in to comment.