mario-core 2.7.3 → 2.7.7

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.
@@ -0,0 +1,7 @@
1
+ import { FC } from "react";
2
+ interface Props {
3
+ title?: string;
4
+ descriptions?: string;
5
+ }
6
+ declare const BlockForgotPass: FC<Props>;
7
+ export default BlockForgotPass;
@@ -0,0 +1,7 @@
1
+ import { FC } from "react";
2
+ import { Notification } from "../../../types/Notification";
3
+ interface Props {
4
+ notificationList: Notification[];
5
+ }
6
+ declare const NotificationList: FC<Props>;
7
+ export default NotificationList;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "2.7.3",
3
+ "version": "2.7.7",
4
4
  "description": "Contains core components && functions for Mario project",
5
5
  "author": "brss",
6
6
  "license": "MIT",
@@ -74,7 +74,7 @@
74
74
  "@coreui/react": "3.4.0",
75
75
  "@reduxjs/toolkit": "^1.5.0",
76
76
  "@tinymce/tinymce-react": "^3.9.0",
77
- "@types/react-notifications-component": "^2.4.0",
77
+ "@types/react-notifications-component": "2.4.0",
78
78
  "axios": "^0.21.1",
79
79
  "bootstrap": "^4.6.0",
80
80
  "date-fns": "^2.19.0",
@@ -85,7 +85,7 @@
85
85
  "react-datepicker": "^3.6.0",
86
86
  "react-google-recaptcha-v3": "^1.9.3",
87
87
  "react-icons": "^4.2.0",
88
- "react-notifications-component": "^3.0.4",
88
+ "react-notifications-component": "3.0.4",
89
89
  "react-select": "^4.1.0",
90
90
  "reactstrap": "^8.9.0",
91
91
  "redux-thunk": "^2.3.0",