@oslokommune/punkt-css 12.13.0 → 12.14.0

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/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.13/icons/new-window-small.svg);
14212
+ --svg: url(https://punkt-cdn.oslo.kommune.no/12.14/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.13/icons/check-medium.svg);
18090
+ --svg: url(https://punkt-cdn.oslo.kommune.no/12.14/icons/check-medium.svg);
18091
18091
  position: relative;
18092
18092
  background-color: var(--pkt-color-input-border-normal);
18093
18093
  }
@@ -18145,7 +18145,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
18145
18145
  cursor: not-allowed;
18146
18146
  }
18147
18147
  .pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
18148
- --svg: url(https://punkt-cdn.oslo.kommune.no/12.13/icons/check-medium.svg);
18148
+ --svg: url(https://punkt-cdn.oslo.kommune.no/12.14/icons/check-medium.svg);
18149
18149
  --pkt-color-input-check-border: var(--pkt-color-input-border-normal);
18150
18150
  filter: grayscale(100%) brightness(400%);
18151
18151
  }
@@ -18391,7 +18391,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18391
18391
  }
18392
18392
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]), .pkt-select select:is(select):not([multiple]),
18393
18393
  .pkt-select:is(select):not([multiple]) {
18394
- --svg: url(https://punkt-cdn.oslo.kommune.no/12.13/icons/chevron-thin-down.svg);
18394
+ --svg: url(https://punkt-cdn.oslo.kommune.no/12.14/icons/chevron-thin-down.svg);
18395
18395
  background-image: var(--svg);
18396
18396
  background-repeat: no-repeat;
18397
18397
  background-position: right 0.7rem top 50%;