mario-core 3.0.8-admin → 3.0.10-admin

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.
@@ -65,3 +65,4 @@ export declare const ROLES: {
65
65
  STUDENT: string;
66
66
  PARENT: string;
67
67
  };
68
+ export declare const NOTIFICATION_ALERT_KEY = "NOTIFICATION_ALERT_KEY";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "3.0.8-admin",
3
+ "version": "3.0.10-admin",
4
4
  "description": "Contains core components && functions for Mario project",
5
5
  "author": "brss",
6
6
  "license": "MIT",
@@ -1,5 +0,0 @@
1
- export interface IModelSelectRoles {
2
- isOpenModel: boolean;
3
- userRoles: string[];
4
- onSelectUserRoles: Function;
5
- }
@@ -1,4 +0,0 @@
1
- /// <reference types="react" />
2
- import { IModelSelectRoles } from "../constant/type";
3
- declare const ModelSelectRole: ({ isOpenModel, userRoles, onSelectUserRoles }: IModelSelectRoles) => JSX.Element;
4
- export default ModelSelectRole;
@@ -1 +0,0 @@
1
- export declare const initAmplitude: () => void;