@dust-tt/sparkle 0.2.289-rc-1 → 0.2.289-rc-2
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/cjs/index.js
CHANGED
|
@@ -86902,7 +86902,7 @@ DataTable.Row = function Row(_a) {
|
|
|
86902
86902
|
React.createElement(NewDropdownMenuTrigger, { asChild: true },
|
|
86903
86903
|
React.createElement(IconButton, { icon: MoreIcon, size: "sm", variant: "outline", className: "s-m-1" })),
|
|
86904
86904
|
React.createElement(NewDropdownMenuContent, { align: "end", className: "w-[220px]" },
|
|
86905
|
-
React.createElement(NewDropdownMenuGroup, null, moreMenuItems === null || moreMenuItems === void 0 ? void 0 : moreMenuItems.map(function (item, index) { return (React.createElement(NewDropdownMenuItem, { key: index
|
|
86905
|
+
React.createElement(NewDropdownMenuGroup, null, moreMenuItems === null || moreMenuItems === void 0 ? void 0 : moreMenuItems.map(function (item, index) { return (React.createElement(NewDropdownMenuItem, __assign({ key: index }, item))); }))))))));
|
|
86906
86906
|
};
|
|
86907
86907
|
DataTable.Cell = function Cell(_a) {
|
|
86908
86908
|
var _b;
|