@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.
@@ -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() {
@@ -1,5 +1,8 @@
1
1
  import { DemoData } from "../../global/demo";
2
2
  import { UsePagination } from "./usePagination";
3
+ /**
4
+ * @uiName Pagination
5
+ */
3
6
  export declare class Pagination {
4
7
  ignored: boolean;
5
8
  /**
@@ -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;
@@ -1,7 +1,5 @@
1
1
  /**
2
2
  * @uiName Widget Verification Flow
3
- * @exampleGroup Widget Verification
4
- * @example Widget Verification - <sqm-widget-verification></sqm-widget-verification>
5
3
  */
6
4
  export declare class WidgetVerification {
7
5
  /**
package/docs/docs.docx CHANGED
Binary file