@oslokommune/punkt-css 16.11.1 → 16.12.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.
@@ -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.11/icons/new-window-small.svg);
14413
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.12/icons/new-window-small.svg);
14414
14414
  background-image: var(--svg);
14415
14415
  background-repeat: no-repeat;
14416
14416
  background-size: 18px 18px;
@@ -18454,7 +18454,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
18454
18454
  outline-color: var(--pkt-color-input-border-hover);
18455
18455
  }
18456
18456
  .pkt-input-check__input-checkbox:indeterminate[type=checkbox]:not([role=switch]) {
18457
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.11/icons/minus-sign.svg);
18457
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.12/icons/minus-sign.svg);
18458
18458
  position: relative;
18459
18459
  background-color: var(--pkt-color-input-border-normal);
18460
18460
  }
@@ -18480,7 +18480,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
18480
18480
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(105%) contrast(101%);
18481
18481
  }
18482
18482
  .pkt-input-check__input-checkbox:checked[type=checkbox] {
18483
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.11/icons/check-medium.svg);
18483
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.12/icons/check-medium.svg);
18484
18484
  position: relative;
18485
18485
  background-color: var(--pkt-color-input-border-normal);
18486
18486
  }
@@ -18538,7 +18538,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
18538
18538
  cursor: not-allowed;
18539
18539
  }
18540
18540
  .pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
18541
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.11/icons/check-medium.svg);
18541
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.12/icons/check-medium.svg);
18542
18542
  --pkt-color-input-check-border: var(--pkt-color-input-border-normal);
18543
18543
  filter: grayscale(100%) brightness(400%);
18544
18544
  }
@@ -18756,7 +18756,7 @@ pkt-select {
18756
18756
  }
18757
18757
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]), .pkt-select select:is(select):not([multiple]),
18758
18758
  .pkt-select:is(select):not([multiple]) {
18759
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.11/icons/chevron-thin-down.svg);
18759
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.12/icons/chevron-thin-down.svg);
18760
18760
  background-image: var(--svg);
18761
18761
  background-repeat: no-repeat;
18762
18762
  background-position: right 0.7rem top 50%;