@homebound/beam 2.417.2 → 2.417.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/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6674,7 +6674,6 @@ var rowClickRenderFn = (as, api, colSpan) => (key, css2, content, row, rowStyle,
|
|
|
6674
6674
|
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
6675
6675
|
Cell,
|
|
6676
6676
|
{
|
|
6677
|
-
...{ key },
|
|
6678
6677
|
css: { ...css2 },
|
|
6679
6678
|
className: classNames,
|
|
6680
6679
|
onClick: (e) => {
|
|
@@ -6683,7 +6682,8 @@ var rowClickRenderFn = (as, api, colSpan) => (key, css2, content, row, rowStyle,
|
|
|
6683
6682
|
},
|
|
6684
6683
|
...as === "table" && { colSpan },
|
|
6685
6684
|
children: content
|
|
6686
|
-
}
|
|
6685
|
+
},
|
|
6686
|
+
key
|
|
6687
6687
|
);
|
|
6688
6688
|
};
|
|
6689
6689
|
|