@arbisoft/react-design-tool 1.0.24 → 1.0.25
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 +3 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
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.25
|
|
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.25
|
|
50
50
|
|
|
51
51
|
```
|
|
52
52
|
|
package/dist/cjs/index.js
CHANGED
|
@@ -2863,7 +2863,7 @@ var TemplateToolBar = function TemplateToolBar(_ref) {
|
|
|
2863
2863
|
tooltip: TEXT_DICTIONARY === null || TEXT_DICTIONARY === void 0 || (_TEXT_DICTIONARY$lang5 = TEXT_DICTIONARY[languageLocale]) === null || _TEXT_DICTIONARY$lang5 === void 0 ? void 0 : _TEXT_DICTIONARY$lang5.CUTTING_GUIDE,
|
|
2864
2864
|
languageLocale: languageLocale,
|
|
2865
2865
|
leftIcon: IconFrame,
|
|
2866
|
-
max:
|
|
2866
|
+
max: 10
|
|
2867
2867
|
}));
|
|
2868
2868
|
};
|
|
2869
2869
|
TemplateToolBar.propTypes = propTypes$v;
|
|
@@ -4932,7 +4932,8 @@ var Editor = function Editor(_ref) {
|
|
|
4932
4932
|
stroke: cuttingGuideStrokeColor,
|
|
4933
4933
|
strokeWidth: cuttingGuideStroke,
|
|
4934
4934
|
strokeScaleEnabled: false,
|
|
4935
|
-
fill: 'transparent'
|
|
4935
|
+
fill: 'transparent',
|
|
4936
|
+
dash: [10, 5] // [dash length, gap length]
|
|
4936
4937
|
})))))), /*#__PURE__*/React.createElement(BottomToolBar, {
|
|
4937
4938
|
disableUndo: history.length === 0,
|
|
4938
4939
|
disableRedo: redoStack.length === 0,
|