@civicactions/cmsds-open-data-components 3.9.2 → 3.9.3

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/main.js CHANGED
@@ -2151,6 +2151,7 @@ const $64a351d3fd8413c3$var$HeaderResizeElement = ({ table: table, header: heade
2151
2151
  style: {
2152
2152
  width: header.getSize()
2153
2153
  },
2154
+ title: typeof header.column.columnDef.header === "string" ? header.column.columnDef.header : "",
2154
2155
  className: "ds-u-border-y--2 ds-u-padding--2 ds-u-border--dark ds-u-font-weight--bold",
2155
2156
  children: [
2156
2157
  /*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
@@ -2158,7 +2159,6 @@ const $64a351d3fd8413c3$var$HeaderResizeElement = ({ table: table, header: heade
2158
2159
  children: [
2159
2160
  /*#__PURE__*/ (0, $hgUW1$jsx)("div", {
2160
2161
  children: /*#__PURE__*/ (0, $hgUW1$jsx)("span", {
2161
- title: typeof header.column.columnDef.header === "string" ? header.column.columnDef.header : "",
2162
2162
  children: header.isPlaceholder ? null : (0, $hgUW1$flexRender)(header.column.columnDef.header, header.getContext())
2163
2163
  })
2164
2164
  }),