@oxyhq/services 24.0.2 → 25.0.1

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.
Files changed (191) hide show
  1. package/lib/commonjs/ui/components/FollowButton.js +4 -4
  2. package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
  3. package/lib/commonjs/ui/components/OxyAuthChooser.js +5 -5
  4. package/lib/commonjs/ui/components/OxyAuthChooser.js.map +1 -1
  5. package/lib/commonjs/ui/components/OxyProvider.js +2 -2
  6. package/lib/commonjs/ui/components/OxyProvider.js.map +1 -1
  7. package/lib/commonjs/ui/components/authChooser/useUsernameAvailability.js +2 -2
  8. package/lib/commonjs/ui/components/authChooser/useUsernameAvailability.js.map +1 -1
  9. package/lib/commonjs/ui/components/fileManagement/UploadPreview.js +2 -2
  10. package/lib/commonjs/ui/components/fileManagement/UploadPreview.js.map +1 -1
  11. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js +2 -2
  12. package/lib/commonjs/ui/components/payment/PaymentDetailsStep.js.map +1 -1
  13. package/lib/commonjs/ui/hooks/mutations/mutationFactory.js +5 -5
  14. package/lib/commonjs/ui/hooks/mutations/mutationFactory.js.map +1 -1
  15. package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +11 -11
  16. package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
  17. package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js +9 -9
  18. package/lib/commonjs/ui/hooks/mutations/useServicesMutations.js.map +1 -1
  19. package/lib/commonjs/ui/hooks/queries/usePaymentQueries.js +3 -2
  20. package/lib/commonjs/ui/hooks/queries/usePaymentQueries.js.map +1 -1
  21. package/lib/commonjs/ui/hooks/useAsyncAction.js +7 -7
  22. package/lib/commonjs/ui/hooks/useAsyncAction.js.map +1 -1
  23. package/lib/commonjs/ui/hooks/useAvatarPicker.js +5 -5
  24. package/lib/commonjs/ui/hooks/useAvatarPicker.js.map +1 -1
  25. package/lib/commonjs/ui/hooks/useSettingToggle.js +4 -4
  26. package/lib/commonjs/ui/hooks/useSettingToggle.js.map +1 -1
  27. package/lib/commonjs/ui/screens/AccountMembersScreen.js +10 -10
  28. package/lib/commonjs/ui/screens/AccountMembersScreen.js.map +1 -1
  29. package/lib/commonjs/ui/screens/AccountSettingsScreen.js +5 -5
  30. package/lib/commonjs/ui/screens/AccountSettingsScreen.js.map +1 -1
  31. package/lib/commonjs/ui/screens/AccountVerificationScreen.js +4 -4
  32. package/lib/commonjs/ui/screens/AccountVerificationScreen.js.map +1 -1
  33. package/lib/commonjs/ui/screens/AppInfoScreen.js +9 -9
  34. package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
  35. package/lib/commonjs/ui/screens/AvatarCropScreen.js +3 -3
  36. package/lib/commonjs/ui/screens/AvatarCropScreen.js.map +1 -1
  37. package/lib/commonjs/ui/screens/ChangeAvatarScreen.js +4 -4
  38. package/lib/commonjs/ui/screens/ChangeAvatarScreen.js.map +1 -1
  39. package/lib/commonjs/ui/screens/ConnectedAppsScreen.js +3 -3
  40. package/lib/commonjs/ui/screens/ConnectedAppsScreen.js.map +1 -1
  41. package/lib/commonjs/ui/screens/CreateAccountScreen.js +3 -3
  42. package/lib/commonjs/ui/screens/CreateAccountScreen.js.map +1 -1
  43. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +3 -3
  44. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
  45. package/lib/commonjs/ui/screens/FAQScreen.js +2 -2
  46. package/lib/commonjs/ui/screens/FAQScreen.js.map +1 -1
  47. package/lib/commonjs/ui/screens/FeedbackScreen.js +4 -4
  48. package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
  49. package/lib/commonjs/ui/screens/FileManagementScreen.js +20 -20
  50. package/lib/commonjs/ui/screens/FileManagementScreen.js.map +1 -1
  51. package/lib/commonjs/ui/screens/HelpSupportScreen.js +7 -7
  52. package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
  53. package/lib/commonjs/ui/screens/HistoryViewScreen.js +5 -5
  54. package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
  55. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +3 -3
  56. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
  57. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +3 -3
  58. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
  59. package/lib/commonjs/ui/screens/ManageAccountScreen.js +14 -14
  60. package/lib/commonjs/ui/screens/ManageAccountScreen.js.map +1 -1
  61. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js +16 -16
  62. package/lib/commonjs/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  63. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js +6 -6
  64. package/lib/commonjs/ui/screens/PrivacySettingsScreen.js.map +1 -1
  65. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +2 -2
  66. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
  67. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js +2 -2
  68. package/lib/commonjs/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  69. package/lib/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.js +20 -20
  70. package/lib/commonjs/ui/screens/fileManagement/hooks/useFileUploadState.js.map +1 -1
  71. package/lib/module/ui/components/FollowButton.js +1 -1
  72. package/lib/module/ui/components/FollowButton.js.map +1 -1
  73. package/lib/module/ui/components/OxyAuthChooser.js +1 -1
  74. package/lib/module/ui/components/OxyAuthChooser.js.map +1 -1
  75. package/lib/module/ui/components/OxyProvider.js +1 -1
  76. package/lib/module/ui/components/OxyProvider.js.map +1 -1
  77. package/lib/module/ui/components/authChooser/useUsernameAvailability.js +1 -1
  78. package/lib/module/ui/components/authChooser/useUsernameAvailability.js.map +1 -1
  79. package/lib/module/ui/components/fileManagement/UploadPreview.js +1 -1
  80. package/lib/module/ui/components/fileManagement/UploadPreview.js.map +1 -1
  81. package/lib/module/ui/components/payment/PaymentDetailsStep.js +1 -1
  82. package/lib/module/ui/components/payment/PaymentDetailsStep.js.map +1 -1
  83. package/lib/module/ui/hooks/mutations/mutationFactory.js +1 -1
  84. package/lib/module/ui/hooks/mutations/mutationFactory.js.map +1 -1
  85. package/lib/module/ui/hooks/mutations/useAccountMutations.js +1 -1
  86. package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
  87. package/lib/module/ui/hooks/mutations/useServicesMutations.js +1 -1
  88. package/lib/module/ui/hooks/mutations/useServicesMutations.js.map +1 -1
  89. package/lib/module/ui/hooks/queries/usePaymentQueries.js +3 -2
  90. package/lib/module/ui/hooks/queries/usePaymentQueries.js.map +1 -1
  91. package/lib/module/ui/hooks/useAsyncAction.js +1 -1
  92. package/lib/module/ui/hooks/useAsyncAction.js.map +1 -1
  93. package/lib/module/ui/hooks/useAvatarPicker.js +1 -1
  94. package/lib/module/ui/hooks/useAvatarPicker.js.map +1 -1
  95. package/lib/module/ui/hooks/useSettingToggle.js +1 -1
  96. package/lib/module/ui/hooks/useSettingToggle.js.map +1 -1
  97. package/lib/module/ui/screens/AccountMembersScreen.js +1 -1
  98. package/lib/module/ui/screens/AccountMembersScreen.js.map +1 -1
  99. package/lib/module/ui/screens/AccountSettingsScreen.js +1 -1
  100. package/lib/module/ui/screens/AccountSettingsScreen.js.map +1 -1
  101. package/lib/module/ui/screens/AccountVerificationScreen.js +1 -1
  102. package/lib/module/ui/screens/AccountVerificationScreen.js.map +1 -1
  103. package/lib/module/ui/screens/AppInfoScreen.js +1 -1
  104. package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
  105. package/lib/module/ui/screens/AvatarCropScreen.js +1 -1
  106. package/lib/module/ui/screens/AvatarCropScreen.js.map +1 -1
  107. package/lib/module/ui/screens/ChangeAvatarScreen.js +1 -1
  108. package/lib/module/ui/screens/ChangeAvatarScreen.js.map +1 -1
  109. package/lib/module/ui/screens/ConnectedAppsScreen.js +1 -1
  110. package/lib/module/ui/screens/ConnectedAppsScreen.js.map +1 -1
  111. package/lib/module/ui/screens/CreateAccountScreen.js +1 -1
  112. package/lib/module/ui/screens/CreateAccountScreen.js.map +1 -1
  113. package/lib/module/ui/screens/EditProfileFieldScreen.js +1 -1
  114. package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
  115. package/lib/module/ui/screens/FAQScreen.js +1 -1
  116. package/lib/module/ui/screens/FAQScreen.js.map +1 -1
  117. package/lib/module/ui/screens/FeedbackScreen.js +1 -1
  118. package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
  119. package/lib/module/ui/screens/FileManagementScreen.js +1 -1
  120. package/lib/module/ui/screens/FileManagementScreen.js.map +1 -1
  121. package/lib/module/ui/screens/HelpSupportScreen.js +1 -1
  122. package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
  123. package/lib/module/ui/screens/HistoryViewScreen.js +1 -1
  124. package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
  125. package/lib/module/ui/screens/LanguageSelectorScreen.js +1 -1
  126. package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
  127. package/lib/module/ui/screens/LegalDocumentsScreen.js +1 -1
  128. package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
  129. package/lib/module/ui/screens/ManageAccountScreen.js +1 -1
  130. package/lib/module/ui/screens/ManageAccountScreen.js.map +1 -1
  131. package/lib/module/ui/screens/PremiumSubscriptionScreen.js +1 -1
  132. package/lib/module/ui/screens/PremiumSubscriptionScreen.js.map +1 -1
  133. package/lib/module/ui/screens/PrivacySettingsScreen.js +1 -1
  134. package/lib/module/ui/screens/PrivacySettingsScreen.js.map +1 -1
  135. package/lib/module/ui/screens/SavesCollectionsScreen.js +1 -1
  136. package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
  137. package/lib/module/ui/screens/WelcomeNewUserScreen.js +1 -1
  138. package/lib/module/ui/screens/WelcomeNewUserScreen.js.map +1 -1
  139. package/lib/module/ui/screens/fileManagement/hooks/useFileUploadState.js +1 -1
  140. package/lib/module/ui/screens/fileManagement/hooks/useFileUploadState.js.map +1 -1
  141. package/lib/typescript/commonjs/ui/components/fileManagement/UploadPreview.d.ts +1 -1
  142. package/lib/typescript/commonjs/ui/components/fileManagement/UploadPreview.d.ts.map +1 -1
  143. package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -1
  144. package/lib/typescript/commonjs/ui/hooks/queries/paymentTypes.d.ts +3 -2
  145. package/lib/typescript/commonjs/ui/hooks/queries/paymentTypes.d.ts.map +1 -1
  146. package/lib/typescript/commonjs/ui/hooks/queries/usePaymentQueries.d.ts +3 -2
  147. package/lib/typescript/commonjs/ui/hooks/queries/usePaymentQueries.d.ts.map +1 -1
  148. package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts +1 -1
  149. package/lib/typescript/module/ui/components/fileManagement/UploadPreview.d.ts.map +1 -1
  150. package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -1
  151. package/lib/typescript/module/ui/hooks/queries/paymentTypes.d.ts +3 -2
  152. package/lib/typescript/module/ui/hooks/queries/paymentTypes.d.ts.map +1 -1
  153. package/lib/typescript/module/ui/hooks/queries/usePaymentQueries.d.ts +3 -2
  154. package/lib/typescript/module/ui/hooks/queries/usePaymentQueries.d.ts.map +1 -1
  155. package/package.json +4 -4
  156. package/src/ui/components/FollowButton.tsx +1 -1
  157. package/src/ui/components/OxyAuthChooser.tsx +1 -1
  158. package/src/ui/components/OxyProvider.tsx +1 -1
  159. package/src/ui/components/authChooser/useUsernameAvailability.ts +1 -1
  160. package/src/ui/components/fileManagement/UploadPreview.tsx +1 -1
  161. package/src/ui/components/payment/PaymentDetailsStep.tsx +1 -1
  162. package/src/ui/hooks/mutations/mutationFactory.ts +1 -1
  163. package/src/ui/hooks/mutations/useAccountMutations.ts +1 -1
  164. package/src/ui/hooks/mutations/useServicesMutations.ts +1 -1
  165. package/src/ui/hooks/queries/paymentTypes.ts +3 -2
  166. package/src/ui/hooks/queries/usePaymentQueries.ts +3 -2
  167. package/src/ui/hooks/useAsyncAction.ts +1 -1
  168. package/src/ui/hooks/useAvatarPicker.ts +1 -1
  169. package/src/ui/hooks/useSettingToggle.ts +1 -1
  170. package/src/ui/screens/AccountMembersScreen.tsx +1 -1
  171. package/src/ui/screens/AccountSettingsScreen.tsx +1 -1
  172. package/src/ui/screens/AccountVerificationScreen.tsx +1 -1
  173. package/src/ui/screens/AppInfoScreen.tsx +1 -1
  174. package/src/ui/screens/AvatarCropScreen.tsx +1 -1
  175. package/src/ui/screens/ChangeAvatarScreen.tsx +1 -1
  176. package/src/ui/screens/ConnectedAppsScreen.tsx +1 -1
  177. package/src/ui/screens/CreateAccountScreen.tsx +1 -1
  178. package/src/ui/screens/EditProfileFieldScreen.tsx +1 -1
  179. package/src/ui/screens/FAQScreen.tsx +1 -1
  180. package/src/ui/screens/FeedbackScreen.tsx +1 -1
  181. package/src/ui/screens/FileManagementScreen.tsx +1 -1
  182. package/src/ui/screens/HelpSupportScreen.tsx +1 -1
  183. package/src/ui/screens/HistoryViewScreen.tsx +1 -1
  184. package/src/ui/screens/LanguageSelectorScreen.tsx +1 -1
  185. package/src/ui/screens/LegalDocumentsScreen.tsx +1 -1
  186. package/src/ui/screens/ManageAccountScreen.tsx +1 -1
  187. package/src/ui/screens/PremiumSubscriptionScreen.tsx +1 -1
  188. package/src/ui/screens/PrivacySettingsScreen.tsx +1 -1
  189. package/src/ui/screens/SavesCollectionsScreen.tsx +1 -1
  190. package/src/ui/screens/WelcomeNewUserScreen.tsx +1 -1
  191. package/src/ui/screens/fileManagement/hooks/useFileUploadState.ts +1 -1
