@saasquatch/mint-components 2.0.0-6 → 2.0.0-8

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 (32) 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-big-stat_46.cjs.entry.js +36 -23
  4. package/dist/cjs/sqm-stencilbook.cjs.entry.js +3 -4
  5. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +1 -1
  6. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +34 -1
  7. package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +1 -1
  8. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +3 -4
  9. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +2 -80
  10. package/dist/esm/loader.js +1 -1
  11. package/dist/esm/mint-components.js +1 -1
  12. package/dist/esm/sqm-big-stat_46.entry.js +36 -23
  13. package/dist/esm/sqm-stencilbook.entry.js +3 -4
  14. package/dist/esm-es5/loader.js +1 -1
  15. package/dist/esm-es5/mint-components.js +1 -1
  16. package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
  17. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  18. package/dist/mint-components/mint-components.esm.js +1 -1
  19. package/dist/mint-components/{p-3ea29bac.system.entry.js → p-3c09c632.system.entry.js} +1 -1
  20. package/dist/mint-components/{p-38b92bc5.entry.js → p-46b88149.entry.js} +12 -12
  21. package/dist/mint-components/{p-ec25aaa7.system.entry.js → p-5853132a.system.entry.js} +1 -1
  22. package/dist/mint-components/p-967a9040.system.js +1 -1
  23. package/dist/mint-components/{p-e110688b.entry.js → p-f5c49a83.entry.js} +1 -1
  24. package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +1 -1
  25. package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +1 -1
  26. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +0 -16
  27. package/dist/types/components.d.ts +0 -32
  28. package/docs/docs.docx +0 -0
  29. package/docs/raisins.json +1 -1
  30. package/grapesjs/grapesjs.js +1 -1
  31. package/package.json +1 -1
  32. package/shoelace/assets/icons/twitter-x.svg +0 -4
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @uiName Footer
3
- * @validParents ["div","sqm-brand","sqm-portal-container", "sqm-divided-layout", "sqm-referral-card", "sqm-instant-access-registration", "sqm-portal-frame"]
3
+ * @validParents ["div","sqm-brand","sqm-portal-container", "sqm-divided-layout", "sqm-referral-card", "sqm-instant-access-registration", "sqm-portal-frame", "sqm-referred-registration"]
4
4
  */
