@fundly.ai/payment-sdk 1.2.2-beta.8 → 1.3.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/dist/assets/index.d.ts +1 -0
  2. package/dist/assets/index.d.ts.map +1 -1
  3. package/dist/components/Reciept.d.ts +1 -0
  4. package/dist/components/Reciept.d.ts.map +1 -1
  5. package/dist/components/bankTransferDrawer.d.ts +11 -0
  6. package/dist/components/bankTransferDrawer.d.ts.map +1 -0
  7. package/dist/components/failureDrawer.d.ts.map +1 -1
  8. package/dist/components/fundlyPayDrawer.d.ts +2 -2
  9. package/dist/components/fundlyPayDrawer.d.ts.map +1 -1
  10. package/dist/components/sucessDrawer.d.ts.map +1 -1
  11. package/dist/components/upiDrawer.d.ts.map +1 -1
  12. package/dist/constants/api.constants.d.ts +2 -0
  13. package/dist/constants/api.constants.d.ts.map +1 -1
  14. package/dist/embed.css +1 -1
  15. package/dist/embed.js +124 -298
  16. package/dist/hooks/usePaymentExecution.d.ts +2 -1
  17. package/dist/hooks/usePaymentExecution.d.ts.map +1 -1
  18. package/dist/index.js +686 -1
  19. package/dist/index.mjs +39094 -14
  20. package/dist/payment-sdk.css +1 -1
  21. package/dist/screens/collection/paymentOptionPage.d.ts.map +1 -1
  22. package/dist/screens/repayment/repaymentPaymentPage.d.ts.map +1 -1
  23. package/dist/sdk/index.d.ts.map +1 -1
  24. package/dist/services/payment/paymentPayloadBuilder.d.ts +4 -1
  25. package/dist/services/payment/paymentPayloadBuilder.d.ts.map +1 -1
  26. package/package.json +2 -3
  27. package/dist/index-B6eqjnE0.js +0 -7368
  28. package/dist/index-CQ0Ze7UL.cjs +0 -241
  29. package/dist/index-ChJPrlAB.js +0 -19947
  30. package/dist/index-CwV5onwf.cjs +0 -1
  31. package/dist/index-D0YB6iJZ.cjs +0 -16
  32. package/dist/index-D7nGTngj.js +0 -26
  33. package/dist/index-DDd6hZC0.cjs +0 -675
  34. package/dist/index-jJCXpqEd.js +0 -16874
@@ -1,26 +0,0 @@
1
- import { g as f } from "./index-ChJPrlAB.js";
2
- import { r as s } from "./index-jJCXpqEd.js";
3
- function c(t, n) {
4
- for (var o = 0; o < n.length; o++) {
5
- const e = n[o];
6
- if (typeof e != "string" && !Array.isArray(e)) {
7
- for (const r in e)
8
- if (r !== "default" && !(r in t)) {
9
- const i = Object.getOwnPropertyDescriptor(e, r);
10
- i && Object.defineProperty(t, r, i.get ? i : {
11
- enumerable: !0,
12
- get: () => e[r]
13
- });
14
- }
15
- }
16
- }
17
- return Object.freeze(Object.defineProperty(t, Symbol.toStringTag, { value: "Module" }));
18
- }
19
- var a = s();
20
- const p = /* @__PURE__ */ f(a), g = /* @__PURE__ */ c({
21
- __proto__: null,
22
- default: p
23
- }, [a]);
24
- export {
25
- g as i
26
- };