@oslokommune/punkt-css 12.5.2 → 12.6.6

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%;
@@ -19468,12 +19468,16 @@ pkt-calendar .pkt-cal-days td {
19468
19468
  }
19469
19469
  .pkt-calendar .pkt-cal-month-nav .pkt-btn,
19470
19470
  .pkt-calendar .pkt-cal-month-nav td > div,
19471
+ .pkt-calendar .pkt-cal-month-nav th > div,
19471
19472
  .pkt-calendar .pkt-cal-days .pkt-btn,
19472
19473
  .pkt-calendar .pkt-cal-days td > div,
19474
+ .pkt-calendar .pkt-cal-days th > div,
19473
19475
  pkt-calendar .pkt-cal-month-nav .pkt-btn,
19474
19476
  pkt-calendar .pkt-cal-month-nav td > div,
19477
+ pkt-calendar .pkt-cal-month-nav th > div,
19475
19478
  pkt-calendar .pkt-cal-days .pkt-btn,
19476
- pkt-calendar .pkt-cal-days td > div {
19479
+ pkt-calendar .pkt-cal-days td > div,
19480
+ pkt-calendar .pkt-cal-days th > div {
19477
19481
  font: inherit;
19478
19482
  aspect-ratio: 1/1;
19479
19483
  display: flex;