@saasquatch/mint-components 1.6.5 → 1.6.6-0
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-e4ae9353.js → ShadowViewAddon-83dada69.js} +1 -0
- package/dist/cjs/sqm-big-stat_35.cjs.entry.js +2 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +1 -0
- package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +1 -0
- package/dist/esm/{ShadowViewAddon-072029f9.js → ShadowViewAddon-435ceccf.js} +1 -0
- package/dist/esm/sqm-big-stat_35.entry.js +2 -1
- package/dist/esm/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/{ShadowViewAddon-072029f9.js → ShadowViewAddon-435ceccf.js} +1 -1
- package/dist/esm-es5/sqm-big-stat_35.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-c983a42b.js → p-1f475722.js} +1 -1
- package/dist/mint-components/{p-8a80f5f7.system.entry.js → p-25fa79e8.system.entry.js} +1 -1
- package/dist/mint-components/{p-96dc5a6b.entry.js → p-311e5ff8.entry.js} +1 -1
- package/dist/mint-components/{p-ea7a6e3e.system.entry.js → p-51ea26e4.system.entry.js} +1 -1
- package/dist/mint-components/{p-32e4c92a.system.js → p-6698f247.system.js} +1 -1
- package/dist/mint-components/{p-e1cf4a20.entry.js → p-912dcc2a.entry.js} +2 -2
- package/dist/mint-components/p-b43a075f.system.js +1 -1
- package/docs/docs.docx +0 -0
- package/package.json +1 -1
|
@@ -3074,6 +3074,7 @@ const stageList = ["chooseReward", "chooseAmount", "confirmation", "success"];
|
|
|
3074
3074
|
function RewardExchangeView(props) {
|
|
3075
3075
|
const { states, data, callbacks, refs } = props;
|
|
3076
3076
|
const { selectedItem, selectedStep } = states;
|
|
3077
|
+
console.log("Reward exchange view props", { props });
|
|
3077
3078
|
const stageProgressList = {
|
|
3078
3079
|
chooseReward: states.content.text.chooseRewardTitle,
|
|
3079
3080
|
chooseAmount: states.content.text.chooseAmountTitle,
|
|
@@ -18,7 +18,7 @@ const utils = require('./utils-6847bc06.js');
|
|
|
18
18
|
require('./sqm-text-span-view-c34577fa.js');
|
|
19
19
|
const AsYouType = require('./AsYouType-6788393a.js');
|
|
20
20
|
const useRegistrationFormState = require('./useRegistrationFormState-8f2caf7f.js');
|
|
21
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
21
|
+
const ShadowViewAddon = require('./ShadowViewAddon-83dada69.js');
|
|
22
22
|
require('./sqm-portal-container-view-5beae29c.js');
|
|
23
23
|
|
|
24
24
|
const BigStat = class {
|
|
@@ -3052,6 +3052,7 @@ function EmptySlot$1() {
|
|
|
3052
3052
|
return (index.h("slot", { name: "empty" }, index.h("sqm-empty", { emptyStateImage: "https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_exchange2.png", emptyStateHeader: "Redeem rewards", emptyStateText: "Use your points to redeem rewards once they become available" })));
|
|
3053
3053
|
}
|
|
3054
3054
|
function useRewardExchangeListDemo(props) {
|
|
3055
|
+
console.log("reward exchange props", { props });
|
|
3055
3056
|
return cjs.cjs({
|
|
3056
3057
|
states: {
|
|
3057
3058
|
content: {
|
|
@@ -26,7 +26,7 @@ const sqmPortalForgotPasswordView = require('./sqm-portal-forgot-password-view-2
|
|
|
26
26
|
const sqmPortalProfileView = require('./sqm-portal-profile-view-11b2265b.js');
|
|
27
27
|
const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-803a56be.js');
|
|
28
28
|
const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-6741f5bd.js');
|
|
29
|
-
const ShadowViewAddon = require('./ShadowViewAddon-
|
|
29
|
+
const ShadowViewAddon = require('./ShadowViewAddon-83dada69.js');
|
|
30
30
|
const sqmPortalContainerView = require('./sqm-portal-container-view-5beae29c.js');
|
|
31
31
|
|
|
32
32
|
/**
|
package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js
CHANGED
|
@@ -362,6 +362,7 @@ const stageList = ["chooseReward", "chooseAmount", "confirmation", "success"];
|
|
|
362
362
|
export function RewardExchangeView(props) {
|
|
363
363
|
const { states, data, callbacks, refs } = props;
|
|
364
364
|
const { selectedItem, selectedStep } = states;
|
|
365
|
+
console.log("Reward exchange view props", { props });
|
|
365
366
|
const stageProgressList = {
|
|
366
367
|
chooseReward: states.content.text.chooseRewardTitle,
|
|
367
368
|
chooseAmount: states.content.text.chooseAmountTitle,
|
|
@@ -747,6 +747,7 @@ function EmptySlot() {
|
|
|
747
747
|
h("sqm-empty", { emptyStateImage: "https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_exchange2.png", emptyStateHeader: "Redeem rewards", emptyStateText: "Use your points to redeem rewards once they become available" })));
|
|
748
748
|
}
|
|
749
749
|
function useRewardExchangeListDemo(props) {
|
|
750
|
+
console.log("reward exchange props", { props });
|
|
750
751
|
return deepmerge({
|
|
751
752
|
states: {
|
|
752
753
|
content: {
|
|
@@ -3072,6 +3072,7 @@ const stageList = ["chooseReward", "chooseAmount", "confirmation", "success"];
|
|
|
3072
3072
|
function RewardExchangeView(props) {
|
|
3073
3073
|
const { states, data, callbacks, refs } = props;
|
|
3074
3074
|
const { selectedItem, selectedStep } = states;
|
|
3075
|
+
console.log("Reward exchange view props", { props });
|
|
3075
3076
|
const stageProgressList = {
|
|
3076
3077
|
chooseReward: states.content.text.chooseRewardTitle,
|
|
3077
3078
|
chooseAmount: states.content.text.chooseAmountTitle,
|
|
@@ -14,7 +14,7 @@ import { g as getProps, a as getMissingProps, s as sanitizeUrlPath } from './uti
|
|
|
14
14
|
import './sqm-text-span-view-f1cacc75.js';
|
|
15
15
|
import { A as AsYouType } from './AsYouType-46f67d0d.js';
|
|
16
16
|
import { R as REGISTRATION_FORM_STATE_CONTEXT, u as useRegistrationFormState } from './useRegistrationFormState-3eb572a5.js';
|
|
17
|
-
import { c as useDemoBigStat, K as useBigStat, B as BigStatView, H as autoColorScaleCss, G as CardFeedView, C as CheckboxFieldView, D as DropdownFieldView, E as EditProfileView, I as InputFieldView, M as withShadowView, L as LeaderboardView, N as NameFieldsView, e as PortalChangePasswordView, P as PortalFrameView, f as PortalLoginView, g as PortalRegisterView, R as ReferralIframeView, O as demoRewardExchange, i as RewardExchangeView, Q as pathToRegexp, b as useShareButton, S as ShareButtonView, a as ShareLinkView, u as useShareLink, d as StatContainerView, T as TaskCardView } from './ShadowViewAddon-
|
|
17
|
+
import { c as useDemoBigStat, K as useBigStat, B as BigStatView, H as autoColorScaleCss, G as CardFeedView, C as CheckboxFieldView, D as DropdownFieldView, E as EditProfileView, I as InputFieldView, M as withShadowView, L as LeaderboardView, N as NameFieldsView, e as PortalChangePasswordView, P as PortalFrameView, f as PortalLoginView, g as PortalRegisterView, R as ReferralIframeView, O as demoRewardExchange, i as RewardExchangeView, Q as pathToRegexp, b as useShareButton, S as ShareButtonView, a as ShareLinkView, u as useShareLink, d as StatContainerView, T as TaskCardView } from './ShadowViewAddon-435ceccf.js';
|
|
18
18
|
import './sqm-portal-container-view-2307476f.js';
|
|
19
19
|
|
|
20
20
|
const BigStat = class {
|
|
@@ -3048,6 +3048,7 @@ function EmptySlot$1() {
|
|
|
3048
3048
|
return (h$1("slot", { name: "empty" }, h$1("sqm-empty", { emptyStateImage: "https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_exchange2.png", emptyStateHeader: "Redeem rewards", emptyStateText: "Use your points to redeem rewards once they become available" })));
|
|
3049
3049
|
}
|
|
3050
3050
|
function useRewardExchangeListDemo(props) {
|
|
3051
|
+
console.log("reward exchange props", { props });
|
|
3051
3052
|
return cjs({
|
|
3052
3053
|
states: {
|
|
3053
3054
|
content: {
|
|
@@ -22,7 +22,7 @@ import { P as PortalForgotPasswordView } from './sqm-portal-forgot-password-view
|
|
|
22
22
|
import { P as PortalProfileView } from './sqm-portal-profile-view-3d29c743.js';
|
|
23
23
|
import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-aebadea5.js';
|
|
24
24
|
import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-4ba9cbb9.js';
|
|
25
|
-
import { S as ShareButtonView, L as LeaderboardView, a as ShareLinkView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, b as useShareButton, c as useDemoBigStat, d as StatContainerView, e as PortalChangePasswordView, f as PortalLoginView, g as PortalRegisterView, T as TaskCardView, h as ProgressBarView, R as ReferralIframeView, N as NameFieldsView, C as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, 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 CardFeedView, H as autoColorScaleCss, J as ShadowViewAddon } from './ShadowViewAddon-
|
|
25
|
+
import { S as ShareButtonView, L as LeaderboardView, a as ShareLinkView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, b as useShareButton, c as useDemoBigStat, d as StatContainerView, e as PortalChangePasswordView, f as PortalLoginView, g as PortalRegisterView, T as TaskCardView, h as ProgressBarView, R as ReferralIframeView, N as NameFieldsView, C as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, 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 CardFeedView, H as autoColorScaleCss, J as ShadowViewAddon } from './ShadowViewAddon-435ceccf.js';
|
|
26
26
|
import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-2307476f.js';
|
|
27
27
|
|
|
28
28
|
/**
|