mario-core 2.9.37-beta → 2.9.38-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,4 @@
1
+ declare const de: {
2
+ hello: string;
3
+ };
4
+ export default de;
@@ -0,0 +1,4 @@
1
+ declare const en: {
2
+ hello: string;
3
+ };
4
+ export default en;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const TheLanguageDropdown: () => JSX.Element;
3
+ export default TheLanguageDropdown;
@@ -0,0 +1,2 @@
1
+ export declare const changeLanguageApp: (language: string) => void;
2
+ export declare const translation: (text: string) => string;
@@ -0,0 +1,3 @@
1
+ import "../i18n.js";
2
+ export declare const changeLanguageApp: (language: string) => void;
3
+ export declare const translation: (text: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "2.9.37-beta",
3
+ "version": "2.9.38-admin",
4
4
  "description": "Contains core components && functions for Mario project",
5
5
  "author": "brss",
6
6
  "license": "MIT",