@oliasoft-open-source/react-ui-library 5.8.5-beta-3 → 5.8.5-beta-5

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
@@ -1410,31 +1410,31 @@ const Dialog = ({ dialog: e }) => {
1410
1410
  });
1411
1411
  };
1412
1412
  var drawer_module_default = {
1413
- inputInTable: "_inputInTable_1mn0s_1",
1414
- inputHover: "_inputHover_1mn0s_13",
1415
- inputFocus: "_inputFocus_1mn0s_18",
1416
- inputError: "_inputError_1mn0s_25",
1417
- inputWarning: "_inputWarning_1mn0s_26",
1418
- inputDisabled: "_inputDisabled_1mn0s_61",
1419
- hideScrollbars: "_hideScrollbars_1mn0s_67",
1420
- inline: "_inline_1mn0s_90",
1421
- left: "_left_1mn0s_93",
1422
- right: "_right_1mn0s_96",
1423
- fixed: "_fixed_1mn0s_99",
1424
- border: "_border_1mn0s_111",
1425
- shadow: "_shadow_1mn0s_117",
1426
- drawerContent: "_drawerContent_1mn0s_120",
1427
- isResizing: "_isResizing_1mn0s_133",
1428
- toggleButton: "_toggleButton_1mn0s_144",
1429
- top: "_top_1mn0s_157",
1430
- bottom: "_bottom_1mn0s_160",
1431
- toggleButtonOpen: "_toggleButtonOpen_1mn0s_163",
1432
- tabs: "_tabs_1mn0s_166",
1433
- tab: "_tab_1mn0s_166",
1434
- active: "_active_1mn0s_198",
1435
- disabled: "_disabled_1mn0s_223",
1436
- tabsContent: "_tabsContent_1mn0s_230",
1437
- resizeHandle: "_resizeHandle_1mn0s_236"
1413
+ inputInTable: "_inputInTable_c4h57_1",
1414
+ inputHover: "_inputHover_c4h57_13",
1415
+ inputFocus: "_inputFocus_c4h57_18",
1416
+ inputError: "_inputError_c4h57_25",
1417
+ inputWarning: "_inputWarning_c4h57_26",
1418
+ inputDisabled: "_inputDisabled_c4h57_61",
1419
+ hideScrollbars: "_hideScrollbars_c4h57_67",
1420
+ inline: "_inline_c4h57_90",
1421
+ left: "_left_c4h57_93",
1422
+ right: "_right_c4h57_96",
1423
+ fixed: "_fixed_c4h57_99",
1424
+ border: "_border_c4h57_111",
1425
+ shadow: "_shadow_c4h57_117",
1426
+ drawerContent: "_drawerContent_c4h57_120",
1427
+ isResizing: "_isResizing_c4h57_134",
1428
+ toggleButton: "_toggleButton_c4h57_145",
1429
+ top: "_top_c4h57_158",
1430
+ bottom: "_bottom_c4h57_161",
1431
+ toggleButtonOpen: "_toggleButtonOpen_c4h57_164",
1432
+ tabs: "_tabs_c4h57_167",
1433
+ tab: "_tab_c4h57_167",
1434
+ active: "_active_c4h57_199",
1435
+ disabled: "_disabled_c4h57_224",
1436
+ tabsContent: "_tabsContent_c4h57_231",
1437
+ resizeHandle: "_resizeHandle_c4h57_237"
1438
1438
  }, TabBadge = ({ badge: e, children: t }) => e ? /* @__PURE__ */ jsx(Badge, {
1439
1439
  small: !0,
1440
1440
  margin: 4,
@@ -6336,12 +6336,12 @@ const Content = ({ title: e, okText: t, onClickOk: n, disableConfirmButton: r, c
6336
6336
  children: e
6337
6337
  });
6338
6338
  var tree_module_default = {
6339
- tree: "_tree_1359a_1",
6340
- toggle: "_toggle_1359a_6",
6341
- dropTarget: "_dropTarget_1359a_13",
6342
- placeholder: "_placeholder_1359a_28",
6343
- draggingSource: "_draggingSource_1359a_34",
6344
- placeholderContainer: "_placeholderContainer_1359a_37"
6339
+ tree: "_tree_1mtkj_1",
6340
+ toggle: "_toggle_1mtkj_7",
6341
+ dropTarget: "_dropTarget_1mtkj_14",
6342
+ placeholder: "_placeholder_1mtkj_29",
6343
+ draggingSource: "_draggingSource_1mtkj_35",
6344
+ placeholderContainer: "_placeholderContainer_1mtkj_38"
6345
6345
  };
6346
6346
  const TreeItem = ({ node: t, depth: n, isOpen: r, onToggle: i, hasChild: a, draggable: o, icons: s, onDrop: c }) => {
6347
6347
  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) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.8.5-beta-3",
3
+ "version": "5.8.5-beta-5",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {