@oslokommune/punkt-css 18.5.0 → 18.7.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 +22 -0
- package/dist/css/elements/checkbox-radio.css +3 -3
- package/dist/css/elements/checkbox-radio.min.css +1 -1
- package/dist/css/elements/input.css +1 -1
- package/dist/css/elements/input.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-docs.css +5 -5
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt-elements.css +4 -4
- package/dist/css/pkt-elements.min.css +1 -1
- package/dist/css/pkt.css +5 -5
- package/dist/css/pkt.layer.css +5 -5
- package/dist/css/pkt.layer.min.css +1 -1
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/abstracts/variables/_index.scss +1 -1
- package/package.json +5 -8
package/dist/css/pkt-docs.css
CHANGED
|
@@ -3168,7 +3168,7 @@ a:active, a.pkt-link--active,
|
|
|
3168
3168
|
.pkt-link--external::after {
|
|
3169
3169
|
display: inline-block;
|
|
3170
3170
|
content: " ";
|
|
3171
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/18.
|
|
3171
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/18.7/icons/new-window-small.svg);
|
|
3172
3172
|
background-image: var(--svg);
|
|
3173
3173
|
background-repeat: no-repeat;
|
|
3174
3174
|
background-size: 18px 18px;
|
|
@@ -18715,7 +18715,7 @@ pkt-radiobutton {
|
|
|
18715
18715
|
box-shadow: 0px 0px 0px 0.125rem var(--pkt-color-input-border-active), 0px 0px 0px 0.375rem var(--pkt-color-border-states-focus);
|
|
18716
18716
|
}
|
|
18717
18717
|
.pkt-input-check__input-checkbox:indeterminate[type=checkbox]:not([role=switch]) {
|
|
18718
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/18.
|
|
18718
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/18.7/icons/minus-sign.svg);
|
|
18719
18719
|
position: relative;
|
|
18720
18720
|
background-color: var(--pkt-color-input-border-normal);
|
|
18721
18721
|
}
|
|
@@ -18741,7 +18741,7 @@ pkt-radiobutton {
|
|
|
18741
18741
|
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(105%) contrast(101%);
|
|
18742
18742
|
}
|
|
18743
18743
|
.pkt-input-check__input-checkbox:checked[type=checkbox] {
|
|
18744
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/18.
|
|
18744
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/18.7/icons/check-medium.svg);
|
|
18745
18745
|
position: relative;
|
|
18746
18746
|
background-color: var(--pkt-color-input-border-normal);
|
|
18747
18747
|
}
|
|
@@ -18799,7 +18799,7 @@ pkt-radiobutton {
|
|
|
18799
18799
|
cursor: not-allowed;
|
|
18800
18800
|
}
|
|
18801
18801
|
.pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
|
|
18802
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/18.
|
|
18802
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/18.7/icons/check-medium.svg);
|
|
18803
18803
|
--pkt-color-input-check-border: var(--pkt-color-input-border-normal);
|
|
18804
18804
|
filter: grayscale(100%) brightness(400%);
|
|
18805
18805
|
}
|
|
@@ -19060,7 +19060,7 @@ pkt-select {
|
|
|
19060
19060
|
padding-right: 3rem;
|
|
19061
19061
|
}
|
|
19062
19062
|
.pkt-input:is(select):not([multiple]) {
|
|
19063
|
-
--svg: url(https://punkt-cdn.oslo.kommune.no/18.
|
|
19063
|
+
--svg: url(https://punkt-cdn.oslo.kommune.no/18.7/icons/chevron-thin-down.svg);
|
|
19064
19064
|
background-image: var(--svg);
|
|
19065
19065
|
background-repeat: no-repeat;
|
|
19066
19066
|
background-position: right 0.7rem top 50%;
|