@integrativedesigndevelopment/dashboard-core 0.0.9 → 0.0.10

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.
@@ -11,7 +11,7 @@ declare class ErrorBoundary extends Component<Props, State> {
11
11
  state: State;
12
12
  static getDerivedStateFromError(error: Error): State;
13
13
  componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
14
- render(): string | number | boolean | Iterable<React.ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
14
+ render(): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<React.AwaitedReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
15
15
  }
16
16
  export default ErrorBoundary;
17
17
  export type { Props as ErrorBoundaryProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integrativedesigndevelopment/dashboard-core",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Core components and utilities for IDD Dashboard",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -1,11 +0,0 @@
1
- export const images: {
2
- title: string;
3
- uploadDate: string;
4
- uploadedBy: string;
5
- url: string;
6
- size: string;
7
- type: string;
8
- usage: number;
9
- }[];
10
- export function fileIcon(type: any): import("react/jsx-runtime").JSX.Element;
11
- //# sourceMappingURL=media.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"media.d.ts","sourceRoot":"","sources":["../../src/components/media.js"],"names":[],"mappings":"AAAA;;;;;;;;IAqCE;AAEF,6EAgTC"}
@@ -1,13 +0,0 @@
1
- export default meta;
2
- export function Default(args: any): import("react/jsx-runtime").JSX.Element;
3
- export namespace Default {
4
- namespace args {
5
- let name: string;
6
- }
7
- }
8
- declare namespace meta {
9
- export let title: string;
10
- export { DashboardView as component };
11
- }
12
- import DashboardView from '.';
13
- //# sourceMappingURL=index.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/plugin-system/core/Dashboard/views/DashboardView/index.stories.js"],"names":[],"mappings":";AAcA,4EASC;;;;;;;;;;0BAlByB,GAAG"}
@@ -1,3 +0,0 @@
1
- export default isDeepEqual;
2
- declare function isDeepEqual(object1?: {}, object2?: {}): boolean;
3
- //# sourceMappingURL=isDeepEqual.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"isDeepEqual.d.ts","sourceRoot":"","sources":["../../src/utils/isDeepEqual.js"],"names":[],"mappings":";AAAA,kEAoBC"}
@@ -1,3 +0,0 @@
1
- export = logger;
2
- declare const logger: any;
3
- //# sourceMappingURL=logger.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/utils/logger.js"],"names":[],"mappings":";AAgBA,0BAoBG"}