@oslokommune/punkt-css 16.4.0 → 16.5.1

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.4/icons/new-window-small.svg);
14413
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.5/icons/new-window-small.svg);
14414
14414
  background-image: var(--svg);
14415
14415
  background-repeat: no-repeat;
14416
14416
  background-size: 18px 18px;
@@ -18452,7 +18452,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
18452
18452
  outline-color: var(--pkt-color-input-border-hover);
18453
18453
  }
18454
18454
  .pkt-input-check__input-checkbox:indeterminate[type=checkbox]:not([role=switch]) {
18455
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.4/icons/minus-sign.svg);
18455
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.5/icons/minus-sign.svg);
18456
18456
  position: relative;
18457
18457
  background-color: var(--pkt-color-input-border-normal);
18458
18458
  }
@@ -18478,7 +18478,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
18478
18478
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(105%) contrast(101%);
18479
18479
  }
18480
18480
  .pkt-input-check__input-checkbox:checked[type=checkbox] {
18481
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.4/icons/check-medium.svg);
18481
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.5/icons/check-medium.svg);
18482
18482
  position: relative;
18483
18483
  background-color: var(--pkt-color-input-border-normal);
18484
18484
  }
@@ -18536,7 +18536,7 @@ div.pkt-btn:not([data-disabled]):active, .pkt-btn:enabled:active, .pkt-btn:activ
18536
18536
  cursor: not-allowed;
18537
18537
  }
18538
18538
  .pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
18539
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.4/icons/check-medium.svg);
18539
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.5/icons/check-medium.svg);
18540
18540
  --pkt-color-input-check-border: var(--pkt-color-input-border-normal);
18541
18541
  filter: grayscale(100%) brightness(400%);
18542
18542
  }
@@ -18754,7 +18754,7 @@ pkt-select {
18754
18754
  }
18755
18755
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]), .pkt-select select:is(select):not([multiple]),
18756
18756
  .pkt-select:is(select):not([multiple]) {
18757
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.4/icons/chevron-thin-down.svg);
18757
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.5/icons/chevron-thin-down.svg);
18758
18758
  background-image: var(--svg);
18759
18759
  background-repeat: no-repeat;
18760
18760
  background-position: right 0.7rem top 50%;
@@ -20695,10 +20695,14 @@ pkt-datepicker-multiple {
20695
20695
  }
20696
20696
 
20697
20697
  @-moz-document url-prefix() {
20698
- .pkt-datepicker__input:not(.pkt-datepicker--multiple) {
20698
+ .pkt-datepicker__inputs .pkt-datepicker__input {
20699
+ padding-right: 0.5rem;
20700
+ }
20701
+ .pkt-datepicker__inputs .pkt-datepicker__input:not(.pkt-datepicker--multiple) {
20699
20702
  width: 10.5rem;
20703
+ max-width: 100%;
20700
20704
  }
20701
- .pkt-datepicker__input.pkt-input--fullwidth:not(.pkt-datepicker--multiple) {
20705
+ .pkt-datepicker__inputs .pkt-datepicker__input.pkt-input--fullwidth:not(.pkt-datepicker--multiple) {
20702
20706
  width: auto;
20703
20707
  flex: 1;
20704
20708
  }