Skip to content

Commit c33c12f

Browse files
committed
Composer updates
1 parent 83504d3 commit c33c12f

30 files changed

+1034
-1110
lines changed

src/composer.lock

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

src/web/app/themes/twentytwentyone/archive.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@
3434
<?php get_template_part( 'template-parts/content/content-none' ); ?>
3535
<?php endif; ?>
3636

37-
<?php get_footer(); ?>
37+
<?php
38+
get_footer();

src/web/app/themes/twentytwentyone/assets/css/ie-editor.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@ a:hover {
613613
letter-spacing: normal;
614614
line-height: 1.3;
615615
padding: 0;
616-
max-width: inherit;
617616
text-align: inherit;
618617
}
619618
@media only screen and (min-width: 652px) {
@@ -628,7 +627,6 @@ a:hover {
628627
letter-spacing: normal;
629628
line-height: 1.3;
630629
padding: 0;
631-
max-width: inherit;
632630
text-align: inherit;
633631
}
634632
@media only screen and (min-width: 652px) {
@@ -1657,7 +1655,7 @@ pre.wp-block-preformatted {
16571655
}
16581656

16591657
.wp-block-quote .wp-block-quote__citation {
1660-
color: #28303d;
1658+
color: currentColor;
16611659
font-size: 1rem;
16621660
font-style: normal;
16631661
}

src/web/app/themes/twentytwentyone/assets/css/ie-editor.css.map

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

src/web/app/themes/twentytwentyone/assets/css/ie.css

Lines changed: 39 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the
99
Requires at least: 5.3
1010
Tested up to: 6.0
1111
Requires PHP: 5.6
12-
Version: 1.6
12+
Version: 1.7
1313
License: GNU General Public License v2 or later
1414
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1515
Text Domain: twentytwentyone
@@ -66,7 +66,6 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
6666
* Quote................Specific styles for the quote block.
6767
* Search...............Specific styles for the search block.
6868
* Separator............Specific styles for the separator block.
69-
* Spacer...............Specific styles for the spacer block.
7069
* Table................Specific styles for the table block.
7170
* Verse................Specific styles for the verse block.
7271
* Video................Specific styles for the video block.
@@ -159,12 +158,8 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
159158
* 2. Prevent adjustments of font size after orientation changes in iOS.
160159
*/
161160
html {
162-
line-height: 1.15;
163-
164-
/* 1 */
165-
-webkit-text-size-adjust: 100%;
166-
167-
/* 2 */
161+
line-height: 1.15; /* 1 */
162+
-webkit-text-size-adjust: 100%; /* 2 */
168163
}
169164

170165
/* Sections
@@ -201,28 +196,18 @@ h1 {
201196
* 2. Show the overflow in Edge and IE.
202197
*/
203198
hr {
204-
box-sizing: content-box;
205-
206-
/* 1 */
207-
height: 0;
208-
209-
/* 1 */
210-
overflow: visible;
211-
212-
/* 2 */
199+
box-sizing: content-box; /* 1 */
200+
height: 0; /* 1 */
201+
overflow: visible; /* 2 */
213202
}
214203

215204
/**
216205
* 1. Correct the inheritance and scaling of font size in all browsers.
217206
* 2. Correct the odd `em` font sizing in all browsers.
218207
*/
219208
pre {
220-
font-family: monospace;
221-
222-
/* 1 */
223-
font-size: 1em;
224-
225-
/* 2 */
209+
font-family: monospace; /* 1 */
210+
font-size: 1em; /* 2 */
226211
}
227212

228213
/* Text-level semantics
@@ -241,15 +226,9 @@ a {
241226
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
242227
*/
243228
abbr[title] {
244-
border-bottom: none;
245-
246-
/* 1 */
247-
text-decoration: underline;
248-
249-
/* 2 */
250-
text-decoration-style: dotted;
251-
252-
/* 2 */
229+
border-bottom: none; /* 1 */
230+
text-decoration: underline; /* 2 */
231+
text-decoration-style: dotted; /* 2 */
253232
}
254233

255234
/**
@@ -267,12 +246,8 @@ strong {
267246
code,
268247
kbd,
269248
samp {
270-
font-family: monospace;
271-
272-
/* 1 */
273-
font-size: 1em;
274-
275-
/* 2 */
249+
font-family: monospace; /* 1 */
250+
font-size: 1em; /* 2 */
276251
}
277252

278253
/**
@@ -324,28 +299,18 @@ input,
324299
optgroup,
325300
select,
326301
textarea {
327-
font-family: inherit;
328-
329-
/* 1 */
330-
font-size: 100%;
331-
332-
/* 1 */
333-
line-height: 1.15;
334-
335-
/* 1 */
336-
margin: 0;
337-
338-
/* 2 */
302+
font-family: inherit; /* 1 */
303+
font-size: 100%; /* 1 */
304+
line-height: 1.15; /* 1 */
305+
margin: 0; /* 2 */
339306
}
340307

