@oslokommune/punkt-css 15.0.0 → 15.0.3

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
@@ -17593,6 +17593,14 @@ button.pkt-link {
17593
17593
  visibility: hidden !important;
17594
17594
  }
17595
17595
 
17596
+ .pkt-visually-hidden {
17597
+ position: absolute !important;
17598
+ width: 0 !important;
17599
+ height: 0 !important;
17600
+ overflow: hidden !important;
17601
+ opacity: 0 !important;
17602
+ }
17603
+
17596
17604
  @media screen and (min-width: 0) {
17597
17605
  .pkt-hide-mobile-up,
17598
17606
  .pkt-show.pkt-hide-mobile-up {
@@ -20544,6 +20552,7 @@ pkt-datepicker-multiple {
20544
20552
  .pkt-datepicker__inputs > .pkt-input__container .pkt-input-icon,
20545
20553
  .pkt-datepicker__inputs > .pkt-input__container .pkt-input-separator {
20546
20554
  border: 0;
20555
+ min-height: 2.75rem;
20547
20556
  }
20548
20557
  .pkt-datepicker__inputs > .pkt-input__container:hover {
20549
20558
  border-color: var(--pkt-color-input-border-active);
@@ -20574,6 +20583,7 @@ pkt-datepicker-multiple {
20574
20583
  .pkt-datepicker__inputs button.pkt-input-icon {
20575
20584
  padding-left: 0.75rem;
20576
20585
  padding-right: 0.75rem;
20586
+ height: 100%;
20577
20587
  }
20578
20588
  .pkt-datepicker__inputs button.pkt-input-icon:hover {
20579
20589
  background-color: inherit !important;