@saasquatch/mint-components 1.6.6-2 → 1.6.6-4

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 (251) hide show
  1. package/LICENSE +21 -21
  2. package/dist/cjs/{ShadowViewAddon-83dada69.js → ShadowViewAddon-af7d0c85.js} +368 -369
  3. package/dist/cjs/{global-a320ad05.js → global-b6c63e2b.js} +653 -653
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/mint-components.cjs.js +2 -2
  6. package/dist/cjs/sqm-big-stat_35.cjs.entry.js +246 -262
  7. package/dist/cjs/sqm-empty_5.cjs.entry.js +51 -51
  8. package/dist/cjs/{sqm-hero-view-7bb2383c.js → sqm-hero-view-ba78dcaf.js} +14 -14
  9. package/dist/cjs/sqm-hero.cjs.entry.js +1 -1
  10. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +13 -13
  11. package/dist/cjs/{sqm-navigation-sidebar-view-4704aa73.js → sqm-navigation-sidebar-view-2da83d3b.js} +141 -141
  12. package/dist/cjs/sqm-navigation-sidebar.cjs.entry.js +1 -1
  13. package/dist/cjs/sqm-password-field.cjs.entry.js +9 -9
  14. package/dist/cjs/{sqm-portal-container-view-5beae29c.js → sqm-portal-container-view-3215dce9.js} +4 -4
  15. package/dist/cjs/{sqm-portal-email-verification-view-04838e5c.js → sqm-portal-email-verification-view-751850fa.js} +9 -9
  16. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +3 -3
  17. package/dist/cjs/{sqm-portal-footer-view-edb2fbe3.js → sqm-portal-footer-view-bec6e3bf.js} +11 -11
  18. package/dist/cjs/sqm-portal-footer.cjs.entry.js +2 -2
  19. package/dist/cjs/{sqm-portal-forgot-password-view-235733ea.js → sqm-portal-forgot-password-view-a3573ade.js} +8 -8
  20. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +2 -2
  21. package/dist/cjs/{sqm-portal-profile-view-11b2265b.js → sqm-portal-profile-view-d5a74b28.js} +2 -2
  22. package/dist/cjs/sqm-portal-profile.cjs.entry.js +35 -35
  23. package/dist/cjs/sqm-portal-registration-form.cjs.entry.js +27 -27
  24. package/dist/cjs/{sqm-portal-reset-password-view-803a56be.js → sqm-portal-reset-password-view-a5d48909.js} +8 -8
  25. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +2 -2
  26. package/dist/cjs/{sqm-portal-verify-email-view-6741f5bd.js → sqm-portal-verify-email-view-9657cc0c.js} +8 -8
  27. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +2 -2
  28. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +3 -3
  29. package/dist/cjs/sqm-rewards-table-customer-note-cell.cjs.entry.js +1 -1
  30. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +105 -105
  31. package/dist/cjs/sqm-stencilbook.cjs.entry.js +740 -740
  32. package/dist/cjs/sqm-tabs.cjs.entry.js +4 -4
  33. package/dist/cjs/{sqm-text-span-view-c34577fa.js → sqm-text-span-view-1acdf7e9.js} +7 -7
  34. package/dist/cjs/sqm-text-span.cjs.entry.js +1 -1
  35. package/dist/cjs/{useReferralTable-df9fbb00.js → useReferralTable-d4bdac2c.js} +183 -183
  36. package/dist/collection/components/sqm-big-stat/useBigStat.js +238 -238
  37. package/dist/collection/components/sqm-brand/sqm-brand.js +21 -21
  38. package/dist/collection/components/sqm-card-feed/sqm-card-feed-view.js +5 -5
  39. package/dist/collection/components/sqm-checkbox-field/sqm-checkbox-field-view.js +14 -14
  40. package/dist/collection/components/sqm-divided-layout/sqm-divided-layout-view.js +15 -15
  41. package/dist/collection/components/sqm-dropdown-field/sqm-dropdown-field-view.js +10 -10
  42. package/dist/collection/components/sqm-edit-profile/useEditProfile.js +32 -32
  43. package/dist/collection/components/sqm-hero/sqm-hero-view.js +14 -14
  44. package/dist/collection/components/sqm-hero-image/sqm-hero-image-view.js +3 -3
  45. package/dist/collection/components/sqm-image/sqm-image-view.js +4 -4
  46. package/dist/collection/components/sqm-input-field/sqm-input-field-view.js +6 -6
  47. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +4 -4
  48. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard.js +2 -2
  49. package/dist/collection/components/sqm-leaderboard/useLeaderboard.js +40 -40
  50. package/dist/collection/components/sqm-leaderboard-rank/sqm-leaderboard-rank.js +2 -2
  51. package/dist/collection/components/sqm-leaderboard-rank/useLeaderboardRank.js +12 -12
  52. package/dist/collection/components/sqm-name-fields/sqm-name-fields-view.js +11 -11
  53. package/dist/collection/components/sqm-navigation-sidebar/sqm-navigation-sidebar-view.js +141 -141
  54. package/dist/collection/components/sqm-password-field/sqm-password-field-view.js +9 -9
  55. package/dist/collection/components/sqm-portal-container/sqm-portal-container-view.js +4 -4
  56. package/dist/collection/components/sqm-portal-container/sqm-portal-container.js +1 -1
  57. package/dist/collection/components/sqm-portal-email-verification/sqm-portal-email-verification-view.js +7 -7
  58. package/dist/collection/components/sqm-portal-footer/sqm-portal-footer-view.js +10 -10
  59. package/dist/collection/components/sqm-portal-forgot-password/sqm-portal-forgot-password-view.js +7 -7
  60. package/dist/collection/components/sqm-portal-login/sqm-portal-login-view.js +7 -7
  61. package/dist/collection/components/sqm-portal-profile/usePortalProfile.js +32 -32
  62. package/dist/collection/components/sqm-portal-register/sqm-portal-register-view.js +14 -14
  63. package/dist/collection/components/sqm-portal-registration-form/sqm-portal-registration-form-view.js +14 -14
  64. package/dist/collection/components/sqm-portal-registration-form/usePortalRegistrationForm.js +12 -12
  65. package/dist/collection/components/sqm-portal-reset-password/sqm-portal-reset-password-view.js +7 -7
  66. package/dist/collection/components/sqm-portal-verify-email/sqm-portal-verify-email-view.js +7 -7
  67. package/dist/collection/components/sqm-program-explainer/sqm-program-explainer-view.js +9 -9
  68. package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step-view.js +9 -9
  69. package/dist/collection/components/sqm-referral-card/sqm-referral-card-view.js +4 -4
  70. package/dist/collection/components/sqm-referral-iframe/useReferralIframe.js +8 -8
  71. package/dist/collection/components/sqm-referral-table/columns/sqm-referral-table-date-column.js +2 -2
  72. package/dist/collection/components/sqm-referral-table/sqm-referral-table.js +2 -2
  73. package/dist/collection/components/sqm-referral-table/useReferralTable.js +183 -183
  74. package/dist/collection/components/sqm-reward-exchange-list/UseRewardExchangeList.stories.js +8 -8
  75. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +0 -1
  76. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +5 -44
  77. package/dist/collection/components/sqm-reward-exchange-list/useRewardExchangeList.js +51 -51
  78. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-date-column.js +1 -1
  79. package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +2 -2
  80. package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +103 -103
  81. package/dist/collection/components/sqm-router/Router.stories.js +71 -71
  82. package/dist/collection/components/sqm-router/sqm-router.css +7 -7
  83. package/dist/collection/components/sqm-scroll/Scroll.stories.js +50 -50
  84. package/dist/collection/components/sqm-scroll/sqm-scroll.js +13 -13
  85. package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +22 -22
  86. package/dist/collection/components/sqm-share-button/sqm-share-button.js +4 -4
  87. package/dist/collection/components/sqm-share-button/useShareButton.js +17 -17
  88. package/dist/collection/components/sqm-share-code/useShareCode.js +12 -12
  89. package/dist/collection/components/sqm-share-link/useShareLink.js +12 -12
  90. package/dist/collection/components/sqm-stencilbook/Resizer.js +24 -24
  91. package/dist/collection/components/sqm-stencilbook/Themes.js +25 -25
  92. package/dist/collection/components/sqm-tabs/Tabs.stories.js +475 -475
  93. package/dist/collection/components/sqm-tabs/sqm-tabs-view.js +4 -4
  94. package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +5 -5
  95. package/dist/collection/components/sqm-task-card/useTaskCard.js +6 -6
  96. package/dist/collection/components/sqm-text/sqm-text.js +46 -46
  97. package/dist/collection/components/sqm-text-span/sqm-text-span-view.js +7 -7
  98. package/dist/collection/components/sqm-timeline/sqm-timeline-entry-view.js +8 -8
  99. package/dist/collection/components/sqm-timeline/sqm-timeline.js +8 -8
  100. package/dist/collection/components/sqm-user-name/useUserName.js +9 -9
  101. package/dist/collection/global/styles.js +653 -653
  102. package/dist/collection/global/styles.ts +729 -729
  103. package/dist/esm/{ShadowViewAddon-435ceccf.js → ShadowViewAddon-73ba6cda.js} +368 -369
  104. package/dist/esm/{global-09167b08.js → global-522b62b4.js} +653 -653
  105. package/dist/esm/loader.js +2 -2
  106. package/dist/esm/mint-components.js +2 -2
  107. package/dist/esm/sqm-big-stat_35.entry.js +246 -262
  108. package/dist/esm/sqm-empty_5.entry.js +51 -51
  109. package/dist/esm/{sqm-hero-view-2270b6d2.js → sqm-hero-view-67ab5ce7.js} +14 -14
  110. package/dist/esm/sqm-hero.entry.js +1 -1
  111. package/dist/esm/sqm-leaderboard-rank.entry.js +13 -13
  112. package/dist/esm/{sqm-navigation-sidebar-view-06a9d083.js → sqm-navigation-sidebar-view-74ad47d4.js} +141 -141
  113. package/dist/esm/sqm-navigation-sidebar.entry.js +1 -1
  114. package/dist/esm/sqm-password-field.entry.js +9 -9
  115. package/dist/esm/{sqm-portal-container-view-2307476f.js → sqm-portal-container-view-8e091565.js} +4 -4
  116. package/dist/esm/{sqm-portal-email-verification-view-bf3b54d7.js → sqm-portal-email-verification-view-b4818826.js} +9 -9
  117. package/dist/esm/sqm-portal-email-verification.entry.js +3 -3
  118. package/dist/esm/{sqm-portal-footer-view-f660d387.js → sqm-portal-footer-view-4ed2ee6a.js} +11 -11
  119. package/dist/esm/sqm-portal-footer.entry.js +2 -2
  120. package/dist/esm/{sqm-portal-forgot-password-view-5bcdabac.js → sqm-portal-forgot-password-view-37bafb1c.js} +8 -8
  121. package/dist/esm/sqm-portal-forgot-password.entry.js +2 -2
  122. package/dist/esm/{sqm-portal-profile-view-3d29c743.js → sqm-portal-profile-view-c28acea7.js} +2 -2
  123. package/dist/esm/sqm-portal-profile.entry.js +35 -35
  124. package/dist/esm/sqm-portal-registration-form.entry.js +27 -27
  125. package/dist/esm/{sqm-portal-reset-password-view-aebadea5.js → sqm-portal-reset-password-view-2b9da683.js} +8 -8
  126. package/dist/esm/sqm-portal-reset-password.entry.js +2 -2
  127. package/dist/esm/{sqm-portal-verify-email-view-4ba9cbb9.js → sqm-portal-verify-email-view-e3e39501.js} +8 -8
  128. package/dist/esm/sqm-portal-verify-email.entry.js +2 -2
  129. package/dist/esm/sqm-referral-table_11.entry.js +3 -3
  130. package/dist/esm/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  131. package/dist/esm/sqm-rewards-table_9.entry.js +105 -105
  132. package/dist/esm/sqm-stencilbook.entry.js +740 -740
  133. package/dist/esm/sqm-tabs.entry.js +4 -4
  134. package/dist/esm/{sqm-text-span-view-f1cacc75.js → sqm-text-span-view-b03a3c6d.js} +7 -7
  135. package/dist/esm/sqm-text-span.entry.js +1 -1
  136. package/dist/esm/{useReferralTable-4e24f8b2.js → useReferralTable-e629af05.js} +183 -183
  137. package/dist/esm-es5/{ShadowViewAddon-435ceccf.js → ShadowViewAddon-73ba6cda.js} +1 -1
  138. package/dist/esm-es5/{global-09167b08.js → global-522b62b4.js} +0 -0
  139. package/dist/esm-es5/loader.js +1 -1
  140. package/dist/esm-es5/mint-components.js +1 -1
  141. package/dist/esm-es5/sqm-big-stat_35.entry.js +1 -1
  142. package/dist/esm-es5/sqm-empty_5.entry.js +1 -1
  143. package/dist/esm-es5/{sqm-hero-view-2270b6d2.js → sqm-hero-view-67ab5ce7.js} +0 -0
  144. package/dist/esm-es5/sqm-hero.entry.js +1 -1
  145. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  146. package/dist/esm-es5/{sqm-navigation-sidebar-view-06a9d083.js → sqm-navigation-sidebar-view-74ad47d4.js} +0 -0
  147. package/dist/esm-es5/sqm-navigation-sidebar.entry.js +1 -1
  148. package/dist/esm-es5/{sqm-portal-container-view-2307476f.js → sqm-portal-container-view-8e091565.js} +0 -0
  149. package/dist/esm-es5/{sqm-portal-email-verification-view-bf3b54d7.js → sqm-portal-email-verification-view-b4818826.js} +1 -1
  150. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  151. package/dist/esm-es5/{sqm-portal-footer-view-f660d387.js → sqm-portal-footer-view-4ed2ee6a.js} +1 -1
  152. package/dist/esm-es5/sqm-portal-footer.entry.js +1 -1
  153. package/dist/esm-es5/{sqm-portal-forgot-password-view-5bcdabac.js → sqm-portal-forgot-password-view-37bafb1c.js} +1 -1
  154. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  155. package/dist/esm-es5/{sqm-portal-profile-view-3d29c743.js → sqm-portal-profile-view-c28acea7.js} +1 -1
  156. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  157. package/dist/esm-es5/sqm-portal-registration-form.entry.js +1 -1
  158. package/dist/esm-es5/{sqm-portal-reset-password-view-aebadea5.js → sqm-portal-reset-password-view-2b9da683.js} +1 -1
  159. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  160. package/dist/esm-es5/{sqm-portal-verify-email-view-4ba9cbb9.js → sqm-portal-verify-email-view-e3e39501.js} +1 -1
  161. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  162. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  163. package/dist/esm-es5/sqm-rewards-table-customer-note-cell.entry.js +1 -1
  164. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  165. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  166. package/dist/esm-es5/{sqm-text-span-view-f1cacc75.js → sqm-text-span-view-b03a3c6d.js} +0 -0
  167. package/dist/esm-es5/sqm-text-span.entry.js +1 -1
  168. package/dist/esm-es5/{useReferralTable-4e24f8b2.js → useReferralTable-e629af05.js} +0 -0
  169. package/dist/mint-components/global/styles.ts +729 -729
  170. package/dist/mint-components/mint-components.esm.js +1 -1
  171. package/dist/mint-components/mint-components.js +1 -1
  172. package/dist/mint-components/{p-f1d2f26b.system.entry.js → p-012102e9.system.entry.js} +1 -1
  173. package/dist/mint-components/{p-d0dc8883.entry.js → p-02d89393.entry.js} +1 -1
  174. package/dist/mint-components/{p-9b732bf2.entry.js → p-0b3a7986.entry.js} +2 -2
  175. package/dist/mint-components/{p-2785b5cb.entry.js → p-0c564965.entry.js} +1 -1
  176. package/dist/mint-components/{p-7b1191c0.entry.js → p-0edfc573.entry.js} +2 -2
  177. package/dist/mint-components/{p-45374f45.system.js → p-10122db1.system.js} +0 -0
  178. package/dist/mint-components/{p-91dee224.system.js → p-143e7a08.system.js} +1 -1
  179. package/dist/mint-components/{p-4c86095b.js → p-1555c1e9.js} +0 -0
  180. package/dist/mint-components/{p-2f8e0a8a.js → p-22176b92.js} +1 -1
  181. package/dist/mint-components/{p-d8973a10.entry.js → p-23370096.entry.js} +2 -2
  182. package/dist/mint-components/p-23a9da5f.system.entry.js +1 -0
  183. package/dist/mint-components/{p-ad5127e6.js → p-28b10528.js} +0 -0
  184. package/dist/mint-components/{p-d4d86e2c.system.entry.js → p-2972f75d.system.entry.js} +1 -1
  185. package/dist/mint-components/{p-4d322f3b.system.js → p-2b2415cc.system.js} +1 -1
  186. package/dist/mint-components/{p-5fb4fe4a.js → p-2bfa2da4.js} +0 -0
  187. package/dist/mint-components/{p-22e99881.js → p-2cb26cd1.js} +1 -1
  188. package/dist/mint-components/{p-6f26a8d4.entry.js → p-30b245d6.entry.js} +2 -2
  189. package/dist/mint-components/{p-20db0649.entry.js → p-340799ce.entry.js} +1 -1
  190. package/dist/mint-components/{p-6ccbff10.system.entry.js → p-4174b16b.system.entry.js} +1 -1
  191. package/dist/mint-components/{p-726abf9f.system.entry.js → p-4439f24b.system.entry.js} +1 -1
  192. package/dist/mint-components/{p-b2705143.system.js → p-48e68efc.system.js} +0 -0
  193. package/dist/mint-components/{p-2526419e.system.entry.js → p-4963f7da.system.entry.js} +1 -1
  194. package/dist/mint-components/{p-b82d30b8.system.entry.js → p-4b172d2d.system.entry.js} +1 -1
  195. package/dist/mint-components/{p-cc0b14d3.entry.js → p-51932259.entry.js} +1 -1
  196. package/dist/mint-components/{p-23840628.system.js → p-5218f2a6.system.js} +0 -0
  197. package/dist/mint-components/{p-d3f41a3d.entry.js → p-5378fb23.entry.js} +6 -6
  198. package/dist/mint-components/{p-af16faae.system.js → p-593ef76e.system.js} +0 -0
  199. package/dist/mint-components/{p-a14585ab.system.entry.js → p-5c579816.system.entry.js} +1 -1
  200. package/dist/mint-components/{p-15561897.system.entry.js → p-662c6f3d.system.entry.js} +1 -1
  201. package/dist/mint-components/{p-4084ff88.entry.js → p-6cceb8cc.entry.js} +1 -1
  202. package/dist/mint-components/p-6d46c0cc.system.entry.js +1 -0
  203. package/dist/mint-components/{p-a99bbfe8.system.js → p-6df5ec12.system.js} +1 -1
  204. package/dist/mint-components/p-71eb37b0.entry.js +1 -0
  205. package/dist/mint-components/{p-5d9244de.js → p-74f936b0.js} +0 -0
  206. package/dist/mint-components/{p-fff53572.system.entry.js → p-750b7be8.system.entry.js} +1 -1
  207. package/dist/mint-components/p-80c485b3.system.entry.js +1 -0
  208. package/dist/mint-components/{p-b35375d1.entry.js → p-813f62c9.entry.js} +1 -1
  209. package/dist/mint-components/p-886fb137.system.entry.js +1 -0
  210. package/dist/mint-components/{p-66a393ef.js → p-8a6a0b6f.js} +1 -1
  211. package/dist/mint-components/{p-eab868c8.js → p-8fb0719c.js} +0 -0
  212. package/dist/mint-components/{p-c26d74f5.system.js → p-92248f2e.system.js} +1 -1
  213. package/dist/mint-components/{p-ddc27ca2.system.entry.js → p-92b752c7.system.entry.js} +1 -1
  214. package/dist/mint-components/{p-53922aac.entry.js → p-9a561fd3.entry.js} +1 -1
  215. package/dist/mint-components/{p-1f475722.js → p-a8857f0d.js} +2 -2
  216. package/dist/mint-components/{p-4a03d1d8.entry.js → p-b1ef1946.entry.js} +1 -1
  217. package/dist/mint-components/{p-68055b5c.system.entry.js → p-b3b4a2f8.system.entry.js} +1 -1
  218. package/dist/mint-components/{p-f4f5c6d2.system.entry.js → p-b4c84f38.system.entry.js} +1 -1
  219. package/dist/mint-components/{p-71e57c04.entry.js → p-bf265ac5.entry.js} +1 -1
  220. package/dist/mint-components/p-c0140ec4.system.js +1 -0
  221. package/dist/mint-components/{p-e018edb8.system.js → p-c06cd3cc.system.js} +0 -0
  222. package/dist/mint-components/{p-356b997d.js → p-c551f288.js} +0 -0
  223. package/dist/mint-components/{p-dd23d448.system.js → p-cd745ffb.system.js} +1 -1
  224. package/dist/mint-components/{p-99c241ef.js → p-d8c7e0db.js} +1 -1
  225. package/dist/mint-components/p-dafd6aaa.entry.js +9 -0
  226. package/dist/mint-components/{p-9fa8b46b.js → p-e8d36075.js} +1 -1
  227. package/dist/mint-components/{p-7ceff8de.system.js → p-e9489bfb.system.js} +0 -0
  228. package/dist/mint-components/{p-f434d6d7.js → p-ede07fec.js} +1 -1
  229. package/dist/mint-components/{p-6698f247.system.js → p-f3c3408a.system.js} +1 -1
  230. package/dist/mint-components/{p-38614c15.entry.js → p-fd5a8981.entry.js} +1 -1
  231. package/dist/mint-components/{p-cbe8e6d6.system.entry.js → p-ffd74e16.system.entry.js} +1 -1
  232. package/dist/mint-components/{p-7e748bbf.system.js → p-ffe8e20a.system.js} +1 -1
  233. package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list.d.ts +1 -5
  234. package/dist/types/components/sqm-reward-exchange-list/useRewardExchangeList.d.ts +0 -1
  235. package/dist/types/components.d.ts +72 -82
  236. package/dist/types/global/android.d.ts +7 -7
  237. package/dist/types/saasquatch.d.ts +132 -132
  238. package/dist/types/stories/features.d.ts +4 -4
  239. package/dist/types/stories/templates.d.ts +4 -4
  240. package/docs/docs.docx +0 -0
  241. package/docs/raisins.json +1 -1
  242. package/grapesjs/grapesjs.js +1 -1
  243. package/package.json +102 -102
  244. package/readme.md +13 -13
  245. package/dist/mint-components/p-2141959d.system.entry.js +0 -1
  246. package/dist/mint-components/p-25fa79e8.system.entry.js +0 -1
  247. package/dist/mint-components/p-311e5ff8.entry.js +0 -9
  248. package/dist/mint-components/p-4e542f04.entry.js +0 -1
  249. package/dist/mint-components/p-b43a075f.system.js +0 -1
  250. package/dist/mint-components/p-c99d4f5a.system.entry.js +0 -1
  251. package/dist/mint-components/p-d0c1c6cf.system.entry.js +0 -1
