@saasquatch/mint-components 2.0.0-0 → 2.0.0-11

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 (53) hide show
  1. package/dist/cjs/{ShadowViewAddon-23b04c91.js → ShadowViewAddon-016bebfd.js} +1 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/mint-components.cjs.js +1 -1
  4. package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +0 -1
  5. package/dist/cjs/sqm-big-stat_46.cjs.entry.js +29 -46
  6. package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
  7. package/dist/cjs/{sqm-portal-container-view-07e4343f.js → sqm-portal-container-view-ca86b9e5.js} +1 -1
  8. package/dist/cjs/sqm-stencilbook.cjs.entry.js +6 -5
  9. package/dist/collection/components/sqm-hero/sqm-hero.js +5 -13
  10. package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
  11. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +1 -34
  12. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +4 -3
  13. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +78 -3
  14. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +0 -1
  15. package/dist/esm/{ShadowViewAddon-c0bd62f7.js → ShadowViewAddon-4cde160a.js} +1 -1
  16. package/dist/esm/loader.js +1 -1
  17. package/dist/esm/mint-components.js +1 -1
  18. package/dist/esm/sqm-banking-info-form_10.entry.js +0 -1
  19. package/dist/esm/sqm-big-stat_46.entry.js +29 -46
  20. package/dist/esm/sqm-empty_4.entry.js +1 -1
  21. package/dist/esm/{sqm-portal-container-view-176e92e3.js → sqm-portal-container-view-16309b22.js} +1 -1
  22. package/dist/esm/sqm-stencilbook.entry.js +6 -5
  23. package/dist/esm-es5/{ShadowViewAddon-c0bd62f7.js → ShadowViewAddon-4cde160a.js} +1 -1
  24. package/dist/esm-es5/loader.js +1 -1
  25. package/dist/esm-es5/mint-components.js +1 -1
  26. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  27. package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
  28. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  29. package/dist/esm-es5/{sqm-portal-container-view-176e92e3.js → sqm-portal-container-view-16309b22.js} +1 -1
  30. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  31. package/dist/mint-components/mint-components.esm.js +1 -1
  32. package/dist/mint-components/p-16a6f4f4.system.entry.js +1 -0
  33. package/dist/mint-components/{p-9580aac3.js → p-1fa9ef02.js} +1 -1
  34. package/dist/mint-components/{p-76d4ef41.entry.js → p-3bf5cd51.entry.js} +1 -1
  35. package/dist/mint-components/{p-13e66b37.system.entry.js → p-3d713973.system.entry.js} +1 -1
  36. package/dist/mint-components/{p-a38dd63f.system.entry.js → p-3ea29bac.system.entry.js} +1 -1
  37. package/dist/mint-components/{p-7d735c9c.js → p-4ffc5bce.js} +1 -1
  38. package/dist/mint-components/p-92bed2ad.system.js +1 -0
  39. package/dist/mint-components/p-967a9040.system.js +1 -1
  40. package/dist/mint-components/{p-35081b0c.system.entry.js → p-9fed62f8.system.entry.js} +1 -1
  41. package/dist/mint-components/{p-a0730259.entry.js → p-ab79297a.entry.js} +1 -1
  42. package/dist/mint-components/{p-bb452830.system.js → p-c62b277d.system.js} +1 -1
  43. package/dist/mint-components/{p-b8d3fb57.entry.js → p-ca216d67.entry.js} +7 -7
  44. package/dist/mint-components/{p-f860e7f1.entry.js → p-e110688b.entry.js} +2 -2
  45. package/dist/types/components/sqm-hero/sqm-hero.d.ts +4 -4
  46. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +14 -0
  47. package/dist/types/components.d.ts +36 -8
  48. package/docs/docs.docx +0 -0
  49. package/docs/raisins.json +1 -1
  50. package/grapesjs/grapesjs.js +1 -1
  51. package/package.json +1 -1
  52. package/dist/mint-components/p-a6f4fb03.system.js +0 -1
  53. package/dist/mint-components/p-c5fea579.system.entry.js +0 -1
