@helpwave/hightide 0.1.16 → 0.1.17

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
@@ -8580,7 +8580,7 @@ var TableWithSelection = ({
8580
8580
  ...meta,
8581
8581
  bodyRowClassName: clsx45(
8582
8582
  { "cursor-pointer": !disableClickRowClickSelection },
8583
- meta.bodyRowClassName
8583
+ meta?.bodyRowClassName
8584
8584
  )
8585
8585
  },
8586
8586
  ...props