mario-core 2.9.39-admin → 2.9.40-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.
@@ -0,0 +1 @@
1
+ export declare const initAmplitude: () => void;
@@ -3,6 +3,16 @@ export declare const TINY_MCE_API_KEY = "adpshj9swgsscf83gw4gs2f74nx0vicpd5ydka2
3
3
  export declare const GOOGLE_RECAPTCHA_KEY = "6LfNtLUaAAAAAL24lbBV11jS-gBtt1mhtxb4NXs0";
4
4
  export declare const INIT_AMPLITUDE_KEY = "860fa99c52ae79d98e904b4c862ddaac";
5
5
  export declare const ACCESS_TOKEN = "ACCESS_TOKEN";
6
+ export declare const FIREBASE_CONFIG: {
7
+ apiKey: string;
8
+ authDomain: string;
9
+ databaseURL: string;
10
+ projectId: string;
11
+ storageBucket: string;
12
+ messagingSenderId: string;
13
+ appId: string;
14
+ measurementId: string;
15
+ };
6
16
  export declare const DEFAULT_PAGE_SIZE_VALUES: {
7
17
  label: string;
8
18
  value: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "2.9.39-admin",
3
+ "version": "2.9.40-admin",
4
4
  "description": "Contains core components && functions for Mario project",
5
5
  "author": "brss",
6
6
  "license": "MIT",
@@ -1,3 +0,0 @@
1
- import { FC } from "react";
2
- declare const LoadLanguage: FC;
3
- export default LoadLanguage;
package/dist/i18n.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export default i18n;
2
- import i18n from "i18next";
package/dist/lang/de.d.ts DELETED
@@ -1,4 +0,0 @@
1
- declare const de: {
2
- hello: string;
3
- };
4
- export default de;
package/dist/lang/en.d.ts DELETED
@@ -1,4 +0,0 @@
1
- declare const en: {
2
- hello: string;
3
- };
4
- export default en;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- declare const TheLanguageDropdown: () => JSX.Element;
3
- export default TheLanguageDropdown;
@@ -1,2 +0,0 @@
1
- export declare const changeLanguageApp: (language: string) => void;
2
- export declare const translation: (text: string) => string;
@@ -1,3 +0,0 @@
1
- import "../i18n.js";
2
- export declare const changeLanguageApp: (language: string) => void;
3
- export declare const translation: (text: string) => string;