@principal-ade/dynamic-file-tree 0.2.18 → 0.2.19

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/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2779,7 +2779,7 @@ var StoryboardWorkflowsTreeCoreInner = ({
2779
2779
  }
2780
2780
  }, /* @__PURE__ */ React13.createElement(Tree3, {
2781
2781
  ref: treeRef,
2782
- initialData: treeData,
2782
+ data: treeData,
2783
2783
  onSelect: handleSelect,
2784
2784
  openByDefault: defaultOpen,
2785
2785
  width: "100%",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@principal-ade/dynamic-file-tree",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "description": "React component for selective directory filtering and file tree visualization",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",