@helpwave/hightide 0.6.4 → 0.6.5

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
@@ -13289,8 +13289,8 @@ var Table = ({
13289
13289
  );
13290
13290
  }),
13291
13291
  range(table.getState().pagination.pageSize - table.getRowModel().rows.length, { allowEmptyRange: true }).map((row, index) => {
13292
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("tr", { children: columns.map((column) => {
13293
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("td", { children: fillerRow ? fillerRow(column.id, table) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(FillerCell, {}) }, column.id);
13292
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("tr", { "data-name": "table-body-filler-row", children: columns.map((column) => {
13293
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("td", { "data-name": "table-body-filler-cell", children: fillerRow ? fillerRow(column.id, table) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(FillerCell, {}) }, column.id);
13294
13294
  }) }, "filler-row-" + index);
13295
13295
  })
13296
13296
  ] })