@evercam/ui 0.0.55-beta.1 → 0.0.55-beta.10

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.
@@ -280,6 +280,11 @@
280
280
  "description": "",
281
281
  "default": 60
282
282
  },
283
+ "ETimeline/chart-min-label-height": {
284
+ "type": "number",
285
+ "description": "",
286
+ "default": 18
287
+ },
283
288
  "ETimeline/min-zoom": {
284
289
  "type": "number",
285
290
  "description": "",
@@ -354,5 +359,19 @@
354
359
  "type": "number",
355
360
  "description": "",
356
361
  "default": 18
362
+ },
363
+ "ETimeline/milestones-first": {
364
+ "type": "boolean",
365
+ "description": "",
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"
357
376
  }
358
377
  }