@saasquatch/mint-components 1.5.5 → 1.5.6-2

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 (162) 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 +13 -8
  17. package/dist/collection/components/sqm-brand/sqm-brand.js +1 -1
  18. package/dist/collection/components/sqm-card-feed/sqm-card-feed.js +1 -0
  19. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field.js +11 -10
  20. package/dist/collection/components/sqm-divided-layout/sqm-divided-layout.js +4 -4
  21. package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field.js +5 -5
  22. package/dist/collection/components/sqm-edit-profile/sqm-edit-profile.js +9 -9
  23. package/dist/collection/components/sqm-empty/sqm-empty.js +1 -0
  24. package/dist/collection/components/sqm-form-message/sqm-form-message.js +3 -3
  25. package/dist/collection/components/sqm-hero/sqm-hero.js +23 -15
  26. package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +7 -3
  27. package/dist/collection/components/sqm-hook-story-container/sqm-hook-story-container.js +3 -0
  28. package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +2 -74
  29. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +10 -8
  30. package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.js +4 -4
  31. package/dist/collection/components/sqm-name-fields/sqm-name-fields.js +4 -4
  32. package/dist/collection/components/sqm-navigation-menu/sqm-navigation-menu.js +3 -3
  33. package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar.js +1 -1
  34. package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +1 -1
  35. package/dist/collection/components/sqm-password-field/sqm-password-field.js +9 -6
  36. package/dist/collection/components/sqm-popup-container/sqm-popup-container.js +11 -11
  37. package/dist/collection/components/sqm-portal-change-password/sqm-portal-change-password.js +34 -22
  38. package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +5 -4
  39. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification.js +8 -8
  40. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password.js +8 -8
  41. package/dist/collection/components/sqm-portal-login/sqm-portal-login.js +42 -26
  42. package/dist/collection/components/sqm-portal-logout/sqm-portal-logout.js +2 -2
  43. package/dist/collection/components/sqm-portal-profile/sqm-portal-profile.js +31 -21
  44. package/dist/collection/components/sqm-portal-protected-route/sqm-portal-protected-route.js +2 -2
  45. package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +36 -28
  46. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password.js +23 -21
  47. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email.js +4 -4
  48. package/dist/collection/components/sqm-program-explainer/sqm-program-explainer.js +1 -0
  49. package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +2 -0
  50. package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +2 -0
  51. package/dist/collection/components/sqm-referral-iframe/sqm-referral-iframe.js +11 -9
  52. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-column.js +1 -0
  53. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +1 -0
  54. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.js +1 -0
  55. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-status-column.js +1 -0
  56. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-user-column.js +11 -6
  57. package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +23 -14
  58. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +21 -13
  59. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +1 -0
  60. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.js +1 -0
  61. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +3 -2
  62. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +13 -8
  63. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.js +1 -0
  64. package/dist/collection/components/sqm-route/sqm-route.js +1 -1
  65. package/dist/collection/components/sqm-share-button/sqm-share-button.js +25 -15
  66. package/dist/collection/components/sqm-share-code/sqm-share-code.js +7 -7
  67. package/dist/collection/components/sqm-share-link/sqm-share-link.js +7 -7
  68. package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +3 -2
  69. package/dist/collection/components/sqm-tab/sqm-tab.js +1 -0
  70. package/dist/collection/components/sqm-task-card/sqm-task-card.js +95 -8
  71. package/dist/collection/components/sqm-text-span/sqm-text-span.js +1 -1
  72. package/dist/collection/components/sqm-timeline/sqm-timeline-entry.js +2 -0
  73. package/dist/collection/components/sqm-timeline/sqm-timeline.js +4 -2
  74. package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +4 -4
  75. package/dist/collection/components/sqm-user-name/sqm-user-name.js +6 -5
  76. package/dist/esm/sqm-big-stat_35.entry.js +135 -69
  77. package/dist/esm/sqm-empty_5.entry.js +2 -2
  78. package/dist/esm/sqm-hero.entry.js +15 -7
  79. package/dist/esm/sqm-password-field.entry.js +5 -2
  80. package/dist/esm/sqm-portal-email-verification.entry.js +4 -4
  81. package/dist/esm/sqm-portal-forgot-password.entry.js +4 -4
  82. package/dist/esm/sqm-portal-logout.entry.js +1 -1
  83. package/dist/esm/sqm-portal-profile.entry.js +18 -8
  84. package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
  85. package/dist/esm/sqm-portal-reset-password.entry.js +12 -10
  86. package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
  87. package/dist/esm/sqm-referral-table_11.entry.js +21 -8
  88. package/dist/esm/sqm-rewards-table_9.entry.js +8 -4
  89. package/dist/esm/sqm-stencilbook.entry.js +7 -79
  90. package/dist/esm-es5/sqm-big-stat_35.entry.js +1 -1
  91. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  92. package/dist/mint-components/mint-components.esm.js +1 -1
  93. package/dist/mint-components/{p-951e7817.system.entry.js → p-25ac7c14.system.entry.js} +1 -1
  94. package/dist/mint-components/p-5bef951d.system.entry.js +1 -0
  95. package/dist/mint-components/p-94096609.system.js +1 -1
  96. package/dist/mint-components/{p-87ffb558.entry.js → p-c7b0f076.entry.js} +2 -2
  97. package/dist/types/components/sqm-asset-card/sqm-asset-card.d.ts +2 -2
  98. package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +12 -5
  99. package/dist/types/components/sqm-brand/sqm-brand.d.ts +1 -1
  100. package/dist/types/components/sqm-card-feed/sqm-card-feed.d.ts +1 -0
  101. package/dist/types/components/sqm-checkbox-field/sqm-checkbox-field.d.ts +6 -5
  102. package/dist/types/components/sqm-divided-layout/sqm-divided-layout.d.ts +2 -2
  103. package/dist/types/components/sqm-dropdown-field/sqm-dropdown-field.d.ts +3 -3
  104. package/dist/types/components/sqm-edit-profile/sqm-edit-profile.d.ts +10 -7
  105. package/dist/types/components/sqm-empty/sqm-empty.d.ts +1 -0
  106. package/dist/types/components/sqm-form-message/sqm-form-message.d.ts +8 -2
  107. package/dist/types/components/sqm-hero/sqm-hero.d.ts +20 -8
  108. package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +5 -1
  109. package/dist/types/components/sqm-hook-story-container/sqm-hook-story-container.d.ts +3 -0
  110. package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +7 -7
  111. package/dist/types/components/sqm-leaderboard-rank/sqm-leaderboard-rank.d.ts +4 -4
  112. package/dist/types/components/sqm-name-fields/sqm-name-fields.d.ts +2 -2
  113. package/dist/types/components/sqm-navigation-menu/sqm-navigation-menu.d.ts +4 -2
  114. package/dist/types/components/sqm-navigation-sidebar/sqm-navigation-sidebar.d.ts +1 -1
  115. package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +1 -1
  116. package/dist/types/components/sqm-password-field/sqm-password-field.d.ts +5 -2
  117. package/dist/types/components/sqm-popup-container/sqm-popup-container.d.ts +21 -6
  118. package/dist/types/components/sqm-portal-change-password/sqm-portal-change-password.d.ts +20 -8
  119. package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +6 -3
  120. package/dist/types/components/sqm-portal-email-verification/sqm-portal-email-verification.d.ts +4 -4
  121. package/dist/types/components/sqm-portal-forgot-password/sqm-portal-forgot-password.d.ts +4 -4
  122. package/dist/types/components/sqm-portal-login/sqm-portal-login.d.ts +25 -9
  123. package/dist/types/components/sqm-portal-logout/sqm-portal-logout.d.ts +1 -1
  124. package/dist/types/components/sqm-portal-profile/sqm-portal-profile.d.ts +18 -8
  125. package/dist/types/components/sqm-portal-protected-route/sqm-portal-protected-route.d.ts +1 -1
  126. package/dist/types/components/sqm-portal-register/sqm-portal-register.d.ts +20 -12
  127. package/dist/types/components/sqm-portal-reset-password/sqm-portal-reset-password.d.ts +12 -10
  128. package/dist/types/components/sqm-portal-verify-email/sqm-portal-verify-email.d.ts +2 -2
  129. package/dist/types/components/sqm-program-explainer/sqm-program-explainer.d.ts +1 -0
  130. package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +2 -0
  131. package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +2 -0
  132. package/dist/types/components/sqm-referral-iframe/sqm-referral-iframe.d.ts +7 -4
  133. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-column.d.ts +1 -0
  134. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-date-column.d.ts +1 -0
  135. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-rewards-column.d.ts +1 -0
  136. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-status-column.d.ts +1 -0
  137. package/dist/types/components/sqm-referral-table/columns/sqm-referral-table-user-column.d.ts +7 -2
  138. package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +15 -6
  139. package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +17 -9
  140. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.d.ts +1 -0
  141. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-note-column.d.ts +1 -0
  142. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +2 -1
  143. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.d.ts +8 -3
  144. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-status-column.d.ts +1 -0
  145. package/dist/types/components/sqm-route/sqm-route.d.ts +1 -1
  146. package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +24 -9
  147. package/dist/types/components/sqm-share-code/sqm-share-code.d.ts +3 -2
  148. package/dist/types/components/sqm-share-link/sqm-share-link.d.ts +3 -2
  149. package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +2 -1
  150. package/dist/types/components/sqm-tab/sqm-tab.d.ts +1 -0
  151. package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +34 -8
  152. package/dist/types/components/sqm-text-span/sqm-text-span.d.ts +1 -1
  153. package/dist/types/components/sqm-timeline/sqm-timeline-entry.d.ts +2 -0
  154. package/dist/types/components/sqm-timeline/sqm-timeline.d.ts +4 -2
  155. package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +2 -2
  156. package/dist/types/components/sqm-user-name/sqm-user-name.d.ts +3 -2
  157. package/dist/types/components.d.ts +478 -318
  158. package/docs/docs.docx +0 -0
  159. package/docs/raisins.json +1 -0
  160. package/grapesjs/grapesjs.js +1 -1
  161. package/package.json +8 -3
  162. package/dist/mint-components/p-64cc1a70.system.entry.js +0 -1
