@saasquatch/mint-components 2.1.5-2 → 2.1.5-3
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.
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +20 -0
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +19 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +20 -0
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-b3561440.system.entry.js → p-3430ea2a.system.entry.js} +1 -1
- package/dist/mint-components/{p-3b066cd0.system.entry.js → p-65dd841d.system.entry.js} +1 -1
- package/dist/mint-components/{p-886f2cf2.entry.js → p-9f203d37.entry.js} +2 -2
- package/dist/mint-components/p-af123d2b.system.js +1 -1
- package/dist/mint-components/{p-83c42aa8.entry.js → p-fff85a6f.entry.js} +1 -1
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +1 -0
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -4245,7 +4245,7 @@ const TaxAndCashDashboardView = (props) => {
|
|
|
4245
4245
|
})))),
|
|
4246
4246
|
};
|
|
4247
4247
|
const alertMap = {
|
|
4248
|
-
INACTIVE: (index.h("sl-alert", { exportparts: "base: alert-base, icon:alert-icon", type: "danger", open: true },
|
|
4248
|
+
INACTIVE: (index.h("sl-alert", { exportparts: "base: alert-base, icon:alert-icon", class: sheet$4.classes.ErrorHoldAlertContainer, type: "danger", open: true },
|
|
4249
4249
|
index.h("sl-icon", { slot: "icon", name: "exclamation-octagon" }),
|
|
4250
4250
|
index.h("strong", null, global.intl.formatMessage({
|
|
4251
4251
|
id: `taxAlertHeaderNotActive`,
|
|
@@ -17029,6 +17029,25 @@ const TaxAndCashDashboardNotActiveW9Form = () => {
|
|
|
17029
17029
|
},
|
|
17030
17030
|
} }));
|
|
17031
17031
|
};
|
|
17032
|
+
const TaxAndCashDashboardNotActiveW8Form = () => {
|
|
17033
|
+
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
17034
|
+
...dashboardProps,
|
|
17035
|
+
states: {
|
|
17036
|
+
payoutStatus: "DONE",
|
|
17037
|
+
veriffLoading: false,
|
|
17038
|
+
noFormNeeded: false,
|
|
17039
|
+
canEditPayoutInfo: true,
|
|
17040
|
+
status: "INACTIVE",
|
|
17041
|
+
documentType: "W8BEN",
|
|
17042
|
+
documentTypeString: data.taxTypeToName("W8BEN"),
|
|
17043
|
+
country: "United Kingdom",
|
|
17044
|
+
indirectTaxType: "VAT",
|
|
17045
|
+
indirectTaxNumber: "123456",
|
|
17046
|
+
showNewFormDialog: false,
|
|
17047
|
+
hasHold: false,
|
|
17048
|
+
},
|
|
17049
|
+
} }));
|
|
17050
|
+
};
|
|
17032
17051
|
const TaxAndCashDashboardNotVerifiedW9Form = () => {
|
|
17033
17052
|
return (index.h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
17034
17053
|
...dashboardProps,
|
|
@@ -17631,6 +17650,7 @@ const TaxForm = /*#__PURE__*/Object.freeze({
|
|
|
17631
17650
|
TaxAndCashDashboardActiveW8BENForm: TaxAndCashDashboardActiveW8BENForm,
|
|
17632
17651
|
TaxAndCashDashboardActiveW8BENEForm: TaxAndCashDashboardActiveW8BENEForm,
|
|
17633
17652
|
TaxAndCashDashboardNotActiveW9Form: TaxAndCashDashboardNotActiveW9Form,
|
|
17653
|
+
TaxAndCashDashboardNotActiveW8Form: TaxAndCashDashboardNotActiveW8Form,
|
|
17634
17654
|
TaxAndCashDashboardNotVerifiedW9Form: TaxAndCashDashboardNotVerifiedW9Form,
|
|
17635
17655
|
TaxAndCashDashboardNotVerifiedW8BENForm: TaxAndCashDashboardNotVerifiedW8BENForm,
|
|
17636
17656
|
TaxAndCashDashboardNotVerifiedW8BENEForm: TaxAndCashDashboardNotVerifiedW8BENEForm,
|
|
@@ -856,6 +856,25 @@ export const TaxAndCashDashboardNotActiveW9Form = () => {
|
|
|
856
856
|
},
|
|
857
857
|
} }));
|
|
858
858
|
};
|
|
859
|
+
export const TaxAndCashDashboardNotActiveW8Form = () => {
|
|
860
|
+
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
861
|
+
...dashboardProps,
|
|
862
|
+
states: {
|
|
863
|
+
payoutStatus: "DONE",
|
|
864
|
+
veriffLoading: false,
|
|
865
|
+
noFormNeeded: false,
|
|
866
|
+
canEditPayoutInfo: true,
|
|
867
|
+
status: "INACTIVE",
|
|
868
|
+
documentType: "W8BEN",
|
|
869
|
+
documentTypeString: taxTypeToName("W8BEN"),
|
|
870
|
+
country: "United Kingdom",
|
|
871
|
+
indirectTaxType: "VAT",
|
|
872
|
+
indirectTaxNumber: "123456",
|
|
873
|
+
showNewFormDialog: false,
|
|
874
|
+
hasHold: false,
|
|
875
|
+
},
|
|
876
|
+
} }));
|
|
877
|
+
};
|
|
859
878
|
export const TaxAndCashDashboardNotVerifiedW9Form = () => {
|
|
860
879
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
861
880
|
...dashboardProps,
|
|
@@ -523,7 +523,7 @@ export const TaxAndCashDashboardView = (props) => {
|
|
|
523
523
|
})))),
|
|
524
524
|
};
|
|
525
525
|
const alertMap = {
|
|
526
|
-
INACTIVE: (h("sl-alert", { exportparts: "base: alert-base, icon:alert-icon", type: "danger", open: true },
|
|
526
|
+
INACTIVE: (h("sl-alert", { exportparts: "base: alert-base, icon:alert-icon", class: sheet.classes.ErrorHoldAlertContainer, type: "danger", open: true },
|
|
527
527
|
h("sl-icon", { slot: "icon", name: "exclamation-octagon" }),
|
|
528
528
|
h("strong", null, intl.formatMessage({
|
|
529
529
|
id: `taxAlertHeaderNotActive`,
|
|
@@ -4241,7 +4241,7 @@ const TaxAndCashDashboardView = (props) => {
|
|
|
4241
4241
|
})))),
|
|
4242
4242
|
};
|
|
4243
4243
|
const alertMap = {
|
|
4244
|
-
INACTIVE: (h("sl-alert", { exportparts: "base: alert-base, icon:alert-icon", type: "danger", open: true },
|
|
4244
|
+
INACTIVE: (h("sl-alert", { exportparts: "base: alert-base, icon:alert-icon", class: sheet$4.classes.ErrorHoldAlertContainer, type: "danger", open: true },
|
|
4245
4245
|
h("sl-icon", { slot: "icon", name: "exclamation-octagon" }),
|
|
4246
4246
|
h("strong", null, intl.formatMessage({
|
|
4247
4247
|
id: `taxAlertHeaderNotActive`,
|
|
@@ -17025,6 +17025,25 @@ const TaxAndCashDashboardNotActiveW9Form = () => {
|
|
|
17025
17025
|
},
|
|
17026
17026
|
} }));
|
|
17027
17027
|
};
|
|
17028
|
+
const TaxAndCashDashboardNotActiveW8Form = () => {
|
|
17029
|
+
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
17030
|
+
...dashboardProps,
|
|
17031
|
+
states: {
|
|
17032
|
+
payoutStatus: "DONE",
|
|
17033
|
+
veriffLoading: false,
|
|
17034
|
+
noFormNeeded: false,
|
|
17035
|
+
canEditPayoutInfo: true,
|
|
17036
|
+
status: "INACTIVE",
|
|
17037
|
+
documentType: "W8BEN",
|
|
17038
|
+
documentTypeString: taxTypeToName("W8BEN"),
|
|
17039
|
+
country: "United Kingdom",
|
|
17040
|
+
indirectTaxType: "VAT",
|
|
17041
|
+
indirectTaxNumber: "123456",
|
|
17042
|
+
showNewFormDialog: false,
|
|
17043
|
+
hasHold: false,
|
|
17044
|
+
},
|
|
17045
|
+
} }));
|
|
17046
|
+
};
|
|
17028
17047
|
const TaxAndCashDashboardNotVerifiedW9Form = () => {
|
|
17029
17048
|
return (h("sqm-tax-and-cash-dashboard", { demoData: {
|
|
17030
17049
|
...dashboardProps,
|
|
@@ -17627,6 +17646,7 @@ const TaxForm = /*#__PURE__*/Object.freeze({
|
|
|
17627
17646
|
TaxAndCashDashboardActiveW8BENForm: TaxAndCashDashboardActiveW8BENForm,
|
|
17628
17647
|
TaxAndCashDashboardActiveW8BENEForm: TaxAndCashDashboardActiveW8BENEForm,
|
|
17629
17648
|
TaxAndCashDashboardNotActiveW9Form: TaxAndCashDashboardNotActiveW9Form,
|
|
17649
|
+
TaxAndCashDashboardNotActiveW8Form: TaxAndCashDashboardNotActiveW8Form,
|
|
17630
17650
|
TaxAndCashDashboardNotVerifiedW9Form: TaxAndCashDashboardNotVerifiedW9Form,
|
|
17631
17651
|
TaxAndCashDashboardNotVerifiedW8BENForm: TaxAndCashDashboardNotVerifiedW8BENForm,
|
|
17632
17652
|
TaxAndCashDashboardNotVerifiedW8BENEForm: TaxAndCashDashboardNotVerifiedW8BENEForm,
|