@eka-care/abha-stg 0.1.36 → 0.1.38

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 (117) hide show
  1. package/README.md +4 -4
  2. package/{index.html → dist/index.html} +2 -1
  3. package/dist/sdk/abha/css/abha.css +1 -0
  4. package/dist/sdk/abha/js/abha.js +63 -0
  5. package/package.json +1 -1
  6. package/.turbo/daemon/7f0c6427972069cb-turbo.log.2025-11-12 +0 -0
  7. package/package/styles/pds2/border.ts +0 -69
  8. package/package/styles/pds2/colors.ts +0 -70
  9. package/package/styles/pds2/spacing.ts +0 -1007
  10. package/package/tailwind/tailwind.config.ts +0 -124
  11. package/postcss.config.js +0 -6
  12. package/scripts/build-purged-css.cjs +0 -70
  13. package/src/App.css +0 -0
  14. package/src/App.tsx +0 -43
  15. package/src/api-queries/aorta-go/v3/get-profile-patient.ts +0 -32
  16. package/src/api-queries/aorta-go/v3/get-profiles-phr-user.ts +0 -26
  17. package/src/api-queries/aorta-go/v3/post-auth-init-v2.ts +0 -34
  18. package/src/api-queries/aorta-go/v3/post-auth-logout-v2.ts +0 -32
  19. package/src/api-queries/aorta-go/v3/post-auth-verify-v2.ts +0 -38
  20. package/src/api-queries/aorta-go/v3/post-profile-switch.ts +0 -39
  21. package/src/api-queries/ndhm/get-abdm-register-suggest.ts +0 -37
  22. package/src/api-queries/ndhm/get-pincode-details.ts +0 -28
  23. package/src/api-queries/ndhm/post-abdm-login-init.ts +0 -37
  24. package/src/api-queries/ndhm/post-abdm-login-phr.ts +0 -37
  25. package/src/api-queries/ndhm/post-abdm-login-verify.ts +0 -37
  26. package/src/api-queries/ndhm/post-abdm-profile-eka-link-phr.ts +0 -40
  27. package/src/api-queries/ndhm/post-abdm-profile-eka.ts +0 -66
  28. package/src/api-queries/ndhm/post-abdm-register-abha-number-create-phr.ts +0 -37
  29. package/src/api-queries/ndhm/post-abdm-register-mobile-create-phr.ts +0 -66
  30. package/src/api-queries/ndhm/post-abdm-register-mobile-resend-otp.ts +0 -32
  31. package/src/api-queries/ndhm/post-abdm-register-mobile-verify.ts +0 -38
  32. package/src/api-queries/ndhm/post-abdm-register-phr-check.ts +0 -34
  33. package/src/api-queries/ndhm/post-register-aadhaar-create-phr.ts +0 -37
  34. package/src/api-queries/ndhm/post-register-aadhaar-init.ts +0 -34
  35. package/src/api-queries/ndhm/post-register-aadhaar-mobile-resend-otp.ts +0 -34
  36. package/src/api-queries/ndhm/post-register-aadhaar-mobile-verify.ts +0 -37
  37. package/src/api-queries/ndhm/post-register-aadhaar-resend-otp.ts +0 -34
  38. package/src/api-queries/ndhm/post-register-aadhaar-verify.ts +0 -40
  39. package/src/api-queries/ndhm/post-register-mobile-init.ts +0 -34
  40. package/src/api-queries/use-get-profiles-patient.ts +0 -12
  41. package/src/api-queries/use-get-profiles-phr-user.ts +0 -28
  42. package/src/api-queries/use-post-abdm-login-verify-v1.ts +0 -26
  43. package/src/api-queries/use-post-auth-verify-v2.ts +0 -50
  44. package/src/api-queries/use-post-profile-switch.ts +0 -58
  45. package/src/api-queries/use-post-register-mobile-create-phr.ts +0 -39
  46. package/src/api-queries/user-post-abdm-profile-login-phr.ts +0 -26
  47. package/src/assets/Success.json +0 -1
  48. package/src/assets/react.svg +0 -1
  49. package/src/atoms/button/custom-button.tsx +0 -32
  50. package/src/atoms/button/index.tsx +0 -40
  51. package/src/atoms/button/types.d.ts +0 -31
  52. package/src/atoms/header.tsx +0 -25
  53. package/src/atoms/input-field/index.tsx +0 -63
  54. package/src/atoms/input-field/patient-input-field.tsx +0 -16
  55. package/src/atoms/input-field/types.ts +0 -24
  56. package/src/atoms/pds2-otp-input/index.tsx +0 -35
  57. package/src/atoms/pds2-otp-input/types.d.ts +0 -3
  58. package/src/atoms/single-input-chip/index.tsx +0 -32
  59. package/src/atoms/single-input-chip/types.ts +0 -6
  60. package/src/atoms/spinner.tsx +0 -33
  61. package/src/atoms/text-separator.tsx +0 -11
  62. package/src/atoms/ui/spinner.tsx +0 -75
  63. package/src/constants/constants.ts +0 -376
  64. package/src/fetch-client/index.ts +0 -164
  65. package/src/index.css +0 -152
  66. package/src/main.tsx +0 -374
  67. package/src/molecules/abha/bottom-sheet/bottom-sheet-wrapper.tsx +0 -40
  68. package/src/molecules/abha/bottom-sheet/index.tsx +0 -66
  69. package/src/molecules/abha/spaced-input-component.tsx +0 -168
  70. package/src/molecules/copyright-year.tsx +0 -16
  71. package/src/molecules/exit-popup/index.tsx +0 -101
  72. package/src/molecules/pds2-otp-component/index.tsx +0 -147
  73. package/src/organisms/abha/abha-header.tsx +0 -25
  74. package/src/organisms/abha/abha-stepper.tsx +0 -83
  75. package/src/organisms/abha/error-bottom-sheet.tsx +0 -27
  76. package/src/organisms/abha/otp-card.tsx +0 -99
  77. package/src/organisms/abha/verification-status.tsx +0 -30
  78. package/src/organisms/choose-language/choose-language.tsx +0 -53
  79. package/src/organisms/choose-language/types.ts +0 -10
  80. package/src/organisms/screen-switcher/screen-switcher.tsx +0 -80
  81. package/src/routes/abha-aadhaar-verification-status-screen.tsx +0 -246
  82. package/src/routes/abha-created-screen.tsx +0 -45
  83. package/src/routes/abha-login-otp-verify-screen.tsx +0 -519
  84. package/src/routes/abha-mobile-linking-status-screen.tsx +0 -267
  85. package/src/routes/abha-otp-and-mobile-screen.tsx +0 -435
  86. package/src/routes/abha-phone-number-verification-screen.tsx +0 -388
  87. package/src/routes/create-abha-address-screen.tsx +0 -928
  88. package/src/routes/create-abha-with-aadhaar-screen.tsx +0 -986
  89. package/src/routes/create-eka-profile-screen.tsx +0 -831
  90. package/src/routes/get-all-profiles-screen.tsx +0 -161
  91. package/src/routes/login-or-create-abha-address-screen.tsx +0 -1056
  92. package/src/routes/login-with-abha-screen.tsx +0 -454
  93. package/src/routes/select-abha-from-list-screen.tsx +0 -792
  94. package/src/routes/select-eka-profile-screen.tsx +0 -446
  95. package/src/routes/utils/trackAbhaEvent.ts +0 -41
  96. package/src/stores/auth-abha-store/index.ts +0 -152
  97. package/src/stores/auth-abha-store/types.ts +0 -217
  98. package/src/utils/mock-auth-response.ts +0 -29
  99. package/src/utils/send-event-utils.ts +0 -76
  100. package/src/utils/validations.ts +0 -89
  101. package/src/vite-env.d.ts +0 -1
  102. package/tailwind.config.ts +0 -9
  103. package/tsconfig.json +0 -25
  104. package/tsconfig.node.json +0 -10
  105. package/tsconfig.node.tsbuildinfo +0 -1
  106. package/tsconfig.tsbuildinfo +0 -1
  107. package/vite.config.d.ts +0 -2
  108. package/vite.config.js +0 -30
  109. package/vite.config.ts +0 -35
  110. /package/{public → dist}/images/adhaar.webp +0 -0
  111. /package/{public → dist}/images/at-the-rate.webp +0 -0
  112. /package/{public → dist}/images/avatar.webp +0 -0
  113. /package/{public → dist}/images/ayushman-bharat.webp +0 -0
  114. /package/{public → dist}/images/circle-checkmark.webp +0 -0
  115. /package/{public → dist}/images/link-abha.webp +0 -0
  116. /package/{public → dist}/images/national-authority.webp +0 -0
  117. /package/{public → dist}/images/three-dots.webp +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes