@conboai/app.db.query 0.8.90 → 0.8.92

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 ReferencePointsPanel: () => import("react/jsx-runtime").JSX.Element;
2
+ export default ReferencePointsPanel;
@@ -0,0 +1 @@
1
+ export { default as ReferencePointsPanel } from './ReferencePointsPanel';
@@ -0,0 +1,6 @@
1
+ import { SxProps } from '@mui/material';
2
+
3
+ export declare const referencePointsPanelSx: SxProps;
4
+ export declare const referencePointsPanelWrapperSx: SxProps;
5
+ export declare const keySx: SxProps;
6
+ export declare const valueSx: SxProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.8.90",
3
+ "version": "0.8.92",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",