@@ -20,9 +20,9 @@ export declare class Hero {
20
20
  */
21
21
  minHeight: number;
22
22
  /**
23
- * Add an image or select a color. Recommended image aspect ratio of 4:5
23
+ * Content background color or image (for use in the left column)
24
24
  *
25
- * @uiName Background
25
+ * @uiName Content background
26
26
  * @uiWidget Background
27
27
  */
28
28
  background?: string;
@@ -33,9 +33,9 @@ export declare class Hero {
33
33
  */
34
34
  paddingSize: "none" | "small" | "medium" | "large";
35
35
  /**
36
- * Secondary background image or color (for use in the right column)
36
+ * Splash image or background color (for use in the right column)
37
37
  *
38
- * @uiName Secondary background
38
+ * @uiName Splash image
39
39
  * @uiWidget Background
40
40
  */
41
41
  secondaryBackground?: string;
@@ -103,6 +103,20 @@ export declare class PayoutStatusAlert {
103
103
  * @uiName Error description
104
104
  */
105
105
  errorDescription: string;
106
+ /**
107
+ * @undocumented
108
+ * @componentState { "title": "Information Required", "props": { "demoData": { "states": { "status": "INFORMATION_REQUIRED" } } }, "dependencies": ["sqm-payout-status-alert"] }
109
+ * @componentState { "title": "Over W9 Threshold - Defer", "props": { "demoData": { "states": { "status": "OVER_W9_THRESHOLD", "enforceUsTaxComplianceOption": "CASH_ONLY_DEFER_W9" } } }, "dependencies": ["sqm-payout-status-alert"] }
110
+ * @componentState { "title": "Over W9 Threshold - Hold", "props": { "demoData": { "states": { "status": "OVER_W9_THRESHOLD", "enforceUsTaxComplianceOption": "NONE" } } }, "dependencies": ["sqm-payout-status-alert"] }
111
+ * @componentState { "title": "Verification Required", "props": { "demoData": { "states": { "status": "VERIFICATION:REQUIRED" } } }, "dependencies": ["sqm-payout-status-alert"] }
112
+ * @componentState { "title": "Verification Internal", "props": { "demoData": { "states": { "status": "VERIFICATION:INTERNAL" } } }, "dependencies": ["sqm-payout-status-alert"] }
113
+ * @componentState { "title": "Verification Review", "props": { "demoData": { "states": { "status": "VERIFICATION:REVIEW" } } }, "dependencies": ["sqm-payout-status-alert"] }
114
+ * @componentState { "title": "Verification Failed", "props": { "demoData": { "states": { "status": "VERIFICATION:FAILED" } } }, "dependencies": ["sqm-payout-status-alert"] }
115
+ * @componentState { "title": "Account Review", "props": { "demoData": { "states": { "status": "ACCOUNT_REVIEW" } } }, "dependencies": ["sqm-payout-status-alert"] }
116
+ * @componentState { "title": "Hold", "props": { "demoData": { "states": { "status": "HOLD" } } }, "dependencies": ["sqm-payout-status-alert"] }
117
+ * @componentState { "title": "Error State", "props": { "demoData": { "states": { "error": true } } }, "dependencies": ["sqm-payout-status-alert"] }
118
+ */
119
+ stateController?: string;
106
120
  /**
107
121
  * @undocumented
108
122
  * @uiType object
@@ -1024,8 +1024,8 @@ export namespace Components {
1024
1024
  }
1025
1025
  interface SqmHero {
1026
1026
  /**
1027
- * Add an image or select a color. Recommended image aspect ratio of 4:5
1028
- * @uiName Background
1027
+ * Content background color or image (for use in the left column)
1028
+ * @uiName Content background
1029
1029
  * @uiWidget Background
1030
1030
  */
1031
1031
  "background"?: string;
@@ -1054,8 +1054,8 @@ export namespace Components {
1054
1054
  */
1055
1055
  "paddingSize": "none" | "small" | "medium" | "large";
1056
1056
  /**
1057
- * Secondary background image or color (for use in the right column)
1058
- * @uiName Secondary background
1057
+ * Splash image or background color (for use in the right column)
1058
+ * @uiName Splash image
1059
1059
  * @uiWidget Background
1060
1060
  */
1061
1061
  "secondaryBackground"?: string;
@@ -2284,6 +2284,20 @@ export namespace Components {
2284
2284
  * @uiName Info required alert header
2285
2285
  */
2286
2286
  "informationRequiredHeader": string;
2287
+ /**
2288
+ * @undocumented
2289
+ * @componentState { "title": "Information Required", "props": { "demoData": { "states": { "status": "INFORMATION_REQUIRED" } } }, "dependencies": ["sqm-payout-status-alert"] }
2290
+ * @componentState { "title": "Over W9 Threshold - Defer", "props": { "demoData": { "states": { "status": "OVER_W9_THRESHOLD", "enforceUsTaxComplianceOption": "CASH_ONLY_DEFER_W9" } } }, "dependencies": ["sqm-payout-status-alert"] }
2291
+ * @componentState { "title": "Over W9 Threshold - Hold", "props": { "demoData": { "states": { "status": "OVER_W9_THRESHOLD", "enforceUsTaxComplianceOption": "NONE" } } }, "dependencies": ["sqm-payout-status-alert"] }
2292
+ * @componentState { "title": "Verification Required", "props": { "demoData": { "states": { "status": "VERIFICATION:REQUIRED" } } }, "dependencies": ["sqm-payout-status-alert"] }
2293
+ * @componentState { "title": "Verification Internal", "props": { "demoData": { "states": { "status": "VERIFICATION:INTERNAL" } } }, "dependencies": ["sqm-payout-status-alert"] }
2294
+ * @componentState { "title": "Verification Review", "props": { "demoData": { "states": { "status": "VERIFICATION:REVIEW" } } }, "dependencies": ["sqm-payout-status-alert"] }
2295
+ * @componentState { "title": "Verification Failed", "props": { "demoData": { "states": { "status": "VERIFICATION:FAILED" } } }, "dependencies": ["sqm-payout-status-alert"] }
2296
+ * @componentState { "title": "Account Review", "props": { "demoData": { "states": { "status": "ACCOUNT_REVIEW" } } }, "dependencies": ["sqm-payout-status-alert"] }
2297
+ * @componentState { "title": "Hold", "props": { "demoData": { "states": { "status": "HOLD" } } }, "dependencies": ["sqm-payout-status-alert"] }
2298
+ * @componentState { "title": "Error State", "props": { "demoData": { "states": { "error": true } } }, "dependencies": ["sqm-payout-status-alert"] }
2299
+ */
2300
+ "stateController"?: string;
2287
2301
  /**
2288
2302
  * @uiName Support link text
2289
2303
  */
@@ -8723,8 +8737,8 @@ declare namespace LocalJSX {
8723
8737
  }
8724
8738
  interface SqmHero {
8725
8739
  /**
8726
- * Add an image or select a color. Recommended image aspect ratio of 4:5
8727
- * @uiName Background
8740
+ * Content background color or image (for use in the left column)
8741
+ * @uiName Content background
8728
8742
  * @uiWidget Background
8729
8743
  */
8730
8744
  "background"?: string;
@@ -8753,8 +8767,8 @@ declare namespace LocalJSX {
8753
8767
  */
8754
8768
  "paddingSize"?: "none" | "small" | "medium" | "large";
8755
8769
  /**
8756
- * Secondary background image or color (for use in the right column)
8757
- * @uiName Secondary background
8770
+ * Splash image or background color (for use in the right column)
8771
+ * @uiName Splash image
8758
8772
  * @uiWidget Background
8759
8773
  */
8760
8774
  "secondaryBackground"?: string;
@@ -9977,6 +9991,20 @@ declare namespace LocalJSX {
9977
9991
  * @uiName Info required alert header
9978
9992
  */
9979
9993
  "informationRequiredHeader"?: string;
9994
+ /**
9995
+ * @undocumented
9996
+ * @componentState { "title": "Information Required", "props": { "demoData": { "states": { "status": "INFORMATION_REQUIRED" } } }, "dependencies": ["sqm-payout-status-alert"] }
9997
+ * @componentState { "title": "Over W9 Threshold - Defer", "props": { "demoData": { "states": { "status": "OVER_W9_THRESHOLD", "enforceUsTaxComplianceOption": "CASH_ONLY_DEFER_W9" } } }, "dependencies": ["sqm-payout-status-alert"] }
9998
+ * @componentState { "title": "Over W9 Threshold - Hold", "props": { "demoData": { "states": { "status": "OVER_W9_THRESHOLD", "enforceUsTaxComplianceOption": "NONE" } } }, "dependencies": ["sqm-payout-status-alert"] }
9999
+ * @componentState { "title": "Verification Required", "props": { "demoData": { "states": { "status": "VERIFICATION:REQUIRED" } } }, "dependencies": ["sqm-payout-status-alert"] }
10000
+ * @componentState { "title": "Verification Internal", "props": { "demoData": { "states": { "status": "VERIFICATION:INTERNAL" } } }, "dependencies": ["sqm-payout-status-alert"] }
10001
+ * @componentState { "title": "Verification Review", "props": { "demoData": { "states": { "status": "VERIFICATION:REVIEW" } } }, "dependencies": ["sqm-payout-status-alert"] }
10002
+ * @componentState { "title": "Verification Failed", "props": { "demoData": { "states": { "status": "VERIFICATION:FAILED" } } }, "dependencies": ["sqm-payout-status-alert"] }
10003
+ * @componentState { "title": "Account Review", "props": { "demoData": { "states": { "status": "ACCOUNT_REVIEW" } } }, "dependencies": ["sqm-payout-status-alert"] }
10004
+ * @componentState { "title": "Hold", "props": { "demoData": { "states": { "status": "HOLD" } } }, "dependencies": ["sqm-payout-status-alert"] }
10005
+ * @componentState { "title": "Error State", "props": { "demoData": { "states": { "error": true } } }, "dependencies": ["sqm-payout-status-alert"] }
10006
+ */
10007
+ "stateController"?: string;
9980
10008
  /**
9981
10009
  * @uiName Support link text
9982
10010
  */
package/docs/docs.docx CHANGED
Binary file