@mcurros2/microm 1.1.355-0 → 1.1.356-0
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/dist/index.js +3 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10005,8 +10005,8 @@ var $dE75A = parcelRequire("dE75A");
|
|
|
10005
10005
|
const $0cac5edaa1a7f2eb$export$6e31a2501ac1134a = {
|
|
10006
10006
|
saveLabel: 'Save',
|
|
10007
10007
|
cancelLabel: 'Cancel',
|
|
10008
|
-
rotateClockwiseLabel: 'Rotate
|
|
10009
|
-
rotateCounterClockwiseLabel: 'Rotate
|
|
10008
|
+
rotateClockwiseLabel: 'Rotate right',
|
|
10009
|
+
rotateCounterClockwiseLabel: 'Rotate left',
|
|
10010
10010
|
takePhotoLabel: 'Take photo',
|
|
10011
10011
|
camera: true
|
|
10012
10012
|
};
|
|
@@ -10130,10 +10130,7 @@ const $0cac5edaa1a7f2eb$export$d0486c7a5136628 = (props)=>{
|
|
|
10130
10130
|
onClick: ()=>rotate(-1),
|
|
10131
10131
|
disabled: !ready || saving,
|
|
10132
10132
|
leftIcon: /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$tablericonsreact.IconRotate2), {
|
|
10133
|
-
size: "1rem"
|
|
10134
|
-
style: {
|
|
10135
|
-
transform: 'scaleX(-1)'
|
|
10136
|
-
}
|
|
10133
|
+
size: "1rem"
|
|
10137
10134
|
}),
|
|
10138
10135
|
children: rotateCounterClockwiseLabel
|
|
10139
10136
|
}),
|