@arbisoft/react-design-tool 1.0.44 → 1.0.45
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 +10 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -403,4 +403,14 @@ Related to `showBackgroundImagePicker` and it's opacity value
|
|
|
403
403
|
|
|
404
404
|
```jsx
|
|
405
405
|
<Studio showOpacityPicker={true} />
|
|
406
|
+
```
|
|
407
|
+
|
|
408
|
+
#### 23. allowedFormats (Array)
|
|
409
|
+
|
|
410
|
+
Used to set configure allowed images formats for our gallert
|
|
411
|
+
|
|
412
|
+
**Example:**
|
|
413
|
+
|
|
414
|
+
```jsx
|
|
415
|
+
<Studio allowedFormats={['png', 'jpg']} />
|
|
406
416
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arbisoft/react-design-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.45",
|
|
4
4
|
"description": "Arbisoft design tool library",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"prettier": "^3.5.3",
|
|
47
47
|
"prop-types": "^15.8.1",
|
|
48
48
|
"qrcode": "^1.5.4",
|
|
49
|
-
"react-konva": "^
|
|
49
|
+
"react-konva": "^19.0.3",
|
|
50
50
|
"react-konva-utils": "^1.1.0",
|
|
51
51
|
"rollup": "^4.40.0",
|
|
52
52
|
"rollup-plugin-postcss": "^4.0.2",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"qrcode": "^1.5.4",
|
|
74
74
|
"react": ">=16",
|
|
75
75
|
"react-dom": ">=16",
|
|
76
|
-
"react-konva": "^
|
|
76
|
+
"react-konva": "^19.0.3",
|
|
77
77
|
"react-konva-utils": "^1.1.0",
|
|
78
78
|
"styled-components": "^6.1.17"
|
|
79
79
|
}
|