@saasquatch/mint-components 1.12.0-5 → 1.12.0-7

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 (124) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/mint-components.cjs.js +1 -1
  3. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +47 -18
  4. package/dist/cjs/sqm-big-stat_39.cjs.entry.js +33 -6
  5. package/dist/cjs/sqm-code-verification.cjs.entry.js +34 -48
  6. package/dist/cjs/sqm-email-verification.cjs.entry.js +143 -21
  7. package/dist/cjs/{sqm-invoice-table-view-dbba9bb4.js → sqm-invoice-table-view-e530775f.js} +39 -0
  8. package/dist/cjs/sqm-stencilbook.cjs.entry.js +19 -1
  9. package/dist/cjs/sqm-widget-verification-internal.cjs.entry.js +55 -7
  10. package/dist/cjs/sqm-widget-verification.cjs.entry.js +15 -18
  11. package/dist/cjs/useVerificationEmail-35aea294.js +170 -0
  12. package/dist/collection/collection-manifest.json +1 -1
  13. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.js +7 -0
  14. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.js +1 -1
  15. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.js +20 -2
  16. package/dist/collection/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.js +33 -24
  17. package/dist/collection/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.js +19 -42
  18. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-internal.js +56 -7
  19. package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +17 -20
  20. package/dist/collection/components/sqm-widget-verification/useVerificationEmail.js +165 -0
  21. package/dist/collection/components/tax-and-cash/BankingForm.stories.js +1 -0
  22. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +38 -0
  23. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form.js +2 -1
  24. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/useBankingInfoForm.js +7 -0
  25. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.js +8 -0
  26. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.js +10 -5
  27. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +33 -1
  28. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +13 -2
  29. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/data.js +5 -0
  30. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +8 -8
  31. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +11 -0
  32. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +10 -9
  33. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/useTaxAndCashDashboard.js +2 -1
  34. package/dist/collection/components/tax-and-cash/sqm-user-info-form/useUserInfoForm.js +14 -11
  35. package/dist/esm/{keys-a1496e39.js → keys-db1897ae.js} +1 -1
  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_16.entry.js +48 -19
  39. package/dist/esm/sqm-big-stat_39.entry.js +34 -7
  40. package/dist/esm/sqm-code-verification.entry.js +36 -50
  41. package/dist/esm/sqm-email-verification.entry.js +127 -5
  42. package/dist/esm/{sqm-invoice-table-view-663674f2.js → sqm-invoice-table-view-22bb7240.js} +39 -0
  43. package/dist/esm/sqm-stencilbook.entry.js +19 -1
  44. package/dist/esm/sqm-widget-verification-internal.entry.js +55 -7
  45. package/dist/esm/sqm-widget-verification.entry.js +17 -20
  46. package/dist/esm/useVerificationEmail-02b78bd7.js +168 -0
  47. package/dist/esm-es5/{keys-a1496e39.js → keys-db1897ae.js} +1 -1
  48. package/dist/esm-es5/loader.js +1 -1
  49. package/dist/esm-es5/mint-components.js +1 -1
  50. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  51. package/dist/esm-es5/sqm-big-stat_39.entry.js +1 -1
  52. package/dist/esm-es5/sqm-code-verification.entry.js +1 -1
  53. package/dist/esm-es5/sqm-email-verification.entry.js +1 -1
  54. package/dist/esm-es5/sqm-invoice-table-view-22bb7240.js +1 -0
  55. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  56. package/dist/esm-es5/sqm-widget-verification-internal.entry.js +1 -1
  57. package/dist/esm-es5/sqm-widget-verification.entry.js +1 -1
  58. package/dist/esm-es5/useVerificationEmail-02b78bd7.js +1 -0
  59. package/dist/mint-components/mint-components.esm.js +1 -1
  60. package/dist/mint-components/{p-53d9df5e.entry.js → p-0aebee07.entry.js} +8 -3
  61. package/dist/mint-components/p-0e2d876d.entry.js +240 -0
  62. package/dist/mint-components/p-116c1809.entry.js +11 -0
  63. package/dist/mint-components/{p-99a09fab.entry.js → p-126a4f24.entry.js} +2 -2
  64. package/dist/mint-components/p-22b7bd75.system.entry.js +1 -0
  65. package/dist/mint-components/{p-d4138847.system.entry.js → p-28450e40.system.entry.js} +1 -1
  66. package/dist/mint-components/p-2b5b2586.system.js +1 -0
  67. package/dist/mint-components/p-39840341.js +1 -0
  68. package/dist/mint-components/p-4a43ffbd.js +1 -0
  69. package/dist/mint-components/p-55fe2ec0.system.entry.js +1 -0
  70. package/dist/mint-components/p-6fb496ac.entry.js +12 -0
  71. package/dist/mint-components/p-71b8adf7.system.js +1 -0
  72. package/dist/mint-components/p-7666cd3d.js +48 -0
  73. package/dist/mint-components/p-87bf9880.entry.js +25 -0
  74. package/dist/mint-components/p-8a7d2170.system.entry.js +1 -0
  75. package/dist/mint-components/p-a5eedbe2.system.entry.js +1 -0
  76. package/dist/mint-components/p-a60ec391.system.entry.js +1 -0
  77. package/dist/mint-components/p-b2a99637.system.js +1 -0
  78. package/dist/mint-components/p-ca423ca2.system.entry.js +1 -0
  79. package/dist/mint-components/p-e05ff098.system.js +1 -1
  80. package/dist/mint-components/p-e373b78a.entry.js +1 -0
  81. package/dist/types/components/sqm-widget-verification/sqm-code-verification/WidgetCodeVerification.stories.d.ts +1 -0
  82. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification-view.d.ts +1 -0
  83. package/dist/types/components/sqm-widget-verification/sqm-code-verification/sqm-code-verification.d.ts +4 -0
  84. package/dist/types/components/sqm-widget-verification/sqm-code-verification/useCodeVerification.d.ts +2 -1
  85. package/dist/types/components/sqm-widget-verification/sqm-email-verification/useEmailVerification.d.ts +0 -6
  86. package/dist/types/components/sqm-widget-verification/useVerificationEmail.d.ts +14 -0
  87. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
  88. package/dist/types/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.d.ts +1 -0
  89. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/PayoutStatusAlert.stories.d.ts +1 -0
  90. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert-view.d.ts +9 -0
  91. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +4 -0
  92. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +9 -0
  93. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/data.d.ts +5 -0
  94. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +2 -2
  95. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +3 -0
  96. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +2 -2
  97. package/dist/types/components.d.ts +68 -52
  98. package/docs/docs.docx +0 -0
  99. package/docs/raisins.json +1 -1
  100. package/grapesjs/grapesjs.js +1 -1
  101. package/package.json +1 -1
  102. package/dist/cjs/useEmailVerification-33465f36.js +0 -155
  103. package/dist/collection/components/sqm-widget-verification/useWidgetVerification.js +0 -3
  104. package/dist/esm/useEmailVerification-8f2dc2bd.js +0 -152
  105. package/dist/esm-es5/sqm-invoice-table-view-663674f2.js +0 -1
  106. package/dist/esm-es5/useEmailVerification-8f2dc2bd.js +0 -1
  107. package/dist/mint-components/p-158e9d3a.entry.js +0 -1
  108. package/dist/mint-components/p-20c5ce3d.system.entry.js +0 -1
  109. package/dist/mint-components/p-219be817.system.entry.js +0 -1
  110. package/dist/mint-components/p-2c03096f.system.entry.js +0 -1
  111. package/dist/mint-components/p-4c9b6fbe.system.js +0 -1
  112. package/dist/mint-components/p-4d060f15.js +0 -1
  113. package/dist/mint-components/p-5810e318.entry.js +0 -1
  114. package/dist/mint-components/p-6029c42d.entry.js +0 -8
  115. package/dist/mint-components/p-6cae44d7.js +0 -1
  116. package/dist/mint-components/p-78c1bd77.system.js +0 -1
  117. package/dist/mint-components/p-80a32fe9.system.entry.js +0 -1
  118. package/dist/mint-components/p-a2baff3e.entry.js +0 -1
  119. package/dist/mint-components/p-b52b7e60.system.entry.js +0 -1
  120. package/dist/mint-components/p-f4dff47a.system.entry.js +0 -1
  121. package/dist/mint-components/p-faf019cf.system.js +0 -1
  122. package/dist/mint-components/p-fcb224ab.js +0 -25
  123. package/dist/mint-components/p-ff77d11f.entry.js +0 -240
  124. package/dist/types/components/sqm-widget-verification/useWidgetVerification.d.ts +0 -1
