master-components-react-ts 2.11.11 → 2.11.12

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3909,7 +3909,8 @@ const ja = (l) => {
3909
3909
  }, onClick: Ge ? (et) => Lt(et, pe, Ve) : void 0, ref: (et) => {
3910
3910
  ct.current[Et] = et;
3911
3911
  }, children: /* @__PURE__ */ t("div", { className: D.cellContent, style: ue.center ? {
3912
- display: "initial"
3912
+ alignItems: "center",
3913
+ justifyContent: "center"
3913
3914
  } : {}, children: it ? /* @__PURE__ */ h(It, { children: [
3914
3915
  Ie,
3915
3916
  p ? /* @__PURE__ */ t("div", { ref: Qe, style: b ?? {}, className: Je(D.inlineEditActions, De && D.inlineEditActionsUpward), onClick: (et) => et.stopPropagation(), children: typeof p == "function" ? p(mt) : p }) : /* @__PURE__ */ t("div", { ref: Qe, style: b ?? {}, className: Je(D.inlineEditActions, De && D.inlineEditActionsUpward), onClick: (et) => et.stopPropagation(), children: /* @__PURE__ */ h(It, { children: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "master-components-react-ts",
3
3
  "private": false,
4
- "version": "2.11.11",
4
+ "version": "2.11.12",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",