@saasquatch/mint-components 2.0.0-6 → 2.0.0-61
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/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +69 -29
- package/dist/cjs/{sqm-base-registration-form-view-8847804c.js → sqm-base-registration-form-view-7b95ae7a.js} +1 -0
- package/dist/cjs/sqm-big-stat_46.cjs.entry.js +5 -13
- package/dist/cjs/sqm-form-message.cjs.entry.js +6 -5
- package/dist/cjs/sqm-portal-google-registration-form.cjs.entry.js +7 -6
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +20 -2
- package/dist/cjs/sqm-tax-and-cash.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-base-registration/sqm-base-registration-form-view.js +1 -0
- package/dist/collection/components/sqm-form-message/FormMessage.stories.js +14 -0
- package/dist/collection/components/sqm-form-message/sqm-form-message.css +7 -0
- package/dist/collection/components/sqm-form-message/sqm-form-message.js +23 -4
- package/dist/collection/components/sqm-hero/sqm-hero.js +4 -4
- package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +2 -2
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +1 -1
- package/dist/collection/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.js +7 -4
- package/dist/collection/components/sqm-portal-google-registration-form/usePortalGoogleRegistrationForm.js +4 -1
- package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +9 -41
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +67 -26
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +0 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +69 -29
- package/dist/esm/{sqm-base-registration-form-view-193f1721.js → sqm-base-registration-form-view-1a6bb4b4.js} +1 -0
- package/dist/esm/sqm-big-stat_46.entry.js +5 -13
- package/dist/esm/sqm-form-message.entry.js +6 -5
- package/dist/esm/sqm-portal-google-registration-form.entry.js +7 -6
- package/dist/esm/sqm-stencilbook.entry.js +20 -2
- package/dist/esm/sqm-tax-and-cash.entry.js +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/{sqm-base-registration-form-view-193f1721.js → sqm-base-registration-form-view-1a6bb4b4.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
- package/dist/esm-es5/sqm-form-message.entry.js +1 -1
- package/dist/esm-es5/sqm-portal-google-registration-form.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-tax-and-cash.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-ddf3c05e.js → p-1522a7d1.js} +1 -1
- package/dist/mint-components/{p-38b92bc5.entry.js → p-38263521.entry.js} +1 -1
- package/dist/mint-components/{p-402984b3.system.entry.js → p-43a9fb8e.system.entry.js} +1 -1
- package/dist/mint-components/{p-13e66b37.system.entry.js → p-454a6d05.system.entry.js} +1 -1
- package/dist/mint-components/p-478ad7c8.system.entry.js +1 -0
- package/dist/mint-components/{p-ec25aaa7.system.entry.js → p-69d8b4f2.system.entry.js} +1 -1
- package/dist/mint-components/{p-a0730259.entry.js → p-6b247deb.entry.js} +6 -6
- package/dist/mint-components/p-71a6e549.system.entry.js +1 -0
- package/dist/mint-components/{p-a44a912b.entry.js → p-75c569f7.entry.js} +1 -1
- package/dist/mint-components/{p-e110688b.entry.js → p-78daa639.entry.js} +1 -1
- package/dist/mint-components/p-8801b7f1.system.entry.js +1 -0
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/dist/mint-components/p-ac9138fd.entry.js +1 -0
- package/dist/mint-components/{p-be88596c.system.js → p-b21c5311.system.js} +1 -1
- package/dist/mint-components/p-c2ac14b7.entry.js +1 -0
- package/dist/types/components/sqm-base-registration/sqm-base-registration-form-view.d.ts +1 -0
- package/dist/types/components/sqm-form-message/FormMessage.stories.d.ts +4 -0
- package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +1 -0
- package/dist/types/components/sqm-hero/sqm-hero.d.ts +4 -4
- package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +2 -2
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +1 -1
- package/dist/types/components/sqm-portal-google-registration-form/sqm-portal-google-registration-form.d.ts +5 -0
- package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.d.ts +4 -12
- package/dist/types/components.d.ts +18 -32
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/mint-components/p-3ea29bac.system.entry.js +0 -1
- package/dist/mint-components/p-43d9c1c5.system.entry.js +0 -1
- package/dist/mint-components/p-916a2045.system.entry.js +0 -1
- package/dist/mint-components/p-a597b136.entry.js +0 -1
- package/dist/mint-components/p-ea063d99.entry.js +0 -1
|
@@ -985,6 +985,7 @@ export namespace Components {
|
|
|
985
985
|
* @uiName Icon
|
|
986
986
|
*/
|
|
987
987
|
"icon"?: string;
|
|
988
|
+
"transparent"?: boolean;
|
|
988
989
|
/**
|
|
989
990
|
* Options include "success", "info", "warning", and "error"
|
|
990
991
|
* @uiName Alert type
|
|
@@ -1024,8 +1025,8 @@ export namespace Components {
|
|
|
1024
1025
|
}
|
|
1025
1026
|
interface SqmHero {
|
|
1026
1027
|
/**
|
|
1027
|
-
*
|
|
1028
|
-
* @uiName
|
|
1028
|
+
* Splash image or background color (for use in the left column)
|
|
1029
|
+
* @uiName Splash image
|
|
1029
1030
|
* @uiWidget Background
|
|
1030
1031
|
*/
|
|
1031
1032
|
"background"?: string;
|
|
@@ -1054,8 +1055,8 @@ export namespace Components {
|
|
|
1054
1055
|
*/
|
|
1055
1056
|
"paddingSize": "none" | "small" | "medium" | "large";
|
|
1056
1057
|
/**
|
|
1057
|
-
*
|
|
1058
|
-
* @uiName
|
|
1058
|
+
* Content background color or image (for use in the right column)
|
|
1059
|
+
* @uiName Content background
|
|
1059
1060
|
* @uiWidget Background
|
|
1060
1061
|
*/
|
|
1061
1062
|
"secondaryBackground"?: string;
|
|
@@ -2286,18 +2287,10 @@ export namespace Components {
|
|
|
2286
2287
|
"informationRequiredHeader": string;
|
|
2287
2288
|
/**
|
|
2288
2289
|
* @undocumented
|
|
2289
|
-
* @componentState { "title": "
|
|
2290
|
-
* @componentState { "title": "
|
|
2291
|
-
* @componentState { "title": "
|
|
2292
|
-
* @componentState { "title": "
|
|
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" }
|
|
2290
|
+
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
2291
|
+
* @componentState { "title": "Verification Required", "props": { "states": { "status": "VERIFICATION:REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
2292
|
+
* @componentState { "title": "Identity Verification", "props": { "states": { "status": "VERIFICATION:REVIEW" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
2293
|
+
* @componentState { "title": "Account Hold", "props": { "states": { "status": "HOLD" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
2301
2294
|
*/
|
|
2302
2295
|
"stateController"?: string;
|
|
2303
2296
|
/**
|
|
@@ -8699,6 +8692,7 @@ declare namespace LocalJSX {
|
|
|
8699
8692
|
* @uiName Icon
|
|
8700
8693
|
*/
|
|
8701
8694
|
"icon"?: string;
|
|
8695
|
+
"transparent"?: boolean;
|
|
8702
8696
|
/**
|
|
8703
8697
|
* Options include "success", "info", "warning", and "error"
|
|
8704
8698
|
* @uiName Alert type
|
|
@@ -8739,8 +8733,8 @@ declare namespace LocalJSX {
|
|
|
8739
8733
|
}
|
|
8740
8734
|
interface SqmHero {
|
|
8741
8735
|
/**
|
|
8742
|
-
*
|
|
8743
|
-
* @uiName
|
|
8736
|
+
* Splash image or background color (for use in the left column)
|
|
8737
|
+
* @uiName Splash image
|
|
8744
8738
|
* @uiWidget Background
|
|
8745
8739
|
*/
|
|
8746
8740
|
"background"?: string;
|
|
@@ -8769,8 +8763,8 @@ declare namespace LocalJSX {
|
|
|
8769
8763
|
*/
|
|
8770
8764
|
"paddingSize"?: "none" | "small" | "medium" | "large";
|
|
8771
8765
|
/**
|
|
8772
|
-
*
|
|
8773
|
-
* @uiName
|
|
8766
|
+
* Content background color or image (for use in the right column)
|
|
8767
|
+
* @uiName Content background
|
|
8774
8768
|
* @uiWidget Background
|
|
8775
8769
|
*/
|
|
8776
8770
|
"secondaryBackground"?: string;
|
|
@@ -9995,18 +9989,10 @@ declare namespace LocalJSX {
|
|
|
9995
9989
|
"informationRequiredHeader"?: string;
|
|
9996
9990
|
/**
|
|
9997
9991
|
* @undocumented
|
|
9998
|
-
* @componentState { "title": "
|
|
9999
|
-
* @componentState { "title": "
|
|
10000
|
-
* @componentState { "title": "
|
|
10001
|
-
* @componentState { "title": "
|
|
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" }
|
|
9992
|
+
* @componentState { "title": "Payout Info Required", "props": { "states": { "status": "INFORMATION_REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
9993
|
+
* @componentState { "title": "Verification Required", "props": { "states": { "status": "VERIFICATION:REQUIRED" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
9994
|
+
* @componentState { "title": "Identity Verification", "props": { "states": { "status": "VERIFICATION:REVIEW" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
9995
|
+
* @componentState { "title": "Account Hold", "props": { "states": { "status": "HOLD" } }, "dependencies": ["sqm-payout-status-alert"] }
|
|
10010
9996
|
*/
|
|
10011
9997
|
"stateController"?: string;
|
|
10012
9998
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|