@mcurros2/microm 1.1.356-0 → 1.1.358-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 +6 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10511,7 +10511,8 @@ function $150e740bf624ab8d$export$4c90be38156c1022(props) {
|
|
|
10511
10511
|
style: {
|
|
10512
10512
|
width: '100%',
|
|
10513
10513
|
maxHeight: '60vh',
|
|
10514
|
-
objectFit: '
|
|
10514
|
+
objectFit: 'cover',
|
|
10515
|
+
borderRadius: '1rem',
|
|
10515
10516
|
background: '#0f0e13',
|
|
10516
10517
|
display: !!captured || !streaming ? 'none' : 'inline-block'
|
|
10517
10518
|
}
|
|
@@ -10522,7 +10523,8 @@ function $150e740bf624ab8d$export$4c90be38156c1022(props) {
|
|
|
10522
10523
|
style: {
|
|
10523
10524
|
width: '100%',
|
|
10524
10525
|
maxHeight: '60vh',
|
|
10525
|
-
objectFit: '
|
|
10526
|
+
objectFit: 'cover',
|
|
10527
|
+
borderRadius: '1rem',
|
|
10526
10528
|
background: '#0f0e13'
|
|
10527
10529
|
}
|
|
10528
10530
|
}),
|
|
@@ -42597,8 +42599,8 @@ const $8cba51256aebea2d$var$AvatarUploaderDefaultLabels = {
|
|
|
42597
42599
|
deleteLabel: 'Delete image',
|
|
42598
42600
|
saveLabel: 'Save',
|
|
42599
42601
|
cancelLabel: 'Cancel',
|
|
42600
|
-
rotateClockwiseLabel: 'Rotate
|
|
42601
|
-
rotateCounterClockwiseLabel: 'Rotate
|
|
42602
|
+
rotateClockwiseLabel: 'Rotate right',
|
|
42603
|
+
rotateCounterClockwiseLabel: 'Rotate left',
|
|
42602
42604
|
replaceTitle: 'Replace image?',
|
|
42603
42605
|
replaceMessage: 'The existing uploaded image will be deleted after the replacement is uploaded successfully.',
|
|
42604
42606
|
replaceConfirmLabel: 'Replace image',
|