@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/module.js
CHANGED
|
@@ -3264,7 +3264,9 @@ const $bc830feefb2f8a48$export$f7513421c53ce141 = (0, $9ade691eb9e41cfb$export$3
|
|
|
3264
3264
|
overflow: "hidden",
|
|
3265
3265
|
img: {
|
|
3266
3266
|
width: "100%",
|
|
3267
|
-
objectFit: "cover"
|
|
3267
|
+
objectFit: "cover",
|
|
3268
|
+
height: "100%",
|
|
3269
|
+
objectPosition: "center"
|
|
3268
3270
|
},
|
|
3269
3271
|
defaultVariants: {
|
|
3270
3272
|
shape: "circle",
|
|
@@ -3657,17 +3659,18 @@ const $12105c91de6d0b91$export$b25a304ec7d746bb = /*#__PURE__*/ $kF5Av$forwardRe
|
|
|
3657
3659
|
const percent = (value - minValue) / (maxValue - minValue) * 100;
|
|
3658
3660
|
const barWidth = `${percent}%`;
|
|
3659
3661
|
return /*#__PURE__*/ (0, $kF5Av$jsxs)((0, $391d62e0590dec97$export$2e2bcd8739ae039), {
|
|
3660
|
-
|
|
3662
|
+
css: css,
|
|
3661
3663
|
...progressBarProps,
|
|
3664
|
+
stack: true,
|
|
3662
3665
|
children: [
|
|
3663
3666
|
label && /*#__PURE__*/ (0, $kF5Av$jsx)((0, $4fdef5d0844b7575$export$2e2bcd8739ae039), {
|
|
3664
3667
|
...labelProps,
|
|
3665
3668
|
children: label
|
|
3666
3669
|
}),
|
|
3667
3670
|
/*#__PURE__*/ (0, $kF5Av$jsx)($12105c91de6d0b91$var$StyledProgressWrapper, {
|
|
3671
|
+
className: "progress-wrapper",
|
|
3668
3672
|
css: {
|
|
3669
|
-
height: height
|
|
3670
|
-
...css
|
|
3673
|
+
height: height
|
|
3671
3674
|
},
|
|
3672
3675
|
ref: ref,
|
|
3673
3676
|
children: /*#__PURE__*/ (0, $kF5Av$jsx)((0, $d22d8a7881f7b33f$export$2e2bcd8739ae039), {
|