@oslokommune/punkt-css 16.12.0 → 16.13.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.12/icons/new-window-small.svg);
14413
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.13/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.12/icons/minus-sign.svg);
18457
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.13/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.12/icons/check-medium.svg);
18483
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.13/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.12/icons/check-medium.svg);
18541
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.13/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.12/icons/chevron-thin-down.svg);
18759
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.13/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%;
@@ -22037,10 +22037,10 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
22037
22037
  }
22038
22038
  }
22039
22039
  .pkt-header-service-spacer--mobile {
22040
- height: 80px;
22040
+ height: 5rem;
22041
22041
  }
22042
22042
  .pkt-header-service-spacer--has-user {
22043
- height: 128px;
22043
+ height: 7.5rem;
22044
22044
  }
22045
22045
  @media screen and (min-width: 48rem) {
22046
22046
  .pkt-header-service-spacer--has-user {
@@ -22062,9 +22062,6 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
22062
22062
  height: 6.5rem;
22063
22063
  }
22064
22064
  }
22065
- .pkt-header-service-spacer--has-user.pkt-header-service-spacer--mobile {
22066
- height: 128px;
22067
- }
22068
22065
  .pkt-header-service-spacer--compact {
22069
22066
  height: 4rem;
22070
22067
  }
@@ -22164,6 +22161,7 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
22164
22161
  }
22165
22162
  .pkt-header-service {
22166
22163
  position: relative;
22164
+ z-index: 10;
22167
22165
  background-color: var(--pkt-color-background-default);
22168
22166
  border-bottom: 1px solid var(--pkt-color-border-subtle);
22169
22167
  container-type: inline-size;
@@ -22206,7 +22204,6 @@ pkt-fileupload__queue-display__item--in-progress .pkt-fileupload__queue-display_
22206
22204
  position: fixed;
22207
22205
  top: 0;
22208
22206
  left: 0;
22209
- z-index: 10;
22210
22207
  }
22211
22208
  .pkt-header-service--scroll-to-hide {
22212
22209
  transform: translate3d(0, 0, 0);