@@ -441,6 +441,10 @@ export namespace Components {
441
441
  * @uiName Network error message
442
442
  */
443
443
  "networkErrorMessage": string;
444
+ /**
445
+ * @undocumented
446
+ */
447
+ "onVerification"?: (token: string) => any;
444
448
  /**
445
449
  * The link that appears in the resend code link
446
450
  * @uiName Resend code label
@@ -1740,6 +1744,10 @@ export namespace Components {
1740
1744
  * @uiName Info required alert header
1741
1745
  */
1742
1746
  "informationRequiredHeader": string;
1747
+ /**
1748
+ * @uiName Cash & Payouts Terms and Conditions url
1749
+ */
1750
+ "termsUrl": string;
1743
1751
  /**
1744
1752
  * @uiName Verification required alert button text
1745
1753
  */
@@ -3977,20 +3985,6 @@ export namespace Components {
3977
3985
  * @uiGroup Dashboard Properties
3978
3986
  */
3979
3987
  "dashboard_editPaymentInformationButton": string;
3980
- /**
3981
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
3982
- * @uiName Payout error message description
3983
- * @uiGroup Dashboard Properties
3984
- * @uiWidget textArea
3985
- */
3986
- "dashboard_errorDescriptionText": string;
3987
- /**
3988
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
3989
- * @uiName Payout error message title
3990
- * @uiGroup Dashboard Properties
3991
- * @uiWidget textArea
3992
- */
3993
- "dashboard_errorTitleText": string;
3994
3988
  /**
3995
3989
  * Part of the Invoice table displayed at the bottom of the page.
3996
3990
  * @uiName Indirect tax column title
@@ -4263,6 +4257,20 @@ export namespace Components {
4263
4257
  * @uiWidget textArea
4264
4258
  */
4265
4259
  "loadingErrorAlertHeader": string;
4260
+ /**
4261
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4262
+ * @uiName Payout error message description
4263
+ * @uiGroup Dashboard Properties
4264
+ * @uiWidget textArea
4265
+ */
4266
+ "payoutHoldAlertDescription": string;
4267
+ /**
4268
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4269
+ * @uiName Payout error message title
4270
+ * @uiGroup Dashboard Properties
4271
+ * @uiWidget textArea
4272
+ */
4273
+ "payoutHoldAlertHeader": string;
4266
4274
  /**
4267
4275
  * Placeholder text displayed in the country search dropdown
4268
4276
  * @uiName Country field placeholder text
@@ -4814,18 +4822,6 @@ export namespace Components {
4814
4822
  * @uiName Edit payment info button label
4815
4823
  */
4816
4824
  "editPaymentInformationButton": string;
4817
- /**
4818
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4819
- * @uiName Payout error message description
4820
- * @uiWidget textArea
4821
- */
4822
- "errorDescriptionText": string;
4823
- /**
4824
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4825
- * @uiName Payout error message title
4826
- * @uiWidget textArea
4827
- */
4828
- "errorTitleText": string;
4829
4825
  /**
4830
4826
  * Part of the alert displayed at the top of the page.
4831
4827
  * @uiName Form submission error message description
@@ -4940,6 +4936,18 @@ export namespace Components {
4940
4936
  * @uiWidget textArea
4941
4937
  */
4942
4938
  "payoutFromImpact": string;
4939
+ /**
4940
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4941
+ * @uiName Payout error message description
4942
+ * @uiWidget textArea
4943
+ */
4944
+ "payoutHoldAlertDescription": string;
4945
+ /**
4946
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4947
+ * @uiName Payout error message title
4948
+ * @uiWidget textArea
4949
+ */
4950
+ "payoutHoldAlertHeader": string;
4943
4951
  /**
4944
4952
  * Text displayed for existing publishers that do not have saved banking information.
4945
4953
  * @uiName Payout missing information subtext
@@ -6552,6 +6560,10 @@ declare namespace LocalJSX {
6552
6560
  * @uiName Network error message
6553
6561
  */
6554
6562
  "networkErrorMessage"?: string;
6563
+ /**
6564
+ * @undocumented
6565
+ */
6566
+ "onVerification"?: (token: string) => any;
6555
6567
  /**
6556
6568
  * The link that appears in the resend code link
6557
6569
  * @uiName Resend code label
@@ -7845,6 +7857,10 @@ declare namespace LocalJSX {
7845
7857
  * @uiName Info required alert header
7846
7858
  */
7847
7859
  "informationRequiredHeader"?: string;
7860
+ /**
7861
+ * @uiName Cash & Payouts Terms and Conditions url
7862
+ */
7863
+ "termsUrl"?: string;
7848
7864
  /**
7849
7865
  * @uiName Verification required alert button text
7850
7866
  */
@@ -10058,20 +10074,6 @@ declare namespace LocalJSX {
10058
10074
  * @uiGroup Dashboard Properties
10059
10075
  */
10060
10076
  "dashboard_editPaymentInformationButton"?: string;
10061
- /**
10062
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10063
- * @uiName Payout error message description
10064
- * @uiGroup Dashboard Properties
10065
- * @uiWidget textArea
10066
- */
10067
- "dashboard_errorDescriptionText"?: string;
10068
- /**
10069
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10070
- * @uiName Payout error message title
10071
- * @uiGroup Dashboard Properties
10072
- * @uiWidget textArea
10073
- */
10074
- "dashboard_errorTitleText"?: string;
10075
10077
  /**
10076
10078
  * Part of the Invoice table displayed at the bottom of the page.
10077
10079
  * @uiName Indirect tax column title
@@ -10344,6 +10346,20 @@ declare namespace LocalJSX {
10344
10346
  * @uiWidget textArea
10345
10347
  */
10346
10348
  "loadingErrorAlertHeader"?: string;
10349
+ /**
10350
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10351
+ * @uiName Payout error message description
10352
+ * @uiGroup Dashboard Properties
10353
+ * @uiWidget textArea
10354
+ */
10355
+ "payoutHoldAlertDescription"?: string;
10356
+ /**
10357
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10358
+ * @uiName Payout error message title
10359
+ * @uiGroup Dashboard Properties
10360
+ * @uiWidget textArea
10361
+ */
10362
+ "payoutHoldAlertHeader"?: string;
10347
10363
  /**
10348
10364
  * Placeholder text displayed in the country search dropdown
10349
10365
  * @uiName Country field placeholder text
@@ -10895,18 +10911,6 @@ declare namespace LocalJSX {
10895
10911
  * @uiName Edit payment info button label
10896
10912
  */
10897
10913
  "editPaymentInformationButton"?: string;
10898
- /**
10899
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10900
- * @uiName Payout error message description
10901
- * @uiWidget textArea
10902
- */
10903
- "errorDescriptionText"?: string;
10904
- /**
10905
- * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10906
- * @uiName Payout error message title
10907
- * @uiWidget textArea
10908
- */
10909
- "errorTitleText"?: string;
10910
10914
  /**
10911
10915
  * Part of the alert displayed at the top of the page.
10912
10916
  * @uiName Form submission error message description
@@ -11021,6 +11025,18 @@ declare namespace LocalJSX {
11021
11025
  * @uiWidget textArea
11022
11026
  */
11023
11027
  "payoutFromImpact"?: string;
11028
+ /**
11029
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11030
+ * @uiName Payout error message description
11031
+ * @uiWidget textArea
11032
+ */
11033
+ "payoutHoldAlertDescription"?: string;
11034
+ /**
11035
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11036
+ * @uiName Payout error message title
11037
+ * @uiWidget textArea
11038
+ */
11039
+ "payoutHoldAlertHeader"?: string;
11024
11040
  /**
11025
11041
  * Text displayed for existing publishers that do not have saved banking information.
11026
11042
  * @uiName Payout missing information subtext
package/docs/docs.docx CHANGED
Binary file