@@ -6,39 +6,55 @@ import { PortalLoginViewProps } from "./sqm-portal-login-view";
6
6
  export declare class PortalLogin {
7
7
  ignored: boolean;
8
8
  /**
9
- * @uiName Page navigated to after sign-in
9
+ * Page navigated to after sign-in
10
+ *
11
+ * @uiName Next Page Path
10
12
  */
11
13
  nextPage: string;
12
14
  /**
13
- * @uiName Label for email field
15
+ * Label for email field
16
+ *
17
+ * @uiName Email Label
14
18
  */
15
19
  emailLabel: string;
16
20
  /**
17
- * @uiName Label for password field
21
+ * Label for password field
22
+ *
23
+ * @uiName Password Label
18
24
  */
19
25
  passwordLabel: string;
20
26
  /**
21
- * @uiName Label for submit button
27
+ * Label for submit button
28
+ *
29
+ * @uiName Submit Button Text
22
30
  */
23
31
  submitLabel: string;
24
32
  /**
25
- * @uiName Label for forgotten password button
33
+ * Label for forgotten password button
34
+ *
35
+ * @uiName Forgot Password Text
26
36
  */
27
37
  forgotPasswordLabel: string;
28
38
  /**
29
- * @uiName Label for register navigation button
39
+ * Label for register button
40
+ *
41
+ * @uiName Register Button Text
30
42
  */
31
43
  registerLabel: string;
32
44
  /**
33
- * @uiName Heading label
45
+ * @uiName Heading Label
34
46
  */
35
47
  pageLabel: string;
36
48
  /**
37
- * @uiName Register button redirection path
49
+ * Register redirect path
50
+ *
51
+ * @uiName Register Path
38
52
  */
39
53
  registerPath: string;
40
54
  /**
41
- * @uiName Forgot password button redirect path
55
+ * Forgot password redirect path
56
+ *
57
+ * @uiName Forgot Password Path
42
58
  */
43
59
  forgotPasswordPath: string;
44
60
  /**
@@ -4,7 +4,7 @@
4
4
  export declare class PortalLogout {
5
5
  ignored: boolean;
6
6
  /**
7
- * @uiName Next Page path
7
+ * @uiName Next Page Path
8
8
  */
9
9
  nextPage: string;
10
10
  constructor();
@@ -6,35 +6,45 @@ import { DemoData } from "../../global/demo";
6
6
  export declare class PortalProfile {
7
7
  ignored: boolean;
8
8
  /**
9
- * @uiName First name input field label
9
+ * First name input field label
10
+ *
11
+ * @uiName First Name Label
10
12
  */
11
13
  firstnametext: string;
12
14
  /**
13
- * @uiName Last name input field label
15
+ * Last name input field label
16
+ *
17
+ * @uiName Last Name Label
14
18
  */
15
19
  lastnametext: string;
16
20
  /**
17
- * @uiName Email input field label
21
+ * Email input field label
22
+ *
23
+ * @uiName Email Label
18
24
  */
19
25
  emailtext: string;
20
26
  /**
21
- * @uiName Country input field label
27
+ * Country input field label
28
+ *
29
+ * @uiName Country Label
22
30
  */
23
31
  countrytext: string;
24
32
  /**
25
- * @uiName Edit profile header
33
+ * @uiName Edit Profile Header
26
34
  */
27
35
  editProfileHeader: string;
28
36
  /**
29
- * @uiName Edit profile sub header
37
+ * @uiName Edit Profile Sub Header
30
38
  */
31
39
  editProfileSubHeader: string;
32
40
  /**
33
- * @uiName Text for the submit changes button
41
+ * @uiName Submit Changes Button Text
34
42
  */
35
43
  submitChangeButtonText: string;
36
44
  /**
37
- * @uiName Show or hide country field
45
+ * Show or hide the country field
46
+ *
47
+ * @uiName Show Country Field
38
48
  */
39
49
  showCountry: boolean;
40
50
  /**
@@ -12,7 +12,7 @@ export declare class PortalProtectedRoute {
12
12
  */
13
13
  requireEmailVerification: boolean;
14
14
  /**
15
- * @uiName Redirect unverified users path
15
+ * @uiName Redirect Unverified Users Path
16
16
  */
17
17
  redirectToUnverified: string;
18
18
  constructor();
@@ -6,53 +6,61 @@ import { PortalRegisterViewProps } from "./sqm-portal-register-view";
6
6
  export declare class PortalRegister {
7
7
  ignored: boolean;
8
8
  /**
9
- * @uiName Page navigated to after registration
9
+ * Page navigated to after registration
10
+ *
11
+ * @uiName Next Page
10
12
  */
11
13
  nextPage: string;
12
14
  /**
13
15
  * The page that users are redirected to from the verification email.
14
16
  *
15
- * @uiName Email redirection base path
17
+ * @uiName Email Redirection Base Path
16
18
  */
17
19
  redirectPath: string;
18
20
  /**
19
- * @uiName Label for email field
21
+ * @uiName Email Label
20
22
  */
21
23
  emailLabel: string;
22
24
  /**
23
- * @uiName Label for password field
25
+ * @uiName Password Label
24
26
  */
25
27
  passwordLabel: string;
26
28
  /**
27
- * @uiName Label for submit button
29
+ * @uiName Submit Button Text
28
30
  */
29
31
  submitLabel: string;
30
32
  /**
31
- * @uiName Label for login navigation button
33
+ * @uiName Login Button Text
32
34
  */
33
35
  loginLabel: string;
34
36
  /**
35
- * @uiName Label for confirm password field
37
+ * @uiName Confirm Password Label
36
38
  */
37
39
  confirmPasswordLabel: string;
38
40
  /**
39
- * @uiName Show confirm password field
41
+ * Show or hide the confirm password input
42
+ *
43
+ * @uiName Show Confirm Password Field
40
44
  */
41
45
  confirmPassword: boolean;
42
46
  /**
43
- * @uiName Use password field with live validation
47
+ * @uiName Enable Password Validation
44
48
  */
45
49
  enablePasswordValidation: boolean;
46
50
  /**
47
- * @uiName Hide default input fields to use custom fields
51
+ * Hide default input fields to use custom fields
52
+ *
53
+ * @uiName Hide Default Inputs
48
54
  */
49
55
  hideInputs: boolean;
50
56
  /**
51
- * @uiName Heading label
57
+ * @uiName Heading Label
52
58
  */
53
59
  pageLabel: string;
54
60
  /**
55
- * @uiName Sign in button redirection path
61
+ * Login button redirection path
62
+ *
63
+ * @uiName Login Path
56
64
  */
57
65
  loginPath: string;
58
66
  /**
@@ -8,45 +8,47 @@ export declare class PortalResetPassword {
8
8
  /**
9
9
  * The page that users are redirected to when the password reset succeeds.
10
10
  *
11
- * @uiName Next page path
11
+ * @uiName Next Page Path
12
12
  */
13
13
  nextPage: string;
14
14
  /**
15
15
  * The page that users are redirected to if the reset fails due to outdated password reset attempt.
16
16
  *
17
- * @uiName Failed page redirection path
17
+ * @uiName Failed Page Path
18
18
  */
19
19
  failedPage: string;
20
20
  /**
21
- * @uiName Show confirm password
21
+ * Show or hide confirm password field
22
+ *
23
+ * @uiName Show Confirm Password
22
24
  */
23
25
  confirmPassword: boolean;
24
26
  /**
25
- * @uiName Password reset header text
27
+ * @uiName Reset Password Header Text
26
28
  */
27
29
  resetPasswordHeader: string;
28
30
  /**
29
31
  * Displayed after a successful password reset
30
32
  *
31
- * @uiName Password reset header text
33
+ * @uiName Successful Password Reset Text
32
34
  */
33
35
  passwordResetHeader: string;
34
36
  /**
35
- * @uiName Password reset button text
37
+ * @uiName Password Reset Button Text
36
38
  */
37
39
  resetPasswordButtonText: string;
38
40
  /**
39
- * Displayed after a successful password reset
41
+ * Button text displayed after a successful password reset
40
42
  *
41
- * @uiName Continue button text
43
+ * @uiName Continue Button Text
42
44
  */
43
45
  continueButtonText: string;
44
46
  /**
45
- * @uiName Confirm password field label
47
+ * @uiName Confirm Password Label
46
48
  */
47
49
  confirmPasswordFieldLabel: string;
48
50
  /**
49
- * @uiName Password field label
51
+ * @uiName Password Label
50
52
  */
51
53
  passwordFieldLabel: string;
52
54
  /**
@@ -8,13 +8,13 @@ export declare class PortalVerifyEmail {
8
8
  /**
9
9
  * The page that users are redirected to when the verification succeeds.
10
10
  *
11
- * @uiName Next page path
11
+ * @uiName Next Page Path
12
12
  */
13
13
  nextPage: string;
14
14
  /**
15
15
  * The page that users are redirected to if verification fails due to outdated verification attempt.
16
16
  *
17
- * @uiName Failed page redirection path
17
+ * @uiName Failed Page Path
18
18
  */
19
19
  failedPage: string;
20
20
  /**
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * @uiName Program Explainer
3
+ * @examples Program Explainer - <sqm-program-explainer header="How it works"><sqm-program-explainer-step description="Complete tasks like uploading your first video or sharing videos with friends" header="Earn points" icon="cash-stack" text-color="#000000"></sqm-program-explainer-step><sqm-program-explainer-step description="Use your points and redeem rewards like one free month of Enterprise or a visa giftcard" header="Redeem rewards" icon="people" text-color="#000000"></sqm-program-explainer-step></sqm-program-explainer>
3
4
  */
4
5
  export declare class ProgramExplainer {
5
6
  ignored: boolean;
@@ -1,5 +1,7 @@
1
1
  /**
2
2
  * @uiName Program Explainer Step
3
+ * @example Program Explainer Step - <sqm-program-explainer-step description="Complete tasks like uploading your first video or sharing videos with friends" header="Earn points" icon="cash-stack" text-color="#000000"></sqm-program-explainer-step>
4
+ * @validParents ["sqm-program-explainer"]
3
5
  */
4
6
  export declare class ProgramExplainerStep {
5
7
  /**
@@ -1,5 +1,7 @@
1
1
  /**
2
2
  * @uiName Referral Card
3
+ * @slots [{"name":"left","title":"Left Content"},{"name":"right","title":"Right Content"}]
4
+ * @example Referral Card - <sqm-referral-card vertical-alignment="start"> <sqm-portal-container gap="large" slot="left" direction="column" display="grid" max-width="100%" padding="none" > <sqm-text >They’ll get a $50 credit towards a new account and you’ll get: </sqm-text> <sqm-timeline icon="circle"> <sqm-timeline-entry reward="$50" unit="visa giftcard" desc="Your friend purchases a Business plan" icon="circle" > </sqm-timeline-entry> <sqm-timeline-entry reward="$200" unit="visa giftcard" desc="Our sales team qualifies your friend as a good fit for our Enterprise plan" icon="circle" > </sqm-timeline-entry> <sqm-timeline-entry reward="$1000" unit="visa giftcard" desc="Your friend purchases an Enterprise plan" icon="circle" > </sqm-timeline-entry> </sqm-timeline> </sqm-portal-container> <sqm-portal-container gap="large" slot="right" direction="column" display="grid" max-width="100%" padding="none" > <sqm-text>Choose how you want to share: </sqm-text> <sqm-text> <sub>Your unique referral link:</sub> <sqm-share-link tooltip-text="Copied to Clipboard" tooltip-lifespan="1000" > </sqm-share-link> </sqm-text> <sqm-portal-container gap="x-small" direction="column" display="grid" max-width="100%" padding="none" > <sqm-share-button medium="email" icon-slot="prefix" size="medium" type="default" > Share via email </sqm-share-button> <sqm-share-button medium="linkedin" icon-slot="prefix" size="medium" type="default" > Share on LinkedIn </sqm-share-button> <sqm-share-button medium="twitter" icon-slot="prefix" size="medium" type="default" > Share on Twitter </sqm-share-button> </sqm-portal-container> </sqm-portal-container> </sqm-referral-card>
3
5
  */
4
6
  export declare class ReferralCard {
5
7
  ignored: boolean;
@@ -6,16 +6,19 @@ import { DemoData } from "../../global/demo";
6
6
  export declare class SqmReferralIframe {
7
7
  ignored: boolean;
8
8
  /**
9
- * @uiName URL of iframe to display
10
- * @uiRequired
9
+ * URL of iframe to display
10
+ * @uiName Iframe Source
11
+ * @required
11
12
  */
12
13
  iframeSrc: string;
13
14
  /**
14
- * @uiName Height of the iframe container
15
+ * Height of the iframe container
16
+ * @uiName Iframe Height
15
17
  */
16
18
  iframeHeight: string;
17
19
  /**
18
- * @uiName Width of the iframe container
20
+ * Width of the iframe container
21
+ * @uiName Iframe Width
19
22
  */
20
23
  iframeWidth: string;
21
24
  /**
@@ -1,6 +1,7 @@
1
1
  import { ReferralTableColumn } from "./ReferralTableColumn";
2
2
  /**
3
3
  * @uiName Referral Table Generic Column
4
+ * @validParents ["sqm-referral-table"]
4
5
  */
5
6
  export declare class ReferralTableGenericColumn implements ReferralTableColumn {
6
7
  /**
@@ -2,6 +2,7 @@ import { ReferralDates } from "../useReferralTable";
2
2
  import { ReferralTableColumn } from "./ReferralTableColumn";
3
3
  /**
4
4
  * @uiName Referral Table Date Column
5
+ * @validParents ["sqm-referral-table"]
5
6
  */
6
7
  export declare class ReferralTableDateColumn implements ReferralTableColumn {
7
8
  /**
@@ -1,6 +1,7 @@
1
1
  import { ReferralTableColumn } from "./ReferralTableColumn";
2
2
  /**
3
3
  * @uiName Referral Table Rewards Column
4
+ * @validParents ["sqm-referral-table"]
4
5
  */
5
6
  export declare class ReferralTableRewardsColumn implements ReferralTableColumn {
6
7
  /**
@@ -1,6 +1,7 @@
1
1
  import { ReferralTableColumn } from "./ReferralTableColumn";
2
2
  /**
3
3
  * @uiName Referral Table Status Column
4
+ * @validParents ["sqm-referral-table"]
4
5
  */
5
6
  export declare class ReferralTableStatusColumn implements ReferralTableColumn {
6
7
  /**
@@ -1,6 +1,7 @@
1
1
  import { ReferralTableColumn } from "./ReferralTableColumn";
2
2
  /**
3
3
  * @uiName Referral Table User Column
4
+ * @validParents ["sqm-referral-table"]
4
5
  */
5
6
  export declare class ReferralTableUserColumn implements ReferralTableColumn {
6
7
  /**
@@ -8,11 +9,15 @@ export declare class ReferralTableUserColumn implements ReferralTableColumn {
8
9
  */
9
10
  columnTitle: string;
10
11
  /**
11
- * @uiName Name displayed for anonymous users
12
+ * Name displayed for unknown users
13
+ *
14
+ * @uiName Anonymous User Text
12
15
  */
13
16
  anonymousUser: string;
14
17
  /**
15
- * @uiName Name displayed for deleted users
18
+ * Name displayed for deleted users
19
+ *
20
+ * @uiName Deleted User Text
16
21
  */
17
22
  deletedUser: string;
18
23
  constructor();
@@ -12,20 +12,29 @@ export declare class ReferralTable {
12
12
  * @uiName Program
13
13
  */
14
14
  programId: string;
15
- /** @uiName Number of referrals per page */
15
+ /**
16
+ * Number of referrals displayed per page
17
+ *
18
+ * @uiName Referrals Per Page
19
+ */
16
20
  perPage: number;
17
- /** @uiName Show column labels */
21
+ /** @uiName Show Column Labels */
18
22
  showLabels?: boolean;
19
- /** @uiName Previous button text */
23
+ /** @uiName Previous Button Text */
20
24
  prevLabel?: string;
21
- /** @uiName View More button text */
25
+ /** @uiName View More Button Text */
22
26
  moreLabel?: string;
23
- /** @uiName Show Referred by user in table */
27
+ /**
28
+ * Show referred by user in table
29
+ *
30
+ * @uiName Show Referrer
31
+ */
24
32
  showReferrer?: boolean;
25
33
  /**
26
34
  * Provide the column numbers (0 indexed) that should not be displayed in mobile views. Ex. 0,2,3
27
35
  *
28
- * @uiName Mobile Hidden Columns */
36
+ * @uiName Hidden Mobile Columns
37
+ */
29
38
  hiddenColumns?: string;
30
39
  /** @uiName Mobile Breakpoint */
31
40
  smBreakpoint?: number;
@@ -2,11 +2,14 @@ import { RewardExchangeViewProps } from "./sqm-reward-exchange-list-view";
2
2
  import { DemoData } from "../../global/demo";
3
3
  /**
4
4
  * @uiName Reward Exchange
5
+ * @example Reward Exchange - <sqm-reward-exchange-list back-text="Back" button-text="Exchange Rewards" cancel-text="Cancel" choose-amount-title="Select" choose-reward-title="Rewards" confirmation-title="Confirm" continue-text="Continue" continue-to-confirmation-text="Continue to confirmation" done-text="Done" reward-title="Choose a reward" not-available-error="{unavailableReasonCode, select, US_TAX {US Tax limit} INSUFFICIENT_REDEEMABLE_CREDIT {{sourceValue} required} AVAILABILITY_PREDICATE {Not available} other {{unavailableReasonCode}} }" not-enough-error="Not enough {sourceUnit} to redeem for this reward" query-error="Unable to load reward exchange list. Please try again" redeem-text="Redeem" redeem-title="Confirm and redeem" redemption-error="An error occured trying to redeem this reward. Please try again" redemption-success-text="Redeemed {sourceValue} for {destinationValue}" select-text="Select amount to receive" source-amount-message="{ruleType, select, FIXED_GLOBAL_REWARD {{sourceValue}} other {{sourceMinValue} to {sourceMaxValue}}}" tooltiptext="Copied" reward-name-title="Reward" reward-amount-title="Reward Amount" cost-title="Cost to Redeem" reward-redeemed-text="Reward redeemed" skeleton-card-num="8" promo-code="Promo Code" tooltip-text="Copied!"><sqm-empty empty-state-image="https://res.cloudinary.com/saasquatch/image/upload/v1644360953/squatch-assets/empty_exchange2.png" empty-state-header="Redeem rewards" empty-state-text="Use your points to redeem rewards once they become available" > </sqm-empty></sqm-reward-exchange-list>
5
6
  */
6
7
  export declare class SqmRewardExchangeList {
7
8
  ignored: boolean;
8
9
  /**
9
- * @uiName Exchange button text
10
+ * Error message shown when reward is not available
11
+ *
12
+ * @uiName Not Available Error
10
13
  */
11
14
  notAvailableError: string;
12
15
  /**
@@ -38,7 +41,7 @@ export declare class SqmRewardExchangeList {
38
41
  */
39
42
  continueText: string;
40
43
  /**
41
- * Displayed on the reward selection page.
44
+ * Displayed on the reward selection page.
42
45
  * @uiName Continue to Confirmation Button Text
43
46
  */
44
47
  continueToConfirmationText: string;
@@ -47,17 +50,20 @@ export declare class SqmRewardExchangeList {
47
50
  */
48
51
  redeemText: string;
49
52
  /**
50
- * Displayed as the header for the confirmation page.
53
+ * Displayed as the header for the confirmation page.
54
+ *
51
55
  * @uiName Confirmation Title Text
52
56
  */
53
57
  redeemTitle: string;
54
58
  /**
55
- * Displayed on the success screen when a user successfully exchanges for a reward.
59
+ * Displayed on the success screen when a user successfully exchanges for a reward.
60
+ *
56
61
  * @uiName Redemption Success Message
57
62
  */
58
63
  redemptionSuccessText: string;
59
64
  /**
60
- * Displayed on the reward exchange cards.
65
+ * Displayed on the reward exchange cards.
66
+ *
61
67
  * @uiName Reward Exchange Amount Text
62
68
  */
63
69
  sourceAmountMessage: string;
@@ -76,17 +82,19 @@ export declare class SqmRewardExchangeList {
76
82
  */
77
83
  selectText: string;
78
84
  /**
79
- * Shown if an error occurs when loading the reward exchange.
85
+ * Shown if an error occurs when loading the reward exchange.
86
+ *
80
87
  * @uiName Reward List Error Message
81
88
  */
82
89
  queryError: string;
83
90
  /**
84
- * Shown if an error occurs during the reward exchange.
91
+ * Shown if an error occurs during the reward exchange.
92
+ *
85
93
  * @uiName Redemption Error Message
86
94
  */
87
95
  redemptionError: string;
88
96
  /**
89
- * @uiName Not Enough Available Error Message
97
+ * @uiName Not Enough Error Message
90
98
  */
91
99
  notEnoughError: string;
92
100
  /**
@@ -100,7 +108,7 @@ export declare class SqmRewardExchangeList {
100
108
  /**
101
109
  * Set the number of placeholder cards to be shown in loading state.
102
110
  *
103
- * @undocumented Loading Cards
111
+ * @uiName Loading Cards
104
112
  */
105
113
  skeletonCardNum: number;
106
114
  /**
@@ -1,6 +1,7 @@
1
1
  import { RewardTableColumn } from "./RewardTableColumn";
2
2
  /**
3
3
  * @uiName Reward Table Date Column
4
+ * @validParents ["sqm-rewards-table"]
4
5
  */
5
6
  export declare class RewardTableDateColumn implements RewardTableColumn {
6
7
  /**
@@ -1,6 +1,7 @@
1
1
  import { RewardTableColumn } from "./RewardTableColumn";
2
2
  /**
3
3
  * @uiName Reward Table Customer Note Column
4
+ * @validParents ["sqm-rewards-table"]
4
5
  */
5
6
  export declare class RewardTableCustomerNoteColumn implements RewardTableColumn {
6
7
  /**
@@ -1,10 +1,11 @@
1
1
  import { RewardTableColumn } from "./RewardTableColumn";
2
2
  /**
3
3
  * @uiName Rewards Table Reward Column
4
+ * @validParents ["sqm-rewards-table"]
4
5
  */
5
6
  export declare class RewardsTableColumn implements RewardTableColumn {
6
7
  /**
7
- * @uiName Reward column title
8
+ * @uiName Reward Column Title
8
9
  */
9
10
  columnTitle: string;
10
11
  /**
@@ -1,6 +1,7 @@
1
1
  import { RewardTableColumn } from "./RewardTableColumn";
2
2
  /**
3
3
  * @uiName Reward Table Source Column
4
+ * @validParents ["sqm-rewards-table"]
4
5
  */
5
6
  export declare class RewardTableUserColumn implements RewardTableColumn {
6
7
  /**
@@ -8,15 +9,19 @@ export declare class RewardTableUserColumn implements RewardTableColumn {
8
9
  */
9
10
  columnTitle: string;
10
11
  /**
11
- * @uiName Name displayed for anonymous users
12
+ * Name displayed for unknown users
13
+ *
14
+ * @uiName Anonymous User Text
12
15
  */
13
16
  anonymousUser: string;
14
17
  /**
15
- * @uiName Name displayed for deleted users
18
+ * Name displayed for deleted users
19
+ *
20
+ * @uiName Deleted User Text
16
21
  */
17
22
  deletedUser: string;
18
23
  /**
19
- * @uiName Reward Exchange label
24
+ * @uiName Reward Exchange Label
20
25
  */
21
26
  rewardExchangeText: string;
22
27
  /**
@@ -1,6 +1,7 @@
1
1
  import { RewardTableColumn } from "./RewardTableColumn";
2
2
  /**
3
3
  * @uiName Reward Table Status Column
4
+ * @validParents ["sqm-rewards-table"]
4
5
  */
5
6
  export declare class RewardTableStatusColumn implements RewardTableColumn {
6
7
  /**
@@ -7,7 +7,7 @@ export interface RouteProps {
7
7
  export declare class SqmRoute {
8
8
  ignored: boolean;
9
9
  /**
10
- * @uiName Navigation path name
10
+ * @uiName Navigation Path Name
11
11
  */
12
12
  path: string;
13
13
  disconnectedCallback(): void;