@movable/ui 0.25.0 → 0.26.0
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.
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
type InkEmptyTableProps = {
|
|
3
|
+
icon?: JSX.Element;
|
|
4
|
+
title?: string;
|
|
5
|
+
description?: string;
|
|
6
|
+
};
|
|
7
|
+
export declare function InkEmptyTableMessage({ icon, title, description, }: InkEmptyTableProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { InkEmptyTableMessage } from './InkEmptyTableMessage';
|
package/lib/index.mjs
CHANGED
|
@@ -10597,6 +10597,9 @@ const a0 = Ga, s0 = {
|
|
|
10597
10597
|
},
|
|
10598
10598
|
".MuiDataGrid-columnHeaderTitle": {
|
|
10599
10599
|
fontWeight: 500
|
|
10600
|
+
},
|
|
10601
|
+
".MuiDataGrid-overlayWrapper": {
|
|
10602
|
+
height: "auto"
|
|
10600
10603
|
}
|
|
10601
10604
|
}
|
|
10602
10605
|
}
|