@saasquatch/mint-components 1.5.0-68 → 1.5.0-71

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 (492) hide show
  1. package/dist/cjs/{GenericTableView-65598160.js → GenericTableView-2cdb4c5d.js} +5 -8
  2. package/dist/cjs/{ShadowViewAddon-d7591bfb.js → ShadowViewAddon-fbbacd12.js} +35 -60
  3. package/dist/cjs/{global-d0e64e1c.js → global-58d95b21.js} +1 -1
  4. package/dist/cjs/{index.module-f972f103.js → index.module-54724339.js} +6298 -6298
  5. package/dist/cjs/loader.cjs.js +3 -3
  6. package/dist/cjs/mint-components.cjs.js +3 -3
  7. package/dist/cjs/sqm-asset-card.cjs.entry.js +2 -2
  8. package/dist/cjs/sqm-big-stat.cjs.entry.js +3 -3
  9. package/dist/cjs/sqm-brand_28.cjs.entry.js +80 -76
  10. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +5 -5
  11. package/dist/cjs/sqm-image_4.cjs.entry.js +1 -1
  12. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +5 -5
  13. package/dist/cjs/sqm-name-fields.cjs.entry.js +2 -2
  14. package/dist/cjs/{sqm-navigation-sidebar-item-view-2ac54715.js → sqm-navigation-sidebar-item-view-da648fbc.js} +2 -2
  15. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +4 -4
  16. package/dist/cjs/sqm-password-field.cjs.entry.js +2 -2
  17. package/dist/cjs/sqm-popup-container.cjs.entry.js +4 -4
  18. package/dist/cjs/{sqm-portal-container-view-3bc23603.js → sqm-portal-container-view-fdfb3656.js} +1 -1
  19. package/dist/cjs/{sqm-portal-email-verification-view-f9ccbd1d.js → sqm-portal-email-verification-view-f42557ca.js} +1 -1
  20. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +6 -6
  21. package/dist/cjs/{sqm-portal-footer-view-59db4bdf.js → sqm-portal-footer-view-5e6903c9.js} +1 -1
  22. package/dist/cjs/sqm-portal-footer.cjs.entry.js +3 -3
  23. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +4 -4
  24. package/dist/cjs/sqm-portal-logout.cjs.entry.js +4 -4
  25. package/dist/cjs/{sqm-portal-profile-view-1e170d32.js → sqm-portal-profile-view-637d2fe7.js} +2 -2
  26. package/dist/cjs/sqm-portal-profile.cjs.entry.js +8 -8
  27. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +6 -6
  28. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +6 -6
  29. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +6 -6
  30. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +14 -355
  31. package/dist/cjs/sqm-refresh-button.cjs.entry.js +2 -2
  32. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +44 -34
  33. package/dist/cjs/sqm-stencilbook.cjs.entry.js +254 -169
  34. package/dist/cjs/{useChildElements-36bc6f2a.js → useChildElements-4bc9b219.js} +2 -2
  35. package/dist/cjs/{useDemoBigStat-99093687.js → useDemoBigStat-426e3319.js} +4 -4
  36. package/dist/cjs/useReferralTable-e473585e.js +348 -0
  37. package/dist/collection/collection-manifest.json +2 -2
  38. package/dist/collection/components/sqm-brand/sqm-brand.js +3 -0
  39. package/dist/collection/components/sqm-hero-image/sqm-hero-image.js +2 -2
  40. package/dist/collection/components/sqm-leaderboard/Leaderboard.stories.js +0 -3
  41. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +0 -1
  42. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +23 -10
  43. package/dist/collection/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.js +1 -1
  44. package/dist/collection/components/sqm-portal-container/PortalContainer.stories.js +5 -0
  45. package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +1 -1
  46. package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +20 -0
  47. package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +6 -3
  48. package/dist/collection/components/sqm-referral-card/ReferralCard.stories.js +2 -65
  49. package/dist/collection/components/sqm-referral-card/sqm-referral-card.js +2 -42
  50. package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +41 -49
  51. package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +17 -19
  52. package/dist/collection/components/sqm-referral-table/useReferralTable.js +345 -5
  53. package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeListData.js +1 -1
  54. package/dist/collection/components/sqm-reward-exchange-list/assets/Reward-image.png +0 -0
  55. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +3 -3
  56. package/dist/collection/components/sqm-rewards-table/RewardsTable.stories.js +44 -932
  57. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +25 -1
  58. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.js +77 -2
  59. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-source-column.js +2 -2
  60. package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +20 -23
  61. package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +3 -9
  62. package/dist/collection/components/sqm-share-button/ShareButton.stories.js +1 -1
  63. package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +16 -40
  64. package/dist/collection/components/sqm-share-button/sqm-share-button.js +9 -3
  65. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +2 -0
  66. package/dist/collection/components/sqm-task-card/TaskCard.stories.js +3 -10
  67. package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +5 -5
  68. package/dist/collection/components/sqm-task-card/sqm-task-card.js +1 -33
  69. package/dist/collection/components/{sqm-referral-card → sqm-timeline}/SVGs.js +0 -0
  70. package/dist/collection/components/sqm-timeline/Timeline.stories.js +64 -0
  71. package/dist/collection/components/{sqm-referral-card → sqm-timeline}/sqm-timeline-entry.js +0 -0
  72. package/dist/collection/components/{sqm-referral-card → sqm-timeline}/sqm-timeline.js +2 -0
  73. package/dist/collection/components/sqm-titled-section/TitledSection.stories.js +16 -6
  74. package/dist/collection/components/sqm-titled-section/sqm-titled-section.js +6 -3
  75. package/dist/collection/tables/GenericTableView.js +5 -8
  76. package/dist/esm/{GenericTableView-2b700cd4.js → GenericTableView-79b65de0.js} +5 -8
  77. package/dist/esm/{ShadowViewAddon-e1d0299f.js → ShadowViewAddon-98630948.js} +35 -60
  78. package/dist/esm/{global-e1f502b8.js → global-58010a55.js} +1 -1
  79. package/dist/esm/{index.module-8e23a02c.js → index.module-ec3dcc82.js} +6281 -6281
  80. package/dist/esm/loader.js +3 -3
  81. package/dist/esm/mint-components.js +3 -3
  82. package/dist/esm/sqm-asset-card.entry.js +2 -2
  83. package/dist/esm/sqm-big-stat.entry.js +3 -3
  84. package/dist/esm/sqm-brand_28.entry.js +80 -76
  85. package/dist/esm/sqm-graphql-client-provider.entry.js +5 -5
  86. package/dist/esm/sqm-image_4.entry.js +1 -1
  87. package/dist/esm/sqm-leaderboard-rank.entry.js +5 -5
  88. package/dist/esm/sqm-name-fields.entry.js +2 -2
  89. package/dist/esm/{sqm-navigation-sidebar-item-view-7ed452df.js → sqm-navigation-sidebar-item-view-a6f7f96c.js} +2 -2
  90. package/dist/esm/sqm-navigation-sidebar-item.entry.js +4 -4
  91. package/dist/esm/sqm-password-field.entry.js +2 -2
  92. package/dist/esm/sqm-popup-container.entry.js +4 -4
  93. package/dist/esm/{sqm-portal-container-view-624563e6.js → sqm-portal-container-view-f74db584.js} +1 -1
  94. package/dist/esm/{sqm-portal-email-verification-view-637f70ba.js → sqm-portal-email-verification-view-2c8bfca8.js} +1 -1
  95. package/dist/esm/sqm-portal-email-verification.entry.js +6 -6
  96. package/dist/esm/{sqm-portal-footer-view-e5ec65c6.js → sqm-portal-footer-view-a6c21fb9.js} +1 -1
  97. package/dist/esm/sqm-portal-footer.entry.js +3 -3
  98. package/dist/esm/sqm-portal-forgot-password.entry.js +4 -4
  99. package/dist/esm/sqm-portal-logout.entry.js +4 -4
  100. package/dist/esm/{sqm-portal-profile-view-dd6ab728.js → sqm-portal-profile-view-6a4ab589.js} +2 -2
  101. package/dist/esm/sqm-portal-profile.entry.js +8 -8
  102. package/dist/esm/sqm-portal-protected-route.entry.js +6 -6
  103. package/dist/esm/sqm-portal-reset-password.entry.js +6 -6
  104. package/dist/esm/sqm-portal-verify-email.entry.js +6 -6
  105. package/dist/esm/sqm-referral-table_11.entry.js +52 -393
  106. package/dist/esm/sqm-refresh-button.entry.js +2 -2
  107. package/dist/esm/sqm-rewards-table_9.entry.js +43 -33
  108. package/dist/esm/sqm-stencilbook.entry.js +254 -169
  109. package/dist/esm/{useChildElements-47a37020.js → useChildElements-c11d6189.js} +2 -2
  110. package/dist/esm/{useDemoBigStat-e2bb9edb.js → useDemoBigStat-022e116d.js} +4 -4
  111. package/dist/esm/useReferralTable-bccb9ac0.js +345 -0
  112. package/dist/esm-es5/GenericTableView-79b65de0.js +1 -0
  113. package/dist/esm-es5/ShadowViewAddon-98630948.js +1 -0
  114. package/dist/esm-es5/{global-e1f502b8.js → global-58010a55.js} +1 -1
  115. package/dist/esm-es5/index.module-ec3dcc82.js +1 -0
  116. package/dist/esm-es5/loader.js +1 -1
  117. package/dist/esm-es5/mint-components.js +1 -1
  118. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  119. package/dist/esm-es5/sqm-big-stat.entry.js +1 -1
  120. package/dist/esm-es5/sqm-brand_28.entry.js +1 -1
  121. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  122. package/dist/esm-es5/sqm-image_4.entry.js +1 -1
  123. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  124. package/dist/esm-es5/sqm-name-fields.entry.js +1 -1
  125. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-7ed452df.js → sqm-navigation-sidebar-item-view-a6f7f96c.js} +1 -1
  126. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  127. package/dist/esm-es5/sqm-password-field.entry.js +1 -1
  128. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  129. package/dist/esm-es5/{sqm-portal-container-view-624563e6.js → sqm-portal-container-view-f74db584.js} +1 -1
  130. package/dist/esm-es5/{sqm-portal-email-verification-view-637f70ba.js → sqm-portal-email-verification-view-2c8bfca8.js} +1 -1
  131. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  132. package/dist/esm-es5/{sqm-portal-footer-view-e5ec65c6.js → sqm-portal-footer-view-a6c21fb9.js} +1 -1
  133. package/dist/esm-es5/sqm-portal-footer.entry.js +1 -1
  134. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  135. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  136. package/dist/esm-es5/{sqm-portal-profile-view-dd6ab728.js → sqm-portal-profile-view-6a4ab589.js} +1 -1
  137. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  138. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  139. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  140. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  141. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  142. package/dist/esm-es5/sqm-refresh-button.entry.js +1 -1
  143. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  144. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  145. package/dist/esm-es5/{useChildElements-47a37020.js → useChildElements-c11d6189.js} +1 -1
  146. package/dist/esm-es5/useDemoBigStat-022e116d.js +1 -0
  147. package/dist/esm-es5/useReferralTable-bccb9ac0.js +1 -0
  148. package/dist/mint-components/assets/Reward-image.png +0 -0
  149. package/dist/mint-components/mint-components.esm.js +1 -1
  150. package/dist/mint-components/mint-components.js +1 -1
  151. package/dist/mint-components/{p-bcd85b52.system.entry.js → p-01748c80.system.entry.js} +1 -1
  152. package/dist/mint-components/{p-34d57718.system.js → p-0988f079.system.js} +1 -1
  153. package/dist/mint-components/{p-b74fb1fb.js → p-0aee946d.js} +1 -1
  154. package/dist/mint-components/{p-11adc84b.js → p-0d66fc45.js} +1 -1
  155. package/dist/mint-components/{p-81ef8a71.entry.js → p-1288be55.entry.js} +1 -1
  156. package/dist/mint-components/{p-f9513a04.system.entry.js → p-136e2028.system.entry.js} +1 -1
  157. package/dist/mint-components/p-14655192.js +161 -0
  158. package/dist/mint-components/p-14bd5b1e.entry.js +87 -0
  159. package/dist/mint-components/{p-b169e9c6.system.js → p-18003e9c.system.js} +1 -1
  160. package/dist/mint-components/{p-68fd7c3d.system.entry.js → p-197d1027.system.entry.js} +1 -1
  161. package/dist/mint-components/{p-1d7902ec.system.entry.js → p-27849b7e.system.entry.js} +1 -1
  162. package/dist/mint-components/p-27e04aaf.entry.js +1 -0
  163. package/dist/mint-components/p-382a1bca.system.js +1 -0
  164. package/dist/mint-components/p-3a374367.js +1 -0
  165. package/dist/mint-components/p-3b184c32.js +1 -0
  166. package/dist/mint-components/{p-7a57d35f.entry.js → p-408551bc.entry.js} +1 -1
  167. package/dist/mint-components/{p-c579ab6c.system.entry.js → p-4275c957.system.entry.js} +1 -1
  168. package/dist/mint-components/{p-1305b2a3.system.entry.js → p-4991f4c0.system.entry.js} +1 -1
  169. package/dist/mint-components/{p-91ce29c3.entry.js → p-49c9ff69.entry.js} +1 -1
  170. package/dist/mint-components/{p-b581b4c1.system.js → p-4dbf5bbf.system.js} +1 -1
  171. package/dist/mint-components/{p-ef7a6f26.entry.js → p-54986541.entry.js} +1 -1
  172. package/dist/mint-components/p-59454f33.system.js +1 -0
  173. package/dist/mint-components/{p-1a0d3b3e.js → p-5a2bd8cc.js} +1 -1
  174. package/dist/mint-components/{p-86acd974.system.js → p-5ab40dfa.system.js} +1 -1
  175. package/dist/mint-components/p-5cfce001.system.entry.js +1 -0
  176. package/dist/mint-components/p-5e3f4daa.system.entry.js +1 -0
  177. package/dist/mint-components/{p-e40d69fc.system.entry.js → p-61d68133.system.entry.js} +1 -1
  178. package/dist/mint-components/p-63a6475a.system.entry.js +1 -0
  179. package/dist/mint-components/p-673407d4.entry.js +150 -0
  180. package/dist/mint-components/p-71a4e832.entry.js +13 -0
  181. package/dist/mint-components/p-72a978c8.entry.js +1 -0
  182. package/dist/mint-components/{p-90c60371.system.entry.js → p-76325d9c.system.entry.js} +1 -1
  183. package/dist/mint-components/{p-81d07b53.js → p-7a5c88bc.js} +1 -1
  184. package/dist/mint-components/{p-bfa918e7.system.entry.js → p-7d74b018.system.entry.js} +1 -1
  185. package/dist/mint-components/p-871536c7.entry.js +1 -0
  186. package/dist/mint-components/{p-d8b97d26.system.entry.js → p-875f46d7.system.entry.js} +1 -1
  187. package/dist/mint-components/{p-0d59a2af.system.js → p-8a55dda8.system.js} +1 -1
  188. package/dist/mint-components/p-8d74871c.system.js +1 -0
  189. package/dist/mint-components/p-95e36be8.entry.js +1 -0
  190. package/dist/mint-components/p-96c971fa.entry.js +1 -0
  191. package/dist/mint-components/{p-0a1d7ec0.js → p-975d4358.js} +1 -1
  192. package/dist/mint-components/p-97f843f9.system.entry.js +1 -0
  193. package/dist/mint-components/{p-98e66502.entry.js → p-9f65904f.entry.js} +1 -1
  194. package/dist/mint-components/{p-3ea21dc2.entry.js → p-a2038ff2.entry.js} +1 -1
  195. package/dist/mint-components/{p-d1caa056.system.entry.js → p-a674c833.system.entry.js} +1 -1
  196. package/dist/mint-components/{p-cf5d224f.js → p-ac65007d.js} +1 -1
  197. package/dist/mint-components/{p-617b9810.system.entry.js → p-af7d926d.system.entry.js} +1 -1
  198. package/dist/mint-components/p-b0c32d15.system.js +1 -0
  199. package/dist/mint-components/p-b0d6a380.system.js +1 -0
  200. package/dist/mint-components/{p-32aa8cb9.js → p-b18cc44f.js} +1 -1
  201. package/dist/mint-components/p-b9974b87.entry.js +1 -0
  202. package/dist/mint-components/p-bb7cbb9d.system.entry.js +1 -0
  203. package/dist/mint-components/{p-1bc35369.system.js → p-bc19e1c2.system.js} +1 -1
  204. package/dist/mint-components/p-caad0168.entry.js +1 -0
  205. package/dist/mint-components/p-d0acc0d5.system.js +1 -0
  206. package/dist/mint-components/{p-111e4604.entry.js → p-d312db42.entry.js} +1 -1
  207. package/dist/mint-components/{p-c4fcc31a.system.entry.js → p-d6ef4765.system.entry.js} +1 -1
  208. package/dist/mint-components/{p-2ce2f216.entry.js → p-d8a45132.entry.js} +2 -2
  209. package/dist/mint-components/p-dcff1a85.entry.js +1 -0
  210. package/dist/mint-components/{p-3250c3fb.system.entry.js → p-e1166d9b.system.entry.js} +1 -1
  211. package/dist/mint-components/{p-98a50cb4.entry.js → p-e7a29898.entry.js} +1 -1
  212. package/dist/mint-components/{p-609552b3.entry.js → p-e7b20665.entry.js} +1 -1
  213. package/dist/mint-components/{p-ac3742ab.js → p-ea197664.js} +1 -1
  214. package/dist/mint-components/p-f241ee8a.system.entry.js +1 -0
  215. package/dist/mint-components/{p-e0d0db66.system.entry.js → p-f5cba1f7.system.entry.js} +1 -1
  216. package/dist/mint-components/p-f80e4997.system.entry.js +1 -0
  217. package/dist/mint-components/p-f86a5253.entry.js +9 -0
  218. package/dist/mint-components/p-fc3bbee6.js +30 -0
  219. package/dist/mint-components/p-fe4d9531.system.js +1 -0
  220. package/dist/types/components/sqm-brand/sqm-brand.d.ts +1 -0
  221. package/dist/types/components/sqm-hero-image/sqm-hero-image.d.ts +1 -1
  222. package/dist/types/components/sqm-leaderboard/Leaderboard.stories.d.ts +0 -1
  223. package/dist/types/components/sqm-leaderboard/sqm-leaderboard.d.ts +5 -3
  224. package/dist/types/components/sqm-leaderboard/useLeaderboard.d.ts +1 -0
  225. package/dist/types/components/sqm-navigation-sidebar-item/sqm-navigation-sidebar-item.d.ts +2 -0
  226. package/dist/types/components/sqm-portal-container/PortalContainer.stories.d.ts +1 -0
  227. package/dist/types/components/sqm-portal-container/sqm-portal-container-view.d.ts +1 -0
  228. package/dist/types/components/sqm-portal-container/sqm-portal-container.d.ts +4 -0
  229. package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +5 -2
  230. package/dist/types/components/sqm-referral-card/ReferralCard.stories.d.ts +2 -5
  231. package/dist/types/components/sqm-referral-card/sqm-referral-card-view.d.ts +0 -2
  232. package/dist/types/components/sqm-referral-card/sqm-referral-card.d.ts +0 -8
  233. package/dist/types/components/sqm-referral-table/sqm-referral-table-view.d.ts +1 -1
  234. package/dist/types/components/sqm-referral-table/sqm-referral-table.d.ts +2 -2
  235. package/dist/types/components/sqm-referral-table/useReferralTable.d.ts +1 -0
  236. package/dist/types/components/sqm-rewards-table/RewardsTable.stories.d.ts +1 -2
  237. package/dist/types/components/sqm-rewards-table/RewardsTableCell.stories.d.ts +3 -0
  238. package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-status-cell.d.ts +4 -1
  239. package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +2 -2
  240. package/dist/types/components/sqm-rewards-table/useRewardsTable.d.ts +2 -2
  241. package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +6 -2
  242. package/dist/types/components/sqm-task-card/sqm-task-card-view.d.ts +1 -2
  243. package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +0 -4
  244. package/dist/types/components/{sqm-referral-card → sqm-timeline}/SVGs.d.ts +0 -0
  245. package/dist/types/components/sqm-timeline/Timeline.stories.d.ts +8 -0
  246. package/dist/types/components/{sqm-referral-card → sqm-timeline}/sqm-timeline-entry.d.ts +0 -0
  247. package/dist/types/components/{sqm-referral-card → sqm-timeline}/sqm-timeline.d.ts +0 -0
  248. package/dist/types/components/sqm-titled-section/sqm-titled-section.d.ts +6 -1
  249. package/dist/types/components.d.ts +73 -59
  250. package/dist/types/saasquatch.d.ts +1 -0
  251. package/dist/types/tables/GenericTableView.d.ts +1 -1
  252. package/grapesjs/grapesjs.js +1 -1
  253. package/package.json +1 -1
  254. package/dist/collection/components/sqm-reward-exchange-list/assets/placeholder.png +0 -0
  255. package/dist/collection/components/sqm-rewards-table/sqm-rewards-table-view.js +0 -96
  256. package/dist/esm-es5/GenericTableView-2b700cd4.js +0 -1
  257. package/dist/esm-es5/ShadowViewAddon-e1d0299f.js +0 -1
  258. package/dist/esm-es5/index.module-8e23a02c.js +0 -1
  259. package/dist/esm-es5/useDemoBigStat-e2bb9edb.js +0 -1
  260. package/dist/mint-components/assets/placeholder.png +0 -0
  261. package/dist/mint-components/p-03661178.entry.js +0 -86
  262. package/dist/mint-components/p-051cd961.system.entry.js +0 -1
  263. package/dist/mint-components/p-0ee39103.entry.js +0 -1
  264. package/dist/mint-components/p-0f144179.system.js +0 -1
  265. package/dist/mint-components/p-11c2026d.js +0 -30
  266. package/dist/mint-components/p-20f8caa1.system.entry.js +0 -1
  267. package/dist/mint-components/p-2a68cee5.entry.js +0 -1
  268. package/dist/mint-components/p-36741b68.entry.js +0 -13
  269. package/dist/mint-components/p-48b6bc64.entry.js +0 -1
  270. package/dist/mint-components/p-5116cc37.system.entry.js +0 -1
  271. package/dist/mint-components/p-529b8214.system.entry.js +0 -1
  272. package/dist/mint-components/p-5619a993.system.js +0 -1
  273. package/dist/mint-components/p-6b36aefc.js +0 -1
  274. package/dist/mint-components/p-88835d8c.system.js +0 -1
  275. package/dist/mint-components/p-95a1e28e.entry.js +0 -1
  276. package/dist/mint-components/p-9724cf5a.entry.js +0 -1
  277. package/dist/mint-components/p-9dc455f9.entry.js +0 -161
  278. package/dist/mint-components/p-9e2f095e.system.entry.js +0 -1
  279. package/dist/mint-components/p-a430bdf0.entry.js +0 -9
  280. package/dist/mint-components/p-a91202e7.system.entry.js +0 -1
  281. package/dist/mint-components/p-c33c381f.entry.js +0 -1
  282. package/dist/mint-components/p-cdbbb5f4.system.js +0 -1
  283. package/dist/mint-components/p-cf65447a.system.entry.js +0 -1
  284. package/dist/mint-components/p-cfdaecda.entry.js +0 -1
  285. package/dist/mint-components/p-d165c3e3.system.js +0 -1
  286. package/dist/mint-components/p-e443f189.system.js +0 -1
  287. package/dist/mint-components/p-e987fa39.entry.js +0 -150
  288. package/dist/mint-components/p-f890c414.js +0 -1
  289. package/dist/types/components/sqm-rewards-table/sqm-rewards-table-view.d.ts +0 -32
  290. package/shoelace/assets/icons/123.svg +0 -3
  291. package/shoelace/assets/icons/activity.svg +0 -3
  292. package/shoelace/assets/icons/apple.svg +0 -4
  293. package/shoelace/assets/icons/bandaid-fill.svg +0 -3
  294. package/shoelace/assets/icons/bandaid.svg +0 -4
  295. package/shoelace/assets/icons/bank.svg +0 -3
  296. package/shoelace/assets/icons/bank2.svg +0 -3
  297. package/shoelace/assets/icons/behance.svg +0 -3
  298. package/shoelace/assets/icons/bell-slash-fill.svg +0 -3
  299. package/shoelace/assets/icons/bell-slash.svg +0 -3
  300. package/shoelace/assets/icons/bluetooth.svg +0 -3
  301. package/shoelace/assets/icons/body-text.svg +0 -3
  302. package/shoelace/assets/icons/boombox-fill.svg +0 -4
  303. package/shoelace/assets/icons/boombox.svg +0 -6
  304. package/shoelace/assets/icons/boxes.svg +0 -3
  305. package/shoelace/assets/icons/cash-coin.svg +0 -6
  306. package/shoelace/assets/icons/check-lg.svg +0 -3
  307. package/shoelace/assets/icons/cloud-haze2.svg +0 -3
  308. package/shoelace/assets/icons/coin.svg +0 -5
  309. package/shoelace/assets/icons/currency-bitcoin.svg +0 -3
  310. package/shoelace/assets/icons/currency-dollar.svg +0 -3
  311. package/shoelace/assets/icons/currency-euro.svg +0 -3
  312. package/shoelace/assets/icons/currency-exchange.svg +0 -3
  313. package/shoelace/assets/icons/currency-pound.svg +0 -3
  314. package/shoelace/assets/icons/currency-yen.svg +0 -3
  315. package/shoelace/assets/icons/dash-lg.svg +0 -3
  316. package/shoelace/assets/icons/device-hdd-fill.svg +0 -4
  317. package/shoelace/assets/icons/device-hdd.svg +0 -5
  318. package/shoelace/assets/icons/device-ssd-fill.svg +0 -4
  319. package/shoelace/assets/icons/device-ssd.svg +0 -4
  320. package/shoelace/assets/icons/displayport-fill.svg +0 -3
  321. package/shoelace/assets/icons/displayport.svg +0 -4
  322. package/shoelace/assets/icons/dpad-fill.svg +0 -3
  323. package/shoelace/assets/icons/dpad.svg +0 -4
  324. package/shoelace/assets/icons/dribbble.svg +0 -3
  325. package/shoelace/assets/icons/ear-fill.svg +0 -3
  326. package/shoelace/assets/icons/ear.svg +0 -3
  327. package/shoelace/assets/icons/easel2-fill.svg +0 -4
  328. package/shoelace/assets/icons/easel2.svg +0 -3
  329. package/shoelace/assets/icons/easel3-fill.svg +0 -3
  330. package/shoelace/assets/icons/easel3.svg +0 -3
  331. package/shoelace/assets/icons/envelope-check-fill.svg +0 -4
  332. package/shoelace/assets/icons/envelope-check.svg +0 -4
  333. package/shoelace/assets/icons/envelope-dash-fill.svg +0 -4
  334. package/shoelace/assets/icons/envelope-dash.svg +0 -4
  335. package/shoelace/assets/icons/envelope-exclamation-fill.svg +0 -4
  336. package/shoelace/assets/icons/envelope-exclamation.svg +0 -4
  337. package/shoelace/assets/icons/envelope-plus-fill.svg +0 -4
  338. package/shoelace/assets/icons/envelope-plus.svg +0 -4
  339. package/shoelace/assets/icons/envelope-slash-fill.svg +0 -4
  340. package/shoelace/assets/icons/envelope-slash.svg +0 -4
  341. package/shoelace/assets/icons/envelope-x-fill.svg +0 -4
  342. package/shoelace/assets/icons/envelope-x.svg +0 -4
  343. package/shoelace/assets/icons/ethernet.svg +0 -4
  344. package/shoelace/assets/icons/exclamation-lg.svg +0 -3
  345. package/shoelace/assets/icons/explicit-fill.svg +0 -3
  346. package/shoelace/assets/icons/explicit.svg +0 -4
  347. package/shoelace/assets/icons/fan.svg +0 -4
  348. package/shoelace/assets/icons/file-earmark-pdf-fill.svg +0 -4
  349. package/shoelace/assets/icons/file-earmark-pdf.svg +0 -4
  350. package/shoelace/assets/icons/file-pdf-fill.svg +0 -4
  351. package/shoelace/assets/icons/file-pdf.svg +0 -4
  352. package/shoelace/assets/icons/fingerprint.svg +0 -7
  353. package/shoelace/assets/icons/gender-ambiguous.svg +0 -3
  354. package/shoelace/assets/icons/gender-female.svg +0 -3
  355. package/shoelace/assets/icons/gender-male.svg +0 -3
  356. package/shoelace/assets/icons/gender-trans.svg +0 -3
  357. package/shoelace/assets/icons/git.svg +0 -3
  358. package/shoelace/assets/icons/gpu-card.svg +0 -5
  359. package/shoelace/assets/icons/graph-down-arrow.svg +0 -3
  360. package/shoelace/assets/icons/graph-up-arrow.svg +0 -3
  361. package/shoelace/assets/icons/hdmi-fill.svg +0 -3
  362. package/shoelace/assets/icons/hdmi.svg +0 -4
  363. package/shoelace/assets/icons/headset-vr.svg +0 -4
  364. package/shoelace/assets/icons/hypnotize.svg +0 -4
  365. package/shoelace/assets/icons/infinity.svg +0 -3
  366. package/shoelace/assets/icons/info-lg.svg +0 -3
  367. package/shoelace/assets/icons/line.svg +0 -3
  368. package/shoelace/assets/icons/list-columns-reverse.svg +0 -3
  369. package/shoelace/assets/icons/list-columns.svg +0 -3
  370. package/shoelace/assets/icons/magic.svg +0 -3
  371. package/shoelace/assets/icons/mastodon.svg +0 -3
  372. package/shoelace/assets/icons/medium.svg +0 -3
  373. package/shoelace/assets/icons/memory.svg +0 -3
  374. package/shoelace/assets/icons/messenger.svg +0 -3
  375. package/shoelace/assets/icons/meta.svg +0 -3
  376. package/shoelace/assets/icons/microsoft.svg +0 -3
  377. package/shoelace/assets/icons/modem-fill.svg +0 -3
  378. package/shoelace/assets/icons/modem.svg +0 -4
  379. package/shoelace/assets/icons/mortarboard-fill.svg +0 -4
  380. package/shoelace/assets/icons/mortarboard.svg +0 -4
  381. package/shoelace/assets/icons/motherboard-fill.svg +0 -4
  382. package/shoelace/assets/icons/motherboard.svg +0 -4
  383. package/shoelace/assets/icons/nintendo-switch.svg +0 -4
  384. package/shoelace/assets/icons/optical-audio-fill.svg +0 -4
  385. package/shoelace/assets/icons/optical-audio.svg +0 -5
  386. package/shoelace/assets/icons/paypal.svg +0 -3
  387. package/shoelace/assets/icons/pc-display-horizontal.svg +0 -3
  388. package/shoelace/assets/icons/pc-display.svg +0 -3
  389. package/shoelace/assets/icons/pc-horizontal.svg +0 -3
  390. package/shoelace/assets/icons/pc.svg +0 -3
  391. package/shoelace/assets/icons/pci-card.svg +0 -4
  392. package/shoelace/assets/icons/person-rolodex.svg +0 -4
  393. package/shoelace/assets/icons/person-video.svg +0 -4
  394. package/shoelace/assets/icons/person-video2.svg +0 -4
  395. package/shoelace/assets/icons/person-video3.svg +0 -4
  396. package/shoelace/assets/icons/person-workspace.svg +0 -4
  397. package/shoelace/assets/icons/piggy-bank-fill.svg +0 -3
  398. package/shoelace/assets/icons/piggy-bank.svg +0 -4
  399. package/shoelace/assets/icons/pin-map-fill.svg +0 -4
  400. package/shoelace/assets/icons/pin-map.svg +0 -4
  401. package/shoelace/assets/icons/pinterest.svg +0 -3
  402. package/shoelace/assets/icons/playstation.svg +0 -3
  403. package/shoelace/assets/icons/plus-lg.svg +0 -3
  404. package/shoelace/assets/icons/plus-slash-minus.svg +0 -3
  405. package/shoelace/assets/icons/projector-fill.svg +0 -3
  406. package/shoelace/assets/icons/projector.svg +0 -4
  407. package/shoelace/assets/icons/qr-code-scan.svg +0 -7
  408. package/shoelace/assets/icons/qr-code.svg +0 -7
  409. package/shoelace/assets/icons/question-lg.svg +0 -3
  410. package/shoelace/assets/icons/quora.svg +0 -3
  411. package/shoelace/assets/icons/quote.svg +0 -3
  412. package/shoelace/assets/icons/radioactive.svg +0 -4
  413. package/shoelace/assets/icons/recycle.svg +0 -3
  414. package/shoelace/assets/icons/reddit.svg +0 -4
  415. package/shoelace/assets/icons/robot.svg +0 -4
  416. package/shoelace/assets/icons/router-fill.svg +0 -6
  417. package/shoelace/assets/icons/router.svg +0 -6
  418. package/shoelace/assets/icons/safe-fill.svg +0 -4
  419. package/shoelace/assets/icons/safe.svg +0 -4
  420. package/shoelace/assets/icons/safe2-fill.svg +0 -4
  421. package/shoelace/assets/icons/safe2.svg +0 -4
  422. package/shoelace/assets/icons/sd-card-fill.svg +0 -3
  423. package/shoelace/assets/icons/sd-card.svg +0 -4
  424. package/shoelace/assets/icons/send-check-fill.svg +0 -4
  425. package/shoelace/assets/icons/send-check.svg +0 -4
  426. package/shoelace/assets/icons/send-dash-fill.svg +0 -4
  427. package/shoelace/assets/icons/send-dash.svg +0 -4
  428. package/shoelace/assets/icons/send-exclamation-fill.svg +0 -4
  429. package/shoelace/assets/icons/send-exclamation.svg +0 -4
  430. package/shoelace/assets/icons/send-fill.svg +0 -3
  431. package/shoelace/assets/icons/send-plus-fill.svg +0 -4
  432. package/shoelace/assets/icons/send-plus.svg +0 -4
  433. package/shoelace/assets/icons/send-slash-fill.svg +0 -4
  434. package/shoelace/assets/icons/send-slash.svg +0 -4
  435. package/shoelace/assets/icons/send-x-fill.svg +0 -4
  436. package/shoelace/assets/icons/send-x.svg +0 -4
  437. package/shoelace/assets/icons/send.svg +0 -3
  438. package/shoelace/assets/icons/signal.svg +0 -3
  439. package/shoelace/assets/icons/skype.svg +0 -3
  440. package/shoelace/assets/icons/slash-lg.svg +0 -3
  441. package/shoelace/assets/icons/snapchat.svg +0 -3
  442. package/shoelace/assets/icons/spotify.svg +0 -3
  443. package/shoelace/assets/icons/stack-overflow.svg +0 -4
  444. package/shoelace/assets/icons/steam.svg +0 -4
  445. package/shoelace/assets/icons/strava.svg +0 -3
  446. package/shoelace/assets/icons/terminal-dash.svg +0 -4
  447. package/shoelace/assets/icons/terminal-plus.svg +0 -4
  448. package/shoelace/assets/icons/terminal-split.svg +0 -4
  449. package/shoelace/assets/icons/terminal-x.svg +0 -4
  450. package/shoelace/assets/icons/thunderbolt-fill.svg +0 -3
  451. package/shoelace/assets/icons/thunderbolt.svg +0 -4
  452. package/shoelace/assets/icons/ticket-detailed-fill.svg +0 -3
  453. package/shoelace/assets/icons/ticket-detailed.svg +0 -4
  454. package/shoelace/assets/icons/ticket-fill.svg +0 -3
  455. package/shoelace/assets/icons/ticket-perforated-fill.svg +0 -3
  456. package/shoelace/assets/icons/ticket-perforated.svg +0 -4
  457. package/shoelace/assets/icons/ticket.svg +0 -3
  458. package/shoelace/assets/icons/tiktok.svg +0 -3
  459. package/shoelace/assets/icons/translate.svg +0 -4
  460. package/shoelace/assets/icons/usb-c-fill.svg +0 -3
  461. package/shoelace/assets/icons/usb-c.svg +0 -4
  462. package/shoelace/assets/icons/usb-drive-fill.svg +0 -3
  463. package/shoelace/assets/icons/usb-drive.svg +0 -3
  464. package/shoelace/assets/icons/usb-fill.svg +0 -3
  465. package/shoelace/assets/icons/usb-micro-fill.svg +0 -3
  466. package/shoelace/assets/icons/usb-micro.svg +0 -4
  467. package/shoelace/assets/icons/usb-mini-fill.svg +0 -3
  468. package/shoelace/assets/icons/usb-mini.svg +0 -4
  469. package/shoelace/assets/icons/usb-plug-fill.svg +0 -3
  470. package/shoelace/assets/icons/usb-plug.svg +0 -3
  471. package/shoelace/assets/icons/usb-symbol.svg +0 -3
  472. package/shoelace/assets/icons/usb.svg +0 -4
  473. package/shoelace/assets/icons/vimeo.svg +0 -3
  474. package/shoelace/assets/icons/webcam-fill.svg +0 -4
  475. package/shoelace/assets/icons/webcam.svg +0 -4
  476. package/shoelace/assets/icons/window-dash.svg +0 -5
  477. package/shoelace/assets/icons/window-desktop.svg +0 -4
  478. package/shoelace/assets/icons/window-fullscreen.svg +0 -4
  479. package/shoelace/assets/icons/window-plus.svg +0 -5
  480. package/shoelace/assets/icons/window-split.svg +0 -4
  481. package/shoelace/assets/icons/window-stack.svg +0 -4
  482. package/shoelace/assets/icons/window-x.svg +0 -5
  483. package/shoelace/assets/icons/windows.svg +0 -3
  484. package/shoelace/assets/icons/wordpress.svg +0 -5
  485. package/shoelace/assets/icons/x-lg.svg +0 -4
  486. package/shoelace/assets/icons/xbox.svg +0 -3
  487. package/shoelace/assets/icons/yin-yang.svg +0 -4
  488. package/shoelace/themes/themes/dark.styles.d.ts +0 -2
  489. package/shoelace/themes/themes/dark.styles.js +0 -531
  490. package/shoelace/themes/themes/light.css +0 -439
  491. package/shoelace/themes/themes/light.styles.d.ts +0 -2
  492. package/shoelace/themes/themes/light.styles.js +0 -531
