@saasquatch/mint-components 2.2.1-3 → 2.2.1-4
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-a4dff581.js → ShadowViewAddon-78f1074a.js} +2 -2
- package/dist/cjs/sqm-big-stat_46.cjs.entry.js +1 -1
- package/dist/cjs/sqm-email-verification.cjs.entry.js +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field-view.js +1 -1
- package/dist/collection/components/sqm-lead-form/sqm-lead-dropdown-field-view.js +1 -1
- package/dist/collection/components/sqm-widget-verification/sqm-email-verification/sqm-email-verification-view.js +1 -1
- package/dist/esm/{ShadowViewAddon-3fa69ff8.js → ShadowViewAddon-1092e211.js} +2 -2
- package/dist/esm/sqm-big-stat_46.entry.js +1 -1
- package/dist/esm/sqm-email-verification.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/{ShadowViewAddon-3fa69ff8.js → ShadowViewAddon-1092e211.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
- package/dist/esm-es5/sqm-email-verification.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-19fe8838.entry.js → p-14e47c2d.entry.js} +1 -1
- package/dist/mint-components/{p-bea65888.system.entry.js → p-41ee7248.system.entry.js} +1 -1
- package/dist/mint-components/{p-56d708f7.entry.js → p-86333a3e.entry.js} +1 -1
- package/dist/mint-components/{p-132ab254.system.js → p-a2642189.system.js} +1 -1
- package/dist/mint-components/p-a4db0fd5.system.js +1 -1
- package/dist/mint-components/p-b1c869ed.entry.js +25 -0
- package/dist/mint-components/{p-19289206.system.entry.js → p-b295fd0b.system.entry.js} +1 -1
- package/dist/mint-components/{p-72590ac2.js → p-dd2357e4.js} +2 -2
- package/dist/mint-components/{p-6cc5f804.system.entry.js → p-e421b7b0.system.entry.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
- package/dist/mint-components/p-bc7a8051.entry.js +0 -25
|
@@ -2369,7 +2369,7 @@ const vanillaStyle$2 = `
|
|
|
2369
2369
|
}
|
|
2370
2370
|
sl-select::part(label){
|
|
2371
2371
|
font-size: var(--sl-input-label-font-size-small);
|
|
2372
|
-
font-weight: var(--sl-font-weight-
|
|
2372
|
+
font-weight: var(--sl-font-weight-bold);
|
|
2373
2373
|
}
|
|
2374
2374
|
`;
|
|
2375
2375
|
JSS.jss.setup(JSS.create());
|
|
@@ -4828,7 +4828,7 @@ const vanillaStyle$8 = `
|
|
|
4828
4828
|
}
|
|
4829
4829
|
sl-select::part(label){
|
|
4830
4830
|
font-size: var(--sl-input-label-font-size-small);
|
|
4831
|
-
font-weight: var(--sl-font-weight-
|
|
4831
|
+
font-weight: var(--sl-font-weight-bold);
|
|
4832
4832
|
}
|
|
4833
4833
|
sl-select::part(menu){
|
|
4834
4834
|
max-height: 300px;
|
|
@@ -27,7 +27,7 @@ const useInstantAccessRegistration = require('./useInstantAccessRegistration-239
|
|
|
27
27
|
const useLeadFormState = require('./useLeadFormState-c69aa30b.js');
|
|
28
28
|
const utilities = require('./utilities-fcdb9504.js');
|
|
29
29
|
const ErrorView = require('./ErrorView-ee7b0f36.js');
|
|
30
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
30
|
+
const ShadowViewAddon = require('./ShadowViewAddon-78f1074a.js');
|
|
31
31
|
require('./sqm-portal-container-view-757f921b.js');
|
|
32
32
|
const data = require('./data-d7327094.js');
|
|
33
33
|
const extractProps = require('./extractProps-e9c55ba8.js');
|
|
@@ -231,7 +231,7 @@ sl-button[type="secondary"]::part(base):hover {
|
|
|
231
231
|
*::part(input-label), *::part(select-label), *::part(textarea-label){
|
|
232
232
|
font-family: var(--sqm-primary-font);
|
|
233
233
|
font-size: var(--sqm-input-label-font-size, var(--sl-input-font-size-small));
|
|
234
|
-
font-weight: var(--sl-font-weight-
|
|
234
|
+
font-weight: var(--sl-font-weight-bold);
|
|
235
235
|
color: var(--sqm-input-label-color, var(--sqm-text), black);
|
|
236
236
|
}
|
|
237
237
|
|
|
@@ -33,7 +33,7 @@ require('./utilities-fcdb9504.js');
|
|
|
33
33
|
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-a767b044.js');
|
|
34
34
|
require('./ErrorView-ee7b0f36.js');
|
|
35
35
|
const sqmQrCodeView = require('./sqm-qr-code-view-1f2daa76.js');
|
|
36
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
36
|
+
const ShadowViewAddon = require('./ShadowViewAddon-78f1074a.js');
|
|
37
37
|
const sqmPortalContainerView = require('./sqm-portal-container-view-757f921b.js');
|
|
38
38
|
const sqmUserInfoFormView = require('./sqm-user-info-form-view-80afa6dd.js');
|
|
39
39
|
const data = require('./data-d7327094.js');
|
|
@@ -98,7 +98,7 @@ sl-button[type="secondary"]::part(base):hover {
|
|
|
98
98
|
*::part(input-label), *::part(select-label), *::part(textarea-label){
|
|
99
99
|
font-family: var(--sqm-primary-font);
|
|
100
100
|
font-size: var(--sqm-input-label-font-size, var(--sl-input-font-size-small));
|
|
101
|
-
font-weight: var(--sl-font-weight-
|
|
101
|
+
font-weight: var(--sl-font-weight-bold);
|
|
102
102
|
color: var(--sqm-input-label-color, var(--sqm-text), black);
|
|
103
103
|
}
|
|
104
104
|
|
|
@@ -2367,7 +2367,7 @@ const vanillaStyle$2 = `
|
|
|
2367
2367
|
}
|
|
2368
2368
|
sl-select::part(label){
|
|
2369
2369
|
font-size: var(--sl-input-label-font-size-small);
|
|
2370
|
-
font-weight: var(--sl-font-weight-
|
|
2370
|
+
font-weight: var(--sl-font-weight-bold);
|
|
2371
2371
|
}
|
|
2372
2372
|
`;
|
|
2373
2373
|
jss.setup(create());
|
|
@@ -4826,7 +4826,7 @@ const vanillaStyle$8 = `
|
|
|
4826
4826
|
}
|
|
4827
4827
|
sl-select::part(label){
|
|
4828
4828
|
font-size: var(--sl-input-label-font-size-small);
|
|
4829
|
-
font-weight: var(--sl-font-weight-
|
|
4829
|
+
font-weight: var(--sl-font-weight-bold);
|
|
4830
4830
|
}
|
|
4831
4831
|
sl-select::part(menu){
|
|
4832
4832
|
max-height: 300px;
|
|
@@ -23,7 +23,7 @@ import { u as useInstantAccessRegistration } from './useInstantAccessRegistratio
|
|
|
23
23
|
import { R as RequiredPropsError, L as LEAD_FORM_STATE_CONTEXT, u as useLeadFormState } from './useLeadFormState-d4302d72.js';
|
|
24
24
|
import { i as isEmpty } from './utilities-77b1e0cc.js';
|
|
25
25
|
import { E as ErrorView } from './ErrorView-74cb3af8.js';
|
|
26
|
-
import { u as useDemoBigStat, W as useBigStat, B as BigStatView, C as CardFeedView, d 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 PortalFrameView, c as BaseRegistrationFormView, R as ReferralIframeView, i as RewardExchangeView, Y as demoRewardExchange, G as useShareButton, a as ShareButtonView, K as useShareLink, J as ShareLinkView, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-
|
|
26
|
+
import { u as useDemoBigStat, W as useBigStat, B as BigStatView, C as CardFeedView, d 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 PortalFrameView, c as BaseRegistrationFormView, R as ReferralIframeView, i as RewardExchangeView, Y as demoRewardExchange, G as useShareButton, a as ShareButtonView, K as useShareLink, J as ShareLinkView, S as StatContainerView, T as TaskCardView } from './ShadowViewAddon-1092e211.js';
|
|
27
27
|
import './sqm-portal-container-view-200c9df8.js';
|
|
28
28
|
import { T as TAX_CONTEXT_NAMESPACE, a as TAX_FORM_CONTEXT_NAMESPACE, U as USER_FORM_CONTEXT_NAMESPACE, C as CURRENCIES_NAMESPACE, b as COUNTRIES_NAMESPACE, S as SORTED_COUNTRIES_NAMESPACE, g as getCountryObj, c as USER_QUERY_NAMESPACE, G as GET_USER$2, d as COUNTRIES_QUERY_NAMESPACE, e as GET_COUNTRIES, h as FINANCE_NETWORK_SETTINGS_NAMESPACE, i as GET_FINANCE_NETWORK_SETTINGS, j as CURRENCIES_QUERY_NAMESPACE, k as GET_CURRENCIES, L as LoadingView } from './data-3a45b3b5.js';
|
|
29
29
|
import { p as parseStates, e as extractProps } from './extractProps-54064fb0.js';
|
|
@@ -227,7 +227,7 @@ sl-button[type="secondary"]::part(base):hover {
|
|
|
227
227
|
*::part(input-label), *::part(select-label), *::part(textarea-label){
|
|
228
228
|
font-family: var(--sqm-primary-font);
|
|
229
229
|
font-size: var(--sqm-input-label-font-size, var(--sl-input-font-size-small));
|
|
230
|
-
font-weight: var(--sl-font-weight-
|
|
230
|
+
font-weight: var(--sl-font-weight-bold);
|
|
231
231
|
color: var(--sqm-input-label-color, var(--sqm-text), black);
|
|
232
232
|
}
|
|
233
233
|
|
|
@@ -29,7 +29,7 @@ import './utilities-77b1e0cc.js';
|
|
|
29
29
|
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-f84c04cf.js';
|
|
30
30
|
import './ErrorView-74cb3af8.js';
|
|
31
31
|
import { Q as QrCodeView } from './sqm-qr-code-view-ce476721.js';
|
|
32
|
-
import { S as StatContainerView, B as BigStatView, a as ShareButtonView, P as PortalChangePasswordView, b as PoweredByImg$1, c as BaseRegistrationFormView, u as useDemoBigStat, T as TaskCardView, C as CardFeedView, d as CheckboxFieldView, 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 PortalFrameView, R as ReferralIframeView, i as RewardExchangeView, r as rewardExchangeCustomErrorMsg, j as rewardExchangeLongText, k as rewardExchangeSelected, l as chooseAmountFixed, m as chooseAmountFixedNoDescription, n as chooseAmountVariable, o as chooseAmountVariableNoDescription, p as chooseAmountVariableDisabled, q as chooseAmountVariableUnavailable, s as confirmFixed, t as confirmVariable, v as redemptionError, w as queryError, x as success, y as successVariable, z as loading, A as empty$1, F as rewardExchange, G as useShareButton, J as ShareLinkView, K as useShareLink, M as ProgressBarView, O as ProgressBar$2, Q as LeadFormView, U as LeadDropdownFieldView, V as ShadowViewAddon } from './ShadowViewAddon-
|
|
32
|
+
import { S as StatContainerView, B as BigStatView, a as ShareButtonView, P as PortalChangePasswordView, b as PoweredByImg$1, c as BaseRegistrationFormView, u as useDemoBigStat, T as TaskCardView, C as CardFeedView, d as CheckboxFieldView, 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 PortalFrameView, R as ReferralIframeView, i as RewardExchangeView, r as rewardExchangeCustomErrorMsg, j as rewardExchangeLongText, k as rewardExchangeSelected, l as chooseAmountFixed, m as chooseAmountFixedNoDescription, n as chooseAmountVariable, o as chooseAmountVariableNoDescription, p as chooseAmountVariableDisabled, q as chooseAmountVariableUnavailable, s as confirmFixed, t as confirmVariable, v as redemptionError, w as queryError, x as success, y as successVariable, z as loading, A as empty$1, F as rewardExchange, G as useShareButton, J as ShareLinkView, K as useShareLink, M as ProgressBarView, O as ProgressBar$2, Q as LeadFormView, U as LeadDropdownFieldView, V as ShadowViewAddon } from './ShadowViewAddon-1092e211.js';
|
|
33
33
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-200c9df8.js';
|
|
34
34
|
import { I as InvoiceTableView, a as INDIRECT_TAX_SPAIN_REGIONS, b as INDIRECT_TAX_PROVINCES, O as OtherRegionSlotView, U as UserInfoFormView$1 } from './sqm-user-info-form-view-f4358521.js';
|
|
35
35
|
import { t as taxTypeToName, L as LoadingView } from './data-3a45b3b5.js';
|