@oslokommune/punkt-css 12.7.2 → 12.8.1
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 +18 -0
- package/dist/css/components/inputwrapper.css +1 -1
- package/dist/css/components/inputwrapper.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 +2 -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 +5 -5
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/abstracts/variables/_index.scss +1 -1
- package/dist/scss/components/_inputwrapper.scss +1 -1
- package/package.json +3 -3
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.8/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.8/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.8/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.8/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%;
|
|
@@ -20224,7 +20224,7 @@ pkt-icon > svg {
|
|
|
20224
20224
|
display: flex;
|
|
20225
20225
|
flex-direction: column;
|
|
20226
20226
|
align-items: flex-start;
|
|
20227
|
-
gap:
|
|
20227
|
+
gap: 0.5rem;
|
|
20228
20228
|
border: none;
|
|
20229
20229
|
padding: 0;
|
|
20230
20230
|
margin: 0;
|