@saasquatch/mint-components 1.12.0-4 → 1.12.0-6

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 (123) 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 +22 -4
  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 +53 -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 +55 -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 +8 -3
  27. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +11 -1
  28. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.js +9 -1
  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 +22 -4
  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 +53 -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-116c1809.entry.js +11 -0
  62. package/dist/mint-components/{p-99a09fab.entry.js → p-126a4f24.entry.js} +2 -2
  63. package/dist/mint-components/{p-d4138847.system.entry.js → p-28450e40.system.entry.js} +1 -1
  64. package/dist/mint-components/p-2b5b2586.system.js +1 -0
  65. package/dist/mint-components/p-39840341.js +1 -0
  66. package/dist/mint-components/p-4606b096.entry.js +12 -0
  67. package/dist/mint-components/p-46a5718f.system.entry.js +1 -0
  68. package/dist/mint-components/{p-ff77d11f.entry.js → p-4986a616.entry.js} +10 -10
  69. package/dist/mint-components/p-4a43ffbd.js +1 -0
  70. package/dist/mint-components/p-696e634f.system.entry.js +1 -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 +5 -0
  91. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +5 -0
  92. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/usePayoutStatus.d.ts +5 -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 +60 -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/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
@@ -3977,20 +3981,6 @@ export namespace Components {
3977
3981
  * @uiGroup Dashboard Properties
3978
3982
  */
3979
3983
  "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
3984
  /**
3995
3985
  * Part of the Invoice table displayed at the bottom of the page.
3996
3986
  * @uiName Indirect tax column title
@@ -4263,6 +4253,20 @@ export namespace Components {
4263
4253
  * @uiWidget textArea
4264
4254
  */
4265
4255
  "loadingErrorAlertHeader": string;
4256
+ /**
4257
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4258
+ * @uiName Payout error message description
4259
+ * @uiGroup Dashboard Properties
4260
+ * @uiWidget textArea
4261
+ */
4262
+ "payoutHoldAlertDescription": string;
4263
+ /**
4264
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4265
+ * @uiName Payout error message title
4266
+ * @uiGroup Dashboard Properties
4267
+ * @uiWidget textArea
4268
+ */
4269
+ "payoutHoldAlertHeader": string;
4266
4270
  /**
4267
4271
  * Placeholder text displayed in the country search dropdown
4268
4272
  * @uiName Country field placeholder text
@@ -4814,18 +4818,6 @@ export namespace Components {
4814
4818
  * @uiName Edit payment info button label
4815
4819
  */
4816
4820
  "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
4821
  /**
4830
4822
  * Part of the alert displayed at the top of the page.
4831
4823
  * @uiName Form submission error message description
@@ -4940,6 +4932,18 @@ export namespace Components {
4940
4932
  * @uiWidget textArea
4941
4933
  */
4942
4934
  "payoutFromImpact": string;
4935
+ /**
4936
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4937
+ * @uiName Payout error message description
4938
+ * @uiWidget textArea
4939
+ */
4940
+ "payoutHoldAlertDescription": string;
4941
+ /**
4942
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
4943
+ * @uiName Payout error message title
4944
+ * @uiWidget textArea
4945
+ */
4946
+ "payoutHoldAlertHeader": string;
4943
4947
  /**
4944
4948
  * Text displayed for existing publishers that do not have saved banking information.
4945
4949
  * @uiName Payout missing information subtext
@@ -6552,6 +6556,10 @@ declare namespace LocalJSX {
6552
6556
  * @uiName Network error message
6553
6557
  */
6554
6558
  "networkErrorMessage"?: string;
6559
+ /**
6560
+ * @undocumented
6561
+ */
6562
+ "onVerification"?: (token: string) => any;
6555
6563
  /**
6556
6564
  * The link that appears in the resend code link
6557
6565
  * @uiName Resend code label
@@ -10058,20 +10066,6 @@ declare namespace LocalJSX {
10058
10066
  * @uiGroup Dashboard Properties
10059
10067
  */
10060
10068
  "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
10069
  /**
10076
10070
  * Part of the Invoice table displayed at the bottom of the page.
10077
10071
  * @uiName Indirect tax column title
@@ -10344,6 +10338,20 @@ declare namespace LocalJSX {
10344
10338
  * @uiWidget textArea
10345
10339
  */
10346
10340
  "loadingErrorAlertHeader"?: string;
10341
+ /**
10342
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10343
+ * @uiName Payout error message description
10344
+ * @uiGroup Dashboard Properties
10345
+ * @uiWidget textArea
10346
+ */
10347
+ "payoutHoldAlertDescription"?: string;
10348
+ /**
10349
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
10350
+ * @uiName Payout error message title
10351
+ * @uiGroup Dashboard Properties
10352
+ * @uiWidget textArea
10353
+ */
10354
+ "payoutHoldAlertHeader"?: string;
10347
10355
  /**
10348
10356
  * Placeholder text displayed in the country search dropdown
10349
10357
  * @uiName Country field placeholder text
@@ -10895,18 +10903,6 @@ declare namespace LocalJSX {
10895
10903
  * @uiName Edit payment info button label
10896
10904
  */
10897
10905
  "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
10906
  /**
10911
10907
  * Part of the alert displayed at the top of the page.
10912
10908
  * @uiName Form submission error message description
@@ -11021,6 +11017,18 @@ declare namespace LocalJSX {
11021
11017
  * @uiWidget textArea
11022
11018
  */
11023
11019
  "payoutFromImpact"?: string;
11020
+ /**
11021
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11022
+ * @uiName Payout error message description
11023
+ * @uiWidget textArea
11024
+ */
11025
+ "payoutHoldAlertDescription"?: string;
11026
+ /**
11027
+ * Part of the alert displayed at the top of the page when there’s been an issue preventing payouts.
11028
+ * @uiName Payout error message title
11029
+ * @uiWidget textArea
11030
+ */
11031
+ "payoutHoldAlertHeader"?: string;
11024
11032
  /**
11025
11033
  * Text displayed for existing publishers that do not have saved banking information.
11026
11034
  * @uiName Payout missing information subtext
package/docs/docs.docx CHANGED
Binary file