@conboai/app.db.query 0.9.39 → 0.9.41

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.
@@ -16,6 +16,7 @@ type DetailsContentArgs = {
16
16
  name: string;
17
17
  }[];
18
18
  }[];
19
+ isLoading?: boolean;
19
20
  };
20
21
  export declare const getDetailsContent: (args: DetailsContentArgs) => {
21
22
  value: string;
@@ -31,6 +31,7 @@ type GetDetailsContentProps = {
31
31
  name: string;
32
32
  }[];
33
33
  }[];
34
+ isLoading?: boolean;
34
35
  };
35
36
  export declare const getDetailsContent: (args: GetDetailsContentProps) => {
36
37
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.9.39",
3
+ "version": "0.9.41",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "format": "prettier --write \"src/**/*.{ts,tsx,json}\" --color"
40
40
  },
41
41
  "dependencies": {
42
- "@conboai/storybook.components": "^0.5.66",
42
+ "@conboai/storybook.components": "^0.5.70",
43
43
  "@emotion/react": "^11.11.4",
44
44
  "@emotion/styled": "^11.11.5",
45
45
  "@hookform/resolvers": "^3.9.1",