@xsolla/xui-context-menu 0.112.0 → 0.114.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-context-menu",
3
- "version": "0.112.0",
3
+ "version": "0.114.0",
4
4
  "main": "./web/index.js",
5
5
  "module": "./web/index.mjs",
6
6
  "types": "./web/index.d.ts",
@@ -13,13 +13,13 @@
13
13
  "test:coverage": "vitest run --coverage"
14
14
  },
15
15
  "dependencies": {
16
- "@xsolla/xui-checkbox": "0.112.0",
17
- "@xsolla/xui-core": "0.112.0",
18
- "@xsolla/xui-divider": "0.112.0",
19
- "@xsolla/xui-icons": "0.112.0",
20
- "@xsolla/xui-primitives-core": "0.112.0",
21
- "@xsolla/xui-radio": "0.112.0",
22
- "@xsolla/xui-spinner": "0.112.0"
16
+ "@xsolla/xui-checkbox": "0.114.0",
17
+ "@xsolla/xui-core": "0.114.0",
18
+ "@xsolla/xui-divider": "0.114.0",
19
+ "@xsolla/xui-icons": "0.114.0",
20
+ "@xsolla/xui-primitives-core": "0.114.0",
21
+ "@xsolla/xui-radio": "0.114.0",
22
+ "@xsolla/xui-spinner": "0.114.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": ">=16.8.0",
package/web/index.js CHANGED
@@ -236,6 +236,7 @@ var Text = ({
236
236
  className,
237
237
  id,
238
238
  role,
239
+ numberOfLines: _numberOfLines,
239
240
  ...props
240
241
  }) => {
241
242
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(