@saasquatch/mint-components 1.12.1-8 → 1.12.1-9
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-portal-change-marketing/sqm-portal-change-marketing.js +3 -1
- package/dist/types/components/sqm-portal-change-marketing/sqm-portal-change-marketing.d.ts +3 -1
- 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/collection/components/sqm-portal-change-marketing/sqm-portal-change-marketing.js
CHANGED
|
@@ -6,7 +6,9 @@ import { getProps } from "../../utils/utils";
|
|
|
6
6
|
import { isDemo } from "@saasquatch/component-boilerplate";
|
|
7
7
|
import deepmerge from "deepmerge";
|
|
8
8
|
/**
|
|
9
|
-
* @uiName
|
|
9
|
+
* @uiName Change Marketing Opt-in Status
|
|
10
|
+
* @exampleGroup Microsite Components
|
|
11
|
+
* @example Change Marketing Opt-in Status - <sqm-portal-container direction="column" gap="xxx-large"><sqm-portal-change-marketing></sqm-portal-change-marketing></sqm-portal-container>
|
|
10
12
|
*/
|
|
11
13
|
export class PortalChangeMarketing {
|
|
12
14
|
constructor() {
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { PortalProfileViewProps } from "./sqm-portal-change-marketing-view";
|
|
2
2
|
import { DemoData } from "../../global/demo";
|
|
3
3
|
/**
|
|
4
|
-
* @uiName
|
|
4
|
+
* @uiName Change Marketing Opt-in Status
|
|
5
|
+
* @exampleGroup Microsite Components
|
|
6
|
+
* @example Change Marketing Opt-in Status - <sqm-portal-container direction="column" gap="xxx-large"><sqm-portal-change-marketing></sqm-portal-change-marketing></sqm-portal-container>
|
|
5
7
|
*/
|
|
6
8
|
export declare class PortalChangeMarketing {
|
|
7
9
|
ignored: boolean;
|
package/docs/docs.docx
CHANGED
|
Binary file
|