@oslokommune/punkt-css 12.9.0 → 12.10.2
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 +36 -0
- package/dist/css/components/accordion.css +1 -1
- package/dist/css/components/accordion.min.css +1 -1
- package/dist/css/components/alert.css +1 -0
- package/dist/css/components/alert.min.css +1 -1
- 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 +3 -2
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-elements.css +3 -3
- package/dist/css/pkt-elements.min.css +1 -1
- package/dist/css/pkt.css +6 -5
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/abstracts/variables/_index.scss +1 -1
- package/dist/scss/components/_accordion.scss +1 -1
- package/dist/scss/components/_alert.scss +1 -0
- package/package.json +2 -2
package/dist/css/pkt.css
CHANGED
|
@@ -14209,7 +14209,7 @@ a:active, a.pkt-link--active,
|
|
|
14209
14209
|
.pkt-link--external::after {
|
|
14210
14210
|
display: inline-block;
|
|
14211
14211
|
content: " ";
|
|
14212
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
14212
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.10/icons/new-window-small.svg);
|
|
14213
14213
|
background-image: var(--svg);
|
|
14214
14214
|
background-repeat: no-repeat;
|
|
14215
14215
|
background-size: 18px 18px;
|
|
@@ -18087,7 +18087,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
18087
18087
|
outline-color: var(--pkt-color-input-border-hover);
|
|
18088
18088
|
}
|
|
18089
18089
|
.pkt-input-check__input-checkbox:checked[type=checkbox] {
|
|
18090
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
18090
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.10/icons/check-medium.svg);
|
|
18091
18091
|
position: relative;
|
|
18092
18092
|
background-color: var(--pkt-color-input-border-normal);
|
|
18093
18093
|
}
|
|
@@ -18147,7 +18147,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
|
|
|
18147
18147
|
cursor: not-allowed;
|
|
18148
18148
|
}
|
|
18149
18149
|
.pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
|
|
18150
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
18150
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.10/icons/check-medium.svg);
|
|
18151
18151
|
--pkt-color-input-check-border: var(
|
|
18152
18152
|
--pkt-color-input-border-normal
|
|
18153
18153
|
);
|
|
@@ -18394,7 +18394,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
18394
18394
|
}
|
|
18395
18395
|
.pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]), .pkt-select select:is(select):not([multiple]),
|
|
18396
18396
|
.pkt-select:is(select):not([multiple]) {
|
|
18397
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/12.
|
|
18397
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/12.10/icons/chevron-thin-down.svg);
|
|
18398
18398
|
background-image: var(--svg);
|
|
18399
18399
|
background-repeat: no-repeat;
|
|
18400
18400
|
background-position: right 0.7rem top 50%;
|
|
@@ -19051,7 +19051,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
19051
19051
|
}
|
|
19052
19052
|
|
|
19053
19053
|
.pkt-accordion--outlined .pkt-accordion-item {
|
|
19054
|
-
border:
|
|
19054
|
+
border: 2px solid var(--pkt-color-border-subtle);
|
|
19055
19055
|
}
|
|
19056
19056
|
|
|
19057
19057
|
.pkt-accordion--beige {
|
|
@@ -19202,6 +19202,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
|
|
|
19202
19202
|
letter-spacing: -0.2px;
|
|
19203
19203
|
line-height: 1.75rem;
|
|
19204
19204
|
margin: 0 0 0 2.5rem;
|
|
19205
|
+
overflow-wrap: break-word;
|
|
19205
19206
|
}
|
|
19206
19207
|
.pkt-alert__text p {
|
|
19207
19208
|
margin-bottom: 1rem;
|