@almadar/ui 1.0.33 → 1.0.34
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.
|
@@ -2595,6 +2595,7 @@ interface DataTableProps<T extends {
|
|
|
2595
2595
|
placement?: "row" | "bulk" | string;
|
|
2596
2596
|
icon?: LucideIcon;
|
|
2597
2597
|
variant?: "default" | "primary" | "secondary" | "ghost" | "danger" | string;
|
|
2598
|
+
onClick?: (row: T) => void;
|
|
2598
2599
|
}[];
|
|
2599
2600
|
emptyIcon?: LucideIcon;
|
|
2600
2601
|
emptyTitle?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.34",
|
|
4
4
|
"description": "React UI components, hooks, and providers for Almadar",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/components/index.js",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"remark-math": "^6.0.0",
|
|
79
79
|
"rehype-katex": "^7.0.0",
|
|
80
80
|
"react-syntax-highlighter": "^15.6.1",
|
|
81
|
-
"@almadar/evaluator": "1.0.16",
|
|
82
81
|
"@almadar/core": "1.0.18",
|
|
82
|
+
"@almadar/evaluator": "1.0.16",
|
|
83
83
|
"@almadar/patterns": "1.1.1"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|