Skip to content

Commit 7fc099f

Browse files
tbradshamatticbot
authored andcommitted
Stylelint: Address remaining stylistic rules (#44403)
* Fix @stylistic/declaration-block-trailing-semicolon * Fix @stylistic/no-extra-semicolons * Fix @stylistic/no-eol-whitespace * Fix @stylistic/number-leading-zero and @stylistic/number-no-trailing-zeros * Fix @stylistic/color-hex-case * Fix @stylistic/property-case * Fix @stylistic/string-quotes * Fix @stylistic/max-line-length * Add changelogs Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/16472168446 Upstream-Ref: Automattic/jetpack@337c2ec
1 parent 76dfd77 commit 7fc099f

File tree

35 files changed

+339
-333
lines changed

35 files changed

+339
-333
lines changed

assets/admin-style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
.wpcomsh-notice,
4848
.rtl .wpcomsh-notice {
4949
border: none;
50-
background: #2D3337;
50+
background: #2d3337;
5151
box-sizing: border-box;
5252
color: #fff;
5353
display: flex;
@@ -91,6 +91,6 @@
9191

9292
.notice__content {
9393
flex-grow: 1;
94-
font-size: .875rem;
94+
font-size: 0.875rem;
9595
padding: 13px;
9696
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"automattic/jetpack-autoloader": "^5.0.8",
1515
"automattic/jetpack-composer-plugin": "^4.0.5",
1616
"automattic/jetpack-config": "^3.1.1",
17-
"automattic/jetpack-post-list": "^0.8.23",
17+
"automattic/jetpack-post-list": "^0.8.24-alpha",
1818
"automattic/jetpack-mu-wpcom": "^6.7.0-alpha",
1919
"tubalmartin/cssmin": "^4.1"
2020
},

custom-colors/css/colors-control-beta.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
.color-grid.main li {
4040
height: 55px;
4141
width: 55px;
42-
background-image: radial-gradient(center top, circle farthest-side, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0) 80%);
42+
background-image: radial-gradient(center top, circle farthest-side, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 80%);
4343
background-position: center center;
4444
background-size: cover;
4545
border: 2px solid #fff;
@@ -86,7 +86,7 @@
8686
height: auto;
8787
text-align: center;
8888
width: 100%;
89-
padding-top: 20px
89+
padding-top: 20px;
9090
}
9191

9292
.color-grid li {
@@ -136,7 +136,7 @@
136136

137137
.color-grid .unavailable::before {
138138
color: #fff;
139-
content: '\f406';
139+
content: "\f406";
140140
font-family: Noticons;
141141
font-size: 40px;
142142
opacity: 0.4;
@@ -323,7 +323,7 @@ a.button.right-pill {
323323
}
324324

325325
#the-bg-picker-prompt::after {
326-
content: '.';
326+
content: ".";
327327
display: block;
328328
height: 0;
329329
clear: both;
@@ -441,7 +441,7 @@ a.button.right-pill {
441441

442442
/* Theme featured palettes */
443443
.colour-lovers.featured::before {
444-
content: 'Featured';
444+
content: "Featured";
445445
background: #000;
446446
color: #fff;
447447
display: block;
@@ -495,7 +495,7 @@ a.button.right-pill {
495495
}
496496

497497
#colourlovers-patterns::after {
498-
content: '.';
498+
content: ".";
499499
display: block;
500500
height: 0;
501501
clear: both;

custom-colors/css/colors-control.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
.color-grid.main li {
4141
height: 55px;
4242
width: 55px;
43-
background-image: radial-gradient(center top, circle farthest-side, rgba(255, 255, 255, .35), rgba(255, 255, 255, 0) 80%);
43+
background-image: radial-gradient(center top, circle farthest-side, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 80%);
4444
background-position: center center;
4545
background-size: cover;
4646
border: 2px solid #fff;
@@ -128,7 +128,7 @@
128128

129129
.color-grid .unavailable::before {
130130
color: #fff;
131-
content: '\f406';
131+
content: "\f406";
132132
font-family: Noticons;
133133
font-size: 21px;
134134
opacity: 0.4;
@@ -281,7 +281,7 @@ a.revert {
281281
}
282282

283283
#the-bg-picker-prompt::after {
284-
content: '.';
284+
content: ".";
285285
display: block;
286286
height: 0;
287287
clear: both;
@@ -389,7 +389,7 @@ a.revert {
389389

390390
/* Theme featured palettes */
391391
.colour-lovers.featured::before {
392-
content: 'Featured';
392+
content: "Featured";
393393
background: #000;
394394
color: #fff;
395395
display: block;
@@ -443,7 +443,7 @@ a.revert {
443443
}
444444

445445
#colourlovers-patterns::after {
446-
content: '.';
446+
content: ".";
447447
display: block;
448448
height: 0;
449449
clear: both;
@@ -775,7 +775,7 @@ input#iris {
775775
width: 100%;
776776
border-bottom: none;
777777
background-color: transparent;
778-
padding-top: 20px
778+
padding-top: 20px;
779779
}
780780

781781
.color-grid.main li {

custom-colors/css/rtl/colors-control-rtl.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138

139139
.color-grid .unavailable::before {
140140
color: #fff;
141-
content: '\f406';
141+
content: "\f406";
142142
font-family: Noticons;
143143
opacity: 0.4;
144144
float: right;
@@ -294,7 +294,7 @@ a.revert {
294294
}
295295

296296
#the-bg-picker-prompt::after {
297-
content: '.';
297+
content: ".";
298298
display: block;
299299
height: 0;
300300
clear: both;
@@ -407,7 +407,7 @@ a.revert {
407407

408408
/* Theme featured palettes */
409409
.colour-lovers.featured::before {
410-
content: 'Featured';
410+
content: "Featured";
411411
background: #000;
412412
color: #fff;
413413
display: block;
@@ -461,7 +461,7 @@ a.revert {
461461
}
462462

463463
#colourlovers-patterns::after {
464-
content: '.';
464+
content: ".";
465465
display: block;
466466
height: 0;
467467
clear: both;

frontend-notices/gifting-banner/css/gifting-banner.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* NOTICE! This file exists in WPCOM & WPCOMSH. Updates need to be synced to both repos. */
1+
/* NOTICE! This file exists in WPCOM & WPCOMSH.
2+
* Updates need to be synced to both repos. */
23

34
.wpcom-coming-soon-body .wpcom-gifting-banner,
45
.wpcom-coming-soon-private-default-body .wpcom-gifting-banner,
@@ -95,7 +96,7 @@
9596

9697
.wpcom-gifting-banner__more-info-button::before {
9798
background: url(../images/gridicons-help-outline.svg) no-repeat center;
98-
content: '';
99+
content: "";
99100
height: 16px;
100101
width: 16px;
101102
position: absolute;

frontend-notices/gifting-banner/css/rtl/gifting-banner-rtl.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* This file was automatically generated on Dec 23 2022 01:06:01 */
22

3-
/* NOTICE! This file exists in WPCOM & WPCOMSH. Updates need to be synced to both repos. */
3+
/* NOTICE! This file exists in WPCOM & WPCOMSH.
4+
* Updates need to be synced to both repos. */
45

56
.wpcom-coming-soon-body .wpcom-gifting-banner,
67
.wpcom-coming-soon-private-default-body .wpcom-gifting-banner,
@@ -97,7 +98,7 @@
9798

9899
.wpcom-gifting-banner__more-info-button::before {
99100
background: url(../../images/gridicons-help-outline.svg) no-repeat center;
100-
content: '';
101+
content: "";
101102
height: 16px;
102103
width: 16px;
103104
position: absolute;

jetpack_vendor/automattic/jetpack-calypsoify/src/scss/style-gutenberg.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* Hide Fullscreen option from post-editor
33
*
4-
* The entire menu group is not rendered on smaller screens so we need a media query.
5-
* Hide the last item of the first group when the screen is big enough.
4+
* The entire menu group is not rendered on smaller screens so we need a media
5+
* query. Hide the last item of the first group when the screen is big enough.
66
*/
77
@media (min-width: 782px) {
88

jetpack_vendor/automattic/jetpack-classic-theme-helper/src/class-main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Main {
1616

17-
const PACKAGE_VERSION = '0.13.11';
17+
const PACKAGE_VERSION = '0.13.12-alpha';
1818

1919
/**
2020
* Modules to include.

jetpack_vendor/automattic/jetpack-classic-theme-helper/src/custom-post-types/css/nova-font.css

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)