@saasquatch/mint-components 1.15.4 → 1.15.5-0

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 (110) hide show
  1. package/dist/cjs/{ShadowViewAddon-e9dc77e3.js → ShadowViewAddon-28865623.js} +2 -2
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/mint-components.cjs.js +1 -1
  4. package/dist/cjs/sqm-banking-info-form_17.cjs.entry.js +265 -193
  5. package/dist/cjs/{sqm-base-registration-form-view-66f99821.js → sqm-base-registration-form-view-8029d30e.js} +4 -9
  6. package/dist/cjs/sqm-big-stat_43.cjs.entry.js +143 -10
  7. package/dist/cjs/{sqm-invoice-table-view-5c74607f.js → sqm-invoice-table-view-3f60fba9.js} +1 -0
  8. package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +19 -28
  9. package/dist/cjs/sqm-stencilbook.cjs.entry.js +5 -8
  10. package/dist/cjs/{usePayoutStatus-733ef29a.js → usePayoutStatus-fc4e609e.js} +167 -2
  11. package/dist/collection/components/sqm-base-registration/BaseRegistrationForm.stories.js +2 -2
  12. package/dist/collection/components/sqm-base-registration/sqm-base-registration-form-view.js +4 -9
  13. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +1 -1
  14. package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +1 -1
  15. package/dist/collection/components/sqm-input-field/sqm-input-field.js +1 -1
  16. package/dist/collection/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.js +1 -1
  17. package/dist/collection/components/sqm-name-fields/NameFields.stories.js +0 -2
  18. package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +3 -3
  19. package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +1 -31
  20. package/dist/collection/components/sqm-name-fields/useNameFields.js +0 -1
  21. package/dist/collection/components/sqm-password-field/sqm-password-field.js +2 -2
  22. package/dist/collection/components/sqm-portal-google-registration-form/PortalGoogleRegistrationForm.stories.js +0 -1
  23. package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +5 -7
  24. package/dist/collection/components/sqm-portal-google-registration-form/usePortalGoogleRegistrationForm.js +15 -22
  25. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +1 -0
  26. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +87 -1
  27. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +327 -0
  28. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +27 -3
  29. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +300 -0
  30. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +85 -1
  31. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +300 -0
  32. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.js +23 -12
  33. package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +1 -1
  34. package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +19 -4
  35. package/dist/esm/{ShadowViewAddon-e0d5f1c9.js → ShadowViewAddon-f2176779.js} +2 -2
  36. package/dist/esm/loader.js +1 -1
  37. package/dist/esm/mint-components.js +1 -1
  38. package/dist/esm/sqm-banking-info-form_17.entry.js +218 -146
  39. package/dist/esm/{sqm-base-registration-form-view-d81e316a.js → sqm-base-registration-form-view-dafba287.js} +4 -9
  40. package/dist/esm/sqm-big-stat_43.entry.js +143 -10
  41. package/dist/esm/{sqm-invoice-table-view-3491dd80.js → sqm-invoice-table-view-01453fa3.js} +1 -0
  42. package/dist/esm/sqm-portal-google-registration-form.entry.js +19 -28
  43. package/dist/esm/sqm-stencilbook.entry.js +5 -8
  44. package/dist/esm/{usePayoutStatus-b89e8c49.js → usePayoutStatus-b4bdbfa7.js} +154 -4
  45. package/dist/esm-es5/{ShadowViewAddon-e0d5f1c9.js → ShadowViewAddon-f2176779.js} +1 -1
  46. package/dist/esm-es5/loader.js +1 -1
  47. package/dist/esm-es5/mint-components.js +1 -1
  48. package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
  49. package/dist/esm-es5/sqm-base-registration-form-view-dafba287.js +1 -0
  50. package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
  51. package/dist/esm-es5/sqm-invoice-table-view-01453fa3.js +1 -0
  52. package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
  53. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  54. package/dist/esm-es5/usePayoutStatus-b4bdbfa7.js +6 -0
  55. package/dist/mint-components/mint-components.esm.js +1 -1
  56. package/dist/mint-components/{p-3ac8613d.system.entry.js → p-02832118.system.entry.js} +1 -1
  57. package/dist/mint-components/{p-d15b642f.system.js → p-0d939b73.system.js} +1 -1
  58. package/dist/mint-components/p-2651ef99.system.js +1 -0
  59. package/dist/mint-components/p-28131538.entry.js +109 -0
  60. package/dist/mint-components/p-35701119.js +1 -0
  61. package/dist/mint-components/p-37996351.system.js +1 -1
  62. package/dist/mint-components/{p-1edebab1.entry.js → p-4a731079.entry.js} +2 -2
  63. package/dist/mint-components/p-59fe6066.js +1 -0
  64. package/dist/mint-components/p-86a5db85.system.js +1 -0
  65. package/dist/mint-components/p-93db61eb.system.js +6 -0
  66. package/dist/mint-components/p-9c4f4cd6.entry.js +1 -0
  67. package/dist/mint-components/p-a3647f70.system.entry.js +1 -0
  68. package/dist/mint-components/p-a4f494ee.system.entry.js +1 -0
  69. package/dist/mint-components/p-b24fae32.system.entry.js +1 -0
  70. package/dist/mint-components/{p-3b6dccec.js → p-c1b074b6.js} +1 -1
  71. package/dist/mint-components/p-e3deed72.entry.js +273 -0
  72. package/dist/mint-components/p-fde41ad1.js +157 -0
  73. package/dist/types/components/sqm-base-registration/sqm-base-registration-form-view.d.ts +1 -2
  74. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +1 -1
  75. package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +1 -1
  76. package/dist/types/components/sqm-input-field/sqm-input-field.d.ts +1 -1
  77. package/dist/types/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.d.ts +1 -1
  78. package/dist/types/components/sqm-name-fields/sqm-name-fields-view.d.ts +0 -1
  79. package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +0 -5
  80. package/dist/types/components/sqm-name-fields/useNameFields.d.ts +0 -1
  81. package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +1 -1
  82. package/dist/types/components/sqm-portal-google-registration-form/usePortalGoogleRegistrationForm.d.ts +1 -2
  83. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +14 -0
  84. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +53 -0
  85. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +2 -1
  86. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +48 -0
  87. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +12 -0
  88. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +48 -0
  89. package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form-view.d.ts +2 -0
  90. package/dist/types/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.d.ts +1 -0
  91. package/dist/types/components.d.ts +296 -10
  92. package/docs/docs.docx +0 -0
  93. package/docs/raisins.json +1 -1
  94. package/grapesjs/grapesjs.js +1 -1
  95. package/package.json +1 -1
  96. package/dist/esm-es5/sqm-base-registration-form-view-d81e316a.js +0 -1
  97. package/dist/esm-es5/sqm-invoice-table-view-3491dd80.js +0 -1
  98. package/dist/esm-es5/usePayoutStatus-b89e8c49.js +0 -6
  99. package/dist/mint-components/p-021b0540.js +0 -46
  100. package/dist/mint-components/p-3d73cd84.entry.js +0 -220
  101. package/dist/mint-components/p-49932f12.system.js +0 -1
  102. package/dist/mint-components/p-7176a952.entry.js +0 -1
  103. package/dist/mint-components/p-8d0393d9.system.entry.js +0 -1
  104. package/dist/mint-components/p-9308221f.js +0 -1
  105. package/dist/mint-components/p-959c42b2.system.entry.js +0 -1
  106. package/dist/mint-components/p-a6494752.system.js +0 -6
  107. package/dist/mint-components/p-bc021969.system.js +0 -1
  108. package/dist/mint-components/p-c78e6066.entry.js +0 -273
  109. package/dist/mint-components/p-e64e8354.system.entry.js +0 -1
  110. package/dist/mint-components/p-e8e48982.js +0 -1
