@parrot-co/parrot-ui 0.0.51 → 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 +4 -3
- package/dist/main.js.map +1 -1
- package/dist/module.js +4 -3
- package/dist/module.js.map +1 -1
- package/package.json +2 -2
package/dist/module.js
CHANGED
|
@@ -3659,17 +3659,18 @@ const $12105c91de6d0b91$export$b25a304ec7d746bb = /*#__PURE__*/ $kF5Av$forwardRe
|
|
|
3659
3659
|
const percent = (value - minValue) / (maxValue - minValue) * 100;
|
|
3660
3660
|
const barWidth = `${percent}%`;
|
|
3661
3661
|
return /*#__PURE__*/ (0, $kF5Av$jsxs)((0, $391d62e0590dec97$export$2e2bcd8739ae039), {
|
|
3662
|
-
|
|
3662
|
+
css: css,
|
|
3663
3663
|
...progressBarProps,
|
|
3664
|
+
stack: true,
|
|
3664
3665
|
children: [
|
|
3665
3666
|
label && /*#__PURE__*/ (0, $kF5Av$jsx)((0, $4fdef5d0844b7575$export$2e2bcd8739ae039), {
|
|
3666
3667
|
...labelProps,
|
|
3667
3668
|
children: label
|
|
3668
3669
|
}),
|
|
3669
3670
|
/*#__PURE__*/ (0, $kF5Av$jsx)($12105c91de6d0b91$var$StyledProgressWrapper, {
|
|
3671
|
+
className: "progress-wrapper",
|
|
3670
3672
|
css: {
|
|
3671
|
-
height: height
|
|
3672
|
-
...css
|
|
3673
|
+
height: height
|
|
3673
3674
|
},
|
|
3674
3675
|
ref: ref,
|
|
3675
3676
|
children: /*#__PURE__*/ (0, $kF5Av$jsx)((0, $d22d8a7881f7b33f$export$2e2bcd8739ae039), {
|