@xsolla/xui-multi-select 0.185.1 → 0.185.2
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/native/index.js +3 -0
- package/native/index.js.map +1 -1
- package/native/index.mjs +3 -0
- package/native/index.mjs.map +1 -1
- package/package.json +5 -5
- package/web/index.js +3 -0
- package/web/index.js.map +1 -1
- package/web/index.mjs +3 -0
- package/web/index.mjs.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xsolla/xui-multi-select",
|
|
3
|
-
"version": "0.185.
|
|
3
|
+
"version": "0.185.2",
|
|
4
4
|
"main": "./web/index.js",
|
|
5
5
|
"module": "./web/index.mjs",
|
|
6
6
|
"types": "./web/index.d.ts",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"build:native": "PLATFORM=native tsup"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xsolla/xui-checkbox": "0.185.
|
|
14
|
-
"@xsolla/xui-core": "0.185.
|
|
15
|
-
"@xsolla/xui-dropdown": "0.185.
|
|
16
|
-
"@xsolla/xui-primitives-core": "0.185.
|
|
13
|
+
"@xsolla/xui-checkbox": "0.185.2",
|
|
14
|
+
"@xsolla/xui-core": "0.185.2",
|
|
15
|
+
"@xsolla/xui-dropdown": "0.185.2",
|
|
16
|
+
"@xsolla/xui-primitives-core": "0.185.2"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"react": ">=16.8.0",
|
package/web/index.js
CHANGED
|
@@ -2391,6 +2391,9 @@ var MultiSelect = (0, import_react12.forwardRef)(
|
|
|
2391
2391
|
Box,
|
|
2392
2392
|
{
|
|
2393
2393
|
ref: menuRef,
|
|
2394
|
+
role: "listbox",
|
|
2395
|
+
"aria-multiselectable": true,
|
|
2396
|
+
"aria-label": label ?? placeholder,
|
|
2394
2397
|
"data-modal-id": modalId,
|
|
2395
2398
|
backgroundColor: theme.colors.background.secondary,
|
|
2396
2399
|
borderColor: theme.colors.border.secondary,
|