@saasquatch/mint-components 2.0.0-2 → 2.0.0-20

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 (44) 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-banking-info-form_10.cjs.entry.js +7 -3
  4. package/dist/cjs/sqm-big-stat_46.cjs.entry.js +15 -43
  5. package/dist/cjs/sqm-stencilbook.cjs.entry.js +4 -3
  6. package/dist/collection/components/sqm-hero/sqm-hero.js +5 -13
  7. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +1 -1
  8. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +1 -34
  9. package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +1 -1
  10. package/dist/collection/components/tax-and-cash/TaxForm.stories.js +4 -3
  11. package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +48 -2
  12. package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +8 -4
  13. package/dist/esm/loader.js +1 -1
  14. package/dist/esm/mint-components.js +1 -1
  15. package/dist/esm/sqm-banking-info-form_10.entry.js +7 -3
  16. package/dist/esm/sqm-big-stat_46.entry.js +15 -43
  17. package/dist/esm/sqm-stencilbook.entry.js +4 -3
  18. package/dist/esm-es5/loader.js +1 -1
  19. package/dist/esm-es5/mint-components.js +1 -1
  20. package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
  21. package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
  22. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  23. package/dist/mint-components/mint-components.esm.js +1 -1
  24. package/dist/mint-components/{p-4652abfb.entry.js → p-38263521.entry.js} +12 -12
  25. package/dist/mint-components/{p-3c09c632.system.entry.js → p-3ea29bac.system.entry.js} +1 -1
  26. package/dist/mint-components/p-69d8b4f2.system.entry.js +1 -0
  27. package/dist/mint-components/p-6cadd5cb.system.entry.js +1 -0
  28. package/dist/mint-components/p-967a9040.system.js +1 -1
  29. package/dist/mint-components/{p-f5c49a83.entry.js → p-e110688b.entry.js} +1 -1
  30. package/dist/mint-components/p-f355c845.entry.js +99 -0
  31. package/dist/types/components/sqm-hero/sqm-hero.d.ts +4 -4
  32. package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +1 -1
  33. package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +1 -1
  34. package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +8 -0
  35. package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +1 -1
  36. package/dist/types/components.d.ts +26 -10
  37. package/docs/docs.docx +0 -0
  38. package/docs/raisins.json +1 -1
  39. package/grapesjs/grapesjs.js +1 -1
  40. package/package.json +1 -1
  41. package/shoelace/assets/icons/twitter-x.svg +4 -0
  42. package/dist/mint-components/p-13e66b37.system.entry.js +0 -1
  43. package/dist/mint-components/p-a0730259.entry.js +0 -99
  44. package/dist/mint-components/p-c5f97014.system.entry.js +0 -1
@@ -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,14 @@ export namespace Components {
2284
2284
  * @uiName Info required alert header
2285
2285
  */
2286
2286
  "informationRequiredHeader": string;
2287
+ /**
2288
+ * @undocumented
2289
+ * @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
2290
+ * @componentState { "title": "Verification Required", "props": { "states": { "status": "VERIFICATION:REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
2291
+ * @componentState { "title": "Identity Verification", "props": { "states": { "status": "VERIFICATION:REVIEW" } }, "dependencies": ["sqm-payout-status-alert"] }
2292
+ * @componentState { "title": "Account Hold", "props": { "states": { "status": "HOLD" } }, "dependencies": ["sqm-payout-status-alert"] }
2293
+ */
2294
+ "stateController"?: string;
2287
2295
  /**
2288
2296
  * @uiName Support link text
2289
2297
  */
@@ -6348,7 +6356,7 @@ export namespace Components {
6348
6356
  "requiredTaxForm"?: string;
6349
6357
  /**
6350
6358
  * @undocumented
6351
- * @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
6359
+ * @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"]}
6352
6360
  */
6353
6361
  "stateController"?: string;
6354
6362
  /**
@@ -8723,8 +8731,8 @@ declare namespace LocalJSX {
8723
8731
  }
8724
8732
  interface SqmHero {
8725
8733
  /**
8726
- * Add an image or select a color. Recommended image aspect ratio of 4:5
8727
- * @uiName Background
8734
+ * Content background color or image (for use in the left column)
8735
+ * @uiName Content background
8728
8736
  * @uiWidget Background
8729
8737
  */
8730
8738
  "background"?: string;
@@ -8753,8 +8761,8 @@ declare namespace LocalJSX {
8753
8761
  */
8754
8762
  "paddingSize"?: "none" | "small" | "medium" | "large";
8755
8763
  /**
8756
- * Secondary background image or color (for use in the right column)
8757
- * @uiName Secondary background
8764
+ * Splash image or background color (for use in the right column)
8765
+ * @uiName Splash image
8758
8766
  * @uiWidget Background
8759
8767
  */
8760
8768
  "secondaryBackground"?: string;
@@ -9977,6 +9985,14 @@ declare namespace LocalJSX {
9977
9985
  * @uiName Info required alert header
9978
9986
  */
9979
9987
  "informationRequiredHeader"?: string;
9988
+ /**
9989
+ * @undocumented
9990
+ * @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
9991
+ * @componentState { "title": "Verification Required", "props": { "states": { "status": "VERIFICATION:REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
9992
+ * @componentState { "title": "Identity Verification", "props": { "states": { "status": "VERIFICATION:REVIEW" } }, "dependencies": ["sqm-payout-status-alert"] }
9993
+ * @componentState { "title": "Account Hold", "props": { "states": { "status": "HOLD" } }, "dependencies": ["sqm-payout-status-alert"] }
9994
+ */
9995
+ "stateController"?: string;
9980
9996
  /**
9981
9997
  * @uiName Support link text
9982
9998
  */
@@ -14017,7 +14033,7 @@ declare namespace LocalJSX {
14017
14033
  "requiredTaxForm"?: string;
14018
14034
  /**
14019
14035
  * @undocumented
14020
- * @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "uiGroup": "Dashboard Properties" }
14036
+ * @componentState { "title": "Payouts on hold", "props": { "states": { "payoutStatus": "HOLD" } }, "dependencies": ["sqm-tax-and-cash"]}
14021
14037
  */
14022
14038
  "stateController"?: string;
14023
14039
  /**
package/docs/docs.docx CHANGED
Binary file