@saasquatch/mint-components 2.0.0-2 → 2.0.0-3

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.
Files changed (37) hide show
  1. package/dist/cjs/{ShadowViewAddon-016bebfd.js → ShadowViewAddon-23b04c91.js} +1 -1
  2. package/dist/cjs/sqm-big-stat_46.cjs.entry.js +4 -4
  3. package/dist/cjs/sqm-empty_4.cjs.entry.js +1 -1
  4. package/dist/cjs/{sqm-portal-container-view-ca86b9e5.js → sqm-portal-container-view-07e4343f.js} +1 -1
  5. package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -2
  6. package/dist/collection/components/sqm-hero/sqm-hero.js +6 -6
  7. package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
  8. package/dist/esm/{ShadowViewAddon-4cde160a.js → ShadowViewAddon-c0bd62f7.js} +1 -1
  9. package/dist/esm/sqm-big-stat_46.entry.js +4 -4
  10. package/dist/esm/sqm-empty_4.entry.js +1 -1
  11. package/dist/esm/{sqm-portal-container-view-16309b22.js → sqm-portal-container-view-176e92e3.js} +1 -1
  12. package/dist/esm/sqm-stencilbook.entry.js +2 -2
  13. package/dist/esm-es5/{ShadowViewAddon-4cde160a.js → ShadowViewAddon-c0bd62f7.js} +1 -1
  14. package/dist/esm-es5/sqm-big-stat_46.entry.js +1 -1
  15. package/dist/esm-es5/sqm-empty_4.entry.js +1 -1
  16. package/dist/esm-es5/{sqm-portal-container-view-16309b22.js → sqm-portal-container-view-176e92e3.js} +1 -1
  17. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  18. package/dist/mint-components/mint-components.esm.js +1 -1
  19. package/dist/mint-components/{p-9fed62f8.system.entry.js → p-35081b0c.system.entry.js} +1 -1
  20. package/dist/mint-components/{p-3bf5cd51.entry.js → p-76d4ef41.entry.js} +1 -1
  21. package/dist/mint-components/{p-4ffc5bce.js → p-7d735c9c.js} +1 -1
  22. package/dist/mint-components/{p-1fa9ef02.js → p-9580aac3.js} +1 -1
  23. package/dist/mint-components/p-967a9040.system.js +1 -1
  24. package/dist/mint-components/{p-3c09c632.system.entry.js → p-a38dd63f.system.entry.js} +1 -1
  25. package/dist/mint-components/p-a6f4fb03.system.js +1 -0
  26. package/dist/mint-components/{p-4652abfb.entry.js → p-b8d3fb57.entry.js} +1 -1
  27. package/dist/mint-components/{p-c62b277d.system.js → p-bb452830.system.js} +1 -1
  28. package/dist/mint-components/{p-c5f97014.system.entry.js → p-c5fea579.system.entry.js} +1 -1
  29. package/dist/mint-components/{p-f5c49a83.entry.js → p-f860e7f1.entry.js} +1 -1
  30. package/dist/types/components/sqm-hero/sqm-hero.d.ts +4 -4
  31. package/dist/types/components.d.ts +8 -8
  32. package/docs/docs.docx +0 -0
  33. package/docs/raisins.json +1 -1
  34. package/grapesjs/grapesjs.js +1 -1
  35. package/package.json +1 -1
  36. package/shoelace/assets/icons/twitter-x.svg +4 -0
  37. 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-ca86b9e5.js');
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-016bebfd.js');
30
- require('./sqm-portal-container-view-ca86b9e5.js');
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
 
@@ -1569,9 +1569,9 @@ const Hero = class {
1569
1569
  */
1570
1570
  this.minHeight = 200;
1571
1571
  /**
1572
- * Add an image or select a color. Recommended image aspect ratio of 4:5
1572
+ * Content background color or image (for use in the left column)
1573
1573
  *
1574
- * @uiName Background
1574
+ * @uiName Content background
1575
1575
  * @uiWidget Background
1576
1576
  */
1577
1577
  this.background = "#f9fafb";
@@ -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-ca86b9e5.js');
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;
@@ -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 || "inherit",
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-016bebfd.js');
38
- const sqmPortalContainerView = require('./sqm-portal-container-view-ca86b9e5.js');
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');
@@ -25,9 +25,9 @@ export class Hero {
25
25
  */
26
26
  this.minHeight = 200;
27
27
  /**
28
- * Add an image or select a color. Recommended image aspect ratio of 4:5
28
+ * Content background color or image (for use in the left column)
29
29
  *
30
- * @uiName Background
30
+ * @uiName Content background
31
31
  * @uiWidget Background
32
32
  */
33
33
  this.background = "#f9fafb";
@@ -129,13 +129,13 @@ export class Hero {
129
129
  "optional": true,
130
130
  "docs": {
131
131
  "tags": [{
132
- "text": "Background",
132
+ "text": "Content background",
133
133
  "name": "uiName"
134
134
  }, {
135
135
  "text": "Background",
136
136
  "name": "uiWidget"
137
137
  }],
138
- "text": "Add an image or select a color. Recommended image aspect ratio of 4:5"
138
+ "text": "Content background color or image (for use in the left column)"
139
139
  },
140
140
  "attribute": "background",
141
141
  "reflect": false,
@@ -180,13 +180,13 @@ export class Hero {
180
180
  "optional": true,
181
181
  "docs": {
182
182
  "tags": [{
183
- "text": "Secondary background",
183
+ "text": "Splash image",
184
184
  "name": "uiName"
185
185
  }, {
186
186
  "text": "Background",
187
187
  "name": "uiWidget"
188
188
  }],
189
- "text": "Secondary background image or color (for use in the right column)"
189
+ "text": "Splash image or background color (for use in the right column)"
190
190
  },
191
191
  "attribute": "secondary-background",
192
192
  "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 || "inherit",
17
+ backgroundColor: props.backgroundColor || "var(--sqm-portal-background)",
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-16309b22.js';
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-4cde160a.js';
26
- import './sqm-portal-container-view-16309b22.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-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
 
@@ -1565,9 +1565,9 @@ const Hero = class {
1565
1565
  */
1566
1566
  this.minHeight = 200;
1567
1567
  /**
1568
- * Add an image or select a color. Recommended image aspect ratio of 4:5
1568
+ * Content background color or image (for use in the left column)
1569
1569
  *
1570
- * @uiName Background
1570
+ * @uiName Content background
1571
1571
  * @uiWidget Background
1572
1572
  */
1573
1573
  this.background = "#f9fafb";
@@ -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-16309b22.js';
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;
@@ -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 || "inherit",
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-4cde160a.js';
34
- import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-16309b22.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-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';