@jingx/lottery-components-react-jsx 1.0.6 → 1.0.7

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.cjs.js CHANGED
@@ -46333,7 +46333,7 @@ const LoTable = React.memo(({ LO = [], columnsCount = 3, showHeader = false }) =
46333
46333
  var _a;
46334
46334
  if (showHeader) {
46335
46335
  const header = (_a = LO == null ? void 0 : LO[0]) != null ? _a : [];
46336
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("table", { cellPadding: "5", className: "tb-result", style: tableStyle, children: [
46336
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("table", { cellPadding: "5", className: "tb-result w-100", style: tableStyle, children: [
46337
46337
  /* @__PURE__ */ jsxRuntimeExports.jsx("thead", { children: /* @__PURE__ */ jsxRuntimeExports.jsx("tr", { children: header.map((col, idx) => /* @__PURE__ */ jsxRuntimeExports.jsx(
46338
46338
  "th",
46339
46339
  {
@@ -46793,6 +46793,8 @@ const RenderSary = ({ object, type }) => {
46793
46793
  case lType.MT:
46794
46794
  case lType.TN:
46795
46795
  return /* @__PURE__ */ jsxRuntimeExports.jsx(SaryVN, { object });
46796
+ default:
46797
+ return null;
46796
46798
  }
46797
46799
  };
46798
46800
  const SaryLottery = ({ object, type }) => {
@@ -46837,6 +46839,8 @@ const SaryPrintAll = ({ children, list, type }) => {
46837
46839
  case lType.MC:
46838
46840
  case lType.TN:
46839
46841
  return /* @__PURE__ */ jsxRuntimeExports.jsx(SaryVNPrintAll, { list, children });
46842
+ default:
46843
+ return null;
46840
46844
  }
46841
46845
  };
46842
46846