@saasquatch/mint-components 2.5.0-5 → 2.5.0-6
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/{ErrorView-ee7b0f36.js → ErrorView-17578c10.js} +1 -1
- package/dist/cjs/sqm-banking-info-form_10.cjs.entry.js +2 -2
- package/dist/cjs/sqm-big-stat_47.cjs.entry.js +3 -3
- package/dist/cjs/{sqm-qr-code-view-1f2daa76.js → sqm-qr-code-view-0d43424e.js} +1 -1
- package/dist/cjs/sqm-qr-code.cjs.entry.js +2 -2
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-docusign-form/sqm-docusign-form-view.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/ErrorView.js +1 -1
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash/sqm-tax-and-cash.js +2 -2
- package/dist/collection/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.js +1 -0
- package/dist/collection/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.js +1 -0
- package/dist/esm/{ErrorView-74cb3af8.js → ErrorView-c6fc1d9b.js} +1 -1
- package/dist/esm/sqm-banking-info-form_10.entry.js +2 -2
- package/dist/esm/sqm-big-stat_47.entry.js +3 -3
- package/dist/esm/{sqm-qr-code-view-ce476721.js → sqm-qr-code-view-dd46daa3.js} +1 -1
- package/dist/esm/sqm-qr-code.entry.js +2 -2
- package/dist/esm/sqm-stencilbook.entry.js +2 -2
- package/dist/esm-es5/ErrorView-c6fc1d9b.js +1 -0
- package/dist/esm-es5/sqm-banking-info-form_10.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_47.entry.js +1 -1
- package/dist/esm-es5/{sqm-qr-code-view-ce476721.js → sqm-qr-code-view-dd46daa3.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-97edaf26.system.js → p-04da3964.system.js} +1 -1
- package/dist/mint-components/{p-f1af48c5.system.entry.js → p-0ae26286.system.entry.js} +1 -1
- package/dist/mint-components/p-0fac00b8.system.entry.js +1 -0
- package/dist/mint-components/{p-84149f94.entry.js → p-294cdfbb.entry.js} +2 -2
- package/dist/mint-components/{p-c0517032.js → p-3484f1c1.js} +1 -1
- package/dist/mint-components/{p-81bc6dca.system.entry.js → p-3c9d8bf4.system.entry.js} +1 -1
- package/dist/mint-components/p-556338c3.system.js +1 -0
- package/dist/mint-components/{p-29bc5f50.entry.js → p-91d2e886.entry.js} +2 -2
- package/dist/mint-components/{p-f5bea1c6.entry.js → p-ab796390.entry.js} +1 -1
- package/dist/mint-components/p-bfb00685.system.js +1 -1
- package/dist/mint-components/p-c2254b88.js +1 -0
- package/dist/mint-components/{p-5438b415.system.entry.js → p-cc3a9940.system.entry.js} +1 -1
- package/dist/mint-components/{p-caa92c4b.entry.js → p-cee4caa8.entry.js} +2 -2
- package/dist/types/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-tax-and-cash-dashboard/sqm-tax-and-cash-dashboard.d.ts +1 -0
- package/dist/types/components/tax-and-cash/sqm-user-info-form/sqm-user-info-form.d.ts +1 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/ErrorView-74cb3af8.js +0 -1
- package/dist/mint-components/p-044a76f1.js +0 -1
- package/dist/mint-components/p-58dbdf63.system.js +0 -1
- package/dist/mint-components/p-b15c0870.system.entry.js +0 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const index = require('./index-8277cbb3.js');
|
|
4
4
|
|
|
5
5
|
const ErrorView = (props) => {
|
|
6
|
-
return (index.h("sqm-form-message", { type: "error" },
|
|
6
|
+
return (index.h("sqm-form-message", { type: "error", part: "container" },
|
|
7
7
|
index.h("p", { part: "alert-title" }, props.loadingErrorAlertHeader),
|
|
8
8
|
index.h("p", { part: "alert-description" }, props.loadingErrorAlertDescription)));
|
|
9
9
|
};
|
|
@@ -772,7 +772,7 @@ const BankingInfoFormView = (props) => {
|
|
|
772
772
|
index.h("div", { class: classes.LargeSkeleton }))));
|
|
773
773
|
return skeletons;
|
|
774
774
|
};
|
|
775
|
-
return (index.h("sl-form", { part: "
|
|
775
|
+
return (index.h("sl-form", { part: "container", class: classes.FormWrapper, "onSl-submit": callbacks.onSubmit, ref: (el) => (refs.formRef.current = el), novalidate: true },
|
|
776
776
|
index.h("style", { type: "text/css" },
|
|
777
777
|
styleString,
|
|
778
778
|
vanillaStyle),
|
|
@@ -2420,7 +2420,7 @@ const DocusignFormView = (props) => {
|
|
|
2420
2420
|
var _a;
|
|
2421
2421
|
const { states, states: { formState, documentTypeString }, callbacks, text, slots, } = props;
|
|
2422
2422
|
const { classes } = sheet$2;
|
|
2423
|
-
return (index.h("div", { class: classes.Container, part: "
|
|
2423
|
+
return (index.h("div", { class: classes.Container, part: "container" },
|
|
2424
2424
|
index.h("style", { type: "text/css" },
|
|
2425
2425
|
styleString$2,
|
|
2426
2426
|
vanillaStyle$1),
|
|
@@ -28,7 +28,7 @@ const emailRegistrationView = require('./email-registration-view-306c8878.js');
|
|
|
28
28
|
const useInstantAccessRegistration = require('./useInstantAccessRegistration-2398df36.js');
|
|
29
29
|
const useLeadFormState = require('./useLeadFormState-bf49984b.js');
|
|
30
30
|
const utilities = require('./utilities-fcdb9504.js');
|
|
31
|
-
const ErrorView = require('./ErrorView-
|
|
31
|
+
const ErrorView = require('./ErrorView-17578c10.js');
|
|
32
32
|
const ShadowViewAddon = require('./ShadowViewAddon-6d88b845.js');
|
|
33
33
|
require('./sqm-portal-container-view-757f921b.js');
|
|
34
34
|
const data = require('./data-04ef5511.js');
|
|
@@ -8066,9 +8066,9 @@ const TaxAndCashMonolith = class {
|
|
|
8066
8066
|
case "/2":
|
|
8067
8067
|
return (index.h("sqm-indirect-tax-form", Object.assign({ exportparts: "form-container: container" }, this.getGeneralStepTextProps("step2_"))));
|
|
8068
8068
|
case "/3":
|
|
8069
|
-
return (index.h("sqm-docusign-form", Object.assign({
|
|
8069
|
+
return (index.h("sqm-docusign-form", Object.assign({}, this.getGeneralStepTextProps("step3_"))));
|
|
8070
8070
|
case "/4":
|
|
8071
|
-
return (index.h("sqm-banking-info-form", Object.assign({
|
|
8071
|
+
return (index.h("sqm-banking-info-form", Object.assign({}, this.getGeneralStepTextProps("step4_"))));
|
|
8072
8072
|
case "/dashboard":
|
|
8073
8073
|
return (index.h("sqm-tax-and-cash-dashboard", Object.assign({ exportparts: "dashboard-container: container" }, this.getGeneralStepTextProps("dashboard_"), { stateController: props["sqm-tax-and-cash-dashboard_stateController"] || "{}" })));
|
|
8074
8074
|
case "/error":
|
|
@@ -9,8 +9,8 @@ const cjs = require('./cjs-1066ec21.js');
|
|
|
9
9
|
const utils = require('./utils-6847bc06.js');
|
|
10
10
|
require('./JSS-8503a151.js');
|
|
11
11
|
const useReferralCodes = require('./useReferralCodes-0f7948af.js');
|
|
12
|
-
require('./ErrorView-
|
|
13
|
-
const sqmQrCodeView = require('./sqm-qr-code-view-
|
|
12
|
+
require('./ErrorView-17578c10.js');
|
|
13
|
+
const sqmQrCodeView = require('./sqm-qr-code-view-0d43424e.js');
|
|
14
14
|
|
|
15
15
|
const ShareLinkQuery = index_module.dist.gql `
|
|
16
16
|
query shareLink($programId: ID, $engagementMedium: UserEngagementMedium!) {
|
|
@@ -33,8 +33,8 @@ const sqmPortalEmailVerificationView = require('./sqm-portal-email-verification-
|
|
|
33
33
|
const sqmPortalProfileView = require('./sqm-portal-profile-view-95a3ad9f.js');
|
|
34
34
|
require('./utilities-fcdb9504.js');
|
|
35
35
|
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-b2c546bd.js');
|
|
36
|
-
require('./ErrorView-
|
|
37
|
-
const sqmQrCodeView = require('./sqm-qr-code-view-
|
|
36
|
+
require('./ErrorView-17578c10.js');
|
|
37
|
+
const sqmQrCodeView = require('./sqm-qr-code-view-0d43424e.js');
|
|
38
38
|
const ShadowViewAddon = require('./ShadowViewAddon-6d88b845.js');
|
|
39
39
|
const sqmPortalContainerView = require('./sqm-portal-container-view-757f921b.js');
|
|
40
40
|
const sqmUserInfoFormView = require('./sqm-user-info-form-view-6a65f1fb.js');
|
package/dist/collection/components/tax-and-cash/sqm-banking-info-form/sqm-banking-info-form-view.js
CHANGED
|
@@ -188,7 +188,7 @@ export const BankingInfoFormView = (props) => {
|
|
|
188
188
|
h("div", { class: classes.LargeSkeleton }))));
|
|
189
189
|
return skeletons;
|
|
190
190
|
};
|
|
191
|
-
return (h("sl-form", { part: "
|
|
191
|
+
return (h("sl-form", { part: "container", class: classes.FormWrapper, "onSl-submit": callbacks.onSubmit, ref: (el) => (refs.formRef.current = el), novalidate: true },
|
|
192
192
|
h("style", { type: "text/css" },
|
|
193
193
|
styleString,
|
|
194
194
|
vanillaStyle),
|
|
@@ -119,7 +119,7 @@ export const DocusignFormView = (props) => {
|
|
|
119
119
|
var _a;
|
|
120
120
|
const { states, states: { formState, documentTypeString }, callbacks, text, slots, } = props;
|
|
121
121
|
const { classes } = sheet;
|
|
122
|
-
return (h("div", { class: classes.Container, part: "
|
|
122
|
+
return (h("div", { class: classes.Container, part: "container" },
|
|
123
123
|
h("style", { type: "text/css" },
|
|
124
124
|
styleString,
|
|
125
125
|
vanillaStyle),
|
package/dist/collection/components/tax-and-cash/sqm-indirect-tax-form/sqm-indirect-tax-form.js
CHANGED
|
@@ -12,6 +12,7 @@ import { useIndirectTaxForm, } from "./useIndirectTaxForm";
|
|
|
12
12
|
/**
|
|
13
13
|
* @uiName Indirect Tax Form
|
|
14
14
|
* @exampleGroup Tax and Cash Components
|
|
15
|
+
* @csspart form-container - The form container
|
|
15
16
|
* @csspart alert-title - The alert title
|
|
16
17
|
* @csspart primarybutton-base - The primary button base
|
|
17
18
|
* @csspart secondarybutton-base - The secondary button base
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
2
|
export const ErrorView = (props) => {
|
|
3
|
-
return (h("sqm-form-message", { type: "error" },
|
|
3
|
+
return (h("sqm-form-message", { type: "error", part: "container" },
|
|
4
4
|
h("p", { part: "alert-title" }, props.loadingErrorAlertHeader),
|
|
5
5
|
h("p", { part: "alert-description" }, props.loadingErrorAlertDescription)));
|
|
6
6
|
};
|
|
@@ -1185,9 +1185,9 @@ export class TaxAndCashMonolith {
|
|
|
1185
1185
|
case "/2":
|
|
1186
1186
|
return (h("sqm-indirect-tax-form", Object.assign({ exportparts: "form-container: container" }, this.getGeneralStepTextProps("step2_"))));
|
|
1187
1187
|
case "/3":
|
|
1188
|
-
return (h("sqm-docusign-form", Object.assign({
|
|
1188
|
+
return (h("sqm-docusign-form", Object.assign({}, this.getGeneralStepTextProps("step3_"))));
|
|
1189
1189
|
case "/4":
|
|
1190
|
-
return (h("sqm-banking-info-form", Object.assign({
|
|
1190
|
+
return (h("sqm-banking-info-form", Object.assign({}, this.getGeneralStepTextProps("step4_"))));
|
|
1191
1191
|
case "/dashboard":
|
|
1192
1192
|
return (h("sqm-tax-and-cash-dashboard", Object.assign({ exportparts: "dashboard-container: container" }, this.getGeneralStepTextProps("dashboard_"), { stateController: props["sqm-tax-and-cash-dashboard_stateController"] || "{}" })));
|
|
1193
1193
|
case "/error":
|
|
@@ -7,6 +7,7 @@ import { TaxAndCashDashboardView } from "./sqm-tax-and-cash-dashboard-view";
|
|
|
7
7
|
import { useTaxAndCashDashboard, } from "./useTaxAndCashDashboard";
|
|
8
8
|
/**
|
|
9
9
|
* @uiName Tax and Cash Status Dashboard
|
|
10
|
+
* @csspart dashboard-container - The dashboard container
|
|
10
11
|
* @csspart alert-base - The alert base
|
|
11
12
|
* @csspart alert-icon - The alert icon
|
|
12
13
|
* @csspart primarybutton-base - The primary button base
|
|
@@ -9,6 +9,7 @@ import { useUserInfoForm } from "./useUserInfoForm";
|
|
|
9
9
|
/**
|
|
10
10
|
* @uiName User Information Form
|
|
11
11
|
* @exampleGroup Tax and Cash Components
|
|
12
|
+
* @csspart form-container - The form container
|
|
12
13
|
* @csspart alert-title - The alert title
|
|
13
14
|
* @csspart alert-description - The alert description
|
|
14
15
|
* @csspart input-label - The input label
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { h } from './index-38ad4957.js';
|
|
2
2
|
|
|
3
3
|
const ErrorView = (props) => {
|
|
4
|
-
return (h("sqm-form-message", { type: "error" },
|
|
4
|
+
return (h("sqm-form-message", { type: "error", part: "container" },
|
|
5
5
|
h("p", { part: "alert-title" }, props.loadingErrorAlertHeader),
|
|
6
6
|
h("p", { part: "alert-description" }, props.loadingErrorAlertDescription)));
|
|
7
7
|
};
|
|
@@ -768,7 +768,7 @@ const BankingInfoFormView = (props) => {
|
|
|
768
768
|
h("div", { class: classes.LargeSkeleton }))));
|
|
769
769
|
return skeletons;
|
|
770
770
|
};
|
|
771
|
-
return (h("sl-form", { part: "
|
|
771
|
+
return (h("sl-form", { part: "container", class: classes.FormWrapper, "onSl-submit": callbacks.onSubmit, ref: (el) => (refs.formRef.current = el), novalidate: true },
|
|
772
772
|
h("style", { type: "text/css" },
|
|
773
773
|
styleString,
|
|
774
774
|
vanillaStyle),
|
|
@@ -2416,7 +2416,7 @@ const DocusignFormView = (props) => {
|
|
|
2416
2416
|
var _a;
|
|
2417
2417
|
const { states, states: { formState, documentTypeString }, callbacks, text, slots, } = props;
|
|
2418
2418
|
const { classes } = sheet$2;
|
|
2419
|
-
return (h("div", { class: classes.Container, part: "
|
|
2419
|
+
return (h("div", { class: classes.Container, part: "container" },
|
|
2420
2420
|
h("style", { type: "text/css" },
|
|
2421
2421
|
styleString$2,
|
|
2422
2422
|
vanillaStyle$1),
|
|
@@ -24,7 +24,7 @@ import { E as EmailRegistrationView } from './email-registration-view-4cdb4129.j
|
|
|
24
24
|
import { u as useInstantAccessRegistration } from './useInstantAccessRegistration-69c9ffe0.js';
|
|
25
25
|
import { R as RequiredPropsError, L as LEAD_FORM_STATE_CONTEXT, u as useLeadFormState } from './useLeadFormState-6214b2d9.js';
|
|
26
26
|
import { i as isEmpty } from './utilities-cbd8f2eb.js';
|
|
27
|
-
import { E as ErrorView } from './ErrorView-
|
|
27
|
+
import { E as ErrorView } from './ErrorView-c6fc1d9b.js';
|
|
28
28
|
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-86b5e986.js';
|
|
29
29
|
import './sqm-portal-container-view-200c9df8.js';
|
|
30
30
|
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, c as USER_QUERY_NAMESPACE, G as GET_USER$2, d as COUNTRIES_QUERY_NAMESPACE, e as GET_COUNTRIES, f as FINANCE_NETWORK_SETTINGS_NAMESPACE, g as GET_FINANCE_NETWORK_SETTINGS, h as CURRENCIES_QUERY_NAMESPACE, i as GET_CURRENCIES } from './data-0be04430.js';
|
|
@@ -8062,9 +8062,9 @@ const TaxAndCashMonolith = class {
|
|
|
8062
8062
|
case "/2":
|
|
8063
8063
|
return (h$1("sqm-indirect-tax-form", Object.assign({ exportparts: "form-container: container" }, this.getGeneralStepTextProps("step2_"))));
|
|
8064
8064
|
case "/3":
|
|
8065
|
-
return (h$1("sqm-docusign-form", Object.assign({
|
|
8065
|
+
return (h$1("sqm-docusign-form", Object.assign({}, this.getGeneralStepTextProps("step3_"))));
|
|
8066
8066
|
case "/4":
|
|
8067
|
-
return (h$1("sqm-banking-info-form", Object.assign({
|
|
8067
|
+
return (h$1("sqm-banking-info-form", Object.assign({}, this.getGeneralStepTextProps("step4_"))));
|
|
8068
8068
|
case "/dashboard":
|
|
8069
8069
|
return (h$1("sqm-tax-and-cash-dashboard", Object.assign({ exportparts: "dashboard-container: container" }, this.getGeneralStepTextProps("dashboard_"), { stateController: props["sqm-tax-and-cash-dashboard_stateController"] || "{}" })));
|
|
8070
8070
|
case "/error":
|
|
@@ -5,8 +5,8 @@ import { c as cjs } from './cjs-bdfb4486.js';
|
|
|
5
5
|
import { g as getProps } from './utils-334c1e34.js';
|
|
6
6
|
import './JSS-67b5cff8.js';
|
|
7
7
|
import { a as REFERRAL_CODES_NAMESPACE } from './useReferralCodes-25f8b792.js';
|
|
8
|
-
import './ErrorView-
|
|
9
|
-
import { Q as QrCodeView } from './sqm-qr-code-view-
|
|
8
|
+
import './ErrorView-c6fc1d9b.js';
|
|
9
|
+
import { Q as QrCodeView } from './sqm-qr-code-view-dd46daa3.js';
|
|
10
10
|
|
|
11
11
|
const ShareLinkQuery = dist.gql `
|
|
12
12
|
query shareLink($programId: ID, $engagementMedium: UserEngagementMedium!) {
|
|
@@ -29,8 +29,8 @@ import { P as PortalEmailVerificationView } from './sqm-portal-email-verificatio
|
|
|
29
29
|
import { P as PortalProfileView } from './sqm-portal-profile-view-fdd6c632.js';
|
|
30
30
|
import './utilities-cbd8f2eb.js';
|
|
31
31
|
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-c7dd1c01.js';
|
|
32
|
-
import './ErrorView-
|
|
33
|
-
import { Q as QrCodeView } from './sqm-qr-code-view-
|
|
32
|
+
import './ErrorView-c6fc1d9b.js';
|
|
33
|
+
import { Q as QrCodeView } from './sqm-qr-code-view-dd46daa3.js';
|
|
34
34
|
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-86b5e986.js';
|
|
35
35
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-200c9df8.js';
|
|
36
36
|
import { I as InvoiceTableView, T as TaxAndCashDashboardView$1, O as OtherRegionSlotView, U as UserInfoFormView$1 } from './sqm-user-info-form-view-72afa9af.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{h}from"./index-38ad4957.js";var ErrorView=function(r){return h("sqm-form-message",{type:"error",part:"container"},h("p",{part:"alert-title"},r.loadingErrorAlertHeader),h("p",{part:"alert-description"},r.loadingErrorAlertDescription))};export{ErrorView as E};
|