@oslokommune/punkt-css 16.15.3 → 16.16.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.
@@ -5013,6 +5013,33 @@ pkt-messagebox {
5013
5013
  hyphens: auto;
5014
5014
  }
5015
5015
 
5016
+ .pkt-skiplink {
5017
+ display: block;
5018
+ position: absolute;
5019
+ left: -9999px;
5020
+ top: auto;
5021
+ width: 1px;
5022
+ height: 1px;
5023
+ overflow: hidden;
5024
+ background-color: var(--pkt-color-background-default);
5025
+ padding: 0.5rem 1rem;
5026
+ z-index: 1000;
5027
+ clip: rect(0, 0, 0, 0);
5028
+ letter-spacing: -0.2px;
5029
+ font-weight: 300;
5030
+ font-size: 1.125rem;
5031
+ line-height: 1.75rem;
5032
+ }
5033
+ .pkt-skiplink:focus, .pkt-skiplink:focus-visible {
5034
+ position: fixed;
5035
+ left: 1rem;
5036
+ top: 1rem;
5037
+ width: auto;
5038
+ height: auto;
5039
+ overflow: visible;
5040
+ clip: auto;
5041
+ }
5042
+
5016
5043
  /*
5017
5044
  * Stepper component
5018
5045
  */
@@ -5728,7 +5755,7 @@ pkt-select {
5728
5755
  padding-right: 3rem;
5729
5756
  }
5730
5757
  .pkt-input:is(select):not([multiple]), .pkt-textinput__input:is(select):not([multiple]) {
5731
- --svg: url(https://punkt-cdn.oslo.kommune.no/16.15/icons/chevron-thin-down.svg);
5758
+ --svg: url(https://punkt-cdn.oslo.kommune.no/16.16/icons/chevron-thin-down.svg);
5732
5759
  background-image: var(--svg);
5733
5760
  background-repeat: no-repeat;
5734
5761
  background-position: right 0.7rem top 50%;