@dartech/arsenal-ui 1.5.84 → 1.5.85

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.5.84",
3
+ "version": "1.5.85",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -52,8 +52,8 @@ export interface UiSettings {
52
52
  description?: string;
53
53
  photoUploader?: boolean;
54
54
  };
55
- date: 'gte' | 'lte' | 'gt' | 'lt' | 'current';
56
- alphabet: 'cyrillic' | 'latin';
55
+ date?: 'gte' | 'lte' | 'gt' | 'lt' | 'current';
56
+ alphabet?: 'cyrillic' | 'latin';
57
57
  styleProps?: Record<string, any>;
58
58
  withRequestToStateDatabase?: boolean;
59
59
  gbdflDataPath?: string;