react-better-html 1.1.107 → 1.1.108
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.d.mts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7259,7 +7259,7 @@ var TableComponent = forwardRef15(function Table({
|
|
|
7259
7259
|
},
|
|
7260
7260
|
JSON.stringify(item) + rowIndex
|
|
7261
7261
|
)) : /* @__PURE__ */ jsx20("tr", { className: "withoutHover", children: /* @__PURE__ */ jsx20("td", { className: "noData", colSpan: columns.length, children: /* @__PURE__ */ jsx20(Text_default.unknown, { children: noDataItemsMessage }) }) }) }),
|
|
7262
|
-
pageSize !== void 0 && /* @__PURE__ */ jsx20("tfoot", { children: /* @__PURE__ */ jsx20("tr", { className: "isFooter", children: /* @__PURE__ */ jsx20("td", { colSpan: columns.length, children: /* @__PURE__ */ jsxs16(
|
|
7262
|
+
pageSize !== void 0 && pageCountInternal > 1 && /* @__PURE__ */ jsx20("tfoot", { children: /* @__PURE__ */ jsx20("tr", { className: "isFooter", children: /* @__PURE__ */ jsx20("td", { colSpan: columns.length, children: /* @__PURE__ */ jsxs16(
|
|
7263
7263
|
Div_default.column,
|
|
7264
7264
|
{
|
|
7265
7265
|
position: "relative",
|
|
@@ -7833,6 +7833,7 @@ export {
|
|
|
7833
7833
|
Tabs_default as Tabs,
|
|
7834
7834
|
Text_default as Text,
|
|
7835
7835
|
ToggleInput_default as ToggleInput,
|
|
7836
|
+
countries,
|
|
7836
7837
|
darkenColor,
|
|
7837
7838
|
desaturateColor,
|
|
7838
7839
|
formatPhoneNumber,
|