@umituz/react-native-ai-generation-content 1.84.5 → 1.84.6

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.84.5",
3
+ "version": "1.84.6",
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",
@@ -168,7 +168,7 @@ export const AudioPickerScreen: React.FC<AudioPickerScreenProps> = ({
168
168
 
169
169
  {optional && !selectedFile ? (
170
170
  <AtomicButton
171
- variant="ghost"
171
+ variant="text"
172
172
  size="sm"
173
173
  onPress={handleSkip}
174
174
  style={styles.skipButton}