@umituz/react-native-ai-generation-content 1.25.10 → 1.25.11

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-ai-generation-content",
3
- "version": "1.25.10",
3
+ "version": "1.25.11",
4
4
  "description": "Provider-agnostic AI generation orchestration for React Native with result preview components",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -85,7 +85,7 @@ export const GenericWizardFlow: React.FC<GenericWizardFlowProps> = ({
85
85
  onSuccess: onGenerationComplete,
86
86
  onError: onGenerationError,
87
87
  onProgressChange: (progress) => {
88
- flow.setGenerationProgress(progress);
88
+ flow.updateProgress(progress);
89
89
  },
90
90
  onCreditsExhausted,
91
91
  });
@@ -28,7 +28,7 @@ export const LoveMessageHeroSection: React.FC = () => {
28
28
  <AtomicText type="labelSmall" color="primary" style={styles.quoteTag}>
29
29
  {t("loveMessage.explore.heroTag")}
30
30
  </AtomicText>
31
- <AtomicIcon name="quote-outline" color="primary" size="xs" />
31
+ <AtomicIcon name="chatbubble-outline" color="primary" size="xs" />
32
32
  </View>
33
33
  <AtomicText type="bodyMedium" color="textPrimary" style={styles.quoteText}>
34
34
  {`"Love is not about how many days, months, or years you have been together, but about how much you love each other every single day."`}