@saasquatch/mint-components 1.14.6-27 → 1.14.6-28
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-d3b2fe63.js → ShadowViewAddon-619fee6d.js} +2 -2
- package/dist/cjs/sqm-big-stat_43.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-lead-input-field-view-8ee59e8c.js → sqm-lead-input-field-view-f479309f.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-form.js +4 -4
- package/dist/collection/components/sqm-lead-form/sqm-lead-input-field-view.js +1 -1
- package/dist/esm/{ShadowViewAddon-85ac7815.js → ShadowViewAddon-56d647fd.js} +2 -2
- package/dist/esm/sqm-big-stat_43.entry.js +3 -3
- package/dist/esm/{sqm-lead-input-field-view-937eb53e.js → sqm-lead-input-field-view-2ec63b75.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-85ac7815.js → ShadowViewAddon-56d647fd.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
- package/dist/esm-es5/sqm-lead-input-field-view-2ec63b75.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-22a19728.system.js +1 -0
- package/dist/mint-components/{p-8d45ab28.js → p-280c0f3c.js} +1 -1
- package/dist/mint-components/p-37996351.system.js +1 -1
- package/dist/mint-components/{p-1ec3442b.system.entry.js → p-4369a684.system.entry.js} +1 -1
- package/dist/mint-components/{p-3145c268.entry.js → p-46e1dc91.entry.js} +1 -1
- package/dist/mint-components/{p-7dd624fd.system.entry.js → p-48b50a74.system.entry.js} +1 -1
- package/dist/mint-components/{p-6461715b.system.entry.js → p-5ed5fc3c.system.entry.js} +1 -1
- package/dist/mint-components/{p-be1cfe2c.js → p-8c182b08.js} +1 -1
- package/dist/mint-components/{p-e005a2ad.system.js → p-c6ea304a.system.js} +1 -1
- package/dist/mint-components/{p-ec0202f7.entry.js → p-d6e65124.entry.js} +1 -1
- package/dist/mint-components/{p-aeec411b.entry.js → p-f0172bac.entry.js} +2 -2
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/sqm-lead-input-field-view-937eb53e.js +0 -1
- package/dist/mint-components/p-f3a4467a.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,
|
|
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,
|
|
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-619fee6d.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');
|
|
@@ -1516,11 +1516,11 @@ const LeadForm = class {
|
|
|
1516
1516
|
/**
|
|
1517
1517
|
* @uiName First Name field label
|
|
1518
1518
|
*/
|
|
1519
|
-
this.firstNameLabel = "First
|
|
1519
|
+
this.firstNameLabel = "First name";
|
|
1520
1520
|
/**
|
|
1521
1521
|
* @uiName Last Name field label
|
|
1522
1522
|
*/
|
|
1523
|
-
this.lastNameLabel = "Last
|
|
1523
|
+
this.lastNameLabel = "Last name";
|
|
1524
1524
|
/**
|
|
1525
1525
|
* @uiName Submit button text
|
|
1526
1526
|
*/
|
package/dist/cjs/{sqm-lead-input-field-view-8ee59e8c.js → sqm-lead-input-field-view-f479309f.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,
|
|
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-f479309f.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-619fee6d.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-f479309f.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,
|
|
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,
|
|
73
73
|
});
|
|
74
74
|
return (h(Fragment, null,
|
|
75
75
|
states.success && (h("div", { class: sheet.classes.Wrapper, part: "sqm-base" },
|
|
@@ -18,11 +18,11 @@ export class LeadForm {
|
|
|
18
18
|
/**
|
|
19
19
|
* @uiName First Name field label
|
|
20
20
|
*/
|
|
21
|
-
this.firstNameLabel = "First
|
|
21
|
+
this.firstNameLabel = "First name";
|
|
22
22
|
/**
|
|
23
23
|
* @uiName Last Name field label
|
|
24
24
|
*/
|
|
25
|
-
this.lastNameLabel = "Last
|
|
25
|
+
this.lastNameLabel = "Last name";
|
|
26
26
|
/**
|
|
27
27
|
* @uiName Submit button text
|
|
28
28
|
*/
|
|
@@ -154,7 +154,7 @@ export class LeadForm {
|
|
|
154
154
|
},
|
|
155
155
|
"attribute": "first-name-label",
|
|
156
156
|
"reflect": false,
|
|
157
|
-
"defaultValue": "\"First
|
|
157
|
+
"defaultValue": "\"First name\""
|
|
158
158
|
},
|
|
159
159
|
"lastNameLabel": {
|
|
160
160
|
"type": "string",
|
|
@@ -175,7 +175,7 @@ export class LeadForm {
|
|
|
175
175
|
},
|
|
176
176
|
"attribute": "last-name-label",
|
|
177
177
|
"reflect": false,
|
|
178
|
-
"defaultValue": "\"Last
|
|
178
|
+
"defaultValue": "\"Last name\""
|
|
179
179
|
},
|
|
180
180
|
"submitLabel": {
|
|
181
181
|
"type": "string",
|
|
@@ -26,7 +26,7 @@ export function LeadInputFieldView(props) {
|
|
|
26
26
|
id: `requiredFieldErrorMessage-${fieldLabel}`,
|
|
27
27
|
defaultMessage: content.requiredFieldErrorMessage,
|
|
28
28
|
}, {
|
|
29
|
-
fieldLabel
|
|
29
|
+
fieldLabel,
|
|
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,
|
|
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,
|
|
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-56d647fd.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';
|
|
@@ -1512,11 +1512,11 @@ const LeadForm = class {
|
|
|
1512
1512
|
/**
|
|
1513
1513
|
* @uiName First Name field label
|
|
1514
1514
|
*/
|
|
1515
|
-
this.firstNameLabel = "First
|
|
1515
|
+
this.firstNameLabel = "First name";
|
|
1516
1516
|
/**
|
|
1517
1517
|
* @uiName Last Name field label
|
|
1518
1518
|
*/
|
|
1519
|
-
this.lastNameLabel = "Last
|
|
1519
|
+
this.lastNameLabel = "Last name";
|
|
1520
1520
|
/**
|
|
1521
1521
|
* @uiName Submit button text
|
|
1522
1522
|
*/
|
package/dist/esm/{sqm-lead-input-field-view-937eb53e.js → sqm-lead-input-field-view-2ec63b75.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,
|
|
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-2ec63b75.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-56d647fd.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-2ec63b75.js';
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* lodash (Custom Build) <https://lodash.com/>
|