@dartech/arsenal-ui 1.4.62 → 1.4.63

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.4.62",
3
+ "version": "1.4.63",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -45,7 +45,7 @@ export interface UiSettings {
45
45
  maxLength?: number;
46
46
  fileRefParams?: {
47
47
  acceptTypes?: string;
48
- limit?: string;
48
+ limit?: number;
49
49
  description?: string;
50
50
  photoUploader?: boolean;
51
51
  };