@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.mjs CHANGED
@@ -13102,8 +13102,8 @@ var Table = ({
13102
13102
  );
13103
13103
  }),
13104
13104
  range(table.getState().pagination.pageSize - table.getRowModel().rows.length, { allowEmptyRange: true }).map((row, index) => {
13105
- return /* @__PURE__ */ jsx55("tr", { children: columns.map((column) => {
13106
- return /* @__PURE__ */ jsx55("td", { children: fillerRow ? fillerRow(column.id, table) : /* @__PURE__ */ jsx55(FillerCell, {}) }, column.id);
13105
+ return /* @__PURE__ */ jsx55("tr", { "data-name": "table-body-filler-row", children: columns.map((column) => {
13106
+ return /* @__PURE__ */ jsx55("td", { "data-name": "table-body-filler-cell", children: fillerRow ? fillerRow(column.id, table) : /* @__PURE__ */ jsx55(FillerCell, {}) }, column.id);
13107
13107
  }) }, "filler-row-" + index);
13108
13108
  })
13109
13109
  ] })