@saasquatch/mint-components 1.8.3-2 → 1.8.3-3
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 +2 -2
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +1 -1
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +4 -4
- package/dist/esm/sqm-big-stat_38.entry.js +2 -2
- package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +1 -1
- package/dist/types/components/sqm-portal-footer/sqm-portal-footer.d.ts +2 -2
- package/dist/types/components.d.ts +4 -4
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
- package/dist/types/global/android.d.ts +0 -7
- package/dist/types/global/demo.d.ts +0 -2
- package/dist/types/stories/features.d.ts +0 -4
- package/dist/types/stories/templates.d.ts +0 -4
- package/docs/TaxAndCash--2024-03-14--14-20-26.xlsx +0 -0
|
@@ -1841,7 +1841,7 @@ const PortalFooter = class {
|
|
|
1841
1841
|
this.ignored = true;
|
|
1842
1842
|
/**
|
|
1843
1843
|
* @uiName Hide support message
|
|
1844
|
-
* @requiredFeatures ["
|
|
1844
|
+
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
1845
1845
|
*/
|
|
1846
1846
|
this.hideSupportText = false;
|
|
1847
1847
|
/**
|
|
@@ -1855,7 +1855,7 @@ const PortalFooter = class {
|
|
|
1855
1855
|
this.supportText = "For program support, contact {email}";
|
|
1856
1856
|
/**
|
|
1857
1857
|
* @uiName Hide powered by Impact.com
|
|
1858
|
-
* @requiredFeatures ["
|
|
1858
|
+
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
1859
1859
|
*/
|
|
1860
1860
|
this.hidePoweredBy = false;
|
|
1861
1861
|
/**
|
|
@@ -10,7 +10,7 @@ import { useLeaderboard } from "./useLeaderboard";
|
|
|
10
10
|
* @slots [{"name":"empty", "title":"Empty State"}]
|
|
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
|
-
* @requiredFeatures ["
|
|
13
|
+
* @requiredFeatures ["LEADERBOARDS"]
|
|
14
14
|
*/
|
|
15
15
|
export class Leaderboard {
|
|
16
16
|
constructor() {
|
|
@@ -10,7 +10,7 @@ export class PortalFooter {
|
|
|
10
10
|
this.ignored = true;
|
|
11
11
|
/**
|
|
12
12
|
* @uiName Hide support message
|
|
13
|
-
* @requiredFeatures ["
|
|
13
|
+
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
14
14
|
*/
|
|
15
15
|
this.hideSupportText = false;
|
|
16
16
|
/**
|
|
@@ -24,7 +24,7 @@ export class PortalFooter {
|
|
|
24
24
|
this.supportText = "For program support, contact {email}";
|
|
25
25
|
/**
|
|
26
26
|
* @uiName Hide powered by Impact.com
|
|
27
|
-
* @requiredFeatures ["
|
|
27
|
+
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
28
28
|
*/
|
|
29
29
|
this.hidePoweredBy = false;
|
|
30
30
|
/**
|
|
@@ -84,7 +84,7 @@ export class PortalFooter {
|
|
|
84
84
|
"text": "Hide support message",
|
|
85
85
|
"name": "uiName"
|
|
86
86
|
}, {
|
|
87
|
-
"text": "[\"
|
|
87
|
+
"text": "[\"CUSTOM_BRANDING\"]",
|
|
88
88
|
"name": "requiredFeatures"
|
|
89
89
|
}],
|
|
90
90
|
"text": ""
|
|
@@ -233,7 +233,7 @@ export class PortalFooter {
|
|
|
233
233
|
"text": "Hide powered by Impact.com",
|
|
234
234
|
"name": "uiName"
|
|
235
235
|
}, {
|
|
236
|
-
"text": "[\"
|
|
236
|
+
"text": "[\"CUSTOM_BRANDING\"]",
|
|
237
237
|
"name": "requiredFeatures"
|
|
238
238
|
}],
|
|
239
239
|
"text": ""
|
|
@@ -1837,7 +1837,7 @@ const PortalFooter = class {
|
|
|
1837
1837
|
this.ignored = true;
|
|
1838
1838
|
/**
|
|
1839
1839
|
* @uiName Hide support message
|
|
1840
|
-
* @requiredFeatures ["
|
|
1840
|
+
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
1841
1841
|
*/
|
|
1842
1842
|
this.hideSupportText = false;
|
|
1843
1843
|
/**
|
|
@@ -1851,7 +1851,7 @@ const PortalFooter = class {
|
|
|
1851
1851
|
this.supportText = "For program support, contact {email}";
|
|
1852
1852
|
/**
|
|
1853
1853
|
* @uiName Hide powered by Impact.com
|
|
1854
|
-
* @requiredFeatures ["
|
|
1854
|
+
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
1855
1855
|
*/
|
|
1856
1856
|
this.hidePoweredBy = false;
|
|
1857
1857
|
/**
|
|
@@ -5,7 +5,7 @@ import { LeaderboardViewProps } from "./sqm-leaderboard-view";
|
|
|
5
5
|
* @slots [{"name":"empty", "title":"Empty State"}]
|
|
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
|
-
* @requiredFeatures ["
|
|
8
|
+
* @requiredFeatures ["LEADERBOARDS"]
|
|
9
9
|
*/
|
|
10
10
|
export declare class Leaderboard {
|
|
11
11
|
/**
|
|
@@ -5,7 +5,7 @@ export declare class PortalFooter {
|
|
|
5
5
|
ignored: boolean;
|
|
6
6
|
/**
|
|
7
7
|
* @uiName Hide support message
|
|
8
|
-
* @requiredFeatures ["
|
|
8
|
+
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
9
9
|
*/
|
|
10
10
|
hideSupportText: boolean;
|
|
11
11
|
/**
|
|
@@ -35,7 +35,7 @@ export declare class PortalFooter {
|
|
|
35
35
|
faqText?: string;
|
|
36
36
|
/**
|
|
37
37
|
* @uiName Hide powered by Impact.com
|
|
38
|
-
* @requiredFeatures ["
|
|
38
|
+
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
39
39
|
*/
|
|
40
40
|
hidePoweredBy: boolean;
|
|
41
41
|
/**
|
|
@@ -1818,12 +1818,12 @@ export namespace Components {
|
|
|
1818
1818
|
"faqText"?: string;
|
|
1819
1819
|
/**
|
|
1820
1820
|
* @uiName Hide powered by Impact.com
|
|
1821
|
-
* @requiredFeatures ["
|
|
1821
|
+
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
1822
1822
|
*/
|
|
1823
1823
|
"hidePoweredBy": boolean;
|
|
1824
1824
|
/**
|
|
1825
1825
|
* @uiName Hide support message
|
|
1826
|
-
* @requiredFeatures ["
|
|
1826
|
+
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
1827
1827
|
*/
|
|
1828
1828
|
"hideSupportText": boolean;
|
|
1829
1829
|
/**
|
|
@@ -7518,12 +7518,12 @@ declare namespace LocalJSX {
|
|
|
7518
7518
|
"faqText"?: string;
|
|
7519
7519
|
/**
|
|
7520
7520
|
* @uiName Hide powered by Impact.com
|
|
7521
|
-
* @requiredFeatures ["
|
|
7521
|
+
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
7522
7522
|
*/
|
|
7523
7523
|
"hidePoweredBy"?: boolean;
|
|
7524
7524
|
/**
|
|
7525
7525
|
* @uiName Hide support message
|
|
7526
|
-
* @requiredFeatures ["
|
|
7526
|
+
* @requiredFeatures ["CUSTOM_BRANDING"]
|
|
7527
7527
|
*/
|
|
7528
7528
|
"hideSupportText"?: boolean;
|
|
7529
7529
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|