@equinor/echo-components 0.4.0 → 0.5.0-r18-beta-0

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/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2020 Equinor
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2020 Equinor
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,63 +1,63 @@
1
- ![logo](./doc/ee.png)
2
-
3
- # Echo-Components
4
-
5
- Package for creating echo related components.
6
-
7
- [![Version](https://img.shields.io/npm/v/@equinor/echo-components.svg)](https://npmjs.org/package/@equinor/echo-components)
8
- [![Downloads/week](https://img.shields.io/npm/dw/@equinor/echo-components.svg)](https://npmjs.org/package/@equinor/echo-components)
9
- [![License](https://img.shields.io/npm/l/@equinor/echo-components.svg)](https://github.com/equinor/fusion/blob/master/package.json)
10
- [![Sisze](https://img.shields.io/bundlephobia/min/@equinor/echo-components)](https://npmjs.org/package/@equinor/echo-components)
11
-
12
- /bundlephobia/:format/:packageName
13
-
14
- - [Echo-Components](#echo-components)
15
- - [Install](#install)
16
- - [NPM](#npm)
17
- - [Development](#development)
18
- - [Run](#run)
19
- - [Test](#test)
20
- - [Storybook](#storybook)
21
-
22
- # Install
23
-
24
- ### NPM
25
-
26
- ```sh-session
27
- npm install @equinor/echo-components --save
28
- ```
29
-
30
- # Development
31
-
32
- ## Run
33
-
34
- For development we have provided a test playground to be able to test components. This can be run by using.
35
-
36
- ```sh-session
37
- npm start
38
- ```
39
-
40
- ## Test
41
-
42
- Echo components is set upt to run Jest test suite. To run tests use.
43
-
44
- ```sh-session
45
- npm run test
46
- ```
47
-
48
- For abetter overview, run tests with test coverage.
49
-
50
- ```sh-session
51
- npm run test-coverage
52
- ```
53
-
54
- # Storybook
55
-
56
- You can see and test the components using storybook.
57
- Run:
58
-
59
- ```sh-session
60
- npm run storybook
61
- ```
62
-
1
+ ![logo](./doc/ee.png)
2
+
3
+ # Echo-Components
4
+
5
+ Package for creating echo related components.
6
+
7
+ [![Version](https://img.shields.io/npm/v/@equinor/echo-components.svg)](https://npmjs.org/package/@equinor/echo-components)
8
+ [![Downloads/week](https://img.shields.io/npm/dw/@equinor/echo-components.svg)](https://npmjs.org/package/@equinor/echo-components)
9
+ [![License](https://img.shields.io/npm/l/@equinor/echo-components.svg)](https://github.com/equinor/fusion/blob/master/package.json)
10
+ [![Sisze](https://img.shields.io/bundlephobia/min/@equinor/echo-components)](https://npmjs.org/package/@equinor/echo-components)
11
+
12
+ /bundlephobia/:format/:packageName
13
+
14
+ - [Echo-Components](#echo-components)
15
+ - [Install](#install)
16
+ - [NPM](#npm)
17
+ - [Development](#development)
18
+ - [Run](#run)
19
+ - [Test](#test)
20
+ - [Storybook](#storybook)
21
+
22
+ # Install
23
+
24
+ ### NPM
25
+
26
+ ```sh-session
27
+ npm install @equinor/echo-components --save
28
+ ```
29
+
30
+ # Development
31
+
32
+ ## Run
33
+
34
+ For development we have provided a test playground to be able to test components. This can be run by using.
35
+
36
+ ```sh-session
37
+ npm start
38
+ ```
39
+
40
+ ## Test
41
+
42
+ Echo components is set upt to run Jest test suite. To run tests use.
43
+
44
+ ```sh-session
45
+ npm run test
46
+ ```
47
+
48
+ For abetter overview, run tests with test coverage.
49
+
50
+ ```sh-session
51
+ npm run test-coverage
52
+ ```
53
+
54
+ # Storybook
55
+
56
+ You can see and test the components using storybook.
57
+ Run:
58
+
59
+ ```sh-session
60
+ npm run storybook
61
+ ```
62
+
63
63
  Online storybook: https://equinor.github.io/EchoComponents/