@gingkoo/pandora-explorer 0.1.5 → 0.1.6
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/lib/es/index.js +2 -2
- package/lib/es/index.js.map +1 -1
- package/package.json +1 -1
package/lib/es/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @gingkoo/pandora-explorer v0.1.
|
|
2
|
+
* @gingkoo/pandora-explorer v0.1.6
|
|
3
3
|
*/
|
|
4
4
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
5
5
|
import cx$1 from 'classnames';
|
|
@@ -5932,7 +5932,7 @@ const motion = {
|
|
|
5932
5932
|
};
|
|
5933
5933
|
var Tree = /*#__PURE__*/forwardRef((props, _ref) => {
|
|
5934
5934
|
const {
|
|
5935
|
-
type = '
|
|
5935
|
+
type = 'table',
|
|
5936
5936
|
autoExpandParent,
|
|
5937
5937
|
defaultExpandedKeys,
|
|
5938
5938
|
activeKey,
|