@oslokommune/punkt-css 18.3.1 → 18.3.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.
@@ -18380,7 +18380,8 @@ pkt-select {
18380
18380
  width: fit-content;
18381
18381
  }
18382
18382
 
18383
- :where(.pkt-textinput:has(.pkt-input:not(.pkt-input--fullwidth):not([size]):not([cols]))) {
18383
+ :where(.pkt-textinput:has(.pkt-input:not(.pkt-input--fullwidth):not([size]):not([cols])),
18384
+ .pkt-select:has(.pkt-input:not(.pkt-input--fullwidth):not([size]):not([cols]))) {
18384
18385
  width: min(31rem, 100%);
18385
18386
  }
18386
18387
 
@@ -18453,9 +18454,6 @@ pkt-select {
18453
18454
  .pkt-input:where([size], [cols]) {
18454
18455
  width: auto;
18455
18456
  }
18456
- .pkt-input:where(select):not(.pkt-input--fullwidth) {
18457
- width: auto;
18458
- }
18459
18457
  .pkt-input__container:where(:has(> :is(input[size], textarea[cols]))) {
18460
18458
  width: fit-content;
18461
18459
  align-self: flex-start;
@@ -19808,6 +19806,7 @@ pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker .pkt-input {
19808
19806
  .pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker .pkt-input:is(select),
19809
19807
  pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker .pkt-input:is(select) {
19810
19808
  text-align: right;
19809
+ width: auto;
19811
19810
  }
19812
19811
  .pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker > .pkt-cal-input-year,
19813
19812
  pkt-calendar .pkt-cal-month-nav .pkt-cal-month-picker > .pkt-cal-input-year {