@umituz/react-native-ai-generation-content 1.20.11 → 1.20.12

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.20.11",
3
+ "version": "1.20.12",
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",
@@ -130,10 +130,5 @@ const styles = StyleSheet.create({
130
130
  modalContent: {
131
131
  backgroundColor: "transparent",
132
132
  borderWidth: 0,
133
- padding: 24,
134
- width: "100%",
135
- height: "auto",
136
- justifyContent: "center",
137
- alignItems: "center",
138
133
  },
139
134
  });