@oslokommune/punkt-css 16.8.2 → 16.10.0

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.
@@ -4346,6 +4346,10 @@ body.pkt-modal--open {
4346
4346
  width: 640px;
4347
4347
  }
4348
4348
 
4349
+ .pkt-modal--fit-content {
4350
+ width: fit-content;
4351
+ }
4352
+
4349
4353
  .pkt-modal__btn-wrapper {
4350
4354
  padding-top: 1.5rem;
4351
4355
  display: flex;
@@ -5534,7 +5538,7 @@ pkt-select {
5534
5538
  padding-right: 3rem;
5535
5539
  }
5536
5540
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]) {
5537
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.8/icons/chevron-thin-down.svg);
5541
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.10/icons/chevron-thin-down.svg);
5538
5542
  background-image: var(--svg);
5539
5543
  background-repeat: no-repeat;
5540
5544
  background-position: right 0.7rem top 50%;