@saasquatch/mint-components 1.11.1-2 → 1.11.1-4

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 (34) hide show
  1. package/dist/cjs/{ShadowViewAddon-de6eb98c.js → ShadowViewAddon-cfda0bfa.js} +1 -1
  2. package/dist/cjs/{copy-text-view-cb8e3aac.js → copy-text-view-5f908186.js} +27 -31
  3. package/dist/cjs/sqm-big-stat_38.cjs.entry.js +2 -2
  4. package/dist/cjs/sqm-pagination_3.cjs.entry.js +1 -1
  5. package/dist/cjs/sqm-stencilbook.cjs.entry.js +2 -2
  6. package/dist/collection/components/sqm-referral-codes/useReferralCodes.js +27 -31
  7. package/dist/esm/{ShadowViewAddon-ae2dfaaa.js → ShadowViewAddon-95520b03.js} +1 -1
  8. package/dist/esm/{copy-text-view-a5f832c5.js → copy-text-view-73cd7a82.js} +27 -31
  9. package/dist/esm/sqm-big-stat_38.entry.js +2 -2
  10. package/dist/esm/sqm-pagination_3.entry.js +1 -1
  11. package/dist/esm/sqm-stencilbook.entry.js +2 -2
  12. package/dist/esm-es5/{ShadowViewAddon-ae2dfaaa.js → ShadowViewAddon-95520b03.js} +1 -1
  13. package/dist/esm-es5/copy-text-view-73cd7a82.js +1 -0
  14. package/dist/esm-es5/sqm-big-stat_38.entry.js +1 -1
  15. package/dist/esm-es5/sqm-pagination_3.entry.js +1 -1
  16. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  17. package/dist/mint-components/mint-components.esm.js +1 -1
  18. package/dist/mint-components/{p-4a1478aa.entry.js → p-1a02cebe.entry.js} +1 -1
  19. package/dist/mint-components/{p-545071ac.system.js → p-4068bd43.system.js} +1 -1
  20. package/dist/mint-components/{p-6d1efe65.entry.js → p-452b562d.entry.js} +1 -1
  21. package/dist/mint-components/{p-70547b71.entry.js → p-4f815653.entry.js} +1 -1
  22. package/dist/mint-components/p-5fc8d87c.system.js +1 -1
  23. package/dist/mint-components/{p-732ab43a.system.entry.js → p-64fcb97f.system.entry.js} +1 -1
  24. package/dist/mint-components/p-753a19e2.js +25 -0
  25. package/dist/mint-components/{p-2ae61add.system.entry.js → p-aed69f9e.system.entry.js} +1 -1
  26. package/dist/mint-components/{p-7adbf73b.js → p-dbc0db45.js} +1 -1
  27. package/dist/mint-components/{p-54c7c6ba.system.entry.js → p-f26580a1.system.entry.js} +1 -1
  28. package/dist/mint-components/p-f2a0658d.system.js +1 -0
  29. package/dist/types/components/sqm-referral-codes/useReferralCodes.d.ts +1 -14
  30. package/docs/docs.docx +0 -0
  31. package/package.json +1 -1
  32. package/dist/esm-es5/copy-text-view-a5f832c5.js +0 -1
  33. package/dist/mint-components/p-0825e9b8.js +0 -21
  34. package/dist/mint-components/p-7210e973.system.js +0 -1
@@ -6,7 +6,7 @@ const global = require('./global-02e50f09.js');
6
6
  const index_module = require('./index.module-df530553.js');
7
7
  const utils = require('./utils-6847bc06.js');
8
8
  const JSS = require('./JSS-8503a151.js');
9
- const copyTextView = require('./copy-text-view-cb8e3aac.js');
9
+ const copyTextView = require('./copy-text-view-5f908186.js');
10
10
  const cjs = require('./cjs-1066ec21.js');
11
11
  const mixins = require('./mixins-fe9d4112.js');
12
12
  const useChildElements = require('./useChildElements-e0d44916.js');
@@ -7,21 +7,25 @@ const JSS = require('./JSS-8503a151.js');
7
7
  const mixins = require('./mixins-fe9d4112.js');
8
8
 
