@xsolla/xui-multi-select 0.188.0 → 0.188.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-multi-select",
3
- "version": "0.188.0",
3
+ "version": "0.188.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.188.0",
14
- "@xsolla/xui-core": "0.188.0",
15
- "@xsolla/xui-dropdown": "0.188.0",
16
- "@xsolla/xui-primitives-core": "0.188.0"
13
+ "@xsolla/xui-checkbox": "0.188.2",
14
+ "@xsolla/xui-core": "0.188.2",
15
+ "@xsolla/xui-dropdown": "0.188.2",
16
+ "@xsolla/xui-primitives-core": "0.188.2"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "react": ">=16.8.0",
package/web/index.d.mts CHANGED
@@ -136,7 +136,6 @@ interface MultiSelectProps extends ThemeOverrideProps {
136
136
  * no minimum. Ignored when the built-in dropdown is enabled.
137
137
  */
138
138
  menuMinWidth?: number;
139
- /** Test ID for testing frameworks */
140
139
  testID?: string;
141
140
  }
142
141
 
package/web/index.d.ts CHANGED
@@ -136,7 +136,6 @@ interface MultiSelectProps extends ThemeOverrideProps {
136
136
  * no minimum. Ignored when the built-in dropdown is enabled.
137
137
  */
138
138
  menuMinWidth?: number;
139
- /** Test ID for testing frameworks */
140
139
  testID?: string;
141
140
  }
142
141