@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/main.js +6 -3
- package/dist/main.js.map +1 -1
- package/dist/module.js +6 -3
- 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
|
@@ -1801,6 +1801,7 @@ const $626c660fba87c9a3$var$StyledButton = (0, $80923bc9c1ba824c$export$3817b7a5
|
|
|
1801
1801
|
outline: "none",
|
|
1802
1802
|
border: "none",
|
|
1803
1803
|
padding: 0,
|
|
1804
|
+
flexShrink: 0,
|
|
1804
1805
|
defaultVariants: {
|
|
1805
1806
|
size: "md",
|
|
1806
1807
|
shape: "circle"
|
|
@@ -3299,6 +3300,7 @@ const $8fff24416ec1775a$export$f7513421c53ce141 = (0, $80923bc9c1ba824c$export$3
|
|
|
3299
3300
|
alignItems: "center",
|
|
3300
3301
|
justifyContent: "center",
|
|
3301
3302
|
overflow: "hidden",
|
|
3303
|
+
flexShrink: 0,
|
|
3302
3304
|
img: {
|
|
3303
3305
|
width: "100%",
|
|
3304
3306
|
objectFit: "cover",
|
|
@@ -3696,17 +3698,18 @@ const $9429b8cf491e716c$export$b25a304ec7d746bb = /*#__PURE__*/ $E4F9t$react.for
|
|
|
3696
3698
|
const percent = (value - minValue) / (maxValue - minValue) * 100;
|
|
3697
3699
|
const barWidth = `${percent}%`;
|
|
3698
3700
|
return /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsxs)((0, $00118e4526047a1f$export$2e2bcd8739ae039), {
|
|
3699
|
-
|
|
3701
|
+
css: css,
|
|
3700
3702
|
...progressBarProps,
|
|
3703
|
+
stack: true,
|
|
3701
3704
|
children: [
|
|
3702
3705
|
label && /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)((0, $6fb5722ea7b379d7$export$2e2bcd8739ae039), {
|
|
3703
3706
|
...labelProps,
|
|
3704
3707
|
children: label
|
|
3705
3708
|
}),
|
|
3706
3709
|
/*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)($9429b8cf491e716c$var$StyledProgressWrapper, {
|
|
3710
|
+
className: "progress-wrapper",
|
|
3707
3711
|
css: {
|
|
3708
|
-
height: height
|
|
3709
|
-
...css
|
|
3712
|
+
height: height
|
|
3710
3713
|
},
|
|
3711
3714
|
ref: ref,
|
|
3712
3715
|
children: /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)((0, $7003944ca9ba7b6a$export$2e2bcd8739ae039), {
|