@oslokommune/punkt-css 12.5.1 → 12.6.3

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
@@ -14218,7 +14218,7 @@ a:active, a.pkt-link--active,
14218
14218
  .pkt-link--external::after {
14219
14219
  display: inline-block;
14220
14220
  content: " ";
14221
- --svg: url(https://punkt-cdn.oslo.kommune.no/12.5/icons/new-window-small.svg);
14221
+ --svg: url(https://punkt-cdn.oslo.kommune.no/12.6/icons/new-window-small.svg);
14222
14222
  background-image: var(--svg);
14223
14223
  background-repeat: no-repeat;
14224
14224
  background-size: 18px 18px;
@@ -18096,7 +18096,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
18096
18096
  outline-color: var(--pkt-color-input-border-hover);
18097
18097
  }
18098
18098
  .pkt-input-check__input-checkbox:checked[type=checkbox] {
18099
- --svg: url(https://punkt-cdn.oslo.kommune.no/12.5/icons/check-medium.svg);
18099
+ --svg: url(https://punkt-cdn.oslo.kommune.no/12.6/icons/check-medium.svg);
18100
18100
  position: relative;
18101
18101
  background-color: var(--pkt-color-input-border-normal);
18102
18102
  }
@@ -18156,7 +18156,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn.pkt-b
18156
18156
  cursor: not-allowed;
18157
18157
  }
18158
18158
  .pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
18159
- --svg: url(https://punkt-cdn.oslo.kommune.no/12.5/icons/check-medium.svg);
18159
+ --svg: url(https://punkt-cdn.oslo.kommune.no/12.6/icons/check-medium.svg);
18160
18160
  --pkt-color-input-check-border: var(
18161
18161
  --pkt-color-input-border-normal
18162
18162
  );
@@ -18403,7 +18403,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
18403
18403
  }
18404
18404
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]), .pkt-select select:is(select):not([multiple]),
18405
18405
  .pkt-select:is(select):not([multiple]) {
18406
- --svg: url(https://punkt-cdn.oslo.kommune.no/12.5/icons/chevron-thin-down.svg);
18406
+ --svg: url(https://punkt-cdn.oslo.kommune.no/12.6/icons/chevron-thin-down.svg);
18407
18407
  background-image: var(--svg);
18408
18408
  background-repeat: no-repeat;
18409
18409
  background-position: right 0.7rem top 50%;
@@ -19864,6 +19864,7 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
19864
19864
  align-items: center;
19865
19865
  padding: 0 1rem;
19866
19866
  height: 4.5rem;
19867
+ z-index: 10;
19867
19868
  }
19868
19869
  @media screen and (min-width: 48rem) {
19869
19870
  .pkt-header {
@@ -19881,7 +19882,6 @@ pkt-datepicker .pkt-datepicker__tags .pkt-tag {
19881
19882
  position: fixed;
19882
19883
  top: 0;
19883
19884
  left: 0;
19884
- z-index: 10;
19885
19885
  }
19886
19886
  .pkt-header--scroll-to-hide {
19887
19887
  transform: translate3d(0, 0, 0);