@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.
- package/dist/cjs/sqm-banking-info-form_16.cjs.entry.js +1 -1
- package/dist/cjs/sqm-big-stat_38.cjs.entry.js +2 -0
- package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +1 -0
- package/dist/collection/components/sqm-portal-footer/sqm-portal-footer.js +8 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard-view.js +1 -1
- package/dist/esm/sqm-banking-info-form_16.entry.js +1 -1
- package/dist/esm/sqm-big-stat_38.entry.js +2 -0
- package/dist/esm-es5/sqm-banking-info-form_16.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-fd70e829.entry.js → p-58d2e9cb.entry.js} +1 -1
- package/dist/mint-components/{p-010ddcb6.system.entry.js → p-5ff96052.system.entry.js} +1 -1
- package/dist/mint-components/p-7eb6fab2.system.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 +2 -0
- package/dist/types/components.d.ts +4 -0
- package/docs/TaxAndCash--2024-03-14--14-20-26.xlsx +0 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
- package/docs/picklesdoc--2024-01-15--11-20-00.xlsx +0 -0
- package/docs/picklesdoc--2024-01-15--11-24-04.xlsx +0 -0
|
@@ -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: "
|
|
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
|
/**
|
|
@@ -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: "
|
|
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: "
|
|
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
|
/**
|