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.
@@ -6755,7 +6755,7 @@ function MyCardInformation({
6755
6755
  unit = "",
6756
6756
  description,
6757
6757
  icons,
6758
- diff
6758
+ diff = 0
6759
6759
  }) {
6760
6760
  return /* @__PURE__ */ jsxs25(
6761
6761
  Paper6,
@@ -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: string;
281
- value: string;
280
+ title?: string;
281
+ value?: string;
282
282
  unit?: string;
283
- description: string;
284
- icons: ReactNode;
285
- diff: number;
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-X5EVS5EU.mjs";
69
+ } from "../chunk-7U5EGTYK.mjs";
70
70
  import "../chunk-KI5V7QJP.mjs";
71
71
  import "../chunk-Y3YGC5IH.mjs";
72
72
  import "../chunk-CJDXLINF.mjs";
@@ -65,7 +65,7 @@ import {
65
65
  useS_core60524,
66
66
  useS_core83092,
67
67
  utils_core83092_mergePage
68
- } from "../chunk-X5EVS5EU.mjs";
68
+ } from "../chunk-7U5EGTYK.mjs";
69
69
  import "../chunk-KI5V7QJP.mjs";
70
70
  import "../chunk-Y3YGC5IH.mjs";
71
71
  import "../chunk-CJDXLINF.mjs";
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "types": "./dist/hooks/index.d.mts"
23
23
  }
24
24
  },
25
- "version": "0.1.137",
25
+ "version": "0.1.138",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"