@evercam/ui 0.0.52-beta.1 → 0.0.52-beta.11

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.
@@ -278,5 +278,19 @@
278
278
  "ETimeline/cursor-timestamp": {
279
279
  "type": "string|any",
280
280
  "description": ""
281
+ },
282
+ "ETimeline/selected-class": {
283
+ "type": "string|any",
284
+ "description": ""
285
+ },
286
+ "ETimeline/pan-on-date-click": {
287
+ "type": "boolean",
288
+ "description": "",
289
+ "default": false
290
+ },
291
+ "ETimeline/pan-transition-duration": {
292
+ "type": "number",
293
+ "description": "",
294
+ "default": 500
281
295
  }
282
296
  }