aq-fe-framework 0.1.137 → 0.1.138
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.
@@ -277,12 +277,12 @@ interface IAQCardProps {
|
|
277
277
|
declare function AQCard({ imgSrc, title, description, date, children, status, href }: IAQCardProps): react_jsx_runtime.JSX.Element;
|
278
278
|
|
279
279
|
interface MyCardInformationProps {
|
280
|
-
title
|
281
|
-
value
|
280
|
+
title?: string;
|
281
|
+
value?: string;
|
282
282
|
unit?: string;
|
283
|
-
description
|
284
|
-
icons
|
285
|
-
diff
|
283
|
+
description?: string;
|
284
|
+
icons?: ReactNode;
|
285
|
+
diff?: number;
|
286
286
|
}
|
287
287
|
declare function MyCardInformation({ title, value, unit, description, icons, diff }: MyCardInformationProps): react_jsx_runtime.JSX.Element;
|
288
288
|
|
@@ -66,7 +66,7 @@ import {
|
|
66
66
|
useS_BasicAppShell,
|
67
67
|
useS_ButtonImport,
|
68
68
|
utils_layout_getItemsWithoutLinks
|
69
|
-
} from "../chunk-
|
69
|
+
} from "../chunk-7U5EGTYK.mjs";
|
70
70
|
import "../chunk-KI5V7QJP.mjs";
|
71
71
|
import "../chunk-Y3YGC5IH.mjs";
|
72
72
|
import "../chunk-CJDXLINF.mjs";
|