next-recomponents 1.9.57 → 1.9.58

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
@@ -46029,18 +46029,11 @@ function TR({
46029
46029
  }, {})));
46030
46030
  return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("td", { className: `text-black `, children: cloned }, h);
46031
46031
  }
46032
- return symbols && (symbols == null ? void 0 : symbols[h]) ? /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
46033
- "td",
46034
- {
46035
- className: `text-center border max-w-[${colSize}px] flex items-center gap-1`,
46036
- children: [
46037
- symbols[h],
46038
- " ",
46039
- row[h]
46040
- ]
46041
- },
46042
- h
46043
- ) : /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("td", { className: `text-center border max-w-[${colSize}px]`, children: row[h] }, h);
46032
+ return symbols && (symbols == null ? void 0 : symbols[h]) ? /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("td", { className: `text-center border max-w-[${colSize}px] `, children: /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { className: "flex items-center gap-1 w-full", children: [
46033
+ symbols[h],
46034
+ " ",
46035
+ row[h]
46036
+ ] }) }, h) : /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("td", { className: `text-center border max-w-[${colSize}px]`, children: row[h] }, h);
46044
46037
  })
46045
46038
  ]
46046
46039
  },
package/dist/index.mjs CHANGED
@@ -46026,18 +46026,11 @@ function TR({
46026
46026
  }, {})));
46027
46027
  return /* @__PURE__ */ jsx29("td", { className: `text-black `, children: cloned }, h);
46028
46028
  }
46029
- return symbols && (symbols == null ? void 0 : symbols[h]) ? /* @__PURE__ */ jsxs20(
46030
- "td",
46031
- {
46032
- className: `text-center border max-w-[${colSize}px] flex items-center gap-1`,
46033
- children: [
46034
- symbols[h],
46035
- " ",
46036
- row[h]
46037
- ]
46038
- },
46039
- h
46040
- ) : /* @__PURE__ */ jsx29("td", { className: `text-center border max-w-[${colSize}px]`, children: row[h] }, h);
46029
+ return symbols && (symbols == null ? void 0 : symbols[h]) ? /* @__PURE__ */ jsx29("td", { className: `text-center border max-w-[${colSize}px] `, children: /* @__PURE__ */ jsxs20("div", { className: "flex items-center gap-1 w-full", children: [
46030
+ symbols[h],
46031
+ " ",
46032
+ row[h]
46033
+ ] }) }, h) : /* @__PURE__ */ jsx29("td", { className: `text-center border max-w-[${colSize}px]`, children: row[h] }, h);
46041
46034
  })
46042
46035
  ]
46043
46036
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-recomponents",
3
- "version": "1.9.57",
3
+ "version": "1.9.58",
4
4
  "description": "description nueva",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/table3/tr.tsx CHANGED
@@ -161,11 +161,10 @@ export default function TR({
161
161
  );
162
162
  }
163
163
  return symbols && symbols?.[h] ? (
164
- <td
165
- key={h}
166
- className={`text-center border max-w-[${colSize}px] flex items-center gap-1`}
167
- >
168
- {symbols[h]} {row[h]}
164
+ <td key={h} className={`text-center border max-w-[${colSize}px] `}>
165
+ <div className="flex items-center gap-1 w-full">
166
+ {symbols[h]} {row[h]}
167
+ </div>
169
168
  </td>
170
169
  ) : (
171
170
  <td key={h} className={`text-center border max-w-[${colSize}px]`}>