@oslokommune/punkt-css 16.18.0 → 16.26.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.
@@ -14410,7 +14410,7 @@ a:active, a.pkt-link--active,
14410
14410
  .pkt-link--external::after {
14411
14411
  display: inline-block;
14412
14412
  content: " ";
14413
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.18/icons/new-window-small.svg);
14413
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.26/icons/new-window-small.svg);
14414
14414
  background-image: var(--svg);
14415
14415
  background-repeat: no-repeat;
14416
14416
  background-size: 18px 18px;
@@ -18457,7 +18457,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
18457
18457
  box-shadow: 0px 0px 0px 0.125rem var(--pkt-color-input-border-active), 0px 0px 0px 0.375rem var(--pkt-color-border-states-focus);
18458
18458
  }
18459
18459
  .pkt-input-check__input-checkbox:indeterminate[type=checkbox]:not([role=switch]) {
18460
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.18/icons/minus-sign.svg);
18460
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.26/icons/minus-sign.svg);
18461
18461
  position: relative;
18462
18462
  background-color: var(--pkt-color-input-border-normal);
18463
18463
  }
@@ -18483,7 +18483,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
18483
18483
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(105%) contrast(101%);
18484
18484
  }
18485
18485
  .pkt-input-check__input-checkbox:checked[type=checkbox] {
18486
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.18/icons/check-medium.svg);
18486
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.26/icons/check-medium.svg);
18487
18487
  position: relative;
18488
18488
  background-color: var(--pkt-color-input-border-normal);
18489
18489
  }
@@ -18541,7 +18541,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
18541
18541
  cursor: not-allowed;
18542
18542
  }
18543
18543
  .pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
18544
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.18/icons/check-medium.svg);
18544
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.26/icons/check-medium.svg);
18545
18545
  --pkt-color-input-check-border: var(--pkt-color-input-border-normal);
18546
18546
  filter: grayscale(100%) brightness(400%);
18547
18547
  }
@@ -18760,7 +18760,7 @@ pkt-select {
18760
18760
  }
18761
18761
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]), .pkt-select select:is(select):not([multiple]),
18762
18762
  .pkt-select:is(select):not([multiple]) {
18763
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.18/icons/chevron-thin-down.svg);
18763
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.26/icons/chevron-thin-down.svg);
18764
18764
  background-image: var(--svg);
18765
18765
  background-repeat: no-repeat;
18766
18766
  background-position: right 0.7rem top 50%;