5
5
  export declare class PortalFooter {
6
6
  ignored: boolean;
@@ -2,7 +2,7 @@ import { VNode } from "../../stencil-public-runtime";
2
2
  import { Spacing } from "../../global/mixins";
3
3
  /**
4
4
  * @uiName Titled Section
5
- * @validParents ["sqm-portal-container","div","sqm-divided-layout","template","sqm-hero","sqm-tab", "sqm-referred-registration", "sqb-program-section","sqb-conditional-section", "sqm-instant-access-registration", "sqm-referral-card"]
5
+ * @validParents ["sqm-portal-container","div","sqm-divided-layout","template","sqm-hero","sqm-tab", "sqm-referred-registration", "sqb-program-section","sqb-conditional-section", "sqm-instant-access-registration", "sqm-referral-card", "sqm-referred-registration"]
6
6
  * @validChildren ["div","sqm-portal-container","p","sqm-timeline","h1","h2","h3","h5","h4","sqm-qr-code","sqm-referral-code","sqm-referral-codes","sqm-share-code","sqm-share-link","sqm-text","span", "sqm-user-name"]
7
7
  * @slots [{"name":"label", "title":"Label"},{"name":"content", "title":"Content"}]
8
8
  * @exampleGroup Layout
@@ -103,22 +103,6 @@ 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" } } }, "uiGroup": "Alert States" }
109
- * @componentState { "title": "Over W9 Threshold", "props": { "demoData": { "states": { "status": "OVER_W9_THRESHOLD", "enforceUsTaxComplianceOption": "CASH_ONLY_DEFER_W9" } } }, "uiGroup": "Alert States" }
110
- * @componentState { "title": "Over W9 Threshold - Hold", "props": { "demoData": { "states": { "status": "OVER_W9_THRESHOLD", "enforceUsTaxComplianceOption": "NONE" } } }, "uiGroup": "Alert States" }
111
- * @componentState { "title": "Verification Required", "props": { "demoData": { "states": { "status": "VERIFICATION:REQUIRED" } } }, "uiGroup": "Alert States" }
112
- * @componentState { "title": "Verification Internal", "props": { "demoData": { "states": { "status": "VERIFICATION:INTERNAL" } } }, "uiGroup": "Alert States" }
113
- * @componentState { "title": "Verification Review", "props": { "demoData": { "states": { "status": "VERIFICATION:REVIEW" } } }, "uiGroup": "Alert States" }
114
- * @componentState { "title": "Verification Failed", "props": { "demoData": { "states": { "status": "VERIFICATION:FAILED" } } }, "uiGroup": "Alert States" }
115
- * @componentState { "title": "Account Review", "props": { "demoData": { "states": { "status": "ACCOUNT_REVIEW" } } }, "uiGroup": "Alert States" }
116
- * @componentState { "title": "Hold", "props": { "demoData": { "states": { "status": "HOLD" } } }, "uiGroup": "Alert States" }
117
- * @componentState { "title": "Done - No Alert", "props": { "demoData": { "states": { "status": "DONE" } } }, "uiGroup": "Alert States" }
118
- * @componentState { "title": "Error State", "props": { "demoData": { "states": { "error": true } } }, "uiGroup": "Alert States" }
119
- * @componentState { "title": "Loading State", "props": { "demoData": { "states": { "loading": true } } }, "uiGroup": "Alert States" }
120
- */
121
- stateController?: string;
122
106
  /**
123
107
  * @undocumented
124
108
  * @uiType object
@@ -2284,22 +2284,6 @@ 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" } } }, "uiGroup": "Alert States" }
2290
- * @componentState { "title": "Over W9 Threshold", "props": { "demoData": { "states": { "status": "OVER_W9_THRESHOLD", "enforceUsTaxComplianceOption": "CASH_ONLY_DEFER_W9" } } }, "uiGroup": "Alert States" }
2291
- * @componentState { "title": "Over W9 Threshold - Hold", "props": { "demoData": { "states": { "status": "OVER_W9_THRESHOLD", "enforceUsTaxComplianceOption": "NONE" } } }, "uiGroup": "Alert States" }
2292
- * @componentState { "title": "Verification Required", "props": { "demoData": { "states": { "status": "VERIFICATION:REQUIRED" } } }, "uiGroup": "Alert States" }
2293
- * @componentState { "title": "Verification Internal", "props": { "demoData": { "states": { "status": "VERIFICATION:INTERNAL" } } }, "uiGroup": "Alert States" }
2294
- * @componentState { "title": "Verification Review", "props": { "demoData": { "states": { "status": "VERIFICATION:REVIEW" } } }, "uiGroup": "Alert States" }
2295
- * @componentState { "title": "Verification Failed", "props": { "demoData": { "states": { "status": "VERIFICATION:FAILED" } } }, "uiGroup": "Alert States" }
2296
- * @componentState { "title": "Account Review", "props": { "demoData": { "states": { "status": "ACCOUNT_REVIEW" } } }, "uiGroup": "Alert States" }
2297
- * @componentState { "title": "Hold", "props": { "demoData": { "states": { "status": "HOLD" } } }, "uiGroup": "Alert States" }
2298
- * @componentState { "title": "Done - No Alert", "props": { "demoData": { "states": { "status": "DONE" } } }, "uiGroup": "Alert States" }
2299
- * @componentState { "title": "Error State", "props": { "demoData": { "states": { "error": true } } }, "uiGroup": "Alert States" }
2300
- * @componentState { "title": "Loading State", "props": { "demoData": { "states": { "loading": true } } }, "uiGroup": "Alert States" }
2301
- */
2302
- "stateController"?: string;
2303
2287
  /**
2304
2288
  * @uiName Support link text
2305
2289
  */
@@ -9993,22 +9977,6 @@ declare namespace LocalJSX {
9993
9977
  * @uiName Info required alert header
9994
9978
  */
9995
9979
  "informationRequiredHeader"?: string;
9996
- /**
9997
- * @undocumented
9998
- * @componentState { "title": "Information Required", "props": { "demoData": { "states": { "status": "INFORMATION_REQUIRED" } } }, "uiGroup": "Alert States" }
9999
- * @componentState { "title": "Over W9 Threshold", "props": { "demoData": { "states": { "status": "OVER_W9_THRESHOLD", "enforceUsTaxComplianceOption": "CASH_ONLY_DEFER_W9" } } }, "uiGroup": "Alert States" }
10000
- * @componentState { "title": "Over W9 Threshold - Hold", "props": { "demoData": { "states": { "status": "OVER_W9_THRESHOLD", "enforceUsTaxComplianceOption": "NONE" } } }, "uiGroup": "Alert States" }
10001
- * @componentState { "title": "Verification Required", "props": { "demoData": { "states": { "status": "VERIFICATION:REQUIRED" } } }, "uiGroup": "Alert States" }
10002
- * @componentState { "title": "Verification Internal", "props": { "demoData": { "states": { "status": "VERIFICATION:INTERNAL" } } }, "uiGroup": "Alert States" }
10003
- * @componentState { "title": "Verification Review", "props": { "demoData": { "states": { "status": "VERIFICATION:REVIEW" } } }, "uiGroup": "Alert States" }
10004
- * @componentState { "title": "Verification Failed", "props": { "demoData": { "states": { "status": "VERIFICATION:FAILED" } } }, "uiGroup": "Alert States" }
10005
- * @componentState { "title": "Account Review", "props": { "demoData": { "states": { "status": "ACCOUNT_REVIEW" } } }, "uiGroup": "Alert States" }
10006
- * @componentState { "title": "Hold", "props": { "demoData": { "states": { "status": "HOLD" } } }, "uiGroup": "Alert States" }
10007
- * @componentState { "title": "Done - No Alert", "props": { "demoData": { "states": { "status": "DONE" } } }, "uiGroup": "Alert States" }
10008
- * @componentState { "title": "Error State", "props": { "demoData": { "states": { "error": true } } }, "uiGroup": "Alert States" }
10009
- * @componentState { "title": "Loading State", "props": { "demoData": { "states": { "loading": true } } }, "uiGroup": "Alert States" }
10010
- */
10011
- "stateController"?: string;
10012
9980
  /**
10013
9981
  * @uiName Support link text
10014
9982
  */
package/docs/docs.docx CHANGED
Binary file