@saasquatch/mint-components 2.0.0-65 → 2.0.0-66
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/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +1 -1
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts +1 -1
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +1 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
package/dist/collection/components/sqm-widget-verification/sqm-widget-verification-controller.js
CHANGED
|
@@ -35,7 +35,7 @@ function useTemplateChildren({ parent, callback }) {
|
|
|
35
35
|
* @uiName Widget Verification Controller
|
|
36
36
|
* @slots [{"name":"not-verified","title":"Not Verified template"},{"name":"verified","title":"Verified template"}]
|
|
37
37
|
* @exampleGroup Tax and Cash
|
|
38
|
-
* @example
|
|
38
|
+
* @example Widget Cash Payout Form - <sqm-widget-verification-controller><template slot="not-verified"><sqm-widget-verification></sqm-widget-verification></template><template slot="verified"><sqm-tax-and-cash></sqm-tax-and-cash></template></sqm-widget-verification-controller>
|
|
39
39
|
* @canvasRenderer always-replace
|
|
40
40
|
*/
|
|
41
41
|
export class WidgetVerificationController {
|
|
@@ -14,7 +14,7 @@ import { intl } from "../../../global/global";
|
|
|
14
14
|
* @uiName Tax and Cash
|
|
15
15
|
* @exampleGroup Tax and Cash
|
|
16
16
|
* @validParents ["sqm-portal-container","div","sqm-hero","sqm-instant-access-registration","sqb-program-section","sqb-conditional-section", "template"]
|
|
17
|
-
* @example
|
|
17
|
+
* @example Microsite Cash Payout Form - <sqm-tax-and-cash></sqm-tax-and-cash>
|
|
18
18
|
*/
|
|
19
19
|
export class TaxAndCashMonolith {
|
|
20
20
|
constructor() {
|
package/dist/types/components/sqm-widget-verification/sqm-widget-verification-controller.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @uiName Widget Verification Controller
|
|
3
3
|
* @slots [{"name":"not-verified","title":"Not Verified template"},{"name":"verified","title":"Verified template"}]
|
|
4
4
|
* @exampleGroup Tax and Cash
|
|
5
|
-
* @example
|
|
5
|
+
* @example Widget Cash Payout Form - <sqm-widget-verification-controller><template slot="not-verified"><sqm-widget-verification></sqm-widget-verification></template><template slot="verified"><sqm-tax-and-cash></sqm-tax-and-cash></template></sqm-widget-verification-controller>
|
|
6
6
|
* @canvasRenderer always-replace
|
|
7
7
|
*/
|
|
8
8
|
export declare class WidgetVerificationController {
|
|
@@ -3,7 +3,7 @@ import { DemoData } from "../../../global/demo";
|
|
|
3
3
|
* @uiName Tax and Cash
|
|
4
4
|
* @exampleGroup Tax and Cash
|
|
5
5
|
* @validParents ["sqm-portal-container","div","sqm-hero","sqm-instant-access-registration","sqb-program-section","sqb-conditional-section", "template"]
|
|
6
|
-
* @example
|
|
6
|
+
* @example Microsite Cash Payout Form - <sqm-tax-and-cash></sqm-tax-and-cash>
|
|
7
7
|
*/
|
|
8
8
|
export declare class TaxAndCashMonolith {
|
|
9
9
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|