@saasquatch/mint-components 2.0.4-10 → 2.0.4-12
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/sqm-big-stat_47.cjs.entry.js +1 -1
- package/dist/cjs/{sqm-qr-code-view-a2889aee.js → sqm-qr-code-view-f9b22fda.js} +2 -2
- package/dist/cjs/sqm-qr-code.cjs.entry.js +2 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-qr-code/sqm-qr-code-view.js +2 -2
- package/dist/collection/components/sqm-qr-code/sqm-qr-code.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-payout-status-alert/sqm-payout-status-alert.js +1 -1
- package/dist/esm/sqm-big-stat_47.entry.js +1 -1
- package/dist/esm/{sqm-qr-code-view-804b8bb6.js → sqm-qr-code-view-735a508d.js} +2 -2
- package/dist/esm/sqm-qr-code.entry.js +2 -1
- package/dist/esm/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
- package/dist/esm-es5/{sqm-qr-code-view-804b8bb6.js → sqm-qr-code-view-735a508d.js} +1 -1
- package/dist/esm-es5/sqm-qr-code.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-5d39d345.system.entry.js → p-01407832.system.entry.js} +1 -1
- package/dist/mint-components/{p-a71edffc.system.js → p-0be0c2bd.system.js} +1 -1
- package/dist/mint-components/{p-438a0c91.system.entry.js → p-0e17ee09.system.entry.js} +1 -1
- package/dist/mint-components/{p-a6198c55.entry.js → p-1cfea49f.entry.js} +1 -1
- package/dist/mint-components/p-33d26887.entry.js +17 -0
- package/dist/mint-components/p-3ad8e1af.system.js +1 -1
- package/dist/mint-components/{p-dcdd959e.entry.js → p-aaf202f6.entry.js} +1 -1
- package/dist/mint-components/{p-f380bcd9.system.entry.js → p-cf538456.system.entry.js} +1 -1
- package/dist/mint-components/{p-ab4c0642.js → p-db631173.js} +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
- package/dist/mint-components/p-a7157ef3.entry.js +0 -17
|
@@ -87,8 +87,8 @@ function QrCodeView({ error, qrLink, titleText, downloadCodeText, printCodeText,
|
|
|
87
87
|
!hideTitle && index.h("span", { part: "sqm-title" }, titleText),
|
|
88
88
|
codeContent,
|
|
89
89
|
index.h("div", { class: sheet.classes.ButtonContainer },
|
|
90
|
-
index.h("sl-button", { size: "small", exportparts: "base: primarybutton-base", type: "primary", onClick: createDownloadable }, downloadCodeText),
|
|
91
|
-
index.h("sl-button", { size: "small", exportparts: "base: secondarybutton-base", type: "text", onClick: createPrintable }, printCodeText)))));
|
|
90
|
+
index.h("sl-button", { loading: loading, size: "small", exportparts: "base: primarybutton-base", type: "primary", onClick: createDownloadable }, downloadCodeText),
|
|
91
|
+
index.h("sl-button", { loading: loading, size: "small", exportparts: "base: secondarybutton-base", type: "text", onClick: createPrintable }, printCodeText)))));
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
exports.QrCodeView = QrCodeView;
|
|
@@ -10,7 +10,7 @@ const utils = require('./utils-6847bc06.js');
|
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
11
|
const useReferralCodes = require('./useReferralCodes-11cdf43b.js');
|
|
12
12
|
require('./ErrorView-3f91e5ab.js');
|
|
13
|
-
const sqmQrCodeView = require('./sqm-qr-code-view-
|
|
13
|
+
const sqmQrCodeView = require('./sqm-qr-code-view-f9b22fda.js');
|
|
14
14
|
|
|
15
15
|
const ShareLinkQuery = index_module.dist.gql `
|
|
16
16
|
query shareLink($programId: ID, $engagementMedium: UserEngagementMedium!) {
|
|
@@ -174,6 +174,7 @@ function useDemoQRCode(props) {
|
|
|
174
174
|
hideTitle: props.hideTitle,
|
|
175
175
|
showDialog: () => setDialog(true),
|
|
176
176
|
hideDialog: () => setDialog(false),
|
|
177
|
+
loading: true,
|
|
177
178
|
titleText: props.titleText,
|
|
178
179
|
viewCodeText: props.viewCodeText,
|
|
179
180
|
downloadCodeText: props.downloadCodeText,
|
|
@@ -33,7 +33,7 @@ require('./utilities-9a0c5e91.js');
|
|
|
33
33
|
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-25eb2099.js');
|
|
34
34
|
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-1c4e781f.js');
|
|
35
35
|
require('./ErrorView-3f91e5ab.js');
|
|
36
|
-
const sqmQrCodeView = require('./sqm-qr-code-view-
|
|
36
|
+
const sqmQrCodeView = require('./sqm-qr-code-view-f9b22fda.js');
|
|
37
37
|
const ShadowViewAddon = require('./ShadowViewAddon-7066fae7.js');
|
|
38
38
|
const sqmPortalContainerView = require('./sqm-portal-container-view-07e4343f.js');
|
|
39
39
|
const IndirectTaxDetailsView = require('./IndirectTaxDetailsView-d39b895d.js');
|
|
@@ -84,6 +84,6 @@ export function QrCodeView({ error, qrLink, titleText, downloadCodeText, printCo
|
|
|
84
84
|
!hideTitle && h("span", { part: "sqm-title" }, titleText),
|
|
85
85
|
codeContent,
|
|
86
86
|
h("div", { class: sheet.classes.ButtonContainer },
|
|
87
|
-
h("sl-button", { size: "small", exportparts: "base: primarybutton-base", type: "primary", onClick: createDownloadable }, downloadCodeText),
|
|
88
|
-
h("sl-button", { size: "small", exportparts: "base: secondarybutton-base", type: "text", onClick: createPrintable }, printCodeText)))));
|
|
87
|
+
h("sl-button", { loading: loading, size: "small", exportparts: "base: primarybutton-base", type: "primary", onClick: createDownloadable }, downloadCodeText),
|
|
88
|
+
h("sl-button", { loading: loading, size: "small", exportparts: "base: secondarybutton-base", type: "text", onClick: createPrintable }, printCodeText)))));
|
|
89
89
|
}
|
|
@@ -275,6 +275,7 @@ function useDemoQRCode(props) {
|
|
|
275
275
|
hideTitle: props.hideTitle,
|
|
276
276
|
showDialog: () => setDialog(true),
|
|
277
277
|
hideDialog: () => setDialog(false),
|
|
278
|
+
loading: true,
|
|
278
279
|
titleText: props.titleText,
|
|
279
280
|
viewCodeText: props.viewCodeText,
|
|
280
281
|
downloadCodeText: props.downloadCodeText,
|
|
@@ -85,8 +85,8 @@ function QrCodeView({ error, qrLink, titleText, downloadCodeText, printCodeText,
|
|
|
85
85
|
!hideTitle && h("span", { part: "sqm-title" }, titleText),
|
|
86
86
|
codeContent,
|
|
87
87
|
h("div", { class: sheet.classes.ButtonContainer },
|
|
88
|
-
h("sl-button", { size: "small", exportparts: "base: primarybutton-base", type: "primary", onClick: createDownloadable }, downloadCodeText),
|
|
89
|
-
h("sl-button", { size: "small", exportparts: "base: secondarybutton-base", type: "text", onClick: createPrintable }, printCodeText)))));
|
|
88
|
+
h("sl-button", { loading: loading, size: "small", exportparts: "base: primarybutton-base", type: "primary", onClick: createDownloadable }, downloadCodeText),
|
|
89
|
+
h("sl-button", { loading: loading, size: "small", exportparts: "base: secondarybutton-base", type: "text", onClick: createPrintable }, printCodeText)))));
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
export { QrCodeView as Q };
|
|
@@ -6,7 +6,7 @@ import { g as getProps } from './utils-334c1e34.js';
|
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import { a as REFERRAL_CODES_NAMESPACE } from './useReferralCodes-c2e809cf.js';
|
|
8
8
|
import './ErrorView-bbf0a042.js';
|
|
9
|
-
import { Q as QrCodeView } from './sqm-qr-code-view-
|
|
9
|
+
import { Q as QrCodeView } from './sqm-qr-code-view-735a508d.js';
|
|
10
10
|
|
|
11
11
|
const ShareLinkQuery = dist.gql `
|
|
12
12
|
query shareLink($programId: ID, $engagementMedium: UserEngagementMedium!) {
|
|
@@ -170,6 +170,7 @@ function useDemoQRCode(props) {
|
|
|
170
170
|
hideTitle: props.hideTitle,
|
|
171
171
|
showDialog: () => setDialog(true),
|
|
172
172
|
hideDialog: () => setDialog(false),
|
|
173
|
+
loading: true,
|
|
173
174
|
titleText: props.titleText,
|
|
174
175
|
viewCodeText: props.viewCodeText,
|
|
175
176
|
downloadCodeText: props.downloadCodeText,
|
|
@@ -29,7 +29,7 @@ import './utilities-72c07b09.js';
|
|
|
29
29
|
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-abef7286.js';
|
|
30
30
|
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-33805220.js';
|
|
31
31
|
import './ErrorView-bbf0a042.js';
|
|
32
|
-
import { Q as QrCodeView } from './sqm-qr-code-view-
|
|
32
|
+
import { Q as QrCodeView } from './sqm-qr-code-view-735a508d.js';
|
|
33
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-fe2896cb.js';
|
|
34
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-a7dd6e4c.js';
|