@saasquatch/mint-components 1.8.3-3 → 1.8.3-4
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/cjs/sqm-big-stat_38.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +1 -0
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +4 -4
- package/dist/esm/sqm-big-stat_38.entry.js +1 -1
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +1 -0
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- 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 +2 -2
|
@@ -1841,7 +1841,6 @@ const PortalFooter = class {
|
|
|
1841
1841
|
this.ignored = true;
|
|
1842
1842
|
/**
|
|
1843
1843
|
* @uiName Hide support message
|
|
1844
|
-
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
1845
1844
|
*/
|
|
1846
1845
|
this.hideSupportText = false;
|
|
1847
1846
|
/**
|
|
@@ -1856,6 +1855,7 @@ const PortalFooter = class {
|
|
|
1856
1855
|
/**
|
|
1857
1856
|
* @uiName Hide powered by Impact.com
|
|
1858
1857
|
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
1858
|
+
* @featureTooltip Upgrade your plan to hide the powered by impact.com message. Contact Sales to learn more.
|
|
1859
1859
|
*/
|
|
1860
1860
|
this.hidePoweredBy = false;
|
|
1861
1861
|
/**
|
|
@@ -11,6 +11,7 @@ import { useLeaderboard } from "./useLeaderboard";
|
|
|
11
11
|
* @exampleGroup Leaderboard
|
|
12
12
|
* @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>
|
|
13
13
|
* @requiredFeatures ["LEADERBOARDS"]
|
|
14
|
+
* @featureTooltip Add an element of gamification and extra incentive for your participants to take action. Contact sales to learn more about upgrading your plan to add a leaderboard.
|
|
14
15
|
*/
|
|
15
16
|
export class Leaderboard {
|
|
16
17
|
constructor() {
|
|
@@ -10,7 +10,6 @@ export class PortalFooter {
|
|
|
10
10
|
this.ignored = true;
|
|
11
11
|
/**
|
|
12
12
|
* @uiName Hide support message
|
|
13
|
-
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
14
13
|
*/
|
|
15
14
|
this.hideSupportText = false;
|
|
16
15
|
/**
|
|
@@ -25,6 +24,7 @@ export class PortalFooter {
|
|
|
25
24
|
/**
|
|
26
25
|
* @uiName Hide powered by Impact.com
|
|
27
26
|
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
27
|
+
* @featureTooltip Upgrade your plan to hide the powered by impact.com message. Contact Sales to learn more.
|
|
28
28
|
*/
|
|
29
29
|
this.hidePoweredBy = false;
|
|
30
30
|
/**
|
|
@@ -83,9 +83,6 @@ export class PortalFooter {
|
|
|
83
83
|
"tags": [{
|
|
84
84
|
"text": "Hide support message",
|
|
85
85
|
"name": "uiName"
|
|
86
|
-
}, {
|
|
87
|
-
"text": "[\"CUSTOM_BRANDING\"]",
|
|
88
|
-
"name": "requiredFeatures"
|
|
89
86
|
}],
|
|
90
87
|
"text": ""
|
|
91
88
|
},
|
|
@@ -235,6 +232,9 @@ export class PortalFooter {
|
|
|
235
232
|
}, {
|
|
236
233
|
"text": "[\"CUSTOM_BRANDING\"]",
|
|
237
234
|
"name": "requiredFeatures"
|
|
235
|
+
}, {
|
|
236
|
+
"text": "Upgrade your plan to hide the powered by impact.com message. Contact Sales to learn more.",
|
|
237
|
+
"name": "featureTooltip"
|
|
238
238
|
}],
|
|
239
239
|
"text": ""
|
|
240
240
|
},
|
|
@@ -1837,7 +1837,6 @@ const PortalFooter = class {
|
|
|
1837
1837
|
this.ignored = true;
|
|
1838
1838
|
/**
|
|
1839
1839
|
* @uiName Hide support message
|
|
1840
|
-
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
1841
1840
|
*/
|
|
1842
1841
|
this.hideSupportText = false;
|
|
1843
1842
|
/**
|
|
@@ -1852,6 +1851,7 @@ const PortalFooter = class {
|
|
|
1852
1851
|
/**
|
|
1853
1852
|
* @uiName Hide powered by Impact.com
|
|
1854
1853
|
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
1854
|
+
* @featureTooltip Upgrade your plan to hide the powered by impact.com message. Contact Sales to learn more.
|
|
1855
1855
|
*/
|
|
1856
1856
|
this.hidePoweredBy = false;
|
|
1857
1857
|
/**
|
|
@@ -6,6 +6,7 @@ import { LeaderboardViewProps } from "./sqm-leaderboard-view";
|
|
|
6
6
|
* @exampleGroup Leaderboard
|
|
7
7
|
* @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>
|
|
8
8
|
* @requiredFeatures ["LEADERBOARDS"]
|
|
9
|
+
* @featureTooltip Add an element of gamification and extra incentive for your participants to take action. Contact sales to learn more about upgrading your plan to add a leaderboard.
|
|
9
10
|
*/
|
|
10
11
|
export declare class Leaderboard {
|
|
11
12
|
/**
|
|
@@ -5,7 +5,6 @@ export declare class PortalFooter {
|
|
|
5
5
|
ignored: boolean;
|
|
6
6
|
/**
|
|
7
7
|
* @uiName Hide support message
|
|
8
|
-
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
9
8
|
*/
|
|
10
9
|
hideSupportText: boolean;
|
|
11
10
|
/**
|
|
@@ -36,6 +35,7 @@ export declare class PortalFooter {
|
|
|
36
35
|
/**
|
|
37
36
|
* @uiName Hide powered by Impact.com
|
|
38
37
|
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
38
|
+
* @featureTooltip Upgrade your plan to hide the powered by impact.com message. Contact Sales to learn more.
|
|
39
39
|
*/
|
|
40
40
|
hidePoweredBy: boolean;
|
|
41
41
|
/**
|
|
@@ -1819,11 +1819,11 @@ export namespace Components {
|
|
|
1819
1819
|
/**
|
|
1820
1820
|
* @uiName Hide powered by Impact.com
|
|
1821
1821
|
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
1822
|
+
* @featureTooltip Upgrade your plan to hide the powered by impact.com message. Contact Sales to learn more.
|
|
1822
1823
|
*/
|
|
1823
1824
|
"hidePoweredBy": boolean;
|
|
1824
1825
|
/**
|
|
1825
1826
|
* @uiName Hide support message
|
|
1826
|
-
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
1827
1827
|
*/
|
|
1828
1828
|
"hideSupportText": boolean;
|
|
1829
1829
|
/**
|
|
@@ -7519,11 +7519,11 @@ declare namespace LocalJSX {
|
|
|
7519
7519
|
/**
|
|
7520
7520
|
* @uiName Hide powered by Impact.com
|
|
7521
7521
|
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
7522
|
+
* @featureTooltip Upgrade your plan to hide the powered by impact.com message. Contact Sales to learn more.
|
|
7522
7523
|
*/
|
|
7523
7524
|
"hidePoweredBy"?: boolean;
|
|
7524
7525
|
/**
|
|
7525
7526
|
* @uiName Hide support message
|
|
7526
|
-
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
7527
7527
|
*/
|
|
7528
7528
|
"hideSupportText"?: boolean;
|
|
7529
7529
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|