@evercam/ui 0.0.45-beta.7 → 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
+ ..........
@@ -246,11 +246,16 @@
246
246
  "description": "",
247
247
  "default": 1
248
248
  },
249
- "ETimeline/bar-chart-height": {
249
+ "ETimeline/bar-height": {
250
250
  "type": "number",
251
251
  "description": "",
252
252
  "default": 18
253
253
  },
254
+ "ETimeline/bar-ypadding": {
255
+ "type": "number",
256
+ "description": "",
257
+ "default": 0
258
+ },
254
259
  "ETimeline/line-graph-min-height": {
255
260
  "type": "number",
256
261
  "description": "",