@momo-kits/foundation 0.109.1-optimize.17 → 0.109.1-optimize.17-beta.18

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/Radio/index.tsx CHANGED
@@ -64,7 +64,7 @@ const Radio: FC<RadioProps> = ({
64
64
  styles.radio,
65
65
  checkBoxStyle,
66
66
  disabledStyle,
67
- {marginRight: label ? Spacing.XS : 0},
67
+ {marginRight: label ? Spacing.S : 0},
68
68
  ]}
69
69
  />
70
70
  {!!label && <Text typography={'body_default_regular'}>{label}</Text>}
package/Title/index.tsx CHANGED
@@ -38,7 +38,7 @@ const Title: FC<TitleProps> = ({
38
38
  const numberOfLines = showTrailingAction || !!badgeLabel ? 1 : 2;
39
39
  const buttonTypo: Typography =
40
40
  buttonSize === 'small' ? 'action_xs_bold' : 'action_s_bold';
41
- const flexStyle = showTrailingAction && {maxWidth: '70%'};
41
+ const flexStyle = showTrailingAction && {maxWidth: '95%'};
42
42
 
43
43
  const renderIcon = () => {
44
44
  if (!icon) return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/foundation",
3
- "version": "0.109.1-optimize.17",
3
+ "version": "0.109.1-optimize.17-beta.18",
4
4
  "description": "React Native Component Kits",
5
5
  "main": "index.ts",
6
6
  "scripts": {},