@saasquatch/mint-components 1.15.0-67 → 1.15.0-68
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-pagination/sqm-pagination.js +3 -0
- package/dist/collection/components/sqm-task-card/sqm-task-card.js +0 -3
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +0 -2
- package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +3 -0
- package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +0 -3
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +0 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
|
@@ -7,6 +7,9 @@ import { intl } from "../../global/global";
|
|
|
7
7
|
import { getProps } from "../../utils/utils";
|
|
8
8
|
import { PaginationView } from "./sqm-pagination-view";
|
|
9
9
|
import { usePagination } from "./usePagination";
|
|
10
|
+
/**
|
|
11
|
+
* @uiName Pagination
|
|
12
|
+
*/
|
|
10
13
|
export class Pagination {
|
|
11
14
|
constructor() {
|
|
12
15
|
this.ignored = true;
|
|
@@ -11,9 +11,6 @@ import { useTaskCard } from "./useTaskCard";
|
|
|
11
11
|
* @uiName Task Card
|
|
12
12
|
* @uiOrder ["reward-amount", "reward-unit", "card-title", "description", "repeatable", "finite", "show-progress-bar", "stat-type", "progress-source", "goal", "steps", "progress-bar-unit", "show-expiry", "reward-duration", "button-text", "button-link", "open-new-tab", "ended-message", "expiry-message", "starts-on-message", "event-key", "*"]
|
|
13
13
|
* @validParents ["sqm-card-feed"]
|
|
14
|
-
* @example One Time Task Card - <sqm-task-card reward-amount="1" reward-unit="Free Month" goal="1" card-title="Upgrade Your Plan" description="Receive one free month for being a committed customer when you upgrade your plan." button-text="Upgrade" completed-text="Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}" ended-message="Ended {endDate}" expiry-message="Ends {endDate}" open-new-tab="false" finite="0" starts-on-message="Starts {startDate}"></sqm-task-card>
|
|
15
|
-
* @example Repeatable Task Card - <sqm-task-card reward-amount="250" goal="500" show-progress-bar card-title="Spend $500" description="Earn 250 points when you spend $500 or more." button-text="See plans" completed-text="Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}" ended-message="Ended {endDate}" expiry-message="Ends {endDate}" progress-bar-unit="$" finite="0" repeatable="" reward-unit="Points" starts-on-message="Starts {startDate}"></sqm-task-card>
|
|
16
|
-
* @example Event Sending Task Card - <sqm-task-card goal="1" reward-amount="50" card-title="Follow Us on X" description="Earn 50 points when you Follow Us on X!" button-text="Follow" button-link="https://twitter.com/" open-new-tab="true" event-key="socialFollow" completed-text="Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}" ended-message="Ended {endDate}" expiry-message="Ends {endDate}" finite="0" reward-unit="Points" starts-on-message="Starts {startDate}"></sqm-task-card>
|
|
17
14
|
*/
|
|
18
15
|
export class TaskCard {
|
|
19
16
|
constructor() {
|
|
@@ -9,8 +9,6 @@ import { SHOW_CODE_NAMESPACE, VERIFICATION_EMAIL_NAMESPACE, VERIFICATION_PARENT_
|
|
|
9
9
|
import { useWidgetVerification } from "./useWidgetVerification";
|
|
10
10
|
/**
|
|
11
11
|
* @uiName Widget Verification Flow
|
|
12
|
-
* @exampleGroup Widget Verification
|
|
13
|
-
* @example Widget Verification - <sqm-widget-verification></sqm-widget-verification>
|
|
14
12
|
*/
|
|
15
13
|
export class WidgetVerification {
|
|
16
14
|
constructor() {
|
|
@@ -5,9 +5,6 @@ import { TaskCardViewProps } from "./sqm-task-card-view";
|
|
|
5
5
|
* @uiName Task Card
|
|
6
6
|
* @uiOrder ["reward-amount", "reward-unit", "card-title", "description", "repeatable", "finite", "show-progress-bar", "stat-type", "progress-source", "goal", "steps", "progress-bar-unit", "show-expiry", "reward-duration", "button-text", "button-link", "open-new-tab", "ended-message", "expiry-message", "starts-on-message", "event-key", "*"]
|
|
7
7
|
* @validParents ["sqm-card-feed"]
|
|
8
|
-
* @example One Time Task Card - <sqm-task-card reward-amount="1" reward-unit="Free Month" goal="1" card-title="Upgrade Your Plan" description="Receive one free month for being a committed customer when you upgrade your plan." button-text="Upgrade" completed-text="Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}" ended-message="Ended {endDate}" expiry-message="Ends {endDate}" open-new-tab="false" finite="0" starts-on-message="Starts {startDate}"></sqm-task-card>
|
|
9
|
-
* @example Repeatable Task Card - <sqm-task-card reward-amount="250" goal="500" show-progress-bar card-title="Spend $500" description="Earn 250 points when you spend $500 or more." button-text="See plans" completed-text="Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}" ended-message="Ended {endDate}" expiry-message="Ends {endDate}" progress-bar-unit="$" finite="0" repeatable="" reward-unit="Points" starts-on-message="Starts {startDate}"></sqm-task-card>
|
|
10
|
-
* @example Event Sending Task Card - <sqm-task-card goal="1" reward-amount="50" card-title="Follow Us on X" description="Earn 50 points when you Follow Us on X!" button-text="Follow" button-link="https://twitter.com/" open-new-tab="true" event-key="socialFollow" completed-text="Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}" ended-message="Ended {endDate}" expiry-message="Ends {endDate}" finite="0" reward-unit="Points" starts-on-message="Starts {startDate}"></sqm-task-card>
|
|
11
8
|
*/
|
|
12
9
|
export declare class TaskCard {
|
|
13
10
|
ignored: boolean;
|
package/docs/docs.docx
CHANGED
|
Binary file
|