@parrot-co/parrot-ui 0.0.50 → 0.0.52
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/main.js +7 -4
- package/dist/main.js.map +1 -1
- package/dist/module.js +7 -4
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +2 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -3301,7 +3301,9 @@ const $8fff24416ec1775a$export$f7513421c53ce141 = (0, $80923bc9c1ba824c$export$3
|
|
|
3301
3301
|
overflow: "hidden",
|
|
3302
3302
|
img: {
|
|
3303
3303
|
width: "100%",
|
|
3304
|
-
objectFit: "cover"
|
|
3304
|
+
objectFit: "cover",
|
|
3305
|
+
height: "100%",
|
|
3306
|
+
objectPosition: "center"
|
|
3305
3307
|
},
|
|
3306
3308
|
defaultVariants: {
|
|
3307
3309
|
shape: "circle",
|
|
@@ -3694,17 +3696,18 @@ const $9429b8cf491e716c$export$b25a304ec7d746bb = /*#__PURE__*/ $E4F9t$react.for
|
|
|
3694
3696
|
const percent = (value - minValue) / (maxValue - minValue) * 100;
|
|
3695
3697
|
const barWidth = `${percent}%`;
|
|
3696
3698
|
return /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsxs)((0, $00118e4526047a1f$export$2e2bcd8739ae039), {
|
|
3697
|
-
|
|
3699
|
+
css: css,
|
|
3698
3700
|
...progressBarProps,
|
|
3701
|
+
stack: true,
|
|
3699
3702
|
children: [
|
|
3700
3703
|
label && /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)((0, $6fb5722ea7b379d7$export$2e2bcd8739ae039), {
|
|
3701
3704
|
...labelProps,
|
|
3702
3705
|
children: label
|
|
3703
3706
|
}),
|
|
3704
3707
|
/*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)($9429b8cf491e716c$var$StyledProgressWrapper, {
|
|
3708
|
+
className: "progress-wrapper",
|
|
3705
3709
|
css: {
|
|
3706
|
-
height: height
|
|
3707
|
-
...css
|
|
3710
|
+
height: height
|
|
3708
3711
|
},
|
|
3709
3712
|
ref: ref,
|
|
3710
3713
|
children: /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)((0, $7003944ca9ba7b6a$export$2e2bcd8739ae039), {
|