@oslokommune/punkt-css 17.1.3 → 18.0.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.
@@ -3119,7 +3119,7 @@ a:active, a.pkt-link--active,
3119
3119
  .pkt-link--external::after {
3120
3120
  display: inline-block;
3121
3121
  content: " ";
3122
- --svg: url(https://punkt-cdn.oslo.kommune.no/17.1/icons/new-window-small.svg);
3122
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/new-window-small.svg);
3123
3123
  background-image: var(--svg);
3124
3124
  background-repeat: no-repeat;
3125
3125
  background-size: 18px 18px;
@@ -17471,7 +17471,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
17471
17471
  box-shadow: 0px 0px 0px 0.125rem var(--pkt-color-input-border-active), 0px 0px 0px 0.375rem var(--pkt-color-border-states-focus);
17472
17472
  }
17473
17473
  .pkt-input-check__input-checkbox:indeterminate[type=checkbox]:not([role=switch]) {
17474
- --svg: url(https://punkt-cdn.oslo.kommune.no/17.1/icons/minus-sign.svg);
17474
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/minus-sign.svg);
17475
17475
  position: relative;
17476
17476
  background-color: var(--pkt-color-input-border-normal);
17477
17477
  }
@@ -17497,7 +17497,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
17497
17497
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(105%) contrast(101%);
17498
17498
  }
17499
17499
  .pkt-input-check__input-checkbox:checked[type=checkbox] {
17500
- --svg: url(https://punkt-cdn.oslo.kommune.no/17.1/icons/check-medium.svg);
17500
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/check-medium.svg);
17501
17501
  position: relative;
17502
17502
  background-color: var(--pkt-color-input-border-normal);
17503
17503
  }
@@ -17555,7 +17555,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
17555
17555
  cursor: not-allowed;
17556
17556
  }
17557
17557
  .pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
17558
- --svg: url(https://punkt-cdn.oslo.kommune.no/17.1/icons/check-medium.svg);
17558
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/check-medium.svg);
17559
17559
  --pkt-color-input-check-border: var(--pkt-color-input-border-normal);
17560
17560
  filter: grayscale(100%) brightness(400%);
17561
17561
  }
@@ -17818,7 +17818,7 @@ pkt-select {
17818
17818
  padding-right: 3rem;
17819
17819
  }
17820
17820
  .pkt-input:is(select):not([multiple]) {
17821
- --svg: url(https://punkt-cdn.oslo.kommune.no/17.1/icons/chevron-thin-down.svg);
17821
+ --svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/chevron-thin-down.svg);
17822
17822
  background-image: var(--svg);
17823
17823
  background-repeat: no-repeat;
17824
17824
  background-position: right 0.7rem top 50%;