@evercam/ui 0.0.52-beta.5 → 0.0.52-beta.7

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
@@ -97,7 +97,9 @@
97
97
  "chart-min-height",
98
98
  "min-zoom",
99
99
  "max-zoom",
100
- "cursor-timestamp"
100
+ "cursor-timestamp",
101
+ "pan-on-date-click",
102
+ "pan-transition-duration"
101
103
  ],
102
104
  "description": ""
103
105
  }
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@evercam/ui",
5
- "version": "0.0.52-beta.5",
5
+ "version": "0.0.52-beta.7",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -705,6 +705,24 @@
705
705
  "any"
706
706
  ]
707
707
  }
708
+ },
709
+ {
710
+ "name": "pan-on-date-click",
711
+ "doc-url": "https://www.npmjs.com/package/@evercam/ui",
712
+ "default": "false",
713
+ "value": {
714
+ "kind": "expression",
715
+ "type": "boolean"
716
+ }
717
+ },
718
+ {
719
+ "name": "pan-transition-duration",
720
+ "doc-url": "https://www.npmjs.com/package/@evercam/ui",
721
+ "default": "500",
722
+ "value": {
723
+ "kind": "expression",
724
+ "type": "number"
725
+ }
708
726
  }
709
727
  ]
710
728
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/ui",
3
- "version": "0.0.52-beta.5",
3
+ "version": "0.0.52-beta.7",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Evercam - Constuction Cameras.",