@zealicsolutions/web-ui 0.3.132 → 0.3.134

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,6 @@ export declare const monthDayYearDateMask: (string | RegExp)[];
18
18
  export declare const dayMonthYearDateMask: (string | RegExp)[];
19
19
  export declare const monthYearDateMask: (string | RegExp)[];
20
20
  export declare const phoneNumberMask: (string | RegExp)[];
21
- export declare const integerMask: RegExp[];
21
+ export declare const integerMask: any;
22
22
  export declare const numericalMask: any;
23
23
  export declare const removeMaskFromString: (inputString: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.3.132",
3
+ "version": "0.3.134",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/Zealic_Solutions/zeal-ui-web.git"