@saasquatch/mint-components 1.3.2-1 → 1.3.2-13

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 (285) hide show
  1. package/dist/cjs/{ShadowViewAddon-75c18b96.js → ShadowViewAddon-a85b8c8d.js} +1 -1
  2. package/dist/cjs/{global-041b5338.js → global-6223fe8f.js} +110 -56
  3. package/dist/cjs/{index.module-6a7bda18.js → index.module-7dd4b981.js} +2 -1
  4. package/dist/cjs/loader.cjs.js +3 -4
  5. package/dist/cjs/mint-components.cjs.js +3 -4
  6. package/dist/cjs/{re-render-7cdb2d81.js → re-render-6111d4bd.js} +1 -1
  7. package/dist/cjs/sqm-asset-card.cjs.entry.js +1 -1
  8. package/dist/cjs/sqm-big-stat.cjs.entry.js +2 -2
  9. package/dist/cjs/{sqm-divided-layout_27.cjs.entry.js → sqm-divided-layout_30.cjs.entry.js} +1959 -766
  10. package/dist/cjs/sqm-graphql-client-provider.cjs.entry.js +1 -1
  11. package/dist/cjs/{index-19309631.js → sqm-leaderboard-rank-view-7dd44d62.js} +10 -3
  12. package/dist/cjs/sqm-leaderboard-rank.cjs.entry.js +7 -9
  13. package/dist/cjs/sqm-leaderboard.cjs.entry.js +2 -2
  14. package/dist/cjs/sqm-name-fields.cjs.entry.js +1 -1
  15. package/dist/cjs/{sqm-navigation-sidebar-item-view-e99b4a10.js → sqm-navigation-sidebar-item-view-6c7f78e6.js} +1 -1
  16. package/dist/cjs/sqm-navigation-sidebar-item.cjs.entry.js +2 -2
  17. package/dist/cjs/sqm-popup-container.cjs.entry.js +1 -1
  18. package/dist/cjs/{sqm-portal-email-verification-view-5e955797.js → sqm-portal-email-verification-view-08d1848c.js} +1 -1
  19. package/dist/cjs/sqm-portal-email-verification.cjs.entry.js +3 -4
  20. package/dist/cjs/{sqm-portal-footer-view-9089feb7.js → sqm-portal-footer-view-69c73802.js} +1 -1
  21. package/dist/cjs/sqm-portal-footer.cjs.entry.js +3 -4
  22. package/dist/cjs/sqm-portal-forgot-password.cjs.entry.js +1 -1
  23. package/dist/cjs/sqm-portal-logout.cjs.entry.js +1 -1
  24. package/dist/cjs/{sqm-portal-profile-view-a23ea292.js → sqm-portal-profile-view-14b41436.js} +1 -1
  25. package/dist/cjs/sqm-portal-profile.cjs.entry.js +3 -4
  26. package/dist/cjs/sqm-portal-protected-route.cjs.entry.js +1 -1
  27. package/dist/cjs/sqm-portal-reset-password.cjs.entry.js +1 -1
  28. package/dist/cjs/sqm-portal-verify-email.cjs.entry.js +1 -1
  29. package/dist/cjs/sqm-referral-table-column.cjs.entry.js +2 -2
  30. package/dist/cjs/sqm-referral-table-date-column.cjs.entry.js +2 -2
  31. package/dist/cjs/sqm-referral-table-rewards-column.cjs.entry.js +2 -2
  32. package/dist/cjs/sqm-referral-table-status-column.cjs.entry.js +2 -2
  33. package/dist/cjs/sqm-referral-table-user-column.cjs.entry.js +2 -2
  34. package/dist/cjs/sqm-share-code.cjs.entry.js +1 -1
  35. package/dist/cjs/{useDemoBigStat-17e61803.js → useDemoBigStat-2786227e.js} +117 -21
  36. package/dist/collection/collection-manifest.json +2 -1
  37. package/dist/collection/components/sqm-big-stat/BigStat.stories.js +8 -1
  38. package/dist/collection/components/sqm-big-stat/UseBigStat.stories.js +3 -0
  39. package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +1 -1
  40. package/dist/collection/components/sqm-big-stat/useBigStat.js +115 -20
  41. package/dist/collection/components/sqm-big-stat/useDemoBigStat.js +1 -0
  42. package/dist/collection/components/sqm-portal-register/sqm-portal-register.js +1 -1
  43. package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeList.stories.js +21 -0
  44. package/dist/collection/components/sqm-reward-exchange-list/RewardExchangeListData.js +218 -0
  45. package/dist/collection/components/sqm-reward-exchange-list/SVGs.js +5 -14
  46. package/dist/collection/components/sqm-reward-exchange-list/progressBar.js +31 -43
  47. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.js +175 -100
  48. package/dist/collection/components/sqm-reward-exchange-list/sqm-reward-exchange-list.js +6 -8
  49. package/dist/collection/components/sqm-reward-exchange-list/useRewardExchangeList.js +10 -32
  50. package/dist/collection/components/sqm-rewards-table/UseRewardsTable.stories.js +53 -0
  51. package/dist/collection/components/sqm-rewards-table/sqm-rewards-table-column.js +120 -0
  52. package/dist/collection/components/sqm-rewards-table/useRewardsTable.js +11 -16
  53. package/dist/collection/components/{sqm-rewards-table → sqm-router}/Router.stories.js +0 -0
  54. package/dist/collection/components/sqm-share-button/sqm-share-button.js +1 -1
  55. package/dist/collection/components/sqm-stencilbook/CucumberAddon.js +3 -1
  56. package/dist/collection/components/sqm-stencilbook/sqm-stencilbook.js +7 -1
  57. package/dist/collection/components/sqm-task-card/SVGs.js +0 -6
  58. package/dist/collection/components/sqm-task-card/TaskCard.stories.js +165 -389
  59. package/dist/collection/components/sqm-task-card/UseTaskCard.stories.js +41 -0
  60. package/dist/collection/components/sqm-task-card/progress-bar/SVGs.js +7 -0
  61. package/dist/collection/components/sqm-task-card/progress-bar/progress-bar-view.js +318 -0
  62. package/dist/collection/components/sqm-task-card/sqm-task-card-view.js +93 -346
  63. package/dist/collection/components/sqm-task-card/sqm-task-card.js +127 -53
  64. package/dist/collection/global/styles.js +3 -0
  65. package/dist/collection/global/styles.ts +3 -0
  66. package/dist/collection/stories/NewPortal.stories.js +15 -15
  67. package/dist/esm/{ShadowViewAddon-fff5d35d.js → ShadowViewAddon-a3f510db.js} +1 -1
  68. package/dist/esm/{global-5ecbf81a.js → global-90da933f.js} +57 -3
  69. package/dist/esm/{index.module-f80561db.js → index.module-90d2c3ad.js} +2 -2
  70. package/dist/esm/loader.js +3 -4
  71. package/dist/esm/mint-components.js +3 -4
  72. package/dist/esm/{re-render-9ab5fe0f.js → re-render-e06f2f7f.js} +1 -1
  73. package/dist/esm/sqm-asset-card.entry.js +1 -1
  74. package/dist/esm/sqm-big-stat.entry.js +2 -2
  75. package/dist/esm/{sqm-divided-layout_27.entry.js → sqm-divided-layout_30.entry.js} +1939 -749
  76. package/dist/esm/sqm-graphql-client-provider.entry.js +1 -1
  77. package/dist/esm/{index-2f5dd0a1.js → sqm-leaderboard-rank-view-47844836.js} +9 -3
  78. package/dist/esm/sqm-leaderboard-rank.entry.js +3 -5
  79. package/dist/esm/sqm-leaderboard.entry.js +2 -2
  80. package/dist/esm/sqm-name-fields.entry.js +1 -1
  81. package/dist/esm/{sqm-navigation-sidebar-item-view-8a3f374b.js → sqm-navigation-sidebar-item-view-f2304ad9.js} +1 -1
  82. package/dist/esm/sqm-navigation-sidebar-item.entry.js +2 -2
  83. package/dist/esm/sqm-popup-container.entry.js +1 -1
  84. package/dist/esm/{sqm-portal-email-verification-view-90781be2.js → sqm-portal-email-verification-view-8cefe480.js} +1 -1
  85. package/dist/esm/sqm-portal-email-verification.entry.js +3 -4
  86. package/dist/esm/{sqm-portal-footer-view-c317518e.js → sqm-portal-footer-view-d9fe0bf8.js} +1 -1
  87. package/dist/esm/sqm-portal-footer.entry.js +3 -4
  88. package/dist/esm/sqm-portal-forgot-password.entry.js +1 -1
  89. package/dist/esm/sqm-portal-logout.entry.js +1 -1
  90. package/dist/esm/{sqm-portal-profile-view-824c8242.js → sqm-portal-profile-view-b67467b4.js} +1 -1
  91. package/dist/esm/sqm-portal-profile.entry.js +3 -4
  92. package/dist/esm/sqm-portal-protected-route.entry.js +1 -1
  93. package/dist/esm/sqm-portal-reset-password.entry.js +1 -1
  94. package/dist/esm/sqm-portal-verify-email.entry.js +1 -1
  95. package/dist/esm/sqm-referral-table-column.entry.js +2 -2
  96. package/dist/esm/sqm-referral-table-date-column.entry.js +2 -2
  97. package/dist/esm/sqm-referral-table-rewards-column.entry.js +2 -2
  98. package/dist/esm/sqm-referral-table-status-column.entry.js +2 -2
  99. package/dist/esm/sqm-referral-table-user-column.entry.js +2 -2
  100. package/dist/esm/sqm-share-code.entry.js +1 -1
  101. package/dist/esm/{useDemoBigStat-b71fe122.js → useDemoBigStat-c3b955b7.js} +117 -21
  102. package/dist/esm-es5/{ShadowViewAddon-fff5d35d.js → ShadowViewAddon-a3f510db.js} +1 -1
  103. package/dist/esm-es5/{global-5ecbf81a.js → global-90da933f.js} +16 -2
  104. package/dist/esm-es5/{index.module-f80561db.js → index.module-90d2c3ad.js} +1 -1
  105. package/dist/esm-es5/loader.js +1 -1
  106. package/dist/esm-es5/mint-components.js +1 -1
  107. package/dist/esm-es5/{re-render-9ab5fe0f.js → re-render-e06f2f7f.js} +1 -1
  108. package/dist/esm-es5/sqm-asset-card.entry.js +1 -1
  109. package/dist/esm-es5/sqm-big-stat.entry.js +1 -1
  110. package/dist/esm-es5/sqm-divided-layout_30.entry.js +1 -0
  111. package/dist/esm-es5/sqm-graphql-client-provider.entry.js +1 -1
  112. package/dist/esm-es5/sqm-leaderboard-rank-view-47844836.js +1 -0
  113. package/dist/esm-es5/sqm-leaderboard-rank.entry.js +1 -1
  114. package/dist/esm-es5/sqm-leaderboard.entry.js +1 -1
  115. package/dist/esm-es5/sqm-name-fields.entry.js +1 -1
  116. package/dist/esm-es5/{sqm-navigation-sidebar-item-view-8a3f374b.js → sqm-navigation-sidebar-item-view-f2304ad9.js} +1 -1
  117. package/dist/esm-es5/sqm-navigation-sidebar-item.entry.js +1 -1
  118. package/dist/esm-es5/sqm-popup-container.entry.js +1 -1
  119. package/dist/esm-es5/{sqm-portal-email-verification-view-90781be2.js → sqm-portal-email-verification-view-8cefe480.js} +1 -1
  120. package/dist/esm-es5/sqm-portal-email-verification.entry.js +1 -1
  121. package/dist/esm-es5/{sqm-portal-footer-view-c317518e.js → sqm-portal-footer-view-d9fe0bf8.js} +1 -1
  122. package/dist/esm-es5/sqm-portal-footer.entry.js +1 -1
  123. package/dist/esm-es5/sqm-portal-forgot-password.entry.js +1 -1
  124. package/dist/esm-es5/sqm-portal-logout.entry.js +1 -1
  125. package/dist/esm-es5/{sqm-portal-profile-view-824c8242.js → sqm-portal-profile-view-b67467b4.js} +1 -1
  126. package/dist/esm-es5/sqm-portal-profile.entry.js +1 -1
  127. package/dist/esm-es5/sqm-portal-protected-route.entry.js +1 -1
  128. package/dist/esm-es5/sqm-portal-reset-password.entry.js +1 -1
  129. package/dist/esm-es5/sqm-portal-verify-email.entry.js +1 -1
  130. package/dist/esm-es5/sqm-referral-table-column.entry.js +1 -1
  131. package/dist/esm-es5/sqm-referral-table-date-column.entry.js +1 -1
  132. package/dist/esm-es5/sqm-referral-table-rewards-column.entry.js +1 -1
  133. package/dist/esm-es5/sqm-referral-table-status-column.entry.js +1 -1
  134. package/dist/esm-es5/sqm-referral-table-user-column.entry.js +1 -1
  135. package/dist/esm-es5/sqm-share-code.entry.js +1 -1
  136. package/dist/esm-es5/useDemoBigStat-c3b955b7.js +1 -0
  137. package/dist/mint-components/global/styles.ts +3 -0
  138. package/dist/mint-components/mint-components.css +1 -0
  139. package/dist/mint-components/mint-components.esm.js +1 -1
  140. package/dist/mint-components/mint-components.js +1 -1
  141. package/dist/mint-components/{p-3052c913.system.js → p-07c924fa.system.js} +1 -1
  142. package/dist/mint-components/{p-05cca77b.js → p-0eb3e89c.js} +1 -1
  143. package/dist/mint-components/{p-337b49ee.entry.js → p-160bd62f.entry.js} +1 -1
  144. package/dist/mint-components/p-16f5a7cb.system.js +1 -0
  145. package/dist/mint-components/{p-4ba2faf2.system.entry.js → p-1a09e4e1.system.entry.js} +1 -1
  146. package/dist/mint-components/p-1c8b0290.entry.js +1 -0
  147. package/dist/mint-components/{p-7c13e32e.system.entry.js → p-1dcdca58.system.entry.js} +1 -1
  148. package/dist/mint-components/p-20d41ab1.entry.js +1 -0
  149. package/dist/mint-components/{p-e9ab90a1.entry.js → p-221a4097.entry.js} +1 -1
  150. package/dist/mint-components/{p-a0045707.system.entry.js → p-223b42bd.system.entry.js} +1 -1
  151. package/dist/mint-components/{p-cc3510c8.js → p-224504ad.js} +1 -1
  152. package/dist/mint-components/{p-2a025d2a.system.entry.js → p-24b3c6f0.system.entry.js} +1 -1
  153. package/dist/mint-components/{p-1b414d8f.system.entry.js → p-24c9a599.system.entry.js} +1 -1
  154. package/dist/mint-components/{p-a7f0b2f6.entry.js → p-29fab29b.entry.js} +1 -1
  155. package/dist/mint-components/{p-e475a5ff.system.entry.js → p-304e6c82.system.entry.js} +1 -1
  156. package/dist/mint-components/{p-5f28af29.entry.js → p-3397167c.entry.js} +1 -1
  157. package/dist/mint-components/p-33c5ffb7.entry.js +1 -0
  158. package/dist/mint-components/{p-04516274.system.entry.js → p-396bf448.system.entry.js} +1 -1
  159. package/dist/mint-components/p-3b97aed8.system.js +1 -0
  160. package/dist/mint-components/{p-3b0acfcd.system.js → p-3ce2fb83.system.js} +1 -1
  161. package/dist/mint-components/{p-82d7a2ba.entry.js → p-3d856985.entry.js} +1 -1
  162. package/dist/mint-components/p-3f7218fb.entry.js +335 -0
  163. package/dist/mint-components/{p-af06ea5b.system.entry.js → p-4052b948.system.entry.js} +1 -1
  164. package/dist/mint-components/{p-57a53dbd.system.entry.js → p-412a9226.system.entry.js} +1 -1
  165. package/dist/mint-components/p-44d0fc80.system.entry.js +1 -0
  166. package/dist/mint-components/{p-844f9bad.entry.js → p-45c752a0.entry.js} +1 -1
  167. package/dist/mint-components/{p-f1e1086e.js → p-46a4269a.js} +17 -2
  168. package/dist/mint-components/p-52802c88.entry.js +13 -0
  169. package/dist/mint-components/p-5480e4ee.entry.js +1 -0
  170. package/dist/mint-components/{p-db723323.system.entry.js → p-55508395.system.entry.js} +1 -1
  171. package/dist/mint-components/{p-844fd903.js → p-563253e8.js} +1 -1
  172. package/dist/mint-components/p-60855d33.system.js +1 -0
  173. package/dist/mint-components/p-67ae18d1.system.entry.js +1 -0
  174. package/dist/mint-components/{p-434ee9c1.js → p-6882070c.js} +1 -1
  175. package/dist/mint-components/{p-1ac9c24b.system.entry.js → p-69bcf4fa.system.entry.js} +1 -1
  176. package/dist/mint-components/p-6bf0a4d9.system.entry.js +1 -0
  177. package/dist/mint-components/p-6e245fa3.system.entry.js +1 -0
  178. package/dist/mint-components/{p-a4a00461.entry.js → p-723ebe45.entry.js} +1 -1
  179. package/dist/mint-components/{p-5dfc6804.system.entry.js → p-73148868.system.entry.js} +1 -1
  180. package/dist/mint-components/{p-6cdc70f4.entry.js → p-8435a22d.entry.js} +1 -1
  181. package/dist/mint-components/p-883a32e7.entry.js +1 -0
  182. package/dist/mint-components/p-9c554ca0.system.js +1 -0
  183. package/dist/mint-components/{p-d3787c3a.entry.js → p-9d6dbb2d.entry.js} +1 -1
  184. package/dist/mint-components/p-9e4fee30.system.entry.js +1 -0
  185. package/dist/mint-components/{p-2bce988c.js → p-a2c3cff3.js} +1 -1
  186. package/dist/mint-components/{p-d9cc041f.entry.js → p-a4c2c7ed.entry.js} +1 -1
  187. package/dist/mint-components/{p-1813b9b9.system.js → p-a6094ff9.system.js} +1 -1
  188. package/dist/mint-components/{p-aba21f90.entry.js → p-ade44a4e.entry.js} +1 -1
  189. package/dist/mint-components/p-b1bb07db.entry.js +1 -0
  190. package/dist/mint-components/{p-ceeaf074.system.js → p-b608f7a4.system.js} +35 -21
  191. package/dist/mint-components/p-b6b4022a.system.entry.js +1 -0
  192. package/dist/mint-components/{p-2f171597.entry.js → p-b8bd2607.entry.js} +1 -1
  193. package/dist/mint-components/{p-0688c9c2.system.entry.js → p-be2738b0.system.entry.js} +1 -1
  194. package/dist/mint-components/{p-82ab88fe.system.js → p-c6114bfe.system.js} +1 -1
  195. package/dist/mint-components/{p-16535642.system.entry.js → p-c79c608d.system.entry.js} +1 -1
  196. package/dist/mint-components/{p-505f5c59.system.entry.js → p-cca9026f.system.entry.js} +1 -1
  197. package/dist/mint-components/{p-71d942af.entry.js → p-cd410a05.entry.js} +2 -2
  198. package/dist/mint-components/{p-a0cfd3d9.system.js → p-cdeae699.system.js} +1 -1
  199. package/dist/mint-components/{p-3fd33dee.system.entry.js → p-d174d0bc.system.entry.js} +1 -1
  200. package/dist/mint-components/p-d21e0dbd.js +1 -0
  201. package/dist/mint-components/{p-00190438.js → p-d35b0366.js} +1 -1
  202. package/dist/mint-components/{p-8e37c08d.js → p-db2e4c42.js} +1 -1
  203. package/dist/mint-components/p-dc603d08.system.entry.js +1 -0
  204. package/dist/mint-components/{p-1fb688a9.system.js → p-e7f633b9.system.js} +1 -1
  205. package/dist/mint-components/{p-16da5146.entry.js → p-f17050de.entry.js} +1 -1
  206. package/dist/mint-components/p-f90486ca.js +235 -0
  207. package/dist/mint-components/p-fce1dbf6.entry.js +1 -0
  208. package/dist/types/components/sqm-big-stat/UseBigStat.stories.d.ts +6 -0
  209. package/dist/types/components/sqm-big-stat/sqm-big-stat-view.d.ts +1 -0
  210. package/dist/types/components/sqm-big-stat/useBigStat.d.ts +4 -1
  211. package/dist/types/components/sqm-reward-exchange-list/RewardExchangeList.stories.d.ts +6 -0
  212. package/dist/types/components/sqm-reward-exchange-list/RewardExchangeListData.d.ts +81 -0
  213. package/dist/types/components/sqm-reward-exchange-list/SVGs.d.ts +1 -0
  214. package/dist/types/components/sqm-reward-exchange-list/progressBar.d.ts +3 -2
  215. package/dist/types/components/sqm-reward-exchange-list/sqm-reward-exchange-list-view.d.ts +3 -4
  216. package/dist/types/components/sqm-rewards-table/UseRewardsTable.stories.d.ts +16 -0
  217. package/dist/types/components/sqm-rewards-table/sqm-rewards-table-column.d.ts +20 -0
  218. package/dist/types/components/sqm-rewards-table/useRewardsTable.d.ts +33 -0
  219. package/dist/types/components/{sqm-rewards-table → sqm-router}/Router.stories.d.ts +0 -0
  220. package/dist/types/components/sqm-task-card/SVGs.d.ts +0 -1
  221. package/dist/types/components/sqm-task-card/TaskCard.stories.d.ts +12 -5
  222. package/dist/types/components/sqm-task-card/UseTaskCard.stories.d.ts +10 -0
  223. package/dist/types/components/sqm-task-card/progress-bar/SVGs.d.ts +1 -0
  224. package/dist/types/components/sqm-task-card/progress-bar/progress-bar-view.d.ts +11 -0
  225. package/dist/types/components/sqm-task-card/sqm-task-card-view.d.ts +13 -22
  226. package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +29 -14
  227. package/dist/types/components.d.ts +86 -36
  228. package/dist/types/global/styles.d.ts +1 -1
  229. package/grapesjs/grapesjs.js +1 -1
  230. package/package.json +1 -1
  231. package/dist/cjs/sqm-leaderboard-rank-view-35015d30.js +0 -10
  232. package/dist/cjs/sqm-rewards-table.cjs.entry.js +0 -332
  233. package/dist/cjs/sqm-task-card-view-57066e67.js +0 -476
  234. package/dist/cjs/sqm-task-card.cjs.entry.js +0 -56
  235. package/dist/cjs/tslib.es6-0e81fab1.js +0 -56
  236. package/dist/cjs/useChildElements-428ca5b8.js +0 -21
  237. package/dist/esm/sqm-leaderboard-rank-view-da91f5f3.js +0 -8
  238. package/dist/esm/sqm-rewards-table.entry.js +0 -328
  239. package/dist/esm/sqm-task-card-view-2ee495af.js +0 -474
  240. package/dist/esm/sqm-task-card.entry.js +0 -52
  241. package/dist/esm/tslib.es6-7ac9d7e4.js +0 -53
  242. package/dist/esm/useChildElements-506f00d0.js +0 -19
  243. package/dist/esm-es5/index-2f5dd0a1.js +0 -1
  244. package/dist/esm-es5/sqm-divided-layout_27.entry.js +0 -1
  245. package/dist/esm-es5/sqm-leaderboard-rank-view-da91f5f3.js +0 -1
  246. package/dist/esm-es5/sqm-rewards-table.entry.js +0 -1
  247. package/dist/esm-es5/sqm-task-card-view-2ee495af.js +0 -1
  248. package/dist/esm-es5/sqm-task-card.entry.js +0 -1
  249. package/dist/esm-es5/tslib.es6-7ac9d7e4.js +0 -15
  250. package/dist/esm-es5/useChildElements-506f00d0.js +0 -1
  251. package/dist/esm-es5/useDemoBigStat-b71fe122.js +0 -1
  252. package/dist/mint-components/p-11c75956.entry.js +0 -1
  253. package/dist/mint-components/p-189219ee.system.js +0 -1
  254. package/dist/mint-components/p-1e248afc.system.entry.js +0 -1
  255. package/dist/mint-components/p-21dfdeb8.entry.js +0 -1
  256. package/dist/mint-components/p-23a0bdae.entry.js +0 -1
  257. package/dist/mint-components/p-353b4413.system.js +0 -1
  258. package/dist/mint-components/p-405a9253.js +0 -227
  259. package/dist/mint-components/p-55e02769.entry.js +0 -13
  260. package/dist/mint-components/p-58d9b2f0.js +0 -15
  261. package/dist/mint-components/p-684850a7.entry.js +0 -287
  262. package/dist/mint-components/p-6d545e13.entry.js +0 -1
  263. package/dist/mint-components/p-70837c1c.entry.js +0 -49
  264. package/dist/mint-components/p-7c138c84.entry.js +0 -1
  265. package/dist/mint-components/p-7c261ea0.system.entry.js +0 -1
  266. package/dist/mint-components/p-8034f81c.system.entry.js +0 -1
  267. package/dist/mint-components/p-81dbda90.system.entry.js +0 -1
  268. package/dist/mint-components/p-8c16f04e.js +0 -1
  269. package/dist/mint-components/p-8f5e2af4.entry.js +0 -1
  270. package/dist/mint-components/p-91d39961.system.js +0 -1
  271. package/dist/mint-components/p-b3af1c6f.js +0 -1
  272. package/dist/mint-components/p-bf04a8e1.system.entry.js +0 -1
  273. package/dist/mint-components/p-bf055b6c.system.js +0 -1
  274. package/dist/mint-components/p-c3866bfa.system.entry.js +0 -1
  275. package/dist/mint-components/p-c9c4f31b.system.entry.js +0 -1
  276. package/dist/mint-components/p-dd6a666e.system.js +0 -15
  277. package/dist/mint-components/p-dfc3cf82.js +0 -1
  278. package/dist/mint-components/p-e19a57a4.system.entry.js +0 -1
  279. package/dist/mint-components/p-e22eed7b.entry.js +0 -1
  280. package/dist/mint-components/p-e2ebe90c.entry.js +0 -1
  281. package/dist/mint-components/p-e78a5a91.js +0 -1
  282. package/dist/mint-components/p-ecbabf6e.system.js +0 -1
  283. package/dist/mint-components/p-f41ab9e1.system.js +0 -1
  284. package/dist/mint-components/p-f87d8f53.system.js +0 -1
  285. package/dist/mint-components/p-fcaa5886.system.entry.js +0 -1
