@box/combobox-with-api 1.42.28 → 1.42.30

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/dist/esm/index.js +10 -10
  2. package/package.json +7 -7
package/dist/esm/index.js CHANGED
@@ -1,16 +1,16 @@
1
1
  import { ComboboxWithApiContainer as t } from "./lib/components/combobox-with-api/combobox-with-api-container.js";
2
2
  import { ComboboxWithApiPagination as r } from "./lib/components/combobox-with-api-pagination/combobox-with-api-pagination.js";
3
- import { findState as p, mockFetcher as x, states as b } from "./lib/components/combobox-with-api-pagination/index.js";
4
- import { ComboboxWithApiTreeView as f } from "./lib/components/combobox-with-api-tree-view/combobox-with-api-tree-view.js";
5
- import { apiResponse as h, findNode as s, mockTreeFetcher as C } from "./lib/components/combobox-with-api-tree-view/index.js";
3
+ import { ComboboxWithApiTreeView as p } from "./lib/components/combobox-with-api-tree-view/combobox-with-api-tree-view.js";
4
+ import { apiResponse as b, findNode as a, mockTreeFetcher as f } from "./lib/components/combobox-with-api-tree-view/index.js";
5
+ import { findState as h, mockFetcher as s, states as C } from "./lib/components/combobox-with-api-pagination/index.js";
6
6
  export {
7
7
  t as ComboboxWithApi,
8
8
  r as ComboboxWithApiPagination,
9
- f as ComboboxWithApiTreeView,
10
- h as apiResponse,
11
- s as findNode,
12
- p as findState,
13
- x as mockFetcher,
14
- C as mockTreeFetcher,
15
- b as states
9
+ p as ComboboxWithApiTreeView,
10
+ b as apiResponse,
11
+ a as findNode,
12
+ h as findState,
13
+ s as mockFetcher,
14
+ f as mockTreeFetcher,
15
+ C as states
16
16
  };
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@box/combobox-with-api",
3
- "version": "1.42.28",
3
+ "version": "1.42.30",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.21",
6
- "@box/blueprint-web": "^14.4.0",
7
- "@box/blueprint-web-assets": "^4.111.23",
6
+ "@box/blueprint-web": "^14.4.2",
7
+ "@box/blueprint-web-assets": "^4.111.25",
8
8
  "lodash": "^4.17.15",
9
9
  "react": "^17.0.0 || ^18.0.0",
10
10
  "react-dom": "^17.0.0 || ^18.0.0",
11
11
  "react-intl": "^6.4.2"
12
12
  },
13
13
  "dependencies": {
14
- "@box/tree": "^1.38.28",
14
+ "@box/tree": "^1.38.30",
15
15
  "react-accessible-treeview": "2.9.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@box/blueprint-web": "^14.4.0",
19
- "@box/blueprint-web-assets": "^4.111.23",
20
- "@box/storybook-utils": "^0.17.23",
18
+ "@box/blueprint-web": "^14.4.2",
19
+ "@box/blueprint-web-assets": "^4.111.25",
20
+ "@box/storybook-utils": "^0.17.25",
21
21
  "react": "^18.3.0",
22
22
  "react-dom": "^18.3.0"
23
23
  },