@evercam/ui 0.0.55-beta.25 → 0.0.55-beta.26

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,4 +45,3 @@ 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,33 @@
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
+ },
177
204
  "ETimeline/events-groups": {
178
205
  "type": "object",
179
206
  "description": ""
@@ -444,24 +471,5 @@
444
471
  "type": "string",
445
472
  "description": "",
446
473
  "default": "and {count} more..."
447
- },
448
- "EToggleSwitch/options": {
449
- "type": "array",
450
- "description": ""
451
- },
452
- "EToggleSwitch/color": {
453
- "type": "string",
454
- "description": "",
455
- "default": "brand"
456
- },
457
- "EToggleSwitch/size": {
458
- "type": "string",
459
- "description": "",
460
- "default": "sm"
461
- },
462
- "EToggleSwitch/default-value": {
463
- "type": "string|number|boolean",
464
- "description": "",
465
- "default": null
466
474
  }
467
475
  }