@civicactions/cmsds-open-data-components 3.9.5-alpha.0 → 3.9.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/main.js CHANGED
@@ -2218,6 +2218,7 @@ const $64a351d3fd8413c3$var$HeaderResizeElement = ({ table: table, header: heade
2218
2218
  style: {
2219
2219
  width: header.getSize()
2220
2220
  },
2221
+ title: typeof header.column.columnDef.header === "string" ? header.column.columnDef.header : "",
2221
2222
  className: "ds-u-border-y--2 ds-u-padding--2 ds-u-border--dark ds-u-font-weight--bold",
2222
2223
  children: [
2223
2224
  /*#__PURE__*/ (0, $hgUW1$jsxs)("div", {
@@ -2225,7 +2226,6 @@ const $64a351d3fd8413c3$var$HeaderResizeElement = ({ table: table, header: heade
2225
2226
  children: [
2226
2227
  /*#__PURE__*/ (0, $hgUW1$jsx)("div", {
2227
2228
  children: /*#__PURE__*/ (0, $hgUW1$jsx)("span", {
2228
- title: typeof header.column.columnDef.header === "string" ? header.column.columnDef.header : "",
2229
2229
  children: header.isPlaceholder ? null : (0, $hgUW1$flexRender)(header.column.columnDef.header, header.getContext())
2230
2230
  })
2231
2231
  }),