@box/tree 0.42.0 → 0.42.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.
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ComponentRecord } from '@box/storybook-utils';
|
|
2
2
|
import { ContentNode, LoadingNode, LoadMoreNode, ReloadNode, TreeProps } from '../types';
|
|
3
|
-
declare const i18nDecorator: (Story: any) => import("react/jsx-runtime").JSX.Element;
|
|
4
3
|
declare const rootNode: ContentNode;
|
|
5
4
|
declare const dataWithContentNodes: ContentNode[];
|
|
6
5
|
declare const dataWithContentNodeWithTitle: ContentNode[];
|
|
@@ -14,4 +13,4 @@ declare const dataWithReloadNode: (ContentNode | ReloadNode)[];
|
|
|
14
13
|
declare const dataWithLoadingNode: (ContentNode | LoadingNode)[];
|
|
15
14
|
declare const dataWithNestedNode: (ContentNode | LoadingNode)[];
|
|
16
15
|
declare const nodesVariantsMap: ComponentRecord<Partial<TreeProps>>;
|
|
17
|
-
export { dataWithContentNodeInLoadingState, dataWithContentNodes, dataWithContentNodeWithDivider, dataWithContentNodeWithTitle, dataWithContentNodeWithTitleAndExpander, dataWithContentNodeWithTitleAndSubtitle, dataWithContentNodeWithTitleSubtitleAndExpander, dataWithLoadingNode, dataWithLoadMoreNode, dataWithNestedNode, dataWithReloadNode,
|
|
16
|
+
export { dataWithContentNodeInLoadingState, dataWithContentNodes, dataWithContentNodeWithDivider, dataWithContentNodeWithTitle, dataWithContentNodeWithTitleAndExpander, dataWithContentNodeWithTitleAndSubtitle, dataWithContentNodeWithTitleSubtitleAndExpander, dataWithLoadingNode, dataWithLoadMoreNode, dataWithNestedNode, dataWithReloadNode, nodesVariantsMap, rootNode, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/tree",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@box/blueprint-web": "^7.11.0",
|
|
6
6
|
"@box/blueprint-web-assets": "^4.16.0",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"react-intl": "^6.4.2"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@box/blueprint-web": "^11.0.
|
|
15
|
-
"@box/blueprint-web-assets": "^4.
|
|
16
|
-
"@box/item-icon": "^0.9.
|
|
17
|
-
"@box/storybook-utils": "^0.9.
|
|
14
|
+
"@box/blueprint-web": "^11.0.2",
|
|
15
|
+
"@box/blueprint-web-assets": "^4.40.0",
|
|
16
|
+
"@box/item-icon": "^0.9.112",
|
|
17
|
+
"@box/storybook-utils": "^0.9.2",
|
|
18
18
|
"@faker-js/faker": "^8.4.1",
|
|
19
19
|
"react": "^18.3.0",
|
|
20
20
|
"react-dom": "^18.3.0",
|