@oslokommune/punkt-react 15.4.4 → 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.
package/dist/punkt-react.es.js
CHANGED
|
@@ -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
|
)}
|
package/dist/punkt-react.umd.js
CHANGED
|
@@ -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
|
+
"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.
|
|
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"
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"url": "https://github.com/oslokommune/punkt/issues"
|
|
110
110
|
},
|
|
111
111
|
"license": "MIT",
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "64154bb897bebc4a10bddd741816ca5943b1f687"
|
|
113
113
|
}
|