@principal-ade/dynamic-file-tree 0.1.43 → 0.1.44

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1961,9 +1961,9 @@ var CanvasNarrativeTreeCore = ({
1961
1961
  selectedNodeId,
1962
1962
  defaultOpen = false,
1963
1963
  initialOpenState,
1964
- horizontalNodePadding = "8px",
1965
- verticalNodePadding = "3px",
1966
- verticalPadding,
1964
+ horizontalNodePadding = "16px",
1965
+ verticalNodePadding = "6px",
1966
+ verticalPadding = "20px",
1967
1967
  enableDragAndDrop = false
1968
1968
  }) => {
1969
1969
  const dndProps = getDndProps(enableDragAndDrop);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@principal-ade/dynamic-file-tree",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "description": "React component for selective directory filtering and file tree visualization",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",