@arbisoft/react-design-tool 1.0.4 → 1.0.6

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 +1 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,16 +32,6 @@ OR
32
32
  ```bash
33
33
  yarn add @arbisoft/react-design-tool
34
34
 
35
- ```
36
- #### Required Dependencies:
37
- ```bash
38
- npm install konva prop-types qrcode react-konva react-konva-utils styled-components @emotion/is-prop-valid
39
- ```
40
-
41
- OR
42
- ```bash
43
- yarn add konva prop-types qrcode react-konva react-konva-utils styled-components @emotion/is-prop-valid
44
-
45
35
  ```
46
36
  ## 🚀 Quick Start
47
37
 
@@ -75,7 +65,7 @@ function MyComponent() {
75
65
  console.log('Saved data:', data);
76
66
  }}
77
67
  saveButtonText={'Save Progress'}
78
- locale={'fr'}
68
+ locale={'en'}
79
69
  />
80
70
  );
81
71
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbisoft/react-design-tool",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Arbisoft design tool library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",