mario-core 2.9.355-release → 2.9.357-question

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.
@@ -79,3 +79,4 @@ export declare const MARIO_SUCCESS_BASE_URL = "https://www.mariosuccess.com";
79
79
  export declare const LANGUAGES: Language[];
80
80
  export declare const DEFAULT_LANGUAGE_CODE = "en-US";
81
81
  export declare const SUPPORTED_LANGUAGES_CODE: string[];
82
+ export declare const screenWidth: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "2.9.355-release",
3
+ "version": "2.9.357-question",
4
4
  "description": "Contains core components && functions for Mario project",
5
5
  "author": "brss",
6
6
  "license": "MIT",