@@ -7,7 +7,7 @@ import {
7
7
  Platform,
8
8
  } from 'react-native';
9
9
  import Ionicons from '@expo/vector-icons/Ionicons';
10
- import { toast } from '@oxyhq/bloom';
10
+ import { toast } from '@oxyhq/bloom/toast';
11
11
  import { surfaces } from '@oxyhq/bloom/surfaces';
12
12
  import { useTheme } from '@oxyhq/bloom/theme';
13
13
  import { Text } from '@oxyhq/bloom/typography';
@@ -2,7 +2,7 @@ import type React from 'react';
2
2
  import { useState, useEffect, useCallback } from 'react';
3
3
  import { View, ScrollView, ActivityIndicator } from 'react-native';
4
4
  import type { BaseScreenProps } from '../types/navigation';
5
- import { toast } from '@oxyhq/bloom';
5
+ import { toast } from '@oxyhq/bloom/toast';
6
6
  import { surfaces } from '@oxyhq/bloom/surfaces';
7
7
  import { useTheme } from '@oxyhq/bloom/theme';
8
8
  import { Button } from '@oxyhq/bloom/button';
@@ -1,7 +1,7 @@
1
1
  import React, { useState, useCallback, useEffect } from 'react';
2
2
  import { View } from 'react-native';