@@ -5,7 +5,7 @@ System.register([], function (exports_1, context_1) {
5
5
  return {
6
6
  setters: [],
7
7
  execute: function () {
8
- components = [{ "tag": "sqm-asset-card", "name": "Asset Card", "uiSchema": { "demoData": { "ui:help": "" }, "img-url": { "ui:name": "Banner image", "ui:help": "" }, "title-text": { "ui:name": "Banner title", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "img-url", "type": "string", "title": "Banner image" }, { "name": "title-text", "type": "string", "title": "Banner title" }] }, { "tag": "sqm-big-stat", "name": "Big Stat", "uiSchema": { "alignment": { "ui:name": "Alignment - controls the alignment of the flexbox", "ui:help": "" }, "demoData": { "ui:help": "" }, "flex-reverse": { "ui:name": "Flex Reverse - controls the order of the stat value & description column", "ui:help": "" }, "program-id": { "ui:name": "Program ID", "ui:help": "The ID of the program that is used to scope stats. Defaults to the program context when no ID is specified." }, "stat-type": { "ui:widget": "StatTypeSelectWidget", "ui:name": "Stat Type", "ui:help": "Select what type of stat to display. Manual paths are also supported.", "ui:options": { "version": 1.1 } } }, "traits": [{ "name": "alignment", "type": "string", "title": "Alignment - controls the alignment of the flexbox", "enum": ["left", "right", "center"] }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "flex-reverse", "type": "boolean", "title": "Flex Reverse - controls the order of the stat value & description column" }, { "name": "program-id", "type": "string", "title": "Program ID" }, { "name": "stat-type", "type": "string", "title": "Stat Type" }] }, { "tag": "sqm-brand", "name": "Brand Container", "uiSchema": { "background": { "ui:widget": "color", "ui:name": "Background Color", "ui:help": "The background color for the portal" }, "brand-color": { "ui:name": "Brand Color", "ui:help": "Controls the primary brand color used in the Mint Components library. Note that this\r\ndoes not affect vanilla components or other component libraries." }, "brand-font": { "ui:name": "Brand Font", "ui:help": "The brand font that you want to use" } }, "traits": [{ "name": "background", "type": "string", "title": "Background Color" }, { "name": "brand-color", "type": "string", "title": "Brand Color" }, { "name": "brand-font", "type": "string", "title": "Brand Font" }] }, { "tag": "sqm-card-feed", "name": "Card Feed", "uiSchema": { "gap": { "ui:name": "Column Gap", "ui:help": "" }, "width": { "ui:name": "Card Width", "ui:help": "" } }, "traits": [{ "name": "gap", "type": "number", "title": "Column Gap" }, { "name": "width", "type": "number", "title": "Card Width" }] }, { "tag": "sqm-divided-layout", "name": "Divided Layout", "uiSchema": { "direction": { "ui:name": "Direction", "ui:help": "" }, "divider-style": { "ui:name": "Border style", "ui:help": "Uses CSS border style syntax" } }, "traits": [{ "name": "direction", "type": "string", "title": "Direction", "enum": ["row", "column"] }, { "name": "divider-style", "type": "string", "title": "Border style" }] }, { "tag": "sqm-edit-profile", "name": "Edit Profile", "uiSchema": { "canceltext": { "ui:name": "Cancel button text", "ui:help": "" }, "currentregiontext": { "ui:name": "Region field label", "ui:help": "" }, "demoData": { "ui:help": "" }, "editprofileheader": { "ui:name": "Heading", "ui:help": "" }, "editprofiletext": { "ui:name": "Enable editing button text", "ui:help": "" }, "firstnametext": { "ui:name": "First name field label", "ui:help": "" }, "lastnametext": { "ui:name": "Last name field label", "ui:help": "" }, "showregion": { "ui:name": "Show or hide current region", "ui:help": "" }, "updatetext": { "ui:name": "Update info button text", "ui:help": "" } }, "traits": [{ "name": "canceltext", "type": "string", "title": "Cancel button text" }, { "name": "currentregiontext", "type": "string", "title": "Region field label" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "editprofileheader", "type": "string", "title": "Heading" }, { "name": "editprofiletext", "type": "string", "title": "Enable editing button text" }, { "name": "firstnametext", "type": "string", "title": "First name field label" }, { "name": "lastnametext", "type": "string", "title": "Last name field label" }, { "name": "showregion", "type": "boolean", "title": "Show or hide current region" }, { "name": "updatetext", "type": "string", "title": "Update info button text" }] }, { "tag": "sqm-form-message", "name": "Form Message", "uiSchema": { "icon": { "ui:name": "Icon to use in alert", "ui:help": "" }, "type": { "ui:name": "Type of alert", "ui:help": "" } }, "traits": [{ "name": "icon", "type": "string", "title": "Icon to use in alert" }, { "name": "type", "type": "string", "title": "Type of alert" }] }, { "tag": "sqm-graphql-client-provider", "name": "GraphQL Client Provider", "uiSchema": { "domain": { "ui:name": "Domain", "ui:help": "" } }, "traits": [{ "name": "domain", "type": "string", "title": "Domain" }] }, { "tag": "sqm-hero", "name": "Hero Layout", "uiSchema": { "background": { "ui:name": "Background image or color", "ui:help": "" }, "columns": { "ui:name": "Number of columns in the layout", "ui:help": "" }, "padding-size": { "ui:name": "Padding size", "ui:help": "" }, "secondary-background": { "ui:name": "Secondary background image or color (for use in right column)", "ui:help": "" }, "wrap-direction": { "ui:name": "Wrap direction", "ui:help": "" } }, "traits": [{ "name": "background", "type": "string", "title": "Background image or color" }, { "name": "columns", "type": "1 | 2", "title": "Number of columns in the layout" }, { "name": "padding-size", "type": "\"large\" | \"medium\" | \"none\" | \"small\"", "title": "Padding size" }, { "name": "secondary-background", "type": "string", "title": "Secondary background image or color (for use in right column)" }, { "name": "wrap-direction", "type": "\"wrap\" | \"wrap-reverse\"", "title": "Wrap direction" }] }, { "tag": "sqm-hero-image", "name": "Hero Image", "uiSchema": { "background-color": { "ui:widget": "color", "ui:name": "Background Color", "ui:help": "" }, "button-link": { "ui:name": "CTA Button Link", "ui:help": "" }, "button-new-tab": { "ui:name": "CTA Button Link Open in New Tab", "ui:help": "" }, "button-text": { "ui:name": "CTA Button Text", "ui:help": "" }, "description": { "ui:name": "Description Text", "ui:help": "" }, "header": { "ui:name": "Title Text", "ui:help": "" }, "image-mobile-pos": { "ui:name": "Image Mobile Position", "ui:help": "" }, "image-percentage": { "ui:name": "Image Percentage", "ui:help": "" }, "image-pos": { "ui:name": "Image Position", "ui:help": "" }, "image-url": { "ui:name": "Image Link", "ui:help": "" }, "layout": { "ui:name": "Image Link", "ui:help": "" }, "max-height": { "ui:name": "Maximum Image Height", "ui:help": "" }, "max-width": { "ui:name": "Maximum Image Width", "ui:help": "" }, "min-height": { "ui:name": "Minimum Image Height", "ui:help": "" }, "overlay-color": { "ui:widget": "color", "ui:name": "Overlay Color", "ui:help": "" }, "overlay-opacity": { "ui:name": "Overlay Opacity", "ui:help": "" }, "padding-image": { "ui:name": "Padding Image", "ui:help": "" }, "padding-text": { "ui:name": "Padding Text", "ui:help": "" }, "text-color": { "ui:widget": "color", "ui:name": "Text Color", "ui:help": "" } }, "traits": [{ "name": "background-color", "type": "string", "title": "Background Color" }, { "name": "button-link", "type": "string", "title": "CTA Button Link" }, { "name": "button-new-tab", "type": "boolean", "title": "CTA Button Link Open in New Tab" }, { "name": "button-text", "type": "string", "title": "CTA Button Text" }, { "name": "description", "type": "string", "title": "Description Text" }, { "name": "header", "type": "string", "title": "Title Text" }, { "name": "image-mobile-pos", "type": "string", "title": "Image Mobile Position", "enum": ["top", "bottom"] }, { "name": "image-percentage", "type": "string", "title": "Image Percentage" }, { "name": "image-pos", "type": "string", "title": "Image Position", "enum": ["left", "center", "right"] }, { "name": "image-url", "type": "string", "title": "Image Link" }, { "name": "layout", "type": "string", "title": "Image Link", "enum": ["overlay", "columns"] }, { "name": "max-height", "type": "string", "title": "Maximum Image Height" }, { "name": "max-width", "type": "string", "title": "Maximum Image Width" }, { "name": "min-height", "type": "string", "title": "Minimum Image Height" }, { "name": "overlay-color", "type": "string", "title": "Overlay Color" }, { "name": "overlay-opacity", "type": "string", "title": "Overlay Opacity" }, { "name": "padding-image", "type": "string", "title": "Padding Image", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }, { "name": "padding-text", "type": "string", "title": "Padding Text", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }, { "name": "text-color", "type": "string", "title": "Text Color" }] }, { "tag": "sqm-hook-story-container", "name": "sqm-hook-story-container", "uiSchema": { "hookStory": { "ui:help": "" } }, "traits": [{ "name": "hookStory", "type": "FunctionalComponent<{}>", "title": "hookStory" }] }, { "tag": "sqm-image", "name": "Image Component", "uiSchema": { "align": { "ui:name": "Position Alignment", "ui:help": "" }, "background-color": { "ui:widget": "color", "ui:name": "Background Color", "ui:help": "" }, "image-url": { "ui:name": "Image Link", "ui:help": "" }, "left": { "ui:name": "Left Margin", "ui:help": "" }, "max-width": { "ui:name": "Max Width", "ui:help": "(optional) Helps with constraining maximum size" }, "min-height": { "ui:name": "Min Height", "ui:help": "(optional) Helps with constraining minimum size" }, "right": { "ui:name": "Right Margin", "ui:help": "" } }, "traits": [{ "name": "align", "type": "string", "title": "Position Alignment", "enum": ["left", "center", "right"] }, { "name": "background-color", "type": "string", "title": "Background Color" }, { "name": "image-url", "type": "string", "title": "Image Link" }, { "name": "left", "type": "string", "title": "Left Margin" }, { "name": "max-width", "type": "string", "title": "Max Width" }, { "name": "min-height", "type": "string", "title": "Min Height" }, { "name": "right", "type": "string", "title": "Right Margin" }] }, { "tag": "sqm-leaderboard", "name": "Leaderboard", "uiSchema": { "anonymous-user": { "ui:name": "Title displayed for users without names", "ui:help": "" }, "demoData": { "ui:help": "" }, "empty-state-header": { "ui:name": "Empty State Header", "ui:help": "" }, "empty-state-image": { "ui:name": "Empty State Image", "ui:help": "" }, "empty-state-text": { "ui:name": "Empty State Description", "ui:help": "" }, "interval": { "ui:widget": "DateRange", "ui:name": "Leaderboard time interval", "ui:help": "", "ui:options": { "allowPastDates": true, "months": 1 } }, "leaderboard-type": { "ui:name": "Leaderboard type", "ui:help": "" }, "rank-type": { "ui:name": "Rank type", "ui:help": "" }, "rankheading": { "ui:name": "Rank Heading", "ui:help": "" }, "show-rank": { "ui:name": "Show the ranking numbers", "ui:help": "" }, "show-user": { "ui:name": "Show viewing user's rank", "ui:help": "" }, "statsheading": { "ui:name": "Stats Column Heading", "ui:help": "" }, "usersheading": { "ui:name": "User Column Heading", "ui:help": "" } }, "traits": [{ "name": "anonymous-user", "type": "string", "title": "Title displayed for users without names" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "empty-state-header", "type": "string", "title": "Empty State Header" }, { "name": "empty-state-image", "type": "string", "title": "Empty State Image" }, { "name": "empty-state-text", "type": "string", "title": "Empty State Description" }, { "name": "interval", "type": "string", "title": "Leaderboard time interval" }, { "name": "leaderboard-type", "type": "string", "title": "Leaderboard type", "enum": ["topStartedReferrers", "topConvertedReferrers"] }, { "name": "rank-type", "type": "string", "title": "Rank type", "enum": ["rowNumber", "rank", "denseRank"] }, { "name": "rankheading", "type": "string", "title": "Rank Heading" }, { "name": "show-rank", "type": "boolean", "title": "Show the ranking numbers" }, { "name": "show-user", "type": "boolean", "title": "Show viewing user's rank" }, { "name": "statsheading", "type": "string", "title": "Stats Column Heading" }, { "name": "usersheading", "type": "string", "title": "User Column Heading" }] }, { "tag": "sqm-leaderboard-rank", "name": "Leaderboard Rank", "uiSchema": { "demoData": { "ui:help": "" }, "interval": { "ui:widget": "DateRange", "ui:name": "Leaderboard time interval", "ui:help": "", "ui:options": { "allowPastDates": true, "months": 1 } }, "leaderboard-type": { "ui:name": "Leaderboard type", "ui:help": "" }, "rank-text": { "ui:name": "Rank Text", "ui:help": "" }, "rank-type": { "ui:name": "Default rank", "ui:help": "" }, "unranked-text": { "ui:name": "Unranked Text", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "interval", "type": "string", "title": "Leaderboard time interval" }, { "name": "leaderboard-type", "type": "string", "title": "Leaderboard type", "enum": ["topStartedReferrers", "topConvertedReferrers"] }, { "name": "rank-text", "type": "string", "title": "Rank Text" }, { "name": "rank-type", "type": "string", "title": "Default rank", "enum": ["rowNumber", "rank", "denseRank"] }, { "name": "unranked-text", "type": "string", "title": "Unranked Text" }] }, { "tag": "sqm-name-fields", "name": "Name Fields", "uiSchema": { "demoData": { "ui:help": "" }, "first-name-label": { "ui:name": "First name field label", "ui:help": "" }, "last-name-label": { "ui:name": "Last name field label", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "{ states?: { validationErrors?: Record<string, string>; content: { firstNameLabel: string; lastNameLabel: string; }; }; }", "title": "demoData" }, { "name": "first-name-label", "type": "string", "title": "First name field label" }, { "name": "last-name-label", "type": "string", "title": "Last name field label" }] }, { "tag": "sqm-navigation-menu", "name": "Navigation Menu", "uiSchema": { "demoData": { "ui:help": "" }, "include-dropdown": { "ui:name": "Include dropdown menu", "ui:help": "" }, "menu-label": { "ui:name": "Label on the header menu", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "include-dropdown", "type": "boolean", "title": "Include dropdown menu" }, { "name": "menu-label", "type": "string", "title": "Label on the header menu" }] }, { "tag": "sqm-navigation-sidebar", "name": "Navigation Sidebar", "uiSchema": {}, "traits": [] }, { "tag": "sqm-navigation-sidebar-item", "name": "Navigation Link", "uiSchema": { "demoData": { "ui:help": "" }, "icon": { "ui:name": "Icon", "ui:help": "" }, "label": { "ui:name": "Label", "ui:help": "" }, "path": { "ui:name": "Navigation path", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "icon", "type": "string", "title": "Icon" }, { "name": "label", "type": "string", "title": "Label" }, { "name": "path", "type": "string", "title": "Navigation path" }] }, { "tag": "sqm-password-field", "name": "Portal Password Field", "uiSchema": { "demoData": { "ui:help": "" }, "enable-validation": { "ui:name": "Enable live password validation", "ui:help": "" }, "field-label": { "ui:name": "Label for password field", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "enable-validation", "type": "boolean", "title": "Enable live password validation" }, { "name": "field-label", "type": "string", "title": "Label for password field" }] }, { "tag": "sqm-popup-container", "name": "Popup container for widgets", "uiSchema": { "close-button": { "ui:name": "Display a close button on the popup", "ui:help": "" }, "close-button-text": { "ui:name": "Text to be used as the close button", "ui:help": "" }, "embed-padding": { "ui:name": "Specify padding on the popup contents when in embedded mode", "ui:help": "" }, "popup-padding": { "ui:name": "Specify padding on the popup contents when in popup mode", "ui:help": "" }, "powered-by": { "ui:name": "Show SaaSquatch Powered By messaging", "ui:help": "" } }, "traits": [{ "name": "close-button", "type": "boolean", "title": "Display a close button on the popup" }, { "name": "close-button-text", "type": "string", "title": "Text to be used as the close button" }, { "name": "embed-padding", "type": "string", "title": "Specify padding on the popup contents when in embedded mode", "enum": ["none", "small", "medium", "large"] }, { "name": "popup-padding", "type": "string", "title": "Specify padding on the popup contents when in popup mode", "enum": ["none", "small", "medium", "large"] }, { "name": "powered-by", "type": "boolean", "title": "Show SaaSquatch Powered By messaging" }] }, { "tag": "sqm-portal-change-password", "name": "Portal Profile", "uiSchema": { "cancel-text": { "ui:name": "Modal cancel password change button text", "ui:help": "" }, "change-password-button-text": { "ui:name": "Modal change password button text", "ui:help": "" }, "confirm-password-field-label": { "ui:name": "Password confirmation input field label", "ui:help": "" }, "demoData": { "ui:help": "" }, "modal-change-password-header": { "ui:name": "Change password modal header", "ui:help": "" }, "password-field-label": { "ui:name": "Password input field label", "ui:help": "" }, "portal-change-password-button-text": { "ui:name": "Portal change password button text", "ui:help": "" }, "portal-change-password-header": { "ui:name": "Portal change password section header", "ui:help": "" }, "success-message": { "ui:name": "Successful password change message", "ui:help": "" } }, "traits": [{ "name": "cancel-text", "type": "string", "title": "Modal cancel password change button text" }, { "name": "change-password-button-text", "type": "string", "title": "Modal change password button text" }, { "name": "confirm-password-field-label", "type": "string", "title": "Password confirmation input field label" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "modal-change-password-header", "type": "string", "title": "Change password modal header" }, { "name": "password-field-label", "type": "string", "title": "Password input field label" }, { "name": "portal-change-password-button-text", "type": "string", "title": "Portal change password button text" }, { "name": "portal-change-password-header", "type": "string", "title": "Portal change password section header" }, { "name": "success-message", "type": "string", "title": "Successful password change message" }] }, { "tag": "sqm-portal-container", "name": "Portal Container", "uiSchema": { "direction": { "ui:name": "Direction", "ui:help": "" }, "display": { "ui:name": "Display", "ui:help": "" }, "gap": { "ui:name": "Gap", "ui:help": "" }, "max-width": { "ui:name": "Maximum width", "ui:help": "" }, "min-width": { "ui:name": "Minimum width", "ui:help": "" }, "padding": { "ui:name": "Padding", "ui:help": "" } }, "traits": [{ "name": "direction", "type": "string", "title": "Direction", "enum": ["row", "column"] }, { "name": "display", "type": "string", "title": "Display", "enum": ["grid", "flex"] }, { "name": "gap", "type": "string", "title": "Gap", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }, { "name": "max-width", "type": "string", "title": "Maximum width" }, { "name": "min-width", "type": "string", "title": "Minimum width" }, { "name": "padding", "type": "string", "title": "Padding", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }] }, { "tag": "sqm-portal-email-verification", "name": "Portal Email Verification", "uiSchema": { "demoData": { "ui:help": "" }, "email-verification-header": { "ui:name": "Email verification header text", "ui:help": "" }, "redirect-path": { "ui:name": "Email redirection base path", "ui:help": "The page that users are redirected to from the verification email." }, "resend-email-button-text": { "ui:name": "Re-send email button text", "ui:help": "" }, "verify-message": { "ui:name": "Email verification body text", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "email-verification-header", "type": "string", "title": "Email verification header text" }, { "name": "redirect-path", "type": "string", "title": "Email redirection base path" }, { "name": "resend-email-button-text", "type": "string", "title": "Re-send email button text" }, { "name": "verify-message", "type": "string", "title": "Email verification body text" }] }, { "tag": "sqm-portal-footer", "name": "Portal Footer", "uiSchema": { "faq-link": { "ui:name": "FAQ Link", "ui:help": "" }, "faq-text": { "ui:name": "FAQ Text", "ui:help": "" }, "padding-bottom": { "ui:name": "Padding Bottom", "ui:help": "" }, "padding-left": { "ui:name": "Padding Left", "ui:help": "" }, "padding-right": { "ui:name": "Padding Right", "ui:help": "" }, "padding-top": { "ui:name": "Padding Top", "ui:help": "" }, "powered-by-link": { "ui:name": "Powered By Link", "ui:help": "" }, "show-powered-by": { "ui:name": "Show Powered By SaaSquatch", "ui:help": "" }, "support-email": { "ui:name": "Support Email", "ui:help": "" }, "support-text": { "ui:name": "Support Text", "ui:help": "" }, "terms-link": { "ui:name": "Terms and Conditions Link", "ui:help": "" }, "terms-text": { "ui:name": "Terms and Conditions Text", "ui:help": "" } }, "traits": [{ "name": "faq-link", "type": "string", "title": "FAQ Link" }, { "name": "faq-text", "type": "string", "title": "FAQ Text" }, { "name": "padding-bottom", "type": "string", "title": "Padding Bottom" }, { "name": "padding-left", "type": "string", "title": "Padding Left" }, { "name": "padding-right", "type": "string", "title": "Padding Right" }, { "name": "padding-top", "type": "string", "title": "Padding Top" }, { "name": "powered-by-link", "type": "string", "title": "Powered By Link" }, { "name": "show-powered-by", "type": "boolean", "title": "Show Powered By SaaSquatch" }, { "name": "support-email", "type": "string", "title": "Support Email" }, { "name": "support-text", "type": "string", "title": "Support Text" }, { "name": "terms-link", "type": "string", "title": "Terms and Conditions Link" }, { "name": "terms-text", "type": "string", "title": "Terms and Conditions Text" }] }, { "tag": "sqm-portal-forgot-password", "name": "Portal Forgot Password", "uiSchema": { "demoData": { "ui:help": "" }, "email-label": { "ui:name": "Email label", "ui:help": "" }, "login-path": { "ui:name": "Routing path to login page", "ui:help": "" }, "redirect-path": { "ui:name": "Email redirection base path", "ui:help": "The page that users are redirected to from the password reset email." }, "submit-label": { "ui:name": "Password reset button text", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "email-label", "type": "string", "title": "Email label" }, { "name": "login-path", "type": "string", "title": "Routing path to login page" }, { "name": "redirect-path", "type": "string", "title": "Email redirection base path" }, { "name": "submit-label", "type": "string", "title": "Password reset button text" }] }, { "tag": "sqm-portal-frame", "name": "Portal Frame", "uiSchema": { "demoData": { "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }] }, { "tag": "sqm-portal-login", "name": "Portal Login", "uiSchema": { "demoData": { "ui:help": "" }, "email-label": { "ui:name": "Label for email field", "ui:help": "" }, "forgot-password-label": { "ui:name": "Label for forgotten password button", "ui:help": "" }, "forgot-password-path": { "ui:name": "Forgot password button redirect path", "ui:help": "" }, "next-page": { "ui:name": "Page navigated to after sign-in", "ui:help": "" }, "page-label": { "ui:name": "Heading label", "ui:help": "" }, "password-label": { "ui:name": "Label for password field", "ui:help": "" }, "register-label": { "ui:name": "Label for register navigation button", "ui:help": "" }, "register-path": { "ui:name": "Register button redirection path", "ui:help": "" }, "submit-label": { "ui:name": "Label for submit button", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "email-label", "type": "string", "title": "Label for email field" }, { "name": "forgot-password-label", "type": "string", "title": "Label for forgotten password button" }, { "name": "forgot-password-path", "type": "string", "title": "Forgot password button redirect path" }, { "name": "next-page", "type": "string", "title": "Page navigated to after sign-in" }, { "name": "page-label", "type": "string", "title": "Heading label" }, { "name": "password-label", "type": "string", "title": "Label for password field" }, { "name": "register-label", "type": "string", "title": "Label for register navigation button" }, { "name": "register-path", "type": "string", "title": "Register button redirection path" }, { "name": "submit-label", "type": "string", "title": "Label for submit button" }] }, { "tag": "sqm-portal-logout", "name": "Portal Logout", "uiSchema": { "next-page": { "ui:name": "Next Page path", "ui:help": "" } }, "traits": [{ "name": "next-page", "type": "string", "title": "Next Page path" }] }, { "tag": "sqm-portal-profile", "name": "Portal Profile", "uiSchema": { "countrytext": { "ui:name": "Country input field label", "ui:help": "" }, "demoData": { "ui:help": "" }, "edit-profile-header": { "ui:name": "Edit profile header", "ui:help": "" }, "edit-profile-sub-header": { "ui:name": "Edit profile sub header", "ui:help": "" }, "emailtext": { "ui:name": "Email input field label", "ui:help": "" }, "firstnametext": { "ui:name": "First name input field label", "ui:help": "" }, "lastnametext": { "ui:name": "Last name input field label", "ui:help": "" }, "show-country": { "ui:name": "Show or hide country field", "ui:help": "" }, "submit-change-button-text": { "ui:name": "Text for the submit changes button", "ui:help": "" } }, "traits": [{ "name": "countrytext", "type": "string", "title": "Country input field label" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "edit-profile-header", "type": "string", "title": "Edit profile header" }, { "name": "edit-profile-sub-header", "type": "string", "title": "Edit profile sub header" }, { "name": "emailtext", "type": "string", "title": "Email input field label" }, { "name": "firstnametext", "type": "string", "title": "First name input field label" }, { "name": "lastnametext", "type": "string", "title": "Last name input field label" }, { "name": "show-country", "type": "boolean", "title": "Show or hide country field" }, { "name": "submit-change-button-text", "type": "string", "title": "Text for the submit changes button" }] }, { "tag": "sqm-portal-protected-route", "name": "Portal Protected Route", "uiSchema": { "redirect-to": { "ui:name": "Redirect Path", "ui:help": "" }, "redirect-to-unverified": { "ui:name": "Redirect unverified users path", "ui:help": "" }, "require-email-verification": { "ui:name": "Require Email Verification", "ui:help": "" } }, "traits": [{ "name": "redirect-to", "type": "string", "title": "Redirect Path" }, { "name": "redirect-to-unverified", "type": "string", "title": "Redirect unverified users path" }, { "name": "require-email-verification", "type": "boolean", "title": "Require Email Verification" }] }, { "tag": "sqm-portal-register", "name": "Portal Register", "uiSchema": { "confirm-password": { "ui:name": "Show confirm password field", "ui:help": "" }, "confirm-password-label": { "ui:name": "Label for confirm password field", "ui:help": "" }, "demoData": { "ui:help": "" }, "email-label": { "ui:name": "Label for email field", "ui:help": "" }, "enable-password-validation": { "ui:name": "Use password field with live validation", "ui:help": "" }, "hide-inputs": { "ui:name": "Hide default input fields to use custom fields", "ui:help": "" }, "login-label": { "ui:name": "Label for login navigation button", "ui:help": "" }, "login-path": { "ui:name": "Sign in button redirection path", "ui:help": "" }, "next-page": { "ui:name": "Page navigated to after registration", "ui:help": "" }, "page-label": { "ui:name": "Heading label", "ui:help": "" }, "password-label": { "ui:name": "Label for password field", "ui:help": "" }, "redirect-path": { "ui:name": "Email redirection base path", "ui:help": "The page that users are redirected to from the verification email." }, "submit-label": { "ui:name": "Label for submit button", "ui:help": "" } }, "traits": [{ "name": "confirm-password", "type": "boolean", "title": "Show confirm password field" }, { "name": "confirm-password-label", "type": "string", "title": "Label for confirm password field" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "email-label", "type": "string", "title": "Label for email field" }, { "name": "enable-password-validation", "type": "boolean", "title": "Use password field with live validation" }, { "name": "hide-inputs", "type": "boolean", "title": "Hide default input fields to use custom fields" }, { "name": "login-label", "type": "string", "title": "Label for login navigation button" }, { "name": "login-path", "type": "string", "title": "Sign in button redirection path" }, { "name": "next-page", "type": "string", "title": "Page navigated to after registration" }, { "name": "page-label", "type": "string", "title": "Heading label" }, { "name": "password-label", "type": "string", "title": "Label for password field" }, { "name": "redirect-path", "type": "string", "title": "Email redirection base path" }, { "name": "submit-label", "type": "string", "title": "Label for submit button" }] }, { "tag": "sqm-portal-reset-password", "name": "Portal Reset Password", "uiSchema": { "confirm-password": { "ui:name": "Show confirm password", "ui:help": "" }, "confirm-password-field-label": { "ui:name": "Confirm password field label", "ui:help": "" }, "continue-button-text": { "ui:name": "Continue button text", "ui:help": "Displayed after a successful password reset" }, "demoData": { "ui:help": "" }, "failed-page": { "ui:name": "Failed page redirection path", "ui:help": "The page that users are redirected to if the reset fails due to outdated password reset attempt." }, "next-page": { "ui:name": "Next page path", "ui:help": "The page that users are redirected to when the password reset succeeds." }, "password-field-label": { "ui:name": "Password field label", "ui:help": "" }, "password-reset-header": { "ui:name": "Password reset header text", "ui:help": "Displayed after a successful password reset" }, "reset-password-button-text": { "ui:name": "Password reset button text", "ui:help": "" }, "reset-password-header": { "ui:name": "Password reset header text", "ui:help": "" } }, "traits": [{ "name": "confirm-password", "type": "boolean", "title": "Show confirm password" }, { "name": "confirm-password-field-label", "type": "string", "title": "Confirm password field label" }, { "name": "continue-button-text", "type": "string", "title": "Continue button text" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "failed-page", "type": "string", "title": "Failed page redirection path" }, { "name": "next-page", "type": "string", "title": "Next page path" }, { "name": "password-field-label", "type": "string", "title": "Password field label" }, { "name": "password-reset-header", "type": "string", "title": "Password reset header text" }, { "name": "reset-password-button-text", "type": "string", "title": "Password reset button text" }, { "name": "reset-password-header", "type": "string", "title": "Password reset header text" }] }, { "tag": "sqm-portal-verify-email", "name": "Portal Verify Email", "uiSchema": { "demoData": { "ui:help": "" }, "failed-page": { "ui:name": "Failed page redirection path", "ui:help": "The page that users are redirected to if verification fails due to outdated verification attempt." }, "next-page": { "ui:name": "Next page path", "ui:help": "The page that users are redirected to when the verification succeeds." } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "failed-page", "type": "string", "title": "Failed page redirection path" }, { "name": "next-page", "type": "string", "title": "Next page path" }] }, { "tag": "sqm-program-explainer", "name": "Program Explainer", "uiSchema": { "background-color": { "ui:widget": "color", "ui:name": "Header Background Color", "ui:help": "" }, "header": { "ui:name": "Header Text", "ui:help": "" }, "text-color": { "ui:widget": "color", "ui:name": "Header Text Color", "ui:help": "" } }, "traits": [{ "name": "background-color", "type": "string", "title": "Header Background Color" }, { "name": "header", "type": "string", "title": "Header Text" }, { "name": "text-color", "type": "string", "title": "Header Text Color" }] }, { "tag": "sqm-program-explainer-step", "name": "Program Explainer Step", "uiSchema": { "background-color": { "ui:name": "Background Color", "ui:help": "" }, "description": { "ui:name": "Description", "ui:help": "" }, "header": { "ui:name": "Title", "ui:help": "" }, "icon": { "ui:name": "Icon", "ui:help": "" }, "image-url": { "ui:name": "Image URl", "ui:help": "Displayed in place of an icon" }, "text-color": { "ui:widget": "color", "ui:name": "Color", "ui:help": "" } }, "traits": [{ "name": "background-color", "type": "string", "title": "Background Color" }, { "name": "description", "type": "string", "title": "Description" }, { "name": "header", "type": "string", "title": "Title" }, { "name": "icon", "type": "string", "title": "Icon" }, { "name": "image-url", "type": "string", "title": "Image URl" }, { "name": "text-color", "type": "string", "title": "Color" }] }, { "tag": "sqm-program-menu", "name": "Portal Menu", "uiSchema": {}, "traits": [] }, { "tag": "sqm-referral-card", "name": "Referral Card", "uiSchema": { "description": { "ui:name": "Description Text", "ui:help": "" }, "header": { "ui:name": "Header Text", "ui:help": "" }, "padding": { "ui:name": "Padding", "ui:help": "" }, "vertical-alignment": { "ui:name": "Padding", "ui:help": "" } }, "traits": [{ "name": "description", "type": "string", "title": "Description Text" }, { "name": "header", "type": "string", "title": "Header Text" }, { "name": "padding", "type": "string", "title": "Padding", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }, { "name": "vertical-alignment", "type": "string", "title": "Padding", "enum": ["start", "center", "end"] }] }, { "tag": "sqm-referral-iframe", "name": "Referral IFrame", "uiSchema": { "demoData": { "ui:help": "" }, "iframe-height": { "ui:name": "Height of the iframe container", "ui:help": "" }, "iframe-src": { "ui:name": "URL of iframe to display", "ui:help": "" }, "iframe-width": { "ui:name": "Width of the iframe container", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "iframe-height", "type": "string", "title": "Height of the iframe container" }, { "name": "iframe-src", "type": "string", "title": "URL of iframe to display" }, { "name": "iframe-width", "type": "string", "title": "Width of the iframe container" }] }, { "tag": "sqm-referral-table", "name": "Referral Table", "uiSchema": { "demoData": { "ui:help": "" }, "empty-state-img-url": { "ui:name": "Empty State Image Link", "ui:help": "" }, "empty-state-text": { "ui:name": "Empty State Text", "ui:help": "" }, "empty-state-title": { "ui:name": "Empty State Title", "ui:help": "" }, "hidden-columns": { "ui:name": "Hide Columns (Mobile View)", "ui:help": "" }, "md-breakpoint": { "ui:name": "Hide Columns (Mobile View)", "ui:help": "" }, "more-label": { "ui:name": "View More button text", "ui:help": "" }, "per-page": { "ui:name": "Number of referrals per page", "ui:help": "" }, "prev-label": { "ui:name": "Previous button text", "ui:help": "" }, "program-id": { "ui:name": "Program", "ui:help": "Filters to only show referrals in this program. Will default to filtering by the program context where\r\nthis table lives. If no program ID is set or provided by context, then shows all referrals from all programs.\r\nIf program ID is \"classic\", shows classic-only referrals" }, "show-labels": { "ui:name": "Show column labels", "ui:help": "" }, "show-referrer": { "ui:name": "Show Referred by user in table", "ui:help": "" }, "sm-breakpoint": { "ui:name": "Hide Columns (Mobile View)", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "empty-state-img-url", "type": "string", "title": "Empty State Image Link" }, { "name": "empty-state-text", "type": "string", "title": "Empty State Text" }, { "name": "empty-state-title", "type": "string", "title": "Empty State Title" }, { "name": "hidden-columns", "type": "string", "title": "Hide Columns (Mobile View)" }, { "name": "md-breakpoint", "type": "number", "title": "Hide Columns (Mobile View)" }, { "name": "more-label", "type": "string", "title": "View More button text" }, { "name": "per-page", "type": "number", "title": "Number of referrals per page" }, { "name": "prev-label", "type": "string", "title": "Previous button text" }, { "name": "program-id", "type": "string", "title": "Program" }, { "name": "show-labels", "type": "boolean", "title": "Show column labels" }, { "name": "show-referrer", "type": "boolean", "title": "Show Referred by user in table" }, { "name": "sm-breakpoint", "type": "number", "title": "Hide Columns (Mobile View)" }] }, { "tag": "sqm-referral-table-cell", "name": "sqm-referral-table-cell", "uiSchema": { "inner-template": { "ui:help": "" } }, "traits": [{ "name": "inner-template", "type": "string", "title": "inner-template" }] }, { "tag": "sqm-referral-table-column", "name": "Referral Table Generic Column", "uiSchema": { "column-title": { "ui:name": "Column Title", "ui:help": "" } }, "traits": [{ "name": "column-title", "type": "string", "title": "Column Title" }] }, { "tag": "sqm-referral-table-date-cell", "name": "sqm-referral-table-date-cell", "uiSchema": { "date": { "ui:help": "" }, "locale": { "ui:help": "" } }, "traits": [{ "name": "date", "type": "number", "title": "date" }, { "name": "locale", "type": "string", "title": "locale" }] }, { "tag": "sqm-referral-table-date-column", "name": "Referral Table Date Column", "uiSchema": { "column-title": { "ui:name": "Date Column Title", "ui:help": "" }, "date-shown": { "ui:name": "Date Displayed", "ui:help": "" } }, "traits": [{ "name": "column-title", "type": "string", "title": "Date Column Title" }, { "name": "date-shown", "type": "string", "title": "Date Displayed", "enum": ["dateConverted", "dateReferralStarted", "dateFraudChecksCompleted", "dateModerated", "dateModified", "dateReferralEnded", "dateReferralPaid", "dateUserModified"] }] }, { "tag": "sqm-referral-table-rewards-cell", "name": "sqm-referral-table-rewards-cell", "uiSchema": { "expiring-text": { "ui:help": "" }, "fuel-tank-text": { "ui:help": "" }, "hide-details": { "ui:help": "" }, "locale": { "ui:help": "" }, "pending-for-text": { "ui:help": "" }, "reward-received-text": { "ui:help": "" }, "rewards": { "ui:help": "" }, "status-long-text": { "ui:help": "" }, "status-text": { "ui:help": "" } }, "traits": [{ "name": "expiring-text", "type": "string", "title": "expiring-text" }, { "name": "fuel-tank-text", "type": "string", "title": "fuel-tank-text" }, { "name": "hide-details", "type": "boolean", "title": "hide-details" }, { "name": "locale", "type": "string", "title": "locale" }, { "name": "pending-for-text", "type": "string", "title": "pending-for-text" }, { "name": "reward-received-text", "type": "string", "title": "reward-received-text" }, { "name": "rewards", "type": "Reward[]", "title": "rewards" }, { "name": "status-long-text", "type": "string", "title": "status-long-text" }, { "name": "status-text", "type": "string", "title": "status-text" }] }, { "tag": "sqm-referral-table-rewards-column", "name": "Referral Table Rewards Column", "uiSchema": { "column-title": { "ui:name": "Reward column title", "ui:help": "" }, "expiring-text": { "ui:name": "Reward Expiring Text", "ui:help": "" }, "fuel-tank-text": { "ui:name": "Fuel Tank Code Text", "ui:help": "" }, "hide-details": { "ui:name": "Hide dropdown details of reward", "ui:help": "" }, "pending-for-text": { "ui:name": "Reward Pending Text", "ui:help": "" }, "reward-received-text": { "ui:name": "Reward Received Text", "ui:help": "" }, "status-long-text": { "ui:name": "Reward Status Long Text", "ui:help": "" }, "status-text": { "ui:name": "Reward Status Text", "ui:help": "" } }, "traits": [{ "name": "column-title", "type": "string", "title": "Reward column title" }, { "name": "expiring-text", "type": "string", "title": "Reward Expiring Text" }, { "name": "fuel-tank-text", "type": "string", "title": "Fuel Tank Code Text" }, { "name": "hide-details", "type": "boolean", "title": "Hide dropdown details of reward" }, { "name": "pending-for-text", "type": "string", "title": "Reward Pending Text" }, { "name": "reward-received-text", "type": "string", "title": "Reward Received Text" }, { "name": "status-long-text", "type": "string", "title": "Reward Status Long Text" }, { "name": "status-text", "type": "string", "title": "Reward Status Text" }] }, { "tag": "sqm-referral-table-status-cell", "name": "sqm-referral-table-status-cell", "uiSchema": { "converted": { "ui:help": "" }, "status-text": { "ui:help": "" } }, "traits": [{ "name": "converted", "type": "boolean", "title": "converted" }, { "name": "status-text", "type": "string", "title": "status-text" }] }, { "tag": "sqm-referral-table-status-column", "name": "Referral Table Status Column", "uiSchema": { "column-title": { "ui:name": "Column Title", "ui:help": "" }, "converted-status-text": { "ui:name": "Converted Status Text", "ui:help": "" }, "in-progress-status-text": { "ui:name": "In Progress Status Text", "ui:help": "" } }, "traits": [{ "name": "column-title", "type": "string", "title": "Column Title" }, { "name": "converted-status-text", "type": "string", "title": "Converted Status Text" }, { "name": "in-progress-status-text", "type": "string", "title": "In Progress Status Text" }] }, { "tag": "sqm-referral-table-user-cell", "name": "sqm-referral-table-user-cell", "uiSchema": { "name": { "ui:help": "" } }, "traits": [{ "name": "name", "type": "string", "title": "name" }] }, { "tag": "sqm-referral-table-user-column", "name": "Referral Table User Column", "uiSchema": { "anonymous-user": { "ui:name": "Name displayed for anonymous users", "ui:help": "" }, "column-title": { "ui:name": "User Column Title", "ui:help": "" }, "deleted-user": { "ui:name": "Name displayed for deleted users", "ui:help": "" } }, "traits": [{ "name": "anonymous-user", "type": "string", "title": "Name displayed for anonymous users" }, { "name": "column-title", "type": "string", "title": "User Column Title" }, { "name": "deleted-user", "type": "string", "title": "Name displayed for deleted users" }] }, { "tag": "sqm-refresh-button", "name": "Refresh Button", "uiSchema": { "icon": { "ui:name": "Icon to show in the slot", "ui:help": "" } }, "traits": [{ "name": "icon", "type": "string", "title": "Icon to show in the slot" }] }, { "tag": "sqm-reward-exchange-list", "name": "Reward Exchange List", "uiSchema": { "back-text": { "ui:name": "Back Button Text", "ui:help": "" }, "button-text": { "ui:name": "Exchange button text", "ui:help": "" }, "cancel-text": { "ui:name": "Cancel Button Text", "ui:help": "" }, "choose-amount-title": { "ui:name": "Choose Amount Progress Title", "ui:help": "" }, "choose-reward-title": { "ui:name": "Choose Reward Progress Title", "ui:help": "" }, "confirmation-title": { "ui:name": "Confirmation Progress Title", "ui:help": "" }, "continue-text": { "ui:name": "Continue Button Text", "ui:help": "" }, "continue-to-confirmation-text": { "ui:name": "Continue to Confirmation Button Text", "ui:help": "" }, "cost-title": { "ui:name": "Cost Row Title", "ui:help": "Shown in the confirmation state." }, "demoData": { "ui:help": "" }, "done-text": { "ui:name": "Done Text", "ui:help": "" }, "not-available-error": { "ui:name": "Exchange button text", "ui:help": "" }, "not-enough-error": { "ui:name": "Not Enough Available Error Message", "ui:help": "" }, "promo-code": { "ui:name": "Promo Code Text", "ui:help": "" }, "query-error": { "ui:name": "Reward List Error Message", "ui:help": "" }, "redeem-text": { "ui:name": "Redeem Button Text", "ui:help": "" }, "redeem-title": { "ui:name": "Confirmation Title Text", "ui:help": "" }, "redemption-error": { "ui:name": "Redemption Error Message", "ui:help": "" }, "redemption-success-text": { "ui:name": "Redemption Success Message", "ui:help": "" }, "reward-amount-title": { "ui:name": "Reward Amount Row Title", "ui:help": "Shown in the confirmation state." }, "reward-name-title": { "ui:name": "Reward Row Title", "ui:help": "Shown in the confirmation state." }, "reward-title": { "ui:name": "Reward Title Text", "ui:help": "" }, "select-text": { "ui:name": "Select Amount Text", "ui:help": "" }, "skeleton-card-num": { "ui:name": "Number of Skeleton Cards", "ui:help": "" }, "source-amount-message": { "ui:name": "Reward Exchange Amount Text", "ui:help": "" }, "tooltiptext": { "ui:name": "Tool Tip Text", "ui:help": "Shown when a user copies a fuel tank code" } }, "traits": [{ "name": "back-text", "type": "string", "title": "Back Button Text" }, { "name": "button-text", "type": "string", "title": "Exchange button text" }, { "name": "cancel-text", "type": "string", "title": "Cancel Button Text" }, { "name": "choose-amount-title", "type": "string", "title": "Choose Amount Progress Title" }, { "name": "choose-reward-title", "type": "string", "title": "Choose Reward Progress Title" }, { "name": "confirmation-title", "type": "string", "title": "Confirmation Progress Title" }, { "name": "continue-text", "type": "string", "title": "Continue Button Text" }, { "name": "continue-to-confirmation-text", "type": "string", "title": "Continue to Confirmation Button Text" }, { "name": "cost-title", "type": "string", "title": "Cost Row Title" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "done-text", "type": "string", "title": "Done Text" }, { "name": "not-available-error", "type": "string", "title": "Exchange button text" }, { "name": "not-enough-error", "type": "string", "title": "Not Enough Available Error Message" }, { "name": "promo-code", "type": "string", "title": "Promo Code Text" }, { "name": "query-error", "type": "string", "title": "Reward List Error Message" }, { "name": "redeem-text", "type": "string", "title": "Redeem Button Text" }, { "name": "redeem-title", "type": "string", "title": "Confirmation Title Text" }, { "name": "redemption-error", "type": "string", "title": "Redemption Error Message" }, { "name": "redemption-success-text", "type": "string", "title": "Redemption Success Message" }, { "name": "reward-amount-title", "type": "string", "title": "Reward Amount Row Title" }, { "name": "reward-name-title", "type": "string", "title": "Reward Row Title" }, { "name": "reward-title", "type": "string", "title": "Reward Title Text" }, { "name": "select-text", "type": "string", "title": "Select Amount Text" }, { "name": "skeleton-card-num", "type": "number", "title": "Number of Skeleton Cards" }, { "name": "source-amount-message", "type": "string", "title": "Reward Exchange Amount Text" }, { "name": "tooltiptext", "type": "string", "title": "Tool Tip Text" }] }, { "tag": "sqm-rewards-table", "name": "Rewards Table", "uiSchema": { "demoData": { "ui:help": "" }, "empty-state-img-url": { "ui:name": "Empty State Image Link", "ui:help": "" }, "empty-state-text": { "ui:name": "Empty State Text", "ui:help": "" }, "empty-state-title": { "ui:name": "Empty State Title", "ui:help": "" }, "hidden-columns": { "ui:name": "Hide Columns (Mobile View)", "ui:help": "" }, "md-breakpoint": { "ui:name": "Hide Columns (Mobile View)", "ui:help": "" }, "more-label": { "ui:name": "View More button text", "ui:help": "" }, "per-page": { "ui:name": "Number of rewards per page", "ui:help": "" }, "prev-label": { "ui:name": "Previous button text", "ui:help": "" }, "program-id": { "ui:name": "Program", "ui:help": "Filters to only show rewards in this program. Will default to filtering by the program context where\r\nthis table lives. If no program ID is set or provided by context, then shows all rewards from all programs." }, "show-labels": { "ui:name": "Show column labels", "ui:help": "" }, "sm-breakpoint": { "ui:name": "Hide Columns (Mobile View)", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "empty-state-img-url", "type": "string", "title": "Empty State Image Link" }, { "name": "empty-state-text", "type": "string", "title": "Empty State Text" }, { "name": "empty-state-title", "type": "string", "title": "Empty State Title" }, { "name": "hidden-columns", "type": "string", "title": "Hide Columns (Mobile View)" }, { "name": "md-breakpoint", "type": "number", "title": "Hide Columns (Mobile View)" }, { "name": "more-label", "type": "string", "title": "View More button text" }, { "name": "per-page", "type": "number", "title": "Number of rewards per page" }, { "name": "prev-label", "type": "string", "title": "Previous button text" }, { "name": "program-id", "type": "string", "title": "Program" }, { "name": "show-labels", "type": "boolean", "title": "Show column labels" }, { "name": "sm-breakpoint", "type": "number", "title": "Hide Columns (Mobile View)" }] }, { "tag": "sqm-rewards-table-date-cell", "name": "sqm-rewards-table-date-cell", "uiSchema": { "date": { "ui:help": "" }, "locale": { "ui:help": "" } }, "traits": [{ "name": "date", "type": "number", "title": "date" }, { "name": "locale", "type": "string", "title": "locale" }] }, { "tag": "sqm-rewards-table-date-column", "name": "Reward Table Date Column", "uiSchema": { "column-title": { "ui:name": "Date Column Title", "ui:help": "" }, "date-shown": { "ui:name": "Date Displayed", "ui:help": "" } }, "traits": [{ "name": "column-title", "type": "string", "title": "Date Column Title" }, { "name": "date-shown", "type": "string", "title": "Date Displayed", "enum": ["dateGiven", "dateExpires", "dateCancelled", "dateRedeemed", "dateScheduledFor"] }] }, { "tag": "sqm-rewards-table-reward-cell", "name": "sqm-rewards-table-reward-cell", "uiSchema": { "available-text": { "ui:help": "" }, "locale": { "ui:help": "" }, "redeemed-text": { "ui:help": "" }, "reward": { "ui:help": "" } }, "traits": [{ "name": "available-text", "type": "string", "title": "available-text" }, { "name": "locale", "type": "string", "title": "locale" }, { "name": "redeemed-text", "type": "string", "title": "redeemed-text" }, { "name": "reward", "type": "Reward", "title": "reward" }] }, { "tag": "sqm-rewards-table-reward-column", "name": "Rewards Table Reward Column", "uiSchema": { "available-text": { "ui:name": "Remaining Amount Text", "ui:help": "" }, "column-title": { "ui:name": "Reward column title", "ui:help": "" }, "redeemed-text": { "ui:name": "Redeemed Amount Text", "ui:help": "" } }, "traits": [{ "name": "available-text", "type": "string", "title": "Remaining Amount Text" }, { "name": "column-title", "type": "string", "title": "Reward column title" }, { "name": "redeemed-text", "type": "string", "title": "Redeemed Amount Text" }] }, { "tag": "sqm-rewards-table-source-cell", "name": "sqm-rewards-table-source-cell", "uiSchema": { "anonymous-user-text": { "ui:help": "" }, "deleted-user-text": { "ui:help": "" }, "locale": { "ui:help": "" }, "referral-text": { "ui:help": "" }, "reward": { "ui:help": "" }, "reward-exchange-text": { "ui:help": "" }, "reward-source-text": { "ui:help": "" } }, "traits": [{ "name": "anonymous-user-text", "type": "string", "title": "anonymous-user-text" }, { "name": "deleted-user-text", "type": "string", "title": "deleted-user-text" }, { "name": "locale", "type": "string", "title": "locale" }, { "name": "referral-text", "type": "string", "title": "referral-text" }, { "name": "reward", "type": "Reward", "title": "reward" }, { "name": "reward-exchange-text", "type": "string", "title": "reward-exchange-text" }, { "name": "reward-source-text", "type": "string", "title": "reward-source-text" }] }, { "tag": "sqm-rewards-table-source-column", "name": "Reward Table Source Column", "uiSchema": { "anonymous-user": { "ui:name": "Name displayed for anonymous users", "ui:help": "" }, "column-title": { "ui:name": "User Column Title", "ui:help": "" }, "deleted-user": { "ui:name": "Name displayed for deleted users", "ui:help": "" }, "referral-text": { "ui:name": "Referral Text", "ui:help": "Shown when a reward has been created by a referral" }, "reward-exchange-text": { "ui:name": "Reward Exchange label", "ui:help": "" }, "reward-source-text": { "ui:name": "Reward Source Text", "ui:help": "" } }, "traits": [{ "name": "anonymous-user", "type": "string", "title": "Name displayed for anonymous users" }, { "name": "column-title", "type": "string", "title": "User Column Title" }, { "name": "deleted-user", "type": "string", "title": "Name displayed for deleted users" }, { "name": "referral-text", "type": "string", "title": "Referral Text" }, { "name": "reward-exchange-text", "type": "string", "title": "Reward Exchange label" }, { "name": "reward-source-text", "type": "string", "title": "Reward Source Text" }] }, { "tag": "sqm-rewards-table-status-cell", "name": "sqm-rewards-table-status-cell", "uiSchema": { "expiry-text": { "ui:help": "" }, "locale": { "ui:help": "" }, "reward": { "ui:help": "" }, "status-text": { "ui:help": "" } }, "traits": [{ "name": "expiry-text", "type": "string", "title": "expiry-text" }, { "name": "locale", "type": "string", "title": "locale" }, { "name": "reward", "type": "Reward", "title": "reward" }, { "name": "status-text", "type": "string", "title": "status-text" }] }, { "tag": "sqm-rewards-table-status-column", "name": "Reward Table Status Column", "uiSchema": { "column-title": { "ui:name": "Column Title", "ui:help": "" }, "expiry-text": { "ui:name": "Expired Status Text", "ui:help": "" }, "status-text": { "ui:name": "Reward Status Text", "ui:help": "" } }, "traits": [{ "name": "column-title", "type": "string", "title": "Column Title" }, { "name": "expiry-text", "type": "string", "title": "Expired Status Text" }, { "name": "status-text", "type": "string", "title": "Reward Status Text" }] }, { "tag": "sqm-route", "name": "Route (for pages)", "uiSchema": { "path": { "ui:name": "Navigation path name", "ui:help": "" } }, "traits": [{ "name": "path", "type": "string", "title": "Navigation path name" }] }, { "tag": "sqm-router", "name": "Router (for pages)", "uiSchema": {}, "traits": [] }, { "tag": "sqm-share-button", "name": "Share Button", "uiSchema": { "ui:order": ["medium", "program-id", "*", "pill", "disabled", "hideicon"], "backgroundcolor": { "ui:name": "Button background color", "ui:help": "" }, "borderradius": { "ui:name": "Configure border radius with pixel amount", "ui:help": "" }, "demoData": { "ui:help": "" }, "disabled": { "ui:name": "Disabled", "ui:help": "" }, "hideicon": { "ui:name": "Hide the icon", "ui:help": "" }, "hidetext": { "ui:name": "Hide the text", "ui:help": "" }, "icon": { "ui:name": "Icon used in button. Will try to select an icon based on the share medium if left empty.", "ui:help": "" }, "iconslot": { "ui:name": "Icon Location", "ui:help": "" }, "medium": { "ui:name": "Share Medium", "ui:help": "The social medium to share on. Share messages and links\r\nwill be pulled from your program config and tagged for analytics." }, "pill": { "ui:name": "Display as pill", "ui:help": "" }, "program-id": { "ui:name": "Program ID", "ui:help": "Optional programId, or uses the programId context where this button is rendered." }, "sharetext": { "ui:name": "Text used for native sharing (mobile only)", "ui:help": "" }, "sharetitle": { "ui:name": "Title used for native sharing (mobile only)", "ui:help": "" }, "size": { "ui:name": "Button Size", "ui:help": "" }, "textcolor": { "ui:name": "Button text color", "ui:help": "" }, "type": { "ui:name": "Button Style", "ui:help": "" } }, "traits": [{ "name": "backgroundcolor", "type": "string", "title": "Button background color" }, { "name": "borderradius", "type": "number", "title": "Configure border radius with pixel amount" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "disabled", "type": "boolean", "title": "Disabled" }, { "name": "hideicon", "type": "boolean", "title": "Hide the icon" }, { "name": "hidetext", "type": "boolean", "title": "Hide the text" }, { "name": "icon", "type": "string", "title": "Icon used in button. Will try to select an icon based on the share medium if left empty." }, { "name": "iconslot", "type": "string", "title": "Icon Location", "enum": ["prefix", "suffix"], "enumNames": ["Prefix", "Suffix"] }, { "name": "medium", "type": "string", "title": "Share Medium", "enum": ["facebook", "twitter", "email", "direct", "linkedin", "sms", "fbmessenger", "whatsapp", "linemessenger", "pinterest", "reminder", "unknown"], "enumNames": ["Facebook", "Twitter", "Email", "Web Share Sheet", "Linkedin", "SMS", "Facebook Messenger", "Whatsapp", "Line Messenger", "Pinterest", "Reminder", "Unknown"] }, { "name": "pill", "type": "boolean", "title": "Display as pill" }, { "name": "program-id", "type": "string", "title": "Program ID" }, { "name": "sharetext", "type": "string", "title": "Text used for native sharing (mobile only)" }, { "name": "sharetitle", "type": "string", "title": "Title used for native sharing (mobile only)" }, { "name": "size", "type": "string", "title": "Button Size", "enum": ["small", "medium", "large"], "enumNames": ["Small", "Medium", "Large"] }, { "name": "textcolor", "type": "string", "title": "Button text color" }, { "name": "type", "type": "string", "title": "Button Style", "enum": ["primary", "success", "info", "warning", "danger", "default", "text"] }] }, { "tag": "sqm-share-code", "name": "Share Code", "uiSchema": { "demoData": { "ui:help": "" }, "program-id": { "ui:name": "Program ID", "ui:help": "The ID of the program that should generate the code. Defaults to the program ID in context where this widget is loaded." }, "tooltip-lifespan": { "ui:name": "Tooltip lifespan", "ui:help": "The number of milliseconds that the tooltip will appear for" }, "tooltip-text": { "ui:name": "Tooltip text", "ui:help": "This is shown after someone has successfully copied the cpde to the clipboard." } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "program-id", "type": "string", "title": "Program ID" }, { "name": "tooltip-lifespan", "type": "number", "title": "Tooltip lifespan" }, { "name": "tooltip-text", "type": "string", "title": "Tooltip text" }] }, { "tag": "sqm-share-link", "name": "Share Link", "uiSchema": { "demoData": { "ui:help": "" }, "program-id": { "ui:name": "Program ID", "ui:help": "The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded." }, "tooltip-lifespan": { "ui:name": "Tooltip lifespan", "ui:help": "The number of milliseconds that the tooltip will appear for" }, "tooltip-text": { "ui:name": "Tooltip text", "ui:help": "This is shown after someone has successfully copied the link to the clipboard." } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "program-id", "type": "string", "title": "Program ID" }, { "name": "tooltip-lifespan", "type": "number", "title": "Tooltip lifespan" }, { "name": "tooltip-text", "type": "string", "title": "Tooltip text" }] }, { "tag": "sqm-stat-container", "name": "Stat Container", "uiSchema": { "space": { "ui:name": "Space between stats", "ui:help": "" } }, "traits": [{ "name": "space", "type": "string", "title": "Space between stats", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }] }, { "tag": "sqm-stencilbook", "name": "sqm-stencilbook", "uiSchema": {}, "traits": [] }, { "tag": "sqm-table-cell", "name": "sqm-table-cell", "uiSchema": { "colspan": { "ui:help": "" }, "padding": { "ui:help": "" } }, "traits": [{ "name": "colspan", "type": "number", "title": "colspan" }, { "name": "padding", "type": "string", "title": "padding" }] }, { "tag": "sqm-table-row", "name": "sqm-table-row", "uiSchema": { "border": { "ui:help": "" } }, "traits": [{ "name": "border", "type": "string", "title": "border" }] }, { "tag": "sqm-task-card", "name": "Task Card", "uiSchema": { "ui:order": ["reward-amount", "reward-unit", "card-title", "description", "repeatable", "finite", "show-progress-bar", "stat-type", "progress-source", "goal", "steps", "progress-bar-unit", "show-expiry", "reward-duration", "button-text", "button-link", "open-new-tab", "ended-message", "expiry-message", "starts-on-message", "event-key", "*"], "button-link": { "ui:name": "CTA Button Link", "ui:help": "" }, "button-text": { "ui:name": "CTA Button Text", "ui:help": "" }, "card-title": { "ui:name": "Title Text", "ui:help": "" }, "completed-text": { "ui:name": "Completed Count Text", "ui:help": "Displays the amount of times that a user has completed a repeatable task." }, "demoData": { "ui:help": "" }, "description": { "ui:name": "Description Text", "ui:help": "" }, "display-duration": { "ui:widget": "DateRange", "ui:name": "Display Duration", "ui:help": "Timeframe that the task card will be shown", "ui:options": { "allowPastDates": true, "months": 1 } }, "ended-message": { "ui:name": "Ended Date Message", "ui:help": "Shown to users after the end of the task duration." }, "event-key": { "ui:name": "Event key of task card button", "ui:help": "" }, "expiry-message": { "ui:name": "Expiry Date Message", "ui:help": "" }, "finite": { "ui:name": "Repeat Amount", "ui:help": "The number of times a reward can be earned. Use zero for no limit (the default)." }, "goal": { "ui:name": "Goal Completion Number", "ui:help": "" }, "open-new-tab": { "ui:name": "CTA Button Link Open in New Tab", "ui:help": "" }, "program-id": { "ui:name": "Program ID override", "ui:help": "" }, "progress-bar-unit": { "ui:name": "Progress Bar Unit", "ui:help": "" }, "repeatable": { "ui:name": "Goal Repeatable", "ui:help": "" }, "reward-amount": { "ui:name": "Reward Amount", "ui:help": "" }, "reward-duration": { "ui:widget": "DateRange", "ui:name": "Reward Duration", "ui:help": "", "ui:options": { "allowPastDates": true, "months": 1 } }, "reward-unit": { "ui:name": "Reward Unit", "ui:help": "" }, "show-expiry": { "ui:name": "Show Goal Expiry", "ui:help": "" }, "show-progress-bar": { "ui:name": "Show Progress Bar", "ui:help": "" }, "starts-on-message": { "ui:name": "Start Date Message", "ui:help": "Shown to users before the start of the task duration." }, "stat-type": { "ui:widget": "StatTypeSelectWidget", "ui:name": "Goal Progress Source", "ui:help": "Select what type of stat to display for the goal. Manual paths are also supported.", "ui:options": { "version": 1.1 } }, "steps": { "ui:name": "Progress Bar Steps", "ui:help": "" } }, "traits": [{ "name": "button-link", "type": "string", "title": "CTA Button Link" }, { "name": "button-text", "type": "string", "title": "CTA Button Text" }, { "name": "card-title", "type": "string", "title": "Title Text" }, { "name": "completed-text", "type": "string", "title": "Completed Count Text" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "description", "type": "string", "title": "Description Text" }, { "name": "display-duration", "type": "string", "title": "Display Duration" }, { "name": "ended-message", "type": "string", "title": "Ended Date Message" }, { "name": "event-key", "type": "string", "title": "Event key of task card button" }, { "name": "expiry-message", "type": "string", "title": "Expiry Date Message" }, { "name": "finite", "type": "number", "title": "Repeat Amount" }, { "name": "goal", "type": "number", "title": "Goal Completion Number" }, { "name": "open-new-tab", "type": "boolean", "title": "CTA Button Link Open in New Tab" }, { "name": "program-id", "type": "string", "title": "Program ID override" }, { "name": "progress-bar-unit", "type": "string", "title": "Progress Bar Unit" }, { "name": "repeatable", "type": "boolean", "title": "Goal Repeatable" }, { "name": "reward-amount", "type": "string", "title": "Reward Amount" }, { "name": "reward-duration", "type": "string", "title": "Reward Duration" }, { "name": "reward-unit", "type": "string", "title": "Reward Unit" }, { "name": "show-expiry", "type": "boolean", "title": "Show Goal Expiry" }, { "name": "show-progress-bar", "type": "boolean", "title": "Show Progress Bar" }, { "name": "starts-on-message", "type": "string", "title": "Start Date Message" }, { "name": "stat-type", "type": "string", "title": "Goal Progress Source" }, { "name": "steps", "type": "boolean", "title": "Progress Bar Steps" }] }, { "tag": "sqm-text", "name": "Text", "uiSchema": {}, "traits": [] }, { "tag": "sqm-text-span", "name": "Text Span", "uiSchema": { "text": { "ui:name": "Text", "ui:help": "" }, "type": { "ui:name": "Text", "ui:help": "" } }, "traits": [{ "name": "text", "type": "string", "title": "Text" }, { "name": "type", "type": "string", "title": "Text", "enum": ["p", "subtext", "h1", "h2", "h3", "h4"] }] }, { "tag": "sqm-timeline", "name": "Timeline", "uiSchema": { "icon": { "ui:name": "Icon", "ui:help": "" } }, "traits": [{ "name": "icon", "type": "string", "title": "Icon", "enum": ["gift", "circle"] }] }, { "tag": "sqm-timeline-entry", "name": "Timeline Entry", "uiSchema": { "desc": { "ui:name": "Description", "ui:help": "" }, "icon": { "ui:name": "Icon", "ui:help": "" }, "line": { "ui:help": "" }, "reward": { "ui:name": "Reward Amount", "ui:help": "" }, "unit": { "ui:name": "Reward Unit", "ui:help": "" } }, "traits": [{ "name": "desc", "type": "string", "title": "Description" }, { "name": "icon", "type": "string", "title": "Icon", "enum": ["gift", "circle"] }, { "name": "line", "type": "boolean", "title": "line" }, { "name": "reward", "type": "string", "title": "Reward Amount" }, { "name": "unit", "type": "string", "title": "Reward Unit" }] }, { "tag": "sqm-titled-section", "name": "Section (with title)", "uiSchema": { "label": { "ui:help": "" }, "label-margin": { "ui:name": "Label margin style", "ui:help": "" }, "padding": { "ui:name": "Section padding", "ui:help": "" }, "text-align": { "ui:name": "Text Align", "ui:help": "" } }, "traits": [{ "name": "label", "type": "string", "title": "label" }, { "name": "label-margin", "type": "string", "title": "Label margin style", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }, { "name": "padding", "type": "string", "title": "Section padding", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }, { "name": "text-align", "type": "string", "title": "Text Align", "enum": ["left", "center", "right"] }] }, { "tag": "sqm-user-name", "name": "User Name", "uiSchema": { "demoData": { "ui:help": "" }, "fallback": { "ui:name": "Fallback name for nameless users", "ui:help": "" }, "loading-text": { "ui:name": "Loading text", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "fallback", "type": "string", "title": "Fallback name for nameless users" }, { "name": "loading-text", "type": "string", "title": "Loading text" }] }, { "tag": "sl-details", "name": "Details", "traits": [{ "type": "string", "name": "summary", "title": "Label" }] }, { "tag": "sl-tab", "name": "Tab", "traits": [{ "type": "string", "name": "panel", "title": "Panel ID" }] }, { "tag": "sl-tab-panel", "name": "Tab Panel", "traits": [{ "type": "string", "name": "name", "title": "Panel ID" }] }, { "tag": "sl-tab-group", "name": "Tab Group", "traits": [{ "type": "string", "name": "placement", "title": "Placement of Tabs", "enum": ["top", "right", "bottom", "left"] }] }, { "tag": "sl-skeleton", "name": "Loading Skeleton", "traits": [] }];
8
+ components = [{ "tag": "sqm-asset-card", "name": "Asset Card", "uiSchema": { "demoData": { "ui:help": "" }, "img-url": { "ui:name": "Banner image", "ui:help": "" }, "title-text": { "ui:name": "Banner title", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "img-url", "type": "string", "title": "Banner image" }, { "name": "title-text", "type": "string", "title": "Banner title" }] }, { "tag": "sqm-big-stat", "name": "Big Stat", "uiSchema": { "alignment": { "ui:name": "Alignment - controls the alignment of the flexbox", "ui:help": "" }, "demoData": { "ui:help": "" }, "flex-reverse": { "ui:name": "Flex Reverse - controls the order of the stat value & description column", "ui:help": "" }, "program-id": { "ui:name": "Program ID", "ui:help": "The ID of the program that is used to scope stats. Defaults to the program context when no ID is specified." }, "stat-type": { "ui:widget": "StatTypeSelectWidget", "ui:name": "Stat Type", "ui:help": "Select what type of stat to display. Manual paths are also supported.", "ui:options": { "version": 1.1 } } }, "traits": [{ "name": "alignment", "type": "string", "title": "Alignment - controls the alignment of the flexbox", "enum": ["left", "right", "center"] }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "flex-reverse", "type": "boolean", "title": "Flex Reverse - controls the order of the stat value & description column" }, { "name": "program-id", "type": "string", "title": "Program ID" }, { "name": "stat-type", "type": "string", "title": "Stat Type" }] }, { "tag": "sqm-brand", "name": "Brand Container", "uiSchema": { "background": { "ui:widget": "color", "ui:name": "Background Color", "ui:help": "The background color for the portal" }, "brand-color": { "ui:widget": "color", "ui:name": "Brand Color", "ui:help": "Controls the primary brand color used in the Mint Components library. Note that this\r\ndoes not affect vanilla components or other component libraries." }, "brand-font": { "ui:name": "Brand Font", "ui:help": "The brand font that you want to use" } }, "traits": [{ "name": "background", "type": "string", "title": "Background Color" }, { "name": "brand-color", "type": "string", "title": "Brand Color" }, { "name": "brand-font", "type": "string", "title": "Brand Font" }] }, { "tag": "sqm-card-feed", "name": "Card Feed", "uiSchema": { "gap": { "ui:name": "Column Gap", "ui:help": "" }, "width": { "ui:name": "Card Width", "ui:help": "" } }, "traits": [{ "name": "gap", "type": "number", "title": "Column Gap" }, { "name": "width", "type": "number", "title": "Card Width" }] }, { "tag": "sqm-divided-layout", "name": "Divided Layout", "uiSchema": { "direction": { "ui:name": "Direction", "ui:help": "" }, "divider-style": { "ui:name": "Border style", "ui:help": "Uses CSS border style syntax" } }, "traits": [{ "name": "direction", "type": "string", "title": "Direction", "enum": ["row", "column"] }, { "name": "divider-style", "type": "string", "title": "Border style" }] }, { "tag": "sqm-edit-profile", "name": "Edit Profile", "uiSchema": { "canceltext": { "ui:name": "Cancel button text", "ui:help": "" }, "currentregiontext": { "ui:name": "Region field label", "ui:help": "" }, "demoData": { "ui:help": "" }, "editprofileheader": { "ui:name": "Heading", "ui:help": "" }, "editprofiletext": { "ui:name": "Enable editing button text", "ui:help": "" }, "firstnametext": { "ui:name": "First name field label", "ui:help": "" }, "lastnametext": { "ui:name": "Last name field label", "ui:help": "" }, "showregion": { "ui:name": "Show or hide current region", "ui:help": "" }, "updatetext": { "ui:name": "Update info button text", "ui:help": "" } }, "traits": [{ "name": "canceltext", "type": "string", "title": "Cancel button text" }, { "name": "currentregiontext", "type": "string", "title": "Region field label" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "editprofileheader", "type": "string", "title": "Heading" }, { "name": "editprofiletext", "type": "string", "title": "Enable editing button text" }, { "name": "firstnametext", "type": "string", "title": "First name field label" }, { "name": "lastnametext", "type": "string", "title": "Last name field label" }, { "name": "showregion", "type": "boolean", "title": "Show or hide current region" }, { "name": "updatetext", "type": "string", "title": "Update info button text" }] }, { "tag": "sqm-form-message", "name": "Form Message", "uiSchema": { "icon": { "ui:name": "Icon to use in alert", "ui:help": "" }, "type": { "ui:name": "Type of alert", "ui:help": "" } }, "traits": [{ "name": "icon", "type": "string", "title": "Icon to use in alert" }, { "name": "type", "type": "string", "title": "Type of alert" }] }, { "tag": "sqm-graphql-client-provider", "name": "GraphQL Client Provider", "uiSchema": { "domain": { "ui:name": "Domain", "ui:help": "" } }, "traits": [{ "name": "domain", "type": "string", "title": "Domain" }] }, { "tag": "sqm-hero", "name": "Hero Layout", "uiSchema": { "background": { "ui:name": "Background image or color", "ui:help": "" }, "columns": { "ui:name": "Number of columns in the layout", "ui:help": "" }, "padding-size": { "ui:name": "Padding size", "ui:help": "" }, "secondary-background": { "ui:name": "Secondary background image or color (for use in right column)", "ui:help": "" }, "wrap-direction": { "ui:name": "Wrap direction", "ui:help": "" } }, "traits": [{ "name": "background", "type": "string", "title": "Background image or color" }, { "name": "columns", "type": "1 | 2", "title": "Number of columns in the layout" }, { "name": "padding-size", "type": "\"large\" | \"medium\" | \"none\" | \"small\"", "title": "Padding size" }, { "name": "secondary-background", "type": "string", "title": "Secondary background image or color (for use in right column)" }, { "name": "wrap-direction", "type": "\"wrap\" | \"wrap-reverse\"", "title": "Wrap direction" }] }, { "tag": "sqm-hero-image", "name": "Hero Image", "uiSchema": { "background-color": { "ui:widget": "color", "ui:name": "Background Color", "ui:help": "" }, "button-link": { "ui:name": "CTA Button Link", "ui:help": "" }, "button-new-tab": { "ui:name": "CTA Button Link Open in New Tab", "ui:help": "" }, "button-text": { "ui:name": "CTA Button Text", "ui:help": "" }, "description": { "ui:name": "Description Text", "ui:help": "" }, "header": { "ui:name": "Title Text", "ui:help": "" }, "image-mobile-pos": { "ui:name": "Image Mobile Position", "ui:help": "" }, "image-percentage": { "ui:name": "Image Percentage", "ui:help": "" }, "image-pos": { "ui:name": "Image Position", "ui:help": "" }, "image-url": { "ui:name": "Image Link", "ui:help": "" }, "layout": { "ui:name": "Image Link", "ui:help": "" }, "max-height": { "ui:name": "Maximum Image Height", "ui:help": "" }, "max-width": { "ui:name": "Maximum Image Width", "ui:help": "" }, "min-height": { "ui:name": "Minimum Image Height", "ui:help": "" }, "overlay-color": { "ui:widget": "color", "ui:name": "Overlay Color", "ui:help": "" }, "overlay-opacity": { "ui:name": "Overlay Opacity", "ui:help": "" }, "padding-image": { "ui:name": "Padding Image", "ui:help": "" }, "padding-text": { "ui:name": "Padding Text", "ui:help": "" }, "text-color": { "ui:widget": "color", "ui:name": "Text Color", "ui:help": "" } }, "traits": [{ "name": "background-color", "type": "string", "title": "Background Color" }, { "name": "button-link", "type": "string", "title": "CTA Button Link" }, { "name": "button-new-tab", "type": "boolean", "title": "CTA Button Link Open in New Tab" }, { "name": "button-text", "type": "string", "title": "CTA Button Text" }, { "name": "description", "type": "string", "title": "Description Text" }, { "name": "header", "type": "string", "title": "Title Text" }, { "name": "image-mobile-pos", "type": "string", "title": "Image Mobile Position", "enum": ["top", "bottom"] }, { "name": "image-percentage", "type": "number", "title": "Image Percentage" }, { "name": "image-pos", "type": "string", "title": "Image Position", "enum": ["left", "center", "right"] }, { "name": "image-url", "type": "string", "title": "Image Link" }, { "name": "layout", "type": "string", "title": "Image Link", "enum": ["overlay", "columns"] }, { "name": "max-height", "type": "string", "title": "Maximum Image Height" }, { "name": "max-width", "type": "string", "title": "Maximum Image Width" }, { "name": "min-height", "type": "string", "title": "Minimum Image Height" }, { "name": "overlay-color", "type": "string", "title": "Overlay Color" }, { "name": "overlay-opacity", "type": "string", "title": "Overlay Opacity" }, { "name": "padding-image", "type": "string", "title": "Padding Image", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }, { "name": "padding-text", "type": "string", "title": "Padding Text", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }, { "name": "text-color", "type": "string", "title": "Text Color" }] }, { "tag": "sqm-hook-story-container", "name": "sqm-hook-story-container", "uiSchema": { "hookStory": { "ui:help": "" } }, "traits": [{ "name": "hookStory", "type": "FunctionalComponent<{}>", "title": "hookStory" }] }, { "tag": "sqm-image", "name": "Image Component", "uiSchema": { "align": { "ui:name": "Position Alignment", "ui:help": "" }, "background-color": { "ui:widget": "color", "ui:name": "Background Color", "ui:help": "" }, "image-url": { "ui:name": "Image Link", "ui:help": "" }, "left": { "ui:name": "Left Margin", "ui:help": "" }, "max-width": { "ui:name": "Max Width", "ui:help": "(optional) Helps with constraining maximum size" }, "min-height": { "ui:name": "Min Height", "ui:help": "(optional) Helps with constraining minimum size" }, "right": { "ui:name": "Right Margin", "ui:help": "" } }, "traits": [{ "name": "align", "type": "string", "title": "Position Alignment", "enum": ["left", "center", "right"] }, { "name": "background-color", "type": "string", "title": "Background Color" }, { "name": "image-url", "type": "string", "title": "Image Link" }, { "name": "left", "type": "string", "title": "Left Margin" }, { "name": "max-width", "type": "string", "title": "Max Width" }, { "name": "min-height", "type": "string", "title": "Min Height" }, { "name": "right", "type": "string", "title": "Right Margin" }] }, { "tag": "sqm-leaderboard", "name": "Leaderboard", "uiSchema": { "anonymous-user": { "ui:name": "Title displayed for users without names", "ui:help": "" }, "demoData": { "ui:help": "" }, "empty-state-header": { "ui:name": "Empty State Header", "ui:help": "" }, "empty-state-image": { "ui:name": "Empty State Image", "ui:help": "" }, "empty-state-text": { "ui:name": "Empty State Description", "ui:help": "" }, "interval": { "ui:widget": "DateRange", "ui:name": "Leaderboard time interval", "ui:help": "", "ui:options": { "allowPastDates": true, "months": 1 } }, "leaderboard-type": { "ui:name": "Leaderboard type", "ui:help": "" }, "rank-type": { "ui:name": "Rank type", "ui:help": "" }, "rankheading": { "ui:name": "Rank Heading", "ui:help": "" }, "show-rank": { "ui:name": "Show leaderboard rank", "ui:help": "" }, "show-user": { "ui:name": "Show viewing user", "ui:help": "Shows the current user's leaderboard information even if they are not in the top 10" }, "statsheading": { "ui:name": "Stats Column Heading", "ui:help": "" }, "usersheading": { "ui:name": "User Column Heading", "ui:help": "" } }, "traits": [{ "name": "anonymous-user", "type": "string", "title": "Title displayed for users without names" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "empty-state-header", "type": "string", "title": "Empty State Header" }, { "name": "empty-state-image", "type": "string", "title": "Empty State Image" }, { "name": "empty-state-text", "type": "string", "title": "Empty State Description" }, { "name": "interval", "type": "string", "title": "Leaderboard time interval" }, { "name": "leaderboard-type", "type": "string", "title": "Leaderboard type", "enum": ["topStartedReferrers", "topConvertedReferrers"] }, { "name": "rank-type", "type": "string", "title": "Rank type", "enum": ["rowNumber", "rank", "denseRank"] }, { "name": "rankheading", "type": "string", "title": "Rank Heading" }, { "name": "show-rank", "type": "boolean", "title": "Show leaderboard rank" }, { "name": "show-user", "type": "boolean", "title": "Show viewing user" }, { "name": "statsheading", "type": "string", "title": "Stats Column Heading" }, { "name": "usersheading", "type": "string", "title": "User Column Heading" }] }, { "tag": "sqm-leaderboard-rank", "name": "Leaderboard Rank", "uiSchema": { "demoData": { "ui:help": "" }, "interval": { "ui:widget": "DateRange", "ui:name": "Leaderboard time interval", "ui:help": "", "ui:options": { "allowPastDates": true, "months": 1 } }, "leaderboard-type": { "ui:name": "Leaderboard type", "ui:help": "" }, "rank-text": { "ui:name": "Rank Text", "ui:help": "" }, "rank-type": { "ui:name": "Default rank", "ui:help": "" }, "unranked-text": { "ui:name": "Unranked Text", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "interval", "type": "string", "title": "Leaderboard time interval" }, { "name": "leaderboard-type", "type": "string", "title": "Leaderboard type", "enum": ["topStartedReferrers", "topConvertedReferrers"] }, { "name": "rank-text", "type": "string", "title": "Rank Text" }, { "name": "rank-type", "type": "string", "title": "Default rank", "enum": ["rowNumber", "rank", "denseRank"] }, { "name": "unranked-text", "type": "string", "title": "Unranked Text" }] }, { "tag": "sqm-name-fields", "name": "Name Fields", "uiSchema": { "demoData": { "ui:help": "" }, "first-name-label": { "ui:name": "First name field label", "ui:help": "" }, "last-name-label": { "ui:name": "Last name field label", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "{ states?: { validationErrors?: Record<string, string>; content: { firstNameLabel: string; lastNameLabel: string; }; }; }", "title": "demoData" }, { "name": "first-name-label", "type": "string", "title": "First name field label" }, { "name": "last-name-label", "type": "string", "title": "Last name field label" }] }, { "tag": "sqm-navigation-menu", "name": "Navigation Menu", "uiSchema": { "demoData": { "ui:help": "" }, "include-dropdown": { "ui:name": "Include dropdown menu", "ui:help": "" }, "menu-label": { "ui:name": "Label on the header menu", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "include-dropdown", "type": "boolean", "title": "Include dropdown menu" }, { "name": "menu-label", "type": "string", "title": "Label on the header menu" }] }, { "tag": "sqm-navigation-sidebar", "name": "Navigation Sidebar", "uiSchema": {}, "traits": [] }, { "tag": "sqm-navigation-sidebar-item", "name": "Navigation Link", "uiSchema": { "demoData": { "ui:help": "" }, "icon": { "ui:name": "Icon", "ui:help": "Options available at https://shoelace.style/components/icon" }, "label": { "ui:name": "Label", "ui:help": "" }, "path": { "ui:name": "Navigation path", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "icon", "type": "string", "title": "Icon" }, { "name": "label", "type": "string", "title": "Label" }, { "name": "path", "type": "string", "title": "Navigation path" }] }, { "tag": "sqm-password-field", "name": "Portal Password Field", "uiSchema": { "demoData": { "ui:help": "" }, "enable-validation": { "ui:name": "Enable live password validation", "ui:help": "" }, "field-label": { "ui:name": "Label for password field", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "enable-validation", "type": "boolean", "title": "Enable live password validation" }, { "name": "field-label", "type": "string", "title": "Label for password field" }] }, { "tag": "sqm-popup-container", "name": "Popup container for widgets", "uiSchema": { "close-button": { "ui:name": "Display a close button on the popup", "ui:help": "" }, "close-button-text": { "ui:name": "Text to be used as the close button", "ui:help": "" }, "embed-padding": { "ui:name": "Specify padding on the popup contents when in embedded mode", "ui:help": "" }, "popup-padding": { "ui:name": "Specify padding on the popup contents when in popup mode", "ui:help": "" }, "powered-by": { "ui:name": "Show SaaSquatch Powered By messaging", "ui:help": "" } }, "traits": [{ "name": "close-button", "type": "boolean", "title": "Display a close button on the popup" }, { "name": "close-button-text", "type": "string", "title": "Text to be used as the close button" }, { "name": "embed-padding", "type": "string", "title": "Specify padding on the popup contents when in embedded mode", "enum": ["none", "small", "medium", "large"] }, { "name": "popup-padding", "type": "string", "title": "Specify padding on the popup contents when in popup mode", "enum": ["none", "small", "medium", "large"] }, { "name": "powered-by", "type": "boolean", "title": "Show SaaSquatch Powered By messaging" }] }, { "tag": "sqm-portal-change-password", "name": "Portal Profile", "uiSchema": { "cancel-text": { "ui:name": "Modal cancel password change button text", "ui:help": "" }, "change-password-button-text": { "ui:name": "Modal change password button text", "ui:help": "" }, "confirm-password-field-label": { "ui:name": "Password confirmation input field label", "ui:help": "" }, "demoData": { "ui:help": "" }, "modal-change-password-header": { "ui:name": "Change password modal header", "ui:help": "" }, "password-field-label": { "ui:name": "Password input field label", "ui:help": "" }, "portal-change-password-button-text": { "ui:name": "Portal change password button text", "ui:help": "" }, "portal-change-password-header": { "ui:name": "Portal change password section header", "ui:help": "" }, "success-message": { "ui:name": "Successful password change message", "ui:help": "" } }, "traits": [{ "name": "cancel-text", "type": "string", "title": "Modal cancel password change button text" }, { "name": "change-password-button-text", "type": "string", "title": "Modal change password button text" }, { "name": "confirm-password-field-label", "type": "string", "title": "Password confirmation input field label" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "modal-change-password-header", "type": "string", "title": "Change password modal header" }, { "name": "password-field-label", "type": "string", "title": "Password input field label" }, { "name": "portal-change-password-button-text", "type": "string", "title": "Portal change password button text" }, { "name": "portal-change-password-header", "type": "string", "title": "Portal change password section header" }, { "name": "success-message", "type": "string", "title": "Successful password change message" }] }, { "tag": "sqm-portal-container", "name": "Portal Container", "uiSchema": { "center": { "ui:name": "Center", "ui:help": "" }, "direction": { "ui:name": "Direction", "ui:help": "" }, "display": { "ui:name": "Display", "ui:help": "" }, "gap": { "ui:name": "Gap", "ui:help": "" }, "max-width": { "ui:name": "Maximum width", "ui:help": "" }, "min-width": { "ui:name": "Minimum width", "ui:help": "" }, "padding": { "ui:name": "Padding", "ui:help": "" } }, "traits": [{ "name": "center", "type": "boolean", "title": "Center" }, { "name": "direction", "type": "string", "title": "Direction", "enum": ["row", "column"] }, { "name": "display", "type": "string", "title": "Display", "enum": ["grid", "flex"] }, { "name": "gap", "type": "string", "title": "Gap", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }, { "name": "max-width", "type": "string", "title": "Maximum width" }, { "name": "min-width", "type": "string", "title": "Minimum width" }, { "name": "padding", "type": "string", "title": "Padding", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }] }, { "tag": "sqm-portal-email-verification", "name": "Portal Email Verification", "uiSchema": { "demoData": { "ui:help": "" }, "email-verification-header": { "ui:name": "Email verification header text", "ui:help": "" }, "redirect-path": { "ui:name": "Email redirection base path", "ui:help": "The page that users are redirected to from the verification email." }, "resend-email-button-text": { "ui:name": "Re-send email button text", "ui:help": "" }, "verify-message": { "ui:name": "Email verification body text", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "email-verification-header", "type": "string", "title": "Email verification header text" }, { "name": "redirect-path", "type": "string", "title": "Email redirection base path" }, { "name": "resend-email-button-text", "type": "string", "title": "Re-send email button text" }, { "name": "verify-message", "type": "string", "title": "Email verification body text" }] }, { "tag": "sqm-portal-footer", "name": "Portal Footer", "uiSchema": { "faq-link": { "ui:name": "FAQ Link", "ui:help": "" }, "faq-text": { "ui:name": "FAQ Text", "ui:help": "" }, "padding-bottom": { "ui:name": "Padding Bottom", "ui:help": "" }, "padding-left": { "ui:name": "Padding Left", "ui:help": "" }, "padding-right": { "ui:name": "Padding Right", "ui:help": "" }, "padding-top": { "ui:name": "Padding Top", "ui:help": "" }, "powered-by-link": { "ui:name": "Powered By Link", "ui:help": "" }, "show-powered-by": { "ui:name": "Show Powered By SaaSquatch", "ui:help": "" }, "support-email": { "ui:name": "Support Email", "ui:help": "" }, "support-text": { "ui:name": "Support Text", "ui:help": "" }, "terms-link": { "ui:name": "Terms and Conditions Link", "ui:help": "" }, "terms-text": { "ui:name": "Terms and Conditions Text", "ui:help": "" } }, "traits": [{ "name": "faq-link", "type": "string", "title": "FAQ Link" }, { "name": "faq-text", "type": "string", "title": "FAQ Text" }, { "name": "padding-bottom", "type": "string", "title": "Padding Bottom" }, { "name": "padding-left", "type": "string", "title": "Padding Left" }, { "name": "padding-right", "type": "string", "title": "Padding Right" }, { "name": "padding-top", "type": "string", "title": "Padding Top" }, { "name": "powered-by-link", "type": "string", "title": "Powered By Link" }, { "name": "show-powered-by", "type": "boolean", "title": "Show Powered By SaaSquatch" }, { "name": "support-email", "type": "string", "title": "Support Email" }, { "name": "support-text", "type": "string", "title": "Support Text" }, { "name": "terms-link", "type": "string", "title": "Terms and Conditions Link" }, { "name": "terms-text", "type": "string", "title": "Terms and Conditions Text" }] }, { "tag": "sqm-portal-forgot-password", "name": "Portal Forgot Password", "uiSchema": { "demoData": { "ui:help": "" }, "email-label": { "ui:name": "Email label", "ui:help": "" }, "login-path": { "ui:name": "Routing path to login page", "ui:help": "" }, "redirect-path": { "ui:name": "Email redirection base path", "ui:help": "The page that users are redirected to from the password reset email." }, "submit-label": { "ui:name": "Password reset button text", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "email-label", "type": "string", "title": "Email label" }, { "name": "login-path", "type": "string", "title": "Routing path to login page" }, { "name": "redirect-path", "type": "string", "title": "Email redirection base path" }, { "name": "submit-label", "type": "string", "title": "Password reset button text" }] }, { "tag": "sqm-portal-frame", "name": "Portal Frame", "uiSchema": { "demoData": { "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }] }, { "tag": "sqm-portal-login", "name": "Portal Login", "uiSchema": { "demoData": { "ui:help": "" }, "email-label": { "ui:name": "Label for email field", "ui:help": "" }, "forgot-password-label": { "ui:name": "Label for forgotten password button", "ui:help": "" }, "forgot-password-path": { "ui:name": "Forgot password button redirect path", "ui:help": "" }, "next-page": { "ui:name": "Page navigated to after sign-in", "ui:help": "" }, "page-label": { "ui:name": "Heading label", "ui:help": "" }, "password-label": { "ui:name": "Label for password field", "ui:help": "" }, "register-label": { "ui:name": "Label for register navigation button", "ui:help": "" }, "register-path": { "ui:name": "Register button redirection path", "ui:help": "" }, "submit-label": { "ui:name": "Label for submit button", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "email-label", "type": "string", "title": "Label for email field" }, { "name": "forgot-password-label", "type": "string", "title": "Label for forgotten password button" }, { "name": "forgot-password-path", "type": "string", "title": "Forgot password button redirect path" }, { "name": "next-page", "type": "string", "title": "Page navigated to after sign-in" }, { "name": "page-label", "type": "string", "title": "Heading label" }, { "name": "password-label", "type": "string", "title": "Label for password field" }, { "name": "register-label", "type": "string", "title": "Label for register navigation button" }, { "name": "register-path", "type": "string", "title": "Register button redirection path" }, { "name": "submit-label", "type": "string", "title": "Label for submit button" }] }, { "tag": "sqm-portal-logout", "name": "Portal Logout", "uiSchema": { "next-page": { "ui:name": "Next Page path", "ui:help": "" } }, "traits": [{ "name": "next-page", "type": "string", "title": "Next Page path" }] }, { "tag": "sqm-portal-profile", "name": "Portal Profile", "uiSchema": { "countrytext": { "ui:name": "Country input field label", "ui:help": "" }, "demoData": { "ui:help": "" }, "edit-profile-header": { "ui:name": "Edit profile header", "ui:help": "" }, "edit-profile-sub-header": { "ui:name": "Edit profile sub header", "ui:help": "" }, "emailtext": { "ui:name": "Email input field label", "ui:help": "" }, "firstnametext": { "ui:name": "First name input field label", "ui:help": "" }, "lastnametext": { "ui:name": "Last name input field label", "ui:help": "" }, "show-country": { "ui:name": "Show or hide country field", "ui:help": "" }, "submit-change-button-text": { "ui:name": "Text for the submit changes button", "ui:help": "" } }, "traits": [{ "name": "countrytext", "type": "string", "title": "Country input field label" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "edit-profile-header", "type": "string", "title": "Edit profile header" }, { "name": "edit-profile-sub-header", "type": "string", "title": "Edit profile sub header" }, { "name": "emailtext", "type": "string", "title": "Email input field label" }, { "name": "firstnametext", "type": "string", "title": "First name input field label" }, { "name": "lastnametext", "type": "string", "title": "Last name input field label" }, { "name": "show-country", "type": "boolean", "title": "Show or hide country field" }, { "name": "submit-change-button-text", "type": "string", "title": "Text for the submit changes button" }] }, { "tag": "sqm-portal-protected-route", "name": "Portal Protected Route", "uiSchema": { "redirect-to": { "ui:name": "Redirect Path", "ui:help": "" }, "redirect-to-unverified": { "ui:name": "Redirect unverified users path", "ui:help": "" }, "require-email-verification": { "ui:name": "Require Email Verification", "ui:help": "" } }, "traits": [{ "name": "redirect-to", "type": "string", "title": "Redirect Path" }, { "name": "redirect-to-unverified", "type": "string", "title": "Redirect unverified users path" }, { "name": "require-email-verification", "type": "boolean", "title": "Require Email Verification" }] }, { "tag": "sqm-portal-register", "name": "Portal Register", "uiSchema": { "confirm-password": { "ui:name": "Show confirm password field", "ui:help": "" }, "confirm-password-label": { "ui:name": "Label for confirm password field", "ui:help": "" }, "demoData": { "ui:help": "" }, "email-label": { "ui:name": "Label for email field", "ui:help": "" }, "enable-password-validation": { "ui:name": "Use password field with live validation", "ui:help": "" }, "hide-inputs": { "ui:name": "Hide default input fields to use custom fields", "ui:help": "" }, "login-label": { "ui:name": "Label for login navigation button", "ui:help": "" }, "login-path": { "ui:name": "Sign in button redirection path", "ui:help": "" }, "next-page": { "ui:name": "Page navigated to after registration", "ui:help": "" }, "page-label": { "ui:name": "Heading label", "ui:help": "" }, "password-label": { "ui:name": "Label for password field", "ui:help": "" }, "redirect-path": { "ui:name": "Email redirection base path", "ui:help": "The page that users are redirected to from the verification email." }, "submit-label": { "ui:name": "Label for submit button", "ui:help": "" } }, "traits": [{ "name": "confirm-password", "type": "boolean", "title": "Show confirm password field" }, { "name": "confirm-password-label", "type": "string", "title": "Label for confirm password field" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "email-label", "type": "string", "title": "Label for email field" }, { "name": "enable-password-validation", "type": "boolean", "title": "Use password field with live validation" }, { "name": "hide-inputs", "type": "boolean", "title": "Hide default input fields to use custom fields" }, { "name": "login-label", "type": "string", "title": "Label for login navigation button" }, { "name": "login-path", "type": "string", "title": "Sign in button redirection path" }, { "name": "next-page", "type": "string", "title": "Page navigated to after registration" }, { "name": "page-label", "type": "string", "title": "Heading label" }, { "name": "password-label", "type": "string", "title": "Label for password field" }, { "name": "redirect-path", "type": "string", "title": "Email redirection base path" }, { "name": "submit-label", "type": "string", "title": "Label for submit button" }] }, { "tag": "sqm-portal-reset-password", "name": "Portal Reset Password", "uiSchema": { "confirm-password": { "ui:name": "Show confirm password", "ui:help": "" }, "confirm-password-field-label": { "ui:name": "Confirm password field label", "ui:help": "" }, "continue-button-text": { "ui:name": "Continue button text", "ui:help": "Displayed after a successful password reset" }, "demoData": { "ui:help": "" }, "failed-page": { "ui:name": "Failed page redirection path", "ui:help": "The page that users are redirected to if the reset fails due to outdated password reset attempt." }, "next-page": { "ui:name": "Next page path", "ui:help": "The page that users are redirected to when the password reset succeeds." }, "password-field-label": { "ui:name": "Password field label", "ui:help": "" }, "password-reset-header": { "ui:name": "Password reset header text", "ui:help": "Displayed after a successful password reset" }, "reset-password-button-text": { "ui:name": "Password reset button text", "ui:help": "" }, "reset-password-header": { "ui:name": "Password reset header text", "ui:help": "" } }, "traits": [{ "name": "confirm-password", "type": "boolean", "title": "Show confirm password" }, { "name": "confirm-password-field-label", "type": "string", "title": "Confirm password field label" }, { "name": "continue-button-text", "type": "string", "title": "Continue button text" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "failed-page", "type": "string", "title": "Failed page redirection path" }, { "name": "next-page", "type": "string", "title": "Next page path" }, { "name": "password-field-label", "type": "string", "title": "Password field label" }, { "name": "password-reset-header", "type": "string", "title": "Password reset header text" }, { "name": "reset-password-button-text", "type": "string", "title": "Password reset button text" }, { "name": "reset-password-header", "type": "string", "title": "Password reset header text" }] }, { "tag": "sqm-portal-verify-email", "name": "Portal Verify Email", "uiSchema": { "demoData": { "ui:help": "" }, "failed-page": { "ui:name": "Failed page redirection path", "ui:help": "The page that users are redirected to if verification fails due to outdated verification attempt." }, "next-page": { "ui:name": "Next page path", "ui:help": "The page that users are redirected to when the verification succeeds." } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "failed-page", "type": "string", "title": "Failed page redirection path" }, { "name": "next-page", "type": "string", "title": "Next page path" }] }, { "tag": "sqm-program-explainer", "name": "Program Explainer", "uiSchema": { "background-color": { "ui:widget": "color", "ui:name": "Header Background Color", "ui:help": "" }, "header": { "ui:name": "Header Text", "ui:help": "" }, "text-color": { "ui:widget": "color", "ui:name": "Header Text Color", "ui:help": "" } }, "traits": [{ "name": "background-color", "type": "string", "title": "Header Background Color" }, { "name": "header", "type": "string", "title": "Header Text" }, { "name": "text-color", "type": "string", "title": "Header Text Color" }] }, { "tag": "sqm-program-explainer-step", "name": "Program Explainer Step", "uiSchema": { "background-color": { "ui:widget": "color", "ui:name": "Background Color", "ui:help": "" }, "description": { "ui:name": "Description", "ui:help": "" }, "header": { "ui:name": "Title", "ui:help": "" }, "icon": { "ui:name": "Icon", "ui:help": "Options available at https://shoelace.style/components/icon" }, "image-url": { "ui:name": "Image Url", "ui:help": "Displayed in place of an icon" }, "text-color": { "ui:widget": "color", "ui:name": "Text Color", "ui:help": "" } }, "traits": [{ "name": "background-color", "type": "string", "title": "Background Color" }, { "name": "description", "type": "string", "title": "Description" }, { "name": "header", "type": "string", "title": "Title" }, { "name": "icon", "type": "string", "title": "Icon" }, { "name": "image-url", "type": "string", "title": "Image Url" }, { "name": "text-color", "type": "string", "title": "Text Color" }] }, { "tag": "sqm-program-menu", "name": "Portal Menu", "uiSchema": {}, "traits": [] }, { "tag": "sqm-referral-card", "name": "Referral Card", "uiSchema": { "padding": { "ui:name": "Padding", "ui:help": "" }, "vertical-alignment": { "ui:name": "Padding", "ui:help": "" } }, "traits": [{ "name": "padding", "type": "string", "title": "Padding", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }, { "name": "vertical-alignment", "type": "string", "title": "Padding", "enum": ["start", "center", "end"] }] }, { "tag": "sqm-referral-iframe", "name": "Referral IFrame", "uiSchema": { "demoData": { "ui:help": "" }, "iframe-height": { "ui:name": "Height of the iframe container", "ui:help": "" }, "iframe-src": { "ui:name": "URL of iframe to display", "ui:help": "" }, "iframe-width": { "ui:name": "Width of the iframe container", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "iframe-height", "type": "string", "title": "Height of the iframe container" }, { "name": "iframe-src", "type": "string", "title": "URL of iframe to display" }, { "name": "iframe-width", "type": "string", "title": "Width of the iframe container" }] }, { "tag": "sqm-referral-table", "name": "Referral Table", "uiSchema": { "demoData": { "ui:help": "" }, "empty-state-header": { "ui:name": "Empty State Title", "ui:help": "" }, "empty-state-image": { "ui:name": "Empty State Image Link", "ui:help": "" }, "empty-state-text": { "ui:name": "Empty State Text", "ui:help": "" }, "hidden-columns": { "ui:name": "Hide Columns (Mobile View)", "ui:help": "" }, "md-breakpoint": { "ui:name": "Hide Columns (Mobile View)", "ui:help": "" }, "more-label": { "ui:name": "View More button text", "ui:help": "" }, "per-page": { "ui:name": "Number of referrals per page", "ui:help": "" }, "prev-label": { "ui:name": "Previous button text", "ui:help": "" }, "program-id": { "ui:name": "Program", "ui:help": "Filters to only show referrals in this program. Will default to filtering by the program context where\r\nthis table lives. If no program ID is set or provided by context, then shows all referrals from all programs.\r\nIf program ID is \"classic\", shows classic-only referrals" }, "show-labels": { "ui:name": "Show column labels", "ui:help": "" }, "show-referrer": { "ui:name": "Show Referred by user in table", "ui:help": "" }, "sm-breakpoint": { "ui:name": "Hide Columns (Mobile View)", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "empty-state-header", "type": "string", "title": "Empty State Title" }, { "name": "empty-state-image", "type": "string", "title": "Empty State Image Link" }, { "name": "empty-state-text", "type": "string", "title": "Empty State Text" }, { "name": "hidden-columns", "type": "string", "title": "Hide Columns (Mobile View)" }, { "name": "md-breakpoint", "type": "number", "title": "Hide Columns (Mobile View)" }, { "name": "more-label", "type": "string", "title": "View More button text" }, { "name": "per-page", "type": "number", "title": "Number of referrals per page" }, { "name": "prev-label", "type": "string", "title": "Previous button text" }, { "name": "program-id", "type": "string", "title": "Program" }, { "name": "show-labels", "type": "boolean", "title": "Show column labels" }, { "name": "show-referrer", "type": "boolean", "title": "Show Referred by user in table" }, { "name": "sm-breakpoint", "type": "number", "title": "Hide Columns (Mobile View)" }] }, { "tag": "sqm-referral-table-cell", "name": "sqm-referral-table-cell", "uiSchema": { "inner-template": { "ui:help": "" } }, "traits": [{ "name": "inner-template", "type": "string", "title": "inner-template" }] }, { "tag": "sqm-referral-table-column", "name": "Referral Table Generic Column", "uiSchema": { "column-title": { "ui:name": "Column Title", "ui:help": "" } }, "traits": [{ "name": "column-title", "type": "string", "title": "Column Title" }] }, { "tag": "sqm-referral-table-date-cell", "name": "sqm-referral-table-date-cell", "uiSchema": { "date": { "ui:help": "" }, "locale": { "ui:help": "" } }, "traits": [{ "name": "date", "type": "number", "title": "date" }, { "name": "locale", "type": "string", "title": "locale" }] }, { "tag": "sqm-referral-table-date-column", "name": "Referral Table Date Column", "uiSchema": { "column-title": { "ui:name": "Date Column Title", "ui:help": "" }, "date-shown": { "ui:name": "Date Displayed", "ui:help": "" } }, "traits": [{ "name": "column-title", "type": "string", "title": "Date Column Title" }, { "name": "date-shown", "type": "string", "title": "Date Displayed", "enum": ["dateConverted", "dateReferralStarted", "dateFraudChecksCompleted", "dateModerated", "dateModified", "dateReferralEnded", "dateReferralPaid", "dateUserModified"] }] }, { "tag": "sqm-referral-table-rewards-cell", "name": "sqm-referral-table-rewards-cell", "uiSchema": { "expiring-text": { "ui:help": "" }, "fuel-tank-text": { "ui:help": "" }, "hide-details": { "ui:help": "" }, "locale": { "ui:help": "" }, "pending-for-text": { "ui:help": "" }, "reward-received-text": { "ui:help": "" }, "rewards": { "ui:help": "" }, "status-long-text": { "ui:help": "" }, "status-text": { "ui:help": "" } }, "traits": [{ "name": "expiring-text", "type": "string", "title": "expiring-text" }, { "name": "fuel-tank-text", "type": "string", "title": "fuel-tank-text" }, { "name": "hide-details", "type": "boolean", "title": "hide-details" }, { "name": "locale", "type": "string", "title": "locale" }, { "name": "pending-for-text", "type": "string", "title": "pending-for-text" }, { "name": "reward-received-text", "type": "string", "title": "reward-received-text" }, { "name": "rewards", "type": "Reward[]", "title": "rewards" }, { "name": "status-long-text", "type": "string", "title": "status-long-text" }, { "name": "status-text", "type": "string", "title": "status-text" }] }, { "tag": "sqm-referral-table-rewards-column", "name": "Referral Table Rewards Column", "uiSchema": { "column-title": { "ui:name": "Reward column title", "ui:help": "" }, "expiring-text": { "ui:name": "Reward Expiring Text", "ui:help": "" }, "fuel-tank-text": { "ui:name": "Fuel Tank Code Text", "ui:help": "" }, "hide-details": { "ui:name": "Hide dropdown details of reward", "ui:help": "" }, "pending-for-text": { "ui:name": "Reward Pending Text", "ui:help": "" }, "reward-received-text": { "ui:name": "Reward Received Text", "ui:help": "" }, "status-long-text": { "ui:name": "Reward Status Long Text", "ui:help": "" }, "status-text": { "ui:name": "Reward Status Text", "ui:help": "" } }, "traits": [{ "name": "column-title", "type": "string", "title": "Reward column title" }, { "name": "expiring-text", "type": "string", "title": "Reward Expiring Text" }, { "name": "fuel-tank-text", "type": "string", "title": "Fuel Tank Code Text" }, { "name": "hide-details", "type": "boolean", "title": "Hide dropdown details of reward" }, { "name": "pending-for-text", "type": "string", "title": "Reward Pending Text" }, { "name": "reward-received-text", "type": "string", "title": "Reward Received Text" }, { "name": "status-long-text", "type": "string", "title": "Reward Status Long Text" }, { "name": "status-text", "type": "string", "title": "Reward Status Text" }] }, { "tag": "sqm-referral-table-status-cell", "name": "sqm-referral-table-status-cell", "uiSchema": { "converted": { "ui:help": "" }, "status-text": { "ui:help": "" } }, "traits": [{ "name": "converted", "type": "boolean", "title": "converted" }, { "name": "status-text", "type": "string", "title": "status-text" }] }, { "tag": "sqm-referral-table-status-column", "name": "Referral Table Status Column", "uiSchema": { "column-title": { "ui:name": "Column Title", "ui:help": "" }, "converted-status-text": { "ui:name": "Converted Status Text", "ui:help": "" }, "in-progress-status-text": { "ui:name": "In Progress Status Text", "ui:help": "" } }, "traits": [{ "name": "column-title", "type": "string", "title": "Column Title" }, { "name": "converted-status-text", "type": "string", "title": "Converted Status Text" }, { "name": "in-progress-status-text", "type": "string", "title": "In Progress Status Text" }] }, { "tag": "sqm-referral-table-user-cell", "name": "sqm-referral-table-user-cell", "uiSchema": { "name": { "ui:help": "" } }, "traits": [{ "name": "name", "type": "string", "title": "name" }] }, { "tag": "sqm-referral-table-user-column", "name": "Referral Table User Column", "uiSchema": { "anonymous-user": { "ui:name": "Name displayed for anonymous users", "ui:help": "" }, "column-title": { "ui:name": "User Column Title", "ui:help": "" }, "deleted-user": { "ui:name": "Name displayed for deleted users", "ui:help": "" } }, "traits": [{ "name": "anonymous-user", "type": "string", "title": "Name displayed for anonymous users" }, { "name": "column-title", "type": "string", "title": "User Column Title" }, { "name": "deleted-user", "type": "string", "title": "Name displayed for deleted users" }] }, { "tag": "sqm-refresh-button", "name": "Refresh Button", "uiSchema": { "icon": { "ui:name": "Icon to show in the slot", "ui:help": "" } }, "traits": [{ "name": "icon", "type": "string", "title": "Icon to show in the slot" }] }, { "tag": "sqm-reward-exchange-list", "name": "Reward Exchange List", "uiSchema": { "back-text": { "ui:name": "Back Button Text", "ui:help": "" }, "button-text": { "ui:name": "Exchange button text", "ui:help": "" }, "cancel-text": { "ui:name": "Cancel Button Text", "ui:help": "" }, "choose-amount-title": { "ui:name": "Choose Amount Progress Title", "ui:help": "" }, "choose-reward-title": { "ui:name": "Choose Reward Progress Title", "ui:help": "" }, "confirmation-title": { "ui:name": "Confirmation Progress Title", "ui:help": "" }, "continue-text": { "ui:name": "Continue Button Text", "ui:help": "" }, "continue-to-confirmation-text": { "ui:name": "Continue to Confirmation Button Text", "ui:help": "" }, "cost-title": { "ui:name": "Cost Row Title", "ui:help": "Shown in the confirmation state." }, "demoData": { "ui:help": "" }, "done-text": { "ui:name": "Done Text", "ui:help": "" }, "not-available-error": { "ui:name": "Exchange button text", "ui:help": "" }, "not-enough-error": { "ui:name": "Not Enough Available Error Message", "ui:help": "" }, "promo-code": { "ui:name": "Promo Code Text", "ui:help": "" }, "query-error": { "ui:name": "Reward List Error Message", "ui:help": "" }, "redeem-text": { "ui:name": "Redeem Button Text", "ui:help": "" }, "redeem-title": { "ui:name": "Confirmation Title Text", "ui:help": "" }, "redemption-error": { "ui:name": "Redemption Error Message", "ui:help": "" }, "redemption-success-text": { "ui:name": "Redemption Success Message", "ui:help": "" }, "reward-amount-title": { "ui:name": "Reward Amount Row Title", "ui:help": "Shown in the confirmation state." }, "reward-name-title": { "ui:name": "Reward Row Title", "ui:help": "Shown in the confirmation state." }, "reward-title": { "ui:name": "Reward Title Text", "ui:help": "" }, "select-text": { "ui:name": "Select Amount Text", "ui:help": "" }, "skeleton-card-num": { "ui:name": "Number of Skeleton Cards", "ui:help": "" }, "source-amount-message": { "ui:name": "Reward Exchange Amount Text", "ui:help": "" }, "tooltiptext": { "ui:name": "Tool Tip Text", "ui:help": "Shown when a user copies a fuel tank code" } }, "traits": [{ "name": "back-text", "type": "string", "title": "Back Button Text" }, { "name": "button-text", "type": "string", "title": "Exchange button text" }, { "name": "cancel-text", "type": "string", "title": "Cancel Button Text" }, { "name": "choose-amount-title", "type": "string", "title": "Choose Amount Progress Title" }, { "name": "choose-reward-title", "type": "string", "title": "Choose Reward Progress Title" }, { "name": "confirmation-title", "type": "string", "title": "Confirmation Progress Title" }, { "name": "continue-text", "type": "string", "title": "Continue Button Text" }, { "name": "continue-to-confirmation-text", "type": "string", "title": "Continue to Confirmation Button Text" }, { "name": "cost-title", "type": "string", "title": "Cost Row Title" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "done-text", "type": "string", "title": "Done Text" }, { "name": "not-available-error", "type": "string", "title": "Exchange button text" }, { "name": "not-enough-error", "type": "string", "title": "Not Enough Available Error Message" }, { "name": "promo-code", "type": "string", "title": "Promo Code Text" }, { "name": "query-error", "type": "string", "title": "Reward List Error Message" }, { "name": "redeem-text", "type": "string", "title": "Redeem Button Text" }, { "name": "redeem-title", "type": "string", "title": "Confirmation Title Text" }, { "name": "redemption-error", "type": "string", "title": "Redemption Error Message" }, { "name": "redemption-success-text", "type": "string", "title": "Redemption Success Message" }, { "name": "reward-amount-title", "type": "string", "title": "Reward Amount Row Title" }, { "name": "reward-name-title", "type": "string", "title": "Reward Row Title" }, { "name": "reward-title", "type": "string", "title": "Reward Title Text" }, { "name": "select-text", "type": "string", "title": "Select Amount Text" }, { "name": "skeleton-card-num", "type": "number", "title": "Number of Skeleton Cards" }, { "name": "source-amount-message", "type": "string", "title": "Reward Exchange Amount Text" }, { "name": "tooltiptext", "type": "string", "title": "Tool Tip Text" }] }, { "tag": "sqm-rewards-table", "name": "Rewards Table", "uiSchema": { "demoData": { "ui:help": "" }, "empty-state-header": { "ui:name": "Empty State Title", "ui:help": "" }, "empty-state-image": { "ui:name": "Empty State Image Link", "ui:help": "" }, "empty-state-text": { "ui:name": "Empty State Text", "ui:help": "" }, "hidden-columns": { "ui:name": "Hide Columns (Mobile View)", "ui:help": "" }, "md-breakpoint": { "ui:name": "Hide Columns (Mobile View)", "ui:help": "" }, "more-label": { "ui:name": "View More button text", "ui:help": "" }, "per-page": { "ui:name": "Number of rewards per page", "ui:help": "" }, "prev-label": { "ui:name": "Previous button text", "ui:help": "" }, "program-id": { "ui:name": "Program", "ui:help": "Filters to only show rewards in this program. Will default to filtering by the program context where\r\nthis table lives. If no program ID is set or provided by context, then shows all rewards from all programs." }, "show-labels": { "ui:name": "Show column labels", "ui:help": "" }, "sm-breakpoint": { "ui:name": "Hide Columns (Mobile View)", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "empty-state-header", "type": "string", "title": "Empty State Title" }, { "name": "empty-state-image", "type": "string", "title": "Empty State Image Link" }, { "name": "empty-state-text", "type": "string", "title": "Empty State Text" }, { "name": "hidden-columns", "type": "string", "title": "Hide Columns (Mobile View)" }, { "name": "md-breakpoint", "type": "number", "title": "Hide Columns (Mobile View)" }, { "name": "more-label", "type": "string", "title": "View More button text" }, { "name": "per-page", "type": "number", "title": "Number of rewards per page" }, { "name": "prev-label", "type": "string", "title": "Previous button text" }, { "name": "program-id", "type": "string", "title": "Program" }, { "name": "show-labels", "type": "boolean", "title": "Show column labels" }, { "name": "sm-breakpoint", "type": "number", "title": "Hide Columns (Mobile View)" }] }, { "tag": "sqm-rewards-table-date-cell", "name": "sqm-rewards-table-date-cell", "uiSchema": { "date": { "ui:help": "" }, "locale": { "ui:help": "" } }, "traits": [{ "name": "date", "type": "number", "title": "date" }, { "name": "locale", "type": "string", "title": "locale" }] }, { "tag": "sqm-rewards-table-date-column", "name": "Reward Table Date Column", "uiSchema": { "column-title": { "ui:name": "Date Column Title", "ui:help": "" }, "date-shown": { "ui:name": "Date Displayed", "ui:help": "" } }, "traits": [{ "name": "column-title", "type": "string", "title": "Date Column Title" }, { "name": "date-shown", "type": "string", "title": "Date Displayed", "enum": ["dateGiven", "dateExpires", "dateCancelled", "dateRedeemed", "dateScheduledFor"] }] }, { "tag": "sqm-rewards-table-reward-cell", "name": "sqm-rewards-table-reward-cell", "uiSchema": { "available-text": { "ui:help": "" }, "locale": { "ui:help": "" }, "redeemed-text": { "ui:help": "" }, "reward": { "ui:help": "" } }, "traits": [{ "name": "available-text", "type": "string", "title": "available-text" }, { "name": "locale", "type": "string", "title": "locale" }, { "name": "redeemed-text", "type": "string", "title": "redeemed-text" }, { "name": "reward", "type": "Reward", "title": "reward" }] }, { "tag": "sqm-rewards-table-reward-column", "name": "Rewards Table Reward Column", "uiSchema": { "available-text": { "ui:name": "Remaining Amount Text", "ui:help": "" }, "column-title": { "ui:name": "Reward column title", "ui:help": "" }, "redeemed-text": { "ui:name": "Redeemed Amount Text", "ui:help": "" } }, "traits": [{ "name": "available-text", "type": "string", "title": "Remaining Amount Text" }, { "name": "column-title", "type": "string", "title": "Reward column title" }, { "name": "redeemed-text", "type": "string", "title": "Redeemed Amount Text" }] }, { "tag": "sqm-rewards-table-source-cell", "name": "sqm-rewards-table-source-cell", "uiSchema": { "anonymous-user-text": { "ui:help": "" }, "deleted-user-text": { "ui:help": "" }, "locale": { "ui:help": "" }, "referral-text": { "ui:help": "" }, "reward": { "ui:help": "" }, "reward-exchange-text": { "ui:help": "" }, "reward-source-text": { "ui:help": "" } }, "traits": [{ "name": "anonymous-user-text", "type": "string", "title": "anonymous-user-text" }, { "name": "deleted-user-text", "type": "string", "title": "deleted-user-text" }, { "name": "locale", "type": "string", "title": "locale" }, { "name": "referral-text", "type": "string", "title": "referral-text" }, { "name": "reward", "type": "Reward", "title": "reward" }, { "name": "reward-exchange-text", "type": "string", "title": "reward-exchange-text" }, { "name": "reward-source-text", "type": "string", "title": "reward-source-text" }] }, { "tag": "sqm-rewards-table-source-column", "name": "Reward Table Source Column", "uiSchema": { "anonymous-user": { "ui:name": "Name displayed for anonymous users", "ui:help": "" }, "column-title": { "ui:name": "User Column Title", "ui:help": "" }, "deleted-user": { "ui:name": "Name displayed for deleted users", "ui:help": "" }, "referral-text": { "ui:name": "Referral Text", "ui:help": "Shown when a reward has been created by a referral" }, "reward-exchange-text": { "ui:name": "Reward Exchange label", "ui:help": "" }, "reward-source-text": { "ui:name": "Reward Source Text", "ui:help": "" } }, "traits": [{ "name": "anonymous-user", "type": "string", "title": "Name displayed for anonymous users" }, { "name": "column-title", "type": "string", "title": "User Column Title" }, { "name": "deleted-user", "type": "string", "title": "Name displayed for deleted users" }, { "name": "referral-text", "type": "string", "title": "Referral Text" }, { "name": "reward-exchange-text", "type": "string", "title": "Reward Exchange label" }, { "name": "reward-source-text", "type": "string", "title": "Reward Source Text" }] }, { "tag": "sqm-rewards-table-status-cell", "name": "sqm-rewards-table-status-cell", "uiSchema": { "expiry-text": { "ui:help": "" }, "locale": { "ui:help": "" }, "pending-scheduled": { "ui:help": "" }, "pending-unhandled": { "ui:help": "" }, "pending-us-tax": { "ui:help": "" }, "reward": { "ui:help": "" }, "status-text": { "ui:help": "" } }, "traits": [{ "name": "expiry-text", "type": "string", "title": "expiry-text" }, { "name": "locale", "type": "string", "title": "locale" }, { "name": "pending-scheduled", "type": "string", "title": "pending-scheduled" }, { "name": "pending-unhandled", "type": "string", "title": "pending-unhandled" }, { "name": "pending-us-tax", "type": "string", "title": "pending-us-tax" }, { "name": "reward", "type": "Reward", "title": "reward" }, { "name": "status-text", "type": "string", "title": "status-text" }] }, { "tag": "sqm-rewards-table-status-column", "name": "Reward Table Status Column", "uiSchema": { "column-title": { "ui:name": "Column Title", "ui:help": "" }, "expiry-text": { "ui:name": "Expired Status Text", "ui:help": "" }, "status-text": { "ui:name": "Reward Status Text", "ui:help": "" } }, "traits": [{ "name": "column-title", "type": "string", "title": "Column Title" }, { "name": "expiry-text", "type": "string", "title": "Expired Status Text" }, { "name": "status-text", "type": "string", "title": "Reward Status Text" }] }, { "tag": "sqm-route", "name": "Route (for pages)", "uiSchema": { "path": { "ui:name": "Navigation path name", "ui:help": "" } }, "traits": [{ "name": "path", "type": "string", "title": "Navigation path name" }] }, { "tag": "sqm-router", "name": "Router (for pages)", "uiSchema": {}, "traits": [] }, { "tag": "sqm-share-button", "name": "Share Button", "uiSchema": { "ui:order": ["medium", "program-id", "*", "pill", "disabled", "hideicon"], "backgroundcolor": { "ui:widget": "color", "ui:name": "Button background color", "ui:help": "" }, "borderradius": { "ui:name": "Configure border radius with pixel amount", "ui:help": "" }, "demoData": { "ui:help": "" }, "disabled": { "ui:name": "Disabled", "ui:help": "" }, "hideicon": { "ui:name": "Hide the icon", "ui:help": "" }, "hidetext": { "ui:name": "Hide the text", "ui:help": "" }, "icon": { "ui:name": "Icon used in button. Will try to select an icon based on the share medium if left empty.", "ui:help": "Options available at https://shoelace.style/components/icon" }, "iconslot": { "ui:name": "Icon Location", "ui:help": "" }, "medium": { "ui:name": "Share Medium", "ui:help": "The social medium to share on. Share messages and links\r\nwill be pulled from your program config and tagged for analytics." }, "pill": { "ui:name": "Display as pill", "ui:help": "" }, "program-id": { "ui:name": "Program ID", "ui:help": "Optional programId, or uses the programId context where this button is rendered." }, "sharetext": { "ui:name": "Text used for native sharing (mobile only)", "ui:help": "" }, "sharetitle": { "ui:name": "Title used for native sharing (mobile only)", "ui:help": "" }, "size": { "ui:name": "Button Size", "ui:help": "" }, "textcolor": { "ui:widget": "color", "ui:name": "Button text color", "ui:help": "" }, "type": { "ui:name": "Button Style", "ui:help": "" } }, "traits": [{ "name": "backgroundcolor", "type": "string", "title": "Button background color" }, { "name": "borderradius", "type": "number", "title": "Configure border radius with pixel amount" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "disabled", "type": "boolean", "title": "Disabled" }, { "name": "hideicon", "type": "boolean", "title": "Hide the icon" }, { "name": "hidetext", "type": "boolean", "title": "Hide the text" }, { "name": "icon", "type": "string", "title": "Icon used in button. Will try to select an icon based on the share medium if left empty." }, { "name": "iconslot", "type": "string", "title": "Icon Location", "enum": ["prefix", "suffix"], "enumNames": ["Prefix", "Suffix"] }, { "name": "medium", "type": "string", "title": "Share Medium", "enum": ["facebook", "twitter", "email", "direct", "linkedin", "sms", "fbmessenger", "whatsapp", "linemessenger", "pinterest"], "enumNames": ["Facebook", "Twitter", "Email", "Web Share Sheet", "Linkedin", "SMS", "Facebook Messenger", "Whatsapp", "Line Messenger", "Pinterest"] }, { "name": "pill", "type": "boolean", "title": "Display as pill" }, { "name": "program-id", "type": "string", "title": "Program ID" }, { "name": "sharetext", "type": "string", "title": "Text used for native sharing (mobile only)" }, { "name": "sharetitle", "type": "string", "title": "Title used for native sharing (mobile only)" }, { "name": "size", "type": "string", "title": "Button Size", "enum": ["small", "medium", "large"], "enumNames": ["Small", "Medium", "Large"] }, { "name": "textcolor", "type": "string", "title": "Button text color" }, { "name": "type", "type": "string", "title": "Button Style", "enum": ["primary", "success", "info", "warning", "danger", "default", "text"] }] }, { "tag": "sqm-share-code", "name": "Share Code", "uiSchema": { "demoData": { "ui:help": "" }, "program-id": { "ui:name": "Program ID", "ui:help": "The ID of the program that should generate the code. Defaults to the program ID in context where this widget is loaded." }, "tooltip-lifespan": { "ui:name": "Tooltip lifespan", "ui:help": "The number of milliseconds that the tooltip will appear for" }, "tooltip-text": { "ui:name": "Tooltip text", "ui:help": "This is shown after someone has successfully copied the cpde to the clipboard." } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "program-id", "type": "string", "title": "Program ID" }, { "name": "tooltip-lifespan", "type": "number", "title": "Tooltip lifespan" }, { "name": "tooltip-text", "type": "string", "title": "Tooltip text" }] }, { "tag": "sqm-share-link", "name": "Share Link", "uiSchema": { "demoData": { "ui:help": "" }, "program-id": { "ui:name": "Program ID", "ui:help": "The ID of the program that should generate the link. Defaults to the program ID in context where this widget is loaded." }, "tooltip-lifespan": { "ui:name": "Tooltip lifespan", "ui:help": "The number of milliseconds that the tooltip will appear for" }, "tooltip-text": { "ui:name": "Tooltip text", "ui:help": "This is shown after someone has successfully copied the link to the clipboard." } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "program-id", "type": "string", "title": "Program ID" }, { "name": "tooltip-lifespan", "type": "number", "title": "Tooltip lifespan" }, { "name": "tooltip-text", "type": "string", "title": "Tooltip text" }] }, { "tag": "sqm-stat-container", "name": "Stat Container", "uiSchema": { "space": { "ui:name": "Space between stats", "ui:help": "" } }, "traits": [{ "name": "space", "type": "string", "title": "Space between stats", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }] }, { "tag": "sqm-stencilbook", "name": "sqm-stencilbook", "uiSchema": {}, "traits": [] }, { "tag": "sqm-table-cell", "name": "sqm-table-cell", "uiSchema": { "colspan": { "ui:help": "" }, "padding": { "ui:help": "" } }, "traits": [{ "name": "colspan", "type": "number", "title": "colspan" }, { "name": "padding", "type": "string", "title": "padding" }] }, { "tag": "sqm-table-row", "name": "sqm-table-row", "uiSchema": { "border": { "ui:help": "" } }, "traits": [{ "name": "border", "type": "string", "title": "border" }] }, { "tag": "sqm-task-card", "name": "Task Card", "uiSchema": { "ui:order": ["reward-amount", "reward-unit", "card-title", "description", "repeatable", "finite", "show-progress-bar", "stat-type", "progress-source", "goal", "steps", "progress-bar-unit", "show-expiry", "reward-duration", "button-text", "button-link", "open-new-tab", "ended-message", "expiry-message", "starts-on-message", "event-key", "*"], "button-link": { "ui:name": "CTA Button Link", "ui:help": "" }, "button-text": { "ui:name": "CTA Button Text", "ui:help": "" }, "card-title": { "ui:name": "Title Text", "ui:help": "" }, "completed-text": { "ui:name": "Completed Count Text", "ui:help": "Displays the amount of times that a user has completed a repeatable task." }, "demoData": { "ui:help": "" }, "description": { "ui:name": "Description Text", "ui:help": "" }, "display-duration": { "ui:widget": "DateRange", "ui:name": "Display Duration", "ui:help": "Timeframe that the task card will be shown", "ui:options": { "allowPastDates": true, "months": 1 } }, "ended-message": { "ui:name": "Ended Date Message", "ui:help": "Shown to users after the end of the task duration." }, "event-key": { "ui:name": "Event key of task card button", "ui:help": "" }, "expiry-message": { "ui:name": "Expiry Date Message", "ui:help": "" }, "finite": { "ui:name": "Repeat Amount", "ui:help": "The number of times a reward can be earned. Use zero for no limit (the default)." }, "goal": { "ui:name": "Goal Completion Number", "ui:help": "" }, "open-new-tab": { "ui:name": "CTA Button Link Open in New Tab", "ui:help": "" }, "program-id": { "ui:name": "Program ID override", "ui:help": "" }, "progress-bar-unit": { "ui:name": "Progress Bar Unit", "ui:help": "" }, "repeatable": { "ui:name": "Goal Repeatable", "ui:help": "" }, "reward-amount": { "ui:name": "Reward Amount", "ui:help": "" }, "reward-duration": { "ui:widget": "DateRange", "ui:name": "Reward Duration", "ui:help": "", "ui:options": { "allowPastDates": true, "months": 1 } }, "reward-unit": { "ui:name": "Reward Unit", "ui:help": "" }, "show-progress-bar": { "ui:name": "Show Progress Bar", "ui:help": "" }, "starts-on-message": { "ui:name": "Start Date Message", "ui:help": "Shown to users before the start of the task duration." }, "stat-type": { "ui:widget": "StatTypeSelectWidget", "ui:name": "Goal Progress Source", "ui:help": "Select what type of stat to display for the goal. Manual paths are also supported.", "ui:options": { "version": 1.1 } }, "steps": { "ui:name": "Progress Bar Steps", "ui:help": "" } }, "traits": [{ "name": "button-link", "type": "string", "title": "CTA Button Link" }, { "name": "button-text", "type": "string", "title": "CTA Button Text" }, { "name": "card-title", "type": "string", "title": "Title Text" }, { "name": "completed-text", "type": "string", "title": "Completed Count Text" }, { "name": "demoData", "type": "object", "title": "demoData" }, { "name": "description", "type": "string", "title": "Description Text" }, { "name": "display-duration", "type": "string", "title": "Display Duration" }, { "name": "ended-message", "type": "string", "title": "Ended Date Message" }, { "name": "event-key", "type": "string", "title": "Event key of task card button" }, { "name": "expiry-message", "type": "string", "title": "Expiry Date Message" }, { "name": "finite", "type": "number", "title": "Repeat Amount" }, { "name": "goal", "type": "number", "title": "Goal Completion Number" }, { "name": "open-new-tab", "type": "boolean", "title": "CTA Button Link Open in New Tab" }, { "name": "program-id", "type": "string", "title": "Program ID override" }, { "name": "progress-bar-unit", "type": "string", "title": "Progress Bar Unit" }, { "name": "repeatable", "type": "boolean", "title": "Goal Repeatable" }, { "name": "reward-amount", "type": "string", "title": "Reward Amount" }, { "name": "reward-duration", "type": "string", "title": "Reward Duration" }, { "name": "reward-unit", "type": "string", "title": "Reward Unit" }, { "name": "show-progress-bar", "type": "boolean", "title": "Show Progress Bar" }, { "name": "starts-on-message", "type": "string", "title": "Start Date Message" }, { "name": "stat-type", "type": "string", "title": "Goal Progress Source" }, { "name": "steps", "type": "boolean", "title": "Progress Bar Steps" }] }, { "tag": "sqm-text", "name": "Text", "uiSchema": {}, "traits": [] }, { "tag": "sqm-text-span", "name": "Text Span", "uiSchema": { "text": { "ui:name": "Text", "ui:help": "" }, "type": { "ui:name": "Text", "ui:help": "" } }, "traits": [{ "name": "text", "type": "string", "title": "Text" }, { "name": "type", "type": "string", "title": "Text", "enum": ["p", "subtext", "h1", "h2", "h3", "h4"] }] }, { "tag": "sqm-timeline", "name": "Timeline", "uiSchema": { "icon": { "ui:name": "Icon", "ui:help": "" } }, "traits": [{ "name": "icon", "type": "string", "title": "Icon", "enum": ["gift", "circle"] }] }, { "tag": "sqm-timeline-entry", "name": "Timeline Entry", "uiSchema": { "desc": { "ui:name": "Description", "ui:help": "" }, "icon": { "ui:name": "Icon", "ui:help": "" }, "line": { "ui:help": "" }, "reward": { "ui:name": "Reward Amount", "ui:help": "" }, "unit": { "ui:name": "Reward Unit", "ui:help": "" } }, "traits": [{ "name": "desc", "type": "string", "title": "Description" }, { "name": "icon", "type": "string", "title": "Icon", "enum": ["gift", "circle"] }, { "name": "line", "type": "boolean", "title": "line" }, { "name": "reward", "type": "string", "title": "Reward Amount" }, { "name": "unit", "type": "string", "title": "Reward Unit" }] }, { "tag": "sqm-titled-section", "name": "Titled Section", "uiSchema": { "label": { "ui:name": "Label", "ui:help": "Label for the section unless overwritten via the label slot." }, "label-margin": { "ui:name": "Label margin style", "ui:help": "" }, "padding": { "ui:name": "Section padding", "ui:help": "" }, "text-align": { "ui:name": "Text Align", "ui:help": "" } }, "traits": [{ "name": "label", "type": "string", "title": "Label" }, { "name": "label-margin", "type": "string", "title": "Label margin style", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }, { "name": "padding", "type": "string", "title": "Section padding", "enum": ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"] }, { "name": "text-align", "type": "string", "title": "Text Align", "enum": ["left", "center", "right"] }] }, { "tag": "sqm-user-name", "name": "User Name", "uiSchema": { "demoData": { "ui:help": "" }, "fallback": { "ui:name": "Fallback name for nameless users", "ui:help": "" }, "loading-text": { "ui:name": "Loading text", "ui:help": "" } }, "traits": [{ "name": "demoData", "type": "object", "title": "demoData" }, { "name": "fallback", "type": "string", "title": "Fallback name for nameless users" }, { "name": "loading-text", "type": "string", "title": "Loading text" }] }, { "tag": "sl-details", "name": "Details", "traits": [{ "type": "string", "name": "summary", "title": "Label" }] }, { "tag": "sl-tab", "name": "Tab", "traits": [{ "type": "string", "name": "panel", "title": "Panel ID" }] }, { "tag": "sl-tab-panel", "name": "Tab Panel", "traits": [{ "type": "string", "name": "name", "title": "Panel ID" }] }, { "tag": "sl-tab-group", "name": "Tab Group", "traits": [{ "type": "string", "name": "placement", "title": "Placement of Tabs", "enum": ["top", "right", "bottom", "left"] }] }, { "tag": "sl-skeleton", "name": "Loading Skeleton", "traits": [] }];
9
9
  exports_1("default", (function (editor, config) {
10
10
  if (config === void 0) { config = {}; }
11
11
  // Get DomComponents module
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasquatch/mint-components",
3
- "version": "1.5.0-68",
3
+ "version": "1.5.0-71",
4
4
  "description": "Mint Components - Built with Shoelace Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "es2015": "dist/esm/index.js",