@saasquatch/mint-components 1.5.5-2 → 1.5.6-1

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 (156) hide show
  1. package/dist/cjs/sqm-big-stat_35.cjs.entry.js +135 -69
  2. package/dist/cjs/sqm-empty_5.cjs.entry.js +2 -2
  3. package/dist/cjs/sqm-hero.cjs.entry.js +15 -7
  4. package/dist/cjs/sqm-password-field.cjs.entry.js +5 -2
  5. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +4 -4
  6. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
  7. package/dist/cjs/sqm-portal-logout.cjs.entry.js +1 -1
  8. package/dist/cjs/sqm-portal-profile.cjs.entry.js +18 -8
  9. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +1 -1
  10. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +12 -10
  11. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +2 -2
  12. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +21 -8
  13. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +8 -4
  14. package/dist/cjs/sqm-stencilbook.cjs.entry.js +7 -79
  15. package/dist/collection/components/sqm-asset-card/sqm-asset-card.js +2 -2
  16. package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +12 -7
  17. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +11 -10
  18. package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +4 -4
  19. package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +5 -5
  20. package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +9 -9
  21. package/dist/collection/components/sqm-empty/sqm-empty.js +1 -0
  22. package/dist/collection/components/sqm-form-message/sqm-form-message.js +3 -3
  23. package/dist/collection/components/sqm-hero/sqm-hero.js +23 -15
  24. package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +7 -3
  25. package/dist/collection/components/sqm-hook-story-container/sqm-hook-story-container.js +3 -0
  26. package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +2 -74
  27. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +10 -8
  28. package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.js +4 -4
  29. package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +4 -4
  30. package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu.js +3 -3
  31. package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +1 -1
  32. package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +1 -1
  33. package/dist/collection/components/sqm-password-field/sqm-password-field.js +9 -6
  34. package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +11 -11
  35. package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +34 -22
  36. package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +4 -4
  37. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +8 -8
  38. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +8 -8
  39. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +42 -26
  40. package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +2 -2
  41. package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +31 -21
  42. package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +2 -2
  43. package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +36 -28
  44. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +23 -21
  45. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +4 -4
  46. package/dist/collection/components/sqm-program-explainer/sqm-program-explainer.js +1 -0
  47. package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +2 -0
  48. package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +1 -0
  49. package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +11 -9
  50. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +1 -0
  51. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +1 -0
  52. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +1 -0
  53. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +1 -0
  54. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +11 -6
  55. package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +23 -14
  56. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +20 -13
  57. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +1 -0
  58. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +1 -0
  59. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +3 -2
  60. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +13 -8
  61. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +1 -0
  62. package/dist/collection/components/sqm-route/sqm-route.js +1 -1
  63. package/dist/collection/components/sqm-share-button/sqm-share-button.js +18 -15
  64. package/dist/collection/components/sqm-share-code/sqm-share-code.js +6 -7
  65. package/dist/collection/components/sqm-share-link/sqm-share-link.js +6 -7
  66. package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +2 -2
  67. package/dist/collection/components/sqm-tab/sqm-tab.js +1 -0
  68. package/dist/collection/components/sqm-task-card/sqm-task-card.js +95 -8
  69. package/dist/collection/components/sqm-text-span/sqm-text-span.js +1 -1
  70. package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +1 -0
  71. package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +4 -4
  72. package/dist/collection/components/sqm-user-name/sqm-user-name.js +6 -5
  73. package/dist/esm/sqm-big-stat_35.entry.js +135 -69
  74. package/dist/esm/sqm-empty_5.entry.js +2 -2
  75. package/dist/esm/sqm-hero.entry.js +15 -7
  76. package/dist/esm/sqm-password-field.entry.js +5 -2
  77. package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
  78. package/dist/esm/sqm-portal-forgot-password.entry.js +4 -4
  79. package/dist/esm/sqm-portal-logout.entry.js +1 -1
  80. package/dist/esm/sqm-portal-profile.entry.js +18 -8
  81. package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
  82. package/dist/esm/sqm-portal-reset-password.entry.js +12 -10
  83. package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
  84. package/dist/esm/sqm-referral-table_11.entry.js +21 -8
  85. package/dist/esm/sqm-rewards-table_9.entry.js +8 -4
  86. package/dist/esm/sqm-stencilbook.entry.js +7 -79
  87. package/dist/esm-es5/sqm-big-stat_35.entry.js +1 -1
  88. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  89. package/dist/mint-components/mint-components.esm.js +1 -1
  90. package/dist/mint-components/{p-951e7817.system.entry.js → p-25ac7c14.system.entry.js} +1 -1
  91. package/dist/mint-components/p-5bef951d.system.entry.js +1 -0
  92. package/dist/mint-components/p-94096609.system.js +1 -1
  93. package/dist/mint-components/{p-87ffb558.entry.js → p-c7b0f076.entry.js} +2 -2
  94. package/dist/types/components/sqm-asset-card/sqm-asset-card.d.ts +2 -2
  95. package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +11 -4
  96. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +6 -5
  97. package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +2 -2
  98. package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +3 -3
  99. package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +10 -7
  100. package/dist/types/components/sqm-empty/sqm-empty.d.ts +1 -0
  101. package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +8 -2
  102. package/dist/types/components/sqm-hero/sqm-hero.d.ts +20 -8
  103. package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +5 -1
  104. package/dist/types/components/sqm-hook-story-container/sqm-hook-story-container.d.ts +3 -0
  105. package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +7 -7
  106. package/dist/types/components/sqm-leaderboard-rank/sqm-leaderboard-rank.d.ts +4 -4
  107. package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +2 -2
  108. package/dist/types/components/sqm-navigation-menu/sqm-navigation-menu.d.ts +4 -2
  109. package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +1 -1
  110. package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +1 -1
  111. package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +5 -2
  112. package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +21 -6
  113. package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +20 -8
  114. package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +5 -3
  115. package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +4 -4
  116. package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +4 -4
  117. package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +25 -9
  118. package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +1 -1
  119. package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +18 -8
  120. package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +1 -1
  121. package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +20 -12
  122. package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +12 -10
  123. package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +2 -2
  124. package/dist/types/components/sqm-program-explainer/sqm-program-explainer.d.ts +1 -0
  125. package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +2 -0
  126. package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +1 -0
  127. package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +7 -4
  128. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +1 -0
  129. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +1 -0
  130. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +1 -0
  131. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +1 -0
  132. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +7 -2
  133. package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +15 -6
  134. package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +16 -9
  135. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +1 -0
  136. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +1 -0
  137. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +2 -1
  138. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +8 -3
  139. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +1 -0
  140. package/dist/types/components/sqm-route/sqm-route.d.ts +1 -1
  141. package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +17 -9
  142. package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +2 -2
  143. package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +2 -2
  144. package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +1 -1
  145. package/dist/types/components/sqm-tab/sqm-tab.d.ts +1 -0
  146. package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +34 -8
  147. package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +1 -1
  148. package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +1 -0
  149. package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +2 -2
  150. package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +3 -2
  151. package/dist/types/components.d.ts +478 -318
  152. package/docs/docs.docx +0 -0
  153. package/docs/raisins.json +1 -0
  154. package/grapesjs/grapesjs.js +1 -1
  155. package/package.json +8 -3
  156. package/dist/mint-components/p-64cc1a70.system.entry.js +0 -1
