@evercam/ui 1.0.0-preview-fix-evercam-ui-publish-script-fe11a6a72 → 1.0.0-preview-add-loading-if-webrtc-stream-disconnect-c529bb07a

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/dist/tags.json CHANGED
@@ -82,6 +82,7 @@
82
82
  "pause-on-click",
83
83
  "is-hls-loading",
84
84
  "is-playing",
85
+ "show-loading-animation",
85
86
  "is-zoomable",
86
87
  "zoomable-ignore-pointer-events",
87
88
  "timezone",
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@evercam/ui",
5
- "version": "1.0.0-preview-fix-evercam-ui-publish-script-fe11a6a72",
5
+ "version": "1.0.0-preview-add-loading-if-webrtc-stream-disconnect-c529bb07a",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -596,6 +596,15 @@
596
596
  "type": "boolean"
597
597
  }
598
598
  },
599
+ {
600
+ "name": "show-loading-animation",
601
+ "doc-url": "https://www.npmjs.com/package/@evercam/ui",
602
+ "default": "false",
603
+ "value": {
604
+ "kind": "expression",
605
+ "type": "boolean"
606
+ }
607
+ },
599
608
  {
600
609
  "name": "is-zoomable",
601
610
  "doc-url": "https://www.npmjs.com/package/@evercam/ui",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/ui",
3
- "version": "1.0.0-preview-fix-evercam-ui-publish-script-fe11a6a72",
3
+ "version": "1.0.0-preview-add-loading-if-webrtc-stream-disconnect-c529bb07a",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Evercam - Constuction Cameras.",