@xsolla/xui-b2b-group-select 0.172.1 → 0.172.2

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  B2B grouped multi-select panel: search, category list (left) with checkboxes and counters, and selectable items (right). Intended for dropdown/popover bodies (e.g. regions and countries).
4
4
 
5
5
  - **Docs:** [b2b-group-select.md](../../../docs/api/components/b2b-group-select.md)
6
- - **Storybook:** B2B → Product Components → Group select
6
+ - **Storybook:** B2B → Controls → Group select
7
7
  - **Field + panel:** pair with `@xsolla/xui-multi-select` (`dropdownMenu={false}`, shared `value` / `onChange`); use exported **`GROUP_SELECT_MIN_PANEL_WIDTH`** (540) with `menuMinWidth`.
8
8
  - **A11y / tests:** landmark regions, list semantics, keyboard on category controls, live empty state; unit tests in `src/__tests__/GroupSelect.test.tsx` (run `yarn test:run` in this package).
9
9
  - **React 16 / RN:** `react >= 16.8`; `yarn build:web` and `yarn build:native` both target the shared source (see API doc).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-b2b-group-select",
3
- "version": "0.172.1",
3
+ "version": "0.172.2",
4
4
  "main": "./web/index.js",
5
5
  "module": "./web/index.mjs",
6
6
  "types": "./web/index.d.ts",
@@ -13,10 +13,10 @@
13
13
  "test:coverage": "vitest run --coverage"
14
14
  },
15
15
  "dependencies": {
16
- "@xsolla/xui-checkbox": "0.172.1",
17
- "@xsolla/xui-core": "0.172.1",
18
- "@xsolla/xui-icons-base": "0.172.1",
19
- "@xsolla/xui-primitives-core": "0.172.1"
16
+ "@xsolla/xui-checkbox": "0.172.2",
17
+ "@xsolla/xui-core": "0.172.2",
18
+ "@xsolla/xui-icons-base": "0.172.2",
19
+ "@xsolla/xui-primitives-core": "0.172.2"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "react": ">=16.8.0",