react-arborist 3.0.0 → 3.0.1
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/README.md +1 -6
- package/dist/components/tree.d.ts +5 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/module.js +3 -2
- package/dist/module.js.map +1 -1
- package/package.json +5 -2
- package/src/components/tree.tsx +6 -2
package/dist/module.js
CHANGED
|
@@ -2323,7 +2323,7 @@ Use the data prop if you want to provide your own handlers.`);
|
|
|
2323
2323
|
}
|
|
2324
2324
|
|
|
2325
2325
|
|
|
2326
|
-
|
|
2326
|
+
function $2ba43033bb8eb39d$var$TreeComponent(props, ref) {
|
|
2327
2327
|
const treeProps = (0, $c881d1adb735dfd0$export$d227906824a13416)(props);
|
|
2328
2328
|
return /*#__PURE__*/ (0, $g00cZ$jsxs)((0, $dac24389e46ba09d$export$c49dab5eb1b4ce0c), {
|
|
2329
2329
|
treeProps: treeProps,
|
|
@@ -2335,7 +2335,8 @@ const $2ba43033bb8eb39d$export$7fbedc92909ed28e = /*#__PURE__*/ (0, $g00cZ$forwa
|
|
|
2335
2335
|
/*#__PURE__*/ (0, $g00cZ$jsx)((0, $8f8be4c9bb5ab52a$export$3e21b60650ec7e55), {})
|
|
2336
2336
|
]
|
|
2337
2337
|
});
|
|
2338
|
-
}
|
|
2338
|
+
}
|
|
2339
|
+
const $2ba43033bb8eb39d$export$7fbedc92909ed28e = /*#__PURE__*/ (0, $g00cZ$forwardRef)($2ba43033bb8eb39d$var$TreeComponent);
|
|
2339
2340
|
|
|
2340
2341
|
|
|
2341
2342
|
var $8c5b0bb55f55c0d2$exports = {};
|