@jitera/jitera-web-ui-library 1.45.0 → 1.46.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 (2) hide show
  1. package/README.md +12 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,23 +1,24 @@
1
1
  # Getting Started with Jitera Web UI Library
2
2
 
3
- React base UI Component for Jitera automation Tool
3
+ A public React library providing UI components and making it simple for you to build web application
4
4
 
5
- ## Available Scripts
5
+ ## Developments
6
6
 
7
7
  In the project directory, you can run:
8
8
 
9
- ### `yarn storybook`
10
-
11
9
  Runs the storybook in the development mode.\
12
10
  Open [http://localhost:6006](http://localhost:6006) to view it in the browser.
13
-
14
- The page will reload if you make edits.\
15
- You will also see any lint errors in the console.
16
-
17
- ### `yarn lint` or `yarn format`
11
+ ```
12
+ yarn storybook
13
+ ```
18
14
 
19
15
  Format Code
20
-
21
- ### `yarn build`
16
+ ```
17
+ yarn lint
18
+ yarn format
19
+ ```
22
20
 
23
21
  Builds the app for publishing as NPM Package to the `dist` folder.
22
+ ```
23
+ yarn build
24
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitera/jitera-web-ui-library",
3
- "version": "1.45.0",
3
+ "version": "1.46.0",
4
4
  "description": "atoms and component for web project",
5
5
  "sideEffects": [
6
6
  "*.css"