@saasquatch/mint-components 2.0.0-3 → 2.0.0-5
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-23b04c91.js → ShadowViewAddon-016bebfd.js} +1 -1
- package/dist/cjs/sqm-big-stat_46.cjs.entry.js +2 -9
- package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-portal-container-view-07e4343f.js → sqm-portal-container-view-ca86b9e5.js} +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -2
- package/dist/collection/components/sqm-hero/sqm-hero.js +1 -9
- package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
- package/dist/esm/{ShadowViewAddon-c0bd62f7.js → ShadowViewAddon-4cde160a.js} +1 -1
- package/dist/esm/sqm-big-stat_46.entry.js +2 -9
- package/dist/esm/sqm-empty_4.entry.js +1 -1
- package/dist/esm/{sqm-portal-container-view-176e92e3.js → sqm-portal-container-view-16309b22.js} +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +2 -2
- package/dist/esm-es5/{ShadowViewAddon-c0bd62f7.js → ShadowViewAddon-4cde160a.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-176e92e3.js → sqm-portal-container-view-16309b22.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-9580aac3.js → p-1fa9ef02.js} +1 -1
- package/dist/mint-components/{p-76d4ef41.entry.js → p-3bf5cd51.entry.js} +1 -1
- package/dist/mint-components/{p-a38dd63f.system.entry.js → p-3c09c632.system.entry.js} +1 -1
- package/dist/mint-components/{p-b8d3fb57.entry.js → p-46b88149.entry.js} +2 -2
- package/dist/mint-components/{p-7d735c9c.js → p-4ffc5bce.js} +1 -1
- package/dist/mint-components/p-5853132a.system.entry.js +1 -0
- package/dist/mint-components/p-92bed2ad.system.js +1 -0
- package/dist/mint-components/p-967a9040.system.js +1 -1
- package/dist/mint-components/{p-35081b0c.system.entry.js → p-9fed62f8.system.entry.js} +1 -1
- package/dist/mint-components/{p-bb452830.system.js → p-c62b277d.system.js} +1 -1
- package/dist/mint-components/{p-f860e7f1.entry.js → p-f5c49a83.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
- package/dist/mint-components/p-a6f4fb03.system.js +0 -1
- package/dist/mint-components/p-c5fea579.system.entry.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-ca86b9e5.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-016bebfd.js');
|
|
30
|
+
require('./sqm-portal-container-view-ca86b9e5.js');
|
|
31
31
|
const parseStates = require('./parseStates-d1effc19.js');
|
|
32
32
|
const usePayoutStatus = require('./usePayoutStatus-fe32dd1a.js');
|
|
33
33
|
|
|
@@ -1568,13 +1568,6 @@ const Hero = class {
|
|
|
1568
1568
|
* @uiName Minimum height (in px)
|
|
1569
1569
|
*/
|
|
1570
1570
|
this.minHeight = 200;
|
|
1571
|
-
/**
|
|
1572
|
-
* Content background color or image (for use in the left column)
|
|
1573
|
-
*
|
|
1574
|
-
* @uiName Content background
|
|
1575
|
-
* @uiWidget Background
|
|
1576
|
-
*/
|
|
1577
|
-
this.background = "#f9fafb";
|
|
1578
1571
|
/**
|
|
1579
1572
|
* @uiName Padding size
|
|
1580
1573
|
* @uiEnum ["none", "small", "medium","large"]
|
|
@@ -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-ca86b9e5.js');
|
|
12
12
|
|
|
13
13
|
function EmptyStateView(props) {
|
|
14
14
|
const { emptyStateHeader, emptyStateImage, emptyStateText, supportText, missingFeature = "", } = props;
|
package/dist/cjs/{sqm-portal-container-view-07e4343f.js → sqm-portal-container-view-ca86b9e5.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 || "inherit",
|
|
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-016bebfd.js');
|
|
38
|
+
const sqmPortalContainerView = require('./sqm-portal-container-view-ca86b9e5.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');
|
|
@@ -24,13 +24,6 @@ export class Hero {
|
|
|
24
24
|
* @uiName Minimum height (in px)
|
|
25
25
|
*/
|
|
26
26
|
this.minHeight = 200;
|
|
27
|
-
/**
|
|
28
|
-
* Content background color or image (for use in the left column)
|
|
29
|
-
*
|
|
30
|
-
* @uiName Content background
|
|
31
|
-
* @uiWidget Background
|
|
32
|
-
*/
|
|
33
|
-
this.background = "#f9fafb";
|
|
34
27
|
/**
|
|
35
28
|
* @uiName Padding size
|
|
36
29
|
* @uiEnum ["none", "small", "medium","large"]
|
|
@@ -138,8 +131,7 @@ export class Hero {
|
|
|
138
131
|
"text": "Content background color or image (for use in the left column)"
|
|
139
132
|
},
|
|
140
133
|
"attribute": "background",
|
|
141
|
-
"reflect": false
|
|
142
|
-
"defaultValue": "\"#f9fafb\""
|
|
134
|
+
"reflect": false
|
|
143
135
|
},
|
|
144
136
|
"paddingSize": {
|
|
145
137
|
"type": "string",
|
|
@@ -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 || "inherit",
|
|
18
18
|
},
|
|
19
19
|
};
|
|
20
20
|
const vanillaStyle = `
|
|
@@ -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-16309b22.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-4cde160a.js';
|
|
26
|
+
import './sqm-portal-container-view-16309b22.js';
|
|
27
27
|
import { p as parseStates } from './parseStates-ed75e224.js';
|
|
28
28
|
import { u as usePayoutStatus } from './usePayoutStatus-42cc6a2c.js';
|
|
29
29
|
|
|
@@ -1564,13 +1564,6 @@ const Hero = class {
|
|
|
1564
1564
|
* @uiName Minimum height (in px)
|
|
1565
1565
|
*/
|
|
1566
1566
|
this.minHeight = 200;
|
|
1567
|
-
/**
|
|
1568
|
-
* Content background color or image (for use in the left column)
|
|
1569
|
-
*
|
|
1570
|
-
* @uiName Content background
|
|
1571
|
-
* @uiWidget Background
|
|
1572
|
-
*/
|
|
1573
|
-
this.background = "#f9fafb";
|
|
1574
1567
|
/**
|
|
1575
1568
|
* @uiName Padding size
|
|
1576
1569
|
* @uiEnum ["none", "small", "medium","large"]
|
|
@@ -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-16309b22.js';
|
|
8
8
|
|
|
9
9
|
function EmptyStateView(props) {
|
|
10
10
|
const { emptyStateHeader, emptyStateImage, emptyStateText, supportText, missingFeature = "", } = props;
|
package/dist/esm/{sqm-portal-container-view-176e92e3.js → sqm-portal-container-view-16309b22.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 || "inherit",
|
|
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-4cde160a.js';
|
|
34
|
+
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-16309b22.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';
|