@saasquatch/mint-components 2.0.0-21 → 2.0.0-22

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.
@@ -339,7 +339,7 @@ export declare class TaxAndCashDashboard {
339
339
  demoData?: DemoData<UseTaxAndCashDashboardResult>;
340
340
  /**
341
341
  * @undocumented
342
- * @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"]}
342
+ * @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"] }
343
343
  */
344
344
  stateController?: string;
345
345
  constructor();
@@ -6356,7 +6356,7 @@ export namespace Components {
6356
6356
  "requiredTaxForm"?: string;
6357
6357
  /**
6358
6358
  * @undocumented
6359
- * @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"]}
6359
+ * @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"] }
6360
6360
  */
6361
6361
  "stateController"?: string;
6362
6362
  /**
@@ -14033,7 +14033,7 @@ declare namespace LocalJSX {
14033
14033
  "requiredTaxForm"?: string;
14034
14034
  /**
14035
14035
  * @undocumented
14036
- * @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"]}
14036
+ * @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"] }
14037
14037
  */
14038
14038
  "stateController"?: string;
14039
14039
  /**
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.0.0-21",
4
+ "version": "2.0.0-22",
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",