@umituz/react-native-ai-generation-content 1.17.218 → 1.17.219

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.17.218",
3
+ "version": "1.17.219",
4
4
  "description": "Provider-agnostic AI generation orchestration for React Native",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -42,9 +42,9 @@ interface CreationActionsProps {
42
42
  }
43
43
 
44
44
  const SIZES = {
45
- sm: { button: 28, icon: "xs" as const },
46
- md: { button: 36, icon: "sm" as const },
47
- lg: { button: 44, icon: "md" as const },
45
+ sm: { button: 36, icon: "sm" as const },
46
+ md: { button: 44, icon: "md" as const },
47
+ lg: { button: 52, icon: "lg" as const },
48
48
  };
49
49
 
50
50
  export function CreationActions({
@@ -100,6 +100,7 @@ export function CreationActions({
100
100
  onPress={action.onPress}
101
101
  disabled={action.disabled || action.loading}
102
102
  activeOpacity={0.7}
103
+ hitSlop={{ top: 8, bottom: 8, left: 8, right: 8 }}
103
104
  >
104
105
  {action.loading ? (
105
106
  <AtomicSpinner