@xyo-network/react-error 2.62.3 → 2.63.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (135) hide show
  1. package/dist/cjs/components/ErrorBoundary/ThrownErrorBoundary.js +43 -0
  2. package/dist/cjs/components/ErrorBoundary/ThrownErrorBoundary.js.map +1 -0
  3. package/dist/cjs/components/ErrorBoundary/index.js +5 -0
  4. package/dist/cjs/components/ErrorBoundary/index.js.map +1 -0
  5. package/dist/cjs/components/ErrorRender/ErrorAlert.js +14 -0
  6. package/dist/cjs/components/ErrorRender/ErrorAlert.js.map +1 -0
  7. package/dist/cjs/components/ErrorRender/Props.js +3 -0
  8. package/dist/cjs/components/ErrorRender/Props.js.map +1 -0
  9. package/dist/cjs/components/ErrorRender/Render.js +30 -0
  10. package/dist/cjs/components/ErrorRender/Render.js.map +1 -0
  11. package/dist/cjs/components/ErrorRender/index.js +7 -0
  12. package/dist/cjs/components/ErrorRender/index.js.map +1 -0
  13. package/dist/cjs/components/index.js +6 -0
  14. package/dist/cjs/components/index.js.map +1 -0
  15. package/dist/cjs/contexts/ErrorReporter/Context.js +6 -0
  16. package/dist/cjs/contexts/ErrorReporter/Context.js.map +1 -0
  17. package/dist/cjs/contexts/ErrorReporter/Provider.js +17 -0
  18. package/dist/cjs/contexts/ErrorReporter/Provider.js.map +1 -0
  19. package/dist/cjs/contexts/ErrorReporter/State.js +3 -0
  20. package/dist/cjs/contexts/ErrorReporter/State.js.map +1 -0
  21. package/dist/cjs/contexts/ErrorReporter/index.js +7 -0
  22. package/dist/cjs/contexts/ErrorReporter/index.js.map +1 -0
  23. package/dist/cjs/contexts/ErrorReporter/useRollbar.js +14 -0
  24. package/dist/cjs/contexts/ErrorReporter/useRollbar.js.map +1 -0
  25. package/dist/cjs/contexts/index.js +5 -0
  26. package/dist/cjs/contexts/index.js.map +1 -0
  27. package/dist/cjs/index.js +6 -0
  28. package/dist/cjs/index.js.map +1 -0
  29. package/dist/docs.json +44 -44
  30. package/dist/esm/components/ErrorBoundary/ThrownErrorBoundary.js +36 -0
  31. package/dist/esm/components/ErrorBoundary/ThrownErrorBoundary.js.map +1 -0
  32. package/dist/{components/ErrorBoundary/index.d.mts → esm/components/ErrorBoundary/index.js} +1 -1
  33. package/dist/esm/components/ErrorBoundary/index.js.map +1 -0
  34. package/dist/esm/components/ErrorRender/ErrorAlert.js +8 -0
  35. package/dist/esm/components/ErrorRender/ErrorAlert.js.map +1 -0
  36. package/dist/esm/components/ErrorRender/Props.js +2 -0
  37. package/dist/esm/components/ErrorRender/Props.js.map +1 -0
  38. package/dist/esm/components/ErrorRender/Render.js +23 -0
  39. package/dist/esm/components/ErrorRender/Render.js.map +1 -0
  40. package/dist/{components/ErrorRender/index.d.mts → esm/components/ErrorRender/index.js} +1 -1
  41. package/dist/esm/components/ErrorRender/index.js.map +1 -0
  42. package/dist/{components/index.d.mts → esm/components/index.js} +1 -1
  43. package/dist/esm/components/index.js.map +1 -0
  44. package/dist/esm/contexts/ErrorReporter/Context.js +3 -0
  45. package/dist/esm/contexts/ErrorReporter/Context.js.map +1 -0
  46. package/dist/esm/contexts/ErrorReporter/Provider.js +14 -0
  47. package/dist/esm/contexts/ErrorReporter/Provider.js.map +1 -0
  48. package/dist/esm/contexts/ErrorReporter/State.js +2 -0
  49. package/dist/esm/contexts/ErrorReporter/State.js.map +1 -0
  50. package/dist/{contexts/ErrorReporter/index.d.mts → esm/contexts/ErrorReporter/index.js} +1 -1
  51. package/dist/esm/contexts/ErrorReporter/index.js.map +1 -0
  52. package/dist/esm/contexts/ErrorReporter/useRollbar.js +11 -0
  53. package/dist/esm/contexts/ErrorReporter/useRollbar.js.map +1 -0
  54. package/dist/esm/contexts/index.js +2 -0
  55. package/dist/esm/contexts/index.js.map +1 -0
  56. package/dist/{index.d.mts → esm/index.js} +1 -1
  57. package/dist/esm/index.js.map +1 -0
  58. package/dist/types/components/ErrorBoundary/ThrownErrorBoundary.d.ts.map +1 -0
  59. package/dist/types/components/ErrorBoundary/index.d.ts.map +1 -0
  60. package/dist/types/components/ErrorRender/ErrorAlert.d.ts.map +1 -0
  61. package/dist/types/components/ErrorRender/Props.d.ts.map +1 -0
  62. package/dist/types/components/ErrorRender/Render.d.ts.map +1 -0
  63. package/dist/types/components/ErrorRender/index.d.ts.map +1 -0
  64. package/dist/types/components/index.d.ts.map +1 -0
  65. package/dist/types/contexts/ErrorReporter/Context.d.ts.map +1 -0
  66. package/dist/types/contexts/ErrorReporter/Provider.d.ts.map +1 -0
  67. package/dist/types/contexts/ErrorReporter/State.d.ts.map +1 -0
  68. package/dist/types/contexts/ErrorReporter/index.d.ts.map +1 -0
  69. package/dist/types/contexts/ErrorReporter/useRollbar.d.ts.map +1 -0
  70. package/dist/types/contexts/index.d.ts.map +1 -0
  71. package/dist/types/index.d.ts.map +1 -0
  72. package/package.json +19 -27
  73. package/dist/components/ErrorBoundary/ThrownErrorBoundary.d.mts +0 -21
  74. package/dist/components/ErrorBoundary/ThrownErrorBoundary.d.mts.map +0 -1
  75. package/dist/components/ErrorBoundary/ThrownErrorBoundary.d.ts.map +0 -1
  76. package/dist/components/ErrorBoundary/ThrownErrorBoundary.stories.d.mts +0 -7
  77. package/dist/components/ErrorBoundary/ThrownErrorBoundary.stories.d.mts.map +0 -1
  78. package/dist/components/ErrorBoundary/ThrownErrorBoundary.stories.d.ts +0 -7
  79. package/dist/components/ErrorBoundary/ThrownErrorBoundary.stories.d.ts.map +0 -1
  80. package/dist/components/ErrorBoundary/index.d.mts.map +0 -1
  81. package/dist/components/ErrorBoundary/index.d.ts.map +0 -1
  82. package/dist/components/ErrorRender/ErrorAlert.d.mts +0 -10
  83. package/dist/components/ErrorRender/ErrorAlert.d.mts.map +0 -1
  84. package/dist/components/ErrorRender/ErrorAlert.d.ts.map +0 -1
  85. package/dist/components/ErrorRender/Props.d.mts +0 -12
  86. package/dist/components/ErrorRender/Props.d.mts.map +0 -1
  87. package/dist/components/ErrorRender/Props.d.ts.map +0 -1
  88. package/dist/components/ErrorRender/Render.d.mts +0 -4
  89. package/dist/components/ErrorRender/Render.d.mts.map +0 -1
  90. package/dist/components/ErrorRender/Render.d.ts.map +0 -1
  91. package/dist/components/ErrorRender/index.d.mts.map +0 -1
  92. package/dist/components/ErrorRender/index.d.ts.map +0 -1
  93. package/dist/components/index.d.mts.map +0 -1
  94. package/dist/components/index.d.ts.map +0 -1
  95. package/dist/contexts/ErrorReporter/Context.d.mts +0 -4
  96. package/dist/contexts/ErrorReporter/Context.d.mts.map +0 -1
  97. package/dist/contexts/ErrorReporter/Context.d.ts.map +0 -1
  98. package/dist/contexts/ErrorReporter/Provider.d.mts +0 -9
  99. package/dist/contexts/ErrorReporter/Provider.d.mts.map +0 -1
  100. package/dist/contexts/ErrorReporter/Provider.d.ts.map +0 -1
  101. package/dist/contexts/ErrorReporter/Provider.stories.d.mts +0 -10
  102. package/dist/contexts/ErrorReporter/Provider.stories.d.mts.map +0 -1
  103. package/dist/contexts/ErrorReporter/Provider.stories.d.ts +0 -10
  104. package/dist/contexts/ErrorReporter/Provider.stories.d.ts.map +0 -1
  105. package/dist/contexts/ErrorReporter/State.d.mts +0 -5
  106. package/dist/contexts/ErrorReporter/State.d.mts.map +0 -1
  107. package/dist/contexts/ErrorReporter/State.d.ts.map +0 -1
  108. package/dist/contexts/ErrorReporter/index.d.mts.map +0 -1
  109. package/dist/contexts/ErrorReporter/index.d.ts.map +0 -1
  110. package/dist/contexts/ErrorReporter/useRollbar.d.mts +0 -3
  111. package/dist/contexts/ErrorReporter/useRollbar.d.mts.map +0 -1
  112. package/dist/contexts/ErrorReporter/useRollbar.d.ts.map +0 -1
  113. package/dist/contexts/index.d.mts +0 -2
  114. package/dist/contexts/index.d.mts.map +0 -1
  115. package/dist/contexts/index.d.ts.map +0 -1
  116. package/dist/index.d.mts.map +0 -1
  117. package/dist/index.d.ts.map +0 -1
  118. package/dist/index.js +0 -159
  119. package/dist/index.js.map +0 -1
  120. package/dist/index.mjs +0 -118
  121. package/dist/index.mjs.map +0 -1
  122. /package/dist/{components → types/components}/ErrorBoundary/ThrownErrorBoundary.d.ts +0 -0
  123. /package/dist/{components → types/components}/ErrorBoundary/index.d.ts +0 -0
  124. /package/dist/{components → types/components}/ErrorRender/ErrorAlert.d.ts +0 -0
  125. /package/dist/{components → types/components}/ErrorRender/Props.d.ts +0 -0
  126. /package/dist/{components → types/components}/ErrorRender/Render.d.ts +0 -0
  127. /package/dist/{components → types/components}/ErrorRender/index.d.ts +0 -0
  128. /package/dist/{components → types/components}/index.d.ts +0 -0
  129. /package/dist/{contexts → types/contexts}/ErrorReporter/Context.d.ts +0 -0
  130. /package/dist/{contexts → types/contexts}/ErrorReporter/Provider.d.ts +0 -0
  131. /package/dist/{contexts → types/contexts}/ErrorReporter/State.d.ts +0 -0
  132. /package/dist/{contexts → types/contexts}/ErrorReporter/index.d.ts +0 -0
  133. /package/dist/{contexts → types/contexts}/ErrorReporter/useRollbar.d.ts +0 -0
  134. /package/dist/{contexts → types/contexts}/index.d.ts +0 -0
  135. /package/dist/{index.d.ts → types/index.d.ts} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Props.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorRender/Props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,MAAM,WAAW,gBAAiB,SAAQ,YAAY;IACpD,WAAW,CAAC,EAAE,SAAS,CAAA;IACvB,KAAK,CAAC,EAAE,WAAW,GAAG,KAAK,CAAA;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;CACtB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Render.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorRender/Render.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAkClD,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ErrorRender/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../../src/contexts/ErrorReporter/Context.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAA;AAEnD,eAAO,MAAM,oBAAoB,oDAA+C,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../../src/contexts/ErrorReporter/Provider.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAEnD,OAAO,OAAO,MAAM,SAAS,CAAA;AAI7B,MAAM,WAAW,0BAA0B;IACzC,OAAO,EAAE,OAAO,CAAA;CACjB;AAED,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,0BAA0B,CAAC,CAU7E,CAAA;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"State.d.ts","sourceRoot":"","sources":["../../../../src/contexts/ErrorReporter/State.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,SAAS,CAAA;AAE7B,MAAM,WAAW,yBAAyB;IACxC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/contexts/ErrorReporter/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useRollbar.d.ts","sourceRoot":"","sources":["../../../../src/contexts/ErrorReporter/useRollbar.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,UAAU,mDAOf,CAAA;AAED,OAAO,EAAE,UAAU,EAAE,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/contexts/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA"}
package/package.json CHANGED
@@ -10,10 +10,10 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-button": "~2.18.4",
14
- "@xylabs/react-flexbox": "~2.18.4",
15
- "@xylabs/react-shared": "~2.18.4",
16
- "@xyo-network/payload-model": "^2.74.1"
13
+ "@xylabs/react-button": "~2.19.1",
14
+ "@xylabs/react-flexbox": "~2.19.1",
15
+ "@xylabs/react-shared": "~2.19.1",
16
+ "@xyo-network/payload-model": "^2.74.3"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "@mui/icons-material": "^5",
@@ -26,8 +26,8 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@storybook/react": "^7.4.3",
29
- "@xylabs/ts-scripts-yarn3": "^3.0.28",
30
- "@xylabs/tsconfig-react": "^3.0.28",
29
+ "@xylabs/ts-scripts-yarn3": "^2.19.12",
30
+ "@xylabs/tsconfig-react": "^2.19.12",
31
31
  "typescript": "^5.2.2"
32
32
  },
