@oslokommune/punkt-css 12.3.10 → 12.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/dist/css/components/textinput.css +1 -1
- package/dist/css/components/textinput.min.css +1 -1
- package/dist/css/pkt-base.css +1 -1
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-components.css +1 -1
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-elements.css +5 -5
- package/dist/css/pkt-elements.min.css +1 -1
- package/dist/css/pkt.css +6 -6
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/abstracts/variables/_index.scss +1 -1
- package/dist/scss/elements/_checkbox-radio.scss +2 -2
- package/package.json +3 -3
package/dist/css/pkt.css
CHANGED
|
@@ -13602,7 +13602,7 @@ a:active, a.pkt-link--active,
|
|
|
13602
13602
|
.pkt-link--external::after {
|
|
13603
13603
|
display: inline-block;
|
|
13604
13604
|
content: " ";
|
|
13605
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
13605
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.4/icons/new-window-small.svg);
|
|
13606
13606
|
background-image: var(--svg);
|
|
13607
13607
|
background-repeat: no-repeat;
|
|
13608
13608
|
background-size: 18px 18px;
|
|
@@ -17401,7 +17401,6 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
17401
17401
|
}
|
|
17402
17402
|
.pkt-input-check__input {
|
|
17403
17403
|
display: flex;
|
|
17404
|
-
gap: 0.5rem;
|
|
17405
17404
|
}
|
|
17406
17405
|
.pkt-input-check__input-label {
|
|
17407
17406
|
font-size: 1rem;
|
|
@@ -17409,6 +17408,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
17409
17408
|
letter-spacing: -0.2px;
|
|
17410
17409
|
line-height: 1.5rem;
|
|
17411
17410
|
color: var(--pkt-color-text-body-default);
|
|
17411
|
+
padding-left: 0.5rem;
|
|
17412
17412
|
}
|
|
17413
17413
|
.pkt-input-check__input-helptext {
|
|
17414
17414
|
font-size: 0.875rem;
|
|
@@ -17480,7 +17480,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
17480
17480
|
outline-color: var(--pkt-color-input-border-hover);
|
|
17481
17481
|
}
|
|
17482
17482
|
.pkt-input-check__input-checkbox:checked[type=checkbox] {
|
|
17483
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
17483
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.4/icons/check-medium.svg);
|
|
17484
17484
|
position: relative;
|
|
17485
17485
|
background-color: var(--pkt-color-input-border-normal);
|
|
17486
17486
|
}
|
|
@@ -17540,7 +17540,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
17540
17540
|
cursor: not-allowed;
|
|
17541
17541
|
}
|
|
17542
17542
|
.pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
|
|
17543
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
17543
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.4/icons/check-medium.svg);
|
|
17544
17544
|
--pkt-color-input-check-border: var(
|
|
17545
17545
|
--pkt-color-input-border-normal
|
|
17546
17546
|
);
|
|
@@ -17598,7 +17598,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
17598
17598
|
content: "";
|
|
17599
17599
|
}
|
|
17600
17600
|
.pkt-input-check__input--tile > .pkt-input-check__input-label {
|
|
17601
|
-
padding: 1rem 1rem 1rem 0;
|
|
17601
|
+
padding: 1rem 1rem 1rem 0.5rem;
|
|
17602
17602
|
width: 100%;
|
|
17603
17603
|
}
|
|
17604
17604
|
.pkt-input-check__input--tile > .pkt-input-check__input-checkbox {
|
|
@@ -17787,7 +17787,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
17787
17787
|
}
|
|
17788
17788
|
.pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]), .pkt-select select:is(select):not([multiple]),
|
|
17789
17789
|
.pkt-select:is(select):not([multiple]) {
|
|
17790
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
17790
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.4/icons/chevron-thin-down.svg);
|
|
17791
17791
|
background-image: var(--svg);
|
|
17792
17792
|
background-repeat: no-repeat;
|
|
17793
17793
|
background-position: right 0.7rem top 50%;
|