@evercam/ui 0.0.56 → 0.0.58-beta.1

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.
package/README.md CHANGED
@@ -45,3 +45,6 @@ You can preview the components and their stories by running the [Histoire](https
45
45
 
46
46
  `yarn story:dev`
47
47
  ..........
48
+ //
49
+
50
+ .
@@ -174,33 +174,6 @@
174
174
  "type": "boolean|string|number",
175
175
  "description": ""
176
176
  },
177
- "EVideoPlayer/sources": {
178
- "type": "array|string",
179
- "description": ""
180
- },
181
- "EVideoPlayer/video-listeners": {
182
- "type": "object",
183
- "description": ""
184
- },
185
- "EVideoPlayer/video-options": {
186
- "type": "object",
187
- "description": ""
188
- },
189
- "EVideoPlayer/is-hls": {
190
- "type": "boolean",
191
- "description": "",
192
- "default": false
193
- },
194
- "EVideoPlayer/streaming-token": {
195
- "type": "string",
196
- "description": "",
197
- "default": ""
198
- },
199
- "EVideoPlayer/is-live-view": {
200
- "type": "boolean",
201
- "description": "",
202
- "default": false
203
- },
204
177
  "ETimeline/events-groups": {
205
178
  "type": "object",
206
179
  "description": ""
@@ -382,5 +355,131 @@
382
355
  "type": "boolean",
383
356
  "description": "",
384
357
  "default": false
358
+ },
359
+ "ETimeline/timezone": {
360
+ "type": "string|any",
361
+ "description": ""
362
+ },
363
+ "EHeatmapBar/items": {
364
+ "type": "array",
365
+ "description": ""
366
+ },
367
+ "EHeatmapBar/selected-value": {
368
+ "type": "string|number",
369
+ "description": "",
370
+ "default": ""
371
+ },
372
+ "EHeatmapBar/show-counts": {
373
+ "type": "boolean",
374
+ "description": "",
375
+ "default": true
376
+ },
377
+ "EHeatmapBar/show-names": {
378
+ "type": "boolean",
379
+ "description": "",
380
+ "default": true
381
+ },
382
+ "EHeatmapBar/colors": {
383
+ "type": "array",
384
+ "description": ""
385
+ },
386
+ "EHeatmapBar/label": {
387
+ "type": "string",
388
+ "description": "",
389
+ "default": ""
390
+ },
391
+ "EHeatmapBar/dense": {
392
+ "type": "boolean",
393
+ "description": "",
394
+ "default": false
395
+ },
396
+ "EHoursHeatmap/items": {
397
+ "type": "array",
398
+ "description": ""
399
+ },
400
+ "EHoursHeatmap/selected-hour": {
401
+ "type": "string|number",
402
+ "description": "",
403
+ "default": ""
404
+ },
405
+ "EHoursHeatmap/show-hours": {
406
+ "type": "boolean",
407
+ "description": "",
408
+ "default": true
409
+ },
410
+ "EHoursHeatmap/colors": {
411
+ "type": "array",
412
+ "description": ""
413
+ },
414
+ "EHoursHeatmap/label": {
415
+ "type": "string",
416
+ "description": "",
417
+ "default": ""
418
+ },
419
+ "EHoursHeatmap/dense": {
420
+ "type": "boolean",
421
+ "description": "",
422
+ "default": false
423
+ },
424
+ "EReadMore/content": {
425
+ "type": "array|string",
426
+ "description": ""
427
+ },
428
+ "EReadMore/max-length": {
429
+ "type": "number",
430
+ "description": ""
431
+ },
432
+ "EReadMore/show-all": {
433
+ "type": "boolean",
434
+ "description": "",
435
+ "default": false
436
+ },
437
+ "EReadMore/expand-text": {
438
+ "type": "string",
439
+ "description": "",
440
+ "default": "see more..."
441
+ },
442
+ "EReadMore/collapse-text": {
443
+ "type": "string",
444
+ "description": "",
445
+ "default": "less"
446
+ },
447
+ "EReadMore/more-text-with-placeholder": {
448
+ "type": "string",
449
+ "description": "",
450
+ "default": "and {count} more..."
451
+ },
452
+ "ETruncatedDiv/width": {
453
+ "type": "string|number",
454
+ "description": ""
455
+ },
456
+ "ETruncatedDiv/fixed-width": {
457
+ "type": "boolean",
458
+ "description": "",
459
+ "default": false
460
+ },
461
+ "ECompareSeparator/x-offset": {
462
+ "type": "number|string",
463
+ "description": "",
464
+ "default": 50
465
+ },
466
+ "EToggleSwitch/options": {
467
+ "type": "array",
468
+ "description": ""
469
+ },
470
+ "EToggleSwitch/color": {
471
+ "type": "string",
472
+ "description": "",
473
+ "default": "brand"
474
+ },
475
+ "EToggleSwitch/size": {
476
+ "type": "string",
477
+ "description": "",
478
+ "default": "sm"
479
+ },
480
+ "EToggleSwitch/default-value": {
481
+ "type": "string|number|boolean",
482
+ "description": "",
483
+ "default": null
385
484
  }
386
485
  }