@oxyhq/services 10.2.10 → 10.3.0

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 (220) hide show
  1. package/lib/commonjs/index.js.map +1 -1
  2. package/lib/commonjs/ui/components/ActingAsBanner.js +2 -1
  3. package/lib/commonjs/ui/components/ActingAsBanner.js.map +1 -1
  4. package/lib/commonjs/ui/components/FollowButton.js +107 -1
  5. package/lib/commonjs/ui/components/FollowButton.js.map +1 -1
  6. package/lib/commonjs/ui/components/StepBasedScreen.js +19 -10
  7. package/lib/commonjs/ui/components/StepBasedScreen.js.map +1 -1
  8. package/lib/commonjs/ui/context/hooks/useAuthOperations.js +38 -122
  9. package/lib/commonjs/ui/context/hooks/useAuthOperations.js.map +1 -1
  10. package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js +9 -7
  11. package/lib/commonjs/ui/hooks/mutations/useAccountMutations.js.map +1 -1
  12. package/lib/commonjs/ui/hooks/useDeviceAccounts.js +20 -25
  13. package/lib/commonjs/ui/hooks/useDeviceAccounts.js.map +1 -1
  14. package/lib/commonjs/ui/hooks/useFollow.js +7 -0
  15. package/lib/commonjs/ui/hooks/useFollow.js.map +1 -1
  16. package/lib/commonjs/ui/hooks/useFollow.types.js +4 -0
  17. package/lib/commonjs/ui/hooks/useProfileEditing.js +19 -10
  18. package/lib/commonjs/ui/hooks/useProfileEditing.js.map +1 -1
  19. package/lib/commonjs/ui/screens/AppInfoScreen.js +1 -2
  20. package/lib/commonjs/ui/screens/AppInfoScreen.js.map +1 -1
  21. package/lib/commonjs/ui/screens/ConnectedAppsScreen.js +1 -2
  22. package/lib/commonjs/ui/screens/ConnectedAppsScreen.js.map +1 -1
  23. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js +11 -13
  24. package/lib/commonjs/ui/screens/EditProfileFieldScreen.js.map +1 -1
  25. package/lib/commonjs/ui/screens/FeedbackScreen.js +2 -3
  26. package/lib/commonjs/ui/screens/FeedbackScreen.js.map +1 -1
  27. package/lib/commonjs/ui/screens/HelpSupportScreen.js +2 -2
  28. package/lib/commonjs/ui/screens/HelpSupportScreen.js.map +1 -1
  29. package/lib/commonjs/ui/screens/HistoryViewScreen.js +2 -2
  30. package/lib/commonjs/ui/screens/HistoryViewScreen.js.map +1 -1
  31. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js +2 -3
  32. package/lib/commonjs/ui/screens/LanguageSelectorScreen.js.map +1 -1
  33. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js +2 -2
  34. package/lib/commonjs/ui/screens/LegalDocumentsScreen.js.map +1 -1
  35. package/lib/commonjs/ui/screens/ManageAccountScreen.js +1 -2
  36. package/lib/commonjs/ui/screens/ManageAccountScreen.js.map +1 -1
  37. package/lib/commonjs/ui/screens/NotificationsScreen.js +2 -2
  38. package/lib/commonjs/ui/screens/NotificationsScreen.js.map +1 -1
  39. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js +2 -2
  40. package/lib/commonjs/ui/screens/PaymentGatewayScreen.js.map +1 -1
  41. package/lib/commonjs/ui/screens/PreferencesScreen.js +2 -2
  42. package/lib/commonjs/ui/screens/PreferencesScreen.js.map +1 -1
  43. package/lib/commonjs/ui/screens/ProfileScreen.js +4 -3
  44. package/lib/commonjs/ui/screens/ProfileScreen.js.map +1 -1
  45. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js +3 -4
  46. package/lib/commonjs/ui/screens/SavesCollectionsScreen.js.map +1 -1
  47. package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js +2 -2
  48. package/lib/commonjs/ui/screens/trust/TrustCenterScreen.js.map +1 -1
  49. package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js +2 -2
  50. package/lib/commonjs/ui/screens/trust/TrustFAQScreen.js.map +1 -1
  51. package/lib/commonjs/ui/screens/trust/TrustRewardsScreen.js +2 -2
  52. package/lib/commonjs/ui/screens/trust/TrustRewardsScreen.js.map +1 -1
  53. package/lib/commonjs/ui/stores/authStore.js.map +1 -1
  54. package/lib/commonjs/ui/stores/followStore.js +68 -0
  55. package/lib/commonjs/ui/stores/followStore.js.map +1 -1
  56. package/lib/commonjs/ui/utils/avatarUtils.js +1 -1
  57. package/lib/commonjs/ui/utils/avatarUtils.js.map +1 -1
  58. package/lib/module/index.js.map +1 -1
  59. package/lib/module/ui/components/ActingAsBanner.js +2 -1
  60. package/lib/module/ui/components/ActingAsBanner.js.map +1 -1
  61. package/lib/module/ui/components/FollowButton.js +109 -3
  62. package/lib/module/ui/components/FollowButton.js.map +1 -1
  63. package/lib/module/ui/components/StepBasedScreen.js +19 -10
  64. package/lib/module/ui/components/StepBasedScreen.js.map +1 -1
  65. package/lib/module/ui/context/hooks/useAuthOperations.js +38 -122
  66. package/lib/module/ui/context/hooks/useAuthOperations.js.map +1 -1
  67. package/lib/module/ui/hooks/mutations/useAccountMutations.js +9 -7
  68. package/lib/module/ui/hooks/mutations/useAccountMutations.js.map +1 -1
  69. package/lib/module/ui/hooks/useDeviceAccounts.js +20 -25
  70. package/lib/module/ui/hooks/useDeviceAccounts.js.map +1 -1
  71. package/lib/module/ui/hooks/useFollow.js +7 -0
  72. package/lib/module/ui/hooks/useFollow.js.map +1 -1
  73. package/lib/module/ui/hooks/useFollow.types.js +2 -0
  74. package/lib/module/ui/hooks/useProfileEditing.js +19 -10
  75. package/lib/module/ui/hooks/useProfileEditing.js.map +1 -1
  76. package/lib/module/ui/screens/AppInfoScreen.js +1 -1
  77. package/lib/module/ui/screens/AppInfoScreen.js.map +1 -1
  78. package/lib/module/ui/screens/ConnectedAppsScreen.js +1 -1
  79. package/lib/module/ui/screens/ConnectedAppsScreen.js.map +1 -1
  80. package/lib/module/ui/screens/EditProfileFieldScreen.js +10 -11
  81. package/lib/module/ui/screens/EditProfileFieldScreen.js.map +1 -1
  82. package/lib/module/ui/screens/FeedbackScreen.js +1 -1
  83. package/lib/module/ui/screens/FeedbackScreen.js.map +1 -1
  84. package/lib/module/ui/screens/HelpSupportScreen.js +1 -1
  85. package/lib/module/ui/screens/HelpSupportScreen.js.map +1 -1
  86. package/lib/module/ui/screens/HistoryViewScreen.js +1 -1
  87. package/lib/module/ui/screens/HistoryViewScreen.js.map +1 -1
  88. package/lib/module/ui/screens/LanguageSelectorScreen.js +1 -1
  89. package/lib/module/ui/screens/LanguageSelectorScreen.js.map +1 -1
  90. package/lib/module/ui/screens/LegalDocumentsScreen.js +1 -1
  91. package/lib/module/ui/screens/LegalDocumentsScreen.js.map +1 -1
  92. package/lib/module/ui/screens/ManageAccountScreen.js +1 -1
  93. package/lib/module/ui/screens/ManageAccountScreen.js.map +1 -1
  94. package/lib/module/ui/screens/NotificationsScreen.js +1 -1
  95. package/lib/module/ui/screens/NotificationsScreen.js.map +1 -1
  96. package/lib/module/ui/screens/PaymentGatewayScreen.js +1 -1
  97. package/lib/module/ui/screens/PaymentGatewayScreen.js.map +1 -1
  98. package/lib/module/ui/screens/PreferencesScreen.js +1 -1
  99. package/lib/module/ui/screens/PreferencesScreen.js.map +1 -1
  100. package/lib/module/ui/screens/ProfileScreen.js +5 -4
  101. package/lib/module/ui/screens/ProfileScreen.js.map +1 -1
  102. package/lib/module/ui/screens/SavesCollectionsScreen.js +2 -3
  103. package/lib/module/ui/screens/SavesCollectionsScreen.js.map +1 -1
  104. package/lib/module/ui/screens/trust/TrustCenterScreen.js +1 -1
  105. package/lib/module/ui/screens/trust/TrustCenterScreen.js.map +1 -1
  106. package/lib/module/ui/screens/trust/TrustFAQScreen.js +1 -1
  107. package/lib/module/ui/screens/trust/TrustFAQScreen.js.map +1 -1
  108. package/lib/module/ui/screens/trust/TrustRewardsScreen.js +1 -1
  109. package/lib/module/ui/screens/trust/TrustRewardsScreen.js.map +1 -1
  110. package/lib/module/ui/stores/authStore.js.map +1 -1
  111. package/lib/module/ui/stores/followStore.js +68 -0
  112. package/lib/module/ui/stores/followStore.js.map +1 -1
  113. package/lib/module/ui/utils/avatarUtils.js +1 -1
  114. package/lib/module/ui/utils/avatarUtils.js.map +1 -1
  115. package/lib/typescript/commonjs/index.d.ts +1 -0
  116. package/lib/typescript/commonjs/index.d.ts.map +1 -1
  117. package/lib/typescript/commonjs/ui/components/ActingAsBanner.d.ts.map +1 -1
  118. package/lib/typescript/commonjs/ui/components/FollowButton.d.ts +24 -4
  119. package/lib/typescript/commonjs/ui/components/FollowButton.d.ts.map +1 -1
  120. package/lib/typescript/commonjs/ui/components/StepBasedScreen.d.ts +5 -3
  121. package/lib/typescript/commonjs/ui/components/StepBasedScreen.d.ts.map +1 -1
  122. package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts +1 -1
  123. package/lib/typescript/commonjs/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
  124. package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts +52 -6
  125. package/lib/typescript/commonjs/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -1
  126. package/lib/typescript/commonjs/ui/hooks/useDeviceAccounts.d.ts.map +1 -1
  127. package/lib/typescript/commonjs/ui/hooks/useFollow.d.ts +3 -1
  128. package/lib/typescript/commonjs/ui/hooks/useFollow.d.ts.map +1 -1
  129. package/lib/typescript/commonjs/ui/hooks/useFollow.types.d.ts +2 -0
  130. package/lib/typescript/commonjs/ui/hooks/useFollow.types.d.ts.map +1 -1
  131. package/lib/typescript/commonjs/ui/hooks/useProfileEditing.d.ts +22 -18
  132. package/lib/typescript/commonjs/ui/hooks/useProfileEditing.d.ts.map +1 -1
  133. package/lib/typescript/commonjs/ui/screens/EditProfileFieldScreen.d.ts.map +1 -1
  134. package/lib/typescript/commonjs/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
  135. package/lib/typescript/commonjs/ui/stores/authStore.d.ts +2 -10
  136. package/lib/typescript/commonjs/ui/stores/authStore.d.ts.map +1 -1
  137. package/lib/typescript/commonjs/ui/stores/followStore.d.ts +2 -1
  138. package/lib/typescript/commonjs/ui/stores/followStore.d.ts.map +1 -1
  139. package/lib/typescript/commonjs/ui/types/navigation.d.ts +0 -1
  140. package/lib/typescript/commonjs/ui/types/navigation.d.ts.map +1 -1
  141. package/lib/typescript/commonjs/ui/utils/avatarUtils.d.ts +2 -1
  142. package/lib/typescript/commonjs/ui/utils/avatarUtils.d.ts.map +1 -1
  143. package/lib/typescript/module/index.d.ts +1 -0
  144. package/lib/typescript/module/index.d.ts.map +1 -1
  145. package/lib/typescript/module/ui/components/ActingAsBanner.d.ts.map +1 -1
  146. package/lib/typescript/module/ui/components/FollowButton.d.ts +24 -4
  147. package/lib/typescript/module/ui/components/FollowButton.d.ts.map +1 -1
  148. package/lib/typescript/module/ui/components/StepBasedScreen.d.ts +5 -3
  149. package/lib/typescript/module/ui/components/StepBasedScreen.d.ts.map +1 -1
  150. package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts +1 -1
  151. package/lib/typescript/module/ui/context/hooks/useAuthOperations.d.ts.map +1 -1
  152. package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts +52 -6
  153. package/lib/typescript/module/ui/hooks/mutations/useAccountMutations.d.ts.map +1 -1
  154. package/lib/typescript/module/ui/hooks/useDeviceAccounts.d.ts.map +1 -1
  155. package/lib/typescript/module/ui/hooks/useFollow.d.ts +3 -1
  156. package/lib/typescript/module/ui/hooks/useFollow.d.ts.map +1 -1
  157. package/lib/typescript/module/ui/hooks/useFollow.types.d.ts +2 -0
  158. package/lib/typescript/module/ui/hooks/useFollow.types.d.ts.map +1 -1
  159. package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts +22 -18
  160. package/lib/typescript/module/ui/hooks/useProfileEditing.d.ts.map +1 -1
  161. package/lib/typescript/module/ui/screens/EditProfileFieldScreen.d.ts.map +1 -1
  162. package/lib/typescript/module/ui/screens/SavesCollectionsScreen.d.ts.map +1 -1
  163. package/lib/typescript/module/ui/stores/authStore.d.ts +2 -10
  164. package/lib/typescript/module/ui/stores/authStore.d.ts.map +1 -1
  165. package/lib/typescript/module/ui/stores/followStore.d.ts +2 -1
  166. package/lib/typescript/module/ui/stores/followStore.d.ts.map +1 -1
  167. package/lib/typescript/module/ui/types/navigation.d.ts +0 -1
  168. package/lib/typescript/module/ui/types/navigation.d.ts.map +1 -1
  169. package/lib/typescript/module/ui/utils/avatarUtils.d.ts +2 -1
  170. package/lib/typescript/module/ui/utils/avatarUtils.d.ts.map +1 -1
  171. package/package.json +3 -2
  172. package/src/index.ts +1 -0
  173. package/src/ui/components/ActingAsBanner.tsx +2 -4
  174. package/src/ui/components/FollowButton.tsx +154 -10
  175. package/src/ui/components/StepBasedScreen.tsx +37 -22
  176. package/src/ui/context/hooks/useAuthOperations.ts +51 -144
  177. package/src/ui/hooks/mutations/useAccountMutations.ts +9 -8
  178. package/src/ui/hooks/useDeviceAccounts.ts +20 -24
  179. package/src/ui/hooks/useFollow.ts +8 -1
  180. package/src/ui/hooks/useFollow.types.ts +3 -0
  181. package/src/ui/hooks/useProfileEditing.ts +43 -30
  182. package/src/ui/screens/AppInfoScreen.tsx +1 -1
  183. package/src/ui/screens/ConnectedAppsScreen.tsx +1 -1
  184. package/src/ui/screens/EditProfileFieldScreen.tsx +24 -14
  185. package/src/ui/screens/FeedbackScreen.tsx +1 -1
  186. package/src/ui/screens/HelpSupportScreen.tsx +1 -1
  187. package/src/ui/screens/HistoryViewScreen.tsx +1 -1
  188. package/src/ui/screens/LanguageSelectorScreen.tsx +1 -1
  189. package/src/ui/screens/LegalDocumentsScreen.tsx +1 -1
  190. package/src/ui/screens/ManageAccountScreen.tsx +1 -1
  191. package/src/ui/screens/NotificationsScreen.tsx +1 -1
  192. package/src/ui/screens/PaymentGatewayScreen.tsx +1 -1
  193. package/src/ui/screens/PreferencesScreen.tsx +1 -1
  194. package/src/ui/screens/ProfileScreen.tsx +4 -4
  195. package/src/ui/screens/SavesCollectionsScreen.tsx +3 -6
  196. package/src/ui/screens/trust/TrustCenterScreen.tsx +1 -1
  197. package/src/ui/screens/trust/TrustFAQScreen.tsx +1 -1
  198. package/src/ui/screens/trust/TrustRewardsScreen.tsx +1 -1
  199. package/src/ui/stores/authStore.ts +4 -13
  200. package/src/ui/stores/followStore.ts +47 -1
  201. package/src/ui/types/navigation.ts +0 -4
  202. package/src/ui/utils/avatarUtils.ts +3 -2
  203. package/lib/commonjs/ui/styles/spacing.js +0 -68
  204. package/lib/commonjs/ui/styles/spacing.js.map +0 -1
  205. package/lib/commonjs/ui/utils/themeUtils.js +0 -37
  206. package/lib/commonjs/ui/utils/themeUtils.js.map +0 -1
  207. package/lib/module/ui/styles/spacing.js +0 -16
  208. package/lib/module/ui/styles/spacing.js.map +0 -1
  209. package/lib/module/ui/utils/themeUtils.js +0 -13
  210. package/lib/module/ui/utils/themeUtils.js.map +0 -1
  211. package/lib/typescript/commonjs/ui/styles/spacing.d.ts +0 -13
  212. package/lib/typescript/commonjs/ui/styles/spacing.d.ts.map +0 -1
  213. package/lib/typescript/commonjs/ui/utils/themeUtils.d.ts +0 -11
  214. package/lib/typescript/commonjs/ui/utils/themeUtils.d.ts.map +0 -1
  215. package/lib/typescript/module/ui/styles/spacing.d.ts +0 -13
  216. package/lib/typescript/module/ui/styles/spacing.d.ts.map +0 -1
  217. package/lib/typescript/module/ui/utils/themeUtils.d.ts +0 -11
  218. package/lib/typescript/module/ui/utils/themeUtils.d.ts.map +0 -1
  219. package/src/ui/styles/spacing.ts +0 -22
  220. package/src/ui/utils/themeUtils.ts +0 -18
