@authbridge/web-sdk 1.2.2

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 (365) hide show
  1. package/README.md +333 -0
  2. package/dist/App.svelte.d.ts +1 -0
  3. package/dist/ConfigurationProvider.svelte.d.ts +1 -0
  4. package/dist/Routes.svelte.d.ts +1 -0
  5. package/dist/authbridge-logo.png +0 -0
  6. package/dist/authbridge-sdk.js +21677 -0
  7. package/dist/authbridge-sdk.js.map +1 -0
  8. package/dist/authbridge-sdk.umd.cjs +75 -0
  9. package/dist/authbridge-sdk.umd.cjs.map +1 -0
  10. package/dist/decline.svg +19 -0
  11. package/dist/dev.d.ts +2 -0
  12. package/dist/dev.d.ts.map +1 -0
  13. package/dist/document-photo-back-start.svg +37 -0
  14. package/dist/final.svg +10 -0
  15. package/dist/fonts/Avenir-Black.ttf +0 -0
  16. package/dist/fonts/Avenir-Book.ttf +0 -0
  17. package/dist/fonts/Avenir-Heavy.ttf +0 -0
  18. package/dist/fonts/Avenir-Light.ttf +0 -0
  19. package/dist/fonts/Avenir-Regular.ttf +0 -0
  20. package/dist/icons/apple-touch-icon.png +0 -0
  21. package/dist/icons/icon-192.png +0 -0
  22. package/dist/icons/icon-512.png +0 -0
  23. package/dist/icons/icon-maskable-512.png +0 -0
  24. package/dist/images/authbridge-icon.svg +5 -0
  25. package/dist/images/back-white.svg +3 -0
  26. package/dist/images/back.svg +3 -0
  27. package/dist/images/close.svg +4 -0
  28. package/dist/images/decline.svg +5 -0
  29. package/dist/images/document-photo-back-start.svg +95 -0
  30. package/dist/images/drivers-licence-back.svg +100 -0
  31. package/dist/images/final.svg +4 -0
  32. package/dist/images/resubmit.svg +5 -0
  33. package/dist/images/selfie-start.svg +26 -0
  34. package/dist/images/welcome.svg +70 -0
  35. package/dist/index.d.ts +2 -0
  36. package/dist/index.html +610 -0
  37. package/dist/lib/atoms/Button/Button.svelte.d.ts +1 -0
  38. package/dist/lib/atoms/Button/Button.test.d.ts +2 -0
  39. package/dist/lib/atoms/Button/Button.test.d.ts.map +1 -0
  40. package/dist/lib/atoms/Button/index.d.ts +2 -0
  41. package/dist/lib/atoms/Button/index.d.ts.map +1 -0
  42. package/dist/lib/atoms/ButtonWithIcon/ButtonWithIcon.svelte.d.ts +1 -0
  43. package/dist/lib/atoms/ButtonWithIcon/index.d.ts +2 -0
  44. package/dist/lib/atoms/ButtonWithIcon/index.d.ts.map +1 -0
  45. package/dist/lib/atoms/CameraButton/CameraButton.svelte.d.ts +1 -0
  46. package/dist/lib/atoms/CameraButton/index.d.ts +2 -0
  47. package/dist/lib/atoms/CameraButton/index.d.ts.map +1 -0
  48. package/dist/lib/atoms/Container/Container.svelte.d.ts +1 -0
  49. package/dist/lib/atoms/Container/index.d.ts +2 -0
  50. package/dist/lib/atoms/Container/index.d.ts.map +1 -0
  51. package/dist/lib/atoms/DocumentOption/DocumentOption.svelte.d.ts +1 -0
  52. package/dist/lib/atoms/DocumentOption/index.d.ts +2 -0
  53. package/dist/lib/atoms/DocumentOption/index.d.ts.map +1 -0
  54. package/dist/lib/atoms/ErrorText/ErrorText.svelte.d.ts +1 -0
  55. package/dist/lib/atoms/ErrorText/index.d.ts +1 -0
  56. package/dist/lib/atoms/ErrorText/index.d.ts.map +1 -0
  57. package/dist/lib/atoms/FaceOval/FaceOval.svelte.d.ts +1 -0
  58. package/dist/lib/atoms/FaceOval/index.d.ts +2 -0
  59. package/dist/lib/atoms/FaceOval/index.d.ts.map +1 -0
  60. package/dist/lib/atoms/FlyingText/FlyingText.svelte.d.ts +1 -0
  61. package/dist/lib/atoms/FlyingText/index.d.ts +2 -0
  62. package/dist/lib/atoms/FlyingText/index.d.ts.map +1 -0
  63. package/dist/lib/atoms/IconButton/IconButton.svelte.d.ts +1 -0
  64. package/dist/lib/atoms/IconButton/index.d.ts +2 -0
  65. package/dist/lib/atoms/IconButton/index.d.ts.map +1 -0
  66. package/dist/lib/atoms/IconCloseButton/IconCloseButton.svelte.d.ts +1 -0
  67. package/dist/lib/atoms/IconCloseButton/index.d.ts +2 -0
  68. package/dist/lib/atoms/IconCloseButton/index.d.ts.map +1 -0
  69. package/dist/lib/atoms/Icons/Card.svelte.d.ts +1 -0
  70. package/dist/lib/atoms/Icons/Icon.svelte.d.ts +1 -0
  71. package/dist/lib/atoms/Icons/License.svelte.d.ts +1 -0
  72. package/dist/lib/atoms/Icons/Passport.svelte.d.ts +1 -0
  73. package/dist/lib/atoms/Icons/PassportTwo.svelte.d.ts +1 -0
  74. package/dist/lib/atoms/Icons/Voter.svelte.d.ts +1 -0
  75. package/dist/lib/atoms/Image/Image.svelte.d.ts +1 -0
  76. package/dist/lib/atoms/Image/index.d.ts +2 -0
  77. package/dist/lib/atoms/Image/index.d.ts.map +1 -0
  78. package/dist/lib/atoms/Image/types.d.ts +7 -0
  79. package/dist/lib/atoms/Image/types.d.ts.map +1 -0
  80. package/dist/lib/atoms/Input/Input.svelte.d.ts +1 -0
  81. package/dist/lib/atoms/Input/index.d.ts +3 -0
  82. package/dist/lib/atoms/Input/index.d.ts.map +1 -0
  83. package/dist/lib/atoms/Input/types.d.ts +6 -0
  84. package/dist/lib/atoms/Input/types.d.ts.map +1 -0
  85. package/dist/lib/atoms/ListItem/ListItem.svelte.d.ts +1 -0
  86. package/dist/lib/atoms/ListItem/index.d.ts +2 -0
  87. package/dist/lib/atoms/ListItem/index.d.ts.map +1 -0
  88. package/dist/lib/atoms/Loader/Loader.svelte.d.ts +1 -0
  89. package/dist/lib/atoms/Loader/index.d.ts +2 -0
  90. package/dist/lib/atoms/Loader/index.d.ts.map +1 -0
  91. package/dist/lib/atoms/NextStepButton/Loader/Loader.svelte.d.ts +1 -0
  92. package/dist/lib/atoms/NextStepButton/Loader/index.d.ts +2 -0
  93. package/dist/lib/atoms/NextStepButton/Loader/index.d.ts.map +1 -0
  94. package/dist/lib/atoms/NextStepButton/NextStepButton.svelte.d.ts +1 -0
  95. package/dist/lib/atoms/NextStepButton/index.d.ts +2 -0
  96. package/dist/lib/atoms/NextStepButton/index.d.ts.map +1 -0
  97. package/dist/lib/atoms/Overlay/Overlay.svelte.d.ts +1 -0
  98. package/dist/lib/atoms/Overlay/index.d.ts +2 -0
  99. package/dist/lib/atoms/Overlay/index.d.ts.map +1 -0
  100. package/dist/lib/atoms/Overlay/utils.d.ts +3 -0
  101. package/dist/lib/atoms/Overlay/utils.d.ts.map +1 -0
  102. package/dist/lib/atoms/Paragraph/Paragraph.svelte.d.ts +1 -0
  103. package/dist/lib/atoms/Paragraph/index.d.ts +2 -0
  104. package/dist/lib/atoms/Paragraph/index.d.ts.map +1 -0
  105. package/dist/lib/atoms/Photo/Photo.svelte.d.ts +1 -0
  106. package/dist/lib/atoms/Photo/index.d.ts +2 -0
  107. package/dist/lib/atoms/Photo/index.d.ts.map +1 -0
  108. package/dist/lib/atoms/PrivacyLink/PrivacyLink.svelte.d.ts +1 -0
  109. package/dist/lib/atoms/PrivacyLink/index.d.ts +2 -0
  110. package/dist/lib/atoms/PrivacyLink/index.d.ts.map +1 -0
  111. package/dist/lib/atoms/QualityFeedback/QualityFeedback.svelte.d.ts +1 -0
  112. package/dist/lib/atoms/QualityFeedback/index.d.ts +2 -0
  113. package/dist/lib/atoms/QualityFeedback/index.d.ts.map +1 -0
  114. package/dist/lib/atoms/Title/Title.svelte.d.ts +1 -0
  115. package/dist/lib/atoms/Title/index.d.ts +2 -0
  116. package/dist/lib/atoms/Title/index.d.ts.map +1 -0
  117. package/dist/lib/atoms/VideoContainer/VideoContainer.svelte.d.ts +1 -0
  118. package/dist/lib/atoms/VideoContainer/index.d.ts +2 -0
  119. package/dist/lib/atoms/VideoContainer/index.d.ts.map +1 -0
  120. package/dist/lib/atoms/index.d.ts +21 -0
  121. package/dist/lib/atoms/index.d.ts.map +1 -0
  122. package/dist/lib/components/LivenessCheck.svelte.d.ts +1 -0
  123. package/dist/lib/components/LivenessCheck.test.d.ts +2 -0
  124. package/dist/lib/components/LivenessCheck.test.d.ts.map +1 -0
  125. package/dist/lib/components/VerificationResult.svelte.d.ts +1 -0
  126. package/dist/lib/components/VerificationResult.test.d.ts +5 -0
  127. package/dist/lib/components/VerificationResult.test.d.ts.map +1 -0
  128. package/dist/lib/configuration/configuration.d.ts +3 -0
  129. package/dist/lib/configuration/configuration.d.ts.map +1 -0
  130. package/dist/lib/configuration/translation.json.d.ts +1284 -0
  131. package/dist/lib/contexts/app-state/index.d.ts +5 -0
  132. package/dist/lib/contexts/app-state/index.d.ts.map +1 -0
  133. package/dist/lib/contexts/app-state/stores.d.ts +103 -0
  134. package/dist/lib/contexts/app-state/stores.d.ts.map +1 -0
  135. package/dist/lib/contexts/app-state/stores.test.d.ts +6 -0
  136. package/dist/lib/contexts/app-state/stores.test.d.ts.map +1 -0
  137. package/dist/lib/contexts/app-state/types.d.ts +72 -0
  138. package/dist/lib/contexts/app-state/types.d.ts.map +1 -0
  139. package/dist/lib/contexts/app-state/utils.d.ts +3 -0
  140. package/dist/lib/contexts/app-state/utils.d.ts.map +1 -0
  141. package/dist/lib/contexts/configuration/getters.d.ts +10 -0
  142. package/dist/lib/contexts/configuration/getters.d.ts.map +1 -0
  143. package/dist/lib/contexts/configuration/index.d.ts +4 -0
  144. package/dist/lib/contexts/configuration/index.d.ts.map +1 -0
  145. package/dist/lib/contexts/configuration/store.d.ts +3 -0
  146. package/dist/lib/contexts/configuration/store.d.ts.map +1 -0
  147. package/dist/lib/contexts/configuration/types.d.ts +203 -0
  148. package/dist/lib/contexts/configuration/types.d.ts.map +1 -0
  149. package/dist/lib/contexts/flows/hooks.d.ts +10 -0
  150. package/dist/lib/contexts/flows/hooks.d.ts.map +1 -0
  151. package/dist/lib/contexts/flows/index.d.ts +3 -0
  152. package/dist/lib/contexts/flows/index.d.ts.map +1 -0
  153. package/dist/lib/contexts/flows/types.d.ts +13 -0
  154. package/dist/lib/contexts/flows/types.d.ts.map +1 -0
  155. package/dist/lib/contexts/navigation/constants.d.ts +12 -0
  156. package/dist/lib/contexts/navigation/constants.d.ts.map +1 -0
  157. package/dist/lib/contexts/navigation/hooks.d.ts +6 -0
  158. package/dist/lib/contexts/navigation/hooks.d.ts.map +1 -0
  159. package/dist/lib/contexts/navigation/index.d.ts +3 -0
  160. package/dist/lib/contexts/navigation/index.d.ts.map +1 -0
  161. package/dist/lib/contexts/navigation/types.d.ts +8 -0
  162. package/dist/lib/contexts/navigation/types.d.ts.map +1 -0
  163. package/dist/lib/contexts/translation/T.svelte.d.ts +1 -0
  164. package/dist/lib/contexts/translation/hooks.d.ts +4 -0
  165. package/dist/lib/contexts/translation/hooks.d.ts.map +1 -0
  166. package/dist/lib/contexts/translation/index.d.ts +4 -0
  167. package/dist/lib/contexts/translation/index.d.ts.map +1 -0
  168. package/dist/lib/contexts/translation/language-detection.test.d.ts +7 -0
  169. package/dist/lib/contexts/translation/language-detection.test.d.ts.map +1 -0
  170. package/dist/lib/contexts/translation/translation.test.d.ts +10 -0
  171. package/dist/lib/contexts/translation/translation.test.d.ts.map +1 -0
  172. package/dist/lib/contexts/translation/types.d.ts +4 -0
  173. package/dist/lib/contexts/translation/types.d.ts.map +1 -0
  174. package/dist/lib/hooks/createToggle/createToggle.d.ts +5 -0
  175. package/dist/lib/hooks/createToggle/createToggle.d.ts.map +1 -0
  176. package/dist/lib/molecules/DocumentOption/DocumentOption.svelte.d.ts +1 -0
  177. package/dist/lib/molecules/DocumentOption/index.d.ts +3 -0
  178. package/dist/lib/molecules/DocumentOption/index.d.ts.map +1 -0
  179. package/dist/lib/molecules/DocumentOption/types.d.ts +7 -0
  180. package/dist/lib/molecules/DocumentOption/types.d.ts.map +1 -0
  181. package/dist/lib/molecules/List/List.svelte.d.ts +1 -0
  182. package/dist/lib/molecules/List/index.d.ts +3 -0
  183. package/dist/lib/molecules/List/index.d.ts.map +1 -0
  184. package/dist/lib/molecules/List/types.d.ts +7 -0
  185. package/dist/lib/molecules/List/types.d.ts.map +1 -0
  186. package/dist/lib/molecules/List/utils.d.ts +3 -0
  187. package/dist/lib/molecules/List/utils.d.ts.map +1 -0
  188. package/dist/lib/molecules/NavigationButtons/NavigationButtons.svelte.d.ts +1 -0
  189. package/dist/lib/molecules/NavigationButtons/index.d.ts +3 -0
  190. package/dist/lib/molecules/NavigationButtons/index.d.ts.map +1 -0
  191. package/dist/lib/molecules/NavigationButtons/types.d.ts +13 -0
  192. package/dist/lib/molecules/NavigationButtons/types.d.ts.map +1 -0
  193. package/dist/lib/molecules/index.d.ts +4 -0
  194. package/dist/lib/molecules/index.d.ts.map +1 -0
  195. package/dist/lib/organisms/DocumentOptions/DocumentOptions.svelte.d.ts +1 -0
  196. package/dist/lib/organisms/DocumentOptions/index.d.ts +3 -0
  197. package/dist/lib/organisms/DocumentOptions/index.d.ts.map +1 -0
  198. package/dist/lib/organisms/DocumentOptions/types.d.ts +16 -0
  199. package/dist/lib/organisms/DocumentOptions/types.d.ts.map +1 -0
  200. package/dist/lib/organisms/DocumentOptions/utils.d.ts +4 -0
  201. package/dist/lib/organisms/DocumentOptions/utils.d.ts.map +1 -0
  202. package/dist/lib/organisms/index.d.ts +2 -0
  203. package/dist/lib/organisms/index.d.ts.map +1 -0
  204. package/dist/lib/pages/CameraPermissionDenied.svelte.d.ts +1 -0
  205. package/dist/lib/pages/CheckDocument.svelte.d.ts +1 -0
  206. package/dist/lib/pages/CheckDocumentPhotoBack.svelte.d.ts +1 -0
  207. package/dist/lib/pages/CheckSelfie.svelte.d.ts +1 -0
  208. package/dist/lib/pages/Decline.svelte.d.ts +1 -0
  209. package/dist/lib/pages/DocumentPhoto.svelte.d.ts +1 -0
  210. package/dist/lib/pages/DocumentPhoto.test.d.ts +2 -0
  211. package/dist/lib/pages/DocumentPhoto.test.d.ts.map +1 -0
  212. package/dist/lib/pages/DocumentPhotoBack.svelte.d.ts +1 -0
  213. package/dist/lib/pages/DocumentPhotoBackStart.svelte.d.ts +1 -0
  214. package/dist/lib/pages/DocumentSelect.test.d.ts +2 -0
  215. package/dist/lib/pages/DocumentSelect.test.d.ts.map +1 -0
  216. package/dist/lib/pages/DocumentSelection.svelte.d.ts +1 -0
  217. package/dist/lib/pages/DocumentStart.svelte.d.ts +1 -0
  218. package/dist/lib/pages/DocumentUpload.svelte.d.ts +1 -0
  219. package/dist/lib/pages/DocumentUpload.test.d.ts +2 -0
  220. package/dist/lib/pages/DocumentUpload.test.d.ts.map +1 -0
  221. package/dist/lib/pages/ErrorPage.svelte.d.ts +1 -0
  222. package/dist/lib/pages/Final.svelte.d.ts +1 -0
  223. package/dist/lib/pages/Loading.svelte.d.ts +1 -0
  224. package/dist/lib/pages/POACapture.svelte.d.ts +1 -0
  225. package/dist/lib/pages/POAReview.svelte.d.ts +1 -0
  226. package/dist/lib/pages/POASelect.svelte.d.ts +1 -0
  227. package/dist/lib/pages/Resubmission.svelte.d.ts +1 -0
  228. package/dist/lib/pages/ReviewSubmit.svelte.d.ts +1 -0
  229. package/dist/lib/pages/ReviewSubmit.test.d.ts +2 -0
  230. package/dist/lib/pages/ReviewSubmit.test.d.ts.map +1 -0
  231. package/dist/lib/pages/Selfie.svelte.d.ts +1 -0
  232. package/dist/lib/pages/SelfieCapture.svelte.d.ts +1 -0
  233. package/dist/lib/pages/SelfieCapture.test.d.ts +2 -0
  234. package/dist/lib/pages/SelfieCapture.test.d.ts.map +1 -0
  235. package/dist/lib/pages/SelfieStart.svelte.d.ts +1 -0
  236. package/dist/lib/pages/SessionExpired.svelte.d.ts +1 -0
  237. package/dist/lib/pages/UnsupportedBrowser.svelte.d.ts +1 -0
  238. package/dist/lib/pages/Welcome.svelte.d.ts +1 -0
  239. package/dist/lib/pages/Welcome.test.d.ts +2 -0
  240. package/dist/lib/pages/Welcome.test.d.ts.map +1 -0
  241. package/dist/lib/pages/index.d.ts +26 -0
  242. package/dist/lib/pages/index.d.ts.map +1 -0
  243. package/dist/lib/services/analytics.d.ts +8 -0
  244. package/dist/lib/services/analytics.d.ts.map +1 -0
  245. package/dist/lib/services/api/liveness.d.ts +33 -0
  246. package/dist/lib/services/api/liveness.d.ts.map +1 -0
  247. package/dist/lib/services/api/liveness.test.d.ts +6 -0
  248. package/dist/lib/services/api/liveness.test.d.ts.map +1 -0
  249. package/dist/lib/services/api/verification-polling.test.d.ts +6 -0
  250. package/dist/lib/services/api/verification-polling.test.d.ts.map +1 -0
  251. package/dist/lib/services/api/verification.d.ts +65 -0
  252. package/dist/lib/services/api/verification.d.ts.map +1 -0
  253. package/dist/lib/services/api/verification.test.d.ts +9 -0
  254. package/dist/lib/services/api/verification.test.d.ts.map +1 -0
  255. package/dist/lib/services/camera-manager/index.d.ts +2 -0
  256. package/dist/lib/services/camera-manager/index.d.ts.map +1 -0
  257. package/dist/lib/services/camera-manager/utils.d.ts +2 -0
  258. package/dist/lib/services/camera-manager/utils.d.ts.map +1 -0
  259. package/dist/lib/services/file-validation/index.d.ts +3 -0
  260. package/dist/lib/services/file-validation/index.d.ts.map +1 -0
  261. package/dist/lib/services/file-validation/validator.d.ts +27 -0
  262. package/dist/lib/services/file-validation/validator.d.ts.map +1 -0
  263. package/dist/lib/services/file-validation/validator.test.d.ts +2 -0
  264. package/dist/lib/services/file-validation/validator.test.d.ts.map +1 -0
  265. package/dist/lib/services/flow-event-bus/enums.d.ts +7 -0
  266. package/dist/lib/services/flow-event-bus/enums.d.ts.map +1 -0
  267. package/dist/lib/services/flow-event-bus/flow-event-bus.d.ts +3 -0
  268. package/dist/lib/services/flow-event-bus/flow-event-bus.d.ts.map +1 -0
  269. package/dist/lib/services/flow-event-bus/interfaces.d.ts +35 -0
  270. package/dist/lib/services/flow-event-bus/interfaces.d.ts.map +1 -0
  271. package/dist/lib/services/flow-event-bus/types.d.ts +3 -0
  272. package/dist/lib/services/flow-event-bus/types.d.ts.map +1 -0
  273. package/dist/lib/services/http/index.d.ts +7 -0
  274. package/dist/lib/services/http/index.d.ts.map +1 -0
  275. package/dist/lib/services/http/types.d.ts +12 -0
  276. package/dist/lib/services/http/types.d.ts.map +1 -0
  277. package/dist/lib/services/image-compression/compressor.d.ts +24 -0
  278. package/dist/lib/services/image-compression/compressor.d.ts.map +1 -0
  279. package/dist/lib/services/image-compression/compressor.test.d.ts +2 -0
  280. package/dist/lib/services/image-compression/compressor.test.d.ts.map +1 -0
  281. package/dist/lib/services/image-compression/index.d.ts +3 -0
  282. package/dist/lib/services/image-compression/index.d.ts.map +1 -0
  283. package/dist/lib/services/liveness-detection/detector.d.ts +73 -0
  284. package/dist/lib/services/liveness-detection/detector.d.ts.map +1 -0
  285. package/dist/lib/services/liveness-detection/detector.test.d.ts +2 -0
  286. package/dist/lib/services/liveness-detection/detector.test.d.ts.map +1 -0
  287. package/dist/lib/services/liveness-detection/index.d.ts +2 -0
  288. package/dist/lib/services/liveness-detection/index.d.ts.map +1 -0
  289. package/dist/lib/services/merge-service/index.d.ts +2 -0
  290. package/dist/lib/services/merge-service/index.d.ts.map +1 -0
  291. package/dist/lib/services/merge-service/utils.d.ts +4 -0
  292. package/dist/lib/services/merge-service/utils.d.ts.map +1 -0
  293. package/dist/lib/services/preload-service/index.d.ts +2 -0
  294. package/dist/lib/services/preload-service/index.d.ts.map +1 -0
  295. package/dist/lib/services/preload-service/utils.d.ts +6 -0
  296. package/dist/lib/services/preload-service/utils.d.ts.map +1 -0
  297. package/dist/lib/services/session-service/index.d.ts +21 -0
  298. package/dist/lib/services/session-service/index.d.ts.map +1 -0
  299. package/dist/lib/services/session-service/session-service.test.d.ts +2 -0
  300. package/dist/lib/services/session-service/session-service.test.d.ts.map +1 -0
  301. package/dist/lib/services/theme-manager/index.d.ts +2 -0
  302. package/dist/lib/services/theme-manager/index.d.ts.map +1 -0
  303. package/dist/lib/services/theme-manager/utils.d.ts +3 -0
  304. package/dist/lib/services/theme-manager/utils.d.ts.map +1 -0
  305. package/dist/lib/stores/branding.d.ts +34 -0
  306. package/dist/lib/stores/branding.d.ts.map +1 -0
  307. package/dist/lib/ui-packs/default/theme.d.ts +3 -0
  308. package/dist/lib/ui-packs/default/theme.d.ts.map +1 -0
  309. package/dist/lib/ui-packs/future/theme.d.ts +3 -0
  310. package/dist/lib/ui-packs/future/theme.d.ts.map +1 -0
  311. package/dist/lib/ui-packs/index.d.ts +7 -0
  312. package/dist/lib/ui-packs/index.d.ts.map +1 -0
  313. package/dist/lib/ui-packs/store.d.ts +3 -0
  314. package/dist/lib/ui-packs/store.d.ts.map +1 -0
  315. package/dist/lib/ui-packs/utils.d.ts +5 -0
  316. package/dist/lib/ui-packs/utils.d.ts.map +1 -0
  317. package/dist/lib/utils/check-connection.d.ts +2 -0
  318. package/dist/lib/utils/check-connection.d.ts.map +1 -0
  319. package/dist/lib/utils/configuration-manager.d.ts +19 -0
  320. package/dist/lib/utils/configuration-manager.d.ts.map +1 -0
  321. package/dist/lib/utils/css-utils.d.ts +4 -0
  322. package/dist/lib/utils/css-utils.d.ts.map +1 -0
  323. package/dist/lib/utils/event-service/constants.d.ts +4 -0
  324. package/dist/lib/utils/event-service/constants.d.ts.map +1 -0
  325. package/dist/lib/utils/event-service/index.d.ts +5 -0
  326. package/dist/lib/utils/event-service/index.d.ts.map +1 -0
  327. package/dist/lib/utils/event-service/types.d.ts +154 -0
  328. package/dist/lib/utils/event-service/types.d.ts.map +1 -0
  329. package/dist/lib/utils/event-service/utils.d.ts +80 -0
  330. package/dist/lib/utils/event-service/utils.d.ts.map +1 -0
  331. package/dist/lib/utils/fingerprint.d.ts +19 -0
  332. package/dist/lib/utils/fingerprint.d.ts.map +1 -0
  333. package/dist/lib/utils/form-utils.d.ts +5 -0
  334. package/dist/lib/utils/form-utils.d.ts.map +1 -0
  335. package/dist/lib/utils/get-config-from-query-params.d.ts +21 -0
  336. package/dist/lib/utils/get-config-from-query-params.d.ts.map +1 -0
  337. package/dist/lib/utils/is-mobile.d.ts +2 -0
  338. package/dist/lib/utils/is-mobile.d.ts.map +1 -0
  339. package/dist/lib/utils/object-utils.d.ts +3 -0
  340. package/dist/lib/utils/object-utils.d.ts.map +1 -0
  341. package/dist/lib/utils/photo-utils.d.ts +27 -0
  342. package/dist/lib/utils/photo-utils.d.ts.map +1 -0
  343. package/dist/lib/utils/photo-utils.test.d.ts +2 -0
  344. package/dist/lib/utils/photo-utils.test.d.ts.map +1 -0
  345. package/dist/lib/utils/step-manager.d.ts +3 -0
  346. package/dist/lib/utils/step-manager.d.ts.map +1 -0
  347. package/dist/lib/utils/string-utils/resolve-string-template.d.ts +2 -0
  348. package/dist/lib/utils/string-utils/resolve-string-template.d.ts.map +1 -0
  349. package/dist/lib/utils/string-utils/resolve-string-template.test.d.ts +2 -0
  350. package/dist/lib/utils/string-utils/resolve-string-template.test.d.ts.map +1 -0
  351. package/dist/main.d.ts +3 -0
  352. package/dist/main.d.ts.map +1 -0
  353. package/dist/manifest.json +31 -0
  354. package/dist/pwa-styles.css +83 -0
  355. package/dist/pwa-test.html +272 -0
  356. package/dist/resubmit.svg +18 -0
  357. package/dist/selfie-start.svg +55 -0
  358. package/dist/tests-setup.d.ts +2 -0
  359. package/dist/tests-setup.d.ts.map +1 -0
  360. package/dist/types/AuthBridgeSDK.d.ts +112 -0
  361. package/dist/types/AuthBridgeSDK.d.ts.map +1 -0
  362. package/dist/types.d.ts +2 -0
  363. package/dist/types.d.ts.map +1 -0
  364. package/dist/welcome.svg +30 -0
  365. package/package.json +106 -0
