@truworth/twc-auth 3.0.5 → 3.0.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.
Files changed (375) hide show
  1. package/package.json +1 -2
  2. package/build/assets/animation/redirect-home.json +0 -1101
  3. package/build/assets/cross_icon copy.svg +0 -5
  4. package/build/assets/cross_icon.svg +0 -5
  5. package/build/assets/email_icon.svg +0 -6
  6. package/build/assets/gender-diversity.svg +0 -22
  7. package/build/assets/loading-spinner.json +0 -1
  8. package/build/assets/logo.svg +0 -55
  9. package/build/assets/okay_icon.svg +0 -3
  10. package/build/src/api/auth.js +0 -36
  11. package/build/src/api/axiosClient/index.js +0 -5
  12. package/build/src/api/axiosClient/index.native.js +0 -5
  13. package/build/src/components/AdvancedTransitionWrapper/index.js +0 -374
  14. package/build/src/components/AdvancedTransitionWrapper/index.native.js +0 -10
  15. package/build/src/components/AdvancedTransitionWrapper/types.js +0 -1
  16. package/build/src/components/ConfirmationModal/index.js +0 -11
  17. package/build/src/components/ConfirmationModal/index.native.js +0 -15
  18. package/build/src/components/ConfirmationModal/types.js +0 -1
  19. package/build/src/components/IonIcon/index.js +0 -11
  20. package/build/src/components/IonIcon/index.native.js +0 -9
  21. package/build/src/components/IonIcon/types.js +0 -1
  22. package/build/src/components/OTPStatusLabel/index.js +0 -10
  23. package/build/src/components/OTPStatusLabel/index.native.js +0 -21
  24. package/build/src/components/OTPStatusLabel/types.js +0 -1
  25. package/build/src/components/PasswordCriteria/hooks/usePasswordCriteria.js +0 -71
  26. package/build/src/components/PasswordCriteria/index.js +0 -47
  27. package/build/src/components/PasswordCriteria/index.native.js +0 -22
  28. package/build/src/components/PasswordCriteria/types.js +0 -1
  29. package/build/src/components/ScreenLayout/index.js +0 -12
  30. package/build/src/components/ScreenLayout/index.native.js +0 -18
  31. package/build/src/components/ScreenLayout/types.js +0 -1
  32. package/build/src/components/SupportDetails/index.js +0 -9
  33. package/build/src/components/SupportDetails/index.native.js +0 -6
  34. package/build/src/components/VerifyEmailOTP/index.js +0 -20
  35. package/build/src/components/VerifyEmailOTP/index.native.js +0 -22
  36. package/build/src/components/VerifyEmailOTP/types.js +0 -1
  37. package/build/src/components/VerifyMobileOTP/index.js +0 -25
  38. package/build/src/components/VerifyMobileOTP/index.native.js +0 -38
  39. package/build/src/components/VerifyMobileOTP/types.js +0 -1
  40. package/build/src/constants/base-url/index.js +0 -5
  41. package/build/src/constants/base-url/index.native.js +0 -1
  42. package/build/src/constants/cdn-url/index.js +0 -2
  43. package/build/src/constants/cdn-url/index.native.js +0 -5
  44. package/build/src/constants/defaultPolicy.js +0 -9
  45. package/build/src/constants/password-requirements.js +0 -7
  46. package/build/src/constants/social-login-options.js +0 -16
  47. package/build/src/contexts/AuthContext.js +0 -190
  48. package/build/src/contexts/type.js +0 -1
  49. package/build/src/enums/index.js +0 -3
  50. package/build/src/enums/loginMethod.enum.js +0 -8
  51. package/build/src/enums/registrationMethod.enum.js +0 -7
  52. package/build/src/enums/socialLogins.enum.js +0 -6
  53. package/build/src/helpers/network.js +0 -93
  54. package/build/src/helpers/show-message/index.js +0 -19
  55. package/build/src/helpers/show-message/index.native.js +0 -14
  56. package/build/src/helpers/show-message/types.js +0 -1
  57. package/build/src/helpers/types.js +0 -1
  58. package/build/src/helpers/validation.js +0 -12
  59. package/build/src/hooks/internal/useAuthPackageContext.js +0 -9
  60. package/build/src/hooks/internal/useTimer.js +0 -40
  61. package/build/src/hooks/useAuthContext.js +0 -10
  62. package/build/src/hooks/useNavigator.js +0 -83
  63. package/build/src/hooks/useRequest.js +0 -34
  64. package/build/src/index.js +0 -23
  65. package/build/src/navigator/index.js +0 -10
  66. package/build/src/navigator/index.native.js +0 -27
  67. package/build/src/screens/CountryCode/components/CountryCodeDropdown/index.js +0 -37
  68. package/build/src/screens/CountryCode/components/CountryCodeDropdown/index.native.js +0 -6
  69. package/build/src/screens/CountryCode/components/CountryCodeDropdown/types.js +0 -1
  70. package/build/src/screens/CountryCode/hooks/internal/useCountryCode.js +0 -38
  71. package/build/src/screens/CountryCode/index.js +0 -10
  72. package/build/src/screens/CountryCode/index.native.js +0 -37
  73. package/build/src/screens/CountryCode/type.js +0 -1
  74. package/build/src/screens/CreatePassword/hooks/internal/useCreatePassword.js +0 -46
  75. package/build/src/screens/CreatePassword/index.js +0 -16
  76. package/build/src/screens/CreatePassword/index.native.js +0 -32
  77. package/build/src/screens/CreatePassword/type.js +0 -1
  78. package/build/src/screens/EnterEmail/hooks/internal/useEnterEmail.js +0 -77
  79. package/build/src/screens/EnterEmail/index.js +0 -58
  80. package/build/src/screens/EnterEmail/index.native.js +0 -31
  81. package/build/src/screens/EnterEmail/types.js +0 -1
  82. package/build/src/screens/EnterMobile/components/ExistingAccountsSheet/hooks/internal/useExistingAccountsSheet.js +0 -36
  83. package/build/src/screens/EnterMobile/components/ExistingAccountsSheet/index.js +0 -33
  84. package/build/src/screens/EnterMobile/components/ExistingAccountsSheet/index.native.js +0 -73
  85. package/build/src/screens/EnterMobile/components/ExistingAccountsSheet/types.js +0 -1
  86. package/build/src/screens/EnterMobile/hooks/internal/useEnterMobile.js +0 -67
  87. package/build/src/screens/EnterMobile/index.js +0 -81
  88. package/build/src/screens/EnterMobile/index.native.js +0 -56
  89. package/build/src/screens/EnterMobile/types.js +0 -1
  90. package/build/src/screens/EnterPassword/hooks/internal/useEnterPassword.js +0 -79
  91. package/build/src/screens/EnterPassword/index.js +0 -68
  92. package/build/src/screens/EnterPassword/index.native.js +0 -41
  93. package/build/src/screens/EnterPassword/types.js +0 -1
  94. package/build/src/screens/Login/components/LoginWebComponent/index.js +0 -63
  95. package/build/src/screens/Login/components/LoginWebComponent/index.native.js +0 -6
  96. package/build/src/screens/Login/index.js +0 -10
  97. package/build/src/screens/Login/index.native.js +0 -6
  98. package/build/src/screens/LoginWithEmailOTP/hooks/internal/useLoginWithEmailOTP.js +0 -85
  99. package/build/src/screens/LoginWithEmailOTP/index.js +0 -8
  100. package/build/src/screens/LoginWithEmailOTP/index.native.js +0 -10
  101. package/build/src/screens/LoginWithMobileOTP/hooks/internal/useLoginWithMobileOTP.js +0 -72
  102. package/build/src/screens/LoginWithMobileOTP/index.js +0 -8
  103. package/build/src/screens/LoginWithMobileOTP/index.native.js +0 -10
  104. package/build/src/screens/PartnerSSO/PartnerLogin/components/PartnerLoginWebComponent/index.js +0 -77
  105. package/build/src/screens/PartnerSSO/PartnerLogin/hooks/internal/usePartnerLogin.js +0 -50
  106. package/build/src/screens/PartnerSSO/PartnerLogin/index.js +0 -2
  107. package/build/src/screens/PartnerSSO/PartnerLogin/types.js +0 -1
  108. package/build/src/screens/PartnerSSO/PartnerRegistration/components/PartnerRegistrationWebComponent/index.js +0 -203
  109. package/build/src/screens/PartnerSSO/PartnerRegistration/hooks/internal/usePartnerRegistration.js +0 -90
  110. package/build/src/screens/PartnerSSO/PartnerRegistration/index.js +0 -2
  111. package/build/src/screens/PartnerSSO/PartnerRegistration/types.js +0 -1
  112. package/build/src/screens/PartnerSSO/index.js +0 -2
  113. package/build/src/screens/Profile/components/EditMobileNumber/index.js +0 -31
  114. package/build/src/screens/Profile/components/EditMobileNumber/index.native.js +0 -8
  115. package/build/src/screens/Profile/components/EditPassword/index.js +0 -29
  116. package/build/src/screens/Profile/components/EditPassword/index.native.js +0 -8
  117. package/build/src/screens/Profile/components/EditProfile/index.js +0 -89
  118. package/build/src/screens/Profile/components/EditProfile/index.native.js +0 -8
  119. package/build/src/screens/Profile/components/OtpVerificationModal/index.js +0 -61
  120. package/build/src/screens/Profile/components/OtpVerificationModal/index.native.js +0 -7
  121. package/build/src/screens/Profile/components/ProfileWebComponent/index.js +0 -80
  122. package/build/src/screens/Profile/components/ProfileWebComponent/index.native.js +0 -9
  123. package/build/src/screens/Profile/hooks/internal/useProfile.js +0 -185
  124. package/build/src/screens/Profile/index.js +0 -6
  125. package/build/src/screens/Profile/index.native.js +0 -6
  126. package/build/src/screens/Profile/types.js +0 -1
  127. package/build/src/screens/ResetPassword/hooks/internal/useResetPassword.js +0 -57
  128. package/build/src/screens/ResetPassword/index.js +0 -46
  129. package/build/src/screens/ResetPassword/index.native.js +0 -26
  130. package/build/src/screens/ResetPassword/types.js +0 -1
  131. package/build/src/screens/SSOLogin/AuthWebView/index.js +0 -9
  132. package/build/src/screens/SSOLogin/AuthWebView/index.native.js +0 -42
  133. package/build/src/screens/SSOLogin/AuthWebView/types.js +0 -1
  134. package/build/src/screens/SSOLogin/AuthenticationMethods/hooks/internal/useSSOAuthenticationMethods.js +0 -39
  135. package/build/src/screens/SSOLogin/AuthenticationMethods/index.js +0 -50
  136. package/build/src/screens/SSOLogin/AuthenticationMethods/index.native.js +0 -59
  137. package/build/src/screens/SSOLogin/AuthenticationMethods/types.js +0 -1
  138. package/build/src/screens/SSOLogin/SSOCallback/components/SSOCallbackComponent/index.js +0 -87
  139. package/build/src/screens/SSOLogin/SSOCallback/components/SSOCallbackComponent/index.native.js +0 -6
  140. package/build/src/screens/SSOLogin/SSOCallback/hooks/internal/useSSOCallback.js +0 -58
  141. package/build/src/screens/SSOLogin/SSOCallback/index.js +0 -9
  142. package/build/src/screens/SSOLogin/SSOCallback/index.native.js +0 -35
  143. package/build/src/screens/SSOLogin/SSOCallback/types.js +0 -1
  144. package/build/src/screens/SSOLogin/SearchOrganization/hooks/internal/useSSOSearchOrganization.js +0 -71
  145. package/build/src/screens/SSOLogin/SearchOrganization/index.js +0 -46
  146. package/build/src/screens/SSOLogin/SearchOrganization/index.native.js +0 -37
  147. package/build/src/screens/SSOLogin/SearchOrganization/types.js +0 -1
  148. package/build/src/screens/SignUp/components/SignUpForm/index.js +0 -215
  149. package/build/src/screens/SignUp/components/SignUpForm/index.native.js +0 -6
  150. package/build/src/screens/SignUp/components/SignUpForm/type.js +0 -1
  151. package/build/src/screens/SignUp/components/SignUpWebComponent/index.js +0 -62
  152. package/build/src/screens/SignUp/components/SignUpWebComponent/index.native.js +0 -6
  153. package/build/src/screens/SignUp/components/SignUpWebComponent/types.js +0 -1
  154. package/build/src/screens/SignUp/hooks/internal/useSignUp.js +0 -134
  155. package/build/src/screens/SignUp/index.js +0 -6
  156. package/build/src/screens/SignUp/index.native.js +0 -188
  157. package/build/src/screens/SignUp/types.js +0 -1
  158. package/build/src/screens/UserConsent/hooks/internal/useConsent.js +0 -64
  159. package/build/src/screens/UserConsent/index.js +0 -93
  160. package/build/src/screens/UserConsent/index.native.js +0 -47
  161. package/build/src/screens/UserConsent/types.js +0 -1
  162. package/build/src/screens/VerifyEmail/hooks/internal/useVerifyEmail.js +0 -69
  163. package/build/src/screens/VerifyEmail/index.js +0 -8
  164. package/build/src/screens/VerifyEmail/index.native.js +0 -14
  165. package/build/src/screens/VerifyEmail/types.js +0 -1
  166. package/build/src/screens/VerifyLinkPrimaryAccountEmailOTP/hooks/internal/useVerifyLinkPrimaryAccountEmailOTP.js +0 -73
  167. package/build/src/screens/VerifyLinkPrimaryAccountEmailOTP/index.js +0 -8
  168. package/build/src/screens/VerifyLinkPrimaryAccountEmailOTP/index.native.js +0 -14
  169. package/build/src/screens/VerifyLinkPrimaryAccountEmailOTP/types.js +0 -1
  170. package/build/src/screens/VerifyLinkPrimaryAccountMobileOTP/hooks/internal/useVerifyLinkPrimaryAccountMobileOTP.js +0 -83
  171. package/build/src/screens/VerifyLinkPrimaryAccountMobileOTP/index.js +0 -8
  172. package/build/src/screens/VerifyLinkPrimaryAccountMobileOTP/index.native.js +0 -10
  173. package/build/src/screens/VerifyLinkPrimaryAccountMobileOTP/types.js +0 -1
  174. package/build/src/screens/VerifyMobile/hooks/internal/useVerifyMobile.js +0 -74
  175. package/build/src/screens/VerifyMobile/index.js +0 -8
  176. package/build/src/screens/VerifyMobile/index.native.js +0 -9
  177. package/build/src/screens/VerifyMobile/types.js +0 -1
  178. package/build/src/screens/VerifyResetPasswordOTP/hooks/internal/useVerifyResetPasswordOTP.js +0 -74
  179. package/build/src/screens/VerifyResetPasswordOTP/index.js +0 -8
  180. package/build/src/screens/VerifyResetPasswordOTP/index.native.js +0 -14
  181. package/build/src/screens/Welcome/SocialAuth/commonSocialAuth.js +0 -127
  182. package/build/src/screens/Welcome/SocialAuth/hooks/useSocialAuth.native.js +0 -187
  183. package/build/src/screens/Welcome/SocialAuth/hooks/useSocialAuth.web.js +0 -13
  184. package/build/src/screens/Welcome/SocialAuth/hooks/web/useFacebookAuth.web.js +0 -115
  185. package/build/src/screens/Welcome/SocialAuth/hooks/web/useGoogleAuth.web.js +0 -72
  186. package/build/src/screens/Welcome/components/SocialLoginModal/index.js +0 -9
  187. package/build/src/screens/Welcome/components/SocialLoginModal/index.native.js +0 -21
  188. package/build/src/screens/Welcome/components/SocialLoginModal/types.js +0 -1
  189. package/build/src/screens/Welcome/hooks/internal/useWelcome.js +0 -26
  190. package/build/src/screens/Welcome/index.js +0 -28
  191. package/build/src/screens/Welcome/index.native.js +0 -78
  192. package/build/src/types/types.js +0 -2
  193. package/build/types/api/auth.d.ts +0 -11
  194. package/build/types/api/axiosClient/index.d.ts +0 -1
  195. package/build/types/api/axiosClient/index.native.d.ts +0 -1
  196. package/build/types/components/AdvancedTransitionWrapper/index.d.ts +0 -3
  197. package/build/types/components/AdvancedTransitionWrapper/index.native.d.ts +0 -5
  198. package/build/types/components/AdvancedTransitionWrapper/types.d.ts +0 -25
  199. package/build/types/components/ConfirmationModal/index.d.ts +0 -3
  200. package/build/types/components/ConfirmationModal/index.native.d.ts +0 -3
  201. package/build/types/components/ConfirmationModal/types.d.ts +0 -16
  202. package/build/types/components/IonIcon/index.d.ts +0 -3
  203. package/build/types/components/IonIcon/index.native.d.ts +0 -4
  204. package/build/types/components/IonIcon/types.d.ts +0 -6
  205. package/build/types/components/OTPStatusLabel/index.d.ts +0 -2
  206. package/build/types/components/OTPStatusLabel/index.native.d.ts +0 -3
  207. package/build/types/components/OTPStatusLabel/types.d.ts +0 -6
  208. package/build/types/components/PasswordCriteria/hooks/usePasswordCriteria.d.ts +0 -8
  209. package/build/types/components/PasswordCriteria/index.d.ts +0 -3
  210. package/build/types/components/PasswordCriteria/index.native.d.ts +0 -3
  211. package/build/types/components/PasswordCriteria/types.d.ts +0 -15
  212. package/build/types/components/ScreenLayout/index.d.ts +0 -3
  213. package/build/types/components/ScreenLayout/index.native.d.ts +0 -3
  214. package/build/types/components/ScreenLayout/types.d.ts +0 -13
  215. package/build/types/components/SupportDetails/index.d.ts +0 -2
  216. package/build/types/components/SupportDetails/index.native.d.ts +0 -2
  217. package/build/types/components/VerifyEmailOTP/index.d.ts +0 -3
  218. package/build/types/components/VerifyEmailOTP/index.native.d.ts +0 -3
  219. package/build/types/components/VerifyEmailOTP/types.d.ts +0 -9
  220. package/build/types/components/VerifyMobileOTP/index.d.ts +0 -3
  221. package/build/types/components/VerifyMobileOTP/index.native.d.ts +0 -3
  222. package/build/types/components/VerifyMobileOTP/types.d.ts +0 -9
  223. package/build/types/constants/base-url/index.d.ts +0 -1
  224. package/build/types/constants/base-url/index.native.d.ts +0 -1
  225. package/build/types/constants/cdn-url/index.d.ts +0 -2
  226. package/build/types/constants/cdn-url/index.native.d.ts +0 -3
  227. package/build/types/constants/defaultPolicy.d.ts +0 -9
  228. package/build/types/constants/password-requirements.d.ts +0 -4
  229. package/build/types/constants/social-login-options.d.ts +0 -3
  230. package/build/types/contexts/AuthContext.d.ts +0 -38
  231. package/build/types/contexts/type.d.ts +0 -94
  232. package/build/types/enums/index.d.ts +0 -3
  233. package/build/types/enums/loginMethod.enum.d.ts +0 -7
  234. package/build/types/enums/registrationMethod.enum.d.ts +0 -6
  235. package/build/types/enums/socialLogins.enum.d.ts +0 -5
  236. package/build/types/helpers/network.d.ts +0 -5
  237. package/build/types/helpers/show-message/index.d.ts +0 -3
  238. package/build/types/helpers/show-message/index.native.d.ts +0 -3
  239. package/build/types/helpers/show-message/types.d.ts +0 -6
  240. package/build/types/helpers/types.d.ts +0 -19
  241. package/build/types/helpers/validation.d.ts +0 -2
  242. package/build/types/hooks/internal/useAuthPackageContext.d.ts +0 -1
  243. package/build/types/hooks/internal/useTimer.d.ts +0 -3
  244. package/build/types/hooks/useAuthContext.d.ts +0 -2
  245. package/build/types/hooks/useNavigator.d.ts +0 -66
  246. package/build/types/hooks/useRequest.d.ts +0 -5
  247. package/build/types/index.d.ts +0 -15
  248. package/build/types/navigator/index.d.ts +0 -2
  249. package/build/types/navigator/index.native.d.ts +0 -82
  250. package/build/types/screens/CountryCode/components/CountryCodeDropdown/index.d.ts +0 -3
  251. package/build/types/screens/CountryCode/components/CountryCodeDropdown/index.native.d.ts +0 -2
  252. package/build/types/screens/CountryCode/components/CountryCodeDropdown/types.d.ts +0 -17
  253. package/build/types/screens/CountryCode/hooks/internal/useCountryCode.d.ts +0 -12
  254. package/build/types/screens/CountryCode/index.d.ts +0 -2
  255. package/build/types/screens/CountryCode/index.native.d.ts +0 -2
  256. package/build/types/screens/CountryCode/type.d.ts +0 -11
  257. package/build/types/screens/CreatePassword/hooks/internal/useCreatePassword.d.ts +0 -37
  258. package/build/types/screens/CreatePassword/index.d.ts +0 -3
  259. package/build/types/screens/CreatePassword/index.native.d.ts +0 -4
  260. package/build/types/screens/CreatePassword/type.d.ts +0 -43
  261. package/build/types/screens/EnterEmail/hooks/internal/useEnterEmail.d.ts +0 -19
  262. package/build/types/screens/EnterEmail/index.d.ts +0 -3
  263. package/build/types/screens/EnterEmail/index.native.d.ts +0 -4
  264. package/build/types/screens/EnterEmail/types.d.ts +0 -13
  265. package/build/types/screens/EnterMobile/components/ExistingAccountsSheet/hooks/internal/useExistingAccountsSheet.d.ts +0 -13
  266. package/build/types/screens/EnterMobile/components/ExistingAccountsSheet/index.d.ts +0 -3
  267. package/build/types/screens/EnterMobile/components/ExistingAccountsSheet/index.native.d.ts +0 -3
  268. package/build/types/screens/EnterMobile/components/ExistingAccountsSheet/types.d.ts +0 -28
  269. package/build/types/screens/EnterMobile/hooks/internal/useEnterMobile.d.ts +0 -15
  270. package/build/types/screens/EnterMobile/index.d.ts +0 -4
  271. package/build/types/screens/EnterMobile/index.native.d.ts +0 -4
  272. package/build/types/screens/EnterMobile/types.d.ts +0 -44
  273. package/build/types/screens/EnterPassword/hooks/internal/useEnterPassword.d.ts +0 -25
  274. package/build/types/screens/EnterPassword/index.d.ts +0 -3
  275. package/build/types/screens/EnterPassword/index.native.d.ts +0 -4
  276. package/build/types/screens/EnterPassword/types.d.ts +0 -24
  277. package/build/types/screens/Login/components/LoginWebComponent/index.d.ts +0 -2
  278. package/build/types/screens/Login/components/LoginWebComponent/index.native.d.ts +0 -2
  279. package/build/types/screens/Login/index.d.ts +0 -2
  280. package/build/types/screens/Login/index.native.d.ts +0 -2
  281. package/build/types/screens/LoginWithEmailOTP/hooks/internal/useLoginWithEmailOTP.d.ts +0 -17
  282. package/build/types/screens/LoginWithEmailOTP/index.d.ts +0 -7
  283. package/build/types/screens/LoginWithEmailOTP/index.native.d.ts +0 -4
  284. package/build/types/screens/LoginWithMobileOTP/hooks/internal/useLoginWithMobileOTP.d.ts +0 -11
  285. package/build/types/screens/LoginWithMobileOTP/index.d.ts +0 -5
  286. package/build/types/screens/LoginWithMobileOTP/index.native.d.ts +0 -4
  287. package/build/types/screens/PartnerSSO/PartnerLogin/components/PartnerLoginWebComponent/index.d.ts +0 -25
  288. package/build/types/screens/PartnerSSO/PartnerLogin/hooks/internal/usePartnerLogin.d.ts +0 -8
  289. package/build/types/screens/PartnerSSO/PartnerLogin/index.d.ts +0 -2
  290. package/build/types/screens/PartnerSSO/PartnerLogin/types.d.ts +0 -35
  291. package/build/types/screens/PartnerSSO/PartnerRegistration/components/PartnerRegistrationWebComponent/index.d.ts +0 -24
  292. package/build/types/screens/PartnerSSO/PartnerRegistration/hooks/internal/usePartnerRegistration.d.ts +0 -8
  293. package/build/types/screens/PartnerSSO/PartnerRegistration/index.d.ts +0 -2
  294. package/build/types/screens/PartnerSSO/PartnerRegistration/types.d.ts +0 -63
  295. package/build/types/screens/PartnerSSO/index.d.ts +0 -2
  296. package/build/types/screens/Profile/components/EditMobileNumber/index.d.ts +0 -6
  297. package/build/types/screens/Profile/components/EditMobileNumber/index.native.d.ts +0 -3
  298. package/build/types/screens/Profile/components/EditPassword/index.d.ts +0 -6
  299. package/build/types/screens/Profile/components/EditPassword/index.native.d.ts +0 -3
  300. package/build/types/screens/Profile/components/EditProfile/index.d.ts +0 -6
  301. package/build/types/screens/Profile/components/EditProfile/index.native.d.ts +0 -3
  302. package/build/types/screens/Profile/components/OtpVerificationModal/index.d.ts +0 -4
  303. package/build/types/screens/Profile/components/OtpVerificationModal/index.native.d.ts +0 -3
  304. package/build/types/screens/Profile/components/ProfileWebComponent/index.d.ts +0 -4
  305. package/build/types/screens/Profile/components/ProfileWebComponent/index.native.d.ts +0 -3
  306. package/build/types/screens/Profile/hooks/internal/useProfile.d.ts +0 -26
  307. package/build/types/screens/Profile/index.d.ts +0 -7
  308. package/build/types/screens/Profile/index.native.d.ts +0 -7
  309. package/build/types/screens/Profile/types.d.ts +0 -53
  310. package/build/types/screens/ResetPassword/hooks/internal/useResetPassword.d.ts +0 -29
  311. package/build/types/screens/ResetPassword/index.d.ts +0 -3
  312. package/build/types/screens/ResetPassword/index.native.d.ts +0 -4
  313. package/build/types/screens/ResetPassword/types.d.ts +0 -11
  314. package/build/types/screens/SSOLogin/AuthWebView/index.d.ts +0 -2
  315. package/build/types/screens/SSOLogin/AuthWebView/index.native.d.ts +0 -4
  316. package/build/types/screens/SSOLogin/AuthWebView/types.d.ts +0 -8
  317. package/build/types/screens/SSOLogin/AuthenticationMethods/hooks/internal/useSSOAuthenticationMethods.d.ts +0 -9
  318. package/build/types/screens/SSOLogin/AuthenticationMethods/index.d.ts +0 -3
  319. package/build/types/screens/SSOLogin/AuthenticationMethods/index.native.d.ts +0 -4
  320. package/build/types/screens/SSOLogin/AuthenticationMethods/types.d.ts +0 -14
  321. package/build/types/screens/SSOLogin/SSOCallback/components/SSOCallbackComponent/index.d.ts +0 -6
  322. package/build/types/screens/SSOLogin/SSOCallback/components/SSOCallbackComponent/index.native.d.ts +0 -2
  323. package/build/types/screens/SSOLogin/SSOCallback/hooks/internal/useSSOCallback.d.ts +0 -15
  324. package/build/types/screens/SSOLogin/SSOCallback/index.d.ts +0 -2
  325. package/build/types/screens/SSOLogin/SSOCallback/index.native.d.ts +0 -4
  326. package/build/types/screens/SSOLogin/SSOCallback/types.d.ts +0 -14
  327. package/build/types/screens/SSOLogin/SearchOrganization/hooks/internal/useSSOSearchOrganization.d.ts +0 -18
  328. package/build/types/screens/SSOLogin/SearchOrganization/index.d.ts +0 -3
  329. package/build/types/screens/SSOLogin/SearchOrganization/index.native.d.ts +0 -4
  330. package/build/types/screens/SSOLogin/SearchOrganization/types.d.ts +0 -13
  331. package/build/types/screens/SignUp/components/SignUpForm/index.d.ts +0 -3
  332. package/build/types/screens/SignUp/components/SignUpForm/index.native.d.ts +0 -2
  333. package/build/types/screens/SignUp/components/SignUpForm/type.d.ts +0 -6
  334. package/build/types/screens/SignUp/components/SignUpWebComponent/index.d.ts +0 -2
  335. package/build/types/screens/SignUp/components/SignUpWebComponent/index.native.d.ts +0 -2
  336. package/build/types/screens/SignUp/components/SignUpWebComponent/types.d.ts +0 -9
  337. package/build/types/screens/SignUp/hooks/internal/useSignUp.d.ts +0 -48
  338. package/build/types/screens/SignUp/index.d.ts +0 -2
  339. package/build/types/screens/SignUp/index.native.d.ts +0 -4
  340. package/build/types/screens/SignUp/types.d.ts +0 -40
  341. package/build/types/screens/UserConsent/hooks/internal/useConsent.d.ts +0 -10
  342. package/build/types/screens/UserConsent/index.d.ts +0 -3
  343. package/build/types/screens/UserConsent/index.native.d.ts +0 -4
  344. package/build/types/screens/UserConsent/types.d.ts +0 -33
  345. package/build/types/screens/VerifyEmail/hooks/internal/useVerifyEmail.d.ts +0 -19
  346. package/build/types/screens/VerifyEmail/index.d.ts +0 -3
  347. package/build/types/screens/VerifyEmail/index.native.d.ts +0 -4
  348. package/build/types/screens/VerifyEmail/types.d.ts +0 -8
  349. package/build/types/screens/VerifyLinkPrimaryAccountEmailOTP/hooks/internal/useVerifyLinkPrimaryAccountEmailOTP.d.ts +0 -15
  350. package/build/types/screens/VerifyLinkPrimaryAccountEmailOTP/index.d.ts +0 -3
  351. package/build/types/screens/VerifyLinkPrimaryAccountEmailOTP/index.native.d.ts +0 -4
  352. package/build/types/screens/VerifyLinkPrimaryAccountEmailOTP/types.d.ts +0 -14
  353. package/build/types/screens/VerifyLinkPrimaryAccountMobileOTP/hooks/internal/useVerifyLinkPrimaryAccountMobileOTP.d.ts +0 -17
  354. package/build/types/screens/VerifyLinkPrimaryAccountMobileOTP/index.d.ts +0 -3
  355. package/build/types/screens/VerifyLinkPrimaryAccountMobileOTP/index.native.d.ts +0 -4
  356. package/build/types/screens/VerifyLinkPrimaryAccountMobileOTP/types.d.ts +0 -5
  357. package/build/types/screens/VerifyMobile/hooks/internal/useVerifyMobile.d.ts +0 -14
  358. package/build/types/screens/VerifyMobile/index.d.ts +0 -3
  359. package/build/types/screens/VerifyMobile/index.native.d.ts +0 -4
  360. package/build/types/screens/VerifyMobile/types.d.ts +0 -5
  361. package/build/types/screens/VerifyResetPasswordOTP/hooks/internal/useVerifyResetPasswordOTP.d.ts +0 -19
  362. package/build/types/screens/VerifyResetPasswordOTP/index.d.ts +0 -7
  363. package/build/types/screens/VerifyResetPasswordOTP/index.native.d.ts +0 -4
  364. package/build/types/screens/Welcome/SocialAuth/commonSocialAuth.d.ts +0 -50
  365. package/build/types/screens/Welcome/SocialAuth/hooks/useSocialAuth.native.d.ts +0 -7
  366. package/build/types/screens/Welcome/SocialAuth/hooks/useSocialAuth.web.d.ts +0 -7
  367. package/build/types/screens/Welcome/SocialAuth/hooks/web/useFacebookAuth.web.d.ts +0 -5
  368. package/build/types/screens/Welcome/SocialAuth/hooks/web/useGoogleAuth.web.d.ts +0 -4
  369. package/build/types/screens/Welcome/components/SocialLoginModal/index.d.ts +0 -3
  370. package/build/types/screens/Welcome/components/SocialLoginModal/index.native.d.ts +0 -3
  371. package/build/types/screens/Welcome/components/SocialLoginModal/types.d.ts +0 -8
  372. package/build/types/screens/Welcome/hooks/internal/useWelcome.d.ts +0 -22
  373. package/build/types/screens/Welcome/index.d.ts +0 -4
  374. package/build/types/screens/Welcome/index.native.d.ts +0 -4
  375. package/build/types/types/types.d.ts +0 -115
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
2
- <g fill="none" fill-rule="nonzero" stroke="#FFF" stroke-linecap="round" stroke-width="3">
3
- <path d="M2 19.61L19.61 2M2 2l17.61 17.61"/>
4
- </g>
5
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
2
- <g fill="none" fill-rule="nonzero" stroke="#FFF" stroke-linecap="round" stroke-width="3">
3
- <path d="M2 19.61L19.61 2M2 2l17.61 17.61"/>
4
- </g>
5
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="22" height="18" viewBox="0 0 22 18">
2
- <g fill="#ACD7D3">
3
- <path d="M6.058 5.341c0 .568-.462 1.031-1.032 1.031H2.62c-.57 0-1.032-.463-1.032-1.03 0-.57.463-1.033 1.032-1.033h2.406c.57 0 1.032.463 1.032 1.032zM8.78 8.97c0 .568-.462 1.031-1.033 1.031H5.341c-.569 0-1.032-.463-1.032-1.03 0-.57.463-1.033 1.032-1.033h2.406c.57 0 1.032.463 1.032 1.032zM11.274 12.6c0 .567-.462 1.03-1.032 1.03H7.836c-.569 0-1.032-.463-1.032-1.03 0-.57.463-1.033 1.032-1.033h2.406c.57 0 1.032.463 1.032 1.032z"/>
4
- <path d="M18.448.005H3.462C3.454.005 3.447 0 3.438 0H1.032C.462 0 0 .463 0 1.032 0 1.6.463 2.063 1.032 2.063h4.126l5.277 5.347c1.375 1.392 3.623 1.407 5.016.033l4.406-4.349c.048.145.08.297.08.457v10.361c0 .82-.668 1.488-1.489 1.488h-6.232c-.016 0-.03-.01-.047-.01H9.763c-.57 0-1.032.464-1.032 1.033 0 .568.463 1.03 1.032 1.03h.595v.006h8.09c1.956 0 3.547-1.59 3.547-3.547V3.552c0-1.957-1.59-3.547-3.547-3.547zm-4.443 5.973c-.584.576-1.529.57-2.105-.014L8.05 2.063h9.92l-3.965 3.915z"/>
5
- </g>
6
- </svg>
@@ -1,22 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="75px" height="75px" viewBox="0 0 75 75" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>gender-diversity</title>
4
- <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="iPhone-12-Mini" transform="translate(-17.000000, -190.000000)" fill-rule="nonzero">
6
- <g id="gender-diversity" transform="translate(17.000000, 190.000000)">
7
- <g id="Group">
8
- <path d="M15.1567907,16.7827968 C18.1964789,15.4335513 20.3182093,12.3875252 20.3182093,8.84351107 C20.3182093,4.04849095 16.4366197,0.161317907 11.6482394,0.161317907 C6.85985915,0.161317907 2.97826962,4.04849095 2.97826962,8.84351107 C2.97826962,12.3342555 5.03646881,15.3421026 8.00296781,16.7210765 C3.36247485,18.1991952 -2.14449518e-15,22.5484406 -2.14449518e-15,27.6852616 L-2.14449518e-15,37.4818913 C-2.14449518e-15,39.081338 0.634255533,40.614839 1.76438632,41.7464789 C3.34813883,43.332495 5.42520121,45.4124245 5.42520121,45.4124245 L5.42520121,68.9278672 C5.42520121,72.2812877 8.13983903,74.9998491 11.4885815,74.9998491 C14.8373239,74.9998491 17.5519618,72.2812877 17.5519618,68.9278672 L17.5519618,45.4125755 L21.212173,41.7470825 C22.3423038,40.6152918 22.977163,39.081338 22.977163,37.4818913 L22.977163,27.6852616 C22.977163,22.6161972 19.7022133,18.3161469 15.1567907,16.7827968 L15.1567907,16.7827968 Z" id="Path" fill="#FF70EA"></path>
9
- <path d="M15.1567907,16.7829477 C18.1964789,15.4337022 20.3182093,12.3876761 20.3182093,8.84366197 C20.3182093,4.04864185 16.4366197,0.161468813 11.6482394,0.161468813 C10.5867706,0.161468813 9.57012072,0.353269618 8.63013078,0.702917505 C11.9301308,1.93038229 14.281992,5.11161972 14.281992,8.84366197 C14.281992,12.3876761 12.1604125,15.4337022 9.12057344,16.7829477 C13.6661469,18.3161469 16.9410966,22.6163481 16.9410966,27.6852616 L16.9410966,37.4818913 C16.9410966,39.081338 16.3063883,40.6152918 15.1761066,41.7470825 L11.5158954,45.4125755 L11.5158954,68.9280181 C11.5158954,71.1807344 10.2899396,73.1455231 8.47062374,74.1935614 C9.35960765,74.7057344 10.3895372,75 11.4887324,75 C14.8374748,75 17.5521127,72.2814386 17.5521127,68.9280181 L17.5521127,45.4125755 L21.2123239,41.7470825 C22.3424547,40.6152918 22.9773139,39.081338 22.9773139,37.4818913 L22.9773139,27.6852616 C22.9773139,22.6161972 19.7022133,18.3161469 15.1567907,16.7829477 Z" id="Path" fill="#FF5CE7"></path>
10
- <path d="M32.5011066,16.7827968 C35.5407948,15.4335513 37.6625252,12.3875252 37.6625252,8.84351107 C37.6625252,4.04849095 33.7809356,0.161317907 28.9925553,0.161317907 C24.2041751,0.161317907 20.3225855,4.04849095 20.3225855,8.84351107 C20.3225855,12.3342555 22.3807847,15.3421026 25.3472837,16.7210765 C20.7066398,18.1993461 17.3443159,22.5484406 17.3443159,27.6852616 L17.3443159,37.4818913 C17.3443159,39.081338 17.9785714,40.614839 19.1087022,41.7464789 C20.6924547,43.332495 22.7695171,45.4124245 22.7695171,45.4124245 L22.7695171,68.9278672 C22.7695171,72.2812877 25.4841549,74.9998491 28.8328974,74.9998491 C32.1816398,74.9998491 34.8962777,72.2812877 34.8962777,68.9278672 L34.8962777,45.4125755 L38.5564889,41.7470825 C39.6866197,40.6152918 40.3214789,39.081338 40.3214789,37.4818913 L40.3214789,27.6852616 C40.3214789,22.6161972 37.0465292,18.3161469 32.5011066,16.7827968 Z" id="Path" fill="#FFED2B"></path>
11
- <path d="M32.5011066,16.7829477 C35.5407948,15.4337022 37.6625252,12.3876761 37.6625252,8.84366197 C37.6625252,4.04864185 33.7809356,0.161468813 28.9925553,0.161468813 C27.9310865,0.161468813 26.9144366,0.353269618 25.9744467,0.702917505 C29.2744467,1.93038229 31.6263078,5.11161972 31.6263078,8.84366197 C31.6263078,12.3876761 29.5047284,15.4337022 26.4648893,16.7829477 C31.0104628,18.3161469 34.2854125,22.6163481 34.2854125,27.6852616 L34.2854125,37.4818913 C34.2854125,39.081338 33.6507042,40.6152918 32.5204225,41.7470825 L28.8602113,45.4125755 L28.8602113,68.9280181 C28.8602113,71.1807344 27.6342555,73.1455231 25.8149396,74.1935614 C26.7039235,74.7057344 27.7338531,75 28.8330483,75 C32.1817907,75 34.8964286,72.2814386 34.8964286,68.9280181 L34.8964286,45.4125755 L38.5566398,41.7470825 C39.6867706,40.6152918 40.3216298,39.081338 40.3216298,37.4818913 L40.3216298,27.6852616 C40.3214789,22.6161972 37.0465292,18.3161469 32.5011066,16.7829477 L32.5011066,16.7829477 Z" id="Path" fill="#F5E10F"></path>
12
- <path d="M49.8452716,16.6216298 C52.8849598,15.2723843 55.0066901,12.2263581 55.0066901,8.68234406 C55.0066901,3.88717304 51.1251006,1.07224759e-15 46.3367203,1.07224759e-15 C41.54834,1.07224759e-15 37.6667505,3.88717304 37.6667505,8.68219316 C37.6667505,12.1729376 39.7249497,15.1807847 42.6914487,16.5597586 C38.0508048,18.0380282 34.6884809,22.3871227 34.6884809,27.5239437 L34.6884809,37.3205734 C34.6884809,38.9200201 35.3231891,40.4539738 36.4534708,41.5857646 L40.1136821,45.2512575 L40.1136821,68.7667002 C40.1136821,72.1201207 42.8283199,74.8386821 46.1770624,74.8386821 C49.5258048,74.8386821 52.2404427,72.1201207 52.2404427,68.7667002 L52.2404427,45.2512575 L57.6656439,39.8183602 L57.6656439,27.5239437 C57.6656439,22.4550302 54.3908451,18.154829 49.8452716,16.6216298 L49.8452716,16.6216298 Z" id="Path" fill="#3BE7FF"></path>
13
- <path d="M49.8452716,16.6216298 C52.8849598,15.2723843 55.0066901,12.2263581 55.0066901,8.68234406 C55.0066901,3.88717304 51.1249497,1.07224759e-15 46.3367203,1.07224759e-15 C45.2752515,1.07224759e-15 44.2586016,0.191800805 43.3186117,0.541448692 C46.6186117,1.76891348 48.9704728,4.95015091 48.9704728,8.68219316 C48.9704728,12.2262072 46.8488934,15.2723843 43.8090543,16.6214789 C48.3546278,18.1546781 51.6295775,22.4548793 51.6295775,27.5237928 L51.6295775,39.8182093 L46.2043763,45.2511066 L46.2043763,68.7665493 C46.2043763,71.0192656 44.9784205,72.9840543 43.1591046,74.0320926 C44.0480885,74.5442656 45.0780181,74.8385312 46.1772133,74.8385312 C49.5259557,74.8385312 52.2405936,72.1199698 52.2405936,68.7665493 L52.2405936,45.2512575 L57.6657948,39.8183602 L57.6657948,27.5239437 C57.6657948,22.4550302 54.3908451,18.154829 49.8452716,16.6216298 Z" id="Path" fill="#0CDBF7"></path>
14
- <path d="M67.1794769,16.772837 C70.219165,15.4235915 72.3408954,12.3775654 72.3408954,8.83355131 C72.3408954,4.03853119 68.4593058,0.151358149 63.6709256,0.151358149 C58.8825453,0.151358149 55.0009557,4.03853119 55.0009557,8.83355131 C55.0009557,12.3242958 57.0591549,15.3321429 60.0256539,16.7111167 C55.3850101,18.1893863 52.0226861,22.5384809 52.0226861,27.6753018 L52.0226861,37.4719316 C52.0226861,39.0713783 52.6573944,40.605332 53.7876761,41.7371227 L57.4478873,45.4026157 L57.4478873,68.9180584 C57.4478873,72.2714789 60.1625252,74.9900402 63.5112676,74.9900402 C66.8600101,74.9900402 69.5746479,72.2714789 69.5746479,68.9180584 L69.5746479,45.4024648 L73.2348592,41.7369718 C74.3649899,40.6051811 74.9998491,39.0712274 74.9998491,37.4717807 L74.9998491,27.6751509 C74.9998491,22.6062374 71.7250503,18.3060362 67.1794769,16.772837 L67.1794769,16.772837 Z" id="Path" fill="#2CF5B2"></path>
15
- <path d="M67.1794769,16.772837 C70.219165,15.4235915 72.3408954,12.3775654 72.3408954,8.83355131 C72.3408954,4.03853119 68.4593058,0.151358149 63.6709256,0.151358149 C62.6094567,0.151358149 61.5928068,0.343158954 60.6528169,0.692806841 C63.9528169,1.92027163 66.3046781,5.10150905 66.3046781,8.83355131 C66.3046781,12.3775654 64.1830986,15.4237425 61.1432596,16.772837 C65.688833,18.3060362 68.9637827,22.6062374 68.9637827,27.6751509 L68.9637827,37.4717807 C68.9637827,39.0712274 68.3289235,40.6051811 67.1987928,41.7369718 L63.5385815,45.4024648 L63.5385815,68.9179074 C63.5385815,71.1706237 62.3126258,73.1354125 60.4933099,74.1834507 C61.3822938,74.6956237 62.4122233,74.9898893 63.5114185,74.9898893 C66.860161,74.9898893 69.5747988,72.271328 69.5747988,68.9179074 L69.5747988,45.4024648 L73.2350101,41.7369718 C74.3651408,40.6051811 75,39.0712274 75,37.4717807 L75,27.6751509 C75,22.6062374 71.7250503,18.3060362 67.1794769,16.772837 L67.1794769,16.772837 Z" id="Path" fill="#19E6A1"></path>
16
- </g>
17
- <path d="M67.9030009,10 C67.2971649,10 66.8060018,9.50883694 66.8060018,8.9030009 C66.8060018,7.40932693 65.5908193,6.1939982 64.0969991,6.1939982 C63.4911631,6.1939982 63,5.70283513 63,5.0969991 C63,4.49116306 63.4911631,4 64.0969991,4 C66.8004437,4 69,6.19941006 69,8.9030009 C69,9.50883694 68.5088369,10 67.9030009,10 Z" id="Path" fill="#16CC8F"></path>
18
- <path d="M9.5,69 C8.6716,69 8,68.4570931 8,67.7874324 L8,61.2125676 C8,60.5429069 8.6716,60 9.5,60 C10.3284,60 11,60.5429069 11,61.2125676 L11,67.7874324 C11,68.4570931 10.3284,69 9.5,69 L9.5,69 Z" id="Path" fill="#ED40D4"></path>
19
- </g>
20
- </g>
21
- </g>
22
- </svg>
@@ -1 +0,0 @@
1
- {"v":"5.8.1","fr":30,"ip":0,"op":60,"w":300,"h":300,"nm":"loading_6","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":60,"s":[360]}],"ix":10},"p":{"a":0,"k":[150.00000000000003,150.00000000000003,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[30.000000000000004,30.000000000000004,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[300,300],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.12941176470588237,0.7411764705882353,0.7764705882352941,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":50,"ix":5},"lc":2,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tm","s":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":10,"s":[0]},{"t":60,"s":[99]}],"ix":1},"e":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[1]},{"t":50,"s":[100]}],"ix":2},"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":0,"s":[0]},{"t":60,"s":[3]}],"ix":3},"m":1,"ix":2,"nm":"Trim Paths 1","mn":"ADBE Vector Filter - Trim","hd":false}],"ip":0,"op":300,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":0,"k":30,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[150.00000000000003,150.00000000000003,0],"ix":2,"l":2},"a":{"a":0,"k":[0,0,0],"ix":1,"l":2},"s":{"a":0,"k":[30.000000000000004,30.000000000000004,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[300,300],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"st","c":{"a":0,"k":[0.7450980392156863,0.9254901960784314,0.9372549019607843,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":50,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Ellipse 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":300,"st":0,"bm":0}],"markers":[]}
@@ -1,55 +0,0 @@
1
- <svg width="215" height="48" viewBox="0 0 215 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_4052_2501)">
3
- <path d="M83.2114 13.3089C83.6371 13.6918 83.8523 14.1721 83.8523 14.75C83.8523 14.9356 83.8218 15.1422 83.7587 15.3696L77.6075 33.3382C77.4836 33.6887 77.2637 33.9695 76.9527 34.1737C76.6393 34.3802 76.2978 34.4939 75.9212 34.5148C75.547 34.5148 75.1915 34.4127 74.8594 34.2038C74.5273 33.9973 74.2653 33.6979 74.0782 33.3058L69.6438 23.2992L65.1789 33.3058C64.9918 33.6979 64.7322 33.9973 64.3978 34.2038C64.0656 34.4104 63.7101 34.5148 63.3359 34.5148C62.9617 34.4939 62.6179 34.3802 62.3045 34.1737C61.9934 33.9671 61.7736 33.6887 61.6496 33.3382L55.4985 15.3696C55.4353 15.1422 55.4049 14.9356 55.4049 14.75C55.4049 14.1721 55.6177 13.6918 56.0458 13.3089C56.4714 12.9259 56.9462 12.7357 57.4654 12.7357C57.8817 12.7357 58.256 12.8447 58.5904 13.0605C58.9225 13.2764 59.1517 13.5711 59.278 13.9424L63.93 27.9451L67.9902 18.2797C68.1563 17.9083 68.3972 17.6136 68.7082 17.3978C69.0193 17.182 69.3748 17.0822 69.7701 17.1031C70.1653 17.0822 70.5138 17.1797 70.8155 17.3978C71.1173 17.6136 71.3511 17.9083 71.5172 18.2797L75.3576 27.8523L79.9791 13.9424C80.1031 13.5711 80.3393 13.2764 80.6808 13.0605C81.0246 12.8424 81.4035 12.7357 81.8198 12.7357C82.3203 12.7357 82.7834 12.9259 83.2091 13.3089H83.2114Z" fill="#6FC6CA"/>
4
- <path d="M100.418 31.4934C100.783 31.8554 100.966 32.2731 100.966 32.7488C100.966 33.2663 100.783 33.6887 100.418 34.0182C100.053 34.3477 99.6021 34.5148 99.0595 34.5148H88.5978C88.0552 34.5148 87.6038 34.3338 87.2389 33.9718C86.8741 33.6098 86.6917 33.1619 86.6917 32.6235V14.7175C86.6917 14.1814 86.8741 13.7312 87.2389 13.3692C87.6038 13.0072 88.0552 12.8262 88.5978 12.8262H99.0595C99.5997 12.8262 100.053 12.9956 100.418 13.3367C100.783 13.6778 100.966 14.1164 100.966 14.6525C100.966 15.1886 100.788 15.5877 100.435 15.908C100.082 16.2282 99.6231 16.3883 99.0618 16.3883H90.5999V21.6562H97.6561C98.1964 21.6562 98.6502 21.8256 99.015 22.1667C99.3799 22.5079 99.5623 22.9465 99.5623 23.4825C99.5623 24.0186 99.3846 24.4177 99.0314 24.738C98.6782 25.0582 98.2198 25.2184 97.6585 25.2184H90.6022V30.9503H99.0641C99.6044 30.9503 100.058 31.1313 100.423 31.4934H100.418Z" fill="#6FC6CA"/>
5
- <path d="M117.967 31.4005C118.331 31.7417 118.514 32.1803 118.514 32.7163C118.514 33.2524 118.331 33.6608 117.967 34.002C117.602 34.3431 117.15 34.5125 116.608 34.5125H106.46C105.917 34.5125 105.465 34.3315 105.101 33.9695C104.736 33.6075 104.553 33.1596 104.553 32.6212V14.7175C104.553 14.1814 104.74 13.7312 105.115 13.3692C105.489 13.0072 105.968 12.8262 106.551 12.8262C107.07 12.8262 107.519 13.0072 107.893 13.3692C108.267 13.7312 108.455 14.1791 108.455 14.7175V30.89H116.603C117.143 30.89 117.597 31.0594 117.962 31.4005H117.967Z" fill="#6FC6CA"/>
6
- <path d="M135.515 31.4005C135.88 31.7417 136.062 32.1803 136.062 32.7163C136.062 33.2524 135.88 33.6608 135.515 34.002C135.15 34.3431 134.699 34.5125 134.156 34.5125H124.008C123.465 34.5125 123.014 34.3315 122.649 33.9695C122.284 33.6075 122.102 33.1596 122.102 32.6212V14.7175C122.102 14.1814 122.289 13.7312 122.663 13.3692C123.037 13.0072 123.517 12.8262 124.099 12.8262C124.618 12.8262 125.067 13.0072 125.442 13.3692C125.816 13.7312 126.003 14.1791 126.003 14.7175V30.89H134.151C134.692 30.89 135.145 31.0594 135.51 31.4005H135.515Z" fill="#6FC6CA"/>
7
- <path d="M157.449 13.3228C157.762 13.6523 157.916 14.0654 157.916 14.562V32.6235C157.916 33.1619 157.734 33.6098 157.369 33.9718C157.004 34.3338 156.553 34.5148 156.01 34.5148C155.718 34.5148 155.433 34.4684 155.152 34.3756C154.871 34.2828 154.668 34.1528 154.544 33.988L143.083 19.5514V32.7813C143.083 33.2779 142.922 33.691 142.599 34.0205C142.277 34.3501 141.856 34.5171 141.334 34.5171C140.812 34.5171 140.429 34.3524 140.115 34.0205C139.802 33.691 139.648 33.2779 139.648 32.7813V14.7175C139.648 14.1814 139.83 13.7312 140.195 13.3692C140.56 13.0072 141.011 12.8262 141.554 12.8262C141.867 12.8262 142.174 12.8888 142.475 13.0118C142.777 13.1348 143.002 13.3019 143.147 13.5084L154.513 27.8848V14.562C154.513 14.0654 154.675 13.6523 154.998 13.3228C155.32 12.9933 155.732 12.8262 156.23 12.8262C156.728 12.8262 157.135 12.9909 157.449 13.3228Z" fill="#6FC6CA"/>
8
- <path d="M176.325 31.4934C176.69 31.8554 176.873 32.2731 176.873 32.7488C176.873 33.2663 176.69 33.6887 176.325 34.0182C175.961 34.3477 175.509 34.5148 174.967 34.5148H164.505C163.962 34.5148 163.511 34.3338 163.146 33.9718C162.781 33.6098 162.599 33.1619 162.599 32.6235V14.7175C162.599 14.1814 162.781 13.7312 163.146 13.3692C163.511 13.0072 163.962 12.8262 164.505 12.8262H174.967C175.507 12.8262 175.961 12.9956 176.325 13.3367C176.69 13.6778 176.873 14.1164 176.873 14.6525C176.873 15.1886 176.695 15.5877 176.342 15.908C175.989 16.2282 175.53 16.3883 174.969 16.3883H166.507V21.6562H173.563C174.104 21.6562 174.557 21.8256 174.922 22.1667C175.287 22.5079 175.469 22.9465 175.469 23.4825C175.469 24.0186 175.292 24.4177 174.938 24.738C174.585 25.0582 174.127 25.2184 173.566 25.2184H166.509V30.9503H174.971C175.511 30.9503 175.965 31.1313 176.33 31.4934H176.325Z" fill="#6FC6CA"/>
9
- <path d="M183.492 34.2665C182.325 33.8952 181.232 33.264 180.213 32.3775C179.651 31.8809 179.371 31.3355 179.371 30.7345C179.371 30.2588 179.548 29.8411 179.902 29.479C180.255 29.117 180.683 28.936 181.181 28.936C181.576 28.936 181.929 29.059 182.243 29.3073C183.075 29.9896 183.887 30.4839 184.677 30.7948C185.468 31.1058 186.406 31.259 187.489 31.259C188.653 31.259 189.659 31.0014 190.501 30.4839C191.343 29.9687 191.766 29.3282 191.766 28.5624C191.766 27.6341 191.35 26.9055 190.518 26.3787C189.685 25.8519 188.363 25.4551 186.553 25.1859C181.995 24.5245 179.714 22.4173 179.714 18.8668C179.714 17.5649 180.058 16.4347 180.746 15.474C181.433 14.5133 182.369 13.7799 183.557 13.274C184.743 12.7681 186.064 12.5152 187.524 12.5152C188.836 12.5152 190.068 12.7125 191.224 13.1046C192.379 13.4968 193.343 14.0143 194.112 14.6548C194.716 15.1306 195.017 15.6782 195.017 16.2978C195.017 16.7736 194.84 17.1913 194.487 17.5533C194.133 17.9153 193.717 18.0963 193.238 18.0963C192.924 18.0963 192.644 18.0035 192.396 17.8178C191.853 17.3839 191.1 16.9871 190.132 16.625C189.163 16.263 188.293 16.082 187.524 16.082C186.212 16.082 185.197 16.3257 184.479 16.8107C183.761 17.2957 183.4 17.9316 183.4 18.7159C183.4 19.6047 183.77 20.2754 184.509 20.7302C185.248 21.1851 186.408 21.5564 187.992 21.8465C189.781 22.1574 191.212 22.5543 192.286 23.0393C193.357 23.5243 194.164 24.1857 194.706 25.0211C195.247 25.8565 195.518 26.9681 195.518 28.3512C195.518 29.6531 195.148 30.7948 194.409 31.7741C193.67 32.7558 192.686 33.51 191.458 34.0368C190.23 34.5635 188.908 34.8281 187.491 34.8281C185.992 34.8281 184.659 34.6424 183.494 34.2711L183.492 34.2665Z" fill="#6FC6CA"/>
10
- <path d="M202.132 34.2665C200.968 33.8952 199.873 33.264 198.853 32.3775C198.292 31.8809 198.011 31.3355 198.011 30.7345C198.011 30.2588 198.189 29.8411 198.542 29.479C198.895 29.117 199.323 28.936 199.821 28.936C200.217 28.936 200.57 29.059 200.883 29.3073C201.716 29.9896 202.528 30.4839 203.318 30.7948C204.109 31.1058 205.046 31.259 206.129 31.259C207.294 31.259 208.3 31.0014 209.142 30.4839C209.984 29.9687 210.407 29.3282 210.407 28.5624C210.407 27.6341 209.991 26.9055 209.158 26.3787C208.326 25.8519 207.004 25.4551 205.194 25.1859C200.635 24.5245 198.355 22.4173 198.355 18.8668C198.355 17.5649 198.699 16.4347 199.386 15.474C200.074 14.5133 201.01 13.7799 202.198 13.274C203.384 12.7681 204.705 12.5152 206.164 12.5152C207.477 12.5152 208.709 12.7125 209.864 13.1046C211.02 13.4968 211.983 14.0143 212.753 14.6548C213.356 15.1306 213.658 15.6782 213.658 16.2978C213.658 16.7736 213.48 17.1913 213.127 17.5533C212.774 17.9153 212.358 18.0963 211.878 18.0963C211.565 18.0963 211.284 18.0035 211.036 17.8178C210.494 17.3839 209.741 16.9871 208.772 16.625C207.804 16.263 206.934 16.082 206.164 16.082C204.852 16.082 203.837 16.3257 203.119 16.8107C202.401 17.2957 202.041 17.9316 202.041 18.7159C202.041 19.6047 202.411 20.2754 203.15 20.7302C203.889 21.1851 205.049 21.5564 206.632 21.8465C208.421 22.1574 209.853 22.5543 210.926 23.0393C211.998 23.5243 212.804 24.1857 213.347 25.0211C213.887 25.8565 214.159 26.9681 214.159 28.3512C214.159 29.6531 213.789 30.7948 213.05 31.7741C212.311 32.7558 211.326 33.51 210.098 34.0368C208.87 34.5635 207.549 34.8281 206.132 34.8281C204.633 34.8281 203.299 34.6424 202.135 34.2711L202.132 34.2665Z" fill="#6FC6CA"/>
11
- <path d="M53.4473 2.15355V0.647461H60.7772V2.15355H57.9729V9.08529H56.1627V2.15355H53.4473Z" fill="#A689B0"/>
12
- <path d="M68.5562 9.08529H66.7459V5.60666H63.4692V9.08529H61.6589V0.647461H63.4692V4.10056H66.7459V0.647461H68.5562V9.08529Z" fill="#A689B0"/>
13
- <path d="M76.665 2.15355H74.3075C73.0328 2.16515 72.6492 2.28119 72.254 2.77316C71.999 3.12822 71.9359 3.34172 71.8844 4.14001H76.665V5.64611H71.8844C72.0248 7.11275 72.6375 7.58151 74.3823 7.58151H76.665V9.08761H74.3075C72.5744 9.08761 71.6926 8.86019 71.0448 8.22665C70.2659 7.47941 69.8333 6.26572 69.8333 4.8246C69.8333 3.38349 70.2917 2.20693 71.1968 1.39702C71.8213 0.840072 72.42 0.64978 73.6058 0.64978H76.665V2.15587V2.15355Z" fill="#A689B0"/>
14
- <path d="M212.075 4.44171H81.0878V5.2168H212.075V4.44171Z" fill="#A689B0"/>
15
- <path d="M155.594 43.2473H57.1403V44.0224H155.594V43.2473Z" fill="#A689B0"/>
16
- <path d="M168.918 47.9327H165.751C164.25 47.9327 163.527 47.7285 162.816 47.1205C161.97 46.3895 161.521 45.1039 161.521 43.4376C161.521 41.4465 162.217 39.9706 163.431 39.3487C163.976 39.0772 164.891 38.9008 165.833 38.9008H168.918V40.5113H166.067C165.181 40.5113 164.58 40.7271 164.156 41.2029C163.843 41.5695 163.665 42.2866 163.665 43.2613C163.665 44.533 163.939 45.4821 164.444 45.8882C164.814 46.1737 165.373 46.3222 166.137 46.3222H168.921V47.9327H168.918Z" fill="#A689B0"/>
17
- <path d="M177.57 40.147C178.171 40.878 178.512 42.0963 178.512 43.5467C178.512 45.0899 178.035 46.364 177.174 47.095C176.491 47.6635 175.427 47.9884 174.157 47.9884C172.452 47.9884 171.086 47.4477 170.378 46.4846C169.819 45.7258 169.531 44.7117 169.531 43.4655C169.531 41.7853 169.982 40.4858 170.827 39.7826C171.535 39.1723 172.684 38.8335 174.019 38.8335C175.589 38.8335 176.884 39.3069 177.567 40.147H177.57ZM172.111 41.2284C171.811 41.6763 171.659 42.4073 171.659 43.3959C171.659 45.5076 172.396 46.4707 174.033 46.4707C175.67 46.4707 176.381 45.51 176.381 43.4237C176.381 41.3375 175.659 40.3628 174.033 40.3628C173.173 40.3628 172.492 40.6738 172.108 41.2284H172.111Z" fill="#A689B0"/>
18
- <path d="M189.741 47.9327H187.898V38.9008H190.368L193.998 45.6306V38.9008H195.841V47.9327H193.467L189.741 41.3119V47.9327Z" fill="#A689B0"/>
19
- <path d="M204.52 40.5113H201.996C200.633 40.5252 200.221 40.6459 199.8 41.175C199.527 41.5533 199.459 41.7853 199.405 42.637H204.522V44.2475H199.405C199.555 45.8186 200.21 46.3199 202.081 46.3199H204.522V47.9304H201.999C200.142 47.9304 199.202 47.6867 198.505 47.0091C197.672 46.2108 197.209 44.9112 197.209 43.3657C197.209 41.8201 197.7 40.5624 198.668 39.6968C199.337 39.1004 199.978 38.8985 201.248 38.8985H204.522V40.509L204.52 40.5113Z" fill="#A689B0"/>
20
- <path d="M180.016 40.56C179.974 40.56 179.934 40.56 179.901 40.5554C179.934 40.5624 179.974 40.56 180.016 40.56Z" fill="#A689B0"/>
21
- <path d="M184.392 44.4007L184.404 44.3566C184.401 44.3705 184.397 44.3868 184.392 44.4007Z" fill="#A689B0"/>
22
- <path d="M184.434 47.9814C184.495 48.0046 184.563 48.007 184.649 47.9907C184.565 48.007 184.495 48.0046 184.434 47.9814Z" fill="#A689B0"/>
23
- <path d="M184.188 47.7378C183.924 47.2969 183.646 46.8675 183.368 46.4359C183.646 46.8675 183.924 47.2992 184.188 47.7378Z" fill="#A689B0"/>
24
- <path d="M183.641 42.6777C183.648 42.6641 183.653 42.6505 183.657 42.6347C183.653 42.6483 183.648 42.6641 183.641 42.6777Z" fill="#A689B0"/>
25
- <path d="M182.203 43.071C181.574 43.0571 180.942 43.0617 180.313 43.0663C180.945 43.0617 181.574 43.0571 182.203 43.071Z" fill="#A689B0"/>
26
- <path d="M179.855 43.1746C179.855 43.1746 179.861 43.1542 179.875 43.1429C179.864 43.1542 179.857 43.1655 179.855 43.1746Z" fill="#A689B0"/>
27
- <path d="M179.901 40.5554C179.934 40.5624 179.974 40.56 180.016 40.56C180.97 40.5833 181.929 40.4788 182.876 40.6436C183.012 40.6668 183.145 40.697 183.281 40.7318C183.344 40.5624 183.466 40.6366 183.536 40.6993C183.77 40.9081 183.95 41.1448 184.111 41.428C184.296 41.7529 184.111 42.0012 184.121 42.282C184.125 42.4235 183.985 42.5604 183.817 42.6324C183.76 42.6556 183.702 42.6718 183.644 42.6788C183.538 42.7623 183.428 42.8296 183.314 42.883C183.199 42.9364 183.082 42.9758 182.961 43.0037C182.72 43.0617 182.465 43.0756 182.203 43.071C181.574 43.0571 180.942 43.0617 180.313 43.0663C180.222 43.0663 180.133 43.0663 180.042 43.0663C179.993 43.0663 179.913 43.1058 179.876 43.1406C179.864 43.1522 179.857 43.1638 179.855 43.1731C179.855 43.3935 179.855 43.6163 179.862 43.8391C179.869 44.0619 179.873 44.2823 179.878 44.5051C179.899 44.5144 179.918 44.5214 179.939 44.5307C180.266 44.5307 180.596 44.5307 180.923 44.5307C181.251 44.5307 181.581 44.5307 181.908 44.526C181.946 44.526 181.978 44.526 182.009 44.533C182.027 44.5353 182.046 44.5399 182.062 44.5469C182.077 44.5515 182.091 44.5585 182.105 44.5655C182.158 44.5933 182.203 44.6397 182.245 44.7093C182.345 44.8718 182.453 45.0319 182.563 45.1897C182.673 45.3475 182.783 45.5053 182.893 45.6631C182.9 45.6724 182.907 45.684 182.911 45.6933C182.926 45.7142 182.937 45.7327 182.951 45.7536C182.956 45.7629 182.963 45.7722 182.968 45.7815C182.972 45.7884 182.977 45.7977 182.982 45.8047C183.061 45.8395 183.173 45.8557 183.216 45.9161C183.485 46.3129 183.725 46.7283 184.006 47.1182C184.191 47.3757 184.27 47.7169 184.595 47.8677C184.626 47.8816 184.633 47.9466 184.652 47.9884H186.743C186.544 47.6937 186.354 47.4152 186.167 47.139C186.104 47.0462 186.043 46.9557 185.982 46.8652C185.844 46.7631 185.667 46.6865 185.573 46.5542C185.185 46.0043 184.815 45.4427 184.464 44.8695C184.411 44.7836 184.198 44.642 184.42 44.4935C184.413 44.461 184.406 44.4285 184.397 44.3984C184.401 44.3845 184.406 44.3705 184.408 44.3543C184.507 44.3241 184.607 44.2986 184.705 44.2707C184.804 44.2429 184.902 44.2104 184.993 44.1663C185.48 43.9343 185.849 43.6047 186.099 43.1731C186.141 43.0988 186.181 43.0199 186.219 42.941C186.244 42.883 186.27 42.8227 186.291 42.7623C186.315 42.695 186.34 42.6277 186.359 42.5581C186.406 42.3887 186.431 42.2239 186.443 42.0569C186.457 41.8364 186.443 41.6183 186.403 41.4024C186.394 41.3491 186.385 41.2957 186.373 41.2423C186.352 41.1472 186.329 41.052 186.3 40.9592C186.284 40.9081 186.268 40.8548 186.251 40.806C186.043 40.198 185.695 39.6945 185.145 39.3788C185.007 39.2999 184.857 39.235 184.694 39.1816C184.649 39.1677 184.605 39.1561 184.56 39.1445C184.378 39.098 184.186 39.0748 183.997 39.0656C183.917 39.0609 183.838 39.0586 183.76 39.0586C182.876 39.0493 181.992 39.0516 181.108 39.054C180.814 39.054 180.519 39.054 180.224 39.054C180.191 39.054 180.159 39.054 180.126 39.054H180.025C179.958 39.054 179.887 39.054 179.81 39.054C179.81 39.1723 179.81 39.2883 179.81 39.4044C179.81 39.6341 179.81 39.8615 179.81 40.0866C179.81 40.198 179.81 40.3117 179.81 40.4231C179.81 40.5183 179.848 40.5484 179.904 40.5577L179.901 40.5554Z" fill="#A689B0"/>
28
- <path d="M182.961 43.0037C183.082 42.9758 183.199 42.934 183.314 42.883C183.199 42.9364 183.082 42.9758 182.961 43.0037Z" fill="#A689B0"/>
29
- <path d="M182.891 45.6654C182.909 45.6956 182.93 45.7258 182.949 45.7559C182.935 45.7351 182.923 45.7165 182.909 45.6956C182.902 45.6863 182.895 45.6747 182.891 45.6654Z" fill="#A689B0"/>
30
- <path d="M184.46 44.8718C184.811 45.445 185.183 46.0066 185.568 46.5566C185.662 46.6888 185.84 46.7654 185.978 46.8675C185.456 46.0785 184.935 45.2872 184.413 44.4982C184.191 44.6467 184.404 44.7882 184.457 44.8741L184.46 44.8718Z" fill="#A689B0"/>
31
- <path d="M184.001 47.1205C183.721 46.7306 183.482 46.3152 183.211 45.9184C183.169 45.8581 183.057 45.8441 182.977 45.807C182.984 45.8209 182.991 45.8325 182.998 45.8465C183.028 45.8998 183.057 45.9532 183.089 46.0043C183.181 46.1481 183.274 46.292 183.365 46.4359C183.644 46.8675 183.922 47.2992 184.186 47.7378C184.214 47.7865 184.245 47.8283 184.275 47.8654C184.291 47.884 184.306 47.9002 184.322 47.9141C184.355 47.9443 184.39 47.9675 184.429 47.9814C184.49 48.0046 184.558 48.007 184.645 47.9907C184.626 47.949 184.619 47.884 184.589 47.8701C184.263 47.7169 184.184 47.3758 183.999 47.1205H184.001Z" fill="#A689B0"/>
32
- <path d="M184.118 42.282C184.109 42.0035 184.294 41.7552 184.109 41.428C183.95 41.1448 183.767 40.9081 183.534 40.6993C183.463 40.6366 183.342 40.5624 183.279 40.7318C183.309 40.755 183.34 40.7805 183.372 40.7991C183.552 40.9058 183.695 41.0311 183.8 41.1704C183.88 41.2748 183.936 41.3862 183.971 41.5022C184.076 41.8503 183.983 42.2379 183.679 42.5976C183.669 42.6092 183.662 42.6231 183.658 42.637C183.653 42.6509 183.648 42.6672 183.641 42.6811C183.7 42.6741 183.758 42.6579 183.814 42.6347C183.983 42.5628 184.123 42.4258 184.118 42.2843V42.282Z" fill="#A689B0"/>
33
- <path d="M206.143 40.3721C206.101 40.3721 206.061 40.3721 206.029 40.3674C206.061 40.3744 206.101 40.3721 206.143 40.3721Z" fill="#A689B0"/>
34
- <path d="M210.519 44.2127L210.531 44.1686C210.529 44.1825 210.524 44.1988 210.519 44.2127Z" fill="#A689B0"/>
35
- <path d="M210.561 47.7935C210.622 47.8167 210.69 47.819 210.777 47.8027C210.692 47.819 210.622 47.8167 210.561 47.7935Z" fill="#A689B0"/>
36
- <path d="M210.316 47.5498C210.052 47.1089 209.773 46.6796 209.495 46.2479C209.773 46.6796 210.052 47.1112 210.316 47.5498Z" fill="#A689B0"/>
37
- <path d="M209.769 42.4897C209.775 42.4761 209.78 42.4626 209.785 42.4467C209.78 42.4603 209.775 42.4761 209.769 42.4897Z" fill="#A689B0"/>
38
- <path d="M208.33 42.883C207.701 42.8691 207.069 42.8737 206.44 42.8784C207.072 42.8737 207.701 42.8691 208.33 42.883Z" fill="#A689B0"/>
39
- <path d="M205.982 42.9866C205.982 42.9866 205.989 42.9663 206.002 42.9549C205.991 42.9663 205.984 42.9776 205.982 42.9866Z" fill="#A689B0"/>
40
- <path d="M206.029 40.3674C206.061 40.3744 206.101 40.3721 206.143 40.3721C207.098 40.3953 208.056 40.2909 209.004 40.4556C209.139 40.4788 209.273 40.509 209.408 40.5438C209.471 40.3744 209.593 40.4487 209.663 40.5113C209.897 40.7202 210.077 40.9569 210.239 41.24C210.423 41.5649 210.239 41.8132 210.248 42.094C210.253 42.2356 210.112 42.3725 209.944 42.4444C209.888 42.4676 209.829 42.4839 209.771 42.4908C209.666 42.5744 209.556 42.6417 209.441 42.695C209.326 42.7484 209.21 42.7879 209.088 42.8157C208.847 42.8737 208.592 42.8877 208.33 42.883C207.701 42.8691 207.069 42.8737 206.44 42.8784C206.349 42.8784 206.26 42.8784 206.169 42.8784C206.12 42.8784 206.04 42.9178 206.003 42.9526C205.991 42.9642 205.984 42.9758 205.982 42.9851C205.982 43.2056 205.982 43.4284 205.989 43.6511C205.996 43.8739 206.001 44.0944 206.005 44.3172C206.026 44.3265 206.045 44.3334 206.066 44.3427C206.394 44.3427 206.723 44.3427 207.051 44.3427C207.378 44.3427 207.708 44.3427 208.035 44.3381C208.073 44.3381 208.106 44.3381 208.136 44.345C208.155 44.3473 208.173 44.352 208.19 44.3589C208.204 44.3636 208.218 44.3705 208.232 44.3775C208.286 44.4054 208.33 44.4518 208.372 44.5214C208.473 44.6838 208.58 44.844 208.69 45.0018C208.8 45.1596 208.91 45.3174 209.02 45.4752C209.027 45.4844 209.034 45.496 209.039 45.5053C209.053 45.5262 209.065 45.5448 209.079 45.5657C209.083 45.575 209.09 45.5842 209.095 45.5935C209.1 45.6005 209.104 45.6098 209.109 45.6167C209.188 45.6515 209.301 45.6678 209.343 45.7281C209.612 46.1249 209.853 46.5403 210.133 46.9302C210.318 47.1878 210.398 47.5289 210.723 47.6798C210.753 47.6937 210.76 47.7587 210.779 47.8004H212.87C212.671 47.5057 212.482 47.2272 212.294 46.9511C212.231 46.8583 212.171 46.7678 212.11 46.6773C211.972 46.5751 211.794 46.4986 211.7 46.3663C211.312 45.8163 210.943 45.2547 210.592 44.6815C210.538 44.5956 210.325 44.4541 210.547 44.3056C210.54 44.2731 210.533 44.2406 210.524 44.2104C210.529 44.1965 210.533 44.1826 210.536 44.1663C210.634 44.1362 210.734 44.1106 210.833 44.0828C210.931 44.0549 211.029 44.0224 211.12 43.9784C211.607 43.7463 211.976 43.4168 212.227 42.9851C212.269 42.9109 212.308 42.832 212.346 42.7531C212.372 42.695 212.397 42.6347 212.418 42.5744C212.442 42.5071 212.468 42.4398 212.486 42.3702C212.533 42.2008 212.559 42.036 212.57 41.8689C212.584 41.6484 212.57 41.4303 212.531 41.2145C212.521 41.1611 212.512 41.1077 212.5 41.0544C212.479 40.9592 212.456 40.8641 212.428 40.7712C212.411 40.7202 212.395 40.6668 212.379 40.6181C212.171 40.0101 211.822 39.5065 211.272 39.1909C211.134 39.112 210.985 39.047 210.821 38.9936C210.777 38.9797 210.732 38.9681 210.688 38.9565C210.505 38.9101 210.313 38.8869 210.124 38.8776C210.044 38.873 209.965 38.8706 209.888 38.8706C209.004 38.8614 208.12 38.8637 207.236 38.866C206.941 38.866 206.646 38.866 206.351 38.866C206.319 38.866 206.286 38.866 206.253 38.866H206.153C206.085 38.866 206.015 38.866 205.938 38.866C205.938 38.9843 205.938 39.1004 205.938 39.2164C205.938 39.4462 205.938 39.6736 205.938 39.8987C205.938 40.0101 205.938 40.1238 205.938 40.2352C205.938 40.3303 205.975 40.3605 206.031 40.3698L206.029 40.3674Z" fill="#A689B0"/>
41
- <path d="M209.088 42.8157C209.21 42.7878 209.326 42.7461 209.441 42.695C209.326 42.7484 209.21 42.7878 209.088 42.8157Z" fill="#A689B0"/>
42
- <path d="M209.018 45.4775C209.036 45.5076 209.057 45.5378 209.076 45.568C209.062 45.5471 209.05 45.5285 209.036 45.5076C209.029 45.4984 209.022 45.4868 209.018 45.4775Z" fill="#A689B0"/>
43
- <path d="M210.587 44.6838C210.938 45.257 211.31 45.8186 211.696 46.3686C211.789 46.5009 211.967 46.5775 212.105 46.6796C211.583 45.8905 211.062 45.0992 210.54 44.3102C210.318 44.4587 210.531 44.6003 210.585 44.6861L210.587 44.6838Z" fill="#A689B0"/>
44
- <path d="M210.129 46.9325C209.848 46.5426 209.609 46.1273 209.338 45.7304C209.296 45.6701 209.184 45.6562 209.104 45.619C209.111 45.633 209.118 45.6446 209.125 45.6585C209.156 45.7119 209.184 45.7652 209.217 45.8163C209.308 45.9602 209.401 46.104 209.493 46.2479C209.771 46.6796 210.049 47.1112 210.313 47.5498C210.341 47.5985 210.372 47.6403 210.402 47.6774C210.419 47.696 210.433 47.7122 210.449 47.7262C210.482 47.7563 210.517 47.7795 210.557 47.7935C210.617 47.8167 210.685 47.819 210.772 47.8028C210.753 47.761 210.746 47.696 210.716 47.6821C210.391 47.5289 210.311 47.1878 210.126 46.9325H210.129Z" fill="#A689B0"/>
45
- <path d="M210.246 42.094C210.236 41.8155 210.421 41.5672 210.236 41.24C210.077 40.9569 209.895 40.7202 209.661 40.5113C209.591 40.4487 209.469 40.3744 209.406 40.5438C209.436 40.567 209.467 40.5925 209.5 40.6111C209.68 40.7178 209.822 40.8432 209.928 40.9824C210.007 41.0868 210.063 41.1982 210.098 41.3142C210.204 41.6623 210.11 42.0499 209.806 42.4096C209.797 42.4212 209.79 42.4351 209.785 42.449C209.78 42.463 209.776 42.4792 209.769 42.4931C209.827 42.4862 209.885 42.4699 209.942 42.4467C210.11 42.3748 210.25 42.2379 210.246 42.0963V42.094Z" fill="#A689B0"/>
46
- <path d="M22.7311 0C23.4608 0 24.1882 0 24.9179 0C25.2056 0.0603365 25.4909 0.153162 25.781 0.178689C27.1469 0.301682 28.4239 0.728679 29.6658 1.26707C31.2749 1.96558 32.6759 2.97041 33.9155 4.20267C37.0168 7.28447 40.1227 10.3616 43.2241 13.4411C43.4743 13.6894 43.7222 13.9401 43.9561 14.2023C45.874 16.3489 47.034 18.8412 47.4036 21.691C47.4574 22.104 47.5252 22.5148 47.5883 22.9255V24.2878C47.5462 24.4943 47.4854 24.7008 47.4691 24.9097C47.3661 26.2255 47.0504 27.4949 46.5756 28.7225C45.888 30.4978 44.8659 32.0712 43.5141 33.4195C40.2654 36.6614 37.0144 39.8987 33.74 43.1151C31.6047 45.2129 29.0249 46.4753 26.064 46.9673C25.6617 47.0346 25.2594 47.0926 24.8571 47.153H24.4198C24.3426 47.1321 24.2631 47.0973 24.1859 47.095C23.6807 47.088 23.1755 47.0903 22.6726 47.0903C21.2576 47.0137 19.9011 46.6842 18.5867 46.1644C16.7764 45.4473 15.1743 44.4169 13.7967 43.0454C10.5925 39.8615 7.38129 36.6823 4.17707 33.496C2.34576 31.6767 1.08746 29.5254 0.491057 27.0215C0.280561 26.1396 0.205718 25.2253 0.0653876 24.3272C0.0536933 24.2506 0.0256272 24.1764 0.00457764 24.1021C0.00457764 23.7517 0.00457764 23.399 0.00457764 23.0485C0.0256272 22.9534 0.0607099 22.8582 0.0677264 22.7631C0.0957925 22.415 0.0817595 22.0646 0.140231 21.7211C0.329677 20.5794 0.582272 19.4469 1.02665 18.3748C1.7821 16.5531 2.85797 14.9333 4.26829 13.5363C7.40234 10.4289 10.52 7.30536 13.6775 4.22123C14.4142 3.50184 15.2351 2.84974 16.0911 2.27422C17.6792 1.20673 19.4404 0.522143 21.3465 0.234384C21.8073 0.169406 22.268 0.0812222 22.7311 0Z" fill="#6FC6CA"/>
47
- <path d="M22.6704 47.1553C22.6704 47.1344 22.6704 47.1135 22.6704 47.0926C23.1756 47.0926 23.6808 47.0926 24.1837 47.0973C24.2608 47.0973 24.3404 47.1344 24.4175 47.1553H22.6681H22.6704Z" fill="#9BD7DA"/>
48
- <path d="M35.9106 15.6689C36.2918 16.0101 36.4813 16.4371 36.4813 16.9546C36.4813 17.1193 36.4532 17.305 36.3971 17.5069L30.9125 33.5285C30.8002 33.8418 30.6061 34.0901 30.3278 34.2735C30.0495 34.4568 29.7431 34.5589 29.4086 34.5775C29.0742 34.5775 28.7584 34.4846 28.4614 34.3013C28.1644 34.118 27.9328 33.8511 27.7644 33.5007L23.8118 24.5778L19.8311 33.5007C19.665 33.8511 19.4311 34.118 19.1341 34.3013C18.8371 34.4846 18.5213 34.5775 18.1869 34.5775C17.8524 34.5589 17.546 34.4568 17.2677 34.2735C16.9894 34.0901 16.7952 33.8418 16.683 33.5285L11.1984 17.5069C11.1423 17.305 11.1142 17.1193 11.1142 16.9546C11.1142 16.4394 11.3036 16.0101 11.6849 15.6689C12.0661 15.3278 12.4871 15.1584 12.9525 15.1584C13.3221 15.1584 13.6589 15.2559 13.9536 15.4485C14.2482 15.6411 14.4541 15.9033 14.5663 16.2352L18.7154 28.7225L22.336 20.1037C22.4833 19.7718 22.6985 19.5096 22.9768 19.317C23.2551 19.1244 23.5709 19.0362 23.924 19.0547C24.2772 19.0362 24.5883 19.1244 24.8572 19.317C25.1262 19.5096 25.3344 19.7718 25.484 20.1037L28.9081 28.639L33.0292 16.2352C33.1391 15.9033 33.3496 15.6411 33.656 15.4485C33.9624 15.2559 34.2991 15.1584 34.671 15.1584C35.1177 15.1584 35.5294 15.3278 35.9106 15.6689Z" fill="white"/>
49
- </g>
50
- <defs>
51
- <clipPath id="clip0_4052_2501">
52
- <rect width="214.154" height="48" fill="white"/>
53
- </clipPath>
54
- </defs>
55
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="28" height="21" viewBox="0 0 28 21">
2
- <path fill="none" fill-rule="nonzero" stroke="#FFF" stroke-linecap="round" stroke-width="4" d="M2 9.903l7.93 8.141m.026 0L26 2"/>
3
- </svg>
@@ -1,36 +0,0 @@
1
- import { axiosClient } from "./axiosClient";
2
- /** Check if mobile exists */
3
- const checkMobileExists = async (phone) => {
4
- try {
5
- const { data } = await axiosClient({
6
- url: '/auth/mobile-exists',
7
- method: 'POST',
8
- data: { phone },
9
- });
10
- return { mobileExist: data?.exists, linkedAccounts: data?.memberDetails };
11
- }
12
- catch (err) {
13
- if (err?.response?.status == 404) {
14
- return { mobileExist: false };
15
- }
16
- throw err;
17
- }
18
- };
19
- /** Check if email exists */
20
- const checkEmailExists = async (email) => {
21
- try {
22
- const { data } = await axiosClient({
23
- url: '/auth/email-exists',
24
- method: 'POST',
25
- data: { email },
26
- });
27
- return { emailExist: data?.exists, loginType: data?.loginType };
28
- }
29
- catch (err) {
30
- if (err?.response?.status === 404) {
31
- return { emailExist: false };
32
- }
33
- throw err;
34
- }
35
- };
36
- export { checkMobileExists, checkEmailExists };
@@ -1,5 +0,0 @@
1
- import { BASE_URL } from '../../constants/base-url';
2
- import axios from "axios";
3
- export const axiosClient = axios.create({
4
- baseURL: BASE_URL,
5
- });
@@ -1,5 +0,0 @@
1
- import { BASE_URL } from "../../constants/base-url";
2
- import axios from 'axios';
3
- export const axiosClient = axios.create({
4
- baseURL: BASE_URL,
5
- });
@@ -1,374 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import React from 'react';
3
- import { motion, AnimatePresence } from 'framer-motion';
4
- const AdvancedTransitionWrapper = ({ children, isVisible = true, direction = 'right', type = 'slide', duration = 0.5, delay = 0, className = 'w-full', staggerChildren = false, staggerDelay = 0.1, exitBeforeEnter = true, bounce = 0.25, damping = 10, mass = 1, velocity = 0, depth = 100, perspective = 1000, intensity = 1, customEnterVariants, customExitVariants, }) => {
5
- const variants = getAdvancedVariants(direction, type, duration, delay, {
6
- bounce,
7
- damping,
8
- mass,
9
- velocity,
10
- depth,
11
- perspective,
12
- intensity
13
- });
14
- // Apply custom variants if provided
15
- if (customEnterVariants) {
16
- variants.enter = { ...variants.enter, ...customEnterVariants };
17
- }
18
- if (customExitVariants) {
19
- variants.exit = { ...variants.exit, ...customExitVariants };
20
- }
21
- // Add staggering for children if needed
22
- const childVariants = staggerChildren ? {
23
- initial: { opacity: 0, y: 20 },
24
- enter: (i) => ({
25
- opacity: 1,
26
- y: 0,
27
- transition: {
28
- delay: i * staggerDelay,
29
- duration: duration * 0.8,
30
- ease: [0.25, 0.1, 0.25, 1.0],
31
- }
32
- }),
33
- exit: { opacity: 0, y: 20 }
34
- } : undefined;
35
- return (_jsx(AnimatePresence, { mode: exitBeforeEnter ? 'wait' : 'sync', children: isVisible && (_jsx(motion.div, { className: className, initial: "initial", animate: "enter", exit: "exit", variants: variants, children: staggerChildren ? (React.Children.map(children, (child, i) => (_jsx(motion.div, { custom: i, variants: childVariants, children: child }, `staggered-child-${i}`)))) : (children) })) }));
36
- };
37
- export { AdvancedTransitionWrapper };
38
- const getAdvancedVariants = (direction, type, duration, delay, options) => {
39
- // Extract options with defaults
40
- const { bounce = 0.25, damping = 10, mass = 1, velocity = 0, depth = 100, intensity = 1 } = options;
41
- // Base variants - using Record type to allow dynamic property assignment
42
- const baseVariants = {
43
- initial: { opacity: 0 },
44
- enter: {
45
- opacity: 1,
46
- transition: {
47
- duration,
48
- delay,
49
- ease: [0.25, 0.1, 0.25, 1.0], // default cubic-bezier easing
50
- }
51
- },
52
- exit: {
53
- opacity: 0,
54
- transition: {
55
- duration: duration * 0.8,
56
- ease: [0.25, 0.1, 0.25, 1.0],
57
- }
58
- }
59
- };
60
- // Configure animation based on selected type
61
- switch (type) {
62
- case 'slide': {
63
- const offset = 50 * intensity; // pixels to slide
64
- switch (direction) {
65
- case 'up':
66
- baseVariants.initial = { ...baseVariants.initial, y: offset };
67
- baseVariants.enter = { ...baseVariants.enter, y: 0 };
68
- baseVariants.exit = { ...baseVariants.exit, y: -offset };
69
- break;
70
- case 'down':
71
- baseVariants.initial = { ...baseVariants.initial, y: -offset };
72
- baseVariants.enter = { ...baseVariants.enter, y: 0 };
73
- baseVariants.exit = { ...baseVariants.exit, y: offset };
74
- break;
75
- case 'left':
76
- baseVariants.initial = { ...baseVariants.initial, x: offset };
77
- baseVariants.enter = { ...baseVariants.enter, x: 0 };
78
- baseVariants.exit = { ...baseVariants.exit, x: -offset };
79
- break;
80
- case 'right':
81
- baseVariants.initial = { ...baseVariants.initial, x: -offset };
82
- baseVariants.enter = { ...baseVariants.enter, x: 0 };
83
- baseVariants.exit = { ...baseVariants.exit, x: offset };
84
- break;
85
- }
86
- break;
87
- }
88
- case 'scale': {
89
- baseVariants.initial = { ...baseVariants.initial, scale: 0.9 * (1 - intensity * 0.1) };
90
- baseVariants.enter = { ...baseVariants.enter, scale: 1 };
91
- baseVariants.exit = { ...baseVariants.exit, scale: 0.95 * (1 - intensity * 0.05) };
92
- break;
93
- }
94
- case 'rotate': {
95
- const rotateAmount = 5 * intensity;
96
- baseVariants.initial = { ...baseVariants.initial, rotate: direction === 'left' ? -rotateAmount : rotateAmount };
97
- baseVariants.enter = { ...baseVariants.enter, rotate: 0 };
98
- baseVariants.exit = { ...baseVariants.exit, rotate: direction === 'left' ? rotateAmount : -rotateAmount };
99
- break;
100
- }
101
- case 'flip': {
102
- const flipAxis = direction === 'left' || direction === 'right' ? 'rotateY' : 'rotateX';
103
- const flipAmount = 90 * intensity;
104
- baseVariants.initial = {
105
- ...baseVariants.initial,
106
- [flipAxis]: direction === 'up' || direction === 'left' ? flipAmount : -flipAmount,
107
- };
108
- baseVariants.enter = {
109
- ...baseVariants.enter,
110
- [flipAxis]: 0,
111
- };
112
- baseVariants.exit = {
113
- ...baseVariants.exit,
114
- [flipAxis]: direction === 'up' || direction === 'left' ? -flipAmount : flipAmount,
115
- };
116
- break;
117
- }
118
- case 'elastic': {
119
- // Elastic bouncy animation
120
- const elasticTransition = {
121
- type: 'spring',
122
- damping,
123
- stiffness: 120,
124
- mass,
125
- velocity,
126
- bounce,
127
- duration: undefined, // Spring physics will control duration
128
- };
129
- // Apply direction
130
- if (direction === 'up' || direction === 'down') {
131
- const yOffset = 100 * intensity;
132
- baseVariants.initial = { ...baseVariants.initial, y: direction === 'up' ? yOffset : -yOffset };
133
- baseVariants.enter = {
134
- ...baseVariants.enter,
135
- y: 0,
136
- transition: elasticTransition
137
- };
138
- baseVariants.exit = { ...baseVariants.exit, y: direction === 'up' ? -yOffset : yOffset };
139
- }
140
- else {
141
- const xOffset = 100 * intensity;
142
- baseVariants.initial = { ...baseVariants.initial, x: direction === 'left' ? xOffset : -xOffset };
143
- baseVariants.enter = {
144
- ...baseVariants.enter,
145
- x: 0,
146
- transition: elasticTransition
147
- };
148
- baseVariants.exit = { ...baseVariants.exit, x: direction === 'left' ? -xOffset : xOffset };
149
- }
150
- break;
151
- }
152
- case 'spring': {
153
- // Spring animation with more natural physics
154
- const springTransition = {
155
- type: 'spring',
156
- stiffness: 80,
157
- damping: damping * 2,
158
- mass: mass * 1.2,
159
- };
160
- // Scale and opacity spring
161
- baseVariants.initial = {
162
- ...baseVariants.initial,
163
- scale: 0.8 * (1 - intensity * 0.1),
164
- opacity: 0
165
- };
166
- baseVariants.enter = {
167
- ...baseVariants.enter,
168
- scale: 1,
169
- opacity: 1,
170
- transition: springTransition
171
- };
172
- baseVariants.exit = {
173
- ...baseVariants.exit,
174
- scale: 0.9 * (1 - intensity * 0.05),
175
- opacity: 0
176
- };
177
- break;
178
- }
179
- case 'glide': {
180
- // Smooth arc movement along a path
181
- const glideDistance = 60 * intensity;
182
- // Create a dedicated transition config for glide
183
- const glideTransition = {
184
- duration,
185
- delay,
186
- ease: [0.34, 1.56, 0.64, 1], // Custom bezier curve for bouncy effect
187
- };
188
- if (direction === 'up') {
189
- baseVariants.initial = {
190
- ...baseVariants.initial,
191
- y: glideDistance,
192
- x: -20 * intensity,
193
- rotate: -5 * intensity
194
- };
195
- baseVariants.enter = {
196
- ...baseVariants.enter,
197
- y: 0,
198
- x: 0,
199
- rotate: 0,
200
- transition: glideTransition
201
- };
202
- baseVariants.exit = {
203
- ...baseVariants.exit,
204
- y: -glideDistance,
205
- x: 20 * intensity,
206
- rotate: 5 * intensity
207
- };
208
- }
209
- else if (direction === 'down') {
210
- baseVariants.initial = {
211
- ...baseVariants.initial,
212
- y: -glideDistance,
213
- x: 20 * intensity,
214
- rotate: 5 * intensity
215
- };
216
- baseVariants.enter = {
217
- ...baseVariants.enter,
218
- y: 0,
219
- x: 0,
220
- rotate: 0,
221
- transition: glideTransition
222
- };
223
- baseVariants.exit = {
224
- ...baseVariants.exit,
225
- y: glideDistance,
226
- x: -20 * intensity,
227
- rotate: -5 * intensity
228
- };
229
- }
230
- else if (direction === 'left') {
231
- baseVariants.initial = {
232
- ...baseVariants.initial,
233
- x: glideDistance,
234
- y: -10 * intensity,
235
- rotate: -5 * intensity
236
- };
237
- baseVariants.enter = {
238
- ...baseVariants.enter,
239
- x: 0,
240
- y: 0,
241
- rotate: 0,
242
- transition: glideTransition
243
- };
244
- baseVariants.exit = {
245
- ...baseVariants.exit,
246
- x: -glideDistance,
247
- y: 10 * intensity,
248
- rotate: 5 * intensity
249
- };
250
- }
251
- else {
252
- baseVariants.initial = {
253
- ...baseVariants.initial,
254
- x: -glideDistance,
255
- y: 10 * intensity,
256
- rotate: 5 * intensity
257
- };
258
- baseVariants.enter = {
259
- ...baseVariants.enter,
260
- x: 0,
261
- y: 0,
262
- rotate: 0,
263
- transition: glideTransition
264
- };
265
- baseVariants.exit = {
266
- ...baseVariants.exit,
267
- x: glideDistance,
268
- y: -10 * intensity,
269
- rotate: -5 * intensity
270
- };
271
- }
272
- break;
273
- }
274
- case 'zoom': {
275
- // Zoom with perspective
276
- baseVariants.initial = {
277
- ...baseVariants.initial,
278
- scale: direction === 'up' || direction === 'left' ? 1.5 * intensity : 0.6 / Math.max(0.1, intensity),
279
- opacity: 0,
280
- z: direction === 'up' || direction === 'left' ? -depth : depth,
281
- };
282
- baseVariants.enter = {
283
- ...baseVariants.enter,
284
- scale: 1,
285
- opacity: 1,
286
- z: 0,
287
- };
288
- baseVariants.exit = {
289
- ...baseVariants.exit,
290
- scale: direction === 'up' || direction === 'left' ? 0.6 / Math.max(0.1, intensity) : 1.5 * intensity,
291
- opacity: 0,
292
- z: direction === 'up' || direction === 'left' ? depth : -depth,
293
- };
294
- break;
295
- }
296
- case 'blur': {
297
- // Blur transition with direction
298
- baseVariants.initial = {
299
- ...baseVariants.initial,
300
- filter: `blur(${10 * intensity}px)`,
301
- scale: 1.05,
302
- };
303
- baseVariants.enter = {
304
- ...baseVariants.enter,
305
- filter: 'blur(0px)',
306
- scale: 1,
307
- };
308
- baseVariants.exit = {
309
- ...baseVariants.exit,
310
- filter: `blur(${10 * intensity}px)`,
311
- scale: 0.95,
312
- };
313
- // Add directional movement
314
- if (direction === 'up') {
315
- baseVariants.initial.y = 30 * intensity;
316
- baseVariants.exit.y = -30 * intensity;
317
- }
318
- else if (direction === 'down') {
319
- baseVariants.initial.y = -30 * intensity;
320
- baseVariants.exit.y = 30 * intensity;
321
- }
322
- else if (direction === 'left') {
323
- baseVariants.initial.x = 30 * intensity;
324
- baseVariants.exit.x = -30 * intensity;
325
- }
326
- else {
327
- baseVariants.initial.x = -30 * intensity;
328
- baseVariants.exit.x = 30 * intensity;
329
- }
330
- break;
331
- }
332
- case 'fade': {
333
- // Just a simple fade
334
- baseVariants.initial = { opacity: 0 };
335
- baseVariants.enter = {
336
- opacity: 1,
337
- transition: {
338
- duration,
339
- delay,
340
- ease: 'easeInOut',
341
- }
342
- };
343
- baseVariants.exit = {
344
- opacity: 0,
345
- transition: {
346
- duration: duration * 0.8,
347
- ease: 'easeInOut',
348
- }
349
- };
350
- break;
351
- }
352
- default: {
353
- // Just a simple fade
354
- baseVariants.initial = { opacity: 0 };
355
- baseVariants.enter = {
356
- opacity: 1,
357
- transition: {
358
- duration,
359
- delay,
360
- ease: 'easeInOut',
361
- }
362
- };
363
- baseVariants.exit = {
364
- opacity: 0,
365
- transition: {
366
- duration: duration * 0.8,
367
- ease: 'easeInOut',
368
- }
369
- };
370
- break;
371
- }
372
- }
373
- return baseVariants;
374
- };
@@ -1,10 +0,0 @@
1
- import { Fragment as _Fragment, jsx as _jsx } from "react/jsx-runtime";
2
- let __warned = false;
3
- const AdvancedTransitionWrapper = ({ children }) => {
4
- if (__DEV__ && !__warned) {
5
- console.warn("[@truworth/twc-auth] AdvancedTransitionWrapper is web-only");
6
- __warned = true;
7
- }
8
- return _jsx(_Fragment, { children: children });
9
- };
10
- export { AdvancedTransitionWrapper };
@@ -1,11 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { IonIcon } from '../../components/IonIcon';
3
- import { Button, Flex, ResponsiveModal, Typography } from '@truworth/twc-web-design';
4
- const ConfirmationModal = ({ title, visible, onClose, onProceed, onDismiss, primaryLabel, secondaryLabel, iconName = "information-circle-outline", iconClassName = "text-utility-warning-main", description }) => {
5
- return (_jsx(ResponsiveModal, { title: "", open: visible, onClose: onClose, footer: null, showCloseButton: false, className: 'py-0', children: _jsxs(Flex, { direction: "column", align: "center", justify: "center", children: [_jsxs(Flex, { direction: "column", align: "center", justify: "center", children: [_jsx(IonIcon, { name: iconName, className: `text-[96px] ${iconClassName}` }), title &&
6
- _jsx(Typography, { type: "heading", size: "h6", className: "mt-2 text-center", children: title }), description &&
7
- _jsx(Typography, { type: "utility", size: "medium", color: 'gray-600', className: "mt-2 mb-6 text-center", children: description })] }), primaryLabel &&
8
- _jsx(Button, { onClick: () => onProceed?.(), label: primaryLabel, className: 'w-full my-3' }), secondaryLabel &&
9
- _jsx(Button, { type: "button", variant: "link", label: secondaryLabel, className: 'w-auto mt-4', onClick: onDismiss ? onDismiss : onClose })] }) }));
10
- };
11
- export { ConfirmationModal };