@oliasoft-open-source/react-ui-library 5.8.3 → 5.8.4

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
@@ -2940,14 +2940,14 @@ const getColumnCount = (e, t) => {
2940
2940
  var hasActions = (e) => e.reduce((e, t) => t.actions && t.actions.length > 0 ? 1 : e, 0);
2941
2941
  const hasRowActions = (e, t) => hasActions(t) > 0 || hasActions(e) > 0;
2942
2942
  var row_module_default$1 = {
2943
- clickableRow: "_clickableRow_kqvtd_1",
2944
- hoverableRow: "_hoverableRow_kqvtd_4",
2945
- rowActive: "_rowActive_kqvtd_4",
2946
- expandableRow: "_expandableRow_kqvtd_8",
2947
- flush: "_flush_kqvtd_8",
2948
- dragIconCell: "_dragIconCell_kqvtd_34",
2949
- dragIcon: "_dragIcon_kqvtd_34",
2950
- dragIconDisabled: "_dragIconDisabled_kqvtd_55"
2943
+ clickableRow: "_clickableRow_g8hv8_1",
2944
+ hoverableRow: "_hoverableRow_g8hv8_4",
2945
+ rowActive: "_rowActive_g8hv8_4",
2946
+ expandableRow: "_expandableRow_g8hv8_8",
2947
+ flush: "_flush_g8hv8_8",
2948
+ dragIconCell: "_dragIconCell_g8hv8_34",
2949
+ dragIcon: "_dragIcon_g8hv8_34",
2950
+ dragIconDisabled: "_dragIconDisabled_g8hv8_55"
2951
2951
  };
2952
2952
  const ExpandedContentRow = ({ colSpan: e, children: t, flush: n }) => /* @__PURE__ */ jsx("tr", { children: /* @__PURE__ */ jsx("td", {
2953
2953
  colSpan: e,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.8.3",
3
+ "version": "5.8.4",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {