@saasquatch/mint-components 2.0.0-62 → 2.0.0-65

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.
@@ -34,6 +34,8 @@ function useTemplateChildren({ parent, callback }) {
34
34
  /**
35
35
  * @uiName Widget Verification Controller
36
36
  * @slots [{"name":"not-verified","title":"Not Verified template"},{"name":"verified","title":"Verified template"}]
37
+ * @exampleGroup Tax and Cash
38
+ * @example 2FA Protected Tax and Cash 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>
37
39
  * @canvasRenderer always-replace
38
40
  */
39
41
  export class WidgetVerificationController {
@@ -15,7 +15,6 @@ import { intl } from "../../../global/global";
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
17
  * @example Tax and Cash Multi Step Form - <sqm-tax-and-cash></sqm-tax-and-cash>
18
- * @example 2FA Protected Tax and Cash 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>
19
18
  */
20
19
  export class TaxAndCashMonolith {
21
20
  constructor() {
@@ -1,6 +1,8 @@
1
1
  /**
2
2
  * @uiName Widget Verification Controller
3
3
  * @slots [{"name":"not-verified","title":"Not Verified template"},{"name":"verified","title":"Verified template"}]
4
+ * @exampleGroup Tax and Cash
5
+ * @example 2FA Protected Tax and Cash 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>
4
6
  * @canvasRenderer always-replace
5
7
  */
6
8
  export declare class WidgetVerificationController {
@@ -4,7 +4,6 @@ import { DemoData } from "../../../global/demo";
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
6
  * @example Tax and Cash Multi Step Form - <sqm-tax-and-cash></sqm-tax-and-cash>
7
- * @example 2FA Protected Tax and Cash 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>
8
7
  */
9
8
  export declare class TaxAndCashMonolith {
10
9
  /**
package/docs/docs.docx CHANGED
Binary file