@lanaco/lnc-react-ui 2.0.1 → 2.1.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.
Files changed (5) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +39 -39
  3. package/lib/index.esm.js +326 -116
  4. package/lib/index.js +326 -115
  5. package/package.json +65 -65
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2020 Lanaco
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 Lanaco
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,39 +1,39 @@
1
- # Lanaco ReactJS UI components library
2
-
3
- This library includes basic and advanced UI components used with ReactJS frontend framework
4
-
5
- - [Installing](#installing)
6
- - [Developing Locally](#requirements)
7
- - [Contributing](#contributing)
8
- - [License](#license)
9
-
10
-
11
- ## Installing
12
-
13
- ```
14
- $ npm install --save-dev @lanaco/lnc-react-ui
15
- ```
16
-
17
-
18
- ## Developing Locally
19
-
20
- To see your changes to `@lanaco/lnc-react-ui` locally, all you need is to run storybook with `npm start` command
21
-
22
- ```
23
- $ git clone https://github.com/lanaco/lnc-react-ui
24
- $ cd /path/to/component-library
25
- $ npm start
26
- ```
27
-
28
- ## Contributing
29
-
30
- 1. Clone this repo
31
- 2. Create a branch: `git checkout -b your-feature`
32
- 3. Make some changes
33
- 4. Test your changes by [running your local version](#requirements)
34
- 5. Push your branch and open a Pull Request
35
-
36
-
37
- ## License
38
-
39
- This code is open source software licensed under the MIT License.
1
+ # Lanaco ReactJS UI components library
2
+
3
+ This library includes basic and advanced UI components used with ReactJS frontend framework
4
+
5
+ - [Installing](#installing)
6
+ - [Developing Locally](#requirements)
7
+ - [Contributing](#contributing)
8
+ - [License](#license)
9
+
10
+
11
+ ## Installing
12
+
13
+ ```
14
+ $ npm install --save-dev @lanaco/lnc-react-ui
15
+ ```
16
+
17
+
18
+ ## Developing Locally
19
+
20
+ To see your changes to `@lanaco/lnc-react-ui` locally, all you need is to run storybook with `npm start` command
21
+
22
+ ```
23
+ $ git clone https://github.com/lanaco/lnc-react-ui
24
+ $ cd /path/to/component-library
25
+ $ npm start
26
+ ```
27
+
28
+ ## Contributing
29
+
30
+ 1. Clone this repo
31
+ 2. Create a branch: `git checkout -b your-feature`
32
+ 3. Make some changes
33
+ 4. Test your changes by [running your local version](#requirements)
34
+ 5. Push your branch and open a Pull Request
35
+
36
+
37
+ ## License
38
+
39
+ This code is open source software licensed under the MIT License.