@@ -3,9 +3,10 @@ import jss from "jss";
3
3
  import preset from "jss-preset-default";
4
4
  import { HostBlock } from "../../global/mixins";
5
5
  import * as SVGs from "./SVGs";
6
- // @ts-expect-error -- unused
7
- export function TaskCardView(props, children) {
8
- const { points = 0, cardTitle = "Title Text", description = "Description Text", showProgressBar = false, progress = 0, goal = 1, repeatable = false, expire = false, dateExpire = "", buttonText = "Button Text", buttonLink = "www.example.com", } = props;
6
+ import { ProgressBarView, } from "./progress-bar/progress-bar-view";
7
+ import { DateTime } from "luxon";
8
+ export function TaskCardView(props) {
9
+ console.log({ props });
9
10
  const checkmark_circle = SVGs.checkmark_circle();
10
11
  const arrow_left_right = SVGs.arrow_left_right();
11
12
  const style = {
@@ -18,15 +19,27 @@ export function TaskCardView(props, children) {
18
19
  position: "relative",
19
20
  boxSizing: "border-box",
20
21
  minWidth: "347px",
21
- background: "var(--sl-color-white)",
22
- border: "1px solid var(--sl-color-gray-300)",
22
+ background: "var(--sl-color-neutral-0)",
23
+ border: "1px solid var(--sl-color-neutral-300)",
23
24
  borderRadius: "var(--sl-border-radius-medium)",
24
25
  fontSize: "var(--sl-font-size-small)",
25
26
  lineHeight: "var(--sl-line-height-dense)",
27
+ color: "var(--sl-color-neutral-600)",
26
28
  },
27
29
  "& .main.complete": {
28
- background: "var(--sl-color-primary-50)",
29
- borderColor: "var(--sl-color-primary-700)",
30
+ background: "var(--sl-color-success-50)",
31
+ borderColor: "var(--sl-color-success-700)",
32
+ },
33
+ "& .main.expired": {
34
+ color: "var(--sl-color-neutral-400)",
35
+ background: "var(--sl-color-neutral-100)",
36
+ },
37
+ "& .title": {
38
+ fontSize: "var(--sl-font-size-small)",
39
+ fontWeight: "var(--sl-font-weight-semibold)",
40
+ },
41
+ "& .black": {
42
+ color: "var(--sl-color-neutral-1000)",
30
43
  },
31
44
  },
32
45
  Header: {
@@ -34,13 +47,12 @@ export function TaskCardView(props, children) {
34
47
  "& .icon": {
35
48
  alignSelf: "center",
36
49
  lineHeight: "0",
37
- color: "var(--sl-color-primary-700)",
50
+ color: "var(--sl-color-success-700)",
38
51
  fontSize: "var(--sl-font-size-large)",
39
52
  marginRight: "var(--sl-spacing-x-small)",
40
53
  },
41
54
  "& .value": {
42
55
  alignSelf: "center",
43
- color: "var(--sl-color-black)",
44
56
  fontSize: "var(--sl-font-size-x-large)",
45
57
  fontWeight: "var(--sl-font-weight-semibold)",
46
58
  lineHeight: "100%",
@@ -48,83 +60,99 @@ export function TaskCardView(props, children) {
48
60
  },
49
61
  "& .text": {
50
62
  alignSelf: "end",
51
- color: "var(--sl-color-gray-600)",
63
+ textTransform: "uppercase",
52
64
  fontSize: "var(--sl-font-size-x-small)",
53
65
  lineHeight: "var(--sl-font-size-medium)",
54
66
  marginRight: "var(--sl-spacing-xx-small)",
55
67
  },
56
- },
57
- Title: {
58
- color: "var(--sl-color-black)",
59
- fontSize: "var(--sl-font-size-small)",
68
+ "& .end": {
69
+ color: "var(--sl-color-warning-600)",
70
+ fontWeight: "var(--sl-font-weight-semibold)",
71
+ marginBottom: "var(--sl-spacing-xx-small)",
72
+ },
73
+ "& .black": {
74
+ color: "var(--sl-color-neutral-1000)",
75
+ },
76
+ "& .neutral": {
77
+ color: "var(--sl-color-neutral-400)",
78
+ },
60
79
  },
61
80
  Footer: {
62
81
  display: "flex",
63
- "& span": {
64
- verticalAlign: "text-bottom",
65
- },
66
82
  "& .icon": {
67
- verticalAlign: "bottom",
68
83
  fontSize: "var(--sl-font-size-xx-small)",
69
84
  marginRight: "var(--sl-spacing-xx-small)",
70
85
  },
71
86
  "& .text": {
72
87
  marginTop: "auto",
88
+ verticalAlign: "text-bottom",
73
89
  fontSize: "var(--sl-font-size-x-small)",
74
- color: "var(--sl-color-gray-600)",
90
+ },
91
+ "& .success": {
92
+ color: "var(--sl-color-success-600)",
93
+ fontWeight: "var(--sl-font-weight-semibold)",
75
94
  },
76
95
  "& .action": {
77
96
  marginTop: "auto",
78
97
  marginLeft: "auto",
98
+ "&::part(base)": {
99
+ color: "var(--sl-color-neutral-0)",
100
+ borderRadius: "var(--sl-border-radius-medium)",
101
+ },
102
+ "&.disabled::part(base)": {
103
+ border: "1px solid var(--sl-color-neutral-400)",
104
+ background: "var(--sl-color-neutral-400)",
105
+ },
79
106
  },
80
- "& sl-button.action::part(base) ": {
81
- color: "var(--sl-color-white)",
82
- background: "var(--sl-color-primary-500)",
83
- border: "1px solid var(--sl-color-primary-500)",
84
- borderRadius: "var(--sl-border-radius-medium)",
107
+ "& .neutral": {
108
+ color: "var(--sl-color-neutral-400)",
85
109
  },
86
110
  },
87
111
  };
88
112
  jss.setup(preset());
89
113
  const sheet = jss.createStyleSheet(style);
90
114
  const styleString = sheet.toString();
91
- // if showProgressBar is false: progress >= goal
92
- // if true
93
- const showComplete = progress >= goal;
94
- const repetitions = showProgressBar ? Math.floor(progress / goal) : progress;
115
+ const showComplete = props.progress >= props.goal;
116
+ const repetitions = props.showProgressBar
117
+ ? Math.floor(props.progress / props.goal)
118
+ : props.progress;
119
+ const taskComplete = showComplete && props.repeatable === false;
120
+ const dateExpire = props.showExpiry && DateTime.fromISO(props.dateExpires.split("/").pop());
121
+ const taskExpired = props.showExpiry && DateTime.now() > dateExpire;
122
+ const dateExpireText = dateExpire.toLocaleString(DateTime.DATE_FULL);
123
+ console.log(taskExpired);
95
124
  return (h("div", { class: sheet.classes.TaskCard },
96
- h("div", { class: showComplete ? "main complete" : "main" },
125
+ h("div", { class: taskExpired ? "main expired" : taskComplete ? "main complete" : "main" },
97
126
  h("style", { type: "text/css" }, styleString),
98
- h("div", { class: sheet.classes.Header },
99
- showComplete && (h("span", { class: "icon" }, checkmark_circle)),
100
- h("span", { class: "value" }, points),
101
- h("span", { class: "text" }, "SAASQUATCH POINTS")),
102
- h("div", { class: sheet.classes.Title }, cardTitle),
103
- showProgressBar && h(ProgressBar, Object.assign({}, props)),
104
- h(Details, { description: description }),
105
- h("div", { class: sheet.classes.Footer },
127
+ h("div", { class: sheet.classes.Header }, props.loading ? (h("sl-skeleton", { style: { width: "22%", margin: "0" } })) : (h("div", null,
128
+ taskExpired && (h("div", { class: "end" },
129
+ " ",
130
+ "Ended " + dateExpireText,
131
+ " ")),
132
+ showComplete && (h("span", { class: taskExpired ? "icon neutral" : "icon" }, checkmark_circle)),
133
+ h("span", { class: taskExpired ? "value" : "value black" }, props.rewardAmount),
134
+ h("span", { class: "text" }, props.rewardUnit)))),
135
+ props.loading ? (h("sl-skeleton", { style: { width: "42%", margin: "0 16px" } })) : (h("div", { class: taskExpired ? "title" : "title black" }, props.cardTitle)),
136
+ props.loading ? (h("sl-skeleton", { style: { width: "91%", margin: "12px 16px" } })) : (h(Details, Object.assign({}, props))),
137
+ props.showProgressBar && props.loading ? (h("sl-skeleton", { style: { width: "91%", margin: "0 auto" } })) : (props.showProgressBar && (h(ProgressBarView, Object.assign({}, props, { complete: taskComplete, expired: taskExpired })))),
138
+ h("div", { class: sheet.classes.Footer }, props.loading ? (h("sl-skeleton", { style: { width: "25%", marginLeft: "auto" } })) : (h("div", { style: { display: "contents" } },
106
139
  h("span", { class: "text" },
107
- repeatable && (h("div", null,
108
- h("span", { class: "icon" }, arrow_left_right),
109
- h("span", null,
110
- "Completed ",
111
- repetitions,
112
- " times"),
113
- h("br", null),
114
- h("span", null,
115
- "Earned ",
116
- points * repetitions,
117
- " SaaSquatch Points"))),
118
- expire && (h("span", null,
119
- h("br", null),
120
- "Ends ",
121
- " ",
122
- dateExpire))),
123
- h("sl-button", { class: "action", size: "small", onClick: () => alert(buttonLink), disabled: showComplete }, showComplete ? "Complete" : buttonText)))));
140
+ props.repeatable && (h("div", null,
141
+ h("span", { class: repetitions > 0
142
+ ? taskExpired
143
+ ? "icon neutral"
144
+ : "icon success"
145
+ : "icon" }, arrow_left_right),
146
+ h("span", { class: repetitions > 0
147
+ ? taskExpired
148
+ ? "neutral"
149
+ : "success"
150
+ : "" }, "Completed " + repetitions + " times"))),
151
+ props.showExpiry && !taskExpired && (h("span", null, "Ends " + dateExpireText))),
152
+ h("sl-button", { class: taskComplete || taskExpired ? "action disabled" : "action", type: "primary", size: "small", onClick: () => window.open(props.buttonLink), disabled: taskComplete || taskExpired }, props.buttonText)))))));
124
153
  }
