@saasquatch/mint-components 1.8.1 → 1.8.3-0

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.
@@ -1841,6 +1841,7 @@ const PortalFooter = class {
1841
1841
  this.ignored = true;
1842
1842
  /**
1843
1843
  * @uiName Hide support message
1844
+ * @featureTags ["feature3", "feature4"]
1844
1845
  */
1845
1846
  this.hideSupportText = false;
1846
1847
  /**
@@ -1854,6 +1855,7 @@ const PortalFooter = class {
1854
1855
  this.supportText = "For program support, contact {email}";
1855
1856
  /**
1856
1857
  * @uiName Hide powered by Impact.com
1858
+ * @featureTags ["feature3", "feature4"]
1857
1859
  */
1858
1860
  this.hidePoweredBy = false;
1859
1861
  /**
@@ -8,6 +8,7 @@ import { useLeaderboard } from "./useLeaderboard";
8
8
  /**
9
9
  * @uiName Leaderboard
10
10
  * @slots [{"name":"empty", "title":"Empty State"}]
11
+ * @featureTags ["feature1", "feature2"]
11
12
  */
12
13
  export class Leaderboard {
13
14
  constructor() {
@@ -10,6 +10,7 @@ export class PortalFooter {
10
10
  this.ignored = true;
11
11
  /**
12
12
  * @uiName Hide support message
13
+ * @featureTags ["feature3", "feature4"]
13
14
  */
14
15
  this.hideSupportText = false;
15
16
  /**
@@ -23,6 +24,7 @@ export class PortalFooter {
23
24
  this.supportText = "For program support, contact {email}";
24
25
  /**
25
26
  * @uiName Hide powered by Impact.com
27
+ * @featureTags ["feature3", "feature4"]
26
28
  */
27
29
  this.hidePoweredBy = false;
28
30
  /**
@@ -81,6 +83,9 @@ export class PortalFooter {
81
83
  "tags": [{
82
84
  "text": "Hide support message",
83
85
  "name": "uiName"
86
+ }, {
87
+ "text": "[\"feature3\", \"feature4\"]",
88
+ "name": "featureTags"
84
89
  }],
85
90
  "text": ""
86
91
  },
@@ -227,6 +232,9 @@ export class PortalFooter {
227
232
  "tags": [{
228
233
  "text": "Hide powered by Impact.com",
229
234
  "name": "uiName"
235
+ }, {
236
+ "text": "[\"feature3\", \"feature4\"]",
237
+ "name": "featureTags"
230
238
  }],
231
239
  "text": ""
232
240
  },
@@ -1837,6 +1837,7 @@ const PortalFooter = class {
1837
1837
  this.ignored = true;
1838
1838
  /**
1839
1839
  * @uiName Hide support message
1840
+ * @featureTags ["feature3", "feature4"]
1840
1841
  */
1841
1842
  this.hideSupportText = false;
1842
1843
  /**
@@ -1850,6 +1851,7 @@ const PortalFooter = class {
1850
1851
  this.supportText = "For program support, contact {email}";
1851
1852
  /**
1852
1853
  * @uiName Hide powered by Impact.com
1854
+ * @featureTags ["feature3", "feature4"]
1853
1855
  */
1854
1856
  this.hidePoweredBy = false;
1855
1857
  /**
@@ -3,6 +3,7 @@ import { LeaderboardViewProps } from "./sqm-leaderboard-view";
3
3
  /**
4
4
  * @uiName Leaderboard
5
5
  * @slots [{"name":"empty", "title":"Empty State"}]
6
+ * @featureTags ["feature1", "feature2"]
6
7
  */
7
8
  export declare class Leaderboard {
8
9
  /**
@@ -5,6 +5,7 @@ export declare class PortalFooter {
5
5
  ignored: boolean;
6
6
  /**
7
7
  * @uiName Hide support message
8
+ * @featureTags ["feature3", "feature4"]
8
9
  */
9
10
  hideSupportText: boolean;
10
11
  /**
@@ -34,6 +35,7 @@ export declare class PortalFooter {
34
35
  faqText?: string;
35
36
  /**
36
37
  * @uiName Hide powered by Impact.com
38
+ * @featureTags ["feature3", "feature4"]
37
39
  */
38
40
  hidePoweredBy: boolean;
39
41
  /**
@@ -1818,10 +1818,12 @@ export namespace Components {
1818
1818
  "faqText"?: string;
1819
1819
  /**
1820
1820
  * @uiName Hide powered by Impact.com
1821
+ * @featureTags ["feature3", "feature4"]
1821
1822
  */
1822
1823
  "hidePoweredBy": boolean;
1823
1824
  /**
1824
1825
  * @uiName Hide support message
1826
+ * @featureTags ["feature3", "feature4"]
1825
1827
  */
1826
1828
  "hideSupportText": boolean;
1827
1829
  /**
@@ -7516,10 +7518,12 @@ declare namespace LocalJSX {
7516
7518
  "faqText"?: string;
7517
7519
  /**
7518
7520
  * @uiName Hide powered by Impact.com
7521
+ * @featureTags ["feature3", "feature4"]
7519
7522
  */
7520
7523
  "hidePoweredBy"?: boolean;
7521
7524
  /**
7522
7525
  * @uiName Hide support message
7526
+ * @featureTags ["feature3", "feature4"]
7523
7527
  */
7524
7528
  "hideSupportText"?: boolean;
7525
7529
  /**
package/docs/docs.docx CHANGED
Binary file