@saasquatch/mint-components 2.1.8-26 → 2.1.8-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.
@@ -4245,6 +4245,7 @@ function ShareLinkView(props) {
4245
4245
  width: "100%",
4246
4246
  },
4247
4247
  CustomizeLinkText: {
4248
+ paddingTop: "var(--sl-spacing-xx-small)",
4248
4249
  margin: "0",
4249
4250
  fontSize: "var(--sl-font-size-small)",
4250
4251
  fontWeight: "600",
@@ -4256,6 +4257,7 @@ function ShareLinkView(props) {
4256
4257
  },
4257
4258
  },
4258
4259
  CustomizeLinkDisabled: {
4260
+ paddingTop: "var(--sl-spacing-xx-small)",
4259
4261
  margin: "0",
4260
4262
  fontSize: "var(--sl-font-size-small)",
4261
4263
  fontWeight: "600",
@@ -4308,6 +4310,7 @@ function ShareLinkView(props) {
4308
4310
  color: "var(--sl-color-neutral-500)",
4309
4311
  },
4310
4312
  HelperText: {
4313
+ paddingTop: "var(--sl-spacing-xx-small)",
4311
4314
  margin: "0",
4312
4315
  fontSize: "var(--sl-font-size-small)",
4313
4316
  color: "var(--sl-color-neutral-500)",
@@ -4410,8 +4413,7 @@ function ShareLinkView(props) {
4410
4413
  id: "editLimitReached",
4411
4414
  defaultMessage: editLimitReachedText,
4412
4415
  }, {
4413
- supportLink: (index.h("a", { target: "_blank", href: "https://help.impact.com/other/readme/get-help-and-support" },
4414
- index.h("p", null, supportLinkText))),
4416
+ supportLink: (index.h("a", { target: "_blank", href: "https://help.impact.com/other/readme/get-help-and-support" }, supportLinkText)),
4415
4417
  }))))))));
4416
4418
  }
4417
4419
 
@@ -27,7 +27,7 @@ const useInstantAccessRegistration = require('./useInstantAccessRegistration-651
27
27
  const useLeadFormState = require('./useLeadFormState-76d3b511.js');
28
28
  const utilities = require('./utilities-096934ea.js');
29
29
  const ErrorView = require('./ErrorView-ee7b0f36.js');
30
- const ShadowViewAddon = require('./ShadowViewAddon-1bc48666.js');
30
+ const ShadowViewAddon = require('./ShadowViewAddon-e1e20b3a.js');
31
31
  require('./sqm-portal-container-view-70a47420.js');
32
32
  const data = require('./data-e83f8a41.js');
33
33
  const extractProps = require('./extractProps-e9c55ba8.js');
@@ -33,7 +33,7 @@ require('./utilities-096934ea.js');
33
33
  const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-6b1acd90.js');
34
34
  require('./ErrorView-ee7b0f36.js');
35
35
  const sqmQrCodeView = require('./sqm-qr-code-view-1f2daa76.js');
36
- const ShadowViewAddon = require('./ShadowViewAddon-1bc48666.js');
36
+ const ShadowViewAddon = require('./ShadowViewAddon-e1e20b3a.js');
37
37
  const sqmPortalContainerView = require('./sqm-portal-container-view-70a47420.js');
38
38
  const sqmUserInfoFormView = require('./sqm-user-info-form-view-93e996d6.js');
39
39
  const data = require('./data-e83f8a41.js');
@@ -18,6 +18,7 @@ export function ShareLinkView(props) {
18
18
  width: "100%",
19
19
  },
20
20
  CustomizeLinkText: {
21
+ paddingTop: "var(--sl-spacing-xx-small)",
21
22
  margin: "0",
22
23
  fontSize: "var(--sl-font-size-small)",
23
24
  fontWeight: "600",
@@ -29,6 +30,7 @@ export function ShareLinkView(props) {
29
30
  },
30
31
  },
31
32
  CustomizeLinkDisabled: {
33
+ paddingTop: "var(--sl-spacing-xx-small)",
32
34
  margin: "0",
33
35
  fontSize: "var(--sl-font-size-small)",
34
36
  fontWeight: "600",
@@ -81,6 +83,7 @@ export function ShareLinkView(props) {
81
83
  color: "var(--sl-color-neutral-500)",
82
84
  },
83
85
  HelperText: {
86
+ paddingTop: "var(--sl-spacing-xx-small)",
84
87
  margin: "0",
85
88
  fontSize: "var(--sl-font-size-small)",
86
89
  color: "var(--sl-color-neutral-500)",
@@ -183,7 +186,6 @@ export function ShareLinkView(props) {
183
186
  id: "editLimitReached",
184
187
  defaultMessage: editLimitReachedText,
185
188
  }, {
186
- supportLink: (h("a", { target: "_blank", href: "https://help.impact.com/other/readme/get-help-and-support" },
187
- h("p", null, supportLinkText))),
189
+ supportLink: (h("a", { target: "_blank", href: "https://help.impact.com/other/readme/get-help-and-support" }, supportLinkText)),
188
190
  }))))))));
189
191
  }
@@ -4243,6 +4243,7 @@ function ShareLinkView(props) {
4243
4243
  width: "100%",
4244
4244
  },
4245
4245
  CustomizeLinkText: {
4246
+ paddingTop: "var(--sl-spacing-xx-small)",
4246
4247
  margin: "0",
4247
4248
  fontSize: "var(--sl-font-size-small)",
4248
4249
  fontWeight: "600",
@@ -4254,6 +4255,7 @@ function ShareLinkView(props) {
4254
4255
  },
4255
4256
  },
4256
4257
  CustomizeLinkDisabled: {
4258
+ paddingTop: "var(--sl-spacing-xx-small)",
4257
4259
  margin: "0",
4258
4260
  fontSize: "var(--sl-font-size-small)",
4259
4261
  fontWeight: "600",
@@ -4306,6 +4308,7 @@ function ShareLinkView(props) {
4306
4308
  color: "var(--sl-color-neutral-500)",
4307
4309
  },
4308
4310
  HelperText: {
4311
+ paddingTop: "var(--sl-spacing-xx-small)",
4309
4312
  margin: "0",
4310
4313
  fontSize: "var(--sl-font-size-small)",
4311
4314
  color: "var(--sl-color-neutral-500)",
@@ -4408,8 +4411,7 @@ function ShareLinkView(props) {
4408
4411
  id: "editLimitReached",
4409
4412
  defaultMessage: editLimitReachedText,
4410
4413
  }, {
4411
- supportLink: (h("a", { target: "_blank", href: "https://help.impact.com/other/readme/get-help-and-support" },
4412
- h("p", null, supportLinkText))),
4414
+ supportLink: (h("a", { target: "_blank", href: "https://help.impact.com/other/readme/get-help-and-support" }, supportLinkText)),
4413
4415
  }))))))));
4414
4416
  }
4415
4417
 
@@ -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-cec544ea.js';
24
24
  import { i as isEmpty } from './utilities-f05633da.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-10db3e11.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-abfb02b8.js';
27
27
  import './sqm-portal-container-view-a8c708cd.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-a6752028.js';
29
29
  import { p as parseStates, e as extractProps } from './extractProps-54064fb0.js';
@@ -29,7 +29,7 @@ import './utilities-f05633da.js';
29
29
  import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-cfbc0eb0.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-10db3e11.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-abfb02b8.js';
33
33
  import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-a8c708cd.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-0ef6a58f.js';
35
35
  import { t as taxTypeToName, L as LoadingView } from './data-a6752028.js';