@conboai/app.db.query 0.8.26 → 0.8.28

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,2 @@
1
+ declare const NoData: () => import("react/jsx-runtime").JSX.Element;
2
+ export default NoData;
@@ -10,3 +10,5 @@ export declare const descriptionBoxSx: SxProps;
10
10
  export declare const detailsBoxSx: SxProps;
11
11
  export declare const detailsTypographySx: SxProps;
12
12
  export declare const loaderSx: SxProps;
13
+ export declare const noDataBoxSx: SxProps;
14
+ export declare const noDataTypographySx: SxProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.8.26",
3
+ "version": "0.8.28",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",