@@ -14,7 +14,7 @@ const PortalLogout = class {
14
14
  registerInstance(this, hostRef);
15
15
  this.ignored = true;
16
16
  /**
17
- * @uiName Next Page path
17
+ * @uiName Next Page Path
18
18
  */
19
19
  this.nextPage = "/";
20
20
  h(this);
@@ -163,35 +163,45 @@ const PortalProfile = class {
163
163
  registerInstance(this, hostRef);
164
164
  this.ignored = true;
165
165
  /**
166
- * @uiName First name input field label
166
+ * First name input field label
167
+ *
168
+ * @uiName First Name Label
167
169
  */
168
170
  this.firstnametext = "First Name";
169
171
  /**
170
- * @uiName Last name input field label
172
+ * Last name input field label
173
+ *
174
+ * @uiName Last Name Label
171
175
  */
172
176
  this.lastnametext = "Last Name";
173
177
  /**
174
- * @uiName Email input field label
178
+ * Email input field label
179
+ *
180
+ * @uiName Email Label
175
181
  */
176
182
  this.emailtext = "Email";
177
183
  /**
178
- * @uiName Country input field label
184
+ * Country input field label
185
+ *
186
+ * @uiName Country Label
179
187
  */
180
188
  this.countrytext = "Country";
181
189
  /**
182
- * @uiName Edit profile header
190
+ * @uiName Edit Profile Header
183
191
  */
184
192
  this.editProfileHeader = "Edit your profile";
185
193
  /**
186
- * @uiName Edit profile sub header
194
+ * @uiName Edit Profile Sub Header
187
195
  */
188
196
  this.editProfileSubHeader = "Personal Information";
189
197
  /**
190
- * @uiName Text for the submit changes button
198
+ * @uiName Submit Changes Button Text
191
199
  */
192
200
  this.submitChangeButtonText = "Submit Changes";
193
201
  /**
194
- * @uiName Show or hide country field
202
+ * Show or hide the country field
203
+ *
204
+ * @uiName Show Country Field
195
205
  */
196
206
  this.showCountry = true;
197
207
  h(this);
@@ -42,7 +42,7 @@ const PortalProtectedRoute = class {
42
42
  */
43
43
  this.requireEmailVerification = false;
44
44
  /**
45
- * @uiName Redirect unverified users path
45
+ * @uiName Redirect Unverified Users Path
46
46
  */
47
47
  this.redirectToUnverified = "/emailVerification";
48
48
  h(this);
@@ -91,45 +91,47 @@ const PortalResetPassword = class {
91
91
  /**
92
92
  * The page that users are redirected to when the password reset succeeds.
93
93
  *
94
- * @uiName Next page path
94
+ * @uiName Next Page Path
95
95
  */
96
96
  this.nextPage = "/";
97
97
  /**
98
98
  * The page that users are redirected to if the reset fails due to outdated password reset attempt.
99
99
  *
100
- * @uiName Failed page redirection path
100
+ * @uiName Failed Page Path
101
101
  */
102
102
  this.failedPage = "/";
103
103
  /**
104
- * @uiName Show confirm password
104
+ * Show or hide confirm password field
105
+ *
106
+ * @uiName Show Confirm Password
105
107
  */
106
108
  this.confirmPassword = false;
107
109
  /**
108
- * @uiName Password reset header text
110
+ * @uiName Reset Password Header Text
109
111
  */
110
112
  this.resetPasswordHeader = "Reset your password";
111
113
  /**
112
114
  * Displayed after a successful password reset
113
115
  *
114
- * @uiName Password reset header text
116
+ * @uiName Successful Password Reset Text
115
117
  */
116
118
  this.passwordResetHeader = "Password reset";
117
119
  /**
118
- * @uiName Password reset button text
120
+ * @uiName Password Reset Button Text
119
121
  */
120
122
  this.resetPasswordButtonText = "Reset Password";
121
123
  /**
122
- * Displayed after a successful password reset
124
+ * Button text displayed after a successful password reset
123
125
  *
124
- * @uiName Continue button text
126
+ * @uiName Continue Button Text
125
127
  */
126
128
  this.continueButtonText = "Continue";
127
129
  /**
128
- * @uiName Confirm password field label
130
+ * @uiName Confirm Password Label
129
131
  */
130
132
  this.confirmPasswordFieldLabel = "Confirm Password";
131
133
  /**
132
- * @uiName Password field label
134
+ * @uiName Password Label
133
135
  */
134
136
  this.passwordFieldLabel = "New Password";
135
137
  h(this);
@@ -94,13 +94,13 @@ const PortalVerifyEmail = class {
94
94
  /**
95
95
  * The page that users are redirected to when the verification succeeds.
96
96
  *
97
- * @uiName Next page path
97
+ * @uiName Next Page Path
98
98
  */
99
99
  this.nextPage = "/";
100
100
  /**
101
101
  * The page that users are redirected to if verification fails due to outdated verification attempt.
102
102
  *
103
- * @uiName Failed page redirection path
103
+ * @uiName Failed Page Path
104
104
  */
105
105
  this.failedPage = "/";
106
106
  h(this);
@@ -159,20 +159,29 @@ const getMockData = () => {
159
159
  const ReferralTable = class {
160
160
  constructor(hostRef) {
161
161
  registerInstance(this, hostRef);
162
- /** @uiName Number of referrals per page */
162
+ /**
163
+ * Number of referrals displayed per page
164
+ *
165
+ * @uiName Referrals Per Page
166
+ */
163
167
  this.perPage = 4;
164
- /** @uiName Show column labels */
168
+ /** @uiName Show Column Labels */
165
169
  this.showLabels = true;
166
- /** @uiName Previous button text */
170
+ /** @uiName Previous Button Text */
167
171
  this.prevLabel = "Prev";
168
- /** @uiName View More button text */
172
+ /** @uiName View More Button Text */
169
173
  this.moreLabel = "Next";
170
- /** @uiName Show Referred by user in table */
174
+ /**
175
+ * Show referred by user in table
176
+ *
177
+ * @uiName Show Referrer
178
+ */
171
179
  this.showReferrer = false;
172
180
  /**
173
181
  * Provide the column numbers (0 indexed) that should not be displayed in mobile views. Ex. 0,2,3
174
182
  *
175
- * @uiName Mobile Hidden Columns */
183
+ * @uiName Hidden Mobile Columns
184
+ */
176
185
  this.hiddenColumns = "0";
177
186
  /** @uiName Mobile Breakpoint */
178
187
  this.smBreakpoint = 599;
@@ -671,11 +680,15 @@ const ReferralTableUserColumn = class {
671
680
  */
672
681
  this.columnTitle = "Customer";
673
682
  /**
674
- * @uiName Name displayed for anonymous users
683
+ * Name displayed for unknown users
684
+ *
685
+ * @uiName Anonymous User Text
675
686
  */
676
687
  this.anonymousUser = "Anonymous User";
677
688
  /**
678
- * @uiName Name displayed for deleted users
689
+ * Name displayed for deleted users
690
+ *
691
+ * @uiName Deleted User Text
679
692
  */
680
693
  this.deletedUser = "Deleted User";
681
694
  h(this);
@@ -651,7 +651,7 @@ const RewardsTableColumn = class {
651
651
  constructor(hostRef) {
652
652
  registerInstance(this, hostRef);
653
653
  /**
654
- * @uiName Reward column title
654
+ * @uiName Reward Column Title
655
655
  */
656
656
  this.columnTitle = "Reward";
657
657
  /**
@@ -754,15 +754,19 @@ const RewardTableUserColumn = class {
754
754
  */
755
755
  this.columnTitle = "Source";
756
756
  /**
757
- * @uiName Name displayed for anonymous users
757
+ * Name displayed for unknown users
758
+ *
759
+ * @uiName Anonymous User Text
758
760
  */
759
761
  this.anonymousUser = "Anonymous User";
760
762
  /**
761
- * @uiName Name displayed for deleted users
763
+ * Name displayed for deleted users
764
+ *
765
+ * @uiName Deleted User Text
762
766
  */
763
767
  this.deletedUser = "Deleted User";
764
768
  /**
765
- * @uiName Reward Exchange label
769
+ * @uiName Reward Exchange Label
766
770
  */
767
771
  this.rewardExchangeText = "Reward Exchange";
768
772
  /**
@@ -1848,78 +1848,6 @@ const users = [
1848
1848
  rowNumber: 10,
1849
1849
  },
1850
1850
  ];
1851
- const pointsUsers = [
1852
- {
1853
- firstName: "",
1854
- lastInitial: "",
1855
- textValue: "82 Points",
1856
- rank: 1,
1857
- rowNumber: 1,
1858
- },
1859
- {
1860
- firstName: "MF",
1861
- lastInitial: "D",
1862
- textValue: "73 Points",
1863
- rank: 2,
1864
- rowNumber: 2,
1865
- },
1866
- {
1867
- firstName: "Freddie",
1868
- lastInitial: "G",
1869
- textValue: "64 Points",
1870
- rank: 3,
1871
- rowNumber: 3,
1872
- },
1873
- {
1874
- firstName: "Benny",
1875
- lastInitial: "B",
1876
- textValue: "55 Points",
1877
- rank: 4,
1878
- rowNumber: 4,
1879
- },
1880
- {
1881
- firstName: "Mos",
1882
- lastInitial: "D",
1883
- textValue: "46 Points",
1884
- rank: 5,
1885
- rowNumber: 5,
1886
- },
1887
- {
1888
- firstName: "Joe",
1889
- lastInitial: "S",
1890
- textValue: "42 Points",
1891
- rank: 6,
1892
- rowNumber: 6,
1893
- },
1894
- {
1895
- firstName: "Zach",
1896
- lastInitial: "H",
1897
- textValue: "41 Points",
1898
- rank: 7,
1899
- rowNumber: 7,
1900
- },
1901
- {
1902
- firstName: "Sarah",
1903
- lastInitial: "S",
1904
- textValue: "39 Points",
1905
- rank: 8,
1906
- rowNumber: 8,
1907
- },
1908
- {
1909
- firstName: "James",
1910
- lastInitial: "",
1911
- textValue: "33 Points",
1912
- rank: 9,
1913
- rowNumber: 9,
1914
- },
1915
- {
1916
- firstName: "",
1917
- lastInitial: "J",
1918
- textValue: "29 Points",
1919
- rank: 10,
1920
- rowNumber: 10,
1921
- },
1922
- ];
1923
1851
  const defaultStyles$1 = {
1924
1852
  usersheading: "User",
1925
1853
  statsheading: "Referrals",
@@ -2126,12 +2054,12 @@ const PointsLeaderboard = () => {
2126
2054
  },
2127
2055
  data: {
2128
2056
  rankType: "rowNumber",
2129
- leaderboard: pointsUsers,
2057
+ leaderboard: users,
2130
2058
  rowNumber: 10,
2131
2059
  viewerRank: {
2132
2060
  firstName: "Viktor",
2133
2061
  lastInitial: "V",
2134
- textValue: "82 Points",
2062
+ textValue: "82",
2135
2063
  rank: 1,
2136
2064
  rowNumber: 1,
2137
2065
  },
@@ -9573,17 +9501,17 @@ var marked = createCommonjsModule(function (module, exports) {
9573
9501
  })));
9574
9502
  });
9575
9503
 
9576
- const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; forgotPasswordPath: string; registerPath: string; }; content?: { forgotPasswordButton?: any; secondaryButton?: any; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `forgotPasswordLabel` | `forgot-password-label` | | `string` | `\"Forgot Password?\"` |\n| `forgotPasswordPath` | `forgot-password-path` | | `string` | `\"/forgotPassword\"` |\n| `nextPage` | `next-page` | | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Sign in to your account\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `registerLabel` | `register-label` | | `string` | `\"Register\"` |\n| `registerPath` | `register-path` | | `string` | `\"/register\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Sign In\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-login --> sqm-form-message\n sqm-stencilbook --> sqm-portal-login\n style sqm-portal-login fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9504
+ const LoginReadme = "# sqm-portal-login\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------- | ----------------------- | ----------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; forgotPasswordPath: string; registerPath: string; }; content?: { forgotPasswordButton?: any; secondaryButton?: any; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | Label for email field | `string` | `\"Email\"` |\n| `forgotPasswordLabel` | `forgot-password-label` | Label for forgotten password button | `string` | `\"Forgot Password?\"` |\n| `forgotPasswordPath` | `forgot-password-path` | Forgot password redirect path | `string` | `\"/forgotPassword\"` |\n| `nextPage` | `next-page` | Page navigated to after sign-in | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Sign in to your account\"` |\n| `passwordLabel` | `password-label` | Label for password field | `string` | `\"Password\"` |\n| `registerLabel` | `register-label` | Label for register button | `string` | `\"Register\"` |\n| `registerPath` | `register-path` | Register redirect path | `string` | `\"/register\"` |\n| `submitLabel` | `submit-label` | Label for submit button | `string` | `\"Sign In\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-login --> sqm-form-message\n sqm-stencilbook --> sqm-portal-login\n style sqm-portal-login fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9577
9505
 
9578
- const ReferralIframeReadme = "# sqm-referral-iframe\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------- | --------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------- |\n| `demoData` | -- | | `{ states?: { content: { iframeSrc: string; iframeHeight: string; iframeWidth: string; }; }; data?: { shareCode: string; }; }` | `undefined` |\n| `iframeHeight` | `iframe-height` | | `string` | `\"100%\"` |\n| `iframeSrc` | `iframe-src` | | `string` | `undefined` |\n| `iframeWidth` | `iframe-width` | | `string` | `\"100%\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-stencilbook --> sqm-referral-iframe\n style sqm-referral-iframe fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9506
+ const ReferralIframeReadme = "# sqm-referral-iframe\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------- | --------------- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ----------- |\n| `demoData` | -- | | `{ states?: { content: { iframeSrc: string; iframeHeight: string; iframeWidth: string; }; }; data?: { shareCode: string; }; }` | `undefined` |\n| `iframeHeight` | `iframe-height` | Height of the iframe container | `string` | `\"100%\"` |\n| `iframeSrc` | `iframe-src` | URL of iframe to display | `string` | `undefined` |\n| `iframeWidth` | `iframe-width` | Width of the iframe container | `string` | `\"100%\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-stencilbook --> sqm-referral-iframe\n style sqm-referral-iframe fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9579
9507
 
9580
9508
  const ForgotPasswordReadme = "# sqm-portal-forgot-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------- | --------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; loginPath: string; }; content?: { secondaryButton: any; messageSlot: any; emailLabel?: string; submitLabel?: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `loginPath` | `login-path` | | `string` | `\"/login\"` |\n| `redirectPath` | `redirect-path` | The page that users are redirected to from the password reset email. | `string` | `\"/resetPassword\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Request Password Reset\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-forgot-password --> sqm-form-message\n style sqm-portal-forgot-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9581
9509
 
9582
- const RegisterReadme = "# sqm-portal-register\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------------------- | ---------------------------- | ------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\n| `confirmPasswordLabel` | `confirm-password-label` | | `string` | `\"Confirm Password\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; confirmPassword: boolean; hideInputs: boolean; validationState?: FormState; enablePasswordValidation?: boolean; loginPath: string; }; refs?: { formRef: any; }; content?: { formData?: VNode; terms?: VNode; passwordField?: VNode; secondaryButton?: VNode; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; confirmPasswordLabel: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `enablePasswordValidation` | `enable-password-validation` | | `boolean` | `true` |\n| `hideInputs` | `hide-inputs` | | `boolean` | `false` |\n| `loginLabel` | `login-label` | | `string` | `\"Sign in\"` |\n| `loginPath` | `login-path` | | `string` | `\"/login\"` |\n| `nextPage` | `next-page` | | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Register\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `redirectPath` | `redirect-path` | The page that users are redirected to from the verification email. | `string` | `\"/verifyEmail\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Register\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-register --> sqm-form-message\n sqm-portal-register --> sqm-password-field\n sqm-stencilbook --> sqm-portal-register\n style sqm-portal-register fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9510
+ const RegisterReadme = "# sqm-portal-register\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| -------------------------- | ---------------------------- | ------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |\n| `confirmPassword` | `confirm-password` | Show or hide the confirm password input | `boolean` | `false` |\n| `confirmPasswordLabel` | `confirm-password-label` | | `string` | `\"Confirm Password\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; confirmPassword: boolean; hideInputs: boolean; validationState?: FormState; enablePasswordValidation?: boolean; loginPath: string; }; refs?: { formRef: any; }; content?: { formData?: VNode; terms?: VNode; passwordField?: VNode; secondaryButton?: VNode; emailLabel?: string; passwordLabel?: string; submitLabel?: string; pageLabel?: string; confirmPasswordLabel: string; }; }` | `undefined` |\n| `emailLabel` | `email-label` | | `string` | `\"Email\"` |\n| `enablePasswordValidation` | `enable-password-validation` | | `boolean` | `true` |\n| `hideInputs` | `hide-inputs` | Hide default input fields to use custom fields | `boolean` | `false` |\n| `loginLabel` | `login-label` | | `string` | `\"Sign in\"` |\n| `loginPath` | `login-path` | Login button redirection path | `string` | `\"/login\"` |\n| `nextPage` | `next-page` | Page navigated to after registration | `string` | `\"/\"` |\n| `pageLabel` | `page-label` | | `string` | `\"Register\"` |\n| `passwordLabel` | `password-label` | | `string` | `\"Password\"` |\n| `redirectPath` | `redirect-path` | The page that users are redirected to from the verification email. | `string` | `\"/verifyEmail\"` |\n| `submitLabel` | `submit-label` | | `string` | `\"Register\"` |\n\n\n## Dependencies\n\n### Used by\n\n - [sqm-stencilbook](../sqm-stencilbook)\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-register --> sqm-form-message\n sqm-portal-register --> sqm-password-field\n sqm-stencilbook --> sqm-portal-register\n style sqm-portal-register fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9583
9511
 
9584
- const EditProfileReadme = "# sqm-portal-profile\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ------------------------ | --------------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |\n| `countrytext` | `countrytext` | | `string` | `\"Country\"` |\n| `demoData` | -- | | `{ states?: { success: boolean; loading: boolean; submitDisabled: boolean; showCountry: boolean; formState: { country: string; firstName: string; lastName: string; errors: any; error: string; }; user: { id: string; accountId: string; firstName: string; lastName: string; email: string; countryCode: string; }; text: { firstnametext: string; lastnametext: string; emailtext: string; countrytext: string; editProfileHeader: string; editProfileSubHeader: string; submitChangeButtonText: string; }; }; }` | `undefined` |\n| `editProfileHeader` | `edit-profile-header` | | `string` | `\"Edit your profile\"` |\n| `editProfileSubHeader` | `edit-profile-sub-header` | | `string` | `\"Personal Information\"` |\n| `emailtext` | `emailtext` | | `string` | `\"Email\"` |\n| `firstnametext` | `firstnametext` | | `string` | `\"First Name\"` |\n| `lastnametext` | `lastnametext` | | `string` | `\"Last Name\"` |\n| `showCountry` | `show-country` | | `boolean` | `true` |\n| `submitChangeButtonText` | `submit-change-button-text` | | `string` | `\"Submit Changes\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-profile --> sqm-form-message\n style sqm-portal-profile fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9512
+ const EditProfileReadme = "# sqm-portal-profile\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ------------------------ | --------------------------- | ------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |\n| `countrytext` | `countrytext` | Country input field label | `string` | `\"Country\"` |\n| `demoData` | -- | | `{ states?: { success: boolean; loading: boolean; submitDisabled: boolean; showCountry: boolean; formState: { country: string; firstName: string; lastName: string; errors: any; error: string; }; user: { id: string; accountId: string; firstName: string; lastName: string; email: string; countryCode: string; }; text: { firstnametext: string; lastnametext: string; emailtext: string; countrytext: string; editProfileHeader: string; editProfileSubHeader: string; submitChangeButtonText: string; }; }; }` | `undefined` |\n| `editProfileHeader` | `edit-profile-header` | | `string` | `\"Edit your profile\"` |\n| `editProfileSubHeader` | `edit-profile-sub-header` | | `string` | `\"Personal Information\"` |\n| `emailtext` | `emailtext` | Email input field label | `string` | `\"Email\"` |\n| `firstnametext` | `firstnametext` | First name input field label | `string` | `\"First Name\"` |\n| `lastnametext` | `lastnametext` | Last name input field label | `string` | `\"Last Name\"` |\n| `showCountry` | `show-country` | Show or hide the country field | `boolean` | `true` |\n| `submitChangeButtonText` | `submit-change-button-text` | | `string` | `\"Submit Changes\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-profile --> sqm-form-message\n style sqm-portal-profile fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9585
9513
 
9586
- const ResetPasswordReadme = "# sqm-portal-reset-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------------- | ------------------------------ | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |\n| `confirmPassword` | `confirm-password` | | `boolean` | `false` |\n| `confirmPasswordFieldLabel` | `confirm-password-field-label` | | `string` | `\"Confirm Password\"` |\n| `continueButtonText` | `continue-button-text` | Displayed after a successful password reset | `string` | `\"Continue\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; reset: boolean; confirmPassword: boolean; oobCodeValidating: boolean; oobCodeValid: boolean; passwordDemoData?: PasswordFieldViewDemoProps; content: { passwordResetHeader: string; resetPasswordHeader: string; continueButtonText: string; resetPasswordButtonText: string; confirmPasswordFieldLabel: string; passwordFieldLabel: string; }; }; }` | `undefined` |\n| `failedPage` | `failed-page` | The page that users are redirected to if the reset fails due to outdated password reset attempt. | `string` | `\"/\"` |\n| `nextPage` | `next-page` | The page that users are redirected to when the password reset succeeds. | `string` | `\"/\"` |\n| `passwordFieldLabel` | `password-field-label` | | `string` | `\"New Password\"` |\n| `passwordResetHeader` | `password-reset-header` | Displayed after a successful password reset | `string` | `\"Password reset\"` |\n| `resetPasswordButtonText` | `reset-password-button-text` | | `string` | `\"Reset Password\"` |\n| `resetPasswordHeader` | `reset-password-header` | | `string` | `\"Reset your password\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-reset-password --> sqm-form-message\n sqm-portal-reset-password --> sqm-password-field\n style sqm-portal-reset-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9514
+ const ResetPasswordReadme = "# sqm-portal-reset-password\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| --------------------------- | ------------------------------ | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |\n| `confirmPassword` | `confirm-password` | Show or hide confirm password field | `boolean` | `false` |\n| `confirmPasswordFieldLabel` | `confirm-password-field-label` | | `string` | `\"Confirm Password\"` |\n| `continueButtonText` | `continue-button-text` | Button text displayed after a successful password reset | `string` | `\"Continue\"` |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; reset: boolean; confirmPassword: boolean; oobCodeValidating: boolean; oobCodeValid: boolean; passwordDemoData?: PasswordFieldViewDemoProps; content: { passwordResetHeader: string; resetPasswordHeader: string; continueButtonText: string; resetPasswordButtonText: string; confirmPasswordFieldLabel: string; passwordFieldLabel: string; }; }; }` | `undefined` |\n| `failedPage` | `failed-page` | The page that users are redirected to if the reset fails due to outdated password reset attempt. | `string` | `\"/\"` |\n| `nextPage` | `next-page` | The page that users are redirected to when the password reset succeeds. | `string` | `\"/\"` |\n| `passwordFieldLabel` | `password-field-label` | | `string` | `\"New Password\"` |\n| `passwordResetHeader` | `password-reset-header` | Displayed after a successful password reset | `string` | `\"Password reset\"` |\n| `resetPasswordButtonText` | `reset-password-button-text` | | `string` | `\"Reset Password\"` |\n| `resetPasswordHeader` | `reset-password-header` | | `string` | `\"Reset your password\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n- [sqm-password-field](../sqm-password-field)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-reset-password --> sqm-form-message\n sqm-portal-reset-password --> sqm-password-field\n style sqm-portal-reset-password fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9587
9515
 
9588
9516
  const EmailVerificationReadme = "# sqm-portal-email-verification\n\n\n\n<!-- Auto Generated Below -->\n\n\n## Properties\n\n| Property | Attribute | Description | Type | Default |\n| ------------------------- | --------------------------- | ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |\n| `demoData` | -- | | `{ states?: { error: string; loading: boolean; success: boolean; }; content?: { email: string; verifyMessage: string; emailVerificationHeader: string; resendEmailButtonText: string; }; }` | `undefined` |\n| `emailVerificationHeader` | `email-verification-header` | | `string` | `\"Verify your email\"` |\n| `redirectPath` | `redirect-path` | The page that users are redirected to from the verification email. | `string` | `\"/verifyEmail\"` |\n| `resendEmailButtonText` | `resend-email-button-text` | | `string` | `\"Re-send Email\"` |\n| `verifyMessage` | `verify-message` | | `string` | `\"A verification email was sent to {email}. Please verify your email to continue to the portal.\"` |\n\n\n## Dependencies\n\n### Depends on\n\n- [sqm-form-message](../sqm-form-message)\n\n### Graph\n```mermaid\ngraph TD;\n sqm-portal-email-verification --> sqm-form-message\n style sqm-portal-email-verification fill:#f9f,stroke:#333,stroke-width:4px\n```\n\n----------------------------------------------\n\n*Built with [StencilJS](https://stenciljs.com/)*\n";
9589
9517