@whop/embedded-components-react-js 0.0.12 → 0.0.13-beta.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 (113) hide show
  1. package/dist/chat/elements/chat.d.ts +11 -0
  2. package/dist/chat/elements/chat.js +30 -0
  3. package/dist/chat/elements/chat.js.map +1 -0
  4. package/dist/chat/elements/chat.mjs +8 -0
  5. package/dist/chat/elements/chat.mjs.map +1 -0
  6. package/dist/chat/elements/dms-list.d.ts +11 -0
  7. package/dist/chat/elements/dms-list.js +30 -0
  8. package/dist/chat/elements/dms-list.js.map +1 -0
  9. package/dist/chat/elements/dms-list.mjs +8 -0
  10. package/dist/chat/elements/dms-list.mjs.map +1 -0
  11. package/dist/chat/elements/index.d.ts +5 -0
  12. package/dist/chat/elements/index.js +27 -0
  13. package/dist/chat/elements/index.js.map +1 -0
  14. package/dist/chat/elements/index.mjs +4 -0
  15. package/dist/chat/elements/index.mjs.map +1 -0
  16. package/dist/chat/index.d.ts +6 -0
  17. package/dist/chat/index.js +20 -0
  18. package/dist/chat/index.js.map +1 -0
  19. package/dist/chat/index.mjs +2 -0
  20. package/dist/chat/index.mjs.map +1 -0
  21. package/dist/chat/session.d.ts +11 -0
  22. package/dist/chat/session.js +69 -0
  23. package/dist/chat/session.js.map +1 -0
  24. package/dist/chat/session.mjs +46 -0
  25. package/dist/chat/session.mjs.map +1 -0
  26. package/dist/chat/use-session-ref.d.ts +8 -0
  27. package/dist/chat/use-session-ref.js +29 -0
  28. package/dist/chat/use-session-ref.js.map +1 -0
  29. package/dist/chat/use-session-ref.mjs +7 -0
  30. package/dist/chat/use-session-ref.mjs.map +1 -0
  31. package/dist/chat/with-fallback.d.ts +55 -0
  32. package/dist/chat/with-fallback.js +85 -0
  33. package/dist/chat/with-fallback.js.map +1 -0
  34. package/dist/chat/with-fallback.mjs +58 -0
  35. package/dist/chat/with-fallback.mjs.map +1 -0
  36. package/dist/index.d.ts +6 -1
  37. package/dist/index.js +2 -0
  38. package/dist/index.js.map +1 -1
  39. package/dist/index.mjs +2 -0
  40. package/dist/index.mjs.map +1 -1
  41. package/dist/payouts/elements/add-payout-method.d.ts +1 -1
  42. package/dist/payouts/elements/add-payout-method.js +1 -1
  43. package/dist/payouts/elements/add-payout-method.js.map +1 -1
  44. package/dist/payouts/elements/add-payout-method.mjs +1 -1
  45. package/dist/payouts/elements/add-payout-method.mjs.map +1 -1
  46. package/dist/payouts/elements/automatic-withdraw.d.ts +1 -1
  47. package/dist/payouts/elements/automatic-withdraw.js +1 -1
  48. package/dist/payouts/elements/automatic-withdraw.js.map +1 -1
  49. package/dist/payouts/elements/automatic-withdraw.mjs +1 -1
  50. package/dist/payouts/elements/automatic-withdraw.mjs.map +1 -1
  51. package/dist/payouts/elements/balance.d.ts +1 -1
  52. package/dist/payouts/elements/balance.js +1 -1
  53. package/dist/payouts/elements/balance.js.map +1 -1
  54. package/dist/payouts/elements/balance.mjs +1 -1
  55. package/dist/payouts/elements/balance.mjs.map +1 -1
  56. package/dist/payouts/elements/bnpl-reserve-balance-breakdown.d.ts +1 -1
  57. package/dist/payouts/elements/bnpl-reserve-balance-breakdown.js +1 -1
  58. package/dist/payouts/elements/bnpl-reserve-balance-breakdown.js.map +1 -1
  59. package/dist/payouts/elements/bnpl-reserve-balance-breakdown.mjs +1 -1
  60. package/dist/payouts/elements/bnpl-reserve-balance-breakdown.mjs.map +1 -1
  61. package/dist/payouts/elements/change-account-country.d.ts +1 -1
  62. package/dist/payouts/elements/change-account-country.js +1 -1
  63. package/dist/payouts/elements/change-account-country.js.map +1 -1
  64. package/dist/payouts/elements/change-account-country.mjs +1 -1
  65. package/dist/payouts/elements/change-account-country.mjs.map +1 -1
  66. package/dist/payouts/elements/generate-withdrawal-receipt.d.ts +1 -1
  67. package/dist/payouts/elements/generate-withdrawal-receipt.js +1 -1
  68. package/dist/payouts/elements/generate-withdrawal-receipt.js.map +1 -1
  69. package/dist/payouts/elements/generate-withdrawal-receipt.mjs +1 -1
  70. package/dist/payouts/elements/generate-withdrawal-receipt.mjs.map +1 -1
  71. package/dist/payouts/elements/index.d.ts +1 -1
  72. package/dist/payouts/elements/regular-reserve-balance-breakdown.d.ts +1 -1
  73. package/dist/payouts/elements/regular-reserve-balance-breakdown.js +1 -1
  74. package/dist/payouts/elements/regular-reserve-balance-breakdown.js.map +1 -1
  75. package/dist/payouts/elements/regular-reserve-balance-breakdown.mjs +1 -1
  76. package/dist/payouts/elements/regular-reserve-balance-breakdown.mjs.map +1 -1
  77. package/dist/payouts/elements/reset-account.d.ts +1 -1
  78. package/dist/payouts/elements/reset-account.js +1 -1
  79. package/dist/payouts/elements/reset-account.js.map +1 -1
  80. package/dist/payouts/elements/reset-account.mjs +1 -1
  81. package/dist/payouts/elements/reset-account.mjs.map +1 -1
  82. package/dist/payouts/elements/total-balance-breakdown.d.ts +1 -1
  83. package/dist/payouts/elements/total-balance-breakdown.js +1 -1
  84. package/dist/payouts/elements/total-balance-breakdown.js.map +1 -1
  85. package/dist/payouts/elements/total-balance-breakdown.mjs +1 -1
  86. package/dist/payouts/elements/total-balance-breakdown.mjs.map +1 -1
  87. package/dist/payouts/elements/verify.d.ts +1 -1
  88. package/dist/payouts/elements/verify.js +1 -1
  89. package/dist/payouts/elements/verify.js.map +1 -1
  90. package/dist/payouts/elements/verify.mjs +1 -1
  91. package/dist/payouts/elements/verify.mjs.map +1 -1
  92. package/dist/payouts/elements/withdraw-button.d.ts +1 -1
  93. package/dist/payouts/elements/withdraw-button.js +1 -1
  94. package/dist/payouts/elements/withdraw-button.js.map +1 -1
  95. package/dist/payouts/elements/withdraw-button.mjs +1 -1
  96. package/dist/payouts/elements/withdraw-button.mjs.map +1 -1
  97. package/dist/payouts/elements/withdrawal-breakdown.d.ts +1 -1
  98. package/dist/payouts/elements/withdrawal-breakdown.js +1 -1
  99. package/dist/payouts/elements/withdrawal-breakdown.js.map +1 -1
  100. package/dist/payouts/elements/withdrawal-breakdown.mjs +1 -1
  101. package/dist/payouts/elements/withdrawal-breakdown.mjs.map +1 -1
  102. package/dist/payouts/elements/withdrawals.d.ts +1 -1
  103. package/dist/payouts/elements/withdrawals.js +1 -1
  104. package/dist/payouts/elements/withdrawals.js.map +1 -1
  105. package/dist/payouts/elements/withdrawals.mjs +1 -1
  106. package/dist/payouts/elements/withdrawals.mjs.map +1 -1
  107. package/dist/payouts/index.d.ts +1 -1
  108. package/dist/{lib → payouts}/with-fallback.js +2 -2
  109. package/dist/{lib → payouts}/with-fallback.js.map +1 -1
  110. package/dist/{lib → payouts}/with-fallback.mjs +2 -2
  111. package/dist/{lib → payouts}/with-fallback.mjs.map +1 -1
  112. package/package.json +2 -2
  113. /package/dist/{lib → payouts}/with-fallback.d.ts +0 -0
