mario-core 2.9.58-beta → 2.9.60-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.
package/dist/index.js CHANGED
@@ -1583,7 +1583,7 @@ var accommodation$1 = "Accommodation";
1583
1583
  var all_categories$1 = "All categories";
1584
1584
  var do_you_want_to_delete_this_accommodation$1 = "Do you want to delete this accommodation";
1585
1585
  var edit_accommodation$1 = "Edit Accommodation";
1586
- var add_accommodation$1 = "add_accommodation";
1586
+ var add_accommodation$1 = "Add Accommodation";
1587
1587
  var all$1 = "All";
1588
1588
  var all_status$1 = "All status";
1589
1589
  var goal_type$1 = "Goal Type";
@@ -1581,7 +1581,7 @@ var accommodation$1 = "Accommodation";
1581
1581
  var all_categories$1 = "All categories";
1582
1582
  var do_you_want_to_delete_this_accommodation$1 = "Do you want to delete this accommodation";
1583
1583
  var edit_accommodation$1 = "Edit Accommodation";
1584
- var add_accommodation$1 = "add_accommodation";
1584
+ var add_accommodation$1 = "Add Accommodation";
1585
1585
  var all$1 = "All";
1586
1586
  var all_status$1 = "All status";
1587
1587
  var goal_type$1 = "Goal Type";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "2.9.58-beta",
3
+ "version": "2.9.60-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;