package/package.json CHANGED
@@ -1,102 +1,102 @@
1
- {
2
- "name": "@saasquatch/mint-components",
3
- "title": "Mint Components",
4
- "version": "1.6.6-2",
5
- "description": "A minimal design library with components for referral and loyalty experiences. Built with Shoelace components by Saasquatch.",
6
- "icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Mint.svg",
7
- "raisins": "docs/raisins.json",
8
- "main": "dist/index.cjs.js",
9
- "es2015": "dist/esm/index.js",
10
- "es2017": "dist/esm/index.js",
11
- "types": "dist/types/components.d.ts",
12
- "module": "dist/mint-components/mint-components.esm.js",
13
- "unpkg": "dist/mint-components/mint-components.js",
14
- "jsnext:main": "dist/esm/index.js",
15
- "collection": "dist/collection/collection-manifest.json",
16
- "collection:main": "dist/collection/index.js",
17
- "files": [
18
- "dist/",
19
- "grapesjs/",
20
- "shoelace/",
21
- "docs/"
22
- ],
23
- "scripts": {
24
- "build": "stencil build --docs",
25
- "build:dev": "cross-env BUILD=dev stencil build --docs",
26
- "build:grapes": "cross-env BUILD=DOCS stencil build --watch --docs",
27
- "serve:grapes": "npx http-server . --cors -c-1 -p 8080",
28
- "start": "cross-env NODE_ENV=dev stencil build --dev --watch --serve",
29
- "test": "stencil test --spec --e2e --verbose",
30
- "test.watch": "stencil test --spec --e2e --watchAll",
31
- "generate": "stencil generate",
32
- "specs": "picklesdoc xlsx src docs --testers=2",
33
- "serve:package": "serve . --cors",
34
- "start:raisins": "run-p start serve:package"
35
- },
36
- "devDependencies": {
37
- "@formatjs/intl": "1.8.4",
38
- "@formatjs/intl-pluralrules": "^1.5.8",
39
- "@formatjs/intl-relativetimeformat": "4.5.15",
40
- "@formatjs/intl-utils": "^2.2.5",
41
- "@lit/reactive-element": "^1.0.0-rc.2",
42
- "@rollup/plugin-alias": "^3.1.2",
43
- "@saasquatch/stencil-grapes-plugin": "^1.0.2",
44
- "@stencil/core": "^2.4.0",
45
- "@stencil/router": "^1.0.1",
46
- "@stencil/sass": "^1.3.2",
47
- "@stencil/utils": "latest",
48
- "@types/canvas-confetti": "^1.4.2",
49
- "@types/jest": "^26.0.21",
50
- "@types/luxon": "^2.0.9",
51
- "@types/puppeteer": "^5.4.2",
52
- "@types/resize-observer-browser": "^0.1.5",
53
- "clipboard": "^1.7.1",
54
- "cross-env": "^7.0.2",
55
- "docx": "^5.4.1",
56
- "dom-context": "^1.2.0",
57
- "jest": "^26.6.3",
58
- "jest-cli": "^26.6.3",
59
- "jest-config": "^26.6.3",
60
- "marked": "^3.0.4",
61
- "picklesdoc": "^1.2.1",
62
- "puppeteer": "^5.5.0",
63
- "rollup-plugin-copy": "^3.4.0",
64
- "rollup-plugin-css-only": "^3.1.0",
65
- "rollup-plugin-string": "^3.0.0",
66
- "stencil-docx-docs": "0.0.2",
67
- "ts-node": "^7.0.1",
68
- "workbox-build": "4.3.1"
69
- },
70
- "dependencies": {
71
- "@raisins/stencil-docs-target": "^1.0.0",
72
- "@saasquatch/component-boilerplate": "^1.5.0",
73
- "@saasquatch/stencil-hooks": "^2.0.2",
74
- "@saasquatch/stencilbook": "^1.0.0",
75
- "@saasquatch/universal-hooks": "^1.0.0",
76
- "@shoelace-style/shoelace": "^2.0.0-beta.32",
77
- "babel-polyfill": "^6.26.0",
78
- "canvas-confetti": "^1.4.0",
79
- "color2k": "^1.2.4",
80
- "deepmerge": "^4.2.2",
81
- "graphql": "^15.5.0",
82
- "graphql-request": "^3.4.0",
83
- "highlight.js": "^10.6.0",
84
- "jsonpointer": "^4.1.0",
85
- "jss-preset-default": "^10.7.1",
86
- "libphonenumber-js": "^1.9.23",
87
- "luxon": "^2.0.1",
88
- "password-validator": "^5.1.1",
89
- "path-to-regexp": "^6.2.0"
90
- },
91
- "repository": {
92
- "type": "git",
93
- "url": "git+https://github.com/saasquatch/program-tools.git",
94
- "directory": "packages/mint-components"
95
- },
96
- "author": "SaaSquatch Team",
97
- "bugs": {
98
- "url": "https://github.com/saasquatch/program-tools"
99
- },
100
- "homepage": "https://github.com/saasquatch/program-tools",
101
- "license": "MIT"
102
- }
1
+ {
2
+ "name": "@saasquatch/mint-components",
3
+ "title": "Mint Components",
4
+ "version": "1.6.6-4",
5
+ "description": "A minimal design library with components for referral and loyalty experiences. Built with Shoelace components by Saasquatch.",
6
+ "icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Mint.svg",
7
+ "raisins": "docs/raisins.json",
8
+ "main": "dist/index.cjs.js",
9
+ "es2015": "dist/esm/index.js",
10
+ "es2017": "dist/esm/index.js",
11
+ "types": "dist/types/components.d.ts",
12
+ "module": "dist/mint-components/mint-components.esm.js",
13
+ "unpkg": "dist/mint-components/mint-components.js",
14
+ "jsnext:main": "dist/esm/index.js",
15
+ "collection": "dist/collection/collection-manifest.json",
16
+ "collection:main": "dist/collection/index.js",
17
+ "files": [
18
+ "dist/",
19
+ "grapesjs/",
20
+ "shoelace/",
21
+ "docs/"
22
+ ],
23
+ "scripts": {
24
+ "build": "stencil build --docs",
25
+ "build:dev": "cross-env BUILD=dev stencil build --docs",
26
+ "build:grapes": "cross-env BUILD=DOCS stencil build --watch --docs",
27
+ "serve:grapes": "npx http-server . --cors -c-1 -p 8080",
28
+ "start": "cross-env NODE_ENV=dev stencil build --dev --watch --serve",
29
+ "test": "stencil test --spec --e2e --verbose",
30
+ "test.watch": "stencil test --spec --e2e --watchAll",
31
+ "generate": "stencil generate",
32
+ "specs": "picklesdoc xlsx src docs --testers=2",
33
+ "serve:package": "serve . --cors",
34
+ "start:raisins": "run-p start serve:package"
35
+ },
36
+ "devDependencies": {
37
+ "@formatjs/intl": "1.8.4",
38
+ "@formatjs/intl-pluralrules": "^1.5.8",
39
+ "@formatjs/intl-relativetimeformat": "4.5.15",
40
+ "@formatjs/intl-utils": "^2.2.5",
41
+ "@lit/reactive-element": "^1.0.0-rc.2",
42
+ "@rollup/plugin-alias": "^3.1.2",
43
+ "@saasquatch/stencil-grapes-plugin": "^1.0.2",
44
+ "@stencil/core": "^2.4.0",
45
+ "@stencil/router": "^1.0.1",
46
+ "@stencil/sass": "^1.3.2",
47
+ "@stencil/utils": "latest",
48
+ "@types/canvas-confetti": "^1.4.2",
49
+ "@types/jest": "^26.0.21",
50
+ "@types/luxon": "^2.0.9",
51
+ "@types/puppeteer": "^5.4.2",
52
+ "@types/resize-observer-browser": "^0.1.5",
53
+ "clipboard": "^1.7.1",
54
+ "cross-env": "^7.0.2",
55
+ "docx": "^5.4.1",
56
+ "dom-context": "^1.2.0",
57
+ "jest": "^26.6.3",
58
+ "jest-cli": "^26.6.3",
59
+ "jest-config": "^26.6.3",
60
+ "marked": "^3.0.4",
61
+ "picklesdoc": "^1.2.1",
62
+ "puppeteer": "^5.5.0",
63
+ "rollup-plugin-copy": "^3.4.0",
64
+ "rollup-plugin-css-only": "^3.1.0",
65
+ "rollup-plugin-string": "^3.0.0",
66
+ "stencil-docx-docs": "0.0.2",
67
+ "ts-node": "^7.0.1",
68
+ "workbox-build": "4.3.1"
69
+ },
70
+ "dependencies": {
71
+ "@raisins/stencil-docs-target": "^1.0.0",
72
+ "@saasquatch/component-boilerplate": "^1.5.0",
73
+ "@saasquatch/stencil-hooks": "^2.0.2",
74
+ "@saasquatch/stencilbook": "^1.0.0",
75
+ "@saasquatch/universal-hooks": "^1.0.0",
76
+ "@shoelace-style/shoelace": "^2.0.0-beta.32",
77
+ "babel-polyfill": "^6.26.0",
78
+ "canvas-confetti": "^1.4.0",
79
+ "color2k": "^1.2.4",
80
+ "deepmerge": "^4.2.2",
81
+ "graphql": "^15.5.0",
82
+ "graphql-request": "^3.4.0",
83
+ "highlight.js": "^10.6.0",
84
+ "jsonpointer": "^4.1.0",
85
+ "jss-preset-default": "^10.7.1",
86
+ "libphonenumber-js": "^1.9.23",
87
+ "luxon": "^2.0.1",
88
+ "password-validator": "^5.1.1",
89
+ "path-to-regexp": "^6.2.0"
90
+ },
91
+ "repository": {
92
+ "type": "git",
93
+ "url": "git+https://github.com/saasquatch/program-tools.git",
94
+ "directory": "packages/mint-components"
95
+ },
96
+ "author": "SaaSquatch Team",
97
+ "bugs": {
98
+ "url": "https://github.com/saasquatch/program-tools"
99
+ },
100
+ "homepage": "https://github.com/saasquatch/program-tools",
101
+ "license": "MIT"
102
+ }
package/readme.md CHANGED
@@ -1,13 +1,13 @@
1
- ![Built With Stencil](https://img.shields.io/badge/-Built%20With%20Stencil-16161d.svg?logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI%2BCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI%2BCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU%2BCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MjQuNywzNzMuOWMwLDM3LjYtNTUuMSw2OC42LTkyLjcsNjguNkgxODAuNGMtMzcuOSwwLTkyLjctMzAuNy05Mi43LTY4LjZ2LTMuNmgzMzYuOVYzNzMuOXoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQyNC43LDI5Mi4xSDE4MC40Yy0zNy42LDAtOTIuNy0zMS05Mi43LTY4LjZ2LTMuNkgzMzJjMzcuNiwwLDkyLjcsMzEsOTIuNyw2OC42VjI5Mi4xeiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDI0LjcsMTQxLjdIODcuN3YtMy42YzAtMzcuNiw1NC44LTY4LjYsOTIuNy02OC42SDMzMmMzNy45LDAsOTIuNywzMC43LDkyLjcsNjguNlYxNDEuN3oiLz4KPC9zdmc%2BCg%3D%3D&colorA=16161d&style=flat-square)
2
-
3
- # Mint Components
4
-
5
- Mint components for the SaaSquatch content platform. Built with Stencil.
6
-
7
- # About Stencil
8
-
9
- Stencil is a compiler for building fast web apps using Web Components.
10
-
11
- Stencil combines the best concepts of the most popular frontend frameworks into a compile-time rather than run-time tool. Stencil takes TypeScript, JSX, a tiny virtual DOM layer, efficient one-way data binding, an asynchronous rendering pipeline (similar to React Fiber), and lazy-loading out of the box, and generates 100% standards-based Web Components that run in any browser supporting the Custom Elements v1 spec.
12
-
13
- Stencil components are just Web Components, so they work in any major framework or with no framework at all.
1
+ ![Built With Stencil](https://img.shields.io/badge/-Built%20With%20Stencil-16161d.svg?logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI%2BCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI%2BCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU%2BCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MjQuNywzNzMuOWMwLDM3LjYtNTUuMSw2OC42LTkyLjcsNjguNkgxODAuNGMtMzcuOSwwLTkyLjctMzAuNy05Mi43LTY4LjZ2LTMuNmgzMzYuOVYzNzMuOXoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQyNC43LDI5Mi4xSDE4MC40Yy0zNy42LDAtOTIuNy0zMS05Mi43LTY4LjZ2LTMuNkgzMzJjMzcuNiwwLDkyLjcsMzEsOTIuNyw2OC42VjI5Mi4xeiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDI0LjcsMTQxLjdIODcuN3YtMy42YzAtMzcuNiw1NC44LTY4LjYsOTIuNy02OC42SDMzMmMzNy45LDAsOTIuNywzMC43LDkyLjcsNjguNlYxNDEuN3oiLz4KPC9zdmc%2BCg%3D%3D&colorA=16161d&style=flat-square)
2
+
3
+ # Mint Components
4
+
5
+ Mint components for the SaaSquatch content platform. Built with Stencil.
6
+
7
+ # About Stencil
8
+
9
+ Stencil is a compiler for building fast web apps using Web Components.
10
+
11
+ Stencil combines the best concepts of the most popular frontend frameworks into a compile-time rather than run-time tool. Stencil takes TypeScript, JSX, a tiny virtual DOM layer, efficient one-way data binding, an asynchronous rendering pipeline (similar to React Fiber), and lazy-loading out of the box, and generates 100% standards-based Web Components that run in any browser supporting the Custom Elements v1 spec.
12
+
13
+ Stencil components are just Web Components, so they work in any major framework or with no framework at all.
@@ -1 +0,0 @@
1
- System.register(["./p-ff17b3a4.system.js","./p-34a64c60.system.js","./p-867ba20a.system.js","./p-e4a5687e.system.js","./p-7ceff8de.system.js"],(function(t){"use strict";var n,e,s,c,i,r,o,u;return{setters:[function(t){n=t.r;e=t.h},function(t){s=t.m;c=t.i;i=t.u},function(){},function(t){r=t.l;o=t.O},function(t){u=t.N}],execute:function(){var a=t("sqm_navigation_sidebar",function(){function t(t){n(this,t);this.ignored=true;s(this)}t.prototype.disconnectedCallback=function(){};t.prototype.render=function(){var t=f();return e(u,Object.assign({},t),e("slot",null))};return t}());function f(){var t=r();var n=o();var e=c(false),s=e[0],u=e[1];i((function(){u(false)}),[t.pathname,n]);function a(t){u(t.target.checked)}return{checked:s,onClick:a}}}}}));