@overmap-ai/blocks 1.0.13-table-default-rows-and-topbar-components.0 → 1.0.15

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/blocks.js CHANGED
@@ -3276,7 +3276,7 @@ const _Table = forwardRef(function Table2(props, ref) {
3276
3276
  const layout = useMemo(() => ({ custom: true }), []);
3277
3277
  const theme = useTheme({
3278
3278
  Table: `
3279
- --data-table-library_grid-template-columns: ${gridTemplateColumns};
3279
+ --data-table-library_grid-template-columns: ${gridTemplateColumns} !important;
3280
3280
  `,
3281
3281
  Row: `
3282
3282
  &:hover {