@arbisoft/react-design-tool 1.0.24 → 1.0.26
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 +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -2861,7 +2861,7 @@ var TemplateToolBar = function TemplateToolBar(_ref) {
|
|
|
2861
2861
|
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,
|
|
2862
2862
|
languageLocale: languageLocale,
|
|
2863
2863
|
leftIcon: IconFrame,
|
|
2864
|
-
max:
|
|
2864
|
+
max: 10
|
|
2865
2865
|
}));
|
|
2866
2866
|
};
|
|
2867
2867
|
TemplateToolBar.propTypes = propTypes$v;
|
|
@@ -4930,7 +4930,8 @@ var Editor = function Editor(_ref) {
|
|
|
4930
4930
|
stroke: cuttingGuideStrokeColor,
|
|
4931
4931
|
strokeWidth: cuttingGuideStroke,
|
|
4932
4932
|
strokeScaleEnabled: false,
|
|
4933
|
-
fill: 'transparent'
|
|
4933
|
+
fill: 'transparent',
|
|
4934
|
+
dash: [10, 5] // [dash length, gap length]
|
|
4934
4935
|
})))))), /*#__PURE__*/React.createElement(BottomToolBar, {
|
|
4935
4936
|
disableUndo: history.length === 0,
|
|
4936
4937
|
disableRedo: redoStack.length === 0,
|