@saasquatch/mint-components 1.8.3-5 → 1.8.3-6
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-leaderboard/sqm-leaderboard.js +2 -0
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +2 -0
- package/dist/types/global/android.d.ts +7 -0
- package/dist/types/global/demo.d.ts +2 -0
- package/dist/types/stories/features.d.ts +4 -0
- package/dist/types/stories/templates.d.ts +4 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
|
@@ -9,6 +9,8 @@ import { useLeaderboard } from "./useLeaderboard";
|
|
|
9
9
|
* @uiName Leaderboard
|
|
10
10
|
* @slots [{"name":"empty", "title":"Empty State"}]
|
|
11
11
|
* @requiredFeatures ["LEADERBOARDS"]
|
|
12
|
+
* @exampleGroup Leaderboard
|
|
13
|
+
* @example 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>
|
|
12
14
|
* @featureTooltip <div>Motivate your participants by gamifying your program. Contact <a href="example.com">Support</a> to upgrade your plan and add a leaderboard.</div>
|
|
13
15
|
*/
|
|
14
16
|
export class Leaderboard {
|
|
@@ -4,6 +4,8 @@ import { LeaderboardViewProps } from "./sqm-leaderboard-view";
|
|
|
4
4
|
* @uiName Leaderboard
|
|
5
5
|
* @slots [{"name":"empty", "title":"Empty State"}]
|
|
6
6
|
* @requiredFeatures ["LEADERBOARDS"]
|
|
7
|
+
* @exampleGroup Leaderboard
|
|
8
|
+
* @example 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>
|
|
7
9
|
* @featureTooltip <div>Motivate your participants by gamifying your program. Contact <a href="example.com">Support</a> to upgrade your plan and add a leaderboard.</div>
|
|
8
10
|
*/
|
|
9
11
|
export declare class Leaderboard {
|
package/docs/docs.docx
CHANGED
|
Binary file
|