@oliasoft-open-source/react-ui-library 5.8.2 → 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
@@ -2026,20 +2026,20 @@ const Message = ({ message: e }) => {
2026
2026
  }) : null });
2027
2027
  };
2028
2028
  var table_module_default = {
2029
- inputInTable: "_inputInTable_kaesl_1",
2030
- inputHover: "_inputHover_kaesl_13",
2031
- inputFocus: "_inputFocus_kaesl_18",
2032
- inputError: "_inputError_kaesl_25",
2033
- inputWarning: "_inputWarning_kaesl_26",
2034
- inputDisabled: "_inputDisabled_kaesl_61",
2035
- hideScrollbars: "_hideScrollbars_kaesl_67",
2036
- wrapper: "_wrapper_kaesl_85",
2037
- bordered: "_bordered_kaesl_93",
2038
- scroll: "_scroll_kaesl_98",
2039
- table: "_table_kaesl_109",
2040
- dragOverlay: "_dragOverlay_kaesl_145",
2041
- virtualScroll: "_virtualScroll_kaesl_182",
2042
- striped: "_striped_kaesl_202"
2029
+ inputInTable: "_inputInTable_1d3yn_1",
2030
+ inputHover: "_inputHover_1d3yn_13",
2031
+ inputFocus: "_inputFocus_1d3yn_18",
2032
+ inputError: "_inputError_1d3yn_25",
2033
+ inputWarning: "_inputWarning_1d3yn_26",
2034
+ inputDisabled: "_inputDisabled_1d3yn_61",
2035
+ hideScrollbars: "_hideScrollbars_1d3yn_67",
2036
+ wrapper: "_wrapper_1d3yn_85",
2037
+ bordered: "_bordered_1d3yn_93",
2038
+ scroll: "_scroll_1d3yn_98",
2039
+ table: "_table_1d3yn_109",
2040
+ dragOverlay: "_dragOverlay_1d3yn_145",
2041
+ virtualScroll: "_virtualScroll_1d3yn_180",
2042
+ striped: "_striped_1d3yn_200"
2043
2043
  }, title_module_default = { title: "_title_zn5s7_1" };
2044
2044
  const Title$1 = ({ name: e = null, actions: t = null, actionsRight: n = !1, testId: r }) => {
2045
2045
  let i = e !== null, a = t !== null;
@@ -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.2",
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": {