33
33
  "peerDependenciesMeta": {
@@ -36,35 +36,27 @@
36
36
  }
37
37
  },
38
38
  "description": "Common React library for all XYO projects that use React",
39
+ "browser": "dist/esm/index.js",
39
40
  "docs": "dist/docs.json",
40
41
  "exports": {
41
42
  ".": {
42
43
  "node": {
43
- "import": {
44
- "types": "./dist/index.d.mts",
45
- "default": "./dist/index.mjs"
46
- },
47
- "require": {
48
- "types": "./dist/index.d.ts",
49
- "default": "./dist/index.js"
50
- }
44
+ "import": "./dist/esm/index.js",
45
+ "require": "./dist/cjs/index.js"
51
46
  },
52
47
  "browser": {
53
- "import": {
54
- "types": "./dist/index.d.mts",
55
- "default": "./dist/index.mjs"
56
- },
57
- "require": {
58
- "types": "./dist/index.d.ts",
59
- "default": "./dist/index.js"
60
- }
48
+ "import": "./dist/esm/index.js",
49
+ "require": "./dist/cjs/index.js"
61
50
  },
62
- "default": "./dist/index.mjs"
51
+ "default": "./dist/esm/index.js"
52
+ },
53
+ "./dist/docs.json": {
54
+ "default": "./dist/docs.json"
63
55
  },
64
56
  "./package.json": "./package.json"
65
57
  },
