@umituz/react-native-ai-generation-content 1.17.5 → 1.17.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-ai-generation-content",
3
- "version": "1.17.5",
3
+ "version": "1.17.7",
4
4
  "description": "Provider-agnostic AI generation orchestration for React Native",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -7,10 +7,10 @@ import React, { useCallback, useMemo } from "react";
7
7
  import { View, ScrollView, StyleSheet } from "react-native";
8
8
  import {
9
9
  useAppDesignTokens,
10
- PhotoUploadCard,
11
10
  AtomicText,
12
11
  AtomicButton,
13
12
  } from "@umituz/react-native-design-system";
13
+ import { PhotoUploadCard } from "../../../../presentation/components/PhotoUploadCard";
14
14
  import { PhotoRestoreResultView } from "./PhotoRestoreResultView";
15
15
  import type {
16
16
  PhotoRestoreTranslations,
@@ -7,10 +7,10 @@ import React, { useCallback, useMemo } from "react";
7
7
  import { View, ScrollView, StyleSheet } from "react-native";
8
8
  import {
9
9
  useAppDesignTokens,
10
- PhotoUploadCard,
11
10
  AtomicText,
12
11
  AtomicButton,
13
12
  } from "@umituz/react-native-design-system";
13
+ import { PhotoUploadCard } from "../../../../presentation/components/PhotoUploadCard";
14
14
  import { UpscaleResultView } from "./UpscaleResultView";
15
15
  import type {
16
16
  UpscaleTranslations,
package/src/index.ts CHANGED
@@ -229,6 +229,18 @@ export {
229
229
  ResultActions,
230
230
  DEFAULT_RESULT_CONFIG,
231
231
  PhotoStep,
232
+ // Image Picker
233
+ ImagePickerBox,
234
+ DualImagePicker,
235
+ // Buttons
236
+ GenerateButton,
237
+ // Display
238
+ ResultDisplay,
239
+ ErrorDisplay,
240
+ // Headers
241
+ FeatureHeader,
242
+ // Photo Upload
243
+ PhotoUploadCard,
232
244
  } from "./presentation/components";
233
245
 
234
246
  export type {
@@ -254,6 +266,20 @@ export type {
254
266
  ResultLayoutConfig,
255
267
  ResultActionButton,
256
268
  PhotoStepProps,
269
+ // Image Picker
270
+ ImagePickerBoxProps,
271
+ DualImagePickerProps,
272
+ // Buttons
273
+ GenerateButtonProps,
274
+ // Display
275
+ ResultDisplayProps,
276
+ ResultDisplayAction,
277
+ ErrorDisplayProps,
278
+ // Headers
279
+ FeatureHeaderProps,
280
+ // Photo Upload
281
+ PhotoUploadCardProps,
282
+ PhotoUploadCardConfig,
257
283
  } from "./presentation/components";
258
284
 
259
285
  // =============================================================================
@@ -7,10 +7,8 @@
7
7
 
8
8
  import React, { useMemo } from "react";
9
9
  import { View, StyleSheet, type ViewStyle, type StyleProp } from "react-native";
10
- import {
11
- StepHeader,
12
- PhotoUploadCard,
13
- } from "@umituz/react-native-design-system";
10
+ import { StepHeader } from "@umituz/react-native-design-system";
11
+ import { PhotoUploadCard } from "../PhotoUploadCard";
14
12
  import type { PhotoStepConfig } from "../../types/flow-config.types";
15
13
 
16
14
  export interface PhotoStepProps {
@@ -6,7 +6,7 @@
6
6
  */
7
7
 
8
8
  import type { StepHeaderConfig } from "@umituz/react-native-design-system";
9
- import type { PhotoUploadCardConfig } from "@umituz/react-native-design-system";
9
+ import type { PhotoUploadCardConfig } from "../components/PhotoUploadCard";
10
10
 
11
11
  /**
12
12
  * Photo upload step configuration