package/dist/index.d.ts CHANGED
@@ -14,7 +14,12 @@ export { BnplReserveBalanceBreakdownElement } from './payouts/elements/bnpl-rese
14
14
  export { GenerateWithdrawalReceiptElement } from './payouts/elements/generate-withdrawal-receipt.js';
15
15
  export { StatusBannerElement } from './payouts/elements/status-banner.js';
16
16
  export { usePayoutsSessionRef } from './payouts/use-session-ref.js';
17
+ export { ChatElement } from './chat/elements/chat.js';
18
+ export { DmsListElement } from './chat/elements/dms-list.js';
19
+ export { ChatSession, useChatSession } from './chat/session.js';
20
+ export { useChatSessionRef } from './chat/use-session-ref.js';
17
21
  export { Elements, useElements } from './provider.js';
18
22
  import '@whop/embedded-components-vanilla-js/types';
19
23
  import 'react';
20
- import './lib/with-fallback.js';
24
+ import './payouts/with-fallback.js';
25
+ import './chat/with-fallback.js';
package/dist/index.js CHANGED
@@ -17,5 +17,7 @@ var index_exports = {};
17
17
  module.exports = __toCommonJS(index_exports);
18
18
  __reExport(index_exports, require("./payouts"), module.exports);
19
19
  __reExport(index_exports, require("./payouts/use-session-ref"), module.exports);
20
+ __reExport(index_exports, require("./chat"), module.exports);
21
+ __reExport(index_exports, require("./chat/use-session-ref"), module.exports);
20
22
  __reExport(index_exports, require("./provider"), module.exports);
21
23
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from \"./payouts\";\nexport * from \"./payouts/use-session-ref\";\nexport * from \"./provider\";\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,0BAAc,sBAAd;AACA,0BAAc,sCADd;AAEA,0BAAc,uBAFd;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// Payouts\nexport * from \"./payouts\";\nexport * from \"./payouts/use-session-ref\";\n\n// Chat\nexport * from \"./chat\";\nexport * from \"./chat/use-session-ref\";\n\nexport * from \"./provider\";\n"],"mappings":";;;;;;;;;;;;;;;AAAA;AAAA;AACA,0BAAc,sBADd;AAEA,0BAAc,sCAFd;AAKA,0BAAc,mBALd;AAMA,0BAAc,mCANd;AAQA,0BAAc,uBARd;","names":[]}
package/dist/index.mjs CHANGED
@@ -1,3 +1,5 @@
1
1
  export * from "./payouts/index.mjs";
