@saasquatch/mint-components 2.2.0-5 → 2.2.0-6
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/sqm-email-verification_2.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-partner-info-modal/sqm-partner-info-modal.js +4 -4
- package/dist/esm/sqm-email-verification_2.entry.js +1 -1
- package/dist/types/components/sqm-partner-info-modal/sqm-partner-info-modal.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
|
@@ -792,9 +792,9 @@ const PartnerInfoModal = class {
|
|
|
792
792
|
this.inModal = false;
|
|
793
793
|
/**
|
|
794
794
|
* @undocumented
|
|
795
|
+
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
795
796
|
* @componentState { "title": "New partner", "props": { "states": { "open": true, "isExistingPartner": false } } }
|
|
796
797
|
* @componentState { "title": "Existing partner", "props": { "states": { "open": true, "isExistingPartner": true, "countryCode": "US", "currency": "USD" } } }
|
|
797
|
-
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
798
798
|
*/
|
|
799
799
|
this.stateController = "{}";
|
|
800
800
|
domContextHooks_module.h$1(this);
|
|
@@ -112,9 +112,9 @@ export class PartnerInfoModal {
|
|
|
112
112
|
this.inModal = false;
|
|
113
113
|
/**
|
|
114
114
|
* @undocumented
|
|
115
|
+
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
115
116
|
* @componentState { "title": "New partner", "props": { "states": { "open": true, "isExistingPartner": false } } }
|
|
116
117
|
* @componentState { "title": "Existing partner", "props": { "states": { "open": true, "isExistingPartner": true, "countryCode": "US", "currency": "USD" } } }
|
|
117
|
-
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
118
118
|
*/
|
|
119
119
|
this.stateController = "{}";
|
|
120
120
|
withHooks(this);
|
|
@@ -552,13 +552,13 @@ export class PartnerInfoModal {
|
|
|
552
552
|
"text": undefined,
|
|
553
553
|
"name": "undocumented"
|
|
554
554
|
}, {
|
|
555
|
-
"text": "{ \"title\": \"
|
|
555
|
+
"text": "{ \"title\": \"Connected (hidden)\", \"default\": true, \"props\": { \"states\": { \"open\": false } } }",
|
|
556
556
|
"name": "componentState"
|
|
557
557
|
}, {
|
|
558
|
-
"text": "{ \"title\": \"
|
|
558
|
+
"text": "{ \"title\": \"New partner\", \"props\": { \"states\": { \"open\": true, \"isExistingPartner\": false } } }",
|
|
559
559
|
"name": "componentState"
|
|
560
560
|
}, {
|
|
561
|
-
"text": "{ \"title\": \"
|
|
561
|
+
"text": "{ \"title\": \"Existing partner\", \"props\": { \"states\": { \"open\": true, \"isExistingPartner\": true, \"countryCode\": \"US\", \"currency\": \"USD\" } } }",
|
|
562
562
|
"name": "componentState"
|
|
563
563
|
}],
|
|
564
564
|
"text": ""
|
|
@@ -788,9 +788,9 @@ const PartnerInfoModal = class {
|
|
|
788
788
|
this.inModal = false;
|
|
789
789
|
/**
|
|
790
790
|
* @undocumented
|
|
791
|
+
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
791
792
|
* @componentState { "title": "New partner", "props": { "states": { "open": true, "isExistingPartner": false } } }
|
|
792
793
|
* @componentState { "title": "Existing partner", "props": { "states": { "open": true, "isExistingPartner": true, "countryCode": "US", "currency": "USD" } } }
|
|
793
|
-
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
794
794
|
*/
|
|
795
795
|
this.stateController = "{}";
|
|
796
796
|
h$1(this);
|
|
@@ -105,9 +105,9 @@ export declare class PartnerInfoModal {
|
|
|
105
105
|
inModal: boolean;
|
|
106
106
|
/**
|
|
107
107
|
* @undocumented
|
|
108
|
+
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
108
109
|
* @componentState { "title": "New partner", "props": { "states": { "open": true, "isExistingPartner": false } } }
|
|
109
110
|
* @componentState { "title": "Existing partner", "props": { "states": { "open": true, "isExistingPartner": true, "countryCode": "US", "currency": "USD" } } }
|
|
110
|
-
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
111
111
|
*/
|
|
112
112
|
stateController: string;
|
|
113
113
|
/**
|
|
@@ -2383,9 +2383,9 @@ export namespace Components {
|
|
|
2383
2383
|
"searchCurrencyPlaceholder": string;
|
|
2384
2384
|
/**
|
|
2385
2385
|
* @undocumented
|
|
2386
|
+
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
2386
2387
|
* @componentState { "title": "New partner", "props": { "states": { "open": true, "isExistingPartner": false } } }
|
|
2387
2388
|
* @componentState { "title": "Existing partner", "props": { "states": { "open": true, "isExistingPartner": true, "countryCode": "US", "currency": "USD" } } }
|
|
2388
|
-
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
2389
2389
|
*/
|
|
2390
2390
|
"stateController": string;
|
|
2391
2391
|
/**
|
|
@@ -10590,9 +10590,9 @@ declare namespace LocalJSX {
|
|
|
10590
10590
|
"searchCurrencyPlaceholder"?: string;
|
|
10591
10591
|
/**
|
|
10592
10592
|
* @undocumented
|
|
10593
|
+
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
10593
10594
|
* @componentState { "title": "New partner", "props": { "states": { "open": true, "isExistingPartner": false } } }
|
|
10594
10595
|
* @componentState { "title": "Existing partner", "props": { "states": { "open": true, "isExistingPartner": true, "countryCode": "US", "currency": "USD" } } }
|
|
10595
|
-
* @componentState { "title": "Connected (hidden)", "default": true, "props": { "states": { "open": false } } }
|
|
10596
10596
|
*/
|
|
10597
10597
|
"stateController"?: string;
|
|
10598
10598
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|