@oslokommune/punkt-css 11.18.0 → 11.19.2

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
@@ -13568,7 +13568,7 @@ a:active, a.pkt-link--active,
13568
13568
  .pkt-link--external::after {
13569
13569
  display: inline-block;
13570
13570
  content: " ";
13571
- --svg: url(https://punkt-cdn.oslo.kommune.no/11.18/icons/new-window-small.svg);
13571
+ --svg: url(https://punkt-cdn.oslo.kommune.no/11.19/icons/new-window-small.svg);
13572
13572
  background-image: var(--svg);
13573
13573
  background-repeat: no-repeat;
13574
13574
  background-size: 18px 18px;
@@ -17434,7 +17434,7 @@ a.pkt-btn:active, .pkt-btn:enabled:active, .pkt-btn.pkt-btn--active, .pkt-btn.pk
17434
17434
  outline-color: var(--pkt-color-input-border-hover);
17435
17435
  }
17436
17436
  .pkt-input-check__input-checkbox:checked[type=checkbox] {
17437
- --svg: url(https://punkt-cdn.oslo.kommune.no/11.18/icons/check-medium.svg);
17437
+ --svg: url(https://punkt-cdn.oslo.kommune.no/11.19/icons/check-medium.svg);
17438
17438
  position: relative;
17439
17439
  background-color: var(--pkt-color-input-border-normal);
17440
17440
  }
@@ -17494,7 +17494,7 @@ a.pkt-btn:active, .pkt-btn:enabled:active, .pkt-btn.pkt-btn--active, .pkt-btn.pk
17494
17494
  cursor: not-allowed;
17495
17495
  }
17496
17496
  .pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after {
17497
- --svg: url(https://punkt-cdn.oslo.kommune.no/11.18/icons/check-medium.svg);
17497
+ --svg: url(https://punkt-cdn.oslo.kommune.no/11.19/icons/check-medium.svg);
17498
17498
  --pkt-color-input-check-border: var(
17499
17499
  --pkt-color-input-border-normal
17500
17500
  );
@@ -17737,7 +17737,7 @@ Therefore, this is removed from the reset here, and images who need to be fluid
17737
17737
  }
17738
17738
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]), .pkt-select select:is(select):not([multiple]),
17739
17739
  .pkt-select:is(select):not([multiple]) {
17740
- --svg: url(https://punkt-cdn.oslo.kommune.no/11.18/icons/chevron-thin-down.svg);
17740
+ --svg: url(https://punkt-cdn.oslo.kommune.no/11.19/icons/chevron-thin-down.svg);
17741
17741
  background-image: var(--svg);
17742
17742
  background-repeat: no-repeat;
17743
17743
  background-position: right 0.7rem top 50%;
@@ -20158,6 +20158,11 @@ pkt-el-icon--large {
20158
20158
  grid-area: line;
20159
20159
  height: fit-content;
20160
20160
  }
20161
+ .pkt-stepper .pkt-step__nav-wrapper {
20162
+ display: flex;
20163
+ gap: 20px;
20164
+ margin-top: 1rem;
20165
+ }
20161
20166
 
20162
20167
  .pkt-stepper--vertical {
20163
20168
  display: grid;
@@ -20175,6 +20180,9 @@ pkt-el-icon--large {
20175
20180
  padding: 1rem 1.5rem;
20176
20181
  background-color: var(--pkt-color-surface-subtle-pale-blue);
20177
20182
  }
20183
+ .pkt-stepper--vertical .pkt-step--current .pkt-step__content {
20184
+ padding-top: 0;
20185
+ }
20178
20186
  .pkt-stepper--vertical .pkt-step--current .pkt-step__wrapper {
20179
20187
  margin-bottom: 1.5rem;
20180
20188
  }
@@ -20198,13 +20206,16 @@ pkt-el-icon--large {
20198
20206
  .pkt-stepper--vertical .pkt-step__line--3 {
20199
20207
  min-height: 4rem;
20200
20208
  }
20209
+ .pkt-stepper--vertical .pkt-step__nav-wrapper {
20210
+ flex-direction: row;
20211
+ }
20201
20212
 
20202
20213
  .pkt-stepper--horizontal {
20203
20214
  display: flex;
20204
20215
  }
20205
20216
  .pkt-stepper--horizontal .pkt-step {
20206
20217
  grid-template-areas: "indicator line" "title title" "content content";
20207
- grid-template-columns: var(--pkt-steps-indicator-width) auto;
20218
+ grid-template-columns: var(--pkt-steps-indicator-width) minmax(60px, max-content);
20208
20219
  grid-template-rows: var(--pkt-steps-indicator-width) min-content min-content;
20209
20220
  justify-items: flex-start;
20210
20221
  }
@@ -20237,6 +20248,9 @@ pkt-el-icon--large {
20237
20248
  .pkt-stepper--horizontal .pkt-step__line--3 {
20238
20249
  min-width: 5rem;
20239
20250
  }
20251
+ .pkt-stepper--horizontal .pkt-step__nav-wrapper {
20252
+ flex-direction: column;
20253
+ }
20240
20254
 
20241
20255
  .pkt-step:first-of-type .pkt-step__line--1 {
20242
20256
  display: none;