2
2
  export * from "./payouts/use-session-ref.mjs";
3
+ export * from "./chat/index.mjs";
4
+ export * from "./chat/use-session-ref.mjs";
3
5
  export * from "./provider.mjs";
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from \"./payouts\";\nexport * from \"./payouts/use-session-ref\";\nexport * from \"./provider\";\n"],"mappings":"AAAA,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["// Payouts\nexport * from \"./payouts\";\nexport * from \"./payouts/use-session-ref\";\n\n// Chat\nexport * from \"./chat\";\nexport * from \"./chat/use-session-ref\";\n\nexport * from \"./provider\";\n"],"mappings":"AACA,cAAc;AACd,cAAc;AAGd,cAAc;AACd,cAAc;AAEd,cAAc;","names":[]}
@@ -1,4 +1,4 @@
1
- import { WithFallbackPropsOptional } from '../../lib/with-fallback.js';
1
+ import { WithFallbackPropsOptional } from '../with-fallback.js';
2
2
  import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types';
3
3
  import 'react';
4
4
 
@@ -22,7 +22,7 @@ __export(add_payout_method_exports, {
22
22
  AddPayoutMethodElement: () => AddPayoutMethodElement
23
23
  });
24
24
  module.exports = __toCommonJS(add_payout_method_exports);
