@saasquatch/mint-components 1.16.0-5 → 1.16.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 (28) 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_17.cjs.entry.js +10 -1
  4. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +29 -0
  5. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +1 -1
  6. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +25 -0
  7. package/dist/esm/loader.js +1 -1
  8. package/dist/esm/mint-components.js +1 -1
  9. package/dist/esm/sqm-banking-info-form_17.entry.js +10 -1
  10. package/dist/esm-es5/loader.js +1 -1
  11. package/dist/esm-es5/mint-components.js +1 -1
  12. package/dist/esm-es5/sqm-banking-info-form_17.entry.js +1 -1
  13. package/dist/mint-components/mint-components.esm.js +1 -1
  14. package/dist/mint-components/{p-7cde5d20.entry.js → p-340c4ed9.entry.js} +6 -6
  15. package/dist/mint-components/p-37996351.system.js +1 -1
  16. package/dist/mint-components/{p-38ec543b.system.entry.js → p-5de8c966.system.entry.js} +1 -1
  17. package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +5 -0
  18. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +1 -0
  19. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +4 -0
  20. package/dist/types/components.d.ts +18 -0
  21. package/docs/docs.docx +0 -0
  22. package/docs/raisins.json +1 -1
  23. package/grapesjs/grapesjs.js +1 -1
  24. package/package.json +1 -1
  25. package/dist/types/global/android.d.ts +0 -7
  26. package/dist/types/global/demo.d.ts +0 -2
  27. package/dist/types/stories/features.d.ts +0 -4
  28. package/dist/types/stories/templates.d.ts +0 -4
@@ -907,6 +907,11 @@ export declare class TaxAndCashMonolith {
907
907
  * @uiWidget textArea
908
908
  */
909
909
  dashboard_w9RequiredDescription: string;
910
+ /**
911
+ * @uiName Terms and Conditions text
912
+ * @uiGroup Dashboard Properties
913
+ */
914
+ dashboard_termsAndConditions: string;
910
915
  /**
911
916
  * @uiName W9 payment threshold alert button text
912
917
  * @uiGroup Dashboard Properties
@@ -99,6 +99,7 @@ export interface TaxAndCashDashboardProps {
99
99
  w9RequiredHeader: string;
100
100
  w9RequiredDescription: string;
101
101
  w9RequiredButtonText: string;
102
+ termsAndConditions: string;
102
103
  cancelButton: string;
103
104
  supportLink: string;
104
105
  error: {
@@ -233,6 +233,10 @@ export declare class TaxAndCashDashboard {
233
233
  * @uiName W9 payment threshold alert description
234
234
  */
235
235
  w9RequiredDescription: string;
236
+ /**
237
+ * @uiName Terms and Conditions text
238
+ */
239
+ termsAndConditions: string;
236
240
  /**
237
241
  * @uiName W9 payment threshold alert button text
238
242
  */
@@ -4904,6 +4904,11 @@ export namespace Components {
4904
4904
  * @uiGroup Dashboard Properties
4905
4905
  */
4906
4906
  "dashboard_taxDocumentSectionSubHeader": string;
4907
+ /**
4908
+ * @uiName Terms and Conditions text
4909
+ * @uiGroup Dashboard Properties
4910
+ */
4911
+ "dashboard_termsAndConditions": string;
4907
4912
  /**
4908
4913
  * Display participants' payout preference on the payout information card, indicating the balance at which they want to get paid.
4909
4914
  * @uiName Payout schedule by threshold text
@@ -5873,6 +5878,10 @@ export namespace Components {
5873
5878
  * @uiName Tax documents section description
5874
5879
  */
5875
5880
  "taxDocumentSectionSubHeader": string;
5881
+ /**
5882
+ * @uiName Terms and Conditions text
5883
+ */
5884
+ "termsAndConditions": string;
5876
5885
  /**
5877
5886
  * Display participants' payout preference on the payout information card, indicating the balance at which they want to get paid.
5878
5887
  * @uiName Payout schedule by threshold text
@@ -11980,6 +11989,11 @@ declare namespace LocalJSX {
11980
11989
  * @uiGroup Dashboard Properties
11981
11990
  */
11982
11991
  "dashboard_taxDocumentSectionSubHeader"?: string;
11992
+ /**
11993
+ * @uiName Terms and Conditions text
11994
+ * @uiGroup Dashboard Properties
11995
+ */
11996
+ "dashboard_termsAndConditions"?: string;
11983
11997
  /**
11984
11998
  * Display participants' payout preference on the payout information card, indicating the balance at which they want to get paid.
11985
11999
  * @uiName Payout schedule by threshold text
@@ -12949,6 +12963,10 @@ declare namespace LocalJSX {
12949
12963
  * @uiName Tax documents section description
12950
12964
  */
12951
12965
  "taxDocumentSectionSubHeader"?: string;
12966
+ /**
12967
+ * @uiName Terms and Conditions text
12968
+ */
12969
+ "termsAndConditions"?: string;
12952
12970
  /**
12953
12971
  * Display participants' payout preference on the payout information card, indicating the balance at which they want to get paid.
12954
12972
  * @uiName Payout schedule by threshold text
package/docs/docs.docx CHANGED
Binary file