@box/combobox-with-api 1.41.0 → 1.41.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.
@@ -4,7 +4,7 @@ import { mockFetcher } from './mocks';
4
4
  declare const combineSpanTextContent: (text: string) => (_content: string, element: HTMLElement) => boolean;
5
5
  declare const defaultArgs: {
6
6
  label: string;
7
- defaultFetcher: ({ ...options }: import('../types').PaginationQueryInput) => Promise<import('./mocks').FetcherResponse>;
7
+ defaultFetcher: ({ ...options }: import('..').PaginationQueryInput) => Promise<import('./mocks').FetcherResponse>;
8
8
  portalElement: () => HTMLElement;
9
9
  multiselect: false;
10
10
  };
@@ -2,7 +2,7 @@ import { TreeOptionType } from '../combobox-with-api-pagination/types';
2
2
  export declare const ComboboxWithApiTreeView: import('react').ForwardRefExoticComponent<{
3
3
  levels: import('./types').Level[];
4
4
  selectableLevels: number[];
5
- defaultFetcher(input: import('../combobox-with-api-pagination/types').TreeQueryInput): Promise<import('../combobox-with-api-pagination/types').FetcherResponse<TreeOptionType>>;
5
+ defaultFetcher(input: import('.').TreeQueryInput): Promise<import('../combobox-with-api-pagination').FetcherResponse<TreeOptionType>>;
6
6
  placeholder?: string;
7
7
  includeTextInputOption?: boolean;
8
8
  noResultMessage?: import('react').ReactElement | string;
@@ -7,7 +7,7 @@ interface Metadata {
7
7
  export declare const getServiceNode: (parentId: NodeId, parentName: string, variant: "reload" | "loadMore" | "loading") => LoadMoreNode | ReloadNode | LoadingNode | {
8
8
  name: string;
9
9
  id: string;
10
- parent: import('@box/tree').NodeId;
10
+ parent: import('react-accessible-treeview').NodeId;
11
11
  children: any[];
12
12
  metadata: {
13
13
  variant: "loading" | "loadMore" | "reload";
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@box/combobox-with-api",
3
- "version": "1.41.0",
3
+ "version": "1.41.2",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.15",
6
- "@box/blueprint-web": "^13.3.0",
7
- "@box/blueprint-web-assets": "^4.101.14",
6
+ "@box/blueprint-web": "^13.3.1",
7
+ "@box/blueprint-web-assets": "^4.101.15",
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.37.0",
14
+ "@box/tree": "^1.37.2",
15
15
  "react-accessible-treeview": "2.9.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@box/blueprint-web": "^13.3.0",
19
- "@box/blueprint-web-assets": "^4.101.14",
20
- "@box/storybook-utils": "^0.16.51",
18
+ "@box/blueprint-web": "^13.3.1",
19
+ "@box/blueprint-web-assets": "^4.101.15",
20
+ "@box/storybook-utils": "^0.16.52",
21
21
  "react": "^18.3.0",
22
22
  "react-dom": "^18.3.0"
23
23
  },