@parrot-co/parrot-ui 0.0.51 → 0.0.53

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/module.js CHANGED
@@ -1764,6 +1764,7 @@ const $39ebe5a116c39d6c$var$StyledButton = (0, $9ade691eb9e41cfb$export$3817b7a5
1764
1764
  outline: "none",
1765
1765
  border: "none",
1766
1766
  padding: 0,
1767
+ flexShrink: 0,
1767
1768
  defaultVariants: {
1768
1769
  size: "md",
1769
1770
  shape: "circle"
@@ -3262,6 +3263,7 @@ const $bc830feefb2f8a48$export$f7513421c53ce141 = (0, $9ade691eb9e41cfb$export$3
3262
3263
  alignItems: "center",
3263
3264
  justifyContent: "center",
3264
3265
  overflow: "hidden",
3266
+ flexShrink: 0,
3265
3267
  img: {
3266
3268
  width: "100%",
3267
3269
  objectFit: "cover",
@@ -3659,17 +3661,18 @@ const $12105c91de6d0b91$export$b25a304ec7d746bb = /*#__PURE__*/ $kF5Av$forwardRe
3659
3661
  const percent = (value - minValue) / (maxValue - minValue) * 100;
3660
3662
  const barWidth = `${percent}%`;
3661
3663
  return /*#__PURE__*/ (0, $kF5Av$jsxs)((0, $391d62e0590dec97$export$2e2bcd8739ae039), {
3662
- stack: true,
3664
+ css: css,
3663
3665
  ...progressBarProps,
3666
+ stack: true,
3664
3667
  children: [
3665
3668
  label && /*#__PURE__*/ (0, $kF5Av$jsx)((0, $4fdef5d0844b7575$export$2e2bcd8739ae039), {
3666
3669
  ...labelProps,
3667
3670
  children: label
3668
3671
  }),
3669
3672
  /*#__PURE__*/ (0, $kF5Av$jsx)($12105c91de6d0b91$var$StyledProgressWrapper, {
3673
+ className: "progress-wrapper",
3670
3674
  css: {
3671
- height: height,
3672
- ...css
3675
+ height: height
3673
3676
  },
3674
3677
  ref: ref,
3675
3678
  children: /*#__PURE__*/ (0, $kF5Av$jsx)((0, $d22d8a7881f7b33f$export$2e2bcd8739ae039), {