@saasquatch/mint-components 1.10.2-13 → 1.10.2-14

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.
Files changed (40) hide show
  1. package/dist/cjs/{ShadowViewAddon-1ddbaac2.js → ShadowViewAddon-36267ebd.js} +26 -19
  2. package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +2 -1
  3. package/dist/cjs/sqm-big-stat_38.cjs.entry.js +1 -13
  4. package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -7
  5. package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +0 -6
  6. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +26 -19
  7. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +7 -22
  8. package/dist/collection/components/sqm-leaderboard/useLeaderboard.js +0 -1
  9. package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +2 -1
  10. package/dist/esm/{ShadowViewAddon-881de075.js → ShadowViewAddon-b311a206.js} +26 -19
  11. package/dist/esm/sqm-banking-info-form_16.entry.js +2 -1
  12. package/dist/esm/sqm-big-stat_38.entry.js +1 -13
  13. package/dist/esm/sqm-stencilbook.entry.js +1 -7
  14. package/dist/esm-es5/ShadowViewAddon-b311a206.js +1 -0
  15. package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
  16. package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
  17. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  18. package/dist/mint-components/mint-components.esm.js +1 -1
  19. package/dist/mint-components/p-226245c7.system.entry.js +1 -0
  20. package/dist/mint-components/{p-773bfa43.entry.js → p-31e810e9.entry.js} +5 -5
  21. package/dist/mint-components/p-5de21018.system.entry.js +1 -0
  22. package/dist/mint-components/{p-6af4e1bf.js → p-7b001086.js} +20 -20
  23. package/dist/mint-components/{p-410d0544.entry.js → p-a9e7872a.entry.js} +9 -9
  24. package/dist/mint-components/p-c8bbb9ca.system.entry.js +1 -0
  25. package/dist/mint-components/p-d70348d8.system.js +1 -0
  26. package/dist/mint-components/p-ed17e637.system.js +1 -1
  27. package/dist/mint-components/{p-8fa71d87.entry.js → p-f1e256b6.entry.js} +1 -1
  28. package/dist/types/components/sqm-leaderboard/sqm-leaderboard-view.d.ts +0 -1
  29. package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +6 -4
  30. package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +0 -1
  31. package/dist/types/components.d.ts +2 -0
  32. package/docs/docs.docx +0 -0
  33. package/docs/raisins.json +1 -1
  34. package/grapesjs/grapesjs.js +1 -1
  35. package/package.json +1 -1
  36. package/dist/esm-es5/ShadowViewAddon-881de075.js +0 -1
  37. package/dist/mint-components/p-23094362.system.js +0 -1
  38. package/dist/mint-components/p-2f5e7c77.system.entry.js +0 -1
  39. package/dist/mint-components/p-b5f0bb21.system.entry.js +0 -1
  40. package/dist/mint-components/p-c1c7f583.system.entry.js +0 -1
@@ -36,7 +36,6 @@ export interface LeaderboardViewProps {
36
36
  elements: {
37
37
  empty: VNode;
38
38
  essentials: VNode;
39
- loadingstate: VNode;
40
39
  };
41
40
  }
42
41
  export declare function LeaderboardView(props: LeaderboardViewProps): any;
@@ -5,10 +5,10 @@ import { LeaderboardViewProps } from "./sqm-leaderboard-view";
5
5
  * @slots [{"name":"empty", "title":"Empty State"}]
6
6
  * @requiredFeatures ["LEADERBOARDS"]
7
7
  * @exampleGroup Leaderboard
