@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.esm.js CHANGED
@@ -46313,7 +46313,7 @@ const LoTable = memo(({ LO = [], columnsCount = 3, showHeader = false }) => {
46313
46313
  var _a;
46314
46314
  if (showHeader) {
46315
46315
  const header = (_a = LO == null ? void 0 : LO[0]) != null ? _a : [];
46316
- return /* @__PURE__ */ jsxRuntimeExports.jsxs("table", { cellPadding: "5", className: "tb-result", style: tableStyle, children: [
46316
+ return /* @__PURE__ */ jsxRuntimeExports.jsxs("table", { cellPadding: "5", className: "tb-result w-100", style: tableStyle, children: [
46317
46317
  /* @__PURE__ */ jsxRuntimeExports.jsx("thead", { children: /* @__PURE__ */ jsxRuntimeExports.jsx("tr", { children: header.map((col, idx) => /* @__PURE__ */ jsxRuntimeExports.jsx(
46318
46318
  "th",
46319
46319
  {
@@ -46773,6 +46773,8 @@ const RenderSary = ({ object, type }) => {
46773
46773
  case lType.MT:
46774
46774
  case lType.TN:
46775
46775
  return /* @__PURE__ */ jsxRuntimeExports.jsx(SaryVN, { object });
46776
+ default:
46777
+ return null;
46776
46778
  }
46777
46779
  };
46778
46780
  const SaryLottery = ({ object, type }) => {
@@ -46817,6 +46819,8 @@ const SaryPrintAll = ({ children, list, type }) => {
46817
46819
  case lType.MC:
46818
46820
  case lType.TN:
46819
46821
  return /* @__PURE__ */ jsxRuntimeExports.jsx(SaryVNPrintAll, { list, children });
46822
+ default:
46823
+ return null;
46820
46824
  }
46821
46825
  };
46822
46826