beca-ui 2.0.2 → 2.0.3-beta.1

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,3 @@
1
+ export declare class DataService {
2
+ static removeVietnameseTones: (str: string) => string;
3
+ }
@@ -6,6 +6,6 @@ interface GetMenusProps {
6
6
  }
7
7
  export declare class LayoutService {
8
8
  static getMenus: (data: GetMenusProps) => IMenuModel[];
9
- static getPlatform: (customNavigator?: Navigator) => "" | "iOS" | "Chrome" | "Firefox" | "Safari";
9
+ static getPlatform: (customNavigator?: Navigator) => "" | "Chrome" | "Firefox" | "Safari" | "iOS";
10
10
  }
11
11
  export {};
@@ -1,2 +1,3 @@
1
1
  export * from "./LayoutService";
2
2
  export * from "./NotificationService";
3
+ export * from "./DataService";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.0.2",
3
+ "version": "2.0.3-beta.1",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {