@evercam/ui 0.0.55-beta.36 → 0.0.55-beta.38

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,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": ""
@@ -383,6 +356,10 @@
383
356
  "description": "",
384
357
  "default": false
385
358
  },
359
+ "ETimeline/timezone": {
360
+ "type": "string|any",
361
+ "description": ""
362
+ },
386
363
  "EHeatmapBar/items": {
387
364
  "type": "array",
388
365
  "description": ""
@@ -471,5 +448,38 @@
471
448
  "type": "string",
472
449
  "description": "",
473
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
474
484
  }
475
485
  }