125
154
  function Details(props) {
126
155
  const style = {
127
- HostBlock: HostBlock,
128
156
  Description: {
129
157
  "& input[type=checkbox]": {
130
158
  display: "none",
@@ -136,7 +164,7 @@ function Details(props) {
136
164
  position: "absolute",
137
165
  top: "var(--sl-spacing-medium)",
138
166
  right: "var(--sl-spacing-medium)",
139
- color: "var(--sl-color-gray-700)",
167
+ color: "var(--sl-color-neutral-700)",
140
168
  fontSize: "var(--sl-font-size-large)",
141
169
  "& :hover": {
142
170
  color: "var(--sl-color-primary-700)",
@@ -145,16 +173,21 @@ function Details(props) {
145
173
  transition: "transform var(--sl-transition-medium) ease",
146
174
  },
147
175
  "& input:checked ~ .summary": {
148
- transition: "max-height var(--sl-transition-medium) ease",
176
+ transition: "all var(--sl-transition-medium) ease",
149
177
  maxHeight: "300px",
178
+ marginBottom: props.steps
179
+ ? "var(--sl-spacing-large)"
180
+ : props.showProgressBar
181
+ ? "var(--sl-spacing-xx-large)"
182
+ : "var(--sl-spacing-large)",
150
183
  },
151
184
  "& .summary": {
152
185
  display: "block",
153
186
  overflow: "hidden",
154
- color: "var(--sl-color-gray-700)",
155
- fontSize: "var(--sl-font-size-x-small)",
187
+ fontSize: "var(--sl-font-size-small)",
156
188
  maxHeight: "0px",
157
- transition: "max-height var(--sl-transition-fast) ease-out",
189
+ transition: "all var(--sl-transition-fast) ease-out",
190
+ marginBottom: "var(--sl-spacing-medium)",
158
191
  },
159
192
  },
160
193
  };
@@ -170,289 +203,3 @@ function Details(props) {
170
203
  h("sl-icon", { name: "chevron-down" })),
171
204
  h("span", { class: "summary" }, props.description))));
172
205
  }
