@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 CHANGED
@@ -3696,17 +3696,18 @@ const $9429b8cf491e716c$export$b25a304ec7d746bb = /*#__PURE__*/ $E4F9t$react.for
3696
3696
  const percent = (value - minValue) / (maxValue - minValue) * 100;
3697
3697
  const barWidth = `${percent}%`;
3698
3698
  return /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsxs)((0, $00118e4526047a1f$export$2e2bcd8739ae039), {
3699
- stack: true,
3699
+ css: css,
3700
3700
  ...progressBarProps,
3701
+ stack: true,
3701
3702
  children: [
3702
3703
  label && /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)((0, $6fb5722ea7b379d7$export$2e2bcd8739ae039), {
3703
3704
  ...labelProps,
3704
3705
  children: label
3705
3706
  }),
3706
3707
  /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)($9429b8cf491e716c$var$StyledProgressWrapper, {
3708
+ className: "progress-wrapper",
3707
3709
  css: {
3708
- height: height,
3709
- ...css
3710
+ height: height
3710
3711
  },
3711
3712
  ref: ref,
3712
3713
  children: /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)((0, $7003944ca9ba7b6a$export$2e2bcd8739ae039), {