Skip to content

Commit a73b7af

Browse files
committed
chore: update dependencies
1 parent 2e20295 commit a73b7af

File tree

238 files changed

+386
-632
lines changed

Some content is hidden

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

238 files changed

+386
-632
lines changed

css/pico.amber.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ label:has([type=checkbox], [type=radio]) {
16371637
}
16381638
[type=checkbox][role=switch]:before {
16391639
display: block;
1640-
width: calc(1.25em - (var(--pico-border-width) * 2));
1640+
width: calc(1.25em - var(--pico-border-width) * 2);
16411641
height: 100%;
16421642
border-radius: 50%;
16431643
background-color: var(--pico-color);
@@ -1655,9 +1655,7 @@ label:has([type=checkbox], [type=radio]) {
16551655
background-image: none;
16561656
}
16571657
[type=checkbox][role=switch]:checked::before {
1658-
margin-inline-start: calc(
1659-
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
1660-
);
1658+
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
16611659
}
16621660
[type=checkbox][role=switch][disabled] {
16631661
--pico-background-color: var(--pico-border-color);

css/pico.amber.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.

css/pico.blue.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ label:has([type=checkbox], [type=radio]) {
16371637
}
16381638
[type=checkbox][role=switch]:before {
16391639
display: block;
1640-
width: calc(1.25em - (var(--pico-border-width) * 2));
1640+
width: calc(1.25em - var(--pico-border-width) * 2);
16411641
height: 100%;
16421642
border-radius: 50%;
16431643
background-color: var(--pico-color);
@@ -1655,9 +1655,7 @@ label:has([type=checkbox], [type=radio]) {
16551655
background-image: none;
16561656
}
16571657
[type=checkbox][role=switch]:checked::before {
1658-
margin-inline-start: calc(
1659-
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
1660-
);
1658+
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
16611659
}
16621660
[type=checkbox][role=switch][disabled] {
16631661
--pico-background-color: var(--pico-border-color);

css/pico.blue.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.

css/pico.classless.amber.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
14611461
}
14621462
[type=checkbox][role=switch]:before {
14631463
display: block;
1464-
width: calc(1.25em - (var(--pico-border-width) * 2));
1464+
width: calc(1.25em - var(--pico-border-width) * 2);
14651465
height: 100%;
14661466
border-radius: 50%;
14671467
background-color: var(--pico-color);
@@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
14791479
background-image: none;
14801480
}
14811481
[type=checkbox][role=switch]:checked::before {
1482-
margin-inline-start: calc(
1483-
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
1484-
);
1482+
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
14851483
}
14861484
[type=checkbox][role=switch][disabled] {
14871485
--pico-background-color: var(--pico-border-color);

css/pico.classless.amber.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.

css/pico.classless.blue.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
14611461
}
14621462
[type=checkbox][role=switch]:before {
14631463
display: block;
1464-
width: calc(1.25em - (var(--pico-border-width) * 2));
1464+
width: calc(1.25em - var(--pico-border-width) * 2);
14651465
height: 100%;
14661466
border-radius: 50%;
14671467
background-color: var(--pico-color);
@@ -1479,9 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
14791479
background-image: none;
14801480
}
14811481
[type=checkbox][role=switch]:checked::before {
1482-
margin-inline-start: calc(
1483-
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
1484-
);
1482+
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
14851483
}
14861484
[type=checkbox][role=switch][disabled] {
14871485
--pico-background-color: var(--pico-border-color);

css/pico.classless.blue.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.

css/pico.classless.conditional.amber.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,7 +1461,7 @@ main {
14611461
}
14621462
.pico [type=checkbox][role=switch]:before {
14631463
display: block;
1464-
width: calc(1.25em - (var(--pico-border-width) * 2));
1464+
width: calc(1.25em - var(--pico-border-width) * 2);
14651465
height: 100%;
14661466
border-radius: 50%;
14671467
background-color: var(--pico-color);
@@ -1479,9 +1479,7 @@ main {
14791479
background-image: none;
14801480
}
14811481
.pico [type=checkbox][role=switch]:checked::before {
1482-
margin-inline-start: calc(
1483-
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
1484-
);
1482+
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
14851483
}
14861484
.pico [type=checkbox][role=switch][disabled] {
14871485
--pico-background-color: var(--pico-border-color);

css/pico.classless.conditional.amber.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.

0 commit comments

Comments
 (0)