@xsolla/xui-multi-select 0.160.2 → 0.161.1

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.160.2",
3
+ "version": "0.161.1",
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.160.2",
14
- "@xsolla/xui-core": "0.160.2",
15
- "@xsolla/xui-dropdown": "0.160.2",
16
- "@xsolla/xui-primitives-core": "0.160.2"
13
+ "@xsolla/xui-checkbox": "0.161.1",
14
+ "@xsolla/xui-core": "0.161.1",
15
+ "@xsolla/xui-dropdown": "0.161.1",
16
+ "@xsolla/xui-primitives-core": "0.161.1"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "react": ">=16.8.0",
package/web/index.js CHANGED
@@ -2375,7 +2375,7 @@ var MultiSelect = (0, import_react11.forwardRef)(
2375
2375
  backgroundColor: theme.colors.background.secondary,
2376
2376
  borderColor: theme.colors.border.secondary,
2377
2377
  borderWidth: 1,
2378
- borderRadius: theme.radius.button,
2378
+ borderRadius: theme.shape.input[size].borderRadius,
2379
2379
  paddingVertical: 4,
2380
2380
  style: {
2381
2381
  position: "absolute",