@evercam/ui 0.0.55-beta.8 → 0.0.55-beta.9

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.
@@ -303,14 +303,6 @@
303
303
  "type": "string",
304
304
  "description": ""
305
305
  },
306
- "ETimeline/min-visible-date": {
307
- "type": "string",
308
- "description": ""
309
- },
310
- "ETimeline/max-visible-date": {
311
- "type": "string",
312
- "description": ""
313
- },
314
306
  "ETimeline/cursor-timestamp": {
315
307
  "type": "string|any",
316
308
  "description": ""
@@ -372,5 +364,14 @@
372
364
  "type": "boolean",
373
365
  "description": "",
374
366
  "default": true
367
+ },
368
+ "ETimeline/forbidden-intervals": {
369
+ "type": "array",
370
+ "description": ""
371
+ },
372
+ "ETimeline/forbidden-interval-color": {
373
+ "type": "string",
374
+ "description": "",
375
+ "default": "#ddd"
375
376
  }
376
377
  }