@equinor/fusion-components
Advanced tools
Comparing version 0.0.38 to 0.0.39
import * as React from "react"; | ||
import { ErrorMessageProps, ErrorTypes } from "../ErrorMessage"; | ||
import { ErrorMessageProps } from "../ErrorMessage"; | ||
export default class ErrorBoundary extends React.Component<ErrorMessageProps> { | ||
static defaultProps: { | ||
errorType: ErrorTypes; | ||
errorType: string; | ||
}; | ||
@@ -7,0 +7,0 @@ state: { |
import * as React from 'react'; | ||
export declare enum ErrorTypes { | ||
error = "error", | ||
accessDenied = "accessDenied", | ||
notFound = "notFound", | ||
noData = "noData" | ||
} | ||
export declare type ErrorTypes = 'error' | 'accessDenied' | 'notFound' | 'noData'; | ||
export declare type ErrorMessageProps = { | ||
@@ -9,0 +4,0 @@ hasError?: boolean; |
{ | ||
"name": "@equinor/fusion-components", | ||
"version": "0.0.38", | ||
"version": "0.0.39", | ||
"description": "Common react components used by fusion core and fusion apps", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
232248
237
2004