@@ -0,0 +1,19 @@
1
+ <svg width="215" height="215" viewBox="0 0 215 215" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_f_1132_8691)">
3
+ <rect x="40" y="40" width="135" height="135" rx="67.5" fill="black" fill-opacity="0.5"/>
4
+ </g>
5
+ <rect x="70" y="69" width="75" height="76" rx="37.5" fill="url(#paint0_linear_1132_8691)"/>
6
+ <path d="M99 115L115 99" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M99 99L115 115" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <defs>
9
+ <filter id="filter0_f_1132_8691" x="0" y="0" width="215" height="215" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
10
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
11
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
12
+ <feGaussianBlur stdDeviation="20" result="effect1_foregroundBlur_1132_8691"/>
13
+ </filter>
14
+ <linearGradient id="paint0_linear_1132_8691" x1="107.5" y1="69" x2="107.5" y2="145" gradientUnits="userSpaceOnUse">
15
+ <stop stop-color="#FF3636"/>
16
+ <stop offset="1" stop-color="#FF3636" stop-opacity="0"/>
17
+ </linearGradient>
18
+ </defs>
19
+ </svg>
package/dist/dev.d.ts ADDED
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=dev.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dev.d.ts","sourceRoot":"","sources":["../src/dev.ts"],"names":[],"mappings":""}
@@ -0,0 +1,37 @@
1
+ <svg width="375" height="240" viewBox="0 0 375 240" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="54.3759" y="60.9601" width="194" height="136.821" rx="16.3368" fill="var(--secondary-color)" fill-opacity="0.4"/>
3
+ <rect x="54.3759" y="54.9601" width="194" height="136.821" rx="16.3368" fill="white"/>
4
+ <rect x="55.3969" y="55.9811" width="191.958" height="134.779" rx="15.3158" fill="url(#paint0_linear_1247_9821)" stroke="var(--secondary-color)" stroke-width="2.04211"/>
5
+ <path opacity="0.2" d="M161 86.5H186" stroke="var(--secondary-color)" stroke-width="8.5278" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path opacity="0.2" d="M161 104.5H214" stroke="var(--secondary-color)" stroke-width="8.5278" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path opacity="0.2" d="M160.565 121.869H191.197" stroke="var(--secondary-color)" stroke-width="8.5278" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path opacity="0.2" d="M161 139.5H197" stroke="var(--secondary-color)" stroke-width="8.5278" stroke-linecap="round" stroke-linejoin="round"/>
9
+ <path opacity="0.2" d="M87 86.5H122" stroke="var(--secondary-color)" stroke-width="8.5278" stroke-linecap="round" stroke-linejoin="round"/>
10
+ <path opacity="0.2" d="M87 104.5H105" stroke="var(--secondary-color)" stroke-width="8.5278" stroke-linecap="round" stroke-linejoin="round"/>
11
+ <path opacity="0.2" d="M87.0001 121.869H117.632" stroke="var(--secondary-color)" stroke-width="8.5278" stroke-linecap="round" stroke-linejoin="round"/>
12
+ <path opacity="0.2" d="M88 139.5H103" stroke="var(--secondary-color)" stroke-width="8.5278" stroke-linecap="round" stroke-linejoin="round"/>
13
+ <path d="M62 160.5L246 160.5L246 175.5C246 183.232 239.732 189.5 232 189.5L76 189.5C68.268 189.5 62 183.232 62 175.5L62 160.5Z" fill="var(--primary-color)" fill-opacity="0.4"/>
14
+ <g filter="url(#filter0_b_1247_9821)">
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M375 0H0V240H375V0ZM185.895 229.151C246.335 229.151 295.332 180.154 295.332 119.713C295.332 59.2724 246.335 10.2755 185.895 10.2755C125.454 10.2755 76.4569 59.2724 76.4569 119.713C76.4569 180.154 125.454 229.151 185.895 229.151Z" fill="black" fill-opacity="0.52"/>
16
+ </g>
17
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M186 231.5C247.856 231.5 298 181.356 298 119.5C298 57.6441 247.856 7.5 186 7.5C124.144 7.5 74 57.6441 74 119.5C74 181.356 124.144 231.5 186 231.5ZM185.895 229.444C246.497 229.444 295.625 180.316 295.625 119.713C295.625 59.1104 246.497 9.98216 185.895 9.98216C125.292 9.98216 76.1636 59.1104 76.1636 119.713C76.1636 180.316 125.292 229.444 185.895 229.444Z" fill="white" fill-opacity="0.2"/>
18
+ <path d="M254.5 151.5C267.553 151.5 279.728 149.747 290 146.718" stroke="url(#paint1_linear_1247_9821)" stroke-width="3"/>
19
+ <circle cx="185.895" cy="119.713" r="108.508" stroke="white" stroke-width="1.86"/>
20
+ <path d="M213.5 96.0913L230.303 100.292L225.539 83.6393L213.5 96.0913ZM254.5 91C272.695 91 289.094 94.4411 300.889 99.9392C312.806 105.494 319.5 112.869 319.5 120.5H322.5C322.5 111.01 314.308 102.885 302.156 97.2202C289.883 91.4985 273.032 88 254.5 88V91ZM226.796 93.8444C235.202 92.0211 244.589 91 254.5 91V88C244.388 88 234.786 89.0415 226.16 90.9126L226.796 93.8444ZM319.5 120.5C319.5 125.325 316.849 130.036 311.808 134.299C306.769 138.56 299.472 142.25 290.56 144.983L291.44 147.851C300.599 145.043 308.301 141.193 313.745 136.59C319.186 131.989 322.5 126.513 322.5 120.5H319.5Z" fill="white"/>
21
+ <defs>
22
+ <filter id="filter0_b_1247_9821" x="-14" y="-14" width="403" height="268" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
23
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
24
+ <feGaussianBlur in="BackgroundImageFix" stdDeviation="7"/>
25
+ <feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_1247_9821"/>
26
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_1247_9821" result="shape"/>
27
+ </filter>
28
+ <linearGradient id="paint0_linear_1247_9821" x1="151.376" y1="54.9601" x2="151.376" y2="191.781" gradientUnits="userSpaceOnUse">
29
+ <stop stop-color="var(--primary-color)"/>
30
+ <stop offset="1" stop-color="var(--secondary-color)" stop-opacity="0.2"/>
31
+ </linearGradient>
32
+ <linearGradient id="paint1_linear_1247_9821" x1="255.5" y1="151.5" x2="289.5" y2="146.5" gradientUnits="userSpaceOnUse">
33
+ <stop stop-color="white"/>
34
+ <stop offset="1"/>
35
+ </linearGradient>
36
+ </defs>
37
+ </svg>
package/dist/final.svg ADDED
@@ -0,0 +1,10 @@
1
+ <svg width="135" height="135" viewBox="0 0 135 135" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="30" y="29" width="75" height="76" rx="37.5" fill="url(#paint0_linear_1132_8656)"/>
3
+ <path d="M55 67.5L64.375 77L80 58" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <defs>
5
+ <linearGradient id="paint0_linear_1132_8656" x1="67.5" y1="29" x2="67.5" y2="105" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#36FFAB"/>
7
+ <stop offset="1" stop-color="#00FF75" stop-opacity="0"/>
8
+ </linearGradient>
9
+ </defs>
10
+ </svg>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,5 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- Simplified AuthBridge "A" logo mark -->
3
+ <path d="M12 2L3 22H7L9 17H15L17 22H21L12 2Z" fill="currentColor"/>
4
+ <path d="M10 14L12 8L14 14H10Z" fill="white"/>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18 6 L10 14 L18 22" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18 6 L10 14 L18 22" stroke="#1E293B" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4 4 L14 14" stroke="#1E293B" stroke-width="2" stroke-linecap="round"/>
3
+ <path d="M14 4 L4 14" stroke="#1E293B" stroke-width="2" stroke-linecap="round"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="40" cy="40" r="38" fill="#EF4444"/>
3
+ <path d="M28 28 L52 52" stroke="white" stroke-width="6" stroke-linecap="round"/>
4
+ <path d="M52 28 L28 52" stroke="white" stroke-width="6" stroke-linecap="round"/>
5
+ </svg>
@@ -0,0 +1,95 @@
1
+ <svg width="260" height="212" viewBox="0 0 260 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- Background gradient -->
3
+ <defs>
4
+ <linearGradient id="cardGradient" x1="0%" y1="0%" x2="100%" y2="100%">
5
+ <stop offset="0%" style="stop-color:#F8FAFC"/>
6
+ <stop offset="100%" style="stop-color:#E2E8F0"/>
7
+ </linearGradient>
8
+ <linearGradient id="stripeGradient" x1="0%" y1="0%" x2="100%" y2="0%">
9
+ <stop offset="0%" style="stop-color:#1E293B"/>
10
+ <stop offset="100%" style="stop-color:#334155"/>
11
+ </linearGradient>
12
+ </defs>
13
+
14
+ <!-- ID Card Back - Realistic Omang style -->
15
+ <g transform="translate(30, 20)">
16
+ <!-- Card shadow -->
17
+ <rect x="4" y="4" width="196" height="124" rx="8" fill="#94A3B8" opacity="0.3"/>
18
+
19
+ <!-- Card body -->
20
+ <rect x="0" y="0" width="196" height="124" rx="8" fill="url(#cardGradient)" stroke="#CBD5E1" stroke-width="1"/>
21
+
22
+ <!-- Magnetic stripe -->
23
+ <rect x="0" y="16" width="196" height="28" fill="url(#stripeGradient)"/>
24
+
25
+ <!-- Signature strip -->
26
+ <rect x="12" y="56" width="120" height="24" rx="2" fill="#FFFFFF" stroke="#E2E8F0" stroke-width="1"/>
27
+ <text x="18" y="72" font-family="Avenir, sans-serif" font-size="8" fill="#94A3B8" font-style="italic">Signature</text>
28
+
29
+ <!-- Barcode area -->
30
+ <rect x="12" y="92" width="172" height="20" rx="2" fill="#FFFFFF"/>
31
+ <!-- Barcode lines -->
32
+ <g fill="#1E293B">
33
+ <rect x="16" y="96" width="2" height="12"/>
34
+ <rect x="20" y="96" width="1" height="12"/>
35
+ <rect x="23" y="96" width="3" height="12"/>
36
+ <rect x="28" y="96" width="1" height="12"/>
37
+ <rect x="31" y="96" width="2" height="12"/>
38
+ <rect x="35" y="96" width="1" height="12"/>
39
+ <rect x="38" y="96" width="3" height="12"/>
40
+ <rect x="43" y="96" width="2" height="12"/>
41
+ <rect x="47" y="96" width="1" height="12"/>
42
+ <rect x="50" y="96" width="2" height="12"/>
43
+ <rect x="54" y="96" width="3" height="12"/>
44
+ <rect x="59" y="96" width="1" height="12"/>
45
+ <rect x="62" y="96" width="2" height="12"/>
46
+ <rect x="66" y="96" width="1" height="12"/>
47
+ <rect x="69" y="96" width="3" height="12"/>
48
+ <rect x="74" y="96" width="2" height="12"/>
49
+ <rect x="78" y="96" width="1" height="12"/>
50
+ <rect x="81" y="96" width="2" height="12"/>
51
+ <rect x="85" y="96" width="3" height="12"/>
52
+ <rect x="90" y="96" width="1" height="12"/>
53
+ <rect x="93" y="96" width="2" height="12"/>
54
+ <rect x="97" y="96" width="1" height="12"/>
55
+ <rect x="100" y="96" width="3" height="12"/>
56
+ <rect x="105" y="96" width="2" height="12"/>
57
+ <rect x="109" y="96" width="1" height="12"/>
58
+ <rect x="112" y="96" width="2" height="12"/>
59
+ <rect x="116" y="96" width="3" height="12"/>
60
+ <rect x="121" y="96" width="1" height="12"/>
61
+ <rect x="124" y="96" width="2" height="12"/>
62
+ <rect x="128" y="96" width="1" height="12"/>
63
+ <rect x="131" y="96" width="3" height="12"/>
64
+ <rect x="136" y="96" width="2" height="12"/>
65
+ <rect x="140" y="96" width="1" height="12"/>
66
+ <rect x="143" y="96" width="2" height="12"/>
67
+ <rect x="147" y="96" width="3" height="12"/>
68
+ <rect x="152" y="96" width="1" height="12"/>
69
+ <rect x="155" y="96" width="2" height="12"/>
70
+ <rect x="159" y="96" width="1" height="12"/>
71
+ <rect x="162" y="96" width="3" height="12"/>
72
+ <rect x="167" y="96" width="2" height="12"/>
73
+ <rect x="171" y="96" width="1" height="12"/>
74
+ <rect x="174" y="96" width="2" height="12"/>
75
+ <rect x="178" y="96" width="2" height="12"/>
76
+ </g>
77
+
78
+ <!-- MRZ-style text area -->
79
+ <text x="144" y="68" font-family="monospace" font-size="6" fill="#64748B">BWA</text>
80
+ <text x="144" y="78" font-family="monospace" font-size="6" fill="#64748B">OMANG</text>
81
+ </g>
82
+
83
+ <!-- Flip arrow indicator -->
84
+ <g transform="translate(130, 160)">
85
+ <!-- Circular arrow showing flip action -->
86
+ <circle cx="0" cy="16" r="20" fill="#7C3AED" opacity="0.1"/>
87
+ <path d="M-12 16 C-12 6, 0 2, 10 8" stroke="#7C3AED" stroke-width="2.5" fill="none" stroke-linecap="round"/>
88
+ <path d="M6 4 L10 8 L5 11" stroke="#7C3AED" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
89
+ <path d="M12 16 C12 26, 0 30, -10 24" stroke="#7C3AED" stroke-width="2.5" fill="none" stroke-linecap="round"/>
90
+ <path d="M-6 28 L-10 24 L-5 21" stroke="#7C3AED" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
91
+ </g>
92
+
93
+ <!-- "BACK" label -->
94
+ <text x="130" y="205" font-family="Avenir, sans-serif" font-size="11" fill="#64748B" text-anchor="middle" font-weight="500">Flip to back side</text>
95
+ </svg>
@@ -0,0 +1,100 @@
1
+ <svg width="260" height="212" viewBox="0 0 260 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <defs>
3
+ <linearGradient id="licenceGradient" x1="0%" y1="0%" x2="100%" y2="100%">
4
+ <stop offset="0%" style="stop-color:#FEF3C7"/>
5
+ <stop offset="100%" style="stop-color:#FDE68A"/>
6
+ </linearGradient>
7
+ <linearGradient id="licenceStripe" x1="0%" y1="0%" x2="100%" y2="0%">
8
+ <stop offset="0%" style="stop-color:#92400E"/>
9
+ <stop offset="100%" style="stop-color:#B45309"/>
10
+ </linearGradient>
11
+ </defs>
12
+
13
+ <!-- Driver's Licence Back -->
14
+ <g transform="translate(30, 20)">
15
+ <!-- Card shadow -->
16
+ <rect x="4" y="4" width="196" height="124" rx="8" fill="#94A3B8" opacity="0.3"/>
17
+
18
+ <!-- Card body - yellowish like Botswana licence -->
19
+ <rect x="0" y="0" width="196" height="124" rx="8" fill="url(#licenceGradient)" stroke="#D97706" stroke-width="1"/>
20
+
21
+ <!-- Header stripe -->
22
+ <rect x="0" y="0" width="196" height="24" rx="8 8 0 0" fill="url(#licenceStripe)"/>
23
+ <text x="98" y="16" font-family="Avenir, sans-serif" font-size="10" fill="#FEF3C7" text-anchor="middle" font-weight="600">DRIVER'S LICENCE</text>
24
+
25
+ <!-- Vehicle categories section -->
26
+ <rect x="12" y="32" width="172" height="40" rx="4" fill="#FFFBEB" stroke="#F59E0B" stroke-width="1"/>
27
+ <text x="20" y="46" font-family="Avenir, sans-serif" font-size="8" fill="#92400E" font-weight="600">VEHICLE CATEGORIES</text>
28
+
29
+ <!-- Category boxes -->
30
+ <g transform="translate(20, 52)">
31
+ <rect x="0" y="0" width="24" height="16" rx="2" fill="#FEF3C7" stroke="#D97706"/>
32
+ <text x="12" y="11" font-family="monospace" font-size="8" fill="#92400E" text-anchor="middle">A</text>
33
+
34
+ <rect x="28" y="0" width="24" height="16" rx="2" fill="#FEF3C7" stroke="#D97706"/>
35
+ <text x="40" y="11" font-family="monospace" font-size="8" fill="#92400E" text-anchor="middle">B</text>
36
+
37
+ <rect x="56" y="0" width="24" height="16" rx="2" fill="#10B981" stroke="#059669"/>
38
+ <text x="68" y="11" font-family="monospace" font-size="8" fill="#fff" text-anchor="middle">C</text>
39
+
40
+ <rect x="84" y="0" width="24" height="16" rx="2" fill="#FEF3C7" stroke="#D97706"/>
41
+ <text x="96" y="11" font-family="monospace" font-size="8" fill="#92400E" text-anchor="middle">D</text>
42
+
43
+ <rect x="112" y="0" width="24" height="16" rx="2" fill="#FEF3C7" stroke="#D97706"/>
44
+ <text x="124" y="11" font-family="monospace" font-size="8" fill="#92400E" text-anchor="middle">E</text>
45
+ </g>
46
+
47
+ <!-- Restrictions/Endorsements -->
48
+ <text x="12" y="86" font-family="Avenir, sans-serif" font-size="7" fill="#92400E">RESTRICTIONS: NONE</text>
49
+ <text x="12" y="96" font-family="Avenir, sans-serif" font-size="7" fill="#92400E">ENDORSEMENTS: —</text>
50
+
51
+ <!-- Barcode -->
52
+ <rect x="12" y="104" width="120" height="14" rx="2" fill="#FFFBEB"/>
53
+ <g fill="#92400E">
54
+ <rect x="16" y="107" width="2" height="8"/>
55
+ <rect x="20" y="107" width="1" height="8"/>
56
+ <rect x="23" y="107" width="3" height="8"/>
57
+ <rect x="28" y="107" width="1" height="8"/>
58
+ <rect x="31" y="107" width="2" height="8"/>
59
+ <rect x="35" y="107" width="1" height="8"/>
60
+ <rect x="38" y="107" width="3" height="8"/>
61
+ <rect x="43" y="107" width="2" height="8"/>
62
+ <rect x="47" y="107" width="1" height="8"/>
63
+ <rect x="50" y="107" width="2" height="8"/>
64
+ <rect x="54" y="107" width="3" height="8"/>
65
+ <rect x="59" y="107" width="1" height="8"/>
66
+ <rect x="62" y="107" width="2" height="8"/>
67
+ <rect x="66" y="107" width="1" height="8"/>
68
+ <rect x="69" y="107" width="3" height="8"/>
69
+ <rect x="74" y="107" width="2" height="8"/>
70
+ <rect x="78" y="107" width="1" height="8"/>
71
+ <rect x="81" y="107" width="2" height="8"/>
72
+ <rect x="85" y="107" width="3" height="8"/>
73
+ <rect x="90" y="107" width="1" height="8"/>
74
+ <rect x="93" y="107" width="2" height="8"/>
75
+ <rect x="97" y="107" width="1" height="8"/>
76
+ <rect x="100" y="107" width="3" height="8"/>
77
+ <rect x="105" y="107" width="2" height="8"/>
78
+ <rect x="109" y="107" width="1" height="8"/>
79
+ <rect x="112" y="107" width="2" height="8"/>
80
+ <rect x="116" y="107" width="3" height="8"/>
81
+ <rect x="121" y="107" width="1" height="8"/>
82
+ <rect x="124" y="107" width="2" height="8"/>
83
+ </g>
84
+
85
+ <!-- Issue info -->
86
+ <text x="140" y="110" font-family="monospace" font-size="6" fill="#92400E">DTRS</text>
87
+ <text x="140" y="118" font-family="monospace" font-size="6" fill="#92400E">BWA</text>
88
+ </g>
89
+
90
+ <!-- Flip arrow indicator -->
91
+ <g transform="translate(130, 160)">
92
+ <circle cx="0" cy="16" r="20" fill="#D97706" opacity="0.1"/>
93
+ <path d="M-12 16 C-12 6, 0 2, 10 8" stroke="#D97706" stroke-width="2.5" fill="none" stroke-linecap="round"/>
94
+ <path d="M6 4 L10 8 L5 11" stroke="#D97706" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
95
+ <path d="M12 16 C12 26, 0 30, -10 24" stroke="#D97706" stroke-width="2.5" fill="none" stroke-linecap="round"/>
96
+ <path d="M-6 28 L-10 24 L-5 21" stroke="#D97706" stroke-width="2.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
97
+ </g>
98
+
99
+ <text x="130" y="205" font-family="Avenir, sans-serif" font-size="11" fill="#64748B" text-anchor="middle" font-weight="500">Flip to back side</text>
100
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="40" cy="40" r="38" fill="#10B981"/>
3
+ <path d="M24 40 L34 50 L56 28" stroke="white" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="40" cy="40" r="38" fill="#F59E0B"/>
3
+ <path d="M40 20 L40 44" stroke="white" stroke-width="6" stroke-linecap="round"/>
4
+ <circle cx="40" cy="56" r="4" fill="white"/>
5
+ </svg>
@@ -0,0 +1,26 @@
1
+ <svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- Phone outline -->
3
+ <rect x="85" y="30" width="130" height="240" rx="20" fill="#F8FAFC" stroke="#E2E8F0" stroke-width="2"/>
4
+
5
+ <!-- Screen -->
6
+ <rect x="95" y="50" width="110" height="180" rx="4" fill="#1E293B"/>
7
+
8
+ <!-- Face silhouette in screen -->
9
+ <ellipse cx="150" cy="120" rx="35" ry="45" fill="#64748B"/>
10
+
11
+ <!-- Face guide circle -->
12
+ <circle cx="150" cy="120" r="55" stroke="#7C3AED" stroke-width="3" stroke-dasharray="8 4"/>
13
+
14
+ <!-- Shoulders -->
15
+ <path d="M100 200 Q150 170 200 200" stroke="#64748B" stroke-width="20" stroke-linecap="round" fill="none"/>
16
+
17
+ <!-- Camera dot -->
18
+ <circle cx="150" cy="40" r="4" fill="#64748B"/>
19
+
20
+ <!-- Home button -->
21
+ <circle cx="150" cy="250" r="10" stroke="#CBD5E1" stroke-width="2" fill="none"/>
22
+
23
+ <!-- Checkmark badge -->
24
+ <circle cx="220" cy="80" r="24" fill="#10B981"/>
25
+ <path d="M208 80 L216 88 L232 72" stroke="white" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
26
+ </svg>
@@ -0,0 +1,70 @@
1
+ <svg width="280" height="220" viewBox="0 0 280 220" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <!-- Background glow -->
3
+ <defs>
4
+ <linearGradient id="passportGradient" x1="0%" y1="0%" x2="100%" y2="100%">
5
+ <stop offset="0%" style="stop-color:#7C3AED;stop-opacity:1" />
6
+ <stop offset="100%" style="stop-color:#5B21B6;stop-opacity:1" />
7
+ </linearGradient>
8
+ <linearGradient id="cardGradient" x1="0%" y1="0%" x2="100%" y2="100%">
9
+ <stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
10
+ <stop offset="100%" style="stop-color:#F1F5F9;stop-opacity:1" />
11
+ </linearGradient>
12
+ <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
13
+ <feDropShadow dx="0" dy="4" stdDeviation="8" flood-color="#7C3AED" flood-opacity="0.2"/>
14
+ </filter>
15
+ <filter id="cardShadow" x="-20%" y="-20%" width="140%" height="140%">
16
+ <feDropShadow dx="0" dy="4" stdDeviation="6" flood-color="#000000" flood-opacity="0.1"/>
17
+ </filter>
18
+ </defs>
19
+
20
+ <!-- Passport (back, tilted left) -->
21
+ <g transform="translate(50, 40) rotate(-8)">
22
+ <rect x="0" y="0" width="100" height="140" rx="8" fill="url(#passportGradient)" filter="url(#shadow)"/>
23
+ <!-- Passport globe icon -->
24
+ <circle cx="50" cy="55" r="25" stroke="#FFFFFF" stroke-width="2" fill="none" opacity="0.9"/>
25
+ <ellipse cx="50" cy="55" rx="10" ry="25" stroke="#FFFFFF" stroke-width="1.5" fill="none" opacity="0.7"/>
26
+ <line x1="25" y1="55" x2="75" y2="55" stroke="#FFFFFF" stroke-width="1.5" opacity="0.7"/>
27
+ <line x1="50" y1="30" x2="50" y2="80" stroke="#FFFFFF" stroke-width="1.5" opacity="0.7"/>
28
+ <!-- Passport text lines -->
29
+ <rect x="20" y="95" width="60" height="4" rx="2" fill="#FFFFFF" opacity="0.6"/>
30
+ <rect x="25" y="105" width="50" height="3" rx="1.5" fill="#FFFFFF" opacity="0.4"/>
31
+ <rect x="30" y="115" width="40" height="3" rx="1.5" fill="#FFFFFF" opacity="0.3"/>
32
+ </g>
33
+
34
+ <!-- ID Card (front, tilted right) -->
35
+ <g transform="translate(120, 70) rotate(5)">
36
+ <rect x="0" y="0" width="130" height="85" rx="8" fill="url(#cardGradient)" filter="url(#cardShadow)" stroke="#E2E8F0" stroke-width="1"/>
37
+ <!-- Photo placeholder -->
38
+ <rect x="12" y="15" width="35" height="45" rx="4" fill="#E2E8F0"/>
39
+ <circle cx="29.5" cy="30" r="10" fill="#CBD5E1"/>
40
+ <ellipse cx="29.5" cy="50" rx="12" ry="8" fill="#CBD5E1"/>
41
+ <!-- Text lines -->
42
+ <rect x="55" y="18" width="60" height="5" rx="2" fill="#64748B"/>
43
+ <rect x="55" y="28" width="50" height="4" rx="2" fill="#94A3B8"/>
44
+ <rect x="55" y="38" width="55" height="4" rx="2" fill="#94A3B8"/>
45
+ <rect x="55" y="48" width="40" height="4" rx="2" fill="#CBD5E1"/>
46
+ <!-- Barcode -->
47
+ <rect x="12" y="68" width="106" height="8" rx="2" fill="#E2E8F0"/>
48
+ <rect x="14" y="70" width="2" height="4" fill="#64748B"/>
49
+ <rect x="18" y="70" width="1" height="4" fill="#64748B"/>
50
+ <rect x="21" y="70" width="3" height="4" fill="#64748B"/>
51
+ <rect x="26" y="70" width="1" height="4" fill="#64748B"/>
52
+ <rect x="29" y="70" width="2" height="4" fill="#64748B"/>
53
+ <rect x="33" y="70" width="1" height="4" fill="#64748B"/>
54
+ <rect x="36" y="70" width="3" height="4" fill="#64748B"/>
55
+ <rect x="41" y="70" width="2" height="4" fill="#64748B"/>
56
+ <rect x="45" y="70" width="1" height="4" fill="#64748B"/>
57
+ <rect x="48" y="70" width="2" height="4" fill="#64748B"/>
58
+ <rect x="52" y="70" width="3" height="4" fill="#64748B"/>
59
+ <rect x="57" y="70" width="1" height="4" fill="#64748B"/>
60
+ <rect x="60" y="70" width="2" height="4" fill="#64748B"/>
61
+ </g>
62
+
63
+ <!-- Checkmark badge -->
64
+ <g transform="translate(200, 45)">
65
+ <circle cx="22" cy="22" r="22" fill="#10B981" filter="url(#shadow)"/>
66
+ <circle cx="22" cy="22" r="18" fill="#10B981"/>
67
+ <!-- Checkmark -->
68
+ <path d="M14 22 L19 27 L30 16" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
69
+ </g>
70
+ </svg>
@@ -0,0 +1,2 @@
1
+ export * from './main'
2
+ export {}