3
3
  import type { BaseScreenProps } from '../types/navigation';
4
- import { toast } from '@oxyhq/bloom';
4
+ import { toast } from '@oxyhq/bloom/toast';
5
5
  import { SettingsListGroup, SettingsListItem } from '@oxyhq/bloom/settings-list';
6
6
  import { Switch } from '@oxyhq/bloom/switch';
7
7
  import { Button } from '@oxyhq/bloom/button';
@@ -1,7 +1,7 @@
1
1
  import React, { useState, useEffect } from 'react';
2
2
  import { View } from 'react-native';
3
3
  import type { BaseScreenProps } from '../types/navigation';
4
- import { toast } from '@oxyhq/bloom';
4
+ import { toast } from '@oxyhq/bloom/toast';
5
5
  import {
6
6
  SegmentedControl,
7
7
  SegmentedControlItem,
@@ -4,7 +4,7 @@ import { View, StyleSheet, Platform, Animated } from 'react-native';
4
4
  import type { BaseScreenProps } from '../types/navigation';
5
5
  import { Avatar } from '@oxyhq/bloom/avatar';
6
6
  import Ionicons from '@expo/vector-icons/Ionicons';
7
- import { toast } from '@oxyhq/bloom';
7
+ import { toast } from '@oxyhq/bloom/toast';
8
8
  import { useTheme } from '@oxyhq/bloom/theme';
9
9
  import { Button } from '@oxyhq/bloom/button';
10
10
  import { H1, Text } from '@oxyhq/bloom/typography';
@@ -1,7 +1,7 @@
1
1
  import type React from 'react';
2
2
  import { useCallback, useEffect, useRef, useState } from 'react';
3
3
  import { useQueryClient } from '@tanstack/react-query';
4
- import { toast } from '@oxyhq/bloom';
4
+ import { toast } from '@oxyhq/bloom/toast';
5
5
  import type { AssetUploadInput, FileMetadata } from '@oxyhq/core';
6
6
  import type { useUploadFile } from '../../../hooks/mutations/useAccountMutations';
7
7
  import { queryKeys } from '../../../hooks/queries/queryKeys';