341308
/**
342309
* Show the overflow in IE.
343310
* 1. Show the overflow in Edge.
344311
*/
345312
button,
346-
input {
347-
348-
/* 1 */
313+
input { /* 1 */
349314
overflow: visible;
350315
}
351316

@@ -354,9 +319,7 @@ input {
354319
* 1. Remove the inheritance of text transform in Firefox.
355320
*/
356321
button,
357-
select {
358-
359-
/* 1 */
322+
select { /* 1 */
360323
text-transform: none;
361324
}
362325

@@ -405,24 +368,12 @@ fieldset {
405368
* `fieldset` elements in all browsers.
406369
*/
407370
legend {
408-
box-sizing: border-box;
409-
410-
/* 1 */
411-
color: inherit;
412-
413-
/* 2 */
414-
display: table;
415-
416-
/* 1 */
417-
max-width: 100%;
418-
419-
/* 1 */
420-
padding: 0;
421-
422-
/* 3 */
423-
white-space: normal;
424-
425-
/* 1 */
371+
box-sizing: border-box; /* 1 */
372+
color: inherit; /* 2 */
373+
display: table; /* 1 */
374+
max-width: 100%; /* 1 */
375+
padding: 0; /* 3 */
376+
white-space: normal; /* 1 */
426377
}
427378

428379
/**
@@ -445,12 +396,8 @@ textarea {
445396
*/
446397
[type=checkbox],
447398
[type=radio] {
448-
box-sizing: border-box;
449-
450-
/* 1 */
451-
padding: 0;
452-
453-
/* 2 */
399+
box-sizing: border-box; /* 1 */
400+
padding: 0; /* 2 */
454401
}
455402

456403
/**
@@ -466,12 +413,8 @@ textarea {
466413
* 2. Correct the outline style in Safari.
467414
*/
468415
[type=search] {
469-
-webkit-appearance: textfield;
470-
471-
/* 1 */
472-
outline-offset: -2px;
473-
474-
/* 2 */
416+
-webkit-appearance: textfield; /* 1 */
417+
outline-offset: -2px; /* 2 */
475418
}
476419

477420
/**
@@ -486,12 +429,8 @@ textarea {
486429
* 2. Change font properties to `inherit` in Safari.
487430
*/
488431
::-webkit-file-upload-button {
489-
-webkit-appearance: button;
490-
491-
/* 1 */
492-
font: inherit;
493-
494-
/* 2 */
432+
-webkit-appearance: button; /* 1 */
433+
font: inherit; /* 2 */
495434
}
496435

497436
/* Interactive
@@ -577,38 +516,38 @@ template {
577516
}
578517
}
579518

580-
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
519+
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
581520
max-width: calc(100vw - 30px);
582521
margin-left: auto;
583522
margin-right: auto;
584523
}
585524
@media only screen and (min-width: 482px) {
586525

587-
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
526+
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
588527
max-width: min(calc(100vw - 100px), 610px);
589528
}
590529
}
591530
@media only screen and (min-width: 822px) {
592531

593-
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
532+
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
594533
max-width: min(calc(100vw - 200px), 610px);
595534
}
596535
}
597536

598-
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
537+
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
599538
max-width: calc(100vw - 30px);
600539
margin-left: auto;
601540
margin-right: auto;
602541
}
603542
@media only screen and (min-width: 482px) {
604543

605-
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
544+
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
606545
max-width: min(calc(100vw - 100px), 610px);
607546
}
608547
}
609548
@media only screen and (min-width: 822px) {
610549

611-
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
550+
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
612551
max-width: min(calc(100vw - 200px), 610px);
613552
}
614553
}
@@ -1867,12 +1806,8 @@ input[type=radio] + label {
18671806
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
18681807

18691808
input[type=range] {
1870-
-webkit-appearance: none;
1871-
1872-
/* Hides the slider so that custom slider can be made */
1873-
width: 100%;
1874-
1875-
/* Specific width is required for Firefox. */
1809+
-webkit-appearance: none; /* Hides the slider so that custom slider can be made */
1810+
width: 100%; /* Specific width is required for Firefox. */
18761811
height: 6px;
18771812
background: #39414d;
18781813
border-radius: 6px;
@@ -4435,18 +4370,6 @@ hr.wp-block-separator.is-style-dots:before {
44354370
background: none;
44364371
}
44374372

4438-
.wp-block-spacer {
4439-
display: block;
4440-
margin-bottom: 0 !important;
4441-
margin-top: 0 !important;
4442-
}
4443-
@media only screen and (max-width: 481px) {
4444-
4445-
.wp-block-spacer[style] {
4446-
height: 20px !important;
4447-
}
4448-
}
4449-
44504373
table,
44514374
.wp-block-table {
44524375
width: 100%;
@@ -4776,14 +4699,12 @@ table.wp-calendar-table caption {
47764699
.entry-content > .alignleft {
47774700
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
47784701
}
4779-
47804702
@media only screen and (min-width: 482px) {
47814703

47824704
.entry-content > .alignleft {
47834705
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
47844706
}
47854707
}
4786-
47874708
@media only screen and (min-width: 822px) {
47884709

47894710
.entry-content > .alignleft {
@@ -4844,14 +4765,12 @@ table.wp-calendar-table caption {
48444765
.entry-content > .alignright {
48454766
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
48464767
}
4847-
48484768
@media only screen and (min-width: 482px) {
48494769

48504770
.entry-content > .alignright {
48514771
max-width: calc(50% - (100vw - min(calc(100vw - 4 * 25px), 610px)) *1);
48524772
}
48534773
}
4854-
48554774
@media only screen and (min-width: 822px) {
48564775

48574776
.entry-content > .alignright {

src/web/app/themes/twentytwentyone/assets/css/ie.css.map

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

src/web/app/themes/twentytwentyone/assets/css/print.css.map

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

src/web/app/themes/twentytwentyone/assets/css/style-dark-mode.css.map

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

0 commit comments

Comments
 (0)