@evercam/ui 0.0.45-beta.6 → 0.0.46

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
@@ -1,47 +1,47 @@
1
- ## Evercam UI
2
-
3
- ### Description
4
-
5
- Components libray for the [Evercam](https://evercam.io) frontends.
6
-
7
- ### Installation
8
-
9
- 1- Install the package
10
-
11
- `yarn add @evercam/ui`
12
-
13
- 2- Use the components in a Vue app by either:
14
-
15
- - Installing the library globally as a Vue plugin:
16
-
17
- ```javascript
18
- import Vue from "vue"
19
- import EvercamUI from "@evercam/ui"
20
-
21
- Vue.use(EvercamUI)
22
- ```
23
-
24
- - Or importing components individually:
25
-
26
- ```vue
27
- <template>
28
- <EBadge text="Hello world" color="success" />
29
- </template>
30
-
31
- <script>
32
- import { EBadge } from "@evercam/ui"
33
-
34
- export default {
35
- components: {
36
- EBadge
37
- }
38
- }
39
- </script>
40
- ```
41
-
42
- ### Dev mode
43
-
44
- You can preview the components and their stories by running the [Histoire](https://histoire.dev) sever:
45
-
46
- `yarn story:dev`
47
- ..........
1
+ ## Evercam UI
2
+
3
+ ### Description
4
+
5
+ Components libray for the [Evercam](https://evercam.io) frontends.
6
+
7
+ ### Installation
8
+
9
+ 1- Install the package
10
+
11
+ `yarn add @evercam/ui`
12
+
13
+ 2- Use the components in a Vue app by either:
14
+
15
+ - Installing the library globally as a Vue plugin:
16
+
17
+ ```javascript
18
+ import Vue from "vue"
19
+ import EvercamUI from "@evercam/ui"
20
+
21
+ Vue.use(EvercamUI)
22
+ ```
23
+
24
+ - Or importing components individually:
25
+
26
+ ```vue
27
+ <template>
28
+ <EBadge text="Hello world" color="success" />
29
+ </template>
30
+
31
+ <script>
32
+ import { EBadge } from "@evercam/ui"
33
+
34
+ export default {
35
+ components: {
36
+ EBadge
37
+ }
38
+ }
39
+ </script>
40
+ ```
41
+
42
+ ### Dev mode
43
+
44
+ You can preview the components and their stories by running the [Histoire](https://histoire.dev) sever:
45
+
46
+ `yarn story:dev`
47
+ ..........
@@ -174,11 +174,6 @@
174
174
  "type": "boolean|string|number",
175
175
  "description": ""
176
176
  },
177
- "EVideoPlayer/type": {
178
- "type": "string",
179
- "description": "",
180
- "default": "video"
181
- },
182
177
  "EVideoPlayer/sources": {
183
178
  "type": "array|string",
184
179
  "description": ""
@@ -251,11 +246,16 @@
251
246
  "description": "",
252
247
  "default": 1
253
248
  },
254
- "ETimeline/bar-chart-height": {
249
+ "ETimeline/bar-height": {
255
250
  "type": "number",
256
251
  "description": "",
257
252
  "default": 18
258
253
  },
254
+ "ETimeline/bar-ypadding": {
255
+ "type": "number",
256
+ "description": "",
257
+ "default": 0
258
+ },
259
259
  "ETimeline/line-graph-min-height": {
260
260
  "type": "number",
261
261
  "description": "",