mario-core 2.7.0 → 2.7.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.
@@ -4,6 +4,7 @@ export declare const setUser: import("@reduxjs/toolkit").ActionCreatorWithPayloa
4
4
  export declare const setSidebar: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
5
5
  export declare const setAlert: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
6
6
  export declare const reset: import("@reduxjs/toolkit").ActionCreatorWithOptionalPayload<undefined, string>;
7
+ export declare const showMenuBar: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
7
8
  export declare const setCurrentStudentId: import("@reduxjs/toolkit").ActionCreatorWithPayload<number, string>;
8
9
  export declare const setCurrentStudentUserId: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
9
10
  export declare const setCurrentStudentName: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "Contains core components && functions for Mario project",
5
5
  "author": "brss",
6
6
  "license": "MIT",