@rationalbloks/frontblok-components 0.1.0 → 0.1.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.
package/README.md CHANGED
@@ -21,8 +21,8 @@ npm install @rationalbloks/frontblok-components
21
21
 
22
22
  ```json
23
23
  {
24
- "@mui/material": "^5.0.0 || ^6.0.0",
25
- "@mui/icons-material": "^5.0.0 || ^6.0.0",
24
+ "@mui/material": "^5.0.0 || ^6.0.0 || ^7.0.0",
25
+ "@mui/icons-material": "^5.0.0 || ^6.0.0 || ^7.0.0",
26
26
  "@emotion/react": "^11.0.0",
27
27
  "@emotion/styled": "^11.0.0",
28
28
  "@react-oauth/google": "^0.12.0",
@@ -49,7 +49,7 @@ npm install @rationalbloks/frontblok-components
49
49
  | Component | Props | Description |
50
50
  |-----------|-------|-------------|
51
51
  | `ErrorBoundary` | `children`, `supportEmail?` | React error boundary |
52
- | `ErrorFallback` | `error`, `resetErrorBoundary`, ... | Error display component |
52
+ | `ErrorFallback` | `error`, `errorInfo`, `resetError`, `supportEmail` | Error display component |
53
53
  | `ConfirmationModal` | `open`, `onClose`, `onConfirm`, `title`, `message`, ... | Confirmation dialog |
54
54
  | `createNavbar(config)` | Factory function | Creates configured navbar component |
55
55