@@ -0,0 +1,157 @@
1
+ import{k as n,f as t}from"./p-cd651f81.js";import{d as e,J as o,$ as i,g as r,w as u,q as a}from"./p-94a876b9.js";const d="sqm:tax-form-updated",c="sq:tax-and-cash",s="sq:tax-form-context",f="sq:user-info-query",l="sq:user-form-context",m="sq:finance-network-settings",v="sq:countries:list",E="sq:countries:sorted",p="sq:countries:query",I="sq:currencies:list",h="sq:currencies:query",y=e.gql`
2
+ query getUserTaxInfo {
3
+ user: viewer {
4
+ ... on User {
5
+ id
6
+ firstName
7
+ lastName
8
+ email
9
+ countryCode
10
+ customFields
11
+ rewards(limit: 1000) {
12
+ data {
13
+ statuses
14
+ partnerFundsTransfer {
15
+ id
16
+ status
17
+ }
18
+ }
19
+ }
20
+ managedIdentity {
21
+ uid
22
+ email
23
+ emailVerified
24
+ }
25
+ impactConnection {
26
+ connected
27
+ user {
28
+ firstName
29
+ lastName
30
+ }
31
+ publisher {
32
+ id
33
+ brandedSignup
34
+ countryCode
35
+ currency
36
+ billingAddress
37
+ billingCity
38
+ billingState
39
+ billingCountryCode
40
+ billingPostalCode
41
+ phoneNumberCountryCode
42
+ phoneNumber
43
+ taxInformation {
44
+ indirectTaxId
45
+ indirectTaxCountryCode
46
+ indirectTaxRegion
47
+ additionalTaxId
48
+ withholdingTaxId
49
+ withholdingTaxCountryCode
50
+ }
51
+ requiredTaxDocumentType
52
+ currentTaxDocument {
53
+ status
54
+ type
55
+ dateCreated
56
+ }
57
+ withdrawalSettings {
58
+ paymentMethod
59
+ paypalEmailAddress
60
+ bankCountry
61
+ bankAccountNumber
62
+ paymentSchedulingType
63
+ paymentThreshold
64
+ paymentDay
65
+ }
66
+ payoutsAccount {
67
+ hold
68
+ holdReasons
69
+ balance
70
+ }
71
+ }
72
+ }
73
+ }
74
+ }
75
+ }
76
+ `,w=e.gql`
77
+ query getCountries {
78
+ impactPayoutCountries(limit: 1000) {
79
+ data {
80
+ countryCode
81
+ displayName
82
+ }
83
+ }
84
+ }
85
+ `,N=e.gql`
86
+ query currencies($locale: RSLocale) {
87
+ currencies(limit: 300) {
88
+ data {
89
+ displayName(locale: $locale)
90
+ currencyCode
91
+ }
92
+ }
93
+ }
94
+ `,_=e.gql`
95
+ query impactFinanceNetworkSettings(
96
+ $filter: ImpactFinanceNetworkSettingsFilterInput
97
+ ) {
98
+ impactFinanceNetworkSettings(filter: $filter, limit: 1000) {
99
+ data {
100
+ countryCode
101
+ currency
102
+ defaultFinancePaymentMethodId
103
+ thresholdOptions
104
+ withdrawalSettingId
105
+ internationalEftFee
106
+ foreignFxFee
107
+ defaultFxFee
108
+ }
109
+ totalCount
110
+ }
111
+ }
112
+ `,b=4;var A=function(n){for(var t=Array(n.length),e=0;e<n.length;++e)t[e]=n[e];return t},R=function(n){return Array.isArray(n)?n:[n]},g=function(n,t){var e=n.tabIndex-t.tabIndex;if(e){if(!n.tabIndex)return 1;if(!t.tabIndex)return-1}return e||n.index-t.index},T=function(n,t,e){return A(n).map((function(n,t){return{node:n,index:t,tabIndex:e&&-1===n.tabIndex?(n.dataset||{}).focusGuard?0:-1:n.tabIndex}})).filter((function(n){return!t||n.tabIndex>=0})).sort(g)};const C=["button:enabled:not([readonly])","select:enabled:not([readonly])","textarea:enabled:not([readonly])","input:enabled:not([readonly])","a[href]","area[href]","iframe","object","embed","[tabindex]","[contenteditable]","[autofocus]"];var F=C.join(","),S=F+", [data-focus-guard]",D=function(n,t){return n.reduce((function(n,e){return n.concat(A(e.querySelectorAll(t?S:F)),e.parentNode?A(e.parentNode.querySelectorAll(C.join(","))).filter((function(n){return n===e})):[])}),[])},x=function n(t){return!t||t===document||t.nodeType===Node.DOCUMENT_NODE||!((e=window.getComputedStyle(t,null))&&e.getPropertyValue&&("none"===e.getPropertyValue("display")||"hidden"===e.getPropertyValue("visibility")))&&n(t.parentNode);var e},M=function n(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.push(t),t.parentNode&&n(t.parentNode,e),e},O=function(n,t){for(var e=M(n),o=M(t),i=0;i<e.length;i+=1){var r=e[i];if(o.indexOf(r)>=0)return r}return!1},V=function(n){return A(n).filter((function(n){return x(n)})).filter((function(n){return function(n){return!(("INPUT"===n.tagName||"BUTTON"===n.tagName)&&("hidden"===n.type||n.disabled))}(n)}))},q=function(n,t){return T(V(D(n,t)),!0,t)},L=function(n){return"INPUT"===n.tagName&&"radio"===n.type},U=function(n,t){return t.filter(L).filter((function(t){return t.name===n.name})).filter((function(n){return n.checked}))[0]||n},H=function(n,t){return n.length>1&&L(n[t])&&n[t].name?n.indexOf(U(n[t],n)):t},k="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbol&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},P=function n(t){for(var e=t.length,o=0;o<e;o+=1)for(var i=function(e){if(o!==e&&t[o].contains(t[e]))return{v:n(t.filter((function(n){return n!==t[e]})))}},r=0;r<e;r+=1){var u=i(r);if("object"===(void 0===u?"undefined":k(u)))return u.v}return t},B=function n(t){return t.parentNode?n(t.parentNode):t},W=function(n){return R(n).filter(Boolean).reduce((function(n,t){var e=t.getAttribute("data-focus-lock");return n.push.apply(n,e?P(A(B(t).querySelectorAll('[data-focus-lock="'+e+'"]:not([data-focus-lock-disabled="disabled"])'))):[t]),n}),[])},Y=function(n){return n&&n.dataset&&n.dataset.focusGuard},$=function(n){return!Y(n)},j=function(n,t){var e=document&&document.activeElement,o=W(n).filter($),i=function(n,t,e){var o=R(n),i=R(t),r=o[0],u=null;return i.filter(Boolean).forEach((function(n){u=O(u||n,n)||u,e.filter(Boolean).forEach((function(n){var t=O(r,n);t&&(u=!u||t.contains(u)?t:O(t,u))}))})),u}(e||n,n,o),r=q(o).filter((function(n){return $(n.node)}));if(r[0]||(r=(u=o,T(V(D(u)),!1)).filter((function(n){return $(n.node)})))[0]){var u,a,d,c,s,f=q([i]).map((function(n){return n.node})),l=(a=f,d=r,c=new Map,d.forEach((function(n){return c.set(n.node,n)})),a.map((function(n){return c.get(n)})).filter(Boolean)),m=l.map((function(n){return n.node})),v=function(n,t,e,o,i){var r,u=n.length,a=n[0],d=n[u-1],c=Y(e);if(!(n.indexOf(e)>=0)){var s=t.indexOf(e),f=t.indexOf(o||s),l=n.indexOf(o),m=s-f,v=t.indexOf(a),E=t.indexOf(d),p=H(n,0),I=H(n,u-1);return-1===s||-1===l?n.indexOf((r=i&&i.length?i:n)[0]&&r.length>1&&L(r[0])&&r[0].name?U(r[0],r):r[0]):!m&&l>=0?l:s<=v&&c&&Math.abs(m)>1?I:s>=v&&c&&Math.abs(m)>1?p:m&&Math.abs(m)>1?l:s<=v?I:s>E?p:m?Math.abs(m)>1?l:(u+l+m)%u:void 0}}(m,f,e,t,m.filter((s=function(n){return n.reduce((function(n,t){return n.concat(function(n){return V((t=n.querySelectorAll("[data-autofocus-inside]"),A(t).map((function(n){return D([n])})).reduce((function(n,t){return n.concat(t)}),[])));var t}(t))}),[])}(o),function(n){return!!n.autofocus||n.dataset&&!!n.dataset.autofocus||s.indexOf(n)>=0})));return void 0===v?v:l[v]}},K=function(n){return n===document.activeElement},Q=0,G=!1,z=0,X=null,J=function(){var n,t,e=!1;if(z){var o=z;document&&document.activeElement===document.body||document&&A(document.querySelectorAll("[data-no-focus-lock]")).some((function(n){return n.contains(document.activeElement)}))||(o&&(n=o,!(!(!(t=document&&document.activeElement)||t.dataset&&t.dataset.focusGuard)&&W(n).reduce((function(n,e){return n||e.contains(t)||function(n){return t=A(n.querySelectorAll("iframe")),e=K,!!t.filter((function(n){return n===e}))[0];var t,e}(e)}),!1)))&&(e=function(n){var t,e=j(n,X);if(!G&&e){if(Q>2)return console.error("FocusLock: focus-fighting detected. Only one focus management system could be active. See https://github.com/theKashey/focus-lock/#focus-fighting"),G=!0,void setTimeout((function(){G=!1}),1);Q++,(t=e.node).focus(),t.contentWindow&&t.contentWindow.focus(),Q--}}(o)),X=document.activeElement)}return e},Z=[],nn=function(n){return t=Z.filter((function(n){return n})).slice(-1)[0],z=t,!!void(t&&J())&&(n&&n.preventDefault(),!0);var t},tn=function(n){0===Z.length&&document.addEventListener("focusin",nn),Z.indexOf(n)<0&&(Z.push(n),nn())},en=function(){return"undefined"==typeof window},on=function(n){n=n||navigator.userAgent;var t=/(iPad).*OS\s([\d_]+)/.test(n);return{ios:!t&&/(iPhone\sOS)\s([\d_]+)/.test(n)||t,android:/(Android);?[\s/]+([\d.]+)?/.test(n)}},rn=0,un=0,an=0,dn=null,cn=!1,sn=[],fn=function(n){if(en())return!1;if(!n)throw new Error("options must be provided");var t=!1,e={get passive(){t=!0}},o=function(){},i="__TUA_BSL_TEST_PASSIVE__";window.addEventListener(i,o,e),window.removeEventListener(i,o,e);var r=n.capture;return t?n:void 0!==r&&r}({passive:!1}),ln=!en()&&"scrollBehavior"in document.documentElement.style,mn=function(n){n.cancelable&&n.preventDefault()},vn=function(n){var t,e,o,i,r;en()||(on().ios?(n&&(Array.isArray(n)?n:[n]).forEach((function(n){n&&-1===sn.indexOf(n)&&(n.ontouchstart=function(n){un=n.targetTouches[0].clientY,an=n.targetTouches[0].clientX},n.ontouchmove=function(t){1===t.targetTouches.length&&function(n,t){if(t){var e=t.scrollTop,o=t.scrollLeft,i=t.scrollWidth,r=t.scrollHeight,u=t.clientWidth,a=t.clientHeight,d=n.targetTouches[0].clientX-an,c=n.targetTouches[0].clientY-un,s=Math.abs(c)>Math.abs(d);if(s&&(c>0&&0===e||c<0&&e+a+1>=r)||!s&&(d>0&&0===o||d<0&&o+u+1>=i))return mn(n)}n.stopPropagation()}(t,n)},sn.push(n))})),cn||(document.addEventListener("touchmove",mn,fn),cn=!0)):rn<=0&&(dn=on().android?(t=document.documentElement,e=document.body,o=t.scrollTop||e.scrollTop,i=Object.assign({},t.style),r=Object.assign({},e.style),t.style.height="100%",t.style.overflow="hidden",e.style.top="-".concat(o,"px"),e.style.width="100%",e.style.height="auto",e.style.position="fixed",e.style.overflow="hidden",function(){t.style.height=i.height||"",t.style.overflow=i.overflow||"",["top","width","height","overflow","position"].forEach((function(n){e.style[n]=r[n]||""})),ln?window.scrollTo({top:o,behavior:"instant"}):window.scrollTo(0,o)}):function(){var n=document.body,t=Object.assign({},n.style),e=window.innerWidth-n.clientWidth;return n.style.overflow="hidden",n.style.boxSizing="border-box",n.style.paddingRight="".concat(e,"px"),function(){["overflow","boxSizing","paddingRight"].forEach((function(e){n.style[e]=t[e]||""}))}}()),rn+=1)},En=function(n){en()||(rn-=1)>0||(on().ios||"function"!=typeof dn?(n&&(Array.isArray(n)?n:[n]).forEach((function(n){var t=sn.indexOf(n);-1!==t&&(n.ontouchmove=null,n.ontouchstart=null,sn.splice(t,1))})),cn&&(document.removeEventListener("touchmove",mn,fn),cn=!1)):dn())};const pn="\n position: fixed !important;\n top: 0 !important;\n right: 0 !important;\n bottom: 0 !important;\n left: 0 !important;\n z-index: 9999999;\n display: block !important;\n width: 100vw;\n height: 100%;\n margin: 0 !important;\n padding: 0 !important;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n background: rgba(0, 0, 0, 0.6);\n",In="\n position: absolute !important;\n top: 0 !important;\n right: 0 !important;\n bottom: 0 !important;\n left: 0 !important;\n width: 100vw;\n height: 100%;\n margin: 0 !important;\n padding: 0 !important;\n background: none;\n border: none\n";let hn=function(n){return n.VERIFF_HANDSHAKE="VERIFF_HANDSHAKE",n.VERIFF_RENDER="VERIFF_RENDER",n.VERIFF_STARTED="VERIFF_STARTED",n.VERIFF_SUBMITTED="VERIFF_SUBMITTED",n.VERIFF_FINISHED="VERIFF_FINISHED",n.VERIFF_CANCELED="VERIFF_CANCELED",n.VERIFF_FORCE_RELOAD="VERIFF_FORCE_RELOAD",n.VERIFF_RELOAD_REQUEST="VERIFF_RELOAD_REQUEST",n}({}),yn=function(n){return n.STARTED="STARTED",n.SUBMITTED="SUBMITTED",n.FINISHED="FINISHED",n.CANCELED="CANCELED",n.RELOAD_REQUEST="RELOAD",n}({});function wn(n){let{url:t,lang:e,onEvent:o=(()=>{}),embedded:i=!1,embeddedOptions:r,onReload:u}=n;if(!t)throw new Error("URL is not provided. Please provide a valid Veriff session url.");const a=function(n){if(n)try{return matchMedia("(max-width: 767px), (hover: none)").matches}catch(n){return console.error("Error while checking if iframe is mobile",n),!1}return!1}(i);function d(){const n=document.getElementById("veriffFrame");if(n&&n.parentNode){t=n,Z=Z.filter((function(n){return n!==t})),nn(),0===Z.length&&document.removeEventListener("focusin",nn),En(n);let e=n.parentNode.parentNode,o=n.parentNode;i&&!a&&(e=n.parentNode,o=n),e&&e.removeChild(o)}else En();var t;window.removeEventListener("message",c)}function c(n){const t=document.getElementById("veriffFrame");n.data===hn.VERIFF_HANDSHAKE&&function(n,t){n.contentWindow?.postMessage({name:hn.VERIFF_RENDER,payload:t},"*")}(t,{version:"2.3.1",isReloadHandled:"function"==typeof u,isVeriffIframeMobile:a,embeddedConfigured:i,embedded:!a&&i}),n.data===hn.VERIFF_STARTED&&o(yn.STARTED),n.data===hn.VERIFF_CANCELED&&(d(),o(yn.CANCELED)),n.data===hn.VERIFF_SUBMITTED&&o(yn.SUBMITTED),n.data===hn.VERIFF_FINISHED&&(d(),o(yn.FINISHED)),n.data===hn.VERIFF_FORCE_RELOAD&&window.location.reload(),n.data===hn.VERIFF_RELOAD_REQUEST&&("function"==typeof u&&u(),o(yn.RELOAD_REQUEST))}return function(n,t,e,o){const i=document.createElement("iframe");if(i.src=n,i.allow="autoplay; camera; microphone; fullscreen; accelerometer; magnetometer; gyroscope; picture-in-picture;",i.id="veriffFrame",t)!function(n){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},e=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];const{rootElementID:o}=t;if(e){n.style.cssText=In;const t=document.createElement("div");t.style.cssText=pn,t.appendChild(n),document.body.appendChild(t),tn(n),vn(n)}else{if(!o)throw new Error("rootElementID must be specified in embedded mode");if(!document.getElementById(o))throw new Error("rootElementID must point to an existing DOM element");n.style.cssText="\n position: static;\n width: 100%;\n height: 100%;\n",document.getElementById(o).appendChild(n)}}(i,e,o);else{i.style.cssText=In;const n=function(){const n=document.createElement("div");return n.style.cssText=pn,n}();n.appendChild(i),document.body.appendChild(n),tn(i),vn(i)}}(e&&e.length>0?function(n,t,e){if(e){const t=new URL(n),o=t.searchParams;return o.set("lang",e),t.search=o.toString(),t.toString()}return n}(t,0,e):t,i,r,a),window.addEventListener("message",c),{close:d}}const Nn=e.gql`
113
+ mutation createImpactVerificationSession($user: UserIdInput!) {
114
+ createImpactPublisherIdentityVerificationSession(user: $user) {
115
+ sessionUrl
116
+ }
117
+ }
118
+ `,_n=e.gql`
119
+ mutation refreshImpactPublisherFinanceStatus($user: UserIdInput!) {
120
+ refreshImpactPublisherFinanceStatus(user: $user) {
121
+ id
122
+ }
123
+ }
124
+ `,bn="sqm:veriff-updated";function An(){const{id:n,accountId:t}=o(),[e,{loading:r,errors:u}]=i(Nn),[a,{loading:d,errors:c}]=i(_n);return{render:async()=>{try{const o=await e({user:{id:n,accountId:t}});if(!o||o.message)throw new Error;wn({url:o.createImpactPublisherIdentityVerificationSession.sessionUrl,onEvent:e=>{switch(e){case yn.FINISHED:case yn.CANCELED:(async()=>{try{const e=await a({user:{id:n,accountId:t}});if(!e||e.message)throw new Error;window.dispatchEvent(new Event("sqm:veriff-updated"))}catch(n){console.error("Failed to initialise Veriff:",n)}})()}}})}catch(n){console.error("Failed to initialise Veriff:",n)}},loading:r||d,errors:u||c}}const Rn=e.gql`
125
+ query getUserStatus {
126
+ user: viewer {
127
+ ... on User {
128
+ id
129
+ impactConnection {
130
+ connected
131
+ publisher {
132
+ id
133
+ payoutsAccount {
134
+ hold
135
+ holdReasons
136
+ }
137
+ }
138
+ }
139
+ rewards(limit: 1000) {
140
+ data {
141
+ statuses
142
+ partnerFundsTransfer {
143
+ id
144
+ status
145
+ }
146
+ }
147
+ }
148
+ }
149
+ }
150
+ }
151
+ `,gn=e.gql`
152
+ query getTenantSettings {
153
+ tenantSettings {
154
+ enforceUsTaxCompliance
155
+ }
156
+ }
157
+ `;function Tn(n){var t,e,o,i,r,u,a,d,c,s,f,l,m,v,E,p,I,h,y,w,N;const _=null===(e=null===(t=n.user.impactConnection)||void 0===t?void 0:t.publisher)||void 0===e?void 0:e.payoutsAccount,b=null===(r=null===(i=null===(o=null==n?void 0:n.user)||void 0===o?void 0:o.rewards)||void 0===i?void 0:i.data)||void 0===r?void 0:r.find((n=>n.statuses.includes("REDEEMED")&&"TRANSFERRED"===n.partnerFundsTransfer.status));if(!(null===(a=null===(u=n.user)||void 0===u?void 0:u.impactConnection)||void 0===a?void 0:a.connected)||!_)return"INFORMATION_REQUIRED";const A=null===(c=null===(d=n.user.impactConnection)||void 0===d?void 0:d.publisher)||void 0===c?void 0:c.currentTaxDocument;return(null===(s=_.holdReasons)||void 0===s?void 0:s.includes("NO_W9_DOCUMENT"))&&!A?"OVER_W9_THRESHOLD":(null===(f=_.holdReasons)||void 0===f?void 0:f.includes("IDV_CHECK_REQUIRED"))?"VERIFICATION:REQUIRED":(null===(l=_.holdReasons)||void 0===l?void 0:l.includes("IDV_CHECK_REQUIRED_INTERNAL"))?"VERIFICATION:INTERNAL":(null===(m=_.holdReasons)||void 0===m?void 0:m.includes("IDV_CHECK_REVIEW_INTERNAL"))?"VERIFICATION:REVIEW":(null===(v=_.holdReasons)||void 0===v?void 0:v.includes("IDV_CHECK_FAILED_INTERNAL"))?"VERIFICATION:FAILED":(null===(E=_.holdReasons)||void 0===E?void 0:E.includes("NEW_PAYEE_REVIEW"))&&b?"NEW_PAYEE_REVIEW":(null===(p=_.holdReasons)||void 0===p?void 0:p.includes("PAYMENT_HOLD_ON_CHANGE"))?"PAYMENT_HOLD_ON_CHANGE":(null===(I=_.holdReasons)||void 0===I?void 0:I.includes("BENEFICIARY_NAME_INVALID"))?"BENEFICIARY_NAME_INVALID":(null===(h=_.holdReasons)||void 0===h?void 0:h.includes("BENEFICIARY_NAME_MISMATCH"))?"BENEFICIARY_NAME_MISMATCH":(null===(y=_.holdReasons)||void 0===y?void 0:y.includes("BANK_TAX_NAME_MISMATCH"))?"BANK_TAX_NAME_MISMATCH":(null===(w=_.holdReasons)||void 0===w?void 0:w.includes("WITHDRAWAL_SETTINGS_INVALID"))?"WITHDRAWAL_SETTINGS_INVALID":(null===(N=_.holdReasons)||void 0===N?void 0:N.includes("PAYMENT_RETURNED"))?"PAYMENT_RETURNED":_.hold?"HOLD":"DONE"}function Cn(e){var o;const{type:i}=r(),{loading:d,data:c,errors:s,refetch:f}=u(Rn,{}),{data:l}=u(gn,{}),{render:m,loading:v}=An(),[E,p]=n(void 0),I=a("sq:tax-form-context"),h=a("sq:tax-and-cash"),y=null===(o=null==l?void 0:l.tenantSettings)||void 0===o?void 0:o.enforceUsTaxCompliance;return t((()=>{if(!c)return;const n=Tn(c);p(n)}),[c]),t((()=>{const n=()=>f();return window.addEventListener("sqm:tax-form-updated",n),window.addEventListener("sqm:veriff-updated",n),()=>{window.removeEventListener("sqm:tax-form-updated",n),window.removeEventListener("sqm:veriff-updated",n)}}),[]),{states:{loading:d,veriffLoading:v,status:E,error:!!s,enforceUsTaxComplianceOption:y},data:{type:i},text:e.getTextProps(),callbacks:{onTermsClick:()=>{let n=e.cashPayoutsPageUrl;n.includes("#")&&(n=n.split("#")[0]),"INFORMATION_REQUIRED"===E?n+="#1":"OVER_W9_THRESHOLD"===E&&"CASH_ONLY_DEFER_W9"===y&&(n+="#3"),window.history.pushState(null,"",n)},onClick:m,onPaymentInfoClick:()=>{I({overrideNextStep:"/dashboard",overrideBackStep:"/dashboard",hideSteps:!0}),h("/4")}}}}export{p as C,b as F,y as G,E as S,s as T,f as U,bn as V,c as a,m as b,d as c,l as d,I as e,v as f,w as g,_ as h,h as i,N as j,An as k,Tn as l,Cn as u}
@@ -1,14 +1,13 @@
1
1
  import { VNode } from "../../stencil-public-runtime";
2
2
  export interface BaseRegistrationFormViewProps {
3
3
  states: {
4
- validationErrors: Record<string, string>;
4
+ error: string;
5
5
  };
6
6
  callbacks: {
7
7
  handleEmailSubmit: Function;
8
8
  };
9
9
  content: {
10
10
  formData?: VNode;
11
- terms?: VNode;
12
11
  pageLabel?: string;
13
12
  googleButton?: VNode;
14
13
  secondaryButton?: VNode;
@@ -2,7 +2,7 @@ import { DemoData } from "../../global/demo";
2
2
  import { CheckboxFieldViewProps } from "./sqm-checkbox-field-view";
3
3
  /**
4
4
  * @uiName Form Checkbox Field
5
- * @validParents ["sqm-portal-register","sqm-portal-registration-form", "sqm-portal-google-registration-form"]
5
+ * @validParents ["sqm-portal-register","sqm-portal-registration-form"]
6
6
  * @exampleGroup Microsite Components
7
7
  * @example Form Checkbox Field - <sqm-checkbox-field checkbox-name="terms" checkbox-label="By signing up you agree to the {labelLink}" checkbox-label-link="https://example.com" checkbox-label-link-text="Terms and Conditions" error-message="Must be checked" ></sqm-checkbox-field>
8
8
  */
@@ -2,7 +2,7 @@ import { DemoData } from "../../global/demo";
2
2
  import { DropdownFieldViewProps } from "./sqm-dropdown-field-view";
3
3
  /**
4
4
  * @uiName Form Dropdown Field
5
- * @validParents ["sqm-portal-register","sqm-portal-registration-form", "sqm-portal-google-registration-form"]
5
+ * @validParents ["sqm-portal-register","sqm-portal-registration-form"]
6
6
  * @slots [{"name":"", "title":"Drop Down Option"}]
7
7
  * @exampleGroup Microsite Components
8
8
  * @example Form Dropdown Field - <sqm-dropdown-field dropdown-label="Select an option" error-message="Select an option"><sl-menu-item value="option-1">Option 1</sl-menu-item><sl-menu-item value="option-2">Option 2</sl-menu-item><sl-menu-item value="option-3">Option 3</sl-menu-item></sqm-dropdown-field>
@@ -2,7 +2,7 @@ import { DemoData } from "../../global/demo";
2
2
  import { InputFieldViewProps } from "./sqm-input-field-view";
3
3
  /**
4
4
  * @uiName Form Input Field
5
- * @validParents ["sqm-portal-register","sqm-portal-registration-form", "sqm-portal-google-registration-form"]
5
+ * @validParents ["sqm-portal-register","sqm-portal-registration-form"]
6
6
  * @exampleGroup Microsite Components
7
7
  * @example Form Input Field - <sqm-input-field input-label="Field Label" field-type="text" error-message="Cannot be empty"></sqm-input-field>
8
8
  */
@@ -2,7 +2,7 @@ import { DemoData } from "../../global/demo";
2
2
  import { CheckboxFieldViewProps } from "../sqm-checkbox-field/sqm-checkbox-field-view";
3
3
  /**
4
4
  * @uiName Marketing Emails Checkbox Field
5
- * @validParents ["sqm-portal-register","sqm-portal-registration-form", "sqm-portal-google-registration-form"]
5
+ * @validParents ["sqm-portal-register","sqm-portal-registration-form"]
6
6
  * @requiredFeatures ["MARKETING_EMAILS"]
7
7
  */
8
8
  export declare class MarketingEmailsCheckbox {
@@ -1,7 +1,6 @@
1
1
  import { RegistrationFormState } from "../sqm-portal-registration-form/useRegistrationFormState";
2
2
  export interface NameFieldsViewProps {
3
3
  states: {
4
- optional: boolean;
5
4
  registrationFormState?: RegistrationFormState;
6
5
  content: {
7
6
  firstNameLabel: string;
@@ -16,11 +16,6 @@ export declare class NameFields {
16
16
  * @uiName Last name label
17
17
  */
18
18
  lastNameLabel: string;
19
- /**
20
- * @uiName Optional
21
- * @uiWidget
22
- */
23
- optional: boolean;
24
19
  /**
25
20
  * @undocumented
26
21
  * @uiType object
@@ -2,7 +2,6 @@ import { RegistrationFormState } from "../sqm-portal-registration-form/useRegist
2
2
  import { NameFields } from "./sqm-name-fields";
3
3
  export declare function useNameFields(props: NameFields): {
4
4
  states: {
5
- optional: boolean;
6
5
  registrationFormState: RegistrationFormState;
7
6
  content: {
8
7
  lastNameLabel: string;
@@ -11,7 +11,7 @@ export interface PasswordFieldViewDemoProps {
11
11
  }
12
12
  /**
13
13
  * @uiName Form Password Field
14
- * @validParents ["sqm-portal-register","sqm-portal-registration-form", "sqm-portal-google-registration-form"]
14
+ * @validParents ["sqm-portal-register","sqm-portal-registration-form"]
15
15
  * @exampleGroup Microsite Components
16
16
  * @example Form Password Field - <sqm-password-field field-label="Password"></sqm-password-field>
17
17
  */
@@ -5,11 +5,10 @@ export declare type ValidationErrorFunction = (input: {
5
5
  value: any;
6
6
  }) => string | undefined;
7
7
  export declare function usePortalGoogleRegistrationForm(props: PortalGoogleRegistrationForm): {
8
- registrationFormState: any;
9
8
  showRegistrationForm: {
10
9
  mode: string;
11
10
  };
12
- validationErrors: any;
11
+ emailValidationError: any;
13
12
  handleGoogleInit: (event: CustomEvent<any>) => void;
14
13
  handleEmailSubmit: (event: any) => Promise<void>;
15
14
  };
@@ -13,8 +13,10 @@ export interface PayoutStatusAlertViewProps {
13
13
  callbacks: {
14
14
  onClick: () => void;
15
15
  onTermsClick: () => void;
16
+ onPaymentInfoClick: () => void;
16
17
  };
17
18
  text: {
19
+ editPaymentInformationButton: string;
18
20
  informationRequiredHeader: string;
19
21
  informationRequiredDescription: string;
20
22
  informationRequiredButtonText: string;
@@ -29,6 +31,18 @@ export interface PayoutStatusAlertViewProps {
29
31
  verificationFailedInternalDescription: string;
30
32
  accountReviewHeader: string;
31
33
  accountReviewDescription: string;
34
+ paymentHoldOnChangeHeader: string;
35
+ paymentHoldOnChangeDescription: string;
36
+ beneficiaryNameInvalidHeader: string;
37
+ beneficiaryNameInvalidDescription: string;
38
+ beneficiaryNameMismatchHeader: string;
39
+ beneficiaryNameMismatchDescription: string;
40
+ bankTaxNameMismatchHeader: string;
41
+ bankTaxNameMismatchDescription: string;
42
+ withdrawalSettingsInvalidHeader: string;
43
+ withdrawalSettingsInvalidDescription: string;
44
+ paymentReturnedHeader: string;
45
+ paymentReturnedDescription: string;
32
46
  w9RequiredHeader: string;
33
47
  w9RequiredDescription: string;
34
48
  w9RequiredButtonText: string;
@@ -10,6 +10,11 @@ export declare class PayoutStatusAlert {
10
10
  * @uiName Info required alert header
11
11
  */
12
12
  informationRequiredHeader: string;
13
+ /**
14
+ *
15
+ * @uiName Edit payment info button label
16
+ */
17
+ editPaymentInformationButton: string;
13
18
  /**
14
19
  * @uiName Info required alert description
15
20
  */
@@ -62,6 +67,54 @@ export declare class PayoutStatusAlert {
62
67
  * @uiName Account review alert description
63
68
  */
64
69
  accountReviewDescription: string;
70
+ /**
71
+ * @uiName Payment on hold alert header
72
+ */
73
+ paymentHoldOnChangeHeader: string;
74
+ /**
75
+ * @uiName Payment on hold alert description
76
+ */
77
+ paymentHoldOnChangeDescription: string;
78
+ /**
79
+ * @uiName Beneficiary name invalid alert header
80
+ */
81
+ beneficiaryNameInvalidHeader: string;
82
+ /**
83
+ * @uiName Beneficiary name invalid description
84
+ */
85
+ beneficiaryNameInvalidDescription: string;
86
+ /**
87
+ * @uiName Beneficiary name mismatch alert header
88
+ */
89
+ beneficiaryNameMismatchHeader: string;
90
+ /**
91
+ * @uiName Beneficiary name mismatch alert description
92
+ */
93
+ beneficiaryNameMismatchDescription: string;
94
+ /**
95
+ * @uiName Bank name mismatch alert header
96
+ */
97
+ bankTaxNameMismatchHeader: string;
98
+ /**
99
+ * @uiName Bank name mismatch alert description
100
+ */
101
+ bankTaxNameMismatchDescription: string;
102
+ /**
103
+ * @uiName Withdrawal settings invalid alert header
104
+ */
105
+ withdrawalSettingsInvalidHeader: string;
106
+ /**
107
+ * @uiName Withdrawal settings invalid alert description
108
+ */
109
+ withdrawalSettingsInvalidDescription: string;
110
+ /**
111
+ * @uiName Payment returned alert header
112
+ */
113
+ paymentReturnedHeader: string;
114
+ /**
115
+ * @uiName Payment returned alert description
116
+ */
117
+ paymentReturnedDescription: string;
65
118
  /**
66
119
  * @uiName W-9 payment threshold alert header
67
120
  */
@@ -1,7 +1,7 @@
1
1
  import { UserQuery } from "../sqm-tax-and-cash/data";
2
2
  import { PayoutStatusAlert } from "./sqm-payout-status-alert";
3
3
  export declare type EnforceUsTaxComplianceOption = "NONE" | "EXPLICIT_COUNTRY_CODE" | "IMPLIED_COUNTRY_CODE" | "ALL" | "CASH_ONLY" | "CASH_ONLY_DEFER_W9";
4
- export declare type PayoutStatus = "OVER_W9_THRESHOLD" | "INFORMATION_REQUIRED" | "VERIFICATION:REQUIRED" | "VERIFICATION:INTERNAL" | "VERIFICATION:REVIEW" | "VERIFICATION:FAILED" | "HOLD" | "ACCOUNT_REVIEW" | "DONE";
4
+ export declare type PayoutStatus = "OVER_W9_THRESHOLD" | "INFORMATION_REQUIRED" | "VERIFICATION:REQUIRED" | "VERIFICATION:INTERNAL" | "VERIFICATION:REVIEW" | "VERIFICATION:FAILED" | "NEW_PAYEE_REVIEW" | "PAYMENT_HOLD_ON_CHANGE" | "BENEFICIARY_NAME_INVALID" | "BENEFICIARY_NAME_MISMATCH" | "BANK_TAX_NAME_MISMATCH" | "WITHDRAWAL_SETTINGS_INVALID" | "PAYMENT_RETURNED" | "HOLD" | "DONE";
5
5
  export declare type TenantSettingsQuery = {
6
6
  tenantSettings: {
7
7
  enforceUsTaxCompliance: EnforceUsTaxComplianceOption;
@@ -23,5 +23,6 @@ export declare function usePayoutStatus(props: PayoutStatusAlert): {
23
23
  callbacks: {
24
24
  onTermsClick: () => void;
25
25
  onClick: () => Promise<void>;
26
+ onPaymentInfoClick: () => void;
26
27
  };
27
28
  };
@@ -915,6 +915,54 @@ export declare class TaxAndCashMonolith {
915
915
  * @uiName Account review alert description
916
916
  */
917
917
  dashboard_accountReviewDescription: string;
918
+ /**
919
+ * @uiName Account review alert header
920
+ */
921
+ dashboard_paymentOnHoldHeader: string;
922
+ /**
923
+ * @uiName Account review alert description
924
+ */
925
+ dashboard_paymentOnHoldDescription: string;
926
+ /**
927
+ * @uiName Account review alert header
928
+ */
929
+ dashboard_beneficiaryNameInvalidHeader: string;
930
+ /**
931
+ * @uiName Account review alert description
932
+ */
933
+ dashboard_beneficiaryNameInvalidDescription: string;
934
+ /**
935
+ * @uiName Account review alert header
936
+ */
937
+ dashboard_beneficiaryNameMismatchHeader: string;
938
+ /**
939
+ * @uiName Account review alert description
940
+ */
941
+ dashboard_beneficiaryNameMismatchDescription: string;
942
+ /**
943
+ * @uiName Account review alert header
944
+ */
945
+ dashboard_bankNameMismatchHeader: string;
946
+ /**
947
+ * @uiName Account review alert description
948
+ */
949
+ dashboard_bankNameMismatchDescription: string;
950
+ /**
951
+ * @uiName Account review alert header
952
+ */
953
+ dashboard_withdrawalSettingsInvalidHeader: string;
954
+ /**
955
+ * @uiName Account review alert description
956
+ */
957
+ dashboard_withdrawalSettingsInvalidDescription: string;
958
+ /**
959
+ * @uiName Account review alert header
960
+ */
961
+ dashboard_paymentReturnedHeader: string;
962
+ /**
963
+ * @uiName Account review alert description
964
+ */
965
+ dashboard_paymentReturnedDescription: string;
918
966
  /**
919
967
  * @uiName Terms and Conditions text
920
968
  * @uiGroup Dashboard Properties
@@ -98,6 +98,18 @@ export interface TaxAndCashDashboardProps {
98
98
  verificationFailedInternalDescription: string;
99
99
  accountReviewHeader: string;
100
100
  accountReviewDescription: string;
101
+ paymentHoldOnChangeHeader: string;
102
+ paymentHoldOnChangeDescription: string;
103
+ beneficiaryNameInvalidHeader: string;
104
+ beneficiaryNameInvalidDescription: string;
105
+ beneficiaryNameMismatchHeader: string;
106
+ beneficiaryNameMismatchDescription: string;
107
+ bankTaxNameMismatchHeader: string;
108
+ bankTaxNameMismatchDescription: string;
109
+ withdrawalSettingsInvalidHeader: string;
110
+ withdrawalSettingsInvalidDescription: string;
111
+ paymentReturnedHeader: string;
112
+ paymentReturnedDescription: string;
101
113
  w9RequiredHeader: string;
102
114
  w9RequiredDescription: string;
103
115
  w9RequiredButtonText: string;
@@ -241,6 +241,54 @@ export declare class TaxAndCashDashboard {
241
241
  * @uiName Account review alert description
242
242
  */
243
243
  accountReviewDescription: string;
244
+ /**
245
+ * @uiName Payment hold on change alert header
246
+ */
247
+ paymentHoldOnChangeHeader: string;
248
+ /**
249
+ * @uiName Payment hold on change alert description
250
+ */
251
+ paymentHoldOnChangeDescription: string;
252
+ /**
253
+ * @uiName Beneficiary name invalid alert header
254
+ */
255
+ beneficiaryNameInvalidHeader: string;
256
+ /**
257
+ * @uiName Beneficiary name invalid description
258
+ */
259
+ beneficiaryNameInvalidDescription: string;
260
+ /**
261
+ * @uiName Beneficiary name mismatch alert header
262
+ */
263
+ beneficiaryNameMismatchHeader: string;
264
+ /**
265
+ * @uiName Beneficiary name mismatch alert description
266
+ */
267
+ beneficiaryNameMismatchDescription: string;
268
+ /**
269
+ * @uiName Bank name mismatch alert header
270
+ */
271
+ bankTaxNameMismatchHeader: string;
272
+ /**
273
+ * @uiName Bank name mismatch alert description
274
+ */
275
+ bankTaxNameMismatchDescription: string;
276
+ /**
277
+ * @uiName Withdrawal settings invalid alert header
278
+ */
279
+ withdrawalSettingsInvalidHeader: string;
280
+ /**
281
+ * @uiName Withdrawal settings invalid alert description
282
+ */
283
+ withdrawalSettingsInvalidDescription: string;
284
+ /**
285
+ * @uiName Payment returned alert header
286
+ */
287
+ paymentReturnedHeader: string;
288
+ /**
289
+ * @uiName Payment returned alert description
290
+ */
291
+ paymentReturnedDescription: string;
244
292
  /**
245
293
  * @uiName Terms and Conditions text
246
294
  */
@@ -1,3 +1,4 @@
1
+ import { ImpactPublisher } from "../sqm-tax-and-cash/data";
1
2
  export interface UserInfoFormViewProps {
2
3
  states: {
3
4
  step?: string;
@@ -64,6 +65,7 @@ export interface UserInfoFormViewProps {
64
65
  currencyCode: string;
65
66
  displayName: string;
66
67
  }[];
68
+ partnerData: ImpactPublisher;
67
69
  };
68
70
  callbacks: {
69
71
  setCurrencySearch: (c: any) => void;
@@ -71,6 +71,7 @@ export declare function useUserInfoForm(props: TaxForm): {
71
71
  label: string;
72
72
  value: string;
73
73
  }[];
74
+ partnerData: import("../sqm-tax-and-cash/data").ImpactPublisher;
74
75
  };
75
76
  states: {
76
77
  step: string;