25
- var import_with_fallback = require("../../lib/with-fallback");
25
+ var import_with_fallback = require("../with-fallback");
26
26
  const AddPayoutMethodElement = (0, import_with_fallback.withFallback)({
27
27
  displayName: "AddPayoutMethodElement",
28
28
  type: "add-payout-method-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/add-payout-method.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const AddPayoutMethodElement = withFallback({\n\tdisplayName: \"AddPayoutMethodElement\",\n\ttype: \"add-payout-method-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,6BAAyB,mCAAa;AAAA,EAClD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/add-payout-method.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const AddPayoutMethodElement = withFallback({\n\tdisplayName: \"AddPayoutMethodElement\",\n\ttype: \"add-payout-method-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,6BAAyB,mCAAa;AAAA,EAClD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "../../chunk-NSSMTXJJ.mjs";
3
- import { withFallback } from "../../lib/with-fallback.mjs";
3
+ import { withFallback } from "../with-fallback.mjs";
4
4
  const AddPayoutMethodElement = withFallback({
5
5
  displayName: "AddPayoutMethodElement",
6
6
  type: "add-payout-method-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/add-payout-method.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const AddPayoutMethodElement = withFallback({\n\tdisplayName: \"AddPayoutMethodElement\",\n\ttype: \"add-payout-method-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,yBAAyB,aAAa;AAAA,EAClD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/add-payout-method.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const AddPayoutMethodElement = withFallback({\n\tdisplayName: \"AddPayoutMethodElement\",\n\ttype: \"add-payout-method-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,yBAAyB,aAAa;AAAA,EAClD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,4 +1,4 @@
1
- import { WithFallbackPropsOptional } from '../../lib/with-fallback.js';
1
+ import { WithFallbackPropsOptional } from '../with-fallback.js';
2
2
  import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types';
3
3
  import 'react';
4
4
 
@@ -22,7 +22,7 @@ __export(automatic_withdraw_exports, {
22
22
  AutomaticWithdrawElement: () => AutomaticWithdrawElement
23
23
  });
24
24
  module.exports = __toCommonJS(automatic_withdraw_exports);
25
- var import_with_fallback = require("../../lib/with-fallback");
25
+ var import_with_fallback = require("../with-fallback");
26
26
  const AutomaticWithdrawElement = (0, import_with_fallback.withFallback)({
27
27
  displayName: "AutomaticWithdrawElement",
28
28
  type: "automatic-withdraw-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/automatic-withdraw.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const AutomaticWithdrawElement = withFallback({\n\tdisplayName: \"AutomaticWithdrawElement\",\n\ttype: \"automatic-withdraw-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,+BAA2B,mCAAa;AAAA,EACpD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/automatic-withdraw.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const AutomaticWithdrawElement = withFallback({\n\tdisplayName: \"AutomaticWithdrawElement\",\n\ttype: \"automatic-withdraw-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,+BAA2B,mCAAa;AAAA,EACpD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "../../chunk-NSSMTXJJ.mjs";
3
- import { withFallback } from "../../lib/with-fallback.mjs";
3
+ import { withFallback } from "../with-fallback.mjs";
4
4
  const AutomaticWithdrawElement = withFallback({
5
5
  displayName: "AutomaticWithdrawElement",
6
6
  type: "automatic-withdraw-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/automatic-withdraw.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const AutomaticWithdrawElement = withFallback({\n\tdisplayName: \"AutomaticWithdrawElement\",\n\ttype: \"automatic-withdraw-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,2BAA2B,aAAa;AAAA,EACpD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/automatic-withdraw.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const AutomaticWithdrawElement = withFallback({\n\tdisplayName: \"AutomaticWithdrawElement\",\n\ttype: \"automatic-withdraw-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,2BAA2B,aAAa;AAAA,EACpD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,4 +1,4 @@
1
- import { WithFallbackPropsOptional } from '../../lib/with-fallback.js';
1
+ import { WithFallbackPropsOptional } from '../with-fallback.js';
2
2
  import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types';
3
3
  import 'react';
4
4
 
@@ -22,7 +22,7 @@ __export(balance_exports, {
22
22
  BalanceElement: () => BalanceElement
23
23
  });
24
24
  module.exports = __toCommonJS(balance_exports);
25
- var import_with_fallback = require("../../lib/with-fallback");
25
+ var import_with_fallback = require("../with-fallback");
26
26
  const BalanceElement = (0, import_with_fallback.withFallback)({
27
27
  displayName: "BalanceElement",
28
28
  type: "balance-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/balance.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\n// Options type is automatically inferred from \"balance-element\"\nexport const BalanceElement = withFallback({\n\tdisplayName: \"BalanceElement\",\n\ttype: \"balance-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAGtB,MAAM,qBAAiB,mCAAa;AAAA,EAC1C,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/balance.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\n// Options type is automatically inferred from \"balance-element\"\nexport const BalanceElement = withFallback({\n\tdisplayName: \"BalanceElement\",\n\ttype: \"balance-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAGtB,MAAM,qBAAiB,mCAAa;AAAA,EAC1C,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "../../chunk-NSSMTXJJ.mjs";
3
- import { withFallback } from "../../lib/with-fallback.mjs";
3
+ import { withFallback } from "../with-fallback.mjs";
4
4
  const BalanceElement = withFallback({
5
5
  displayName: "BalanceElement",
6
6
  type: "balance-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/balance.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\n// Options type is automatically inferred from \"balance-element\"\nexport const BalanceElement = withFallback({\n\tdisplayName: \"BalanceElement\",\n\ttype: \"balance-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAGtB,MAAM,iBAAiB,aAAa;AAAA,EAC1C,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/balance.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\n// Options type is automatically inferred from \"balance-element\"\nexport const BalanceElement = withFallback({\n\tdisplayName: \"BalanceElement\",\n\ttype: \"balance-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAGtB,MAAM,iBAAiB,aAAa;AAAA,EAC1C,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,4 +1,4 @@
1
- import { WithFallbackPropsOptional } from '../../lib/with-fallback.js';
1
+ import { WithFallbackPropsOptional } from '../with-fallback.js';
2
2
  import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types';
3
3
  import 'react';
4
4
 
@@ -22,7 +22,7 @@ __export(bnpl_reserve_balance_breakdown_exports, {
22
22
  BnplReserveBalanceBreakdownElement: () => BnplReserveBalanceBreakdownElement
23
23
  });
24
24
  module.exports = __toCommonJS(bnpl_reserve_balance_breakdown_exports);
25
- var import_with_fallback = require("../../lib/with-fallback");
25
+ var import_with_fallback = require("../with-fallback");
26
26
  const BnplReserveBalanceBreakdownElement = (0, import_with_fallback.withFallback)({
27
27
  displayName: "BnplReserveBalanceBreakdownElement",
28
28
  type: "bnpl-reserve-balance-breakdown-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/bnpl-reserve-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const BnplReserveBalanceBreakdownElement = withFallback({\n\tdisplayName: \"BnplReserveBalanceBreakdownElement\",\n\ttype: \"bnpl-reserve-balance-breakdown-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,yCAAqC,mCAAa;AAAA,EAC9D,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/bnpl-reserve-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const BnplReserveBalanceBreakdownElement = withFallback({\n\tdisplayName: \"BnplReserveBalanceBreakdownElement\",\n\ttype: \"bnpl-reserve-balance-breakdown-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,yCAAqC,mCAAa;AAAA,EAC9D,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "../../chunk-NSSMTXJJ.mjs";
3
- import { withFallback } from "../../lib/with-fallback.mjs";
3
+ import { withFallback } from "../with-fallback.mjs";
4
4
  const BnplReserveBalanceBreakdownElement = withFallback({
5
5
  displayName: "BnplReserveBalanceBreakdownElement",
6
6
  type: "bnpl-reserve-balance-breakdown-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/bnpl-reserve-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const BnplReserveBalanceBreakdownElement = withFallback({\n\tdisplayName: \"BnplReserveBalanceBreakdownElement\",\n\ttype: \"bnpl-reserve-balance-breakdown-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,qCAAqC,aAAa;AAAA,EAC9D,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/bnpl-reserve-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const BnplReserveBalanceBreakdownElement = withFallback({\n\tdisplayName: \"BnplReserveBalanceBreakdownElement\",\n\ttype: \"bnpl-reserve-balance-breakdown-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,qCAAqC,aAAa;AAAA,EAC9D,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,4 +1,4 @@
1
- import { WithFallbackPropsOptional } from '../../lib/with-fallback.js';
1
+ import { WithFallbackPropsOptional } from '../with-fallback.js';
2
2
  import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types';
3
3
  import 'react';
4
4
 
@@ -22,7 +22,7 @@ __export(change_account_country_exports, {
22
22
  ChangeAccountCountryElement: () => ChangeAccountCountryElement
23
23
  });
24
24
  module.exports = __toCommonJS(change_account_country_exports);
25
- var import_with_fallback = require("../../lib/with-fallback");
25
+ var import_with_fallback = require("../with-fallback");
26
26
  const ChangeAccountCountryElement = (0, import_with_fallback.withFallback)({
27
27
  displayName: "ChangeAccountCountryElement",
28
28
  type: "change-account-country-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/change-account-country.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const ChangeAccountCountryElement = withFallback({\n\tdisplayName: \"ChangeAccountCountryElement\",\n\ttype: \"change-account-country-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,kCAA8B,mCAAa;AAAA,EACvD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/change-account-country.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const ChangeAccountCountryElement = withFallback({\n\tdisplayName: \"ChangeAccountCountryElement\",\n\ttype: \"change-account-country-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,kCAA8B,mCAAa;AAAA,EACvD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "../../chunk-NSSMTXJJ.mjs";
3
- import { withFallback } from "../../lib/with-fallback.mjs";
3
+ import { withFallback } from "../with-fallback.mjs";
4
4
  const ChangeAccountCountryElement = withFallback({
5
5
  displayName: "ChangeAccountCountryElement",
6
6
  type: "change-account-country-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/change-account-country.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const ChangeAccountCountryElement = withFallback({\n\tdisplayName: \"ChangeAccountCountryElement\",\n\ttype: \"change-account-country-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,8BAA8B,aAAa;AAAA,EACvD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/change-account-country.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const ChangeAccountCountryElement = withFallback({\n\tdisplayName: \"ChangeAccountCountryElement\",\n\ttype: \"change-account-country-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,8BAA8B,aAAa;AAAA,EACvD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,4 +1,4 @@
1
- import { WithFallbackPropsRequired } from '../../lib/with-fallback.js';
1
+ import { WithFallbackPropsRequired } from '../with-fallback.js';
2
2
  import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types';
3
3
  import 'react';
4
4
 
@@ -22,7 +22,7 @@ __export(generate_withdrawal_receipt_exports, {
22
22
  GenerateWithdrawalReceiptElement: () => GenerateWithdrawalReceiptElement
23
23
  });
24
24
  module.exports = __toCommonJS(generate_withdrawal_receipt_exports);
25
- var import_with_fallback = require("../../lib/with-fallback");
25
+ var import_with_fallback = require("../with-fallback");
26
26
  const GenerateWithdrawalReceiptElement = (0, import_with_fallback.withFallback)({
27
27
  displayName: "GenerateWithdrawalReceiptElement",
28
28
  type: "generate-withdrawal-receipt-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/generate-withdrawal-receipt.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const GenerateWithdrawalReceiptElement = withFallback<\n\t\"generate-withdrawal-receipt-element\",\n\ttrue\n>({\n\tdisplayName: \"GenerateWithdrawalReceiptElement\",\n\ttype: \"generate-withdrawal-receipt-element\",\n});\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,uCAAmC,mCAG9C;AAAA,EACD,aAAa;AAAA,EACb,MAAM;AACP,CAAC;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/generate-withdrawal-receipt.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const GenerateWithdrawalReceiptElement = withFallback<\n\t\"generate-withdrawal-receipt-element\",\n\ttrue\n>({\n\tdisplayName: \"GenerateWithdrawalReceiptElement\",\n\ttype: \"generate-withdrawal-receipt-element\",\n});\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,uCAAmC,mCAG9C;AAAA,EACD,aAAa;AAAA,EACb,MAAM;AACP,CAAC;","names":[]}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "../../chunk-NSSMTXJJ.mjs";
3
- import { withFallback } from "../../lib/with-fallback.mjs";
3
+ import { withFallback } from "../with-fallback.mjs";
4
4
  const GenerateWithdrawalReceiptElement = withFallback({
5
5
  displayName: "GenerateWithdrawalReceiptElement",
6
6
  type: "generate-withdrawal-receipt-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/generate-withdrawal-receipt.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const GenerateWithdrawalReceiptElement = withFallback<\n\t\"generate-withdrawal-receipt-element\",\n\ttrue\n>({\n\tdisplayName: \"GenerateWithdrawalReceiptElement\",\n\ttype: \"generate-withdrawal-receipt-element\",\n});\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,mCAAmC,aAG9C;AAAA,EACD,aAAa;AAAA,EACb,MAAM;AACP,CAAC;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/generate-withdrawal-receipt.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const GenerateWithdrawalReceiptElement = withFallback<\n\t\"generate-withdrawal-receipt-element\",\n\ttrue\n>({\n\tdisplayName: \"GenerateWithdrawalReceiptElement\",\n\ttype: \"generate-withdrawal-receipt-element\",\n});\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,mCAAmC,aAG9C;AAAA,EACD,aAAa;AAAA,EACb,MAAM;AACP,CAAC;","names":[]}
@@ -12,6 +12,6 @@ export { RegularReserveBalanceBreakdownElement } from './regular-reserve-balance
12
12
  export { BnplReserveBalanceBreakdownElement } from './bnpl-reserve-balance-breakdown.js';
13
13
  export { GenerateWithdrawalReceiptElement } from './generate-withdrawal-receipt.js';
14
14
  export { StatusBannerElement } from './status-banner.js';
15
- import '../../lib/with-fallback.js';
15
+ import '../with-fallback.js';
16
16
  import '@whop/embedded-components-vanilla-js/types';
17
17
  import 'react';
@@ -1,4 +1,4 @@
1
- import { WithFallbackPropsOptional } from '../../lib/with-fallback.js';
1
+ import { WithFallbackPropsOptional } from '../with-fallback.js';
2
2
  import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types';
3
3
  import 'react';
4
4
 
@@ -22,7 +22,7 @@ __export(regular_reserve_balance_breakdown_exports, {
22
22
  RegularReserveBalanceBreakdownElement: () => RegularReserveBalanceBreakdownElement
23
23
  });
24
24
  module.exports = __toCommonJS(regular_reserve_balance_breakdown_exports);
25
- var import_with_fallback = require("../../lib/with-fallback");
25
+ var import_with_fallback = require("../with-fallback");
26
26
  const RegularReserveBalanceBreakdownElement = (0, import_with_fallback.withFallback)({
27
27
  displayName: "RegularReserveBalanceBreakdownElement",
28
28
  type: "regular-reserve-balance-breakdown-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/regular-reserve-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const RegularReserveBalanceBreakdownElement = withFallback({\n\tdisplayName: \"RegularReserveBalanceBreakdownElement\",\n\ttype: \"regular-reserve-balance-breakdown-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,4CAAwC,mCAAa;AAAA,EACjE,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/regular-reserve-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const RegularReserveBalanceBreakdownElement = withFallback({\n\tdisplayName: \"RegularReserveBalanceBreakdownElement\",\n\ttype: \"regular-reserve-balance-breakdown-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,4CAAwC,mCAAa;AAAA,EACjE,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "../../chunk-NSSMTXJJ.mjs";
3
- import { withFallback } from "../../lib/with-fallback.mjs";
3
+ import { withFallback } from "../with-fallback.mjs";
4
4
  const RegularReserveBalanceBreakdownElement = withFallback({
5
5
  displayName: "RegularReserveBalanceBreakdownElement",
6
6
  type: "regular-reserve-balance-breakdown-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/regular-reserve-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const RegularReserveBalanceBreakdownElement = withFallback({\n\tdisplayName: \"RegularReserveBalanceBreakdownElement\",\n\ttype: \"regular-reserve-balance-breakdown-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,wCAAwC,aAAa;AAAA,EACjE,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/regular-reserve-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const RegularReserveBalanceBreakdownElement = withFallback({\n\tdisplayName: \"RegularReserveBalanceBreakdownElement\",\n\ttype: \"regular-reserve-balance-breakdown-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,wCAAwC,aAAa;AAAA,EACjE,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,4 +1,4 @@
1
- import { WithFallbackPropsOptional } from '../../lib/with-fallback.js';
1
+ import { WithFallbackPropsOptional } from '../with-fallback.js';
2
2
  import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types';
3
3
  import 'react';
4
4
 
@@ -22,7 +22,7 @@ __export(reset_account_exports, {
22
22
  ResetAccountElement: () => ResetAccountElement
23
23
  });
24
24
  module.exports = __toCommonJS(reset_account_exports);
25
- var import_with_fallback = require("../../lib/with-fallback");
25
+ var import_with_fallback = require("../with-fallback");
26
26
  const ResetAccountElement = (0, import_with_fallback.withFallback)({
27
27
  displayName: "ResetAccountElement",
28
28
  type: "reset-account-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/reset-account.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const ResetAccountElement = withFallback({\n\tdisplayName: \"ResetAccountElement\",\n\ttype: \"reset-account-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,0BAAsB,mCAAa;AAAA,EAC/C,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/reset-account.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const ResetAccountElement = withFallback({\n\tdisplayName: \"ResetAccountElement\",\n\ttype: \"reset-account-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,0BAAsB,mCAAa;AAAA,EAC/C,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "../../chunk-NSSMTXJJ.mjs";
3
- import { withFallback } from "../../lib/with-fallback.mjs";
3
+ import { withFallback } from "../with-fallback.mjs";
4
4
  const ResetAccountElement = withFallback({
5
5
  displayName: "ResetAccountElement",
6
6
  type: "reset-account-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/reset-account.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const ResetAccountElement = withFallback({\n\tdisplayName: \"ResetAccountElement\",\n\ttype: \"reset-account-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,sBAAsB,aAAa;AAAA,EAC/C,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/reset-account.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const ResetAccountElement = withFallback({\n\tdisplayName: \"ResetAccountElement\",\n\ttype: \"reset-account-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,sBAAsB,aAAa;AAAA,EAC/C,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,4 +1,4 @@
1
- import { WithFallbackPropsOptional } from '../../lib/with-fallback.js';
1
+ import { WithFallbackPropsOptional } from '../with-fallback.js';
2
2
  import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types';
3
3
  import 'react';
4
4
 
@@ -22,7 +22,7 @@ __export(total_balance_breakdown_exports, {
22
22
  TotalBalanceBreakdownElement: () => TotalBalanceBreakdownElement
23
23
  });
24
24
  module.exports = __toCommonJS(total_balance_breakdown_exports);
25
- var import_with_fallback = require("../../lib/with-fallback");
25
+ var import_with_fallback = require("../with-fallback");
26
26
  const TotalBalanceBreakdownElement = (0, import_with_fallback.withFallback)({
27
27
  displayName: "TotalBalanceBreakdownElement",
28
28
  type: "total-balance-breakdown-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/total-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const TotalBalanceBreakdownElement = withFallback({\n\tdisplayName: \"TotalBalanceBreakdownElement\",\n\ttype: \"total-balance-breakdown-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,mCAA+B,mCAAa;AAAA,EACxD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/total-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const TotalBalanceBreakdownElement = withFallback({\n\tdisplayName: \"TotalBalanceBreakdownElement\",\n\ttype: \"total-balance-breakdown-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,mCAA+B,mCAAa;AAAA,EACxD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "../../chunk-NSSMTXJJ.mjs";
3
- import { withFallback } from "../../lib/with-fallback.mjs";
3
+ import { withFallback } from "../with-fallback.mjs";
4
4
  const TotalBalanceBreakdownElement = withFallback({
5
5
  displayName: "TotalBalanceBreakdownElement",
6
6
  type: "total-balance-breakdown-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/total-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const TotalBalanceBreakdownElement = withFallback({\n\tdisplayName: \"TotalBalanceBreakdownElement\",\n\ttype: \"total-balance-breakdown-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,+BAA+B,aAAa;AAAA,EACxD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/total-balance-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const TotalBalanceBreakdownElement = withFallback({\n\tdisplayName: \"TotalBalanceBreakdownElement\",\n\ttype: \"total-balance-breakdown-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,+BAA+B,aAAa;AAAA,EACxD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,4 +1,4 @@
1
- import { WithFallbackPropsOptional } from '../../lib/with-fallback.js';
1
+ import { WithFallbackPropsOptional } from '../with-fallback.js';
2
2
  import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types';
3
3
  import 'react';
4
4
 
@@ -22,7 +22,7 @@ __export(verify_exports, {
22
22
  VerifyElement: () => VerifyElement
23
23
  });
24
24
  module.exports = __toCommonJS(verify_exports);
25
- var import_with_fallback = require("../../lib/with-fallback");
25
+ var import_with_fallback = require("../with-fallback");
26
26
  const VerifyElement = (0, import_with_fallback.withFallback)({
27
27
  displayName: "VerifyElement",
28
28
  type: "verify-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/verify.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const VerifyElement = withFallback({\n\tdisplayName: \"VerifyElement\",\n\ttype: \"verify-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,oBAAgB,mCAAa;AAAA,EACzC,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/verify.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const VerifyElement = withFallback({\n\tdisplayName: \"VerifyElement\",\n\ttype: \"verify-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,oBAAgB,mCAAa;AAAA,EACzC,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "../../chunk-NSSMTXJJ.mjs";
3
- import { withFallback } from "../../lib/with-fallback.mjs";
3
+ import { withFallback } from "../with-fallback.mjs";
4
4
  const VerifyElement = withFallback({
5
5
  displayName: "VerifyElement",
6
6
  type: "verify-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/verify.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const VerifyElement = withFallback({\n\tdisplayName: \"VerifyElement\",\n\ttype: \"verify-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,gBAAgB,aAAa;AAAA,EACzC,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/verify.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const VerifyElement = withFallback({\n\tdisplayName: \"VerifyElement\",\n\ttype: \"verify-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,gBAAgB,aAAa;AAAA,EACzC,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,4 +1,4 @@
1
- import { WithFallbackPropsOptional } from '../../lib/with-fallback.js';
1
+ import { WithFallbackPropsOptional } from '../with-fallback.js';
2
2
  import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types';
3
3
  import 'react';
4
4
 
@@ -22,7 +22,7 @@ __export(withdraw_button_exports, {
22
22
  WithdrawButtonElement: () => WithdrawButtonElement
23
23
  });
24
24
  module.exports = __toCommonJS(withdraw_button_exports);
25
- var import_with_fallback = require("../../lib/with-fallback");
25
+ var import_with_fallback = require("../with-fallback");
26
26
  const WithdrawButtonElement = (0, import_with_fallback.withFallback)({
27
27
  displayName: "WithdrawButtonElement",
28
28
  type: "withdraw-button-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/withdraw-button.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const WithdrawButtonElement = withFallback({\n\tdisplayName: \"WithdrawButtonElement\",\n\ttype: \"withdraw-button-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,4BAAwB,mCAAa;AAAA,EACjD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/withdraw-button.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const WithdrawButtonElement = withFallback({\n\tdisplayName: \"WithdrawButtonElement\",\n\ttype: \"withdraw-button-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,4BAAwB,mCAAa;AAAA,EACjD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "../../chunk-NSSMTXJJ.mjs";
3
- import { withFallback } from "../../lib/with-fallback.mjs";
3
+ import { withFallback } from "../with-fallback.mjs";
4
4
  const WithdrawButtonElement = withFallback({
5
5
  displayName: "WithdrawButtonElement",
6
6
  type: "withdraw-button-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/withdraw-button.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const WithdrawButtonElement = withFallback({\n\tdisplayName: \"WithdrawButtonElement\",\n\ttype: \"withdraw-button-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,wBAAwB,aAAa;AAAA,EACjD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/withdraw-button.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const WithdrawButtonElement = withFallback({\n\tdisplayName: \"WithdrawButtonElement\",\n\ttype: \"withdraw-button-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,wBAAwB,aAAa;AAAA,EACjD,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,4 +1,4 @@
1
- import { WithFallbackPropsRequired } from '../../lib/with-fallback.js';
1
+ import { WithFallbackPropsRequired } from '../with-fallback.js';
2
2
  import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types';
3
3
  import 'react';
4
4
 
@@ -22,7 +22,7 @@ __export(withdrawal_breakdown_exports, {
22
22
  WithdrawalBreakdownElement: () => WithdrawalBreakdownElement
23
23
  });
24
24
  module.exports = __toCommonJS(withdrawal_breakdown_exports);
25
- var import_with_fallback = require("../../lib/with-fallback");
25
+ var import_with_fallback = require("../with-fallback");
26
26
  const WithdrawalBreakdownElement = (0, import_with_fallback.withFallback)({
27
27
  displayName: "WithdrawalBreakdownElement",
28
28
  type: "withdrawal-breakdown-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/withdrawal-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const WithdrawalBreakdownElement = withFallback<\n\t\"withdrawal-breakdown-element\",\n\ttrue\n>({\n\tdisplayName: \"WithdrawalBreakdownElement\",\n\ttype: \"withdrawal-breakdown-element\",\n});\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,iCAA6B,mCAGxC;AAAA,EACD,aAAa;AAAA,EACb,MAAM;AACP,CAAC;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/withdrawal-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const WithdrawalBreakdownElement = withFallback<\n\t\"withdrawal-breakdown-element\",\n\ttrue\n>({\n\tdisplayName: \"WithdrawalBreakdownElement\",\n\ttype: \"withdrawal-breakdown-element\",\n});\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,iCAA6B,mCAGxC;AAAA,EACD,aAAa;AAAA,EACb,MAAM;AACP,CAAC;","names":[]}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "../../chunk-NSSMTXJJ.mjs";
3
- import { withFallback } from "../../lib/with-fallback.mjs";
3
+ import { withFallback } from "../with-fallback.mjs";
4
4
  const WithdrawalBreakdownElement = withFallback({
5
5
  displayName: "WithdrawalBreakdownElement",
6
6
  type: "withdrawal-breakdown-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/withdrawal-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const WithdrawalBreakdownElement = withFallback<\n\t\"withdrawal-breakdown-element\",\n\ttrue\n>({\n\tdisplayName: \"WithdrawalBreakdownElement\",\n\ttype: \"withdrawal-breakdown-element\",\n});\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,6BAA6B,aAGxC;AAAA,EACD,aAAa;AAAA,EACb,MAAM;AACP,CAAC;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/withdrawal-breakdown.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const WithdrawalBreakdownElement = withFallback<\n\t\"withdrawal-breakdown-element\",\n\ttrue\n>({\n\tdisplayName: \"WithdrawalBreakdownElement\",\n\ttype: \"withdrawal-breakdown-element\",\n});\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,6BAA6B,aAGxC;AAAA,EACD,aAAa;AAAA,EACb,MAAM;AACP,CAAC;","names":[]}
@@ -1,4 +1,4 @@
1
- import { WithFallbackPropsOptional } from '../../lib/with-fallback.js';
1
+ import { WithFallbackPropsOptional } from '../with-fallback.js';
2
2
  import * as _whop_embedded_components_vanilla_js_types from '@whop/embedded-components-vanilla-js/types';
3
3
  import 'react';
4
4
 
@@ -22,7 +22,7 @@ __export(withdrawals_exports, {
22
22
  WithdrawalsElement: () => WithdrawalsElement
23
23
  });
24
24
  module.exports = __toCommonJS(withdrawals_exports);
25
- var import_with_fallback = require("../../lib/with-fallback");
25
+ var import_with_fallback = require("../with-fallback");
26
26
  const WithdrawalsElement = (0, import_with_fallback.withFallback)({
27
27
  displayName: "WithdrawalsElement",
28
28
  type: "withdrawals-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/withdrawals.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const WithdrawalsElement = withFallback({\n\tdisplayName: \"WithdrawalsElement\",\n\ttype: \"withdrawals-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,yBAAqB,mCAAa;AAAA,EAC9C,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/withdrawals.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const WithdrawalsElement = withFallback({\n\tdisplayName: \"WithdrawalsElement\",\n\ttype: \"withdrawals-element\",\n} as const);\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,2BAA6B;AAEtB,MAAM,yBAAqB,mCAAa;AAAA,EAC9C,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "../../chunk-NSSMTXJJ.mjs";
3
- import { withFallback } from "../../lib/with-fallback.mjs";
3
+ import { withFallback } from "../with-fallback.mjs";
4
4
  const WithdrawalsElement = withFallback({
5
5
  displayName: "WithdrawalsElement",
6
6
  type: "withdrawals-element"
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/payouts/elements/withdrawals.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../../lib/with-fallback\";\n\nexport const WithdrawalsElement = withFallback({\n\tdisplayName: \"WithdrawalsElement\",\n\ttype: \"withdrawals-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,qBAAqB,aAAa;AAAA,EAC9C,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
1
+ {"version":3,"sources":["../../../src/payouts/elements/withdrawals.tsx"],"sourcesContent":["\"use client\";\n\nimport { withFallback } from \"../with-fallback\";\n\nexport const WithdrawalsElement = withFallback({\n\tdisplayName: \"WithdrawalsElement\",\n\ttype: \"withdrawals-element\",\n} as const);\n"],"mappings":";;AAEA,SAAS,oBAAoB;AAEtB,MAAM,qBAAqB,aAAa;AAAA,EAC9C,aAAa;AAAA,EACb,MAAM;AACP,CAAU;","names":[]}
@@ -15,4 +15,4 @@ export { GenerateWithdrawalReceiptElement } from './elements/generate-withdrawal
15
15
  export { StatusBannerElement } from './elements/status-banner.js';
16
16
  import '@whop/embedded-components-vanilla-js/types';
17
17
  import 'react';
18
- import '../lib/with-fallback.js';
18
+ import './with-fallback.js';