@evercam/ui 0.0.57 → 0.0.58-beta-3

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,4 @@ You can preview the components and their stories by running the [Histoire](https
45
45
 
46
46
  `yarn story:dev`
47
47
  ..........
48
+ //
@@ -174,6 +174,10 @@
174
174
  "type": "boolean|string|number",
175
175
  "description": ""
176
176
  },
177
+ "EVideoPlayer/target-timestamp": {
178
+ "type": "string|date",
179
+ "description": ""
180
+ },
177
181
  "EVideoPlayer/sources": {
178
182
  "type": "array|string",
179
183
  "description": ""
@@ -196,7 +200,62 @@
196
200
  "description": "",
197
201
  "default": ""
198
202
  },
199
- "EVideoPlayer/is-live-view": {
203
+ "EVideoPlayer/pause-on-click": {
204
+ "type": "boolean",
205
+ "description": "",
206
+ "default": true
207
+ },
208
+ "EVideoPlayer/is-hls-loading": {
209
+ "type": "boolean",
210
+ "description": "",
211
+ "default": false
212
+ },
213
+ "EVideoPlayer/is-playing": {
214
+ "type": "boolean",
215
+ "description": "",
216
+ "default": false
217
+ },
218
+ "EVideoPlayer/is-zoomable": {
219
+ "type": "boolean",
220
+ "description": "",
221
+ "default": false
222
+ },
223
+ "EVideoPlayer/zoomable-ignore-pointer-events": {
224
+ "type": "boolean",
225
+ "description": "",
226
+ "default": false
227
+ },
228
+ "EVideoPlayer/timezone": {
229
+ "type": "string",
230
+ "description": "",
231
+ "default": "UTC"
232
+ },
233
+ "EVideoPlayer/play-pause-animation": {
234
+ "type": "boolean",
235
+ "description": "",
236
+ "default": true
237
+ },
238
+ "EVideoPlayer/disable-play-pause-animation": {
239
+ "type": "boolean",
240
+ "description": "",
241
+ "default": false
242
+ },
243
+ "EVideoPlayer/is-web-rtc": {
244
+ "type": "boolean",
245
+ "description": "",
246
+ "default": false
247
+ },
248
+ "EVideoPlayer/with-colored-loader": {
249
+ "type": "boolean",
250
+ "description": "",
251
+ "default": false
252
+ },
253
+ "EVideoPlayer/loader-size": {
254
+ "type": "string",
255
+ "description": "",
256
+ "default": "7xl"
257
+ },
258
+ "EVideoPlayer/with-overlay-on-background": {
200
259
  "type": "boolean",
201
260
  "description": "",
202
261
  "default": false
@@ -387,6 +446,22 @@
387
446
  "type": "string|any",
388
447
  "description": ""
389
448
  },
449
+ "EVideoEmbed/video-url": {
450
+ "type": "string",
451
+ "description": ""
452
+ },
453
+ "EVideoEmbed/platform": {
454
+ "type": "string",
455
+ "description": ""
456
+ },
457
+ "EVideoEmbed/iframe-listeners": {
458
+ "type": "object",
459
+ "description": ""
460
+ },
461
+ "EVideoEmbed/iframe-options": {
462
+ "type": "object",
463
+ "description": ""
464
+ },
390
465
  "EHeatmapBar/items": {
391
466
  "type": "array",
392
467
  "description": ""
@@ -484,5 +559,83 @@
484
559
  "type": "boolean",
485
560
  "description": "",
486
561
  "default": false
562
+ },
563
+ "ECompareSeparator/x-offset": {
564
+ "type": "number|string",
565
+ "description": "",
566
+ "default": 50
567
+ },
568
+ "EToggleSwitch/options": {
569
+ "type": "array",
570
+ "description": ""
571
+ },
572
+ "EToggleSwitch/color": {
573
+ "type": "string",
574
+ "description": "",
575
+ "default": "brand"
576
+ },
577
+ "EToggleSwitch/size": {
578
+ "type": "string",
579
+ "description": "",
580
+ "default": "sm"
581
+ },
582
+ "EToggleSwitch/default-value": {
583
+ "type": "string|number|boolean",
584
+ "description": "",
585
+ "default": null
586
+ },
587
+ "EZoomable/ignore-pointer-events": {
588
+ "type": "boolean",
589
+ "description": "",
590
+ "default": false
591
+ },
592
+ "EZoomable/with-overlay": {
593
+ "type": "boolean",
594
+ "description": "",
595
+ "default": true
596
+ },
597
+ "EZoomable/disabled": {
598
+ "type": "boolean",
599
+ "description": "",
600
+ "default": false
601
+ },
602
+ "EGlobalSearch/dark": {
603
+ "type": "boolean",
604
+ "description": "",
605
+ "default": false
606
+ },
607
+ "EGlobalSearch/items": {
608
+ "type": "array",
609
+ "description": ""
610
+ },
611
+ "EGlobalSearch/timezone": {
612
+ "type": "string",
613
+ "description": "",
614
+ "default": "Europe/Dublin"
615
+ },
616
+ "EGlobalSearch/converted-date-format": {
617
+ "type": "string",
618
+ "description": "",
619
+ "default": "YYYY-MM-DDTHH:mm:ss"
620
+ },
621
+ "EGlobalSearch/current-date-format": {
622
+ "type": "string",
623
+ "description": "",
624
+ "default": "YYYY-MM-DDTHH:mm:ssZ"
625
+ },
626
+ "EGlobalSearch/is-fixed-position": {
627
+ "type": "boolean",
628
+ "description": "",
629
+ "default": true
630
+ },
631
+ "EGlobalSearch/is-hidden": {
632
+ "type": "boolean",
633
+ "description": "",
634
+ "default": true
635
+ },
636
+ "EGlobalSearch/deep": {
637
+ "type": "boolean",
638
+ "description": "",
639
+ "default": true
487
640
  }
488
641
  }