66
- "main": "dist/index.js",
67
- "module": "dist/index.mjs",
58
+ "main": "dist/cjs/index.js",
59
+ "module": "dist/esm/index.js",
68
60
  "homepage": "https://xyo.network",
69
61
  "keywords": [
70
62
  "xyo",
@@ -85,6 +77,6 @@
85
77
  "license": "yarn license-checker --exclude \"MIT, ISC, Apache-2.0, BSD, BSD-2-Clause, CC-BY-4.0, Unlicense, CC-BY-3.0, CC0-1.0\""
86
78
  },
87
79
  "sideEffects": false,
88
- "types": "dist/index.d.ts",
89
- "version": "2.62.3"
80
+ "types": "dist/types/index.d.ts",
81
+ "version": "2.63.1"
90
82
  }
@@ -1,21 +0,0 @@
1
- import { ModuleError } from '@xyo-network/payload-model';
2
- import { Component, ErrorInfo, ReactNode } from 'react';
3
- import Rollbar from 'rollbar';
4
- export interface ThrownErrorBoundaryProps {
5
- boundaryName?: string;
6
- children: ReactNode;
7
- errorComponent?: (e: ModuleError, boundaryName?: string) => ReactNode;
8
- rethrow?: boolean;
9
- rollbar?: Rollbar;
10
- }
11
- export interface ThrownErrorBoundaryState {
12
- xyoError?: ModuleError;
13
- }
14
- export declare class ThrownErrorBoundary extends Component<ThrownErrorBoundaryProps, ThrownErrorBoundaryState> {
15
- state: ThrownErrorBoundaryState;
16
- static getDerivedStateFromError(error: Error): ThrownErrorBoundaryState;
17
- static normalizeError(error: Error | ModuleError): ModuleError;
18
- componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
19
- render(): string | number | boolean | import("react/jsx-runtime").JSX.Element | Iterable<ReactNode> | null | undefined;
20
- }
21
- //# sourceMappingURL=ThrownErrorBoundary.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ThrownErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorBoundary/ThrownErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAqB,MAAM,4BAA4B,CAAA;AAC3E,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACvD,OAAO,OAAO,MAAM,SAAS,CAAA;AAI7B,MAAM,WAAW,wBAAwB;IACvC,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,EAAE,SAAS,CAAA;IACnB,cAAc,CAAC,EAAE,CAAC,CAAC,EAAE,WAAW,EAAE,YAAY,CAAC,EAAE,MAAM,KAAK,SAAS,CAAA;IACrE,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,EAAE,WAAW,CAAA;CACvB;AAED,qBAAa,mBAAoB,SAAQ,SAAS,CAAC,wBAAwB,EAAE,wBAAwB,CAAC;IACpF,KAAK,EAAE,wBAAwB,CAE9C;IAED,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,KAAK;WAI9B,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,WAAW,GAAG,WAAW;IAMrD,iBAAiB,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS;IAYpD,MAAM;CAYvB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ThrownErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorBoundary/ThrownErrorBoundary.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAqB,MAAM,4BAA4B,CAAA;AAC3E,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AACvD,OAAO,OAAO,MAAM,SAAS,CAAA;AAI7B,MAAM,WAAW,wBAAwB;IACvC,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,EAAE,SAAS,CAAA;IACnB,cAAc,CAAC,EAAE,CAAC,CAAC,EAAE,WAAW,EAAE,YAAY,CAAC,EAAE,MAAM,KAAK,SAAS,CAAA;IACrE,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,EAAE,WAAW,CAAA;CACvB;AAED,qBAAa,mBAAoB,SAAQ,SAAS,CAAC,wBAAwB,EAAE,wBAAwB,CAAC;IACpF,KAAK,EAAE,wBAAwB,CAE9C;IAED,MAAM,CAAC,wBAAwB,CAAC,KAAK,EAAE,KAAK;WAI9B,cAAc,CAAC,KAAK,EAAE,KAAK,GAAG,WAAW,GAAG,WAAW;IAMrD,iBAAiB,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,SAAS;IAYpD,MAAM;CAYvB"}
@@ -1,7 +0,0 @@
1
- import { Meta } from '@storybook/react';
2
- declare const StorybookEntry: Meta;
3
- declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./ThrownErrorBoundary").ThrownErrorBoundaryProps>;
4
- declare const CustomErrorComponent: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./ThrownErrorBoundary").ThrownErrorBoundaryProps>;
5
- export { CustomErrorComponent, Default };
6
- export default StorybookEntry;
7
- //# sourceMappingURL=ThrownErrorBoundary.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ThrownErrorBoundary.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorBoundary/ThrownErrorBoundary.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAW,MAAM,kBAAkB,CAAA;AAIhD,QAAA,MAAM,cAAc,EAAE,IAGrB,CAAA;AAUD,QAAA,MAAM,OAAO,yJAAoB,CAAA;AAGjC,QAAA,MAAM,oBAAoB,yJAAoB,CAAA;AAK9C,OAAO,EAAE,oBAAoB,EAAE,OAAO,EAAE,CAAA;AAGxC,eAAe,cAAc,CAAA"}
@@ -1,7 +0,0 @@
1
- import { Meta } from '@storybook/react';
2
- declare const StorybookEntry: Meta;
3
- declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./ThrownErrorBoundary").ThrownErrorBoundaryProps>;
4
- declare const CustomErrorComponent: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("./ThrownErrorBoundary").ThrownErrorBoundaryProps>;
5
- export { CustomErrorComponent, Default };
6
- export default StorybookEntry;
7
- //# sourceMappingURL=ThrownErrorBoundary.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ThrownErrorBoundary.stories.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorBoundary/ThrownErrorBoundary.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAW,MAAM,kBAAkB,CAAA;AAIhD,QAAA,MAAM,cAAc,EAAE,IAGrB,CAAA;AAUD,QAAA,MAAM,OAAO,yJAAoB,CAAA;AAGjC,QAAA,MAAM,oBAAoB,yJAAoB,CAAA;AAK9C,OAAO,EAAE,oBAAoB,EAAE,OAAO,EAAE,CAAA;AAGxC,eAAe,cAAc,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorBoundary/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorBoundary/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA"}
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- import { AlertProps } from '@mui/material';
3
- import { ModuleError } from '@xyo-network/payload-model';
4
- export interface ErrorAlertProps extends AlertProps {
5
- error?: ModuleError | Error;
6
- errorContext?: string;
7
- onCancel?: () => void;
8
- }
9
- export declare const ErrorAlert: React.FC<ErrorAlertProps>;
10
- //# sourceMappingURL=ErrorAlert.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ErrorAlert.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorRender/ErrorAlert.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,UAAU,EAA0B,MAAM,eAAe,CAAA;AAEzE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAExD,MAAM,WAAW,eAAgB,SAAQ,UAAU;IACjD,KAAK,CAAC,EAAE,WAAW,GAAG,KAAK,CAAA;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;CACtB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAoBhD,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ErrorAlert.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorRender/ErrorAlert.tsx"],"names":[],"mappings":";AACA,OAAO,EAAS,UAAU,EAA0B,MAAM,eAAe,CAAA;AAEzE,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAExD,MAAM,WAAW,eAAgB,SAAQ,UAAU;IACjD,KAAK,CAAC,EAAE,WAAW,GAAG,KAAK,CAAA;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;CACtB;AAED,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAoBhD,CAAA"}
@@ -1,12 +0,0 @@
1
- import { FlexBoxProps } from '@xylabs/react-flexbox';
2
- import { ModuleError } from '@xyo-network/payload-model';
3
- import { ReactNode } from 'react';
4
- export interface ErrorRenderProps extends FlexBoxProps {
5
- customError?: ReactNode;
6
- error?: ModuleError | Error;
7
- errorContext?: string;
8
- noErrorDisplay?: boolean;
9
- noReAuth?: boolean;
10
- onCancel?: () => void;
11
- }
12
- //# sourceMappingURL=Props.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Props.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorRender/Props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,MAAM,WAAW,gBAAiB,SAAQ,YAAY;IACpD,WAAW,CAAC,EAAE,SAAS,CAAA;IACvB,KAAK,CAAC,EAAE,WAAW,GAAG,KAAK,CAAA;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;CACtB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Props.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorRender/Props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAA;AACxD,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,MAAM,WAAW,gBAAiB,SAAQ,YAAY;IACpD,WAAW,CAAC,EAAE,SAAS,CAAA;IACvB,KAAK,CAAC,EAAE,WAAW,GAAG,KAAK,CAAA;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAA;CACtB"}
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import { ErrorRenderProps } from './Props';
3
- export declare const ErrorRender: React.FC<ErrorRenderProps>;
4
- //# sourceMappingURL=Render.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Render.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorRender/Render.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAkClD,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Render.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorRender/Render.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAkClD,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorRender/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorRender/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA"}
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import { ErrorReporterContextState } from './State';
3
- export declare const ErrorReporterContext: import("react").Context<ErrorReporterContextState>;
4
- //# sourceMappingURL=Context.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../src/contexts/ErrorReporter/Context.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAA;AAEnD,eAAO,MAAM,oBAAoB,oDAA+C,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Context.d.ts","sourceRoot":"","sources":["../../../src/contexts/ErrorReporter/Context.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAA;AAEnD,eAAO,MAAM,oBAAoB,oDAA+C,CAAA"}
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- import { WithChildren } from '@xylabs/react-shared';
3
- import Rollbar from 'rollbar';
4
- export interface ErrorReporterProviderProps {
5
- rollbar: Rollbar;
6
- }
7
- declare const ErrorReporterProvider: React.FC<WithChildren<ErrorReporterProviderProps>>;
8
- export { ErrorReporterProvider };
9
- //# sourceMappingURL=Provider.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../src/contexts/ErrorReporter/Provider.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAEnD,OAAO,OAAO,MAAM,SAAS,CAAA;AAI7B,MAAM,WAAW,0BAA0B;IACzC,OAAO,EAAE,OAAO,CAAA;CACjB;AAED,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,0BAA0B,CAAC,CAU7E,CAAA;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Provider.d.ts","sourceRoot":"","sources":["../../../src/contexts/ErrorReporter/Provider.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAA;AAEnD,OAAO,OAAO,MAAM,SAAS,CAAA;AAI7B,MAAM,WAAW,0BAA0B;IACzC,OAAO,EAAE,OAAO,CAAA;CACjB;AAED,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAAC,0BAA0B,CAAC,CAU7E,CAAA;AAED,OAAO,EAAE,qBAAqB,EAAE,CAAA"}
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, Omit<import("./Provider").ErrorReporterProviderProps, "children"> & {
3
- children?: import("react").ReactNode;
4
- }>;
5
- declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<import("./Provider").ErrorReporterProviderProps, "children"> & {
6
- children?: import("react").ReactNode;
7
- }>;
8
- export { Default };
9
- export default StorybookEntry;
10
- //# sourceMappingURL=Provider.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Provider.stories.d.ts","sourceRoot":"","sources":["../../../src/contexts/ErrorReporter/Provider.stories.tsx"],"names":[],"mappings":";AAOA,QAAA,MAAM,cAAc;;EASmB,CAAA;AAkBvC,QAAA,MAAM,OAAO;;EAAoB,CAAA;AAEjC,OAAO,EAAE,OAAO,EAAE,CAAA;AAGlB,eAAe,cAAc,CAAA"}
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- declare const StorybookEntry: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, Omit<import("./Provider").ErrorReporterProviderProps, "children"> & {
3
- children?: import("react").ReactNode;
4
- }>;
5
- declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, Omit<import("./Provider").ErrorReporterProviderProps, "children"> & {
6
- children?: import("react").ReactNode;
7
- }>;
8
- export { Default };
9
- export default StorybookEntry;
10
- //# sourceMappingURL=Provider.stories.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Provider.stories.d.ts","sourceRoot":"","sources":["../../../src/contexts/ErrorReporter/Provider.stories.tsx"],"names":[],"mappings":";AAOA,QAAA,MAAM,cAAc;;EASmB,CAAA;AAkBvC,QAAA,MAAM,OAAO;;EAAoB,CAAA;AAEjC,OAAO,EAAE,OAAO,EAAE,CAAA;AAGlB,eAAe,cAAc,CAAA"}
@@ -1,5 +0,0 @@
1
- import Rollbar from 'rollbar';
2
- export interface ErrorReporterContextState {
3
- rollbar?: Rollbar;
4
- }
5
- //# sourceMappingURL=State.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"State.d.ts","sourceRoot":"","sources":["../../../src/contexts/ErrorReporter/State.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,SAAS,CAAA;AAE7B,MAAM,WAAW,yBAAyB;IACxC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"State.d.ts","sourceRoot":"","sources":["../../../src/contexts/ErrorReporter/State.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,SAAS,CAAA;AAE7B,MAAM,WAAW,yBAAyB;IACxC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/contexts/ErrorReporter/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/contexts/ErrorReporter/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA"}
@@ -1,3 +0,0 @@
1
- declare const useRollbar: () => import("./State").ErrorReporterContextState;
2
- export { useRollbar };
3
- //# sourceMappingURL=useRollbar.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useRollbar.d.ts","sourceRoot":"","sources":["../../../src/contexts/ErrorReporter/useRollbar.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,UAAU,mDAOf,CAAA;AAED,OAAO,EAAE,UAAU,EAAE,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useRollbar.d.ts","sourceRoot":"","sources":["../../../src/contexts/ErrorReporter/useRollbar.tsx"],"names":[],"mappings":"AAIA,QAAA,MAAM,UAAU,mDAOf,CAAA;AAED,OAAO,EAAE,UAAU,EAAE,CAAA"}
@@ -1,2 +0,0 @@
1
- export * from './ErrorReporter';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/contexts/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/contexts/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA"}
package/dist/index.js DELETED
@@ -1,159 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
-
30
- // src/index.ts
31
- var src_exports = {};
32
- __export(src_exports, {
33
- ErrorAlert: () => ErrorAlert,
34
- ErrorRender: () => ErrorRender,
35
- ErrorReporterProvider: () => ErrorReporterProvider,
36
- ThrownErrorBoundary: () => ThrownErrorBoundary,
37
- useRollbar: () => useRollbar
38
- });
39
- module.exports = __toCommonJS(src_exports);
40
-
41
- // src/components/ErrorBoundary/ThrownErrorBoundary.tsx
42
- var import_payload_model = require("@xyo-network/payload-model");
43
- var import_react2 = require("react");
44
-
45
- // src/components/ErrorRender/ErrorAlert.tsx
46
- var import_ExitToApp = __toESM(require("@mui/icons-material/ExitToApp"));
47
- var import_material = require("@mui/material");
48
- var import_react_button = require("@xylabs/react-button");
49
- var import_jsx_runtime = require("react/jsx-runtime");
50
- var ErrorAlert = ({ onCancel, error, errorContext, ...props }) => {
51
- return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_material.Alert, { severity: "error", ...props, children: [
52
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_material.AlertTitle, { children: "Whoops! Something went wrong" }),
53
- errorContext ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_material.Typography, { variant: "caption", my: 0.5, lineHeight: "1", display: "block", children: errorContext }) : null,
54
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_material.Typography, { variant: "caption", mr: 0.5, fontWeight: "bold", children: "Error:" }),
55
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_material.Typography, { variant: "caption", children: error?.message }),
56
- onCancel ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_button.ButtonEx, { variant: "outlined", size: "small", onClick: onCancel, position: "absolute", style: { right: 8, top: 8 }, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ExitToApp.default, { fontSize: "small" }) }) : null
57
- ] });
58
- };
59
-
60
- // src/components/ErrorRender/Render.tsx
61
- var import_react_flexbox = require("@xylabs/react-flexbox");
62
- var import_react = require("react");
63
- var import_react_router_dom = require("react-router-dom");
64
- var import_jsx_runtime2 = require("react/jsx-runtime");
65
- var ErrorRender = ({
66
- onCancel,
67
- error,
68
- noErrorDisplay = false,
69
- customError = null,
70
- children,
71
- errorContext,
72
- ...props
73
- }) => {
74
- const location = (0, import_react_router_dom.useLocation)();
75
- (0, import_react.useEffect)(() => {
76
- location.state = {
77
- from: {
78
- pathname: window.location.pathname
79
- }
80
- };
81
- }, [location]);
82
- if (error) {
83
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_react_flexbox.FlexCol, { alignItems: "stretch", ...props, children: noErrorDisplay ? customError : /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_react_flexbox.FlexCol, { alignItems: "center", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(ErrorAlert, { error, errorContext, onCancel }) }) });
84
- } else {
85
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_jsx_runtime2.Fragment, { children }) ?? null;
86
- }
87
- };
88
-
89
- // src/components/ErrorBoundary/ThrownErrorBoundary.tsx
90
- var import_jsx_runtime3 = require("react/jsx-runtime");
91
- var ThrownErrorBoundary = class _ThrownErrorBoundary extends import_react2.Component {
92
- state = {
93
- xyoError: void 0
94
- };
95
- static getDerivedStateFromError(error) {
96
- return { hasError: true, xyoError: _ThrownErrorBoundary.normalizeError(error) };
97
- }
98
- static normalizeError(error) {
99
- return error.schema === import_payload_model.ModuleErrorSchema ? error : { message: error.message, schema: import_payload_model.ModuleErrorSchema, sources: [] };
100
- }
101
- componentDidCatch(error, errorInfo) {
102
- const { rethrow, rollbar } = this.props;
103
- const { xyoError } = this.state;
104
- rollbar?.error(error);
105
- console.error("Error:", xyoError, errorInfo);
106
- if (rethrow) {
107
- throw error;
108
- }
109
- }
110
- render() {
111
- const { xyoError } = this.state;
112
- const { children, boundaryName, errorComponent } = this.props;
113
- if (xyoError) {
114
- if (errorComponent) {
115
- return errorComponent(xyoError);
116
- }
117
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(ErrorRender, { error: xyoError, errorContext: `${boundaryName} Boundary` });
118
- }
119
- return children;
120
- }
121
- };
122
-
123
- // src/contexts/ErrorReporter/Provider.tsx
124
- var import_react4 = require("react");
125
-
126
- // src/contexts/ErrorReporter/Context.ts
127
- var import_react3 = require("react");
128
- var ErrorReporterContext = (0, import_react3.createContext)({});
129
-
130
- // src/contexts/ErrorReporter/Provider.tsx
131
- var import_jsx_runtime4 = require("react/jsx-runtime");
132
- var ErrorReporterProvider = ({ children, rollbar }) => {
133
- const [rollbarInstance, setRollBarInstance] = (0, import_react4.useState)();
134
- (0, import_react4.useEffect)(() => {
135
- if (rollbarInstance) {
136
- setRollBarInstance(rollbarInstance);
137
- }
138
- }, [rollbar, rollbarInstance]);
139
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(ErrorReporterContext.Provider, { value: { rollbar }, children });
140
- };
141
-
142
- // src/contexts/ErrorReporter/useRollbar.tsx
143
- var import_react5 = require("react");
144
- var useRollbar = () => {
145
- const context = (0, import_react5.useContext)(ErrorReporterContext);
146
- if (context === void 0) {
147
- console.warn("useRollbar must be used within a ErrorReporterContext");
148
- }
149
- return context ?? {};
150
- };
151
- // Annotate the CommonJS export names for ESM import in node:
152
- 0 && (module.exports = {
153
- ErrorAlert,
154
- ErrorRender,
155
- ErrorReporterProvider,
156
- ThrownErrorBoundary,
157
- useRollbar
158
- });
159
- //# sourceMappingURL=index.js.map
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts","../src/components/ErrorBoundary/ThrownErrorBoundary.tsx","../src/components/ErrorRender/ErrorAlert.tsx","../src/components/ErrorRender/Render.tsx","../src/contexts/ErrorReporter/Provider.tsx","../src/contexts/ErrorReporter/Context.ts","../src/contexts/ErrorReporter/useRollbar.tsx"],"sourcesContent":["export * from './components'\nexport * from './contexts'\n","import { ModuleError, ModuleErrorSchema } from '@xyo-network/payload-model'\nimport { Component, ErrorInfo, ReactNode } from 'react'\nimport Rollbar from 'rollbar'\n\nimport { ErrorRender } from '../ErrorRender'\n\nexport interface ThrownErrorBoundaryProps {\n boundaryName?: string\n children: ReactNode\n errorComponent?: (e: ModuleError, boundaryName?: string) => ReactNode\n rethrow?: boolean\n rollbar?: Rollbar\n}\n\nexport interface ThrownErrorBoundaryState {\n xyoError?: ModuleError\n}\n\nexport class ThrownErrorBoundary extends Component<ThrownErrorBoundaryProps, ThrownErrorBoundaryState> {\n public override state: ThrownErrorBoundaryState = {\n xyoError: undefined,\n }\n\n static getDerivedStateFromError(error: Error) {\n return { hasError: true, xyoError: ThrownErrorBoundary.normalizeError(error) } as ThrownErrorBoundaryState\n }\n\n public static normalizeError(error: Error | ModuleError): ModuleError {\n return (\n (error as ModuleError).schema === ModuleErrorSchema ? error : { message: error.message, schema: ModuleErrorSchema, sources: [] }\n ) as ModuleError\n }\n\n public override componentDidCatch(error: Error, errorInfo: ErrorInfo) {\n const { rethrow, rollbar } = this.props\n const { xyoError } = this.state\n\n rollbar?.error(error)\n\n console.error('Error:', xyoError, errorInfo)\n if (rethrow) {\n throw error\n }\n }\n\n public override render() {\n const { xyoError } = this.state\n const { children, boundaryName, errorComponent } = this.props\n if (xyoError) {\n if (errorComponent) {\n return errorComponent(xyoError)\n }\n return <ErrorRender error={xyoError} errorContext={`${boundaryName} Boundary`} />\n }\n\n return children\n }\n}\n","import ExitIcon from '@mui/icons-material/ExitToApp'\nimport { Alert, AlertProps, AlertTitle, Typography } from '@mui/material'\nimport { ButtonEx } from '@xylabs/react-button'\nimport { ModuleError } from '@xyo-network/payload-model'\n\nexport interface ErrorAlertProps extends AlertProps {\n error?: ModuleError | Error\n errorContext?: string\n onCancel?: () => void\n}\n\nexport const ErrorAlert: React.FC<ErrorAlertProps> = ({ onCancel, error, errorContext, ...props }) => {\n return (\n <Alert severity=\"error\" {...props}>\n <AlertTitle>Whoops! Something went wrong</AlertTitle>\n {errorContext ? (\n <Typography variant=\"caption\" my={0.5} lineHeight=\"1\" display=\"block\">\n {errorContext}\n </Typography>\n ) : null}\n <Typography variant=\"caption\" mr={0.5} fontWeight=\"bold\">\n Error:\n </Typography>\n <Typography variant=\"caption\">{error?.message}</Typography>\n {onCancel ? (\n <ButtonEx variant=\"outlined\" size=\"small\" onClick={onCancel} position=\"absolute\" style={{ right: 8, top: 8 }}>\n <ExitIcon fontSize=\"small\" />\n </ButtonEx>\n ) : null}\n </Alert>\n )\n}\n","import { FlexCol } from '@xylabs/react-flexbox'\nimport { useEffect } from 'react'\nimport { useLocation } from 'react-router-dom'\n\nimport { ErrorAlert } from './ErrorAlert'\nimport { ErrorRenderProps } from './Props'\n\nexport const ErrorRender: React.FC<ErrorRenderProps> = ({\n onCancel,\n error,\n noErrorDisplay = false,\n customError = null,\n children,\n errorContext,\n ...props\n}) => {\n const location = useLocation()\n useEffect(() => {\n // ensure we end up at the same place we are now after logging in\n location.state = {\n from: {\n pathname: window.location.pathname,\n },\n }\n }, [location])\n\n if (error) {\n return (\n <FlexCol alignItems=\"stretch\" {...props}>\n {noErrorDisplay ? (\n customError\n ) : (\n <FlexCol alignItems=\"center\" {...props}>\n <ErrorAlert error={error} errorContext={errorContext} onCancel={onCancel} />\n </FlexCol>\n )}\n </FlexCol>\n )\n } else {\n return <>{children}</> ?? null\n }\n}\n","import { WithChildren } from '@xylabs/react-shared'\nimport { useEffect, useState } from 'react'\nimport Rollbar from 'rollbar'\n\nimport { ErrorReporterContext } from './Context'\n\nexport interface ErrorReporterProviderProps {\n rollbar: Rollbar\n}\n\nconst ErrorReporterProvider: React.FC<WithChildren<ErrorReporterProviderProps>> = ({ children, rollbar }) => {\n const [rollbarInstance, setRollBarInstance] = useState<Rollbar>()\n\n useEffect(() => {\n if (rollbarInstance) {\n setRollBarInstance(rollbarInstance)\n }\n }, [rollbar, rollbarInstance])\n\n return <ErrorReporterContext.Provider value={{ rollbar }}>{children}</ErrorReporterContext.Provider>\n}\n\nexport { ErrorReporterProvider }\n","import { createContext } from 'react'\n\nimport { ErrorReporterContextState } from './State'\n\nexport const ErrorReporterContext = createContext<ErrorReporterContextState>({})\n","import { useContext } from 'react'\n\nimport { ErrorReporterContext } from './Context'\n\nconst useRollbar = () => {\n const context = useContext(ErrorReporterContext)\n if (context === undefined) {\n console.warn('useRollbar must be used within a ErrorReporterContext')\n }\n\n return context ?? {}\n}\n\nexport { useRollbar }\n"],"mappings":"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","names":["import_react","ExitIcon","import_jsx_runtime","import_jsx_runtime","import_react","import_react","import_jsx_runtime","import_react"]}