9
9
  const GET_REFERRAL_CODES = index_module.dist.gql `
10
- query getCodes(limit:Int!, $offset: Int!) {
11
- referralCodeList(limit: $limit, offset: $offset) {
12
- data {
13
- code
14
- dateUsed
15
- dateCopied
16
- shareLinkCodes(limit: $limit, offset: $offset) {
10
+ query getCodes($limit: Int!, $offset: Int!) {
11
+ viewer {
12
+ ... on User {
13
+ referralCodeList(limit: $limit, offset: $offset) {
17
14
  data {
18
- linkCode
19
- shortUrl
15
+ code
16
+ dateUsed
17
+ dateCopied
18
+ shareLinkCodes(limit: $limit, offset: $offset) {
19
+ data {
20
+ linkCode
21
+ shortUrl
22
+ }
23
+ }
20
24
  }
25
+ count
26
+ totalCount
21
27
  }
22
28
  }
23
- count
24
- totalCount
25
29
  }
26
30
  }
27
31
  `;
@@ -33,7 +37,7 @@ mutation test {}
33
37
  function useReferralCodes(props) {
34
38
  const user = index_module.Q();
35
39
  console.log({ props });
36
- const { envelope: referralData, states, callbacks, } = index_module.kn(GET_REFERRAL_CODES, (data) => { var _a; return (_a = data === null || data === void 0 ? void 0 : data.viewer) === null || _a === void 0 ? void 0 : _a.referralCodes; }, {
40
+ const { envelope: referralData, states, callbacks, } = index_module.kn(GET_REFERRAL_CODES, (data) => { var _a; return (_a = data === null || data === void 0 ? void 0 : data.viewer) === null || _a === void 0 ? void 0 : _a.referralCodeList; }, {
37
41
  limit: 1,
38
42
  offset: 0,
39
43
  }, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
@@ -58,19 +62,22 @@ function useReferralCodes(props) {
58
62
  },
59
63
  });
60
64
  stencilHooks_module.useEffect(() => {
61
- if (referralData === null || referralData === void 0 ? void 0 : referralData.data)
65
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
66
+ if ((_a = referralData === null || referralData === void 0 ? void 0 : referralData.data) === null || _a === void 0 ? void 0 : _a.length) {
67
+ const data = referralData.data[0];
62
68
  setReferralCodesContext({
63
- referralCode: "EXAMPLECODE",
64
- shareLink: "https://example.com",
69
+ referralCode: data.code,
70
+ shareLink: (_c = (_b = data.shareLinkCodes) === null || _b === void 0 ? void 0 : _b[0]) === null || _c === void 0 ? void 0 : _c.shortUrl,
65
71
  email: {
66
- messageLink: "https://example.com",
72
+ messageLink: (_e = (_d = data.shareLinkCodes) === null || _d === void 0 ? void 0 : _d[0]) === null || _e === void 0 ? void 0 : _e.shortUrl,
67
73
  },
68
74
  fbMessenger: {
69
- messageLink: "https://example.com",
70
- shareLink: "https://example.com",
75
+ messageLink: (_g = (_f = data.shareLinkCodes) === null || _f === void 0 ? void 0 : _f[0]) === null || _g === void 0 ? void 0 : _g.shortUrl,
76
+ shareLink: (_j = (_h = data.shareLinkCodes) === null || _h === void 0 ? void 0 : _h[0]) === null || _j === void 0 ? void 0 : _j.shortUrl,
71
77
  },
72
- whatsApp: { messageLink: "https://example.com" },
78
+ whatsApp: { messageLink: (_l = (_k = data.shareLinkCodes) === null || _k === void 0 ? void 0 : _k[0]) === null || _l === void 0 ? void 0 : _l.shortUrl },
73
79
  });
80
+ }
74
81
  }, [referralData]);
75
82
  stencilHooks_module.useEffect(() => {
76
83
  setPaginationContext({ states, callbacks });
@@ -80,18 +87,7 @@ function useReferralCodes(props) {
80
87
  states: {
81
88
  ...states,
82
89
  },
83
- data: {
84
- referralCode: "EXAMPLECODE",
85
- shareLink: "https://example.com",
86
- email: {
87
- messageLink: "https://example.com",
88
- },
89
- fbMessenger: {
90
- messageLink: "https://example.com",
91
- shareLink: "https://example.com",
92
- },
93
- whatsApp: { messageLink: "https://example.com" },
94
- },
90
+ data: referralCodesContext,
95
91
  callbacks: {
96
92
  // onPrev: () => callbacks.setCurrentPage(states.currentPage - 1),
97
93
  // onNext: () => callbacks.setCurrentPage(states.currentPage + 1),
@@ -9,7 +9,7 @@ const index_module = require('./index.module-df530553.js');
9
9
  const jsonpointer = require('./jsonpointer-11327262.js');
10
10
  const utils = require('./utils-6847bc06.js');
11
11
  const JSS = require('./JSS-8503a151.js');
12
- const copyTextView = require('./copy-text-view-cb8e3aac.js');
12
+ const copyTextView = require('./copy-text-view-5f908186.js');
13
13
  const cjs = require('./cjs-1066ec21.js');
14
14
  require('./mixins-fe9d4112.js');
15
15
  const reRender = require('./re-render-1976e05e.js');
@@ -20,7 +20,7 @@ const index$1 = require('./index-8c6255f5.js');
20
20
  const useRegistrationFormState = require('./useRegistrationFormState-876ed65d.js');
21
21
  const utilities = require('./utilities-cec9dd36.js');
22
22
  const AsYouType = require('./AsYouType-6788393a.js');
23
- const ShadowViewAddon = require('./ShadowViewAddon-de6eb98c.js');
23
+ const ShadowViewAddon = require('./ShadowViewAddon-cfda0bfa.js');
24
24
  require('./sqm-portal-container-view-990a85a3.js');
25
25
 
26
26
  const BigStat = class {
@@ -7,7 +7,7 @@ const stencilHooks_module = require('./stencil-hooks.module-72742a0b.js');
7
7
  const index_module = require('./index.module-df530553.js');
8
8
  const utils = require('./utils-6847bc06.js');
9
9
  const JSS = require('./JSS-8503a151.js');
10
- const copyTextView = require('./copy-text-view-cb8e3aac.js');
10
+ const copyTextView = require('./copy-text-view-5f908186.js');
11
11
  const cjs = require('./cjs-1066ec21.js');
12
12
  require('./mixins-fe9d4112.js');
13
13
 
@@ -8,7 +8,7 @@ require('./global-02e50f09.js');
8
8
  const index_module = require('./index.module-df530553.js');
9
9
  require('./utils-6847bc06.js');
10
10
  const JSS = require('./JSS-8503a151.js');
11
- const copyTextView = require('./copy-text-view-cb8e3aac.js');
11
+ const copyTextView = require('./copy-text-view-5f908186.js');
12
12
  require('./cjs-1066ec21.js');
13
13
  require('./mixins-fe9d4112.js');
14
14
  const GenericTableView = require('./GenericTableView-a3f48e15.js');
@@ -29,7 +29,7 @@ const sqmPortalProfileView = require('./sqm-portal-profile-view-fde54e35.js');
29
29
  require('./utilities-cec9dd36.js');
30
30
  const sqmPortalResetPasswordView = require('./sqm-portal-reset-password-view-34771d2c.js');
31
31
  const sqmPortalVerifyEmailView = require('./sqm-portal-verify-email-view-c8f91506.js');
32
- const ShadowViewAddon = require('./ShadowViewAddon-de6eb98c.js');
32
+ const ShadowViewAddon = require('./ShadowViewAddon-cfda0bfa.js');
33
33
  const sqmPortalContainerView = require('./sqm-portal-container-view-990a85a3.js');
34
34
  const sqmInvoiceTableView = require('./sqm-invoice-table-view-e3b03a00.js');
35
35
 
@@ -2,21 +2,25 @@ import { usePaginatedQuery, useParentState, useUserIdentity, } from "@saasquatch
2
2
  import { gql } from "graphql-request";
3
3
  import { useEffect } from "@saasquatch/universal-hooks";
4
4
  const GET_REFERRAL_CODES = gql `
5
- query getCodes(limit:Int!, $offset: Int!) {
6
- referralCodeList(limit: $limit, offset: $offset) {
7
- data {
8
- code
9
- dateUsed
10
- dateCopied
11
- shareLinkCodes(limit: $limit, offset: $offset) {
5
+ query getCodes($limit: Int!, $offset: Int!) {
6
+ viewer {
7
+ ... on User {
8
+ referralCodeList(limit: $limit, offset: $offset) {
12
9
  data {
13
- linkCode
14
- shortUrl
10
+ code
11
+ dateUsed
12
+ dateCopied
13
+ shareLinkCodes(limit: $limit, offset: $offset) {
14
+ data {
15
+ linkCode
16
+ shortUrl
17
+ }
18
+ }
15
19
  }
20
+ count
21
+ totalCount
16
22
  }
17
23
  }
18
- count
19
- totalCount
20
24
  }
21
25
  }
22
26
  `;
@@ -28,7 +32,7 @@ mutation test {}
28
32
  export function useReferralCodes(props) {
29
33
  const user = useUserIdentity();
30
34
  console.log({ props });
31
- const { envelope: referralData, states, callbacks, } = usePaginatedQuery(GET_REFERRAL_CODES, (data) => { var _a; return (_a = data === null || data === void 0 ? void 0 : data.viewer) === null || _a === void 0 ? void 0 : _a.referralCodes; }, {
35
+ const { envelope: referralData, states, callbacks, } = usePaginatedQuery(GET_REFERRAL_CODES, (data) => { var _a; return (_a = data === null || data === void 0 ? void 0 : data.viewer) === null || _a === void 0 ? void 0 : _a.referralCodeList; }, {
32
36
  limit: 1,
33
37
  offset: 0,
34
38
  }, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
@@ -53,19 +57,22 @@ export function useReferralCodes(props) {
53
57
  },
54
58
  });
55
59
  useEffect(() => {
56
- if (referralData === null || referralData === void 0 ? void 0 : referralData.data)
60
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
61
+ if ((_a = referralData === null || referralData === void 0 ? void 0 : referralData.data) === null || _a === void 0 ? void 0 : _a.length) {
62
+ const data = referralData.data[0];
57
63
  setReferralCodesContext({
58
- referralCode: "EXAMPLECODE",
59
- shareLink: "https://example.com",
64
+ referralCode: data.code,
65
+ shareLink: (_c = (_b = data.shareLinkCodes) === null || _b === void 0 ? void 0 : _b[0]) === null || _c === void 0 ? void 0 : _c.shortUrl,
60
66
  email: {
61
- messageLink: "https://example.com",
67
+ messageLink: (_e = (_d = data.shareLinkCodes) === null || _d === void 0 ? void 0 : _d[0]) === null || _e === void 0 ? void 0 : _e.shortUrl,
62
68
  },
63
69
  fbMessenger: {
64
- messageLink: "https://example.com",
65
- shareLink: "https://example.com",
70
+ messageLink: (_g = (_f = data.shareLinkCodes) === null || _f === void 0 ? void 0 : _f[0]) === null || _g === void 0 ? void 0 : _g.shortUrl,
71
+ shareLink: (_j = (_h = data.shareLinkCodes) === null || _h === void 0 ? void 0 : _h[0]) === null || _j === void 0 ? void 0 : _j.shortUrl,
66
72
  },
67
- whatsApp: { messageLink: "https://example.com" },
73
+ whatsApp: { messageLink: (_l = (_k = data.shareLinkCodes) === null || _k === void 0 ? void 0 : _k[0]) === null || _l === void 0 ? void 0 : _l.shortUrl },
68
74
  });
75
+ }
69
76
  }, [referralData]);
70
77
  useEffect(() => {
71
78
  setPaginationContext({ states, callbacks });
@@ -75,18 +82,7 @@ export function useReferralCodes(props) {
75
82
  states: {
76
83
  ...states,
77
84
  },
78
- data: {
79
- referralCode: "EXAMPLECODE",
80
- shareLink: "https://example.com",
81
- email: {
82
- messageLink: "https://example.com",
83
- },
84
- fbMessenger: {
85
- messageLink: "https://example.com",
86
- shareLink: "https://example.com",
87
- },
88
- whatsApp: { messageLink: "https://example.com" },
89
- },
85
+ data: referralCodesContext,
90
86
  callbacks: {
91
87
  // onPrev: () => callbacks.setCurrentPage(states.currentPage - 1),
92
88
  // onNext: () => callbacks.setCurrentPage(states.currentPage + 1),
@@ -4,7 +4,7 @@ import { i as intl } from './global-b89b6edc.js';
4
4
  import { d as dist, H, Q, I as In, y as yn, $ as $e, B, a as getEnvironmentSDK, L } from './index.module-f122af7b.js';
5
5
  import { l as luxonLocale } from './utils-334c1e34.js';
6
6
  import { c as createStyleSheet, j as jss, a as create } from './JSS-67b5cff8.js';
7
- import { a as REFERRAL_CODES_NAMESPACE, S as SET_CODE_USED, C as CopyTextView } from './copy-text-view-a5f832c5.js';
7
+ import { a as REFERRAL_CODES_NAMESPACE, S as SET_CODE_USED, C as CopyTextView } from './copy-text-view-73cd7a82.js';
8
8
  import { c as cjs } from './cjs-bdfb4486.js';
9
9
  import { H as HostBlock, A as AuthWrapper, a as AuthColumn, b as AuthButtonsContainer, E as ErrorStyles } from './mixins-f60a614c.js';
10
10
  import { u as useChildElements } from './useChildElements-37daf533.js';
@@ -5,21 +5,25 @@ import { c as createStyleSheet } from './JSS-67b5cff8.js';
5
5
  import { H as HostBlock } from './mixins-f60a614c.js';
6
6
 
7
7
  const GET_REFERRAL_CODES = dist.gql `
8
- query getCodes(limit:Int!, $offset: Int!) {
9
- referralCodeList(limit: $limit, offset: $offset) {
10
- data {
11
- code
12
- dateUsed
13
- dateCopied
14
- shareLinkCodes(limit: $limit, offset: $offset) {
8
+ query getCodes($limit: Int!, $offset: Int!) {
9
+ viewer {
10
+ ... on User {
11
+ referralCodeList(limit: $limit, offset: $offset) {
15
12
  data {
16
- linkCode
17
- shortUrl
13
+ code
14
+ dateUsed
15
+ dateCopied
16
+ shareLinkCodes(limit: $limit, offset: $offset) {
17
+ data {
18
+ linkCode
19
+ shortUrl
20
+ }
21
+ }
18
22
  }
23
+ count
24
+ totalCount
19
25
  }
20
26
  }
21
- count
22
- totalCount
23
27
  }
24
28
  }
25
29
  `;
@@ -31,7 +35,7 @@ mutation test {}
31
35
  function useReferralCodes(props) {
32
36
  const user = Q();
33
37
  console.log({ props });
34
- const { envelope: referralData, states, callbacks, } = kn(GET_REFERRAL_CODES, (data) => { var _a; return (_a = data === null || data === void 0 ? void 0 : data.viewer) === null || _a === void 0 ? void 0 : _a.referralCodes; }, {
38
+ const { envelope: referralData, states, callbacks, } = kn(GET_REFERRAL_CODES, (data) => { var _a; return (_a = data === null || data === void 0 ? void 0 : data.viewer) === null || _a === void 0 ? void 0 : _a.referralCodeList; }, {
35
39
  limit: 1,
36
40
  offset: 0,
37
41
  }, {}, !(user === null || user === void 0 ? void 0 : user.jwt));
@@ -56,19 +60,22 @@ function useReferralCodes(props) {
56
60
  },
57
61
  });
58
62
  useEffect(() => {
59
- if (referralData === null || referralData === void 0 ? void 0 : referralData.data)
63
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
64
+ if ((_a = referralData === null || referralData === void 0 ? void 0 : referralData.data) === null || _a === void 0 ? void 0 : _a.length) {
65
+ const data = referralData.data[0];
60
66
  setReferralCodesContext({
61
- referralCode: "EXAMPLECODE",
62
- shareLink: "https://example.com",
67
+ referralCode: data.code,
68
+ shareLink: (_c = (_b = data.shareLinkCodes) === null || _b === void 0 ? void 0 : _b[0]) === null || _c === void 0 ? void 0 : _c.shortUrl,
63
69
  email: {
64
- messageLink: "https://example.com",
70
+ messageLink: (_e = (_d = data.shareLinkCodes) === null || _d === void 0 ? void 0 : _d[0]) === null || _e === void 0 ? void 0 : _e.shortUrl,
65
71
  },
66
72
  fbMessenger: {
67
- messageLink: "https://example.com",
68
- shareLink: "https://example.com",
73
+ messageLink: (_g = (_f = data.shareLinkCodes) === null || _f === void 0 ? void 0 : _f[0]) === null || _g === void 0 ? void 0 : _g.shortUrl,
74
+ shareLink: (_j = (_h = data.shareLinkCodes) === null || _h === void 0 ? void 0 : _h[0]) === null || _j === void 0 ? void 0 : _j.shortUrl,
69
75
  },
70
- whatsApp: { messageLink: "https://example.com" },
76
+ whatsApp: { messageLink: (_l = (_k = data.shareLinkCodes) === null || _k === void 0 ? void 0 : _k[0]) === null || _l === void 0 ? void 0 : _l.shortUrl },
71
77
  });
78
+ }
72
79
  }, [referralData]);
73
80
  useEffect(() => {
74
81
  setPaginationContext({ states, callbacks });
@@ -78,18 +85,7 @@ function useReferralCodes(props) {
78
85
  states: {
79
86
  ...states,
80
87
  },
81
- data: {
82
- referralCode: "EXAMPLECODE",
83
- shareLink: "https://example.com",
84
- email: {
85
- messageLink: "https://example.com",
86
- },
87
- fbMessenger: {
88
- messageLink: "https://example.com",
89
- shareLink: "https://example.com",
90
- },
91
- whatsApp: { messageLink: "https://example.com" },
92
- },
88
+ data: referralCodesContext,
93
89
  callbacks: {
94
90
  // onPrev: () => callbacks.setCurrentPage(states.currentPage - 1),
95
91
  // onNext: () => callbacks.setCurrentPage(states.currentPage + 1),
@@ -5,7 +5,7 @@ import { i as isDemo, _, d as dist, Q, H, $ as $e, y as yn, B, L, g as gn, e as
5
5
  import { j as jsonpointer } from './jsonpointer-388a7082.js';
6
6
  import { g as getProps, a as getMissingProps, s as sanitizeUrlPath } from './utils-334c1e34.js';
7
7
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
8
- import { C as CopyTextView } from './copy-text-view-a5f832c5.js';
8
+ import { C as CopyTextView } from './copy-text-view-73cd7a82.js';
9
9
  import { c as cjs } from './cjs-bdfb4486.js';
10
10
  import './mixins-f60a614c.js';
11
11
  import { a as useRequestRerender } from './re-render-c64289f3.js';
@@ -16,7 +16,7 @@ import { p as pathToRegexp } from './index-ffa26b43.js';
16
16
  import { R as REGISTRATION_FORM_STATE_CONTEXT, u as useRegistrationFormState } from './useRegistrationFormState-53c71782.js';
17
17
  import { i as isEmpty } from './utilities-18d10876.js';
18
18
  import { A as AsYouType } from './AsYouType-46f67d0d.js';
19
- import { b as useDemoBigStat, U as useBigStat, B as BigStatView, O as autoColorScaleCss, J as CardFeedView, C as CheckboxFieldView, K as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, V as withShadowView, L as LeaderboardView, N as NameFieldsView, d as PortalChangePasswordView, i as PortalFooterView, P as PortalFrameView, e as PortalLoginView, f as PortalRegisterView, R as ReferralIframeView, W as demoRewardExchange, j as RewardExchangeView, a as useShareButton, S as ShareButtonView, u as useShareLink, c as StatContainerView, T as TaskCardView } from './ShadowViewAddon-ae2dfaaa.js';
19
+ import { b as useDemoBigStat, U as useBigStat, B as BigStatView, O as autoColorScaleCss, J as CardFeedView, C as CheckboxFieldView, K as CouponCodeView, D as DropdownFieldView, E as EditProfileView, H as HeroView, I as InputFieldView, V as withShadowView, L as LeaderboardView, N as NameFieldsView, d as PortalChangePasswordView, i as PortalFooterView, P as PortalFrameView, e as PortalLoginView, f as PortalRegisterView, R as ReferralIframeView, W as demoRewardExchange, j as RewardExchangeView, a as useShareButton, S as ShareButtonView, u as useShareLink, c as StatContainerView, T as TaskCardView } from './ShadowViewAddon-95520b03.js';
20
20
  import './sqm-portal-container-view-6c582684.js';
21
21
 
22
22
  const BigStat = class {
@@ -3,7 +3,7 @@ import { n as h$1, k as useState } from './stencil-hooks.module-ac12ca1c.js';
3
3
  import { I as In, i as isDemo, d as dist, H, Q, y as yn, $ as $e, B } from './index.module-f122af7b.js';
4
4
  import { g as getProps } from './utils-334c1e34.js';
5
5
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
6
- import { R as REFERRAL_CODES_PAGINATION_CONTEXT, a as REFERRAL_CODES_NAMESPACE, S as SET_CODE_USED, C as CopyTextView, u as useReferralCodes } from './copy-text-view-a5f832c5.js';
6
+ import { R as REFERRAL_CODES_PAGINATION_CONTEXT, a as REFERRAL_CODES_NAMESPACE, S as SET_CODE_USED, C as CopyTextView, u as useReferralCodes } from './copy-text-view-73cd7a82.js';
7
7
  import { c as cjs } from './cjs-bdfb4486.js';
8
8
  import './mixins-f60a614c.js';
9
9
 
@@ -4,7 +4,7 @@ import './global-b89b6edc.js';
4
4
  import { e as $n, S as Sn, b as setUserIdentity, d as dist, X as Xe, o as setProgramId } from './index.module-f122af7b.js';
5
5
  import './utils-334c1e34.js';
6
6
  import { c as createStyleSheet } from './JSS-67b5cff8.js';
7
- import { C as CopyTextView } from './copy-text-view-a5f832c5.js';
7
+ import { C as CopyTextView } from './copy-text-view-73cd7a82.js';
8
8
  import './cjs-bdfb4486.js';
9
9
  import './mixins-f60a614c.js';
10
10
  import { G as GenericTableView } from './GenericTableView-bf154727.js';
@@ -25,7 +25,7 @@ import { P as PortalProfileView } from './sqm-portal-profile-view-d72dd5ac.js';
25
25
  import './utilities-18d10876.js';
26
26
  import { P as PortalResetPasswordView } from './sqm-portal-reset-password-view-f1454d43.js';
27
27
  import { P as PortalVerifyEmailView } from './sqm-portal-verify-email-view-3739f523.js';
28
- import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalLoginView, f as PortalRegisterView, T as TaskCardView, g as ProgressBarView, h as PoweredByImg$1, i as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, C as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, 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 CardFeedView, K as CouponCodeView, M as ProgressBar$2, O as autoColorScaleCss, Q as ShadowViewAddon } from './ShadowViewAddon-ae2dfaaa.js';
28
+ import { S as ShareButtonView, L as LeaderboardView, B as BigStatView, P as PortalFrameView, E as EditProfileView, u as useShareLink, a as useShareButton, b as useDemoBigStat, c as StatContainerView, d as PortalChangePasswordView, e as PortalLoginView, f as PortalRegisterView, T as TaskCardView, g as ProgressBarView, h as PoweredByImg$1, i as PortalFooterView, H as HeroView, R as ReferralIframeView, N as NameFieldsView, C as CheckboxFieldView, D as DropdownFieldView, I as InputFieldView, 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 CardFeedView, K as CouponCodeView, M as ProgressBar$2, O as autoColorScaleCss, Q as ShadowViewAddon } from './ShadowViewAddon-95520b03.js';
29
29
  import { P as PortalContainerView, a as PortalSectionView } from './sqm-portal-container-view-6c582684.js';
30
30
  import { O as OtherRegionSlotView, I as InvoiceTableView, T as TaxForm } from './sqm-invoice-table-view-09cc28d6.js';
31
31