@mcurros2/microm 1.1.355-0 → 1.1.357-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 +5 -8
- 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
|
}),
|
|
@@ -42600,8 +42597,8 @@ const $8cba51256aebea2d$var$AvatarUploaderDefaultLabels = {
|
|
|
42600
42597
|
deleteLabel: 'Delete image',
|
|
42601
42598
|
saveLabel: 'Save',
|
|
42602
42599
|
cancelLabel: 'Cancel',
|
|
42603
|
-
rotateClockwiseLabel: 'Rotate
|
|
42604
|
-
rotateCounterClockwiseLabel: 'Rotate
|
|
42600
|
+
rotateClockwiseLabel: 'Rotate right',
|
|
42601
|
+
rotateCounterClockwiseLabel: 'Rotate left',
|
|
42605
42602
|
replaceTitle: 'Replace image?',
|
|
42606
42603
|
replaceMessage: 'The existing uploaded image will be deleted after the replacement is uploaded successfully.',
|
|
42607
42604
|
replaceConfirmLabel: 'Replace image',
|