@conboai/app.db.query 0.4.58 → 0.4.60

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.
@@ -1,6 +1,2 @@
1
- interface IAppLeftBar {
2
- setPanelShown: (value: boolean) => void;
3
- isPanelShown: boolean;
4
- }
5
- declare function AppLeftBar({ setPanelShown, isPanelShown }: IAppLeftBar): import("react/jsx-runtime").JSX.Element;
1
+ declare function AppLeftBar(): import("react/jsx-runtime").JSX.Element;
6
2
  export default AppLeftBar;
@@ -1,4 +1,4 @@
1
1
  declare function AppRightBar({ baseUrl }: {
2
- baseUrl: string | undefined;
2
+ baseUrl?: string;
3
3
  }): import("react/jsx-runtime").JSX.Element;
4
4
  export default AppRightBar;
@@ -1,6 +1,2 @@
1
- interface IAppLeftBar {
2
- setPanelShown: (value: boolean) => void;
3
- isPanelShown: boolean;
4
- }
5
- declare function AppLeftBar({ setPanelShown, isPanelShown }: IAppLeftBar): import("react/jsx-runtime").JSX.Element;
1
+ declare function AppLeftBar(): import("react/jsx-runtime").JSX.Element;
6
2
  export default AppLeftBar;
@@ -1,5 +1,5 @@
1
1
  declare function AppRightBar({ baseUrl, getTabValueLabelsAndSubLabels }: {
2
- baseUrl: string | undefined;
3
- getTabValueLabelsAndSubLabels: any;
2
+ baseUrl?: string | undefined;
3
+ getTabValueLabelsAndSubLabels?: any;
4
4
  }): import("react/jsx-runtime").JSX.Element;
5
5
  export default AppRightBar;
@@ -1,6 +1,2 @@
1
- interface IAppLeftBar {
2
- setPanelShown: (value: boolean) => void;
3
- isPanelShown: boolean;
4
- }
5
- declare function AppLeftBar({ setPanelShown, isPanelShown }: IAppLeftBar): import("react/jsx-runtime").JSX.Element;
1
+ declare function AppLeftBar(): import("react/jsx-runtime").JSX.Element;
6
2
  export default AppLeftBar;
@@ -1,5 +1,5 @@
1
1
  declare function AppRightBar({ baseUrl, getTabValueLabelsAndSubLabels }: {
2
- baseUrl: string | undefined;
3
- getTabValueLabelsAndSubLabels: any;
2
+ baseUrl?: string | undefined;
3
+ getTabValueLabelsAndSubLabels?: any;
4
4
  }): import("react/jsx-runtime").JSX.Element;
5
5
  export default AppRightBar;
@@ -1,5 +1,4 @@
1
1
  import { SxProps } from '@mui/material';
2
2
 
3
3
  export declare const buttonContainerSx: SxProps;
4
- export declare const buttonBurgerIconSx: SxProps;
5
4
  export declare const durationGridSx: SxProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/app.db.query",
3
- "version": "0.4.58",
3
+ "version": "0.4.60",
4
4
  "type": "module",
5
5
  "main": "dist/app.db.query.js",
6
6
  "types": "dist/build/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "generate-query-info": "openapi --input https://dev.test.portsight.ai/api/info/docs-yaml --output ./src/api/queryInfo"
35
35
  },
36
36
  "dependencies": {
37
- "@conboai/storybook.components": "^0.4.60",
37
+ "@conboai/storybook.components": "^0.4.61",
38
38
  "@emotion/react": "^11.11.4",
39
39
  "@emotion/styled": "^11.11.5",
40
40
  "@mui/icons-material": "^5.16.6",