@butternutbox/pawprint-native 0.21.0 → 0.22.0

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/index.js CHANGED
@@ -6695,7 +6695,7 @@ var StyledRootPressable = styled51(Pressable)(
6695
6695
  alignItems: rootFlexAlign,
6696
6696
  gap: rootGap,
6697
6697
  opacity: rootOpacity
6698
- }, rootPaddingVertical !== void 0 ? { paddingVertical: rootPaddingVertical } : {}), rootPaddingHorizontal !== void 0 ? { paddingHorizontal: rootPaddingHorizontal } : {}), rootMaxWidth !== void 0 ? rootFitContent ? { maxWidth: rootMaxWidth, alignSelf: "flex-start" } : { maxWidth: rootMaxWidth, width: "100%" } : {}), rootBgColor ? { backgroundColor: rootBgColor } : {}), rootBorderWidth !== void 0 ? { borderWidth: rootBorderWidth, borderColor: rootBorderColor } : {}), rootBorderRadius !== void 0 ? { borderRadius: rootBorderRadius } : {})
6698
+ }, rootPaddingVertical !== void 0 ? { paddingVertical: rootPaddingVertical } : {}), rootPaddingHorizontal !== void 0 ? { paddingHorizontal: rootPaddingHorizontal } : {}), rootMaxWidth !== void 0 ? rootFitContent ? { maxWidth: rootMaxWidth, alignSelf: "flex-start" } : { maxWidth: rootMaxWidth, width: "100%" } : { width: "100%" }), rootBgColor ? { backgroundColor: rootBgColor } : {}), rootBorderWidth !== void 0 ? { borderWidth: rootBorderWidth, borderColor: rootBorderColor } : {}), rootBorderRadius !== void 0 ? { borderRadius: rootBorderRadius } : {})
6699
6699
  );
6700
6700
  var StyledControl = styled51(View)(
6701
6701
  ({
@@ -6716,10 +6716,10 @@ var StyledControl = styled51(View)(
6716
6716
  justifyContent: "center"
6717
6717
  })
6718
6718
  );
6719
- var StyledContent2 = styled51(View)(({ contentGap, contentFlex }) => ({
6719
+ var StyledContent2 = styled51(View)(({ contentGap }) => ({
6720
6720
  flexDirection: "column",
6721
6721
  gap: contentGap,
6722
- flex: contentFlex,
6722
+ flex: 1,
6723
6723
  minWidth: 0
6724
6724
  }));
6725
6725
  var StyledIllustration = styled51(View)(({ illustrationSize }) => ({
@@ -6808,7 +6808,6 @@ var Checkbox = React66.forwardRef(
6808
6808
  StyledContent2,
6809
6809
  {
6810
6810
  contentGap: parseTokenValue31(checkbox.spacing.content.gap),
6811
- contentFlex: isTile && fitContent ? 0 : 1,
6812
6811
  children: [
6813
6812
  label && /* @__PURE__ */ jsx(
6814
6813
  Typography,