@xsolla/xui-multi-select 0.80.0 → 0.81.0

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.80.0",
3
+ "version": "0.81.0",
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.80.0",
14
- "@xsolla/xui-core": "0.80.0",
15
- "@xsolla/xui-dropdown": "0.80.0",
16
- "@xsolla/xui-primitives-core": "0.80.0"
13
+ "@xsolla/xui-checkbox": "0.81.0",
14
+ "@xsolla/xui-core": "0.81.0",
15
+ "@xsolla/xui-dropdown": "0.81.0",
16
+ "@xsolla/xui-primitives-core": "0.81.0"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "react": ">=16.8.0",
package/web/index.js CHANGED
@@ -2654,6 +2654,7 @@ var MultiSelect = (0, import_react15.forwardRef)(
2654
2654
  {
2655
2655
  color: theme.colors.content.alert.primary,
2656
2656
  fontSize: sizeStyles.fontSize - 2,
2657
+ style: { lineHeight: sizeStyles.lineHeight + "px" },
2657
2658
  children: errorMessage
2658
2659
  }
2659
2660
  )