@oliasoft-open-source/react-ui-library 5.8.1 → 5.8.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.
package/dist/index.js CHANGED
@@ -6333,12 +6333,12 @@ const Content = ({ title: e, okText: t, onClickOk: n, disableConfirmButton: r, c
6333
6333
  children: e
6334
6334
  });
6335
6335
  var tree_module_default = {
6336
- tree: "_tree_15yn1_1",
6337
- toggle: "_toggle_15yn1_4",
6338
- dropTarget: "_dropTarget_15yn1_11",
6339
- draggingSource: "_draggingSource_15yn1_26",
6340
- placeholderContainer: "_placeholderContainer_15yn1_29",
6341
- placeholder: "_placeholder_15yn1_29"
6336
+ tree: "_tree_8luu9_1",
6337
+ toggle: "_toggle_8luu9_4",
6338
+ dropTarget: "_dropTarget_8luu9_11",
6339
+ placeholder: "_placeholder_8luu9_26",
6340
+ draggingSource: "_draggingSource_8luu9_32",
6341
+ placeholderContainer: "_placeholderContainer_8luu9_35"
6342
6342
  };
6343
6343
  const TreeItem = ({ node: t, depth: n, isOpen: r, onToggle: i, hasChild: a, draggable: o, icons: s, onDrop: c }) => {
6344
6344
  let { id: l, data: u } = t, { active: d, testId: f, onClick: p, actions: m = [] } = u, [h, _] = React.useState(!1), [v, y] = React.useState(0), b = (e) => {
@@ -6461,7 +6461,7 @@ const TreeItem = ({ node: t, depth: n, isOpen: r, onToggle: i, hasChild: a, drag
6461
6461
  }),
6462
6462
  onDrop: v,
6463
6463
  onChangeOpen: f,
6464
- dropTargetOffset: 5,
6464
+ dropTargetOffset: 10,
6465
6465
  placeholderRender: (e, { depth: t }) => /* @__PURE__ */ jsx(TreePlaceholder, { depth: t }),
6466
6466
  placeholderComponent: "div",
6467
6467
  listComponent: "div",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.8.1",
3
+ "version": "5.8.2",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {