@xyo-network/react-error 7.2.0 → 7.2.1
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,7 +1,7 @@
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
2
2
|
declare const StorybookEntry: Meta;
|
3
|
-
declare const Default: import(".store/storybook-virtual-
|
4
|
-
declare const CustomErrorComponent: import(".store/storybook-virtual-
|
3
|
+
declare const Default: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@xylabs/react-error").ThrownErrorBoundaryProps<import("@xyo-network/payload-model").ModuleError>>;
|
4
|
+
declare const CustomErrorComponent: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("@xylabs/react-error").ThrownErrorBoundaryProps<import("@xyo-network/payload-model").ModuleError>>;
|
5
5
|
export { CustomErrorComponent, Default };
|
6
6
|
export default StorybookEntry;
|
7
7
|
//# sourceMappingURL=ThrownErrorBoundary.stories.d.ts.map
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import type { Meta } from '@storybook/react-vite';
|
2
2
|
declare const StorybookEntry: Meta;
|
3
|
-
declare const Default: import(".store/storybook-virtual-
|
4
|
-
declare const WithTitle: import(".store/storybook-virtual-
|
5
|
-
declare const WithError: import(".store/storybook-virtual-
|
6
|
-
declare const WithScope: import(".store/storybook-virtual-
|
7
|
-
declare const WithErrorAndScope: import(".store/storybook-virtual-
|
8
|
-
declare const WithErrorAndScopeAndTitle: import(".store/storybook-virtual-
|
3
|
+
declare const Default: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, Readonly<import("./ErrorAlert.tsx").ErrorAlertProps<unknown>>>;
|
4
|
+
declare const WithTitle: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, Readonly<import("./ErrorAlert.tsx").ErrorAlertProps<unknown>>>;
|
5
|
+
declare const WithError: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, Readonly<import("./ErrorAlert.tsx").ErrorAlertProps<unknown>>>;
|
6
|
+
declare const WithScope: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, Readonly<import("./ErrorAlert.tsx").ErrorAlertProps<unknown>>>;
|
7
|
+
declare const WithErrorAndScope: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, Readonly<import("./ErrorAlert.tsx").ErrorAlertProps<unknown>>>;
|
8
|
+
declare const WithErrorAndScopeAndTitle: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, Readonly<import("./ErrorAlert.tsx").ErrorAlertProps<unknown>>>;
|
9
9
|
export { Default, WithError, WithErrorAndScope, WithErrorAndScopeAndTitle, WithScope, WithTitle, };
|
10
10
|
export default StorybookEntry;
|
11
11
|
//# sourceMappingURL=ErrorAlert.stories.d.ts.map
|
@@ -2,7 +2,7 @@ import type { Meta } from '@storybook/react-vite';
|
|
2
2
|
import React from 'react';
|
3
3
|
import { ErrorReporterProvider } from './Provider.tsx';
|
4
4
|
declare const StorybookEntry: Meta<typeof ErrorReporterProvider>;
|
5
|
-
declare const Default: import(".store/storybook-virtual-
|
5
|
+
declare const Default: import(".store/storybook-virtual-7f7f5f829e/package/internal/csf").AnnotatedStoryFn<import("@storybook/react-vite").ReactRenderer, import("./Provider.tsx").ErrorReporterProviderProps & {
|
6
6
|
children?: React.ReactNode | undefined;
|
7
7
|
}>;
|
8
8
|
export { Default };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-error",
|
3
|
-
"version": "7.2.
|
3
|
+
"version": "7.2.1",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -47,13 +47,13 @@
|
|
47
47
|
"@xylabs/react-button": "~7.0.4",
|
48
48
|
"@xylabs/react-error": "~7.0.4",
|
49
49
|
"@xylabs/react-flexbox": "~7.0.4",
|
50
|
-
"@xyo-network/payload-model": "~5.1.
|
50
|
+
"@xyo-network/payload-model": "~5.1.2",
|
51
51
|
"react-router-dom": "~7.8.2"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
|
-
"@mui/icons-material": "~7.3.
|
55
|
-
"@mui/material": "~7.3.
|
56
|
-
"@storybook/react-vite": "~9.1.
|
54
|
+
"@mui/icons-material": "~7.3.2",
|
55
|
+
"@mui/material": "~7.3.2",
|
56
|
+
"@storybook/react-vite": "~9.1.5",
|
57
57
|
"@types/react": "~19.1.12",
|
58
58
|
"@xylabs/ts-scripts-yarn3": "~7.1.7",
|
59
59
|
"@xylabs/tsconfig": "~7.1.7",
|
@@ -63,9 +63,9 @@
|
|
63
63
|
"react": "~19.1.1",
|
64
64
|
"react-dom": "~19.1.1",
|
65
65
|
"rollbar": "~2.26.4",
|
66
|
-
"storybook": "~9.1.
|
66
|
+
"storybook": "~9.1.5",
|
67
67
|
"typescript": "~5.9.2",
|
68
|
-
"vite": "~7.1.
|
68
|
+
"vite": "~7.1.5"
|
69
69
|
},
|
70
70
|
"peerDependencies": {
|
71
71
|
"@mui/icons-material": ">=6 <8",
|