@saasquatch/mint-components 2.1.5-1 → 2.1.5-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 (29) 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_10.cjs.entry.js +15 -7
  4. package/dist/cjs/sqm-stencilbook.cjs.entry.js +131 -1
  5. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +125 -1
  6. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +9 -7
  7. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +27 -0
  8. package/dist/esm/loader.js +1 -1
  9. package/dist/esm/mint-components.js +1 -1
  10. package/dist/esm/sqm-banking-info-form_10.entry.js +15 -7
  11. package/dist/esm/sqm-stencilbook.entry.js +131 -1
  12. package/dist/esm-es5/loader.js +1 -1
  13. package/dist/esm-es5/mint-components.js +1 -1
  14. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  15. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  16. package/dist/mint-components/mint-components.esm.js +1 -1
  17. package/dist/mint-components/{p-85eb62b5.system.entry.js → p-3b066cd0.system.entry.js} +1 -1
  18. package/dist/mint-components/{p-e23ac237.entry.js → p-83c42aa8.entry.js} +2 -2
  19. package/dist/mint-components/{p-5cb14b1a.entry.js → p-886f2cf2.entry.js} +2 -2
  20. package/dist/mint-components/p-af123d2b.system.js +1 -1
  21. package/dist/mint-components/{p-53a72c67.system.entry.js → p-b3561440.system.entry.js} +1 -1
  22. package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +6 -0
  23. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.d.ts +1 -0
  24. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +6 -0
  25. package/dist/types/components.d.ts +10 -0
  26. package/docs/docs.docx +0 -0
  27. package/docs/raisins.json +1 -1
  28. package/grapesjs/grapesjs.js +1 -1
  29. package/package.json +1 -1
@@ -65,6 +65,12 @@ export declare const TaxAndCashDashboardW9ThresholdReached: () => any;
65
65
  export declare const TaxAndCashDashboardNewTaxForm: () => any;
66
66
  export declare const TaxAndCashDashboardPayoutsOnHold: () => any;
67
67
  export declare const TaxAndCashDashboardNoTaxFormRequiredAndBeneficiaryNameInvalid: () => any;
68
+ export declare const TaxAndCashDashboardNoTaxFormRequiredAndBeneficiaryNameInvalidUS: () => any;
69
+ export declare const TaxAndCashDashboardNoDocumentType: () => any;
70
+ export declare const TaxAndCashDashboardNoDocumentTypeNoFormNeeded: () => any;
71
+ export declare const TaxAndCashDashboardFallbackDocumentTypeW9: () => any;
72
+ export declare const TaxAndCashDashboardFallbackDocumentTypeW8BEN: () => any;
73
+ export declare const TaxAndCashDashboardDeferW9NoDocumentType: () => any;
68
74
  export declare const TaxAndCashDashboardLoading: () => any;
69
75
  export declare const TaxAndCashDashboardWithLoadingError: () => any;
70
76
  export declare const TaxAndCashDashboardWithGeneralError: () => any;
@@ -66,6 +66,7 @@ export interface TaxAndCashDashboardProps {
66
66
  indirectTaxDetails?: string;
67
67
  taxDocumentSectionHeader?: string;
68
68
  taxDocumentSectionSubHeader?: string;
69
+ taxDocumentSectionSubHeaderNoDocument?: string;
69
70
  newFormButton?: string;
70
71
  editPaymentInformationButton?: string;
71
72
  invalidForm?: string;
@@ -96,6 +96,12 @@ export declare class TaxAndCashDashboard {
96
96
  * @uiName Tax documents section description
97
97
  */
98
98
  taxDocumentSectionSubHeader: string;
99
+ /**
100
+ * Displayed under the tax document section header.
101
+ *
102
+ * @uiName Tax documents section description
103
+ */
104
+ taxDocumentSectionSubHeaderNoDocument: string;
99
105
  /**
100
106
  *
101
107
  * @uiName Indirect tax section header
@@ -6591,6 +6591,11 @@ export namespace Components {
6591
6591
  * @uiName Tax documents section description
6592
6592
  */
6593
6593
  "taxDocumentSectionSubHeader": string;
6594
+ /**
6595
+ * Displayed under the tax document section header.
6596
+ * @uiName Tax documents section description
6597
+ */
6598
+ "taxDocumentSectionSubHeaderNoDocument": string;
6594
6599
  /**
6595
6600
  * @uiName Terms and Conditions text
6596
6601
  */
@@ -14447,6 +14452,11 @@ declare namespace LocalJSX {
14447
14452
  * @uiName Tax documents section description
14448
14453
  */
14449
14454
  "taxDocumentSectionSubHeader"?: string;
14455
+ /**
14456
+ * Displayed under the tax document section header.
14457
+ * @uiName Tax documents section description
14458
+ */
14459
+ "taxDocumentSectionSubHeaderNoDocument"?: string;
14450
14460
  /**
14451
14461
  * @uiName Terms and Conditions text
14452
14462
  */
package/docs/docs.docx CHANGED
Binary file