@arbisoft/react-design-tool 1.0.43 → 1.0.44
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 +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -5507,7 +5507,7 @@ var ImageSideBar = function ImageSideBar(_ref) {
|
|
|
5507
5507
|
left: /*#__PURE__*/React.createElement(StyledImage, {
|
|
5508
5508
|
src: IconUpload
|
|
5509
5509
|
}),
|
|
5510
|
-
marginBottom:
|
|
5510
|
+
marginBottom: 8,
|
|
5511
5511
|
onClick: addImageToList
|
|
5512
5512
|
}), allowedFormats && function () {
|
|
5513
5513
|
var formats = (allowedFormats || []).map(function (f) {
|
|
@@ -5657,7 +5657,7 @@ var QrSideBar = function QrSideBar(_ref) {
|
|
|
5657
5657
|
left: /*#__PURE__*/React.createElement(StyledImage, {
|
|
5658
5658
|
src: IconUpload
|
|
5659
5659
|
}),
|
|
5660
|
-
marginBottom:
|
|
5660
|
+
marginBottom: 8,
|
|
5661
5661
|
marginTop: 24,
|
|
5662
5662
|
onClick: addQrLogo
|
|
5663
5663
|
}), allowedFormats && function () {
|