@saasquatch/mint-components 2.1.5-2 → 2.1.5-4
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 +3 -3
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +40 -0
- package/dist/collection/components/tax-and-cash/TaxForm.stories.js +38 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +3 -3
- package/dist/esm/sqm-banking-info-form_10.entry.js +3 -3
- package/dist/esm/sqm-stencilbook.entry.js +40 -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-83c42aa8.entry.js → p-12521cf1.entry.js} +1 -1
- package/dist/mint-components/{p-b3561440.system.entry.js → p-51384e0e.system.entry.js} +1 -1
- package/dist/mint-components/{p-3b066cd0.system.entry.js → p-940365f1.system.entry.js} +1 -1
- package/dist/mint-components/p-af123d2b.system.js +1 -1
- package/dist/mint-components/{p-886f2cf2.entry.js → p-d7967a1d.entry.js} +2 -2
- package/dist/types/components/tax-and-cash/TaxForm.stories.d.ts +2 -0
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -48,6 +48,8 @@ export declare const TaxAndCashDashboardActiveW9Form: () => any;
|
|
|
48
48
|
export declare const TaxAndCashDashboardActiveW8BENForm: () => any;
|
|
49
49
|
export declare const TaxAndCashDashboardActiveW8BENEForm: () => any;
|
|
50
50
|
export declare const TaxAndCashDashboardNotActiveW9Form: () => any;
|
|
51
|
+
export declare const TaxAndCashDashboardNotActiveW8Form: () => any;
|
|
52
|
+
export declare const TaxAndCashDashboardNotActiveNoForm: () => any;
|
|
51
53
|
export declare const TaxAndCashDashboardNotVerifiedW9Form: () => any;
|
|
52
54
|
export declare const TaxAndCashDashboardNotVerifiedW8BENForm: () => any;
|
|
53
55
|
export declare const TaxAndCashDashboardNotVerifiedW8BENEForm: () => any;
|
package/docs/docs.docx
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saasquatch/mint-components",
|
|
3
3
|
"title": "Mint Components",
|
|
4
|
-
"version": "2.1.5-
|
|
4
|
+
"version": "2.1.5-4",
|
|
5
5
|
"description": "A minimal design library with components for referral and loyalty experiences. Built with Shoelace components by Saasquatch.",
|
|
6
6
|
"icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Mint.svg",
|
|
7
7
|
"raisins": "docs/raisins.json",
|