@oslokommune/punkt-react 15.4.3 → 15.4.5

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.
@@ -5226,6 +5226,7 @@ let dt = class extends Ce {
5226
5226
  "pkt-txt-16-light": !0
5227
5227
  })}
5228
5228
  role="listbox"
5229
+ aria-multiselectable=${P(this.isMultiSelect ? "true" : void 0)}
5229
5230
  aria-label=${P(this.label)}
5230
5231
  >
5231
5232
  <div class="pkt-listbox__banners">
@@ -5727,7 +5728,6 @@ let Fe = class extends W {
5727
5728
  aria-label=${P(this.label)}
5728
5729
  aria-autocomplete=${this.typeahead ? "both" : "list"}
5729
5730
  aria-controls="${this.id}-listbox"
5730
- aria-multiselectable=${P(this.multiple ? "true" : void 0)}
5731
5731
  aria-activedescendant=${P(
5732
5732
  this._value[0] && this.findValueInOptions(this._value[0]) ? `${this.id}-listbox-${this.findIndexInOptions(this._value[0])}` : void 0
5733
5733
  )}
@@ -490,6 +490,7 @@
490
490
  <div
491
491
  class=${I({"pkt-listbox":!0,"pkt-listbox__open":this.isOpen,"pkt-txt-16-light":!0})}
492
492
  role="listbox"
493
+ aria-multiselectable=${P(this.isMultiSelect?"true":void 0)}
493
494
  aria-label=${P(this.label)}
494
495
  >
495
496
  <div class="pkt-listbox__banners">
@@ -681,7 +682,6 @@
681
682
  aria-label=${P(this.label)}
682
683
  aria-autocomplete=${this.typeahead?"both":"list"}
683
684
  aria-controls="${this.id}-listbox"
684
- aria-multiselectable=${P(this.multiple?"true":void 0)}
685
685
  aria-activedescendant=${P(this._value[0]&&this.findValueInOptions(this._value[0])?`${this.id}-listbox-${this.findIndexInOptions(this._value[0])}`:void 0)}
686
686
  ${F(this.inputRef)}
687
687
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oslokommune/punkt-react",
3
- "version": "15.4.3",
3
+ "version": "15.4.5",
4
4
  "description": "React komponentbibliotek til Punkt, et designsystem laget av Oslo Origo",
5
5
  "homepage": "https://punkt.oslo.kommune.no",
6
6
  "author": "Team Designsystem, Oslo Origo",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@lit-labs/ssr-dom-shim": "^1.2.1",
41
41
  "@lit/react": "^1.0.7",
42
- "@oslokommune/punkt-elements": "^15.4.3",
42
+ "@oslokommune/punkt-elements": "^15.4.5",
43
43
  "classnames": "^2.5.1",
44
44
  "prettier": "^3.3.3",
45
45
  "react-hook-form": "^7.53.0"
@@ -50,7 +50,7 @@
50
50
  "@eslint/eslintrc": "^3.3.3",
51
51
  "@eslint/js": "^9.37.0",
52
52
  "@oslokommune/punkt-assets": "^15.0.0",
53
- "@oslokommune/punkt-css": "^15.4.3",
53
+ "@oslokommune/punkt-css": "^15.4.4",
54
54
  "@testing-library/jest-dom": "^6.5.0",
55
55
  "@testing-library/react": "^16.0.1",
56
56
  "@testing-library/user-event": "^14.5.2",
@@ -109,5 +109,5 @@
109
109
  "url": "https://github.com/oslokommune/punkt/issues"
110
110
  },
111
111
  "license": "MIT",
112
- "gitHead": "2209815d9725ba435cd62f140625a3f40903202a"
112
+ "gitHead": "64154bb897bebc4a10bddd741816ca5943b1f687"
113
113
  }