mario-core 2.9.244-release → 2.9.245-release

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "2.9.244-release",
3
+ "version": "2.9.245-release",
4
4
  "description": "Contains core components && functions for Mario project",
5
5
  "author": "brss",
6
6
  "license": "MIT",
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const ButtonLogin: ({ fnLoginSSO }: any) => JSX.Element;
3
- export default ButtonLogin;
@@ -1,6 +0,0 @@
1
- export declare const config: {
2
- appId: string;
3
- redirectUri: string;
4
- scopes: string[];
5
- authority: string;
6
- };
@@ -1 +0,0 @@
1
- export declare const setLanguages: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, string>;
@@ -1,2 +0,0 @@
1
- declare const commonReducer: import("redux").Reducer<any, import("redux").AnyAction>;
2
- export default commonReducer;
@@ -1,2 +0,0 @@
1
- declare const getCookieValue: (name: string) => string;
2
- export default getCookieValue;