@arbisoft/react-design-tool 1.0.33 → 1.0.35
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 +2 -2
- package/dist/cjs/index.js +0 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +0 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,13 +40,13 @@ yarn add @arbisoft/react-design-tool
|
|
|
40
40
|
#### ⚠️ Important: Installation Guide for React 18 and Below
|
|
41
41
|
|
|
42
42
|
```bash
|
|
43
|
-
npm install @arbisoft/react-design-tool@1.0.
|
|
43
|
+
npm install @arbisoft/react-design-tool@1.0.35
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
OR
|
|
47
47
|
|
|
48
48
|
```bash
|
|
49
|
-
yarn add @arbisoft/react-design-tool@1.0.
|
|
49
|
+
yarn add @arbisoft/react-design-tool@1.0.35
|
|
50
50
|
|
|
51
51
|
```
|
|
52
52
|
|
package/dist/cjs/index.js
CHANGED
|
@@ -5928,7 +5928,6 @@ var Studio = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
5928
5928
|
case 0:
|
|
5929
5929
|
setLoading(true);
|
|
5930
5930
|
setSelectedElement(null);
|
|
5931
|
-
setZoomPercentage(100);
|
|
5932
5931
|
_context.n = 1;
|
|
5933
5932
|
return new Promise(function (resolve) {
|
|
5934
5933
|
return setTimeout(resolve, 100);
|
|
@@ -6675,7 +6674,6 @@ var Studio = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
6675
6674
|
case 1:
|
|
6676
6675
|
setLoading(true);
|
|
6677
6676
|
setSelectedElement(null);
|
|
6678
|
-
setZoomPercentage(100);
|
|
6679
6677
|
_context3.n = 2;
|
|
6680
6678
|
return new Promise(function (resolve) {
|
|
6681
6679
|
return setTimeout(resolve, 100);
|