@saasquatch/mint-components 1.14.6-26 → 1.14.6-27
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/{ShadowViewAddon-619fee6d.js → ShadowViewAddon-d3b2fe63.js} +2 -2
- package/dist/cjs/sqm-big-stat_43.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-lead-input-field-view-f479309f.js → sqm-lead-input-field-view-8ee59e8c.js} +1 -1
- package/dist/cjs/sqm-lead-input-field.cjs.entry.js +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -2
- package/dist/collection/components/sqm-lead-form/sqm-lead-dropdown-field-view.js +1 -1
- package/dist/collection/components/sqm-lead-form/sqm-lead-form-view.js +1 -1
- package/dist/collection/components/sqm-lead-form/sqm-lead-input-field-view.js +1 -1
- package/dist/esm/{ShadowViewAddon-56d647fd.js → ShadowViewAddon-85ac7815.js} +2 -2
- package/dist/esm/sqm-big-stat_43.entry.js +1 -1
- package/dist/esm/{sqm-lead-input-field-view-2ec63b75.js → sqm-lead-input-field-view-937eb53e.js} +1 -1
- package/dist/esm/sqm-lead-input-field.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +2 -2
- package/dist/esm-es5/{ShadowViewAddon-56d647fd.js → ShadowViewAddon-85ac7815.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
- package/dist/esm-es5/sqm-lead-input-field-view-937eb53e.js +1 -0
- package/dist/esm-es5/sqm-lead-input-field.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/{p-4369a684.system.entry.js → p-1ec3442b.system.entry.js} +1 -1
- package/dist/mint-components/{p-46e1dc91.entry.js → p-3145c268.entry.js} +1 -1
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-5ed5fc3c.system.entry.js → p-6461715b.system.entry.js} +1 -1
- package/dist/mint-components/{p-33188345.system.entry.js → p-7dd624fd.system.entry.js} +1 -1
- package/dist/mint-components/{p-280c0f3c.js → p-8d45ab28.js} +1 -1
- package/dist/mint-components/{p-19374011.entry.js → p-aeec411b.entry.js} +1 -1
- package/dist/mint-components/{p-8c182b08.js → p-be1cfe2c.js} +1 -1
- package/dist/mint-components/{p-c6ea304a.system.js → p-e005a2ad.system.js} +1 -1
- package/dist/mint-components/{p-d6e65124.entry.js → p-ec0202f7.entry.js} +1 -1
- package/dist/mint-components/p-f3a4467a.system.js +1 -0
- 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/package.json +1 -1
- package/dist/esm-es5/sqm-lead-input-field-view-2ec63b75.js +0 -1
- package/dist/mint-components/p-22a19728.system.js +0 -1
|
@@ -4112,7 +4112,7 @@ function LeadFormView(props) {
|
|
|
4112
4112
|
id: "requiredFieldErrorMessage",
|
|
4113
4113
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
4114
4114
|
}, {
|
|
4115
|
-
fieldLabel,
|
|
4115
|
+
fieldLabel: fieldLabel.toLowerCase(),
|
|
4116
4116
|
});
|
|
4117
4117
|
return (index.h(index.Fragment, null,
|
|
4118
4118
|
states.success && (index.h("div", { class: sheet$d.classes.Wrapper, part: "sqm-base" },
|
|
@@ -4205,7 +4205,7 @@ function LeadDropdownFieldView(props) {
|
|
|
4205
4205
|
id: `requiredFieldErrorMessage-${dropdownLabel}`,
|
|
4206
4206
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
4207
4207
|
}, {
|
|
4208
|
-
dropdownLabel,
|
|
4208
|
+
dropdownLabel: dropdownLabel.toLowerCase(),
|
|
4209
4209
|
});
|
|
4210
4210
|
return (index.h("div", { class: sheet$e.classes.FieldContainer, part: "sqm-base" },
|
|
4211
4211
|
index.h("style", { type: "text/css" },
|
|
@@ -23,7 +23,7 @@ const sqmPortalLoginView = require('./sqm-portal-login-view-761a4d8e.js');
|
|
|
23
23
|
const usePortalLogin = require('./usePortalLogin-63d896d1.js');
|
|
24
24
|
const AsYouType = require('./AsYouType-6788393a.js');
|
|
25
25
|
const utilities = require('./utilities-78f5e169.js');
|
|
26
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
26
|
+
const ShadowViewAddon = require('./ShadowViewAddon-d3b2fe63.js');
|
|
27
27
|
require('./sqm-portal-container-view-4f15143a.js');
|
|
28
28
|
const useLeadFormState = require('./useLeadFormState-c83d2034.js');
|
|
29
29
|
const usePayoutStatus = require('./usePayoutStatus-feeac99b.js');
|
package/dist/cjs/{sqm-lead-input-field-view-f479309f.js → sqm-lead-input-field-view-8ee59e8c.js}
RENAMED
|
@@ -28,7 +28,7 @@ function LeadInputFieldView(props) {
|
|
|
28
28
|
id: `requiredFieldErrorMessage-${fieldLabel}`,
|
|
29
29
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
30
30
|
}, {
|
|
31
|
-
fieldLabel,
|
|
31
|
+
fieldLabel: fieldLabel.toLowerCase(),
|
|
32
32
|
});
|
|
33
33
|
return (index.h("div", { class: sheet.classes.FieldContainer, part: "sqm-base" },
|
|
34
34
|
index.h("style", { type: "text/css" },
|
|
@@ -10,7 +10,7 @@ const cjs = require('./cjs-1066ec21.js');
|
|
|
10
10
|
const utils = require('./utils-6847bc06.js');
|
|
11
11
|
require('./JSS-8503a151.js');
|
|
12
12
|
require('./mixins-f7e0377a.js');
|
|
13
|
-
const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-
|
|
13
|
+
const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-8ee59e8c.js');
|
|
14
14
|
const useLeadFormState = require('./useLeadFormState-c83d2034.js');
|
|
15
15
|
|
|
16
16
|
function useLeadInputField() {
|
|
@@ -35,10 +35,10 @@ const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-fe6
|
|
|
35
35
|
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-7b678f34.js');
|
|
36
36
|
require('./ErrorView-b2fcf954.js');
|
|
37
37
|
const sqmQrCodeView = require('./sqm-qr-code-view-15dfc0b6.js');
|
|
38
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
38
|
+
const ShadowViewAddon = require('./ShadowViewAddon-d3b2fe63.js');
|
|
39
39
|
const sqmPortalContainerView = require('./sqm-portal-container-view-4f15143a.js');
|
|
40
40
|
const sqmInvoiceTableView = require('./sqm-invoice-table-view-0f7fa309.js');
|
|
41
|
-
const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-
|
|
41
|
+
const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-8ee59e8c.js');
|
|
42
42
|
|
|
43
43
|
/**
|
|
44
44
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -41,7 +41,7 @@ export function LeadDropdownFieldView(props) {
|
|
|
41
41
|
id: `requiredFieldErrorMessage-${dropdownLabel}`,
|
|
42
42
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
43
43
|
}, {
|
|
44
|
-
dropdownLabel,
|
|
44
|
+
dropdownLabel: dropdownLabel.toLowerCase(),
|
|
45
45
|
});
|
|
46
46
|
return (h("div", { class: sheet.classes.FieldContainer, part: "sqm-base" },
|
|
47
47
|
h("style", { type: "text/css" },
|
|
@@ -69,7 +69,7 @@ export function LeadFormView(props) {
|
|
|
69
69
|
id: "requiredFieldErrorMessage",
|
|
70
70
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
71
71
|
}, {
|
|
72
|
-
fieldLabel,
|
|
72
|
+
fieldLabel: fieldLabel.toLowerCase(),
|
|
73
73
|
});
|
|
74
74
|
return (h(Fragment, null,
|
|
75
75
|
states.success && (h("div", { class: sheet.classes.Wrapper, part: "sqm-base" },
|
|
@@ -26,7 +26,7 @@ export function LeadInputFieldView(props) {
|
|
|
26
26
|
id: `requiredFieldErrorMessage-${fieldLabel}`,
|
|
27
27
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
28
28
|
}, {
|
|
29
|
-
fieldLabel,
|
|
29
|
+
fieldLabel: fieldLabel.toLowerCase(),
|
|
30
30
|
});
|
|
31
31
|
return (h("div", { class: sheet.classes.FieldContainer, part: "sqm-base" },
|
|
32
32
|
h("style", { type: "text/css" },
|
|
@@ -4110,7 +4110,7 @@ function LeadFormView(props) {
|
|
|
4110
4110
|
id: "requiredFieldErrorMessage",
|
|
4111
4111
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
4112
4112
|
}, {
|
|
4113
|
-
fieldLabel,
|
|
4113
|
+
fieldLabel: fieldLabel.toLowerCase(),
|
|
4114
4114
|
});
|
|
4115
4115
|
return (h(Fragment, null,
|
|
4116
4116
|
states.success && (h("div", { class: sheet$d.classes.Wrapper, part: "sqm-base" },
|
|
@@ -4203,7 +4203,7 @@ function LeadDropdownFieldView(props) {
|
|
|
4203
4203
|
id: `requiredFieldErrorMessage-${dropdownLabel}`,
|
|
4204
4204
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
4205
4205
|
}, {
|
|
4206
|
-
dropdownLabel,
|
|
4206
|
+
dropdownLabel: dropdownLabel.toLowerCase(),
|
|
4207
4207
|
});
|
|
4208
4208
|
return (h("div", { class: sheet$e.classes.FieldContainer, part: "sqm-base" },
|
|
4209
4209
|
h("style", { type: "text/css" },
|
|
@@ -19,7 +19,7 @@ import { P as PortalLoginView } from './sqm-portal-login-view-7e49609a.js';
|
|
|
19
19
|
import { u as usePortalLogin } from './usePortalLogin-ef647a50.js';
|
|
20
20
|
import { A as AsYouType } from './AsYouType-46f67d0d.js';
|
|
21
21
|
import { i as isEmpty } from './utilities-5b0ca040.js';
|
|
22
|
-
import { b as useDemoBigStat, W as useBigStat, B as BigStatView, U as autoColorScaleCss, J as CardFeedView, i as CheckboxFieldView, K as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, Q as LeadDropdownFieldView, O as LeadFormView, X as withShadowView, L as LeaderboardView, N as NameFieldsView, C as ChangeMarktingView, d as PortalChangePasswordView, h as PortalFooterView, P as PortalFrameView, e as PortalRegisterView, R as ReferralIframeView, Y as demoRewardExchange, j as RewardExchangeView, a as useShareButton, S as ShareButtonView, u as useShareLink, c as StatContainerView, T as TaskCardView } from './ShadowViewAddon-
|
|
22
|
+
import { b as useDemoBigStat, W as useBigStat, B as BigStatView, U as autoColorScaleCss, J as CardFeedView, i as CheckboxFieldView, K as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, Q as LeadDropdownFieldView, O as LeadFormView, X as withShadowView, L as LeaderboardView, N as NameFieldsView, C as ChangeMarktingView, d as PortalChangePasswordView, h as PortalFooterView, P as PortalFrameView, e as PortalRegisterView, R as ReferralIframeView, Y as demoRewardExchange, j as RewardExchangeView, a as useShareButton, S as ShareButtonView, u as useShareLink, c as StatContainerView, T as TaskCardView } from './ShadowViewAddon-85ac7815.js';
|
|
23
23
|
import './sqm-portal-container-view-1683ae32.js';
|
|
24
24
|
import { R as RequiredPropsError, L as LEAD_FORM_STATE_CONTEXT, u as useLeadFormState } from './useLeadFormState-9016d812.js';
|
|
25
25
|
import { u as usePayoutStatus } from './usePayoutStatus-fed17fc9.js';
|
package/dist/esm/{sqm-lead-input-field-view-2ec63b75.js → sqm-lead-input-field-view-937eb53e.js}
RENAMED
|
@@ -26,7 +26,7 @@ function LeadInputFieldView(props) {
|
|
|
26
26
|
id: `requiredFieldErrorMessage-${fieldLabel}`,
|
|
27
27
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
28
28
|
}, {
|
|
29
|
-
fieldLabel,
|
|
29
|
+
fieldLabel: fieldLabel.toLowerCase(),
|
|
30
30
|
});
|
|
31
31
|
return (h("div", { class: sheet.classes.FieldContainer, part: "sqm-base" },
|
|
32
32
|
h("style", { type: "text/css" },
|
|
@@ -6,7 +6,7 @@ import { c as cjs } from './cjs-bdfb4486.js';
|
|
|
6
6
|
import { g as getProps, a as getMissingProps } from './utils-334c1e34.js';
|
|
7
7
|
import './JSS-67b5cff8.js';
|
|
8
8
|
import './mixins-83f90fa1.js';
|
|
9
|
-
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-
|
|
9
|
+
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-937eb53e.js';
|
|
10
10
|
import { L as LEAD_FORM_STATE_CONTEXT, R as RequiredPropsError } from './useLeadFormState-9016d812.js';
|
|
11
11
|
|
|
12
12
|
function useLeadInputField() {
|
|
@@ -31,10 +31,10 @@ import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-5
|
|
|
31
31
|
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-b12cb894.js';
|
|
32
32
|
import './ErrorView-48e2b969.js';
|
|
33
33
|
import { Q as QrCodeView } from './sqm-qr-code-view-f1d0763b.js';
|
|
34
|
-
import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalRegisterView, C as ChangeMarktingView, T as TaskCardView, f as ProgressBarView, g as PoweredByImg$1, h as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, i as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, j as RewardExchangeView, r as rewardExchangeCustomErrorMsg, k as rewardExchangeLongText, l as rewardExchangeSelected, m as chooseAmountFixed, n as chooseAmountFixedNoDescription, o as chooseAmountVariable, p as chooseAmountVariableNoDescription, q as chooseAmountVariableDisabled, s as chooseAmountVariableUnavailable, t as confirmFixed, v as confirmVariable, w as redemptionError, x as queryError, y as success, z as successVariable, A as loading, F as empty$1, G as rewardExchange, J as CardFeedView, K as CouponCodeView, M as ProgressBar$2, O as LeadFormView, Q as LeadDropdownFieldView, U as autoColorScaleCss, V as ShadowViewAddon } from './ShadowViewAddon-
|
|
34
|
+
import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalRegisterView, C as ChangeMarktingView, T as TaskCardView, f as ProgressBarView, g as PoweredByImg$1, h as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, i as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, j as RewardExchangeView, r as rewardExchangeCustomErrorMsg, k as rewardExchangeLongText, l as rewardExchangeSelected, m as chooseAmountFixed, n as chooseAmountFixedNoDescription, o as chooseAmountVariable, p as chooseAmountVariableNoDescription, q as chooseAmountVariableDisabled, s as chooseAmountVariableUnavailable, t as confirmFixed, v as confirmVariable, w as redemptionError, x as queryError, y as success, z as successVariable, A as loading, F as empty$1, G as rewardExchange, J as CardFeedView, K as CouponCodeView, M as ProgressBar$2, O as LeadFormView, Q as LeadDropdownFieldView, U as autoColorScaleCss, V as ShadowViewAddon } from './ShadowViewAddon-85ac7815.js';
|
|
35
35
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-1683ae32.js';
|
|
36
36
|
import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-7f376a75.js';
|
|
37
|
-
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-
|
|
37
|
+
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-937eb53e.js';
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* lodash (Custom Build) <https://lodash.com/>
|