@umituz/react-native-subscription 2.3.5 → 2.3.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-subscription",
3
- "version": "2.3.5",
3
+ "version": "2.3.7",
4
4
  "description": "Complete subscription management with RevenueCat, paywall UI, and credits system for React Native apps",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -69,7 +69,7 @@ export const SubscriptionPlanCard: React.FC<SubscriptionPlanCardProps> =
69
69
  >
70
70
  <AtomicText
71
71
  type="labelSmall"
72
- style={{ color: tokens.colors.onPrimary, fontWeight: "600" }}
72
+ style={{ color: tokens.colors.onPrimary, fontWeight: "700" }}
73
73
  >
74
74
  {t("paywall.bestValue")}
75
75
  </AtomicText>
@@ -140,11 +140,11 @@ const styles = StyleSheet.create({
140
140
  },
141
141
  badge: {
142
142
  position: "absolute",
143
- top: -10,
144
- right: 20,
145
- paddingHorizontal: 12,
146
- paddingVertical: 4,
147
- borderRadius: 8,
143
+ top: -12,
144
+ right: 16,
145
+ paddingHorizontal: 16,
146
+ paddingVertical: 7,
147
+ borderRadius: 16,
148
148
  },
149
149
  content: {
150
150
  flexDirection: "row",