@mcurros2/microm 1.1.357-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 +4 -2
- 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
|
}),
|