@saasquatch/mint-components 1.8.2-0 → 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.
@@ -5021,7 +5021,7 @@ const TaxAndCashDashboardView = (props) => {
5021
5021
  index.h("sl-skeleton", { class: sheet$4.classes.SkeletonTwo }))) : (index.h("div", null,
5022
5022
  index.h("h3", { class: sheet$4.classes.IndirectTaxPreviewHeaderContainer },
5023
5023
  text.indirectTaxInfoSectionHeader,
5024
- index.h("sl-tooltip", { trigger: "hover", placement: "right", content: text.indirectTaxTooltipSupport, class: sheet$4.classes.TooltipContainer },
5024
+ index.h("sl-tooltip", { trigger: "hover", placement: "top", content: text.indirectTaxTooltipSupport, class: sheet$4.classes.TooltipContainer },
5025
5025
  index.h("sl-icon", { name: "info-circle", class: sheet$4.classes.ToolTip }))),
5026
5026
  index.h("div", { class: sheet$4.classes.IndirectTaxPreviewDetails },
5027
5027
  index.h("span", null, states.notRegistered ? (index.h("span", { class: sheet$4.classes.NotRegisteredIndirectTaxText }, text.notRegisteredForTax)) : (getIndirectTaxRegisteredIn())),
@@ -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
  },
@@ -280,7 +280,7 @@ export const TaxAndCashDashboardView = (props) => {
280
280
  h("sl-skeleton", { class: sheet.classes.SkeletonTwo }))) : (h("div", null,
281
281
  h("h3", { class: sheet.classes.IndirectTaxPreviewHeaderContainer },
282
282
  text.indirectTaxInfoSectionHeader,
283
- h("sl-tooltip", { trigger: "hover", placement: "right", content: text.indirectTaxTooltipSupport, class: sheet.classes.TooltipContainer },
283
+ h("sl-tooltip", { trigger: "hover", placement: "top", content: text.indirectTaxTooltipSupport, class: sheet.classes.TooltipContainer },
284
284
  h("sl-icon", { name: "info-circle", class: sheet.classes.ToolTip }))),
285
285
  h("div", { class: sheet.classes.IndirectTaxPreviewDetails },
286
286
  h("span", null, states.notRegistered ? (h("span", { class: sheet.classes.NotRegisteredIndirectTaxText }, text.notRegisteredForTax)) : (getIndirectTaxRegisteredIn())),
@@ -5017,7 +5017,7 @@ const TaxAndCashDashboardView = (props) => {
5017
5017
  h("sl-skeleton", { class: sheet$4.classes.SkeletonTwo }))) : (h("div", null,
5018
5018
  h("h3", { class: sheet$4.classes.IndirectTaxPreviewHeaderContainer },
5019
5019
  text.indirectTaxInfoSectionHeader,
5020
- h("sl-tooltip", { trigger: "hover", placement: "right", content: text.indirectTaxTooltipSupport, class: sheet$4.classes.TooltipContainer },
5020
+ h("sl-tooltip", { trigger: "hover", placement: "top", content: text.indirectTaxTooltipSupport, class: sheet$4.classes.TooltipContainer },
5021
5021
  h("sl-icon", { name: "info-circle", class: sheet$4.classes.ToolTip }))),
5022
5022
  h("div", { class: sheet$4.classes.IndirectTaxPreviewDetails },
5023
5023
  h("span", null, states.notRegistered ? (h("span", { class: sheet$4.classes.NotRegisteredIndirectTaxText }, text.notRegisteredForTax)) : (getIndirectTaxRegisteredIn())),
@@ -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
  /**