@@ -1,68 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "COMPONENT_GAP", {
7
- enumerable: true,
8
- get: function () {
9
- return _spacing.COMPONENT_GAP;
10
- }
11
- });
12
- Object.defineProperty(exports, "COMPONENT_GAP_SMALL", {
13
- enumerable: true,
14
- get: function () {
15
- return _spacing.COMPONENT_GAP_SMALL;
16
- }
17
- });
18
- Object.defineProperty(exports, "HEADER_PADDING_TOP_OVERVIEW", {
19
- enumerable: true,
20
- get: function () {
21
- return _spacing.HEADER_PADDING_TOP_OVERVIEW;
22
- }
23
- });
24
- Object.defineProperty(exports, "HEADER_PADDING_TOP_SETTINGS", {
25
- enumerable: true,
26
- get: function () {
27
- return _spacing.HEADER_PADDING_TOP_SETTINGS;
28
- }
29
- });
30
- Object.defineProperty(exports, "SCREEN_PADDING_HORIZONTAL", {
31
- enumerable: true,
32
- get: function () {
33
- return _spacing.SCREEN_PADDING_HORIZONTAL;
34
- }
35
- });
36
- Object.defineProperty(exports, "SCREEN_PADDING_VERTICAL", {
37
- enumerable: true,
38
- get: function () {
39
- return _spacing.SCREEN_PADDING_VERTICAL;
40
- }
41
- });
42
- Object.defineProperty(exports, "SECTION_GAP", {
43
- enumerable: true,
44
- get: function () {
45
- return _spacing.SECTION_GAP;
46
- }
47
- });
48
- Object.defineProperty(exports, "SECTION_GAP_LARGE", {
49
- enumerable: true,
50
- get: function () {
51
- return _spacing.SECTION_GAP_LARGE;
52
- }
53
- });
54
- exports.STEP_INNER_GAP = exports.STEP_GAP = void 0;
55
- var _spacing = require("../constants/spacing.js");
56
- /**
57
- * Shared spacing constants for authentication screens
58
- * These values ensure consistent vertical spacing across all step components
59
- * All gaps between elements (illustration, title, description, textfield, buttons, etc.) use this value
60
- */
61
- const STEP_GAP = exports.STEP_GAP = 12; // Vertical gap between ALL elements (illustration, title, description, textfield, buttons, etc.) - must be consistent everywhere
62
- const STEP_INNER_GAP = exports.STEP_INNER_GAP = 12; // Gap within sections (headers, cards, etc.) - must match STEP_GAP for uniformity
63
-
64
- /**
65
- * Re-export screen spacing constants from constants/spacing.ts
66
- * This allows importing all spacing constants from a single location
67
- */
68
- //# sourceMappingURL=spacing.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_spacing","require","STEP_GAP","exports","STEP_INNER_GAP"],"sourceRoot":"../../../../src","sources":["ui/styles/spacing.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAYA,IAAAA,QAAA,GAAAC,OAAA;AAZA;AACA;AACA;AACA;AACA;AACO,MAAMC,QAAQ,GAAAC,OAAA,CAAAD,QAAA,GAAG,EAAE,CAAC,CAAC;AACrB,MAAME,cAAc,GAAAD,OAAA,CAAAC,cAAA,GAAG,EAAE,CAAC,CAAC;;AAElC;AACA;AACA;AACA","ignoreList":[]}
@@ -1,37 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "getOppositeTheme", {
7
- enumerable: true,
8
- get: function () {
9
- return _core.getOppositeTheme;
10
- }
11
- });
12
- Object.defineProperty(exports, "getSystemColorScheme", {
13
- enumerable: true,
14
- get: function () {
15
- return _core.getSystemColorScheme;
16
- }
17
- });
18
- Object.defineProperty(exports, "normalizeColorScheme", {
19
- enumerable: true,
20
- get: function () {
21
- return _core.normalizeColorScheme;
22
- }
23
- });
24
- Object.defineProperty(exports, "normalizeTheme", {
25
- enumerable: true,
26
- get: function () {
27
- return _core.normalizeTheme;
28
- }
29
- });
30
- Object.defineProperty(exports, "systemPrefersDarkMode", {
31
- enumerable: true,
32
- get: function () {
33
- return _core.systemPrefersDarkMode;
34
- }
35
- });
36
- var _core = require("@oxyhq/core");
37
- //# sourceMappingURL=themeUtils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_core","require"],"sourceRoot":"../../../../src","sources":["ui/utils/themeUtils.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AASA,IAAAA,KAAA,GAAAC,OAAA","ignoreList":[]}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- /**
4
- * Shared spacing constants for authentication screens
5
- * These values ensure consistent vertical spacing across all step components
6
- * All gaps between elements (illustration, title, description, textfield, buttons, etc.) use this value
7
- */
8
- export const STEP_GAP = 12; // Vertical gap between ALL elements (illustration, title, description, textfield, buttons, etc.) - must be consistent everywhere
9
- export const STEP_INNER_GAP = 12; // Gap within sections (headers, cards, etc.) - must match STEP_GAP for uniformity
10
-
11
- /**
12
- * Re-export screen spacing constants from constants/spacing.ts
13
- * This allows importing all spacing constants from a single location
14
- */
15
- export { SCREEN_PADDING_HORIZONTAL, SCREEN_PADDING_VERTICAL, SECTION_GAP, SECTION_GAP_LARGE, COMPONENT_GAP, COMPONENT_GAP_SMALL, HEADER_PADDING_TOP_OVERVIEW, HEADER_PADDING_TOP_SETTINGS } from "../constants/spacing.js";
16
- //# sourceMappingURL=spacing.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["STEP_GAP","STEP_INNER_GAP","SCREEN_PADDING_HORIZONTAL","SCREEN_PADDING_VERTICAL","SECTION_GAP","SECTION_GAP_LARGE","COMPONENT_GAP","COMPONENT_GAP_SMALL","HEADER_PADDING_TOP_OVERVIEW","HEADER_PADDING_TOP_SETTINGS"],"sourceRoot":"../../../../src","sources":["ui/styles/spacing.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMA,QAAQ,GAAG,EAAE,CAAC,CAAC;AAC5B,OAAO,MAAMC,cAAc,GAAG,EAAE,CAAC,CAAC;;AAElC;AACA;AACA;AACA;AACA,SACIC,yBAAyB,EACzBC,uBAAuB,EACvBC,WAAW,EACXC,iBAAiB,EACjBC,aAAa,EACbC,mBAAmB,EACnBC,2BAA2B,EAC3BC,2BAA2B,QACxB,yBAAsB","ignoreList":[]}
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- /**
4
- * Theme Utility Functions
5
- *
6
- * Re-exports from shared module for cleaner internal imports.
7
- * External consumers should use '@oxyhq/services/shared' directly.
8
- *
9
- * @module ui/utils/themeUtils
10
- */
11
-
12
- export { normalizeTheme, normalizeColorScheme, getOppositeTheme, systemPrefersDarkMode, getSystemColorScheme } from '@oxyhq/core';
13
- //# sourceMappingURL=themeUtils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["normalizeTheme","normalizeColorScheme","getOppositeTheme","systemPrefersDarkMode","getSystemColorScheme"],"sourceRoot":"../../../../src","sources":["ui/utils/themeUtils.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SACEA,cAAc,EACdC,oBAAoB,EACpBC,gBAAgB,EAChBC,qBAAqB,EACrBC,oBAAoB,QACf,aAAa","ignoreList":[]}
@@ -1,13 +0,0 @@
1
- /**
2
- * Shared spacing constants for authentication screens
3
- * These values ensure consistent vertical spacing across all step components
4
- * All gaps between elements (illustration, title, description, textfield, buttons, etc.) use this value
5
- */
6
- export declare const STEP_GAP = 12;
7
- export declare const STEP_INNER_GAP = 12;
8
- /**
9
- * Re-export screen spacing constants from constants/spacing.ts
10
- * This allows importing all spacing constants from a single location
11
- */
12
- export { SCREEN_PADDING_HORIZONTAL, SCREEN_PADDING_VERTICAL, SECTION_GAP, SECTION_GAP_LARGE, COMPONENT_GAP, COMPONENT_GAP_SMALL, HEADER_PADDING_TOP_OVERVIEW, HEADER_PADDING_TOP_SETTINGS, } from '../constants/spacing';
13
- //# sourceMappingURL=spacing.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"spacing.d.ts","sourceRoot":"","sources":["../../../../../src/ui/styles/spacing.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,QAAQ,KAAK,CAAC;AAC3B,eAAO,MAAM,cAAc,KAAK,CAAC;AAEjC;;;GAGG;AACH,OAAO,EACH,yBAAyB,EACzB,uBAAuB,EACvB,WAAW,EACX,iBAAiB,EACjB,aAAa,EACb,mBAAmB,EACnB,2BAA2B,EAC3B,2BAA2B,GAC9B,MAAM,sBAAsB,CAAC"}
@@ -1,11 +0,0 @@
1
- /**
2
- * Theme Utility Functions
3
- *
4
- * Re-exports from shared module for cleaner internal imports.
5
- * External consumers should use '@oxyhq/services/shared' directly.
6
- *
7
- * @module ui/utils/themeUtils
8
- */
9
- export { normalizeTheme, normalizeColorScheme, getOppositeTheme, systemPrefersDarkMode, getSystemColorScheme, } from '@oxyhq/core';
10
- export type { ThemeValue } from '@oxyhq/core';
11
- //# sourceMappingURL=themeUtils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"themeUtils.d.ts","sourceRoot":"","sources":["../../../../../src/ui/utils/themeUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EACL,cAAc,EACd,oBAAoB,EACpB,gBAAgB,EAChB,qBAAqB,EACrB,oBAAoB,GACrB,MAAM,aAAa,CAAC;AAErB,YAAY,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC"}
@@ -1,13 +0,0 @@
1
- /**
2
- * Shared spacing constants for authentication screens
3
- * These values ensure consistent vertical spacing across all step components
4
- * All gaps between elements (illustration, title, description, textfield, buttons, etc.) use this value
5
- */
6
- export declare const STEP_GAP = 12;
7
- export declare const STEP_INNER_GAP = 12;
8
- /**
9
- * Re-export screen spacing constants from constants/spacing.ts
10
- * This allows importing all spacing constants from a single location
11
- */
12
- export { SCREEN_PADDING_HORIZONTAL, SCREEN_PADDING_VERTICAL, SECTION_GAP, SECTION_GAP_LARGE, COMPONENT_GAP, COMPONENT_GAP_SMALL, HEADER_PADDING_TOP_OVERVIEW, HEADER_PADDING_TOP_SETTINGS, } from '../constants/spacing';
13
- //# sourceMappingURL=spacing.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"spacing.d.ts","sourceRoot":"","sources":["../../../../../src/ui/styles/spacing.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,eAAO,MAAM,QAAQ,KAAK,CAAC;AAC3B,eAAO,MAAM,cAAc,KAAK,CAAC;AAEjC;;;GAGG;AACH,OAAO,EACH,yBAAyB,EACzB,uBAAuB,EACvB,WAAW,EACX,iBAAiB,EACjB,aAAa,EACb,mBAAmB,EACnB,2BAA2B,EAC3B,2BAA2B,GAC9B,MAAM,sBAAsB,CAAC"}
@@ -1,11 +0,0 @@
1
- /**
2
- * Theme Utility Functions
3
- *
4
- * Re-exports from shared module for cleaner internal imports.
5
- * External consumers should use '@oxyhq/services/shared' directly.
6
- *
7
- * @module ui/utils/themeUtils
8
- */
9
- export { normalizeTheme, normalizeColorScheme, getOppositeTheme, systemPrefersDarkMode, getSystemColorScheme, } from '@oxyhq/core';
10
- export type { ThemeValue } from '@oxyhq/core';
11
- //# sourceMappingURL=themeUtils.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"themeUtils.d.ts","sourceRoot":"","sources":["../../../../../src/ui/utils/themeUtils.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EACL,cAAc,EACd,oBAAoB,EACpB,gBAAgB,EAChB,qBAAqB,EACrB,oBAAoB,GACrB,MAAM,aAAa,CAAC;AAErB,YAAY,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC"}
@@ -1,22 +0,0 @@
1
- /**
2
- * Shared spacing constants for authentication screens
3
- * These values ensure consistent vertical spacing across all step components
4
- * All gaps between elements (illustration, title, description, textfield, buttons, etc.) use this value
5
- */
6
- export const STEP_GAP = 12; // Vertical gap between ALL elements (illustration, title, description, textfield, buttons, etc.) - must be consistent everywhere
7
- export const STEP_INNER_GAP = 12; // Gap within sections (headers, cards, etc.) - must match STEP_GAP for uniformity
8
-
9
- /**
10
- * Re-export screen spacing constants from constants/spacing.ts
11
- * This allows importing all spacing constants from a single location
12
- */
13
- export {
14
- SCREEN_PADDING_HORIZONTAL,
15
- SCREEN_PADDING_VERTICAL,
16
- SECTION_GAP,
17
- SECTION_GAP_LARGE,
18
- COMPONENT_GAP,
19
- COMPONENT_GAP_SMALL,
20
- HEADER_PADDING_TOP_OVERVIEW,
21
- HEADER_PADDING_TOP_SETTINGS,
22
- } from '../constants/spacing';
@@ -1,18 +0,0 @@
1
- /**
2
- * Theme Utility Functions
3
- *
4
- * Re-exports from shared module for cleaner internal imports.
5
- * External consumers should use '@oxyhq/services/shared' directly.
6
- *
7
- * @module ui/utils/themeUtils
8
- */
9
-
10
- export {
11
- normalizeTheme,
12
- normalizeColorScheme,
13
- getOppositeTheme,
14
- systemPrefersDarkMode,
15
- getSystemColorScheme,
16
- } from '@oxyhq/core';
17
-
18
- export type { ThemeValue } from '@oxyhq/core';