@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
@@ -13,11 +13,14 @@ export class PortalPasswordField {
13
13
  constructor() {
14
14
  this.ignored = true;
15
15
  /**
16
- * @uiName Label for password field
16
+ * Label for password field
17
+ *
18
+ * @uiName Password Label
17
19
  */
18
20
  this.fieldLabel = "Password";
19
21
  /**
20
- * @uiName Enable live password validation
22
+ * Enable live password validation
23
+ * @uiName Enable Validation
21
24
  */
22
25
  this.enableValidation = true;
23
26
  withHooks(this);
@@ -43,10 +46,10 @@ export class PortalPasswordField {
43
46
  "optional": false,
44
47
  "docs": {
45
48
  "tags": [{
46
- "text": "Label for password field",
49
+ "text": "Password Label",
47
50
  "name": "uiName"
48
51
  }],
49
- "text": ""
52
+ "text": "Label for password field"
50
53
  },
51
54
  "attribute": "field-label",
52
55
  "reflect": false,
@@ -64,10 +67,10 @@ export class PortalPasswordField {
64
67
  "optional": false,
65
68
  "docs": {
66
69
  "tags": [{
67
- "text": "Enable live password validation",
70
+ "text": "Enable Validation",
68
71
  "name": "uiName"
69
72
  }],
70
- "text": ""
73
+ "text": "Enable live password validation"
71
74
  },
72
75
  "attribute": "enable-validation",
73
76
  "reflect": false,
@@ -4,7 +4,7 @@ import { withHooks } from "@saasquatch/stencil-hooks";
4
4
  import { usePopupContainer } from "./usePopupContainer";
5
5
  import { getProps } from "../../utils/utils";
6
6
  /**
7
- * @uiName Popup container for widgets
7
+ * @uiName Popup Container For Widgets
8
8
  */
9
9
  export class PopupContainer {
10
10
  constructor() {
@@ -35,10 +35,10 @@ export class PopupContainer {
35
35
  "optional": false,
36
36
  "docs": {
37
37
  "tags": [{
38
- "text": "Show SaaSquatch Powered By messaging",
38
+ "text": "Show Powered By",
39
39
  "name": "uiName"
40
40
  }],
41
- "text": ""
41
+ "text": "Show Powered By SaaSquatch link"
42
42
  },
43
43
  "attribute": "powered-by",
44
44
  "reflect": false
@@ -55,10 +55,10 @@ export class PopupContainer {
55
55
  "optional": false,
56
56
  "docs": {
57
57
  "tags": [{
58
- "text": "Display a close button on the popup",
58
+ "text": "Show Close Button",
59
59
  "name": "uiName"
60
60
  }],
61
- "text": ""
61
+ "text": "Display a close button on the popup"
62
62
  },
63
63
  "attribute": "close-button",
64
64
  "reflect": false
@@ -75,10 +75,10 @@ export class PopupContainer {
75
75
  "optional": false,
76
76
  "docs": {
77
77
  "tags": [{
78
- "text": "Text to be used as the close button",
78
+ "text": "Close Button Text",
79
79
  "name": "uiName"
80
80
  }],
81
- "text": ""
81
+ "text": "Text inside the close button"
82
82
  },
83
83
  "attribute": "close-button-text",
84
84
  "reflect": false
@@ -95,7 +95,7 @@ export class PopupContainer {
95
95
  "optional": true,
96
96
  "docs": {
97
97
  "tags": [{
98
- "text": "Specify padding on the popup contents when in embedded mode",
98
+ "text": "Embed Padding",
99
99
  "name": "uiName"
100
100
  }, {
101
101
  "text": "string",
@@ -107,7 +107,7 @@ export class PopupContainer {
107
107
  "text": "[\"None\", \"Small\", \"Medium\", \"Large\"]",
108
108
  "name": "uiEnumNames"
109
109
  }],
110
- "text": ""
110
+ "text": "Specify padding on the popup contents when in embedded mode"
111
111
  },
112
112
  "attribute": "embed-padding",
113
113
  "reflect": false
@@ -124,7 +124,7 @@ export class PopupContainer {
124
124
  "optional": true,
125
125
  "docs": {
126
126
  "tags": [{
127
- "text": "Specify padding on the popup contents when in popup mode",
127
+ "text": "Popup Padding",
128
128
  "name": "uiName"
129
129
  }, {
130
130
  "text": "string",
@@ -136,7 +136,7 @@ export class PopupContainer {
136
136
  "text": "[\"None\", \"Small\", \"Medium\", \"Large\"]",
137
137
  "name": "uiEnumNames"
138
138
  }],
139
- "text": ""
139
+ "text": "Specify padding on the popup contents when in popup mode"
140
140
  },
141
141
  "attribute": "popup-padding",
142
142
  "reflect": false
@@ -11,35 +11,47 @@ export class PortalChangePassword {
11
11
  constructor() {
12
12
  this.ignored = true;
13
13
  /**
14
- * @uiName Change password modal header
14
+ * @uiName Change Password Modal Header
15
15
  */
16
16
  this.modalChangePasswordHeader = "Change Password";
17
17
  /**
18
- * @uiName Modal cancel password change button text
18
+ * Modal cancel button text
19
+ *
20
+ * @uiName Cancel Button Text
19
21
  */
20
22
  this.cancelText = "Cancel";
21
23
  /**
22
- * @uiName Modal change password button text
24
+ * Modal change password button text
25
+ *
26
+ * @uiName Change Password Button Text
23
27
  */
24
28
  this.changePasswordButtonText = "Change Password";
25
29
  /**
26
- * @uiName Password input field label
30
+ * Password input field label
31
+ *
32
+ * @uiName Password Label
27
33
  */
28
34
  this.passwordFieldLabel = "New Password";
29
35
  /**
30
- * @uiName Password confirmation input field label
36
+ * Password confirmation input field label
37
+ *
38
+ * @uiName Confirm Password Label
31
39
  */
32
40
  this.confirmPasswordFieldLabel = "Confirm New Password";
33
41
  /**
34
- * @uiName Successful password change message
42
+ * Successful password change message
43
+ *
44
+ * @uiName Successful Message
35
45
  */
36
46
  this.successMessage = "Your password has been updated.";
37
47
  /**
38
- * @uiName Portal change password section header
48
+ * Portal change password section header
49
+ *
50
+ * @uiName Change Password Header
39
51
  */
40
52
  this.portalChangePasswordHeader = "Password";
41
53
  /**
42
- * @uiName Portal change password button text
54
+ * @uiName Change Password Button Text
43
55
  */
44
56
  this.portalChangePasswordButtonText = "Change your password...";
45
57
  withHooks(this);
@@ -66,7 +78,7 @@ export class PortalChangePassword {
66
78
  "optional": false,
67
79
  "docs": {
68
80
  "tags": [{
69
- "text": "Change password modal header",
81
+ "text": "Change Password Modal Header",
70
82
  "name": "uiName"
71
83
  }],
72
84
  "text": ""
@@ -87,10 +99,10 @@ export class PortalChangePassword {
87
99
  "optional": false,
88
100
  "docs": {
89
101
  "tags": [{
90
- "text": "Modal cancel password change button text",
102
+ "text": "Cancel Button Text",
91
103
  "name": "uiName"
92
104
  }],
93
- "text": ""
105
+ "text": "Modal cancel button text"
94
106
  },
95
107
  "attribute": "cancel-text",
96
108
  "reflect": false,
@@ -108,10 +120,10 @@ export class PortalChangePassword {
108
120
  "optional": false,
109
121
  "docs": {
110
122
  "tags": [{
111
- "text": "Modal change password button text",
123
+ "text": "Change Password Button Text",
112
124
  "name": "uiName"
113
125
  }],
114
- "text": ""
126
+ "text": "Modal change password button text"
115
127
  },
116
128
  "attribute": "change-password-button-text",
117
129
  "reflect": false,
@@ -129,10 +141,10 @@ export class PortalChangePassword {
129
141
  "optional": false,
130
142
  "docs": {
131
143
  "tags": [{
132
- "text": "Password input field label",
144
+ "text": "Password Label",
133
145
  "name": "uiName"
134
146
  }],
135
- "text": ""
147
+ "text": "Password input field label"
136
148
  },
137
149
  "attribute": "password-field-label",
138
150
  "reflect": false,
@@ -150,10 +162,10 @@ export class PortalChangePassword {
150
162
  "optional": false,
151
163
  "docs": {
152
164
  "tags": [{
153
- "text": "Password confirmation input field label",
165
+ "text": "Confirm Password Label",
154
166
  "name": "uiName"
155
167
  }],
156
- "text": ""
168
+ "text": "Password confirmation input field label"
157
169
  },
158
170
  "attribute": "confirm-password-field-label",
159
171
  "reflect": false,
@@ -171,10 +183,10 @@ export class PortalChangePassword {
171
183
  "optional": false,
172
184
  "docs": {
173
185
  "tags": [{
174
- "text": "Successful password change message",
186
+ "text": "Successful Message",
175
187
  "name": "uiName"
176
188
  }],
177
- "text": ""
189
+ "text": "Successful password change message"
178
190
  },
179
191
  "attribute": "success-message",
180
192
  "reflect": false,
@@ -192,10 +204,10 @@ export class PortalChangePassword {
192
204
  "optional": false,
193
205
  "docs": {
194
206
  "tags": [{
195
- "text": "Portal change password section header",
207
+ "text": "Change Password Header",
196
208
  "name": "uiName"
197
209
  }],
198
- "text": ""
210
+ "text": "Portal change password section header"
199
211
  },
200
212
  "attribute": "portal-change-password-header",
201
213
  "reflect": false,
@@ -213,7 +225,7 @@ export class PortalChangePassword {
213
225
  "optional": false,
214
226
  "docs": {
215
227
  "tags": [{
216
- "text": "Portal change password button text",
228
+ "text": "Change Password Button Text",
217
229
  "name": "uiName"
218
230
  }],
219
231
  "text": ""
@@ -154,7 +154,7 @@ export class PortalContainer {
154
154
  "optional": true,
155
155
  "docs": {
156
156
  "tags": [{
157
- "text": "Minimum width",
157
+ "text": "Minimum Width",
158
158
  "name": "uiName"
159
159
  }],
160
160
  "text": ""
@@ -204,7 +204,7 @@ export class PortalContainer {
204
204
  "optional": true,
205
205
  "docs": {
206
206
  "tags": [{
207
- "text": "Justify content",
207
+ "text": "Justify Content",
208
208
  "name": "uiName"
209
209
  }, {
210
210
  "text": "string",
@@ -216,7 +216,7 @@ export class PortalContainer {
216
216
  "text": "[\"Start\", \"Center\", \"End\", \"Space Between\", \"Space Around\", \"Space Evenly\"]",
217
217
  "name": "uiEnumNames"
218
218
  }],
219
- "text": ""
219
+ "text": "Defines how the container distributes space between & around content items along the main-axis of a flex container"
220
220
  },
221
221
  "attribute": "justify-content",
222
222
  "reflect": false
@@ -254,7 +254,7 @@ export class PortalContainer {
254
254
  "optional": true,
255
255
  "docs": {
256
256
  "tags": [{
257
- "text": "Center content",
257
+ "text": "Center Content",
258
258
  "name": "uiName"
259
259
  }],
260
260
  "text": ""
@@ -13,19 +13,19 @@ export class PortalEmailVerification {
13
13
  /**
14
14
  * The page that users are redirected to from the verification email.
15
15
  *
16
- * @uiName Email redirection base path
16
+ * @uiName Email Redirection Base Path
17
17
  */
18
18
  this.redirectPath = "/verifyEmail";
19
19
  /**
20
- * @uiName Email verification header text
20
+ * @uiName Email Verification Header Text
21
21
  */
22
22
  this.emailVerificationHeader = "Verify your email";
23
23
  /**
24
- * @uiName Re-send email button text
24
+ * @uiName Re-send Email Button Text
25
25
  */
26
26
  this.resendEmailButtonText = "Re-send Email";
27
27
  /**
28
- * @uiName Email verification body text
28
+ * @uiName Email Verification Body Text
29
29
  */
30
30
  this.verifyMessage = "A verification email was sent to {email}. Please verify your email to continue to the portal.";
31
31
  withHooks(this);
@@ -52,7 +52,7 @@ export class PortalEmailVerification {
52
52
  "optional": false,
53
53
  "docs": {
54
54
  "tags": [{
55
- "text": "Email redirection base path",
55
+ "text": "Email Redirection Base Path",
56
56
  "name": "uiName"
57
57
  }],
58
58
  "text": "The page that users are redirected to from the verification email."
@@ -73,7 +73,7 @@ export class PortalEmailVerification {
73
73
  "optional": false,
74
74
  "docs": {
75
75
  "tags": [{
76
- "text": "Email verification header text",
76
+ "text": "Email Verification Header Text",
77
77
  "name": "uiName"
78
78
  }],
79
79
  "text": ""
@@ -94,7 +94,7 @@ export class PortalEmailVerification {
94
94
  "optional": false,
95
95
  "docs": {
96
96
  "tags": [{
97
- "text": "Re-send email button text",
97
+ "text": "Re-send Email Button Text",
98
98
  "name": "uiName"
99
99
  }],
100
100
  "text": ""
@@ -115,7 +115,7 @@ export class PortalEmailVerification {
115
115
  "optional": false,
116
116
  "docs": {
117
117
  "tags": [{
118
- "text": "Email verification body text",
118
+ "text": "Email Verification Body Text",
119
119
  "name": "uiName"
120
120
  }],
121
121
  "text": ""
@@ -13,19 +13,19 @@ export class PortalForgotPassword {
13
13
  /**
14
14
  * The page that users are redirected to from the password reset email.
15
15
  *
16
- * @uiName Email redirection base path
16
+ * @uiName Email Redirection Base Path
17
17
  */
18
18
  this.redirectPath = "/resetPassword";
19
19
  /**
20
- * @uiName Email label
20
+ * @uiName Email Label
21
21
  */
22
22
  this.emailLabel = "Email";
23
23
  /**
24
- * @uiName Password reset button text
24
+ * @uiName Password Reset Button Text
25
25
  */
26
26
  this.submitLabel = "Request Password Reset";
27
27
  /**
28
- * @uiName Routing path to login page
28
+ * @uiName Login Page Routing Path
29
29
  */
30
30
  this.loginPath = "/login";
31
31
  withHooks(this);
@@ -59,7 +59,7 @@ export class PortalForgotPassword {
59
59
  "optional": false,
60
60
  "docs": {
61
61
  "tags": [{
62
- "text": "Email redirection base path",
62
+ "text": "Email Redirection Base Path",
63
63
  "name": "uiName"
64
64
  }],
65
65
  "text": "The page that users are redirected to from the password reset email."
@@ -80,7 +80,7 @@ export class PortalForgotPassword {
80
80
  "optional": false,
81
81
  "docs": {
82
82
  "tags": [{
83
- "text": "Email label",
83
+ "text": "Email Label",
84
84
  "name": "uiName"
85
85
  }],
86
86
  "text": ""
@@ -101,7 +101,7 @@ export class PortalForgotPassword {
101
101
  "optional": false,
102
102
  "docs": {
103
103
  "tags": [{
104
- "text": "Password reset button text",
104
+ "text": "Password Reset Button Text",
105
105
  "name": "uiName"
106
106
  }],
107
107
  "text": ""
@@ -122,7 +122,7 @@ export class PortalForgotPassword {
122
122
  "optional": false,
123
123
  "docs": {
124
124
  "tags": [{
125
- "text": "Routing path to login page",
125
+ "text": "Login Page Routing Path",
126
126
  "name": "uiName"
127
127
  }],
128
128
  "text": ""
@@ -11,39 +11,55 @@ export class PortalLogin {
11
11
  constructor() {
12
12
  this.ignored = true;
13
13
  /**
14
- * @uiName Page navigated to after sign-in
14
+ * Page navigated to after sign-in
15
+ *
16
+ * @uiName Next Page Path
15
17
  */
16
18
  this.nextPage = "/";
17
19
  /**
18
- * @uiName Label for email field
20
+ * Label for email field
21
+ *
22
+ * @uiName Email Label
19
23
  */
20
24
  this.emailLabel = "Email";
21
25
  /**
22
- * @uiName Label for password field
26
+ * Label for password field
27
+ *
28
+ * @uiName Password Label
23
29
  */
24
30
  this.passwordLabel = "Password";
25
31
  /**
26
- * @uiName Label for submit button
32
+ * Label for submit button
33
+ *
34
+ * @uiName Submit Button Text
27
35
  */
28
36
  this.submitLabel = "Sign In";
29
37
  /**
30
- * @uiName Label for forgotten password button
38
+ * Label for forgotten password button
39
+ *
40
+ * @uiName Forgot Password Text
31
41
  */
32
42
  this.forgotPasswordLabel = "Forgot Password?";
33
43
  /**
34
- * @uiName Label for register navigation button
44
+ * Label for register button
45
+ *
46
+ * @uiName Register Button Text
35
47
  */
36
48
  this.registerLabel = "Register";
37
49
  /**
38
- * @uiName Heading label
50
+ * @uiName Heading Label
39
51
  */
40
52
  this.pageLabel = "Sign in to your account";
41
53
  /**
42
- * @uiName Register button redirection path
54
+ * Register redirect path
55
+ *
56
+ * @uiName Register Path
43
57
  */
44
58
  this.registerPath = "/register";
45
59
  /**
46
- * @uiName Forgot password button redirect path
60
+ * Forgot password redirect path
61
+ *
62
+ * @uiName Forgot Password Path
47
63
  */
48
64
  this.forgotPasswordPath = "/forgotPassword";
49
65
  withHooks(this);
@@ -80,10 +96,10 @@ export class PortalLogin {
80
96
  "optional": false,
81
97
  "docs": {
82
98
  "tags": [{
83
- "text": "Page navigated to after sign-in",
99
+ "text": "Next Page Path",
84
100
  "name": "uiName"
85
101
  }],
86
- "text": ""
102
+ "text": "Page navigated to after sign-in"
87
103
  },
88
104
  "attribute": "next-page",
89
105
  "reflect": false,
@@ -101,10 +117,10 @@ export class PortalLogin {
101
117
  "optional": false,
102
118
  "docs": {
103
119
  "tags": [{
104
- "text": "Label for email field",
120
+ "text": "Email Label",
105
121
  "name": "uiName"
106
122
  }],
107
- "text": ""
123
+ "text": "Label for email field"
108
124
  },
109
125
  "attribute": "email-label",
110
126
  "reflect": false,
@@ -122,10 +138,10 @@ export class PortalLogin {
122
138
  "optional": false,
123
139
  "docs": {
124
140
  "tags": [{
125
- "text": "Label for password field",
141
+ "text": "Password Label",
126
142
  "name": "uiName"
127
143
  }],
128
- "text": ""
144
+ "text": "Label for password field"
129
145
  },
130
146
  "attribute": "password-label",
131
147
  "reflect": false,
@@ -143,10 +159,10 @@ export class PortalLogin {
143
159
  "optional": false,
144
160
  "docs": {
145
161
  "tags": [{
146
- "text": "Label for submit button",
162
+ "text": "Submit Button Text",
147
163
  "name": "uiName"
148
164
  }],
149
- "text": ""
165
+ "text": "Label for submit button"
150
166
  },
151
167
  "attribute": "submit-label",
152
168
  "reflect": false,
@@ -164,10 +180,10 @@ export class PortalLogin {
164
180
  "optional": false,
165
181
  "docs": {
166
182
  "tags": [{
167
- "text": "Label for forgotten password button",
183
+ "text": "Forgot Password Text",
168
184
  "name": "uiName"
169
185
  }],
170
- "text": ""
186
+ "text": "Label for forgotten password button"
171
187
  },
172
188
  "attribute": "forgot-password-label",
173
189
  "reflect": false,
@@ -185,10 +201,10 @@ export class PortalLogin {
185
201
  "optional": false,
186
202
  "docs": {
187
203
  "tags": [{
188
- "text": "Label for register navigation button",
204
+ "text": "Register Button Text",
189
205
  "name": "uiName"
190
206
  }],
191
- "text": ""
207
+ "text": "Label for register button"
192
208
  },
193
209
  "attribute": "register-label",
194
210
  "reflect": false,
@@ -206,7 +222,7 @@ export class PortalLogin {
206
222
  "optional": false,
207
223
  "docs": {
208
224
  "tags": [{
209
- "text": "Heading label",
225
+ "text": "Heading Label",
210
226
  "name": "uiName"
211
227
  }],
212
228
  "text": ""
@@ -227,10 +243,10 @@ export class PortalLogin {
227
243
  "optional": false,
228
244
  "docs": {
229
245
  "tags": [{
230
- "text": "Register button redirection path",
246
+ "text": "Register Path",
231
247
  "name": "uiName"
232
248
  }],
233
- "text": ""
249
+ "text": "Register redirect path"
234
250
  },
235
251
  "attribute": "register-path",
236
252
  "reflect": false,
@@ -248,10 +264,10 @@ export class PortalLogin {
248
264
  "optional": false,
249
265
  "docs": {
250
266
  "tags": [{
251
- "text": "Forgot password button redirect path",
267
+ "text": "Forgot Password Path",
252
268
  "name": "uiName"
253
269
  }],
254
- "text": ""
270
+ "text": "Forgot password redirect path"
255
271
  },
256
272
  "attribute": "forgot-password-path",
257
273
  "reflect": false,
@@ -9,7 +9,7 @@ export class PortalLogout {
9
9
  constructor() {
10
10
  this.ignored = true;
11
11
  /**
12
- * @uiName Next Page path
12
+ * @uiName Next Page Path
13
13
  */
14
14
  this.nextPage = "/";
15
15
  withHooks(this);
@@ -33,7 +33,7 @@ export class PortalLogout {
33
33
  "optional": false,
34
34
  "docs": {
35
35
  "tags": [{
36
- "text": "Next Page path",
36
+ "text": "Next Page Path",
37
37
  "name": "uiName"
38
38
  }],
39
39
  "text": ""