@oliasoft-open-source/react-ui-library 4.0.0-beta-25 → 4.0.0-beta-26
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 +7 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -74495,10 +74495,13 @@ const TreeItem = ({
|
|
|
74495
74495
|
item: data
|
|
74496
74496
|
}),
|
|
74497
74497
|
/* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
74498
|
-
className: listStyles.
|
|
74499
|
-
children: /* @__PURE__ */ jsxRuntime.exports.jsx(
|
|
74500
|
-
|
|
74501
|
-
|
|
74498
|
+
className: listStyles.right,
|
|
74499
|
+
children: /* @__PURE__ */ jsxRuntime.exports.jsx("div", {
|
|
74500
|
+
className: listStyles.actions,
|
|
74501
|
+
children: /* @__PURE__ */ jsxRuntime.exports.jsx(Actions, {
|
|
74502
|
+
actions: actions2,
|
|
74503
|
+
right: true
|
|
74504
|
+
})
|
|
74502
74505
|
})
|
|
74503
74506
|
})
|
|
74504
74507
|
]
|