@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
@@ -21,7 +21,9 @@ const BigStat = class {
21
21
  constructor(hostRef) {
22
22
  registerInstance(this, hostRef);
23
23
  /**
24
- * @uiName Flex Reverse - controls the order of the stat value & description column
24
+ * Controls the order of the stat value & description column
25
+ *
26
+ * @uiName Flex Reverse
25
27
  */
26
28
  this.flexReverse = false;
27
29
  this.ignored = true;
@@ -197,20 +199,21 @@ const CheckboxField = class {
197
199
  registerInstance(this, hostRef);
198
200
  this.ignored = true;
199
201
  /**
200
- * @uiName Checkbox label
202
+ * @uiName Checkbox Label
201
203
  */
202
204
  this.checkboxLabel = "By signing up you agree to the {labelLink}";
203
205
  /**
204
- * @uiName Checkbox label link
205
206
  * Used with link text if the checkbox label contains {labelLink}
207
+ *
208
+ * @uiName Checkbox Label Link
206
209
  */
207
210
  this.checkboxLabelLink = "https://example.com";
208
211
  /**
209
- * @uiName Checkbox label link text
212
+ * @uiName Checkbox Label Link Text
210
213
  */
211
214
  this.checkboxLabelLinkText = "Terms and Conditions";
212
215
  /**
213
- * @uiName Unchecked error message
216
+ * @uiName Unchecked Error Message
214
217
  */
215
218
  this.errorMessage = "Must be checked";
216
219
  /**
@@ -306,8 +309,8 @@ const DividedLayout = class {
306
309
  constructor(hostRef) {
307
310
  registerInstance(this, hostRef);
308
311
  /**
309
- * Uses CSS border style syntax
310
- * @uiName Border style
312
+ * Uses Shorthand CSS border syntax
313
+ * @uiName Border Style
311
314
  */
312
315
  this.dividerStyle = "1px solid #EAEAEA";
313
316
  h(this);
@@ -332,11 +335,11 @@ const DropdownField = class {
332
335
  registerInstance(this, hostRef);
333
336
  this.ignored = true;
334
337
  /**
335
- * @uiName Dropdown label
338
+ * @uiName Dropdown Label
336
339
  */
337
340
  this.dropdownLabel = "Select an option";
338
341
  /**
339
- * @uiName Unselected error message
342
+ * @uiName Unselected Error Message
340
343
  */
341
344
  this.errorMessage = "Select an option";
342
345
  /**
@@ -769,7 +772,9 @@ const HeroImage = class {
769
772
  */
770
773
  this.imageMobilePos = "top";
771
774
  /**
772
- * @uiName CTA Button Link Open in New Tab
775
+ * CTA Button Opens Link in New Tab
776
+ *
777
+ * @uiName Button New Tab
773
778
  */
774
779
  this.buttonNewTab = false;
775
780
  /**
@@ -984,9 +989,8 @@ const Leaderboard = class {
984
989
  */
985
990
  this.hideViewer = false;
986
991
  /**
987
- * Text displayed for users without names in the leaderboard
988
- *
989
- * @uiName Anonymous User Name
992
+ * Title displayed for users without names
993
+ * @uiName Unknown User Text
990
994
  */
991
995
  this.anonymousUser = "Anonymous User";
992
996
  /**
@@ -1116,11 +1120,11 @@ const NameFields = class {
1116
1120
  registerInstance(this, hostRef);
1117
1121
  this.ignored = true;
1118
1122
  /**
1119
- * @uiName First name field label
1123
+ * @uiName First Name label
1120
1124
  */
1121
1125
  this.firstNameLabel = "First Name";
1122
1126
  /**
1123
- * @uiName Last name field label
1127
+ * @uiName Last Name label
1124
1128
  */
1125
1129
  this.lastNameLabel = "Last Name";
1126
1130
  h(this);
@@ -1279,35 +1283,47 @@ const PortalChangePassword = class {
1279
1283
  registerInstance(this, hostRef);
1280
1284
  this.ignored = true;
1281
1285
  /**
1282
- * @uiName Change password modal header
1286
+ * @uiName Change Password Modal Header
1283
1287
  */
1284
1288
  this.modalChangePasswordHeader = "Change Password";
1285
1289
  /**
1286
- * @uiName Modal cancel password change button text
1290
+ * Modal cancel button text
1291
+ *
1292
+ * @uiName Cancel Button Text
1287
1293
  */
1288
1294
  this.cancelText = "Cancel";
1289
1295
  /**
1290
- * @uiName Modal change password button text
1296
+ * Modal change password button text
1297
+ *
1298
+ * @uiName Change Password Button Text
1291
1299
  */
1292
1300
  this.changePasswordButtonText = "Change Password";
1293
1301
  /**
1294
- * @uiName Password input field label
1302
+ * Password input field label
1303
+ *
1304
+ * @uiName Password Label
1295
1305
  */
1296
1306
  this.passwordFieldLabel = "New Password";
1297
1307
  /**
1298
- * @uiName Password confirmation input field label
1308
+ * Password confirmation input field label
1309
+ *
1310
+ * @uiName Confirm Password Label
1299
1311
  */
1300
1312
  this.confirmPasswordFieldLabel = "Confirm New Password";
1301
1313
  /**
1302
- * @uiName Successful password change message
1314
+ * Successful password change message
1315
+ *
1316
+ * @uiName Successful Message
1303
1317
  */
1304
1318
  this.successMessage = "Your password has been updated.";
1305
1319
  /**
1306
- * @uiName Portal change password section header
1320
+ * Portal change password section header
1321
+ *
1322
+ * @uiName Change Password Header
1307
1323
  */
1308
1324
  this.portalChangePasswordHeader = "Password";
1309
1325
  /**
1310
- * @uiName Portal change password button text
1326
+ * @uiName Change Password Button Text
1311
1327
  */
1312
1328
  this.portalChangePasswordButtonText = "Change your password...";
1313
1329
  h(this);
@@ -1435,39 +1451,55 @@ const PortalLogin = class {
1435
1451
  registerInstance(this, hostRef);
1436
1452
  this.ignored = true;
1437
1453
  /**
1438
- * @uiName Page navigated to after sign-in
1454
+ * Page navigated to after sign-in
1455
+ *
1456
+ * @uiName Next Page Path
1439
1457
  */
1440
1458
  this.nextPage = "/";
1441
1459
  /**
1442
- * @uiName Label for email field
1460
+ * Label for email field
1461
+ *
1462
+ * @uiName Email Label
1443
1463
  */
1444
1464
  this.emailLabel = "Email";
1445
1465
  /**
1446
- * @uiName Label for password field
1466
+ * Label for password field
1467
+ *
1468
+ * @uiName Password Label
1447
1469
  */
1448
1470
  this.passwordLabel = "Password";
1449
1471
  /**
1450
- * @uiName Label for submit button
1472
+ * Label for submit button
1473
+ *
1474
+ * @uiName Submit Button Text
1451
1475
  */
1452
1476
  this.submitLabel = "Sign In";
1453
1477
  /**
1454
- * @uiName Label for forgotten password button
1478
+ * Label for forgotten password button
1479
+ *
1480
+ * @uiName Forgot Password Text
1455
1481
  */
1456
1482
  this.forgotPasswordLabel = "Forgot Password?";
1457
1483
  /**
1458
- * @uiName Label for register navigation button
1484
+ * Label for register button
1485
+ *
1486
+ * @uiName Register Button Text
1459
1487
  */
1460
1488
  this.registerLabel = "Register";
1461
1489
  /**
1462
- * @uiName Heading label
1490
+ * @uiName Heading Label
1463
1491
  */
1464
1492
  this.pageLabel = "Sign in to your account";
1465
1493
  /**
1466
- * @uiName Register button redirection path
1494
+ * Register redirect path
1495
+ *
1496
+ * @uiName Register Path
1467
1497
  */
1468
1498
  this.registerPath = "/register";
1469
1499
  /**
1470
- * @uiName Forgot password button redirect path
1500
+ * Forgot password redirect path
1501
+ *
1502
+ * @uiName Forgot Password Path
1471
1503
  */
1472
1504
  this.forgotPasswordPath = "/forgotPassword";
1473
1505
  h(this);
@@ -5491,53 +5523,61 @@ const PortalRegister = class {
5491
5523
  registerInstance(this, hostRef);
5492
5524
  this.ignored = true;
5493
5525
  /**
5494
- * @uiName Page navigated to after registration
5526
+ * Page navigated to after registration
5527
+ *
5528
+ * @uiName Next Page
5495
5529
  */
5496
5530
  this.nextPage = "/";
5497
5531
  /**
5498
5532
  * The page that users are redirected to from the verification email.
5499
5533
  *
5500
- * @uiName Email redirection base path
5534
+ * @uiName Email Redirection Base Path
5501
5535
  */
5502
5536
  this.redirectPath = "/verifyEmail";
5503
5537
  /**
5504
- * @uiName Label for email field
5538
+ * @uiName Email Label
5505
5539
  */
5506
5540
  this.emailLabel = "Email";
5507
5541
  /**
5508
- * @uiName Label for password field
5542
+ * @uiName Password Label
5509
5543
  */
5510
5544
  this.passwordLabel = "Password";
5511
5545
  /**
5512
- * @uiName Label for submit button
5546
+ * @uiName Submit Button Text
5513
5547
  */
5514
5548
  this.submitLabel = "Register";
5515
5549
  /**
5516
- * @uiName Label for login navigation button
5550
+ * @uiName Login Button Text
5517
5551
  */
5518
5552
  this.loginLabel = "Sign in";
5519
5553
  /**
5520
- * @uiName Label for confirm password field
5554
+ * @uiName Confirm Password Label
5521
5555
  */
5522
5556
  this.confirmPasswordLabel = "Confirm Password";
5523
5557
  /**
5524
- * @uiName Show confirm password field
5558
+ * Show or hide the confirm password input
5559
+ *
5560
+ * @uiName Show Confirm Password Field
5525
5561
  */
5526
5562
  this.confirmPassword = false;
5527
5563
  /**
5528
- * @uiName Use password field with live validation
5564
+ * @uiName Enable Password Validation
5529
5565
  */
5530
5566
  this.enablePasswordValidation = true;
5531
5567
  /**
5532
- * @uiName Hide default input fields to use custom fields
5568
+ * Hide default input fields to use custom fields
5569
+ *
5570
+ * @uiName Hide Default Inputs
5533
5571
  */
5534
5572
  this.hideInputs = false;
5535
5573
  /**
5536
- * @uiName Heading label
5574
+ * @uiName Heading Label
5537
5575
  */
5538
5576
  this.pageLabel = "Register";
5539
5577
  /**
5540
- * @uiName Sign in button redirection path
5578
+ * Login button redirection path
5579
+ *
5580
+ * @uiName Login Path
5541
5581
  */
5542
5582
  this.loginPath = "/login";
5543
5583
  h(this);
@@ -5859,11 +5899,13 @@ const SqmReferralIframe = class {
5859
5899
  registerInstance(this, hostRef);
5860
5900
  this.ignored = true;
5861
5901
  /**
5862
- * @uiName Height of the iframe container
5902
+ * Height of the iframe container
5903
+ * @uiName Iframe Height
5863
5904
  */
5864
5905
  this.iframeHeight = "100%";
5865
5906
  /**
5866
- * @uiName Width of the iframe container
5907
+ * Width of the iframe container
5908
+ * @uiName Iframe Width
5867
5909
  */
5868
5910
  this.iframeWidth = "100%";
5869
5911
  h(this);
@@ -6706,7 +6748,9 @@ const SqmRewardExchangeList = class {
6706
6748
  registerInstance(this, hostRef);
6707
6749
  this.ignored = true;
6708
6750
  /**
6709
- * @uiName Exchange button text
6751
+ * Error message shown when reward is not available
6752
+ *
6753
+ * @uiName Not Available Error
6710
6754
  */
6711
6755
  this.notAvailableError = "{unavailableReasonCode, select, US_TAX {US Tax limit} INSUFFICIENT_REDEEMABLE_CREDIT {{sourceValue} required} AVAILABILITY_PREDICATE {Not available} other {{unavailableReasonCode}} }";
6712
6756
  /**
@@ -6738,7 +6782,7 @@ const SqmRewardExchangeList = class {
6738
6782
  */
6739
6783
  this.continueText = "Continue";
6740
6784
  /**
6741
- * Displayed on the reward selection page.
6785
+ * Displayed on the reward selection page.
6742
6786
  * @uiName Continue to Confirmation Button Text
6743
6787
  */
6744
6788
  this.continueToConfirmationText = "Continue to confirmation";
@@ -6747,17 +6791,20 @@ const SqmRewardExchangeList = class {
6747
6791
  */
6748
6792
  this.redeemText = "Redeem";
6749
6793
  /**
6750
- * Displayed as the header for the confirmation page.
6794
+ * Displayed as the header for the confirmation page.
6795
+ *
6751
6796
  * @uiName Confirmation Title Text
6752
6797
  */
6753
6798
  this.redeemTitle = "Confirm and redeem";
6754
6799
  /**
6755
- * Displayed on the success screen when a user successfully exchanges for a reward.
6800
+ * Displayed on the success screen when a user successfully exchanges for a reward.
6801
+ *
6756
6802
  * @uiName Redemption Success Message
6757
6803
  */
6758
6804
  this.redemptionSuccessText = "Redeemed {sourceValue} for {destinationValue}";
6759
6805
  /**
6760
- * Displayed on the reward exchange cards.
6806
+ * Displayed on the reward exchange cards.
6807
+ *
6761
6808
  * @uiName Reward Exchange Amount Text
6762
6809
  */
6763
6810
  this.sourceAmountMessage = "{ruleType, select, FIXED_GLOBAL_REWARD {{sourceValue}} other {{sourceMinValue} to {sourceMaxValue}}}";
@@ -6776,17 +6823,19 @@ const SqmRewardExchangeList = class {
6776
6823
  */
6777
6824
  this.selectText = "Select amount to receive";
6778
6825
  /**
6779
- * Shown if an error occurs when loading the reward exchange.
6826
+ * Shown if an error occurs when loading the reward exchange.
6827
+ *
6780
6828
  * @uiName Reward List Error Message
6781
6829
  */
6782
6830
  this.queryError = "Unable to load reward exchange list. Please try again";
6783
6831
  /**
6784
- * Shown if an error occurs during the reward exchange.
6832
+ * Shown if an error occurs during the reward exchange.
6833
+ *
6785
6834
  * @uiName Redemption Error Message
6786
6835
  */
6787
6836
  this.redemptionError = "An error occured trying to redeem this reward. Please try again";
6788
6837
  /**
6789
- * @uiName Not Enough Available Error Message
6838
+ * @uiName Not Enough Error Message
6790
6839
  */
6791
6840
  this.notEnoughError = "Not enough {sourceUnit} to redeem for this reward";
6792
6841
  /**
@@ -6800,7 +6849,7 @@ const SqmRewardExchangeList = class {
6800
6849
  /**
6801
6850
  * Set the number of placeholder cards to be shown in loading state.
6802
6851
  *
6803
- * @undocumented Loading Cards
6852
+ * @uiName Loading Cards
6804
6853
  */
6805
6854
  this.skeletonCardNum = 8;
6806
6855
  /**
@@ -7085,11 +7134,11 @@ const ShareButton = class {
7085
7134
  */
7086
7135
  this.iconslot = "prefix";
7087
7136
  /**
7088
- * @uiName Hide the icon
7137
+ * @uiName Hide Icon
7089
7138
  */
7090
7139
  this.hideicon = false;
7091
7140
  /**
7092
- * @uiName Hide the text
7141
+ * @uiName Hide Text
7093
7142
  */
7094
7143
  this.hidetext = false;
7095
7144
  h(this);
@@ -7162,14 +7211,13 @@ function useShareCode(props) {
7162
7211
  return { ...props, onClick, open, shareString };
7163
7212
  }
7164
7213
 
7165
- const DEFAULT_TOOLTIP_LIFESPAN = 1000;
7166
7214
  const ShareCode = class {
7167
7215
  constructor(hostRef) {
7168
7216
  registerInstance(this, hostRef);
7169
7217
  /**
7170
- * This is shown after someone has successfully copied the cpde to the clipboard.
7218
+ * This is shown after someone has successfully copied the code to the clipboard.
7171
7219
  *
7172
- * @uiName Tooltip text
7220
+ * @uiName Tooltip Text
7173
7221
  */
7174
7222
  this.tooltiptext = "Copied to Clipboard";
7175
7223
  /**
@@ -7177,7 +7225,7 @@ const ShareCode = class {
7177
7225
  *
7178
7226
  * @uiName Tooltip lifespan
7179
7227
  */
7180
- this.tooltiplifespan = DEFAULT_TOOLTIP_LIFESPAN;
7228
+ this.tooltiplifespan = 1000;
7181
7229
  h(this);
7182
7230
  }
7183
7231
  disconnectedCallback() { }
@@ -7206,22 +7254,21 @@ function useDemoShareCode(props) {
7206
7254
  }, props.demoData || {}, { arrayMerge: (_, a) => a });
7207
7255
  }
7208
7256
 
7209
- const DEFAULT_TOOLTIP_LIFESPAN$1 = 1000;
7210
7257
  const ShareLink = class {
7211
7258
  constructor(hostRef) {
7212
7259
  registerInstance(this, hostRef);
7213
7260
  /**
7214
7261
  * This is shown after someone has successfully copied the link to the clipboard.
7215
7262
  *
7216
- * @uiName Tooltip text
7263
+ * @uiName Tooltip Text
7217
7264
  */
7218
7265
  this.tooltiptext = "Copied to Clipboard";
7219
7266
  /**
7220
7267
  * The number of milliseconds that the tooltip will appear for
7221
7268
  *
7222
- * @uiName Tooltip lifespan
7269
+ * @uiName Tooltip Lifespan
7223
7270
  */
7224
- this.tooltiplifespan = DEFAULT_TOOLTIP_LIFESPAN$1;
7271
+ this.tooltiplifespan = 1000;
7225
7272
  h(this);
7226
7273
  }
7227
7274
  disconnectedCallback() { }
@@ -7255,7 +7302,7 @@ const StatContainer = class {
7255
7302
  registerInstance(this, hostRef);
7256
7303
  this.ignored = true;
7257
7304
  /**
7258
- * @uiName Space between stats
7305
+ * @uiName Space Between Stats
7259
7306
  * @uiType string
7260
7307
  * @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
7261
7308
  * @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
@@ -7344,76 +7391,94 @@ const TaskCard = class {
7344
7391
  this.ignored = true;
7345
7392
  /**
7346
7393
  * @uiName Reward Amount
7394
+ * @uiGroup Reward
7347
7395
  */
7348
7396
  this.rewardAmount = "0";
7349
7397
  /**
7350
7398
  * @uiName Reward Unit
7399
+ * @uiGroup Reward
7351
7400
  */
7352
7401
  this.rewardUnit = "Points";
7353
7402
  /**
7354
7403
  * @uiName Title Text
7404
+ * @uiGroup Task
7355
7405
  */
7356
7406
  this.cardTitle = "Title Text";
7357
7407
  /**
7358
7408
  * @uiName Description Text
7409
+ * @uiGroup Task
7359
7410
  */
7360
7411
  this.description = "";
7361
7412
  /**
7362
7413
  * @uiName Goal Repeatable
7414
+ * @uiGroup Goal
7363
7415
  */
7364
7416
  this.repeatable = false;
7365
7417
  /**
7366
7418
  * The number of times a reward can be earned. Use zero for no limit (the default).
7367
7419
  *
7368
7420
  * @uiName Repeat Amount
7421
+ * @uiGroup Reward
7369
7422
  */
7370
7423
  this.finite = 0;
7371
7424
  /**
7372
7425
  * @uiName Show Progress Bar
7426
+ * @uiGroup Goal
7373
7427
  */
7374
7428
  this.showProgressBar = false;
7375
7429
  /**
7376
7430
  * Sets the goal for users progress to know when a task has been completed. If repeatable is checked, repeatable goals is an increment of this.
7377
7431
  *
7378
7432
  * @uiName Goal Completion Number
7433
+ * @uiGroup Goal
7379
7434
  */
7380
7435
  this.goal = 1;
7381
7436
  /**
7382
7437
  * @uiName Progress Bar Steps
7438
+ * @uiGroup Goal
7383
7439
  */
7384
7440
  this.steps = false;
7385
7441
  /**
7386
7442
  * @uiName Progress Bar Unit
7443
+ * @uiGroup Goal
7387
7444
  */
7388
7445
  this.progressBarUnit = "";
7389
7446
  /**
7390
7447
  * @uiName Expiry Date Message
7448
+ * @uiGroup Task
7391
7449
  */
7392
7450
  this.expiryMessage = "Ends {endDate}";
7393
7451
  /**
7394
7452
  * Shown to users before the start of the task duration.
7395
7453
  *
7396
7454
  * @uiName Start Date Message
7455
+ * @uiGroup Task
7397
7456
  */
7398
7457
  this.startsOnMessage = "Starts {startDate}";
7399
7458
  /**
7400
7459
  * Shown to users after the end of the task duration.
7401
7460
  *
7402
7461
  * @uiName Ended Date Message
7462
+ * @uiGroup Task
7403
7463
  */
7404
7464
  this.endedMessage = "Ended {endDate}";
7405
7465
  /**
7406
7466
  * Displays the amount of times that a user has completed a repeatable task.
7407
7467
  *
7408
7468
  * @uiName Completed Count Text
7469
+ * @uiGroup Task
7409
7470
  */
7410
7471
  this.completedText = "Completed {finite, select, 0 {{count, plural, =1 {{count} time} other {{count} times}}} other {{count}/{finite} times}}";
7411
7472
  /**
7412
7473
  * @uiName CTA Button Text
7474
+ * @uiGroup CTA Button
7413
7475
  */
7414
7476
  this.buttonText = "Complete Action";
7415
7477
  /**
7416
- * @uiName CTA Button Link Open in New Tab
7478
+ * CTA Button Link Opens in New Tab
7479
+ * @uiName Open In New Tab
7480
+ * @uiGroup CTA Button
7481
+ * @default undefined
7417
7482
  */
7418
7483
  this.openNewTab = false;
7419
7484
  h(this);
@@ -7616,11 +7681,12 @@ const UserName = class {
7616
7681
  registerInstance(this, hostRef);
7617
7682
  this._ignored = true;
7618
7683
  /**
7619
- * @uiName Fallback name for nameless users
7684
+ * Fallback name for unknown users
7685
+ * @uiName Fallback Name
7620
7686
  */
7621
7687
  this.fallback = "Anonymous User";
7622
7688
  /**
7623
- * @uiName Loading text
7689
+ * @uiName Loading Text
7624
7690
  */
7625
7691
  this.loadingText = "...";
7626
7692
  h(this);
@@ -180,14 +180,14 @@ const TitledSection = class {
180
180
  */
181
181
  this.textAlign = "left";
182
182
  /**
183
- * @uiName Label margin style
183
+ * @uiName Label Margin Style
184
184
  * @uiType string
185
185
  * @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
186
186
  * @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
187
187
  */
188
188
  this.labelMargin = "small";
189
189
  /**
190
- * @uiName Section padding
190
+ * @uiName Section Padding
191
191
  * @uiType string
192
192
  * @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
193
193
  * @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
@@ -9,17 +9,25 @@ import { H as HeroView } from './sqm-hero-view-71d1202f.js';
9
9
  const Hero = class {
10
10
  constructor(hostRef) {
11
11
  registerInstance(this, hostRef);
12
- /** @uiName Number of columns in the layout */
12
+ /**
13
+ * Number of columns in the layout
14
+ *
15
+ * @uiName Columns
16
+ */
13
17
  this.columns = 1;
14
18
  /**
15
- * Can either be an image url, colour or Shoelace variable.
16
- *
17
- * @uiName Background
18
- */
19
+ * Can be an image url, colour or Shoelace variable.
20
+ *
21
+ * @uiName Background
22
+ */
19
23
  this.background = "var(--sl-color-gray-50)";
20
- /** @uiName Padding size */
24
+ /** @uiName Padding Size */
21
25
  this.paddingSize = "large";
22
- /** @uiName Wrap direction */
26
+ /**
27
+ * Flexbox wrap direction, accepts wrap or wrap-reverse
28
+ *
29
+ * @uiName Wrap Direction
30
+ */
23
31
  this.wrapDirection = "wrap";
24
32
  h(this);
25
33
  }
@@ -529,11 +529,14 @@ const PortalPasswordField = class {
529
529
  registerInstance(this, hostRef);
530
530
  this.ignored = true;
531
531
  /**
532
- * @uiName Label for password field
532
+ * Label for password field
533
+ *
534
+ * @uiName Password Label
533
535
  */
534
536
  this.fieldLabel = "Password";
535
537
  /**
536
- * @uiName Enable live password validation
538
+ * Enable live password validation
539
+ * @uiName Enable Validation
537
540
  */
538
541
  this.enableValidation = true;
539
542
  h$1(this);
@@ -64,19 +64,19 @@ const PortalEmailVerification = class {
64
64
  /**
65
65
  * The page that users are redirected to from the verification email.
66
66
  *
67
- * @uiName Email redirection base path
67
+ * @uiName Email Redirection Base Path
68
68
  */
69
69
  this.redirectPath = "/verifyEmail";
70
70
  /**
71
- * @uiName Email verification header text
71
+ * @uiName Email Verification Header Text
72
72
  */
73
73
  this.emailVerificationHeader = "Verify your email";
74
74
  /**
75
- * @uiName Re-send email button text
75
+ * @uiName Re-send Email Button Text
76
76
  */
77
77
  this.resendEmailButtonText = "Re-send Email";
78
78
  /**
79
- * @uiName Email verification body text
79
+ * @uiName Email Verification Body Text
80
80
  */
81
81
  this.verifyMessage = "A verification email was sent to {email}. Please verify your email to continue to the portal.";
82
82
  h(this);
@@ -59,19 +59,19 @@ const PortalForgotPassword = class {
59
59
  /**
60
60
  * The page that users are redirected to from the password reset email.
61
61
  *
62
- * @uiName Email redirection base path
62
+ * @uiName Email Redirection Base Path
63
63
  */
64
64
  this.redirectPath = "/resetPassword";
65
65
  /**
66
- * @uiName Email label
66
+ * @uiName Email Label
67
67
  */
68
68
  this.emailLabel = "Email";
69
69
  /**
70
- * @uiName Password reset button text
70
+ * @uiName Password Reset Button Text
71
71
  */
72
72
  this.submitLabel = "Request Password Reset";
73
73
  /**
74
- * @uiName Routing path to login page
74
+ * @uiName Login Page Routing Path
75
75
  */
76
76
  this.loginPath = "/login";
77
77
  h(this);