@oliasoft-open-source/react-ui-library 3.11.0-beta-17 → 3.11.0-beta-18

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
@@ -59811,7 +59811,7 @@ const Cell = (props) => {
59811
59811
  cell2.breakWord ? styles$7.breakWord : ""
59812
59812
  );
59813
59813
  const width = (_b = (_a = cellWidthProp != null ? cellWidthProp : columnWidthProp) != null ? _a : (snapshot == null ? void 0 : snapshot.isDragging) && ref2.current && ref2.current.offsetWidth) != null ? _b : void 0;
59814
- const style2 = { ...styleProp, width, minWidth: width };
59814
+ const style2 = { width, minWidth: width, ...styleProp };
59815
59815
  const Element2 = isHeader ? "th" : "td";
59816
59816
  return /* @__PURE__ */ jsxRuntime.exports.jsx(Element2, {
59817
59817
  ref: ref2,