173
- export function ProgressBar(props) {
174
- const { goal, progress, steps, unit = "", repeatable } = props;
175
- const gift1 = SVGs.gift();
176
- const gift2 = SVGs.gift();
177
- const gift3 = SVGs.gift();
178
- // if progress and goal are not provided, there cannot be a progress bar
179
- // if (!showProgressBar) return;
180
- const items = [];
181
- var columns = "";
182
- var repetitions = Math.floor(progress / goal);
183
- if (repeatable) {
184
- if (steps) {
185
- addStepsRepeatable();
186
- }
187
- else {
188
- addLinearRepeatable();
189
- }
190
- }
191
- // non repetable
192
- else {
193
- if (steps) {
194
- addSteps();
195
- }
196
- else {
197
- addLinear();
198
- }
199
- }
200
- const style = {
201
- HostBlock: HostBlock,
202
- ProgressBar: {
203
- "& .progress-bar": {
204
- height: "20px",
205
- marginTop: "var(--sl-spacing-large)",
206
- marginRight: "var(--sl-spacing-x-small)",
207
- marginBottom: "var(--sl-spacing-large)",
208
- fontSize: "var(--sl-font-size-x-small)",
209
- display: "grid",
210
- gridTemplateColumns: columns,
211
- lineHeight: "45px",
212
- userSelect: "none",
213
- },
214
- "& .progress-bar.repeatable-steps": {
215
- marginLeft: "var(--sl-spacing-x-small)",
216
- },
217
- "& .filled:after": {
218
- content: '""',
219
- display: "flex",
220
- width: "100%",
221
- height: "4px",
222
- borderRadius: "4px",
223
- backgroundColor: "var(--sl-color-primary-500)",
224
- },
225
- "& .progress": {
226
- display: "block",
227
- textAlign: "center",
228
- marginLeft: "-100px",
229
- marginRight: "-100px",
230
- },
231
- "& .progress::after": {
232
- content: '""',
233
- width: "12px",
234
- height: "12px",
235
- display: "flex",
236
- backgroundColor: "var(--sl-color-primary-500)",
237
- borderRadius: "50%",
238
- position: "relative",
239
- left: "47%",
240
- top: "-85%",
241
- },
242
- "& .progress.bg:after": {
243
- width: "0",
244
- height: "0",
245
- border: "none",
246
- },
247
- "& .empty": {
248
- display: "block",
249
- textAlign: "center",
250
- marginLeft: "-100px",
251
- marginRight: "-100px",
252
- },
253
- "& .empty::after": {
254
- content: '""',
255
- width: "12px",
256
- height: "12px",
257
- border: "2px solid #E0E0E0",
258
- margin: "-2px",
259
- display: "flex",
260
- backgroundColor: "white",
261
- borderRadius: "50%",
262
- position: "relative",
263
- left: "47%",
264
- top: "-85%",
265
- },
266
- "& .empty.bg:after": {
267
- width: "0",
268
- height: "0",
269
- border: "none",
270
- },
271
- "& .remain:after": {
272
- content: '""',
273
- display: "flex",
274
- width: "100%",
275
- height: "4px",
276
- borderRadius: "4px",
277
- backgroundColor: "#E0E0E0",
278
- },
279
- "& .end.bw": {
280
- filter: "grayscale(100%)",
281
- },
282
- "& .end.start": {
283
- transform: "scale(80%)",
284
- top: "-20px",
285
- },
286
- "& .end": {
287
- textAlign: "center",
288
- marginLeft: "-100px",
289
- marginRight: "-100px",
290
- position: "relative",
291
- top: "-18px",
292
- filter: goal <= progress ? "" : "grayscale(100%)",
293
- zIndex: "1",
294
- },
295
- },
296
- };
297
- jss.setup(preset());
298
- const sheet = jss.createStyleSheet(style);
299
- const styleString = sheet.toString();
300
- return (h("div", { class: sheet.classes.ProgressBar },
301
- h("style", { type: "text/css" }, styleString),
302
- h("div", { class: repetitions > 1 ? "progress-bar repeatable-steps" : "progress-bar" }, items)));
303
- function addLinear() {
304
- columns =
305
- Math.min(Math.max(progress / goal, 0), 1) +
306
- "fr 0fr " +
307
- Math.min(Math.max(1 - progress / goal, 0), 1) +
308
- "fr 0fr";
309
- items.push(h("div", { class: "filled" }));
310
- items.push(h("div", { class: progress == goal ? "progress bg" : "progress" }, unit + progress));
311
- items.push(h("div", { class: "remain" }));
312
- items.push(h("div", { class: "end" }, gift1));
313
- }
314
- function addSteps() {
315
- let step_math = steps / goal;
316
- for (let i = 1; i < goal; i += steps) {
317
- columns += step_math + "fr 0fr ";
318
- if (i > progress) {
319
- items.push(h("div", { class: "remain" }));
320
- items.push(h("div", { class: "empty" }, unit + i));
321
- }
322
- else {
323
- items.push(h("div", { class: "filled" }));
324
- items.push(h("div", { class: "progress" }, unit + i));
325
- }
326
- }
327
- columns += step_math + "fr 0fr ";
328
- // reward success
329
- if (goal <= progress) {
330
- columns += "0fr ";
331
- items.push(h("div", { class: "filled" }));
332
- items.push(h("div", { class: "progress bg" }, unit + goal));
333
- items.push(h("div", { class: "end" }, gift1));
334
- }
335
- // reward fail
336
- else {
337
- columns += "0fr ";
338
- items.push(h("div", { class: "remain" }));
339
- items.push(h("div", { class: "empty bg" }, unit + goal));
340
- items.push(h("div", { class: "end" }, gift1));
341
- }
342
- }
343
- function addLinearRepeatable() {
344
- let position = progress % goal;
345
- let remainder = (position / goal) * 0.5;
346
- let repetitions = Math.floor(progress / goal);
347
- // 0 repetition
348
- if (repetitions == 0) {
349
- columns = remainder + "fr 0fr " + (0.5 - remainder) + "fr 0fr 0.5fr 0fr";
350
- items.push(h("div", { class: "filled" }));
351
- items.push(h("div", { class: progress == goal ? "progress bg" : "progress" }, unit + progress));
352
- items.push(h("div", { class: "remain" }));
353
- items.push(h("div", { class: "end" }, gift1));
354
- items.push(h("div", { class: "remain" }));
355
- items.push(h("div", { class: "end bw" }, gift2));
356
- }
357
- // single repetition
358
- else if (repetitions == 1) {
359
- columns =
360
- "0.5fr 0fr " + remainder + "fr 0fr " + (0.5 - remainder) + "fr 0fr";
361
- items.push(h("div", { class: "filled" }));
362
- items.push(h("div", { class: "end" }, gift1));
363
- items.push(h("div", { class: "filled" }));
364
- items.push(h("div", { class: progress == goal ? "progress bg" : "progress" }, unit + progress));
365
- items.push(h("div", { class: "remain" }));
366
- items.push(h("div", { class: "end bw" }, gift2));
367
- }
368
- // multiple repetitions
369
- else {
370
- columns =
371
- "0fr 0.5fr 0fr " + remainder + "fr 0fr " + (0.5 - remainder) + "fr 0fr";
372
- items.push(h("div", { class: "end start" }, gift1));
373
- items.push(h("div", { class: "filled" }));
374
- items.push(h("div", { class: "end" }, gift2));
375
- items.push(h("div", { class: "filled" }));
376
- items.push(h("div", { class: progress == goal * repetitions ? "progress bg" : "progress" }, unit + progress));
377
- items.push(h("div", { class: "remain" }));
378
- items.push(h("div", { class: "end bw" }, gift3));
379
- }
380
- }
381
- function addStepsRepeatable() {
382
- let repetitions = Math.floor(progress / goal);
383
- // no or single repetition
384
- if (repetitions < 2) {
385
- let step_math = steps / goal;
386
- for (let i = 1; i < goal * 2 + 1; i += steps) {
387
- columns += step_math + "fr 0fr ";
388
- if (i > progress) {
389
- if (i == goal) {
390
- columns += "0fr ";
391
- items.push(h("div", { class: "remain" }));
392
- items.push(h("div", { class: "empty bg" }, unit + goal));
393
- items.push(h("div", { class: "end bw" }, gift1));
394
- }
395
- else if (i == goal * 2) {
396
- columns += "0fr 0fr";
397
- items.push(h("div", { class: "remain" }));
398
- items.push(h("div", { class: "empty bg" }, unit + (goal * 2)));
399
- items.push(h("div", { class: "end bw" }, gift2));
400
- }
401
- else {
402
- items.push(h("div", { class: "remain" }));
403
- items.push(h("div", { class: "empty" }, unit + i));
404
- }
405
- }
406
- else if (i == goal) {
407
- columns += "0fr ";
408
- items.push(h("div", { class: "filled" }));
409
- items.push(h("div", { class: "progress bg" }, unit + i));
410
- items.push(h("div", { class: "end" }, gift3));
411
- }
412
- else {
413
- items.push(h("div", { class: "filled" }));
414
- items.push(h("div", { class: "progress" }, unit + i));
415
- }
416
- }
417
- }
418
- // case repetition many
419
- else {
420
- let position = (progress % goal) + goal;
421
- let step_math = steps / goal;
422
- columns += "0fr 0fr ";
423
- items.push(h("div", { class: "progress bg" }, unit + goal * (repetitions - 1)));
424
- items.push(h("div", { class: "end start" }, gift1));
425
- for (let i = 1; i < goal * 2 + 1; i += steps) {
426
- columns += step_math + "fr 0fr ";
427
- if (i <= goal) {
428
- if (i == goal) {
429
- columns += "0fr ";
430
- items.push(h("div", { class: "filled" }));
431
- items.push(h("div", { class: "progress bg" }, unit + (i + goal * (repetitions - 1))));
432
- items.push(h("div", { class: "end" }, gift2));
433
- }
434
- else {
435
- items.push(h("div", { class: "filled" }));
436
- items.push(h("div", { class: "progress" }, unit + (i + goal * (repetitions - 1))));
437
- }
438
- }
439
- else if (i > position) {
440
- if (i == goal * 2) {
441
- columns += "0fr 0fr";
442
- items.push(h("div", { class: "remain" }));
443
- items.push(h("div", { class: "empty bg" }, unit + (i + goal * (repetitions - 1))));
444
- items.push(h("div", { class: "end bw" }, gift3));
445
- }
446
- else {
447
- items.push(h("div", { class: "remain" }));
448
- items.push(h("div", { class: "empty" }, unit + (i + goal * (repetitions - 1))));
449
- }
450
- }
451
- else {
452
- items.push(h("div", { class: "filled" }));
453
- items.push(h("div", { class: "progress" }, unit + (i + goal * (repetitions - 1))));
454
- }
455
- }
456
- }
457
- }
458
- }