@xsolla/xui-status-dropdown 0.166.0 → 0.168.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 +6 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -16,6 +16,12 @@ import type { StatusDropdownProps, StatusDropdownPalette } from '@xsolla/xui-sta
16
16
  import { ContextMenuItem } from '@xsolla/xui-context-menu';
17
17
  ```
18
18
 
19
+ Also re-exported from the `@xsolla/xui-controls` meta-package:
20
+
21
+ ```tsx
22
+ import { StatusDropdown } from '@xsolla/xui-controls';
23
+ ```
24
+
19
25
  ## Quick start
20
26
 
21
27
  ```tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-status-dropdown",
3
- "version": "0.166.0",
3
+ "version": "0.168.0",
4
4
  "main": "./web/index.js",
5
5
  "module": "./web/index.mjs",
6
6
  "types": "./web/index.d.ts",
@@ -13,11 +13,11 @@
13
13
  "test:coverage": "vitest run --coverage"
14
14
  },
15
15
  "dependencies": {
16
- "@xsolla/xui-context-menu": "0.166.0",
17
- "@xsolla/xui-core": "0.166.0",
18
- "@xsolla/xui-dropdown": "0.166.0",
19
- "@xsolla/xui-primitives-core": "0.166.0",
20
- "@xsolla/xui-status": "0.166.0"
16
+ "@xsolla/xui-context-menu": "0.168.0",
17
+ "@xsolla/xui-core": "0.168.0",
18
+ "@xsolla/xui-dropdown": "0.168.0",
19
+ "@xsolla/xui-primitives-core": "0.168.0",
20
+ "@xsolla/xui-status": "0.168.0"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "react": ">=16.8.0",