mario-core 2.9.96-beta → 2.9.98-beta

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.
@@ -2,7 +2,7 @@ import { Filter } from "../types/Filter";
2
2
  export declare const TINY_MCE_API_KEY = "adpshj9swgsscf83gw4gs2f74nx0vicpd5ydka20iqjd7l8r";
3
3
  export declare const GOOGLE_RECAPTCHA_KEY = "6LfNtLUaAAAAAL24lbBV11jS-gBtt1mhtxb4NXs0";
4
4
  export declare const INIT_AMPLITUDE_KEY_PROD = "860fa99c52ae79d98e904b4c862ddaac";
5
- export declare const INIT_AMPLITUDE_KEY_STAGE = "c617d0950cfdcae12953907273a1920f";
5
+ export declare const INIT_AMPLITUDE_KEY_STAGE = "adf89d0ed9b0d5fcc0d1bcfd535345dc";
6
6
  export declare const ACCESS_TOKEN = "ACCESS_TOKEN";
7
7
  export declare const DEFAULT_PAGE_SIZE_VALUES: {
8
8
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "2.9.96-beta",
3
+ "version": "2.9.98-beta",
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;