@sustaina/shared-ui 1.70.1 → 1.70.2

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
@@ -9821,7 +9821,7 @@ var TableHeaderRows = ({
9821
9821
  return /* @__PURE__ */ jsxRuntime.jsxs(
9822
9822
  TableHead,
9823
9823
  {
9824
- "data-testid": `table-head-${groupHeader.id}`,
9824
+ "data-testid": `table-head-${groupHeader.column.id}`,
9825
9825
  colSpan: vcs.length,
9826
9826
  ...tableHeadCellProps,
9827
9827
  ...groupHeader.column.columnDef?.meta?.headerProps,