@saasquatch/mint-components 1.12.1-1 → 1.12.1-2
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-marketing-emails-checkbox/sqm-marketing-emails-checkbox.js
CHANGED
|
@@ -9,7 +9,7 @@ import { useCheckboxField } from "../sqm-checkbox-field/useCheckboxField";
|
|
|
9
9
|
* @uiName Marketing Emails Checkbox Field
|
|
10
10
|
* @validParents ["sqm-portal-register","sqm-portal-registration-form"]
|
|
11
11
|
* @exampleGroup Microsite Components
|
|
12
|
-
* @example
|
|
12
|
+
* @example Marketing Emails Checkbox - <sqm-marketing-emails-checkbox slot="emailOptIn" name="marketingEmails" checkbox-label="I would like to receive marketing and promotional emails for this referral program" required="false" name="marketing-emails" required="false" ></sqm-marketing-emails-checkbox>
|
|
13
13
|
*/
|
|
14
14
|
export class MarketingEmailsCheckbox {
|
|
15
15
|
constructor() {
|
package/dist/types/components/sqm-marketing-emails-checkbox/sqm-marketing-emails-checkbox.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { CheckboxFieldViewProps } from "../sqm-checkbox-field/sqm-checkbox-field
|
|
|
4
4
|
* @uiName Marketing Emails Checkbox Field
|
|
5
5
|
* @validParents ["sqm-portal-register","sqm-portal-registration-form"]
|
|
6
6
|
* @exampleGroup Microsite Components
|
|
7
|
-
* @example
|
|
7
|
+
* @example Marketing Emails Checkbox - <sqm-marketing-emails-checkbox slot="emailOptIn" name="marketingEmails" checkbox-label="I would like to receive marketing and promotional emails for this referral program" required="false" name="marketing-emails" required="false" ></sqm-marketing-emails-checkbox>
|
|
8
8
|
*/
|
|
9
9
|
export declare class MarketingEmailsCheckbox {
|
|
10
10
|
ignored: boolean;
|
package/docs/docs.docx
CHANGED
|
Binary file
|