@saasquatch/mint-components 2.0.0-61 → 2.0.0-64
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-016bebfd.js → ShadowViewAddon-23b04c91.js} +1 -1
- package/dist/cjs/sqm-big-stat_46.cjs.entry.js +2 -2
- package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
- package/dist/cjs/sqm-form-message.cjs.entry.js +3 -0
- package/dist/cjs/{sqm-portal-container-view-ca86b9e5.js → sqm-portal-container-view-07e4343f.js} +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -2
- package/dist/collection/components/sqm-form-message/sqm-form-message.js +4 -1
- package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
- package/dist/collection/components/sqm-widget-verification/sqm-widget-verification.js +2 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +0 -1
- package/dist/esm/{ShadowViewAddon-4cde160a.js → ShadowViewAddon-c0bd62f7.js} +1 -1
- package/dist/esm/sqm-big-stat_46.entry.js +2 -2
- package/dist/esm/sqm-empty_4.entry.js +1 -1
- package/dist/esm/sqm-form-message.entry.js +3 -0
- package/dist/esm/{sqm-portal-container-view-16309b22.js → sqm-portal-container-view-176e92e3.js} +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +2 -2
- package/dist/esm-es5/{ShadowViewAddon-4cde160a.js → ShadowViewAddon-c0bd62f7.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
- package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
- package/dist/esm-es5/{sqm-portal-container-view-16309b22.js → sqm-portal-container-view-176e92e3.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-9fed62f8.system.entry.js → p-35081b0c.system.entry.js} +1 -1
- package/dist/mint-components/{p-78daa639.entry.js → p-622b4066.entry.js} +1 -1
- package/dist/mint-components/{p-3bf5cd51.entry.js → p-76d4ef41.entry.js} +1 -1
- package/dist/mint-components/{p-4ffc5bce.js → p-7d735c9c.js} +1 -1
- package/dist/mint-components/{p-1fa9ef02.js → p-9580aac3.js} +1 -1
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/dist/mint-components/{p-69d8b4f2.system.entry.js → p-a63a985a.system.entry.js} +1 -1
- package/dist/mint-components/p-a6f4fb03.system.js +1 -0
- package/dist/mint-components/{p-8801b7f1.system.entry.js → p-b038b72a.system.entry.js} +1 -1
- package/dist/mint-components/{p-c62b277d.system.js → p-bb452830.system.js} +1 -1
- package/dist/mint-components/{p-38263521.entry.js → p-c40ea48b.entry.js} +1 -1
- package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +3 -0
- package/dist/types/components/sqm-widget-verification/sqm-widget-verification.d.ts +2 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.d.ts +0 -1
- package/dist/types/components.d.ts +6 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/mint-components/p-92bed2ad.system.js +0 -1
|
@@ -15,7 +15,7 @@ const luxon = require('./luxon-949beaf2.js');
|
|
|
15
15
|
const sqmTextSpanView = require('./sqm-text-span-view-7a61ae4c.js');
|
|
16
16
|
const index$1 = require('./index-8c6255f5.js');
|
|
17
17
|
const utilities = require('./utilities-9a0c5e91.js');
|
|
18
|
-
const sqmPortalContainerView = require('./sqm-portal-container-view-
|
|
18
|
+
const sqmPortalContainerView = require('./sqm-portal-container-view-07e4343f.js');
|
|
19
19
|
|
|
20
20
|
function BigStatView(props) {
|
|
21
21
|
const { statvalue, flexReverse, alignment, statTextColor, statFontSize, descriptionTextColor, descriptionFontSize, statFontWeight, } = props;
|
|
@@ -26,8 +26,8 @@ const sqmPortalLoginView = require('./sqm-portal-login-view-bb50304c.js');
|
|
|
26
26
|
const usePortalLogin = require('./usePortalLogin-353f776a.js');
|
|
27
27
|
const AsYouType = require('./AsYouType-6788393a.js');
|
|
28
28
|
const utilities = require('./utilities-9a0c5e91.js');
|
|
29
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
30
|
-
require('./sqm-portal-container-view-
|
|
29
|
+
const ShadowViewAddon = require('./ShadowViewAddon-23b04c91.js');
|
|
30
|
+
require('./sqm-portal-container-view-07e4343f.js');
|
|
31
31
|
const parseStates = require('./parseStates-d1effc19.js');
|
|
32
32
|
const usePayoutStatus = require('./usePayoutStatus-fe32dd1a.js');
|
|
33
33
|
|
|
@@ -8,7 +8,7 @@ const domContextHooks_module = require('./dom-context-hooks.module-7fa676ae.js')
|
|
|
8
8
|
require('./index.module-4f54e412.js');
|
|
9
9
|
const utils = require('./utils-0d3ac0fb.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
|
-
const sqmPortalContainerView = require('./sqm-portal-container-view-
|
|
11
|
+
const sqmPortalContainerView = require('./sqm-portal-container-view-07e4343f.js');
|
|
12
12
|
|
|
13
13
|
function EmptyStateView(props) {
|
|
14
14
|
const { emptyStateHeader, emptyStateImage, emptyStateText, supportText, missingFeature = "", } = props;
|
package/dist/cjs/{sqm-portal-container-view-ca86b9e5.js → sqm-portal-container-view-07e4343f.js}
RENAMED
|
@@ -38,7 +38,7 @@ function PortalContainerView(props, children) {
|
|
|
38
38
|
maxWidth: props.maxWidth,
|
|
39
39
|
margin: props.center && "auto",
|
|
40
40
|
justifyContent: props.justifyContent,
|
|
41
|
-
backgroundColor: props.backgroundColor || "
|
|
41
|
+
backgroundColor: props.backgroundColor || "var(--sqm-portal-background)",
|
|
42
42
|
},
|
|
43
43
|
};
|
|
44
44
|
const vanillaStyle = `
|
|
@@ -34,8 +34,8 @@ const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-25e
|
|
|
34
34
|
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-1c4e781f.js');
|
|
35
35
|
require('./ErrorView-3f91e5ab.js');
|
|
36
36
|
const sqmQrCodeView = require('./sqm-qr-code-view-4ccf89da.js');
|
|
37
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
38
|
-
const sqmPortalContainerView = require('./sqm-portal-container-view-
|
|
37
|
+
const ShadowViewAddon = require('./ShadowViewAddon-23b04c91.js');
|
|
38
|
+
const sqmPortalContainerView = require('./sqm-portal-container-view-07e4343f.js');
|
|
39
39
|
const IndirectTaxDetailsView = require('./IndirectTaxDetailsView-e5f70b8b.js');
|
|
40
40
|
const utils = require('./utils-83d125fa.js');
|
|
41
41
|
const sqmLeadInputFieldView = require('./sqm-lead-input-field-view-06ed3632.js');
|
|
@@ -7,6 +7,9 @@ import { Component, h, Prop, State } from "@stencil/core";
|
|
|
7
7
|
export class FormMessage {
|
|
8
8
|
constructor() {
|
|
9
9
|
this.ignored = true;
|
|
10
|
+
/**
|
|
11
|
+
* Render the alert with transparent styles
|
|
12
|
+
*/
|
|
10
13
|
this.transparent = false;
|
|
11
14
|
withHooks(this);
|
|
12
15
|
}
|
|
@@ -94,7 +97,7 @@ export class FormMessage {
|
|
|
94
97
|
"optional": true,
|
|
95
98
|
"docs": {
|
|
96
99
|
"tags": [],
|
|
97
|
-
"text": ""
|
|
100
|
+
"text": "Render the alert with transparent styles"
|
|
98
101
|
},
|
|
99
102
|
"attribute": "transparent",
|
|
100
103
|
"reflect": false,
|
|
@@ -14,7 +14,7 @@ export function PortalContainerView(props, children) {
|
|
|
14
14
|
maxWidth: props.maxWidth,
|
|
15
15
|
margin: props.center && "auto",
|
|
16
16
|
justifyContent: props.justifyContent,
|
|
17
|
-
backgroundColor: props.backgroundColor || "
|
|
17
|
+
backgroundColor: props.backgroundColor || "var(--sqm-portal-background)",
|
|
18
18
|
},
|
|
19
19
|
};
|
|
20
20
|
const vanillaStyle = `
|
|
@@ -9,6 +9,8 @@ import { SHOW_CODE_NAMESPACE, VERIFICATION_EMAIL_NAMESPACE, VERIFICATION_PARENT_
|
|
|
9
9
|
import { useWidgetVerification } from "./useWidgetVerification";
|
|
10
10
|
/**
|
|
11
11
|
* @uiName Widget Verification Flow
|
|
12
|
+
* @exampleGroup Tax and Cash
|
|
13
|
+
* @example 2FA Protected Tax and Cash Form - <sqm-widget-verification-controller><template slot="not-verified"><sqm-widget-verification></sqm-widget-verification></template><template slot="verified"><sqm-tax-and-cash></sqm-tax-and-cash></template></sqm-widget-verification-controller>
|
|
12
14
|
*/
|
|
13
15
|
export class WidgetVerification {
|
|
14
16
|
constructor() {
|
|
@@ -15,7 +15,6 @@ import { intl } from "../../../global/global";
|
|
|
15
15
|
* @exampleGroup Tax and Cash
|
|
16
16
|
* @validParents ["sqm-portal-container","div","sqm-hero","sqm-instant-access-registration","sqb-program-section","sqb-conditional-section", "template"]
|
|
17
17
|
* @example Tax and Cash Multi Step Form - <sqm-tax-and-cash></sqm-tax-and-cash>
|
|
18
|
-
* @example 2FA Protected Tax and Cash Form - <sqm-widget-verification-controller><template slot="not-verified"><sqm-widget-verification></sqm-widget-verification></template><template slot="verified"><sqm-tax-and-cash></sqm-tax-and-cash></template></sqm-widget-verification-controller>
|
|
19
18
|
*/
|
|
20
19
|
export class TaxAndCashMonolith {
|
|
21
20
|
constructor() {
|
|
@@ -13,7 +13,7 @@ import { l as luxon } from './luxon-bbf75a9d.js';
|
|
|
13
13
|
import { T as TextSpanView } from './sqm-text-span-view-4c17b8c9.js';
|
|
14
14
|
import { p as pathToRegexp } from './index-ffa26b43.js';
|
|
15
15
|
import { a as isValidColor, b as isMobile } from './utilities-72c07b09.js';
|
|
16
|
-
import { a as PortalSectionView, P as PortalContainerView } from './sqm-portal-container-view-
|
|
16
|
+
import { a as PortalSectionView, P as PortalContainerView } from './sqm-portal-container-view-176e92e3.js';
|
|
17
17
|
|
|
18
18
|
function BigStatView(props) {
|
|
19
19
|
const { statvalue, flexReverse, alignment, statTextColor, statFontSize, descriptionTextColor, descriptionFontSize, statFontWeight, } = props;
|
|
@@ -22,8 +22,8 @@ import { P as PortalLoginView } from './sqm-portal-login-view-7670cd86.js';
|
|
|
22
22
|
import { u as usePortalLogin } from './usePortalLogin-95814943.js';
|
|
23
23
|
import { A as AsYouType } from './AsYouType-46f67d0d.js';
|
|
24
24
|
import { i as isEmpty } from './utilities-72c07b09.js';
|
|
25
|
-
import { u as useDemoBigStat, W as useBigStat, B as BigStatView, C as CardFeedView, c as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as LeadDropdownFieldView, Q as LeadFormView, X as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalForgotPasswordView, i as PortalFrameView, d as PortalRegisterView, R as ReferralIframeView, j as RewardExchangeView, Y as demoRewardExchange, J as useShareButton, a as ShareButtonView, K as useShareLink, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-
|
|
26
|
-
import './sqm-portal-container-view-
|
|
25
|
+
import { u as useDemoBigStat, W as useBigStat, B as BigStatView, C as CardFeedView, c as CheckboxFieldView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, U as LeadDropdownFieldView, Q as LeadFormView, X as withShadowView, L as LeaderboardView, N as NameFieldsView, f as ChangeMarktingView, P as PortalChangePasswordView, g as PortalFooterView, h as PortalForgotPasswordView, i as PortalFrameView, d as PortalRegisterView, R as ReferralIframeView, j as RewardExchangeView, Y as demoRewardExchange, J as useShareButton, a as ShareButtonView, K as useShareLink, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-c0bd62f7.js';
|
|
26
|
+
import './sqm-portal-container-view-176e92e3.js';
|
|
27
27
|
import { p as parseStates } from './parseStates-ed75e224.js';
|
|
28
28
|
import { u as usePayoutStatus } from './usePayoutStatus-42cc6a2c.js';
|
|
29
29
|
|
|
@@ -4,7 +4,7 @@ import { n as h$1 } from './dom-context-hooks.module-63370afd.js';
|
|
|
4
4
|
import './index.module-c9811a48.js';
|
|
5
5
|
import { g as getProps } from './utils-84b4b092.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
|
-
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-
|
|
7
|
+
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-176e92e3.js';
|
|
8
8
|
|
|
9
9
|
function EmptyStateView(props) {
|
|
10
10
|
const { emptyStateHeader, emptyStateImage, emptyStateText, supportText, missingFeature = "", } = props;
|
package/dist/esm/{sqm-portal-container-view-16309b22.js → sqm-portal-container-view-176e92e3.js}
RENAMED
|
@@ -36,7 +36,7 @@ function PortalContainerView(props, children) {
|
|
|
36
36
|
maxWidth: props.maxWidth,
|
|
37
37
|
margin: props.center && "auto",
|
|
38
38
|
justifyContent: props.justifyContent,
|
|
39
|
-
backgroundColor: props.backgroundColor || "
|
|
39
|
+
backgroundColor: props.backgroundColor || "var(--sqm-portal-background)",
|
|
40
40
|
},
|
|
41
41
|
};
|
|
42
42
|
const vanillaStyle = `
|
|
@@ -30,8 +30,8 @@ import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-a
|
|
|
30
30
|
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-33805220.js';
|
|
31
31
|
import './ErrorView-bbf0a042.js';
|
|
32
32
|
import { Q as QrCodeView } from './sqm-qr-code-view-ea505213.js';
|
|
33
|
-
import { S as StatContainerView, B as BigStatView, a as ShareButtonView, P as PortalChangePasswordView, b as PoweredByImg$1, u as useDemoBigStat, T as TaskCardView, C as CardFeedView, c as CheckboxFieldView, d as PortalRegisterView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, L as LeaderboardView, H as HeroView, I as InputFieldView, N as NameFieldsView, f as ChangeMarktingView, g as PortalFooterView, h as PortalForgotPasswordView, i as PortalFrameView, R as ReferralIframeView, 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 useShareButton, K as useShareLink, M as ProgressBarView, O as ProgressBar$2, Q as LeadFormView, U as LeadDropdownFieldView, V as ShadowViewAddon } from './ShadowViewAddon-
|
|
34
|
-
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-
|
|
33
|
+
import { S as StatContainerView, B as BigStatView, a as ShareButtonView, P as PortalChangePasswordView, b as PoweredByImg$1, u as useDemoBigStat, T as TaskCardView, C as CardFeedView, c as CheckboxFieldView, d as PortalRegisterView, e as CouponCodeView, D as DropdownFieldView, E as EditProfileView, L as LeaderboardView, H as HeroView, I as InputFieldView, N as NameFieldsView, f as ChangeMarktingView, g as PortalFooterView, h as PortalForgotPasswordView, i as PortalFrameView, R as ReferralIframeView, 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 useShareButton, K as useShareLink, M as ProgressBarView, O as ProgressBar$2, Q as LeadFormView, U as LeadDropdownFieldView, V as ShadowViewAddon } from './ShadowViewAddon-c0bd62f7.js';
|
|
34
|
+
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-176e92e3.js';
|
|
35
35
|
import { I as InvoiceTableView, a as INDIRECT_TAX_SPAIN_REGIONS, b as INDIRECT_TAX_PROVINCES, O as OtherRegionSlotView } from './IndirectTaxDetailsView-0a57b622.js';
|
|
36
36
|
import { t as taxTypeToName, L as LoadingView } from './utils-6122971b.js';
|
|
37
37
|
import { L as LeadInputFieldView } from './sqm-lead-input-field-view-f3775c28.js';
|