@xsolla/xui-context-menu 0.100.0 → 0.101.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.
Files changed (2) hide show
  1. package/README.md +0 -6
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,9 +1,3 @@
1
- ---
2
- title: Context Menu
3
- subtitle: Dropdown menu with actions.
4
- description: A cross-platform React context menu component with items, checkboxes, radio groups, separators, and search functionality.
5
- ---
6
-
7
1
  # Context Menu
8
2
 
9
3
  A cross-platform React context menu component that can be triggered by a button or right-click, supporting various item types including checkboxes and radio buttons.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-context-menu",
3
- "version": "0.100.0",
3
+ "version": "0.101.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.100.0",
17
- "@xsolla/xui-core": "0.100.0",
18
- "@xsolla/xui-divider": "0.100.0",
19
- "@xsolla/xui-icons": "0.100.0",
20
- "@xsolla/xui-primitives-core": "0.100.0",
21
- "@xsolla/xui-radio": "0.100.0",
22
- "@xsolla/xui-spinner": "0.100.0"
16
+ "@xsolla/xui-checkbox": "0.101.0",
17
+ "@xsolla/xui-core": "0.101.0",
18
+ "@xsolla/xui-divider": "0.101.0",
19
+ "@xsolla/xui-icons": "0.101.0",
20
+ "@xsolla/xui-primitives-core": "0.101.0",
21
+ "@xsolla/xui-radio": "0.101.0",
22
+ "@xsolla/xui-spinner": "0.101.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "react": ">=16.8.0",