8
- * @example Referral Started Leaderboard - <sqm-leaderboard usersheading="Referrer" statsheading="Referrals" rank-type="rank" leaderboard-type="topStartedReferrers" rankheading="Rank" show-rank="true"><sqm-empty empty-state-image="https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png" empty-state-header="View your rank in the leaderboard" empty-state-text="Be the first to refer a friend and reach the top of the leaderboard" ></sqm-empty></sqm-leaderboard>
9
- * @example Referral Converted Leaderboard - <sqm-leaderboard usersheading="Referrer" statsheading="Referrals" rank-type="rank" leaderboard-type="topConvertedReferrers" rankheading="Rank" show-rank="true"><sqm-empty empty-state-image="https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png" empty-state-header="View your rank in the leaderboard" empty-state-text="Be the first to refer a friend and reach the top of the leaderboard" ></sqm-empty></sqm-leaderboard>
10
- * @example Points Earned Leaderboard - <sqm-leaderboard usersheading="Name" statsheading="Points" rank-type="rank" leaderboard-type="topPointEarners" rankheading="Rank" show-rank="true"><sqm-empty empty-state-image="https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png" empty-state-header="View your rank in the leaderboard" empty-state-text="Be the first to refer a friend and reach the top of the leaderboard" ></sqm-empty></sqm-leaderboard>
11
- * @example Anonymous Leaderboard - <div style="display: flex; align-items: flex-start; justify-content: center; width: 100%; gap: 50px;"><div style="display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; max-width: 30%;"><sqm-image width="70%" alignment="center" image-url="https://res.cloudinary.com/saasquatch-staging/image/upload/v1729728469/Leaderboard_image_z87lsm.png"></sqm-image><h2 style="margin: auto;">Top Performers</h2><p style="margin: 0; text-align: center;">The leaderboard highlights the top performers in real-time. Stay motivated, stay competitive!</p></div><sqm-leaderboard width="300px" usersheading="Referrer" statsheading="Referrals" rank-type="rank" leaderboard-type="topStartedReferrers" rankheading="Rank" show-rank="true" hide-names="true" hide-viewer="true"><sqm-empty empty-state-image="https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png" empty-state-header="View your rank in the leaderboard" empty-state-text="Be the first to refer a friend and reach the top of the leaderboard"></sqm-empty></sqm-leaderboard></div>
8
+ * @example Referral Started Leaderboard - <sqm-leaderboard usersheading="Referrer" rank-suffix="{rank, selectordinal, one {#st} two {#nd} few {#rd} other {#th}}" statsheading="Referrals" rank-type="rank" leaderboard-type="topStartedReferrers" rankheading="Rank" show-rank="true"><sqm-empty empty-state-image="https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png" empty-state-header="View your rank in the leaderboard" empty-state-text="Be the first to refer a friend and reach the top of the leaderboard" ></sqm-empty></sqm-leaderboard>
9
+ * @example Referral Converted Leaderboard - <sqm-leaderboard usersheading="Referrer" rank-suffix="{rank, selectordinal, one {#st} two {#nd} few {#rd} other {#th}}" statsheading="Referrals" rank-type="rank" leaderboard-type="topConvertedReferrers" rankheading="Rank" show-rank="true"><sqm-empty empty-state-image="https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png" empty-state-header="View your rank in the leaderboard" empty-state-text="Be the first to refer a friend and reach the top of the leaderboard" ></sqm-empty></sqm-leaderboard>
10
+ * @example Points Earned Leaderboard - <sqm-leaderboard usersheading="Name" rank-suffix="{rank, selectordinal, one {#st} two {#nd} few {#rd} other {#th}}" statsheading="Points" rank-type="rank" leaderboard-type="topPointEarners" rankheading="Rank" show-rank="true"><sqm-empty empty-state-image="https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png" empty-state-header="View your rank in the leaderboard" empty-state-text="Be the first to refer a friend and reach the top of the leaderboard" ></sqm-empty></sqm-leaderboard>
11
+ * @example Anonymous Leaderboard - <div style="display: flex; align-items: flex-start; justify-content: center; width: 100%; gap: 50px;"><div style="display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; max-width: 30%;"><sqm-image width="70%" alignment="center" image-url="https://res.cloudinary.com/saasquatch-staging/image/upload/v1729728469/Leaderboard_image_z87lsm.png"></sqm-image><h2 style="margin: auto;">Top Performers</h2><p style="margin: 0; text-align: center;">The leaderboard highlights the top performers in real-time. Stay motivated, stay competitive!</p></div><sqm-leaderboard width="300px" usersheading="Referrer" rank-suffix="{rank, selectordinal, one {#st} two {#nd} few {#rd} other {#th}}" statsheading="Referrals" rank-type="rank" leaderboard-type="topStartedReferrers" rankheading="Rank" show-rank="true" hide-names="true" hide-viewer="true"><sqm-empty empty-state-image="https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_leaderboard2.png" empty-state-header="View your rank in the leaderboard" empty-state-text="Be the first to refer a friend and reach the top of the leaderboard"></sqm-empty></sqm-leaderboard></div>
12
12
  * @featureTooltip <div>Motivate your participants by gamifying your program. Contact <a href="mailto:saasquatch-support%40impact.com?subject=Next steps for Leaderboards feature&body=Hi Support Team, %0D%0A%0D%0A I am interested in learning more about how Leaderboards can support the growth of our referral program. Please connect me with a program strategy manager to discuss this feature further, and determine the next steps.%0D%0A%0D%0A%0D%0AThank you,%0D%0A[Add your name here]">Support</a> to upgrade your plan and add a leaderboard.</div>
13
13
  */
14
14
  export declare class Leaderboard {
@@ -43,6 +43,8 @@ export declare class Leaderboard {
43
43
  */
44
44
  width: string;
45
45
  /**
46
+ * A JSONata string that formats the rank with the appropriate ordinal suffix (e.g., "st" for 1st, "nd" for 2nd, "rd" for 3rd, and "th" for all others).
47
+ *
46
48
  * @uiName Rank Suffix
47
49
  */
48
50
  rankSuffix: string;
@@ -17,7 +17,6 @@ export interface LeaderboardProps {
17
17
  interval: string;
18
18
  empty: VNode;
19
19
  essentials: VNode;
20
- loadingstate: VNode;
21
20
  demoProps?: LeaderboardViewProps;
22
21
  }
23
22
  export declare type Rank = {
@@ -1368,6 +1368,7 @@ export namespace Components {
1368
1368
  */
1369
1369
  "programId"?: string;
1370
1370
  /**
1371
+ * A JSONata string that formats the rank with the appropriate ordinal suffix (e.g., "st" for 1st, "nd" for 2nd, "rd" for 3rd, and "th" for all others).
1371
1372
  * @uiName Rank Suffix
1372
1373
  */
1373
1374
  "rankSuffix": string;
@@ -7199,6 +7200,7 @@ declare namespace LocalJSX {
7199
7200
  */
7200
7201
  "programId"?: string;
7201
7202
  /**
7203
+ * A JSONata string that formats the rank with the appropriate ordinal suffix (e.g., "st" for 1st, "nd" for 2nd, "rd" for 3rd, and "th" for all others).
7202
7204
  * @uiName Rank Suffix
7203
7205
  */
7204
7206
  "rankSuffix"?: string;
package/docs/docs.docx CHANGED
Binary file