@box/tree 0.48.5 → 0.48.7
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.
package/dist/esm/index.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { Tree as o } from "./lib/tree.js";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { InlineError as f } from "./lib/components/inline-error/inline-error.js";
|
|
3
|
+
import { Error as n } from "./lib/components/error/error.js";
|
|
4
|
+
import { Skeleton as x } from "./lib/components/skeleton/skeleton.js";
|
|
4
5
|
export {
|
|
6
|
+
f as InlineError,
|
|
5
7
|
o as Tree,
|
|
6
|
-
|
|
7
|
-
|
|
8
|
+
n as TreeError,
|
|
9
|
+
x as TreeSkeleton
|
|
8
10
|
};
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import { ContentNode as e } from "./content-node/content-node.js";
|
|
2
2
|
import { Error as p } from "./error/error.js";
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
3
|
+
import { InlineError as f } from "./inline-error/inline-error.js";
|
|
4
|
+
import { LoadMoreNode as x } from "./load-more-node/load-more-node.js";
|
|
5
|
+
import { LoadingNode as a } from "./loading-node/loading-node.js";
|
|
6
|
+
import { ReloadNode as i } from "./reload-node/reload-node.js";
|
|
7
|
+
import { ServiceNodeWrapper as E } from "./service-node-wrapper/service-node-wrapper.js";
|
|
8
|
+
import { Skeleton as S } from "./skeleton/skeleton.js";
|
|
8
9
|
export {
|
|
9
10
|
e as ContentNode,
|
|
10
|
-
f as
|
|
11
|
-
x as
|
|
12
|
-
|
|
13
|
-
i as
|
|
14
|
-
E as
|
|
11
|
+
f as InlineError,
|
|
12
|
+
x as LoadMoreNode,
|
|
13
|
+
a as LoadingNode,
|
|
14
|
+
i as ReloadNode,
|
|
15
|
+
E as ServiceNodeWrapper,
|
|
16
|
+
S as Skeleton,
|
|
15
17
|
p as TreeError
|
|
16
18
|
};
|
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/tree",
|
|
3
|
-
"version": "0.48.
|
|
3
|
+
"version": "0.48.7",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@box/blueprint-web": "^7.11.0",
|
|
6
6
|
"@box/blueprint-web-assets": "^4.16.0",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"react-intl": "^6.4.2"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@box/blueprint-web": "^12.1.
|
|
14
|
+
"@box/blueprint-web": "^12.1.3",
|
|
15
15
|
"@box/blueprint-web-assets": "^4.46.0",
|
|
16
|
-
"@box/item-icon": "^0.9.
|
|
16
|
+
"@box/item-icon": "^0.9.142",
|
|
17
17
|
"@box/storybook-utils": "^0.12.5",
|
|
18
18
|
"@faker-js/faker": "^8.4.1",
|
|
19
19
|
"react": "^18.3.0",
|