@saasquatch/mint-components 1.5.0-113 → 1.5.0-114

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 (277) hide show
  1. package/dist/cjs/{GenericTableView-f947b749.js → GenericTableView-a69fddb5.js} +4 -2
  2. package/dist/cjs/{ShadowViewAddon-79dd6c07.js → ShadowViewAddon-b0dc2cbf.js} +14 -19
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/mint-components.cjs.js +1 -1
  5. package/dist/cjs/sqm-big-stat_30.cjs.entry.js +20 -8
  6. package/dist/cjs/sqm-referral-table_11.cjs.entry.js +1 -2
  7. package/dist/cjs/sqm-rewards-table_9.cjs.entry.js +9 -12
  8. package/dist/cjs/sqm-stencilbook.cjs.entry.js +42 -50
  9. package/dist/collection/components/sqm-big-stat/UseBigStat.stories.js +1 -1
  10. package/dist/collection/components/sqm-big-stat/useBigStat.js +1 -1
  11. package/dist/collection/components/sqm-leaderboard/UseLeaderboard.stories.js +2 -2
  12. package/dist/collection/components/sqm-leaderboard/sqm-leaderboard-view.js +0 -5
  13. package/dist/collection/components/sqm-referral-table/ReferralTable.stories.js +1 -1
  14. package/dist/collection/components/sqm-referral-table/cells/sqm-referral-table-rewards-cell.js +0 -1
  15. package/dist/collection/components/sqm-rewards-table/RewardsTableCell.stories.js +10 -10
  16. package/dist/collection/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.js +8 -24
  17. package/dist/collection/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.js +1 -26
  18. package/dist/collection/components/sqm-rewards-table/sqm-rewards-table.js +1 -1
  19. package/dist/collection/components/sqm-scroll/Scroll.stories.js +14 -23
  20. package/dist/collection/components/sqm-scroll/sqm-scroll.js +101 -147
  21. package/dist/collection/components/sqm-share-button/ShareButton.stories.js +8 -8
  22. package/dist/collection/components/sqm-share-button/sqm-share-button-view.js +13 -13
  23. package/dist/collection/components/sqm-share-button/sqm-share-button.js +21 -21
  24. package/dist/collection/components/sqm-task-card/sqm-task-card.js +3 -1
  25. package/dist/collection/tables/GenericTableView.js +4 -2
  26. package/dist/esm/{GenericTableView-6b7b537b.js → GenericTableView-042ed0ca.js} +4 -2
  27. package/dist/esm/{ShadowViewAddon-9c382e30.js → ShadowViewAddon-1c28d584.js} +14 -19
  28. package/dist/esm/loader.js +1 -1
  29. package/dist/esm/mint-components.js +1 -1
  30. package/dist/esm/sqm-big-stat_30.entry.js +20 -8
  31. package/dist/esm/sqm-referral-table_11.entry.js +1 -2
  32. package/dist/esm/sqm-rewards-table_9.entry.js +9 -12
  33. package/dist/esm/sqm-stencilbook.entry.js +42 -50
  34. package/dist/esm-es5/GenericTableView-042ed0ca.js +1 -0
  35. package/dist/esm-es5/ShadowViewAddon-1c28d584.js +1 -0
  36. package/dist/esm-es5/loader.js +1 -1
  37. package/dist/esm-es5/mint-components.js +1 -1
  38. package/dist/esm-es5/sqm-big-stat_30.entry.js +1 -1
  39. package/dist/esm-es5/sqm-referral-table_11.entry.js +1 -1
  40. package/dist/esm-es5/sqm-rewards-table_9.entry.js +1 -1
  41. package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
  42. package/dist/mint-components/mint-components.esm.js +1 -1
  43. package/dist/mint-components/p-46c31936.entry.js +1 -0
  44. package/dist/mint-components/p-55f3d841.system.js +1 -1
  45. package/dist/mint-components/{p-e16186c0.system.entry.js → p-660e371f.system.entry.js} +1 -1
  46. package/dist/mint-components/{p-1cd23e56.system.entry.js → p-6918a207.system.entry.js} +1 -1
  47. package/dist/mint-components/{p-bb497e73.entry.js → p-920a2900.entry.js} +2 -2
  48. package/dist/mint-components/p-9a2b9ff8.system.entry.js +1 -0
  49. package/dist/mint-components/p-a11e1cb1.system.js +1 -0
  50. package/dist/mint-components/p-b74de10f.js +1 -0
  51. package/dist/mint-components/p-b7f5d9e7.entry.js +9 -0
  52. package/dist/mint-components/p-bf49f17f.system.js +1 -0
  53. package/dist/mint-components/{p-eb61462d.entry.js → p-d79e1aa4.entry.js} +8 -8
  54. package/dist/mint-components/{p-2c5d7a20.js → p-f017e3da.js} +3 -3
  55. package/dist/mint-components/{p-e2731437.system.entry.js → p-fa68591b.system.entry.js} +1 -1
  56. package/dist/types/components/sqm-rewards-table/cells/sqm-rewards-table-reward-cell.d.ts +0 -1
  57. package/dist/types/components/sqm-rewards-table/columns/sqm-rewards-table-reward-column.d.ts +0 -4
  58. package/dist/types/components/sqm-rewards-table/sqm-rewards-table.d.ts +1 -1
  59. package/dist/types/components/sqm-scroll/Scroll.stories.d.ts +1 -0
  60. package/dist/types/components/sqm-scroll/sqm-scroll.d.ts +56 -8
  61. package/dist/types/components/sqm-share-button/sqm-share-button-view.d.ts +6 -6
  62. package/dist/types/components/sqm-share-button/sqm-share-button.d.ts +9 -9
  63. package/dist/types/components/sqm-task-card/sqm-task-card.d.ts +2 -0
  64. package/dist/types/components.d.ts +116 -42
  65. package/grapesjs/grapesjs.js +1 -1
  66. package/package.json +1 -1
  67. package/shoelace/assets/icons/123.svg +3 -0
  68. package/shoelace/assets/icons/activity.svg +3 -0
  69. package/shoelace/assets/icons/apple.svg +4 -0
  70. package/shoelace/assets/icons/bandaid-fill.svg +3 -0
  71. package/shoelace/assets/icons/bandaid.svg +4 -0
  72. package/shoelace/assets/icons/bank.svg +3 -0
  73. package/shoelace/assets/icons/bank2.svg +3 -0
  74. package/shoelace/assets/icons/behance.svg +3 -0
  75. package/shoelace/assets/icons/bell-slash-fill.svg +3 -0
  76. package/shoelace/assets/icons/bell-slash.svg +3 -0
  77. package/shoelace/assets/icons/bluetooth.svg +3 -0
  78. package/shoelace/assets/icons/body-text.svg +3 -0
  79. package/shoelace/assets/icons/boombox-fill.svg +4 -0
  80. package/shoelace/assets/icons/boombox.svg +6 -0
  81. package/shoelace/assets/icons/boxes.svg +3 -0
  82. package/shoelace/assets/icons/cash-coin.svg +6 -0
  83. package/shoelace/assets/icons/check-lg.svg +3 -0
  84. package/shoelace/assets/icons/cloud-haze2.svg +3 -0
  85. package/shoelace/assets/icons/coin.svg +5 -0
  86. package/shoelace/assets/icons/currency-bitcoin.svg +3 -0
  87. package/shoelace/assets/icons/currency-dollar.svg +3 -0
  88. package/shoelace/assets/icons/currency-euro.svg +3 -0
  89. package/shoelace/assets/icons/currency-exchange.svg +3 -0
  90. package/shoelace/assets/icons/currency-pound.svg +3 -0
  91. package/shoelace/assets/icons/currency-yen.svg +3 -0
  92. package/shoelace/assets/icons/dash-lg.svg +3 -0
  93. package/shoelace/assets/icons/device-hdd-fill.svg +4 -0
  94. package/shoelace/assets/icons/device-hdd.svg +5 -0
  95. package/shoelace/assets/icons/device-ssd-fill.svg +4 -0
  96. package/shoelace/assets/icons/device-ssd.svg +4 -0
  97. package/shoelace/assets/icons/displayport-fill.svg +3 -0
  98. package/shoelace/assets/icons/displayport.svg +4 -0
  99. package/shoelace/assets/icons/dpad-fill.svg +3 -0
  100. package/shoelace/assets/icons/dpad.svg +4 -0
  101. package/shoelace/assets/icons/dribbble.svg +3 -0
  102. package/shoelace/assets/icons/ear-fill.svg +3 -0
  103. package/shoelace/assets/icons/ear.svg +3 -0
  104. package/shoelace/assets/icons/easel2-fill.svg +4 -0
  105. package/shoelace/assets/icons/easel2.svg +3 -0
  106. package/shoelace/assets/icons/easel3-fill.svg +3 -0
  107. package/shoelace/assets/icons/easel3.svg +3 -0
  108. package/shoelace/assets/icons/envelope-check-fill.svg +4 -0
  109. package/shoelace/assets/icons/envelope-check.svg +4 -0
  110. package/shoelace/assets/icons/envelope-dash-fill.svg +4 -0
  111. package/shoelace/assets/icons/envelope-dash.svg +4 -0
  112. package/shoelace/assets/icons/envelope-exclamation-fill.svg +4 -0
  113. package/shoelace/assets/icons/envelope-exclamation.svg +4 -0
  114. package/shoelace/assets/icons/envelope-plus-fill.svg +4 -0
  115. package/shoelace/assets/icons/envelope-plus.svg +4 -0
  116. package/shoelace/assets/icons/envelope-slash-fill.svg +4 -0
  117. package/shoelace/assets/icons/envelope-slash.svg +4 -0
  118. package/shoelace/assets/icons/envelope-x-fill.svg +4 -0
  119. package/shoelace/assets/icons/envelope-x.svg +4 -0
  120. package/shoelace/assets/icons/ethernet.svg +4 -0
  121. package/shoelace/assets/icons/exclamation-lg.svg +3 -0
  122. package/shoelace/assets/icons/explicit-fill.svg +3 -0
  123. package/shoelace/assets/icons/explicit.svg +4 -0
  124. package/shoelace/assets/icons/fan.svg +4 -0
  125. package/shoelace/assets/icons/file-earmark-pdf-fill.svg +4 -0
  126. package/shoelace/assets/icons/file-earmark-pdf.svg +4 -0
  127. package/shoelace/assets/icons/file-pdf-fill.svg +4 -0
  128. package/shoelace/assets/icons/file-pdf.svg +4 -0
  129. package/shoelace/assets/icons/fingerprint.svg +7 -0
  130. package/shoelace/assets/icons/gender-ambiguous.svg +3 -0
  131. package/shoelace/assets/icons/gender-female.svg +3 -0
  132. package/shoelace/assets/icons/gender-male.svg +3 -0
  133. package/shoelace/assets/icons/gender-trans.svg +3 -0
  134. package/shoelace/assets/icons/git.svg +3 -0
  135. package/shoelace/assets/icons/gpu-card.svg +5 -0
  136. package/shoelace/assets/icons/graph-down-arrow.svg +3 -0
  137. package/shoelace/assets/icons/graph-up-arrow.svg +3 -0
  138. package/shoelace/assets/icons/hdmi-fill.svg +3 -0
  139. package/shoelace/assets/icons/hdmi.svg +4 -0
  140. package/shoelace/assets/icons/headset-vr.svg +4 -0
  141. package/shoelace/assets/icons/hypnotize.svg +4 -0
  142. package/shoelace/assets/icons/infinity.svg +3 -0
  143. package/shoelace/assets/icons/info-lg.svg +3 -0
  144. package/shoelace/assets/icons/line.svg +3 -0
  145. package/shoelace/assets/icons/list-columns-reverse.svg +3 -0
  146. package/shoelace/assets/icons/list-columns.svg +3 -0
  147. package/shoelace/assets/icons/magic.svg +3 -0
  148. package/shoelace/assets/icons/mastodon.svg +3 -0
  149. package/shoelace/assets/icons/medium.svg +3 -0
  150. package/shoelace/assets/icons/memory.svg +3 -0
  151. package/shoelace/assets/icons/messenger.svg +3 -0
  152. package/shoelace/assets/icons/meta.svg +3 -0
  153. package/shoelace/assets/icons/microsoft.svg +3 -0
  154. package/shoelace/assets/icons/modem-fill.svg +3 -0
  155. package/shoelace/assets/icons/modem.svg +4 -0
  156. package/shoelace/assets/icons/mortarboard-fill.svg +4 -0
  157. package/shoelace/assets/icons/mortarboard.svg +4 -0
  158. package/shoelace/assets/icons/motherboard-fill.svg +4 -0
  159. package/shoelace/assets/icons/motherboard.svg +4 -0
  160. package/shoelace/assets/icons/nintendo-switch.svg +4 -0
  161. package/shoelace/assets/icons/optical-audio-fill.svg +4 -0
  162. package/shoelace/assets/icons/optical-audio.svg +5 -0
  163. package/shoelace/assets/icons/paypal.svg +3 -0
  164. package/shoelace/assets/icons/pc-display-horizontal.svg +3 -0
  165. package/shoelace/assets/icons/pc-display.svg +3 -0
  166. package/shoelace/assets/icons/pc-horizontal.svg +3 -0
  167. package/shoelace/assets/icons/pc.svg +3 -0
  168. package/shoelace/assets/icons/pci-card.svg +4 -0
  169. package/shoelace/assets/icons/person-rolodex.svg +4 -0
  170. package/shoelace/assets/icons/person-video.svg +4 -0
  171. package/shoelace/assets/icons/person-video2.svg +4 -0
  172. package/shoelace/assets/icons/person-video3.svg +4 -0
  173. package/shoelace/assets/icons/person-workspace.svg +4 -0
  174. package/shoelace/assets/icons/piggy-bank-fill.svg +3 -0
  175. package/shoelace/assets/icons/piggy-bank.svg +4 -0
  176. package/shoelace/assets/icons/pin-map-fill.svg +4 -0
  177. package/shoelace/assets/icons/pin-map.svg +4 -0
  178. package/shoelace/assets/icons/pinterest.svg +3 -0
  179. package/shoelace/assets/icons/playstation.svg +3 -0
  180. package/shoelace/assets/icons/plus-lg.svg +3 -0
  181. package/shoelace/assets/icons/plus-slash-minus.svg +3 -0
  182. package/shoelace/assets/icons/projector-fill.svg +3 -0
  183. package/shoelace/assets/icons/projector.svg +4 -0
  184. package/shoelace/assets/icons/qr-code-scan.svg +7 -0
  185. package/shoelace/assets/icons/qr-code.svg +7 -0
  186. package/shoelace/assets/icons/question-lg.svg +3 -0
  187. package/shoelace/assets/icons/quora.svg +3 -0
  188. package/shoelace/assets/icons/quote.svg +3 -0
  189. package/shoelace/assets/icons/radioactive.svg +4 -0
  190. package/shoelace/assets/icons/recycle.svg +3 -0
  191. package/shoelace/assets/icons/reddit.svg +4 -0
  192. package/shoelace/assets/icons/robot.svg +4 -0
  193. package/shoelace/assets/icons/router-fill.svg +6 -0
  194. package/shoelace/assets/icons/router.svg +6 -0
  195. package/shoelace/assets/icons/safe-fill.svg +4 -0
  196. package/shoelace/assets/icons/safe.svg +4 -0
  197. package/shoelace/assets/icons/safe2-fill.svg +4 -0
  198. package/shoelace/assets/icons/safe2.svg +4 -0
  199. package/shoelace/assets/icons/sd-card-fill.svg +3 -0
  200. package/shoelace/assets/icons/sd-card.svg +4 -0
  201. package/shoelace/assets/icons/send-check-fill.svg +4 -0
  202. package/shoelace/assets/icons/send-check.svg +4 -0
  203. package/shoelace/assets/icons/send-dash-fill.svg +4 -0
  204. package/shoelace/assets/icons/send-dash.svg +4 -0
  205. package/shoelace/assets/icons/send-exclamation-fill.svg +4 -0
  206. package/shoelace/assets/icons/send-exclamation.svg +4 -0
  207. package/shoelace/assets/icons/send-fill.svg +3 -0
  208. package/shoelace/assets/icons/send-plus-fill.svg +4 -0
  209. package/shoelace/assets/icons/send-plus.svg +4 -0
  210. package/shoelace/assets/icons/send-slash-fill.svg +4 -0
  211. package/shoelace/assets/icons/send-slash.svg +4 -0
  212. package/shoelace/assets/icons/send-x-fill.svg +4 -0
  213. package/shoelace/assets/icons/send-x.svg +4 -0
  214. package/shoelace/assets/icons/send.svg +3 -0
  215. package/shoelace/assets/icons/signal.svg +3 -0
  216. package/shoelace/assets/icons/skype.svg +3 -0
  217. package/shoelace/assets/icons/slash-lg.svg +3 -0
  218. package/shoelace/assets/icons/snapchat.svg +3 -0
  219. package/shoelace/assets/icons/spotify.svg +3 -0
  220. package/shoelace/assets/icons/stack-overflow.svg +4 -0
  221. package/shoelace/assets/icons/steam.svg +4 -0
  222. package/shoelace/assets/icons/strava.svg +3 -0
  223. package/shoelace/assets/icons/terminal-dash.svg +4 -0
  224. package/shoelace/assets/icons/terminal-plus.svg +4 -0
  225. package/shoelace/assets/icons/terminal-split.svg +4 -0
  226. package/shoelace/assets/icons/terminal-x.svg +4 -0
  227. package/shoelace/assets/icons/thunderbolt-fill.svg +3 -0
  228. package/shoelace/assets/icons/thunderbolt.svg +4 -0
  229. package/shoelace/assets/icons/ticket-detailed-fill.svg +3 -0
  230. package/shoelace/assets/icons/ticket-detailed.svg +4 -0
  231. package/shoelace/assets/icons/ticket-fill.svg +3 -0
  232. package/shoelace/assets/icons/ticket-perforated-fill.svg +3 -0
  233. package/shoelace/assets/icons/ticket-perforated.svg +4 -0
  234. package/shoelace/assets/icons/ticket.svg +3 -0
  235. package/shoelace/assets/icons/tiktok.svg +3 -0
  236. package/shoelace/assets/icons/translate.svg +4 -0
  237. package/shoelace/assets/icons/usb-c-fill.svg +3 -0
  238. package/shoelace/assets/icons/usb-c.svg +4 -0
  239. package/shoelace/assets/icons/usb-drive-fill.svg +3 -0
  240. package/shoelace/assets/icons/usb-drive.svg +3 -0
  241. package/shoelace/assets/icons/usb-fill.svg +3 -0
  242. package/shoelace/assets/icons/usb-micro-fill.svg +3 -0
  243. package/shoelace/assets/icons/usb-micro.svg +4 -0
  244. package/shoelace/assets/icons/usb-mini-fill.svg +3 -0
  245. package/shoelace/assets/icons/usb-mini.svg +4 -0
  246. package/shoelace/assets/icons/usb-plug-fill.svg +3 -0
  247. package/shoelace/assets/icons/usb-plug.svg +3 -0
  248. package/shoelace/assets/icons/usb-symbol.svg +3 -0
  249. package/shoelace/assets/icons/usb.svg +4 -0
  250. package/shoelace/assets/icons/vimeo.svg +3 -0
  251. package/shoelace/assets/icons/webcam-fill.svg +4 -0
  252. package/shoelace/assets/icons/webcam.svg +4 -0
  253. package/shoelace/assets/icons/window-dash.svg +5 -0
  254. package/shoelace/assets/icons/window-desktop.svg +4 -0
  255. package/shoelace/assets/icons/window-fullscreen.svg +4 -0
  256. package/shoelace/assets/icons/window-plus.svg +5 -0
  257. package/shoelace/assets/icons/window-split.svg +4 -0
  258. package/shoelace/assets/icons/window-stack.svg +4 -0
  259. package/shoelace/assets/icons/window-x.svg +5 -0
  260. package/shoelace/assets/icons/windows.svg +3 -0
  261. package/shoelace/assets/icons/wordpress.svg +5 -0
  262. package/shoelace/assets/icons/x-lg.svg +4 -0
  263. package/shoelace/assets/icons/xbox.svg +3 -0
  264. package/shoelace/assets/icons/yin-yang.svg +4 -0
  265. package/shoelace/themes/themes/dark.styles.d.ts +2 -0
  266. package/shoelace/themes/themes/dark.styles.js +531 -0
  267. package/shoelace/themes/themes/light.css +439 -0
  268. package/shoelace/themes/themes/light.styles.d.ts +2 -0
  269. package/shoelace/themes/themes/light.styles.js +531 -0
  270. package/dist/esm-es5/GenericTableView-6b7b537b.js +0 -1
  271. package/dist/esm-es5/ShadowViewAddon-9c382e30.js +0 -1
  272. package/dist/mint-components/p-1b71a09e.system.entry.js +0 -1
  273. package/dist/mint-components/p-3f88f8eb.system.js +0 -1
  274. package/dist/mint-components/p-45581e0b.entry.js +0 -9
  275. package/dist/mint-components/p-48161ba8.js +0 -1
  276. package/dist/mint-components/p-546ee840.entry.js +0 -1
  277. package/dist/mint-components/p-ac303785.system.js +0 -1
@@ -2,7 +2,6 @@ export declare class RewardTableRewardsCell {
2
2
  reward: Reward;
3
3
  redeemedText: string;
4
4
  availableText: string;
5
- fueltankText: string;
6
5
  copyText: string;
7
6
  locale: string;
8
7
  render(): any;
@@ -15,10 +15,6 @@ export declare class RewardsTableColumn implements RewardTableColumn {
15
15
  * @uiName Remaining Amount Text
16
16
  */
17
17
  availableText: string;
18
- /**
19
- * @uiName Fuel Tank Text
20
- */
21
- fueltankText: string;
22
18
  /**
23
19
  * @uiName Copied Fuel Tank Text
24
20
  */
@@ -1,7 +1,7 @@
1
1
  import { DemoData } from "../../global/demo";
2
2
  import { GenericTableViewProps } from "../../tables/GenericTableView";
3
3
  /**
4
- * @uiName Rewards Table
4
+ * @uiName Reward Table
5
5
  */
6
6
  export declare class RewardsTable {
7
7
  /**
@@ -4,6 +4,7 @@ declare const _default: {
4
4
  export default _default;
5
5
  export declare const ScrollTag: () => any;
6
6
  export declare const ScrollId: () => any;
7
+ export declare const ScrollAutoAnimation: () => any;
7
8
  export declare const ScrollTabGroup: () => any;
8
9
  export declare const ScrollTabGroupInner: () => any;
9
10
  export declare const ShoelaceProps: () => any;
@@ -1,24 +1,72 @@
1
+ /**
2
+ * @uiName Scroll
3
+ */
1
4
  export declare class Scroll {
2
5
  ignored: boolean;
6
+ /**
7
+ * @uiName Button Type
8
+ * @uiType string
9
+ * @uiEnum ["default", "primary", "success", "neutral", "warning", "danger", "text"]
10
+ */
3
11
  buttonType: "default" | "primary" | "success" | "neutral" | "warning" | "danger" | "text";
12
+ /**
13
+ * @uiName Button Text
14
+ */
4
15
  buttonText: string;
16
+ /**
17
+ * @uiName Scroll Tag Name
18
+ */
5
19
  scrollTagName?: string;
20
+ /**
21
+ * @uiName Scroll Id
22
+ */
6
23
  scrollId?: string;
24
+ /**
25
+ * @uiName Scroll Animation Style
26
+ * @uiType string
27
+ * @uiEnum ["smooth", "auto"]
28
+ */
7
29
  scrollAnimation: "smooth" | "auto";
8
- mobileFriendly?: boolean;
30
+ /**
31
+ * @uiName Size
32
+ * @uiType string
33
+ * @uiEnum ["small", "medium", "large"]
34
+ */
9
35
  size: string;
36
+ /**
37
+ * Draws an outlined button with primary color.
38
+ *
39
+ * @uiName Outline
40
+ */
10
41
  outline: boolean;
42
+ /**
43
+ * Draws a pill-style button with rounded edges.
44
+ *
45
+ * @uiName Pill
46
+ */
11
47
  pill: boolean;
12
- href: string;
48
+ /**
49
+ * Draws a circle button.
50
+ *
51
+ * @uiName Circle
52
+ */
13
53
  circle: boolean;
14
- name: string;
15
- target: string;
16
- download: string;
17
- disabled: boolean;
18
- caret: boolean;
19
- loading: boolean;
54
+ /**
55
+ * @uiName Icon Slot
56
+ * @uiType string
57
+ * @uiEnum ["prefix", "suffix"]
58
+ */
20
59
  iconSlot: string;
60
+ /**
61
+ * @uiName Icon Name
62
+ */
21
63
  iconName: string;
64
+ /**
65
+ * Sets button to be full width in mobile resolutions
66
+ *
67
+ * @uiName Mobile Button
68
+ */
69
+ mobile?: boolean;
22
70
  constructor();
23
71
  disconnectedCallback(): void;
24
72
  render(): any;
@@ -7,13 +7,13 @@ export interface ShareButtonViewProps {
7
7
  type?: "primary" | "success" | "info" | "warning" | "danger" | "default" | "text";
8
8
  size?: "small" | "medium" | "large";
9
9
  icon?: string;
10
- hideicon?: boolean;
11
- hidetext?: boolean;
12
- iconslot?: "prefix" | "suffix";
10
+ hideIcon?: boolean;
11
+ hideText?: boolean;
12
+ iconSlot?: "prefix" | "suffix";
13
13
  onClick?: () => void;
14
14
  hide?: boolean;
15
- borderradius?: number;
16
- backgroundcolor?: string;
17
- textcolor?: string;
15
+ borderRadius?: number;
16
+ backgroundColor?: string;
17
+ textColor?: string;
18
18
  }
19
19
  export declare function ShareButtonView(props: ShareButtonViewProps, children: VNode): any;
@@ -2,7 +2,7 @@ import { ShareButtonViewProps } from "./sqm-share-button-view";
2
2
  import { DemoData } from "../../global/demo";
3
3
  /**
4
4
  * @uiName Share Button
5
- * @uiOrder ["medium", "program-id", "*", "pill", "disabled", "hideicon"]
5
+ * @uiOrder ["medium", "program-id", "*", "pill", "disabled", "hideIcon"]
6
6
  */
7
7
  export declare class ShareButton {
8
8
  /**
@@ -24,17 +24,17 @@ export declare class ShareButton {
24
24
  /**
25
25
  * @uiName Configure border radius with pixel amount
26
26
  */
27
- borderradius?: number;
27
+ borderRadius?: number;
28
28
  /**
29
29
  * @uiName Button background color
30
30
  * @uiWidget color
31
31
  */
32
- backgroundcolor?: string;
32
+ backgroundColor?: string;
33
33
  /**
34
34
  * @uiName Button text color
35
35
  * @uiWidget color
36
36
  */
37
- textcolor?: string;
37
+ textColor?: string;
38
38
  /**
39
39
  * @uiName Display as pill
40
40
  */
@@ -62,7 +62,7 @@ export declare class ShareButton {
62
62
  * @uiEnum ["prefix", "suffix" ]
63
63
  * @uiEnumNames ["Prefix", "Suffix"]
64
64
  */
65
- iconslot?: "prefix" | "suffix";
65
+ iconSlot?: "prefix" | "suffix";
66
66
  /**
67
67
  * Options available at https://shoelace.style/components/icon
68
68
  *
@@ -72,19 +72,19 @@ export declare class ShareButton {
72
72
  /**
73
73
  * @uiName Hide the icon
74
74
  */
75
- hideicon?: boolean;
75
+ hideIcon?: boolean;
76
76
  /**
77
77
  * @uiName Hide the text
78
78
  */
79
- hidetext?: boolean;
79
+ hideText?: boolean;
80
80
  /**
81
81
  * @uiName Title used for native sharing (mobile only)
82
82
  */
83
- sharetitle?: string;
83
+ shareTitle?: string;
84
84
  /**
85
85
  * @uiName Text used for native sharing (mobile only)
86
86
  */
87
- sharetext?: string;
87
+ shareText?: string;
88
88
  /**
89
89
  * @undocumented
90
90
  * @uiType object
@@ -38,6 +38,8 @@ export declare class TaskCard {
38
38
  */
39
39
  showProgressBar: boolean;
40
40
  /**
41
+ * Sets the goal for progress to be completed. If repeatable is checked, repeatable goals will be increments of this.
42
+ *
41
43
  * @uiName Goal Completion Number
42
44
  */
43
45
  goal: number;
@@ -1327,7 +1327,6 @@ export namespace Components {
1327
1327
  interface SqmRewardsTableRewardCell {
1328
1328
  "availableText": string;
1329
1329
  "copyText": string;
1330
- "fueltankText": string;
1331
1330
  "locale": string;
1332
1331
  "redeemedText": string;
1333
1332
  "reward": Reward;
@@ -1345,10 +1344,6 @@ export namespace Components {
1345
1344
  * @uiName Copied Fuel Tank Text
1346
1345
  */
1347
1346
  "copyText": string;
1348
- /**
1349
- * @uiName Fuel Tank Text
1350
- */
1351
- "fueltankText": string;
1352
1347
  /**
1353
1348
  * @uiName Redeemed Amount Text
1354
1349
  */
@@ -1428,7 +1423,15 @@ export namespace Components {
1428
1423
  interface SqmRouter {
1429
1424
  }
1430
1425
  interface SqmScroll {
1426
+ /**
1427
+ * @uiName Button Text
1428
+ */
1431
1429
  "buttonText": string;
1430
+ /**
1431
+ * @uiName Button Type
1432
+ * @uiType string
1433
+ * @uiEnum ["default", "primary", "success", "neutral", "warning", "danger", "text"]
1434
+ */
1432
1435
  "buttonType": | "default"
1433
1436
  | "primary"
1434
1437
  | "success"
@@ -1436,34 +1439,67 @@ export namespace Components {
1436
1439
  | "warning"
1437
1440
  | "danger"
1438
1441
  | "text";
1439
- "caret": boolean;
1442
+ /**
1443
+ * Draws a circle button.
1444
+ * @uiName Circle
1445
+ */
1440
1446
  "circle": boolean;
1441
- "disabled": boolean;
1442
- "download": string;
1443
- "href": string;
1447
+ /**
1448
+ * @uiName Icon Name
1449
+ */
1444
1450
  "iconName": string;
1451
+ /**
1452
+ * @uiName Icon Slot
1453
+ * @uiType string
1454
+ * @uiEnum ["prefix", "suffix"]
1455
+ */
1445
1456
  "iconSlot": string;
1446
- "loading": boolean;
1447
- "mobileFriendly"?: boolean;
1448
- "name": string;
1457
+ /**
1458
+ * Sets button to be full width in mobile resolutions
1459
+ * @uiName Mobile Button
1460
+ */
1461
+ "mobile"?: boolean;
1462
+ /**
1463
+ * Draws an outlined button with primary color.
1464
+ * @uiName Outline
1465
+ */
1449
1466
  "outline": boolean;
1467
+ /**
1468
+ * Draws a pill-style button with rounded edges.
1469
+ * @uiName Pill
1470
+ */
1450
1471
  "pill": boolean;
1472
+ /**
1473
+ * @uiName Scroll Animation Style
1474
+ * @uiType string
1475
+ * @uiEnum ["smooth", "auto"]
1476
+ */
1451
1477
  "scrollAnimation": "smooth" | "auto";
1478
+ /**
1479
+ * @uiName Scroll Id
1480
+ */
1452
1481
  "scrollId"?: string;
1482
+ /**
1483
+ * @uiName Scroll Tag Name
1484
+ */
1453
1485
  "scrollTagName"?: string;
1486
+ /**
1487
+ * @uiName Size
1488
+ * @uiType string
1489
+ * @uiEnum ["small", "medium", "large"]
1490
+ */
1454
1491
  "size": string;
1455
- "target": string;
1456
1492
  }
1457
1493
  interface SqmShareButton {
1458
1494
  /**
1459
1495
  * @uiName Button background color
1460
1496
  * @uiWidget color
1461
1497
  */
1462
- "backgroundcolor"?: string;
1498
+ "backgroundColor"?: string;
1463
1499
  /**
1464
1500
  * @uiName Configure border radius with pixel amount
1465
1501
  */
1466
- "borderradius"?: number;
1502
+ "borderRadius"?: number;
1467
1503
  /**
1468
1504
  * @undocumented
1469
1505
  * @uiType object
@@ -1476,11 +1512,11 @@ export namespace Components {
1476
1512
  /**
1477
1513
  * @uiName Hide the icon
1478
1514
  */
1479
- "hideicon"?: boolean;
1515
+ "hideIcon"?: boolean;
1480
1516
  /**
1481
1517
  * @uiName Hide the text
1482
1518
  */
1483
- "hidetext"?: boolean;
1519
+ "hideText"?: boolean;
1484
1520
  /**
1485
1521
  * Options available at https://shoelace.style/components/icon
1486
1522
  * @uiName Icon used in button. Will try to select an icon based on the share medium if left empty.
@@ -1492,7 +1528,7 @@ export namespace Components {
1492
1528
  * @uiEnum ["prefix", "suffix" ]
1493
1529
  * @uiEnumNames ["Prefix", "Suffix"]
1494
1530
  */
1495
- "iconslot"?: "prefix" | "suffix";
1531
+ "iconSlot"?: "prefix" | "suffix";
1496
1532
  /**
1497
1533
  * The social medium to share on. Share messages and links will be pulled from your program config and tagged for analytics.
1498
1534
  * @uiName Share Medium
@@ -1524,11 +1560,11 @@ export namespace Components {
1524
1560
  /**
1525
1561
  * @uiName Text used for native sharing (mobile only)
1526
1562
  */
1527
- "sharetext"?: string;
1563
+ "shareText"?: string;
1528
1564
  /**
1529
1565
  * @uiName Title used for native sharing (mobile only)
1530
1566
  */
1531
- "sharetitle"?: string;
1567
+ "shareTitle"?: string;
1532
1568
  /**
1533
1569
  * @uiName Button Size
1534
1570
  * @uiType string
@@ -1540,7 +1576,7 @@ export namespace Components {
1540
1576
  * @uiName Button text color
1541
1577
  * @uiWidget color
1542
1578
  */
1543
- "textcolor"?: string;
1579
+ "textColor"?: string;
1544
1580
  /**
1545
1581
  * @uiType string
1546
1582
  * @uiName Button Style
@@ -1686,6 +1722,7 @@ export namespace Components {
1686
1722
  */
1687
1723
  "finite": number;
1688
1724
  /**
1725
+ * Sets the goal for progress to be completed. If repeatable is checked, repeatable goals will be increments of this.
1689
1726
  * @uiName Goal Completion Number
1690
1727
  */
1691
1728
  "goal": number;
@@ -3677,7 +3714,6 @@ declare namespace LocalJSX {
3677
3714
  interface SqmRewardsTableRewardCell {
3678
3715
  "availableText"?: string;
3679
3716
  "copyText"?: string;
3680
- "fueltankText"?: string;
3681
3717
  "locale"?: string;
3682
3718
  "redeemedText"?: string;
3683
3719
  "reward"?: Reward;
@@ -3695,10 +3731,6 @@ declare namespace LocalJSX {
3695
3731
  * @uiName Copied Fuel Tank Text
3696
3732
  */
3697
3733
  "copyText"?: string;
3698
- /**
3699
- * @uiName Fuel Tank Text
3700
- */
3701
- "fueltankText"?: string;
3702
3734
  /**
3703
3735
  * @uiName Redeemed Amount Text
3704
3736
  */
@@ -3772,7 +3804,15 @@ declare namespace LocalJSX {
3772
3804
  interface SqmRouter {
3773
3805
  }
3774
3806
  interface SqmScroll {
3807
+ /**
3808
+ * @uiName Button Text
3809
+ */
3775
3810
  "buttonText"?: string;
3811
+ /**
3812
+ * @uiName Button Type
3813
+ * @uiType string
3814
+ * @uiEnum ["default", "primary", "success", "neutral", "warning", "danger", "text"]
3815
+ */
3776
3816
  "buttonType"?: | "default"
3777
3817
  | "primary"
3778
3818
  | "success"
@@ -3780,34 +3820,67 @@ declare namespace LocalJSX {
3780
3820
  | "warning"
3781
3821
  | "danger"
3782
3822
  | "text";
3783
- "caret"?: boolean;
3823
+ /**
3824
+ * Draws a circle button.
3825
+ * @uiName Circle
3826
+ */
3784
3827
  "circle"?: boolean;
3785
- "disabled"?: boolean;
3786
- "download"?: string;
3787
- "href"?: string;
3828
+ /**
3829
+ * @uiName Icon Name
3830
+ */
3788
3831
  "iconName"?: string;
3832
+ /**
3833
+ * @uiName Icon Slot
3834
+ * @uiType string
3835
+ * @uiEnum ["prefix", "suffix"]
3836
+ */
3789
3837
  "iconSlot"?: string;
3790
- "loading"?: boolean;
3791
- "mobileFriendly"?: boolean;
3792
- "name"?: string;
3838
+ /**
3839
+ * Sets button to be full width in mobile resolutions
3840
+ * @uiName Mobile Button
3841
+ */
3842
+ "mobile"?: boolean;
3843
+ /**
3844
+ * Draws an outlined button with primary color.
3845
+ * @uiName Outline
3846
+ */
3793
3847
  "outline"?: boolean;
3848
+ /**
3849
+ * Draws a pill-style button with rounded edges.
3850
+ * @uiName Pill
3851
+ */
3794
3852
  "pill"?: boolean;
3853
+ /**
3854
+ * @uiName Scroll Animation Style
3855
+ * @uiType string
3856
+ * @uiEnum ["smooth", "auto"]
3857
+ */
3795
3858
  "scrollAnimation"?: "smooth" | "auto";
3859
+ /**
3860
+ * @uiName Scroll Id
3861
+ */
3796
3862
  "scrollId"?: string;
3863
+ /**
3864
+ * @uiName Scroll Tag Name
3865
+ */
3797
3866
  "scrollTagName"?: string;
3867
+ /**
3868
+ * @uiName Size
3869
+ * @uiType string
3870
+ * @uiEnum ["small", "medium", "large"]
3871
+ */
3798
3872
  "size"?: string;
3799
- "target"?: string;
3800
3873
  }
3801
3874
  interface SqmShareButton {
3802
3875
  /**
3803
3876
  * @uiName Button background color
3804
3877
  * @uiWidget color
3805
3878
  */
3806
- "backgroundcolor"?: string;
3879
+ "backgroundColor"?: string;
3807
3880
  /**
3808
3881
  * @uiName Configure border radius with pixel amount
3809
3882
  */
3810
- "borderradius"?: number;
3883
+ "borderRadius"?: number;
3811
3884
  /**
3812
3885
  * @undocumented
3813
3886
  * @uiType object
@@ -3820,11 +3893,11 @@ declare namespace LocalJSX {
3820
3893
  /**
3821
3894
  * @uiName Hide the icon
3822
3895
  */
3823
- "hideicon"?: boolean;
3896
+ "hideIcon"?: boolean;
3824
3897
  /**
3825
3898
  * @uiName Hide the text
3826
3899
  */
3827
- "hidetext"?: boolean;
3900
+ "hideText"?: boolean;
3828
3901
  /**
3829
3902
  * Options available at https://shoelace.style/components/icon
3830
3903
  * @uiName Icon used in button. Will try to select an icon based on the share medium if left empty.
@@ -3836,7 +3909,7 @@ declare namespace LocalJSX {
3836
3909
  * @uiEnum ["prefix", "suffix" ]
3837
3910
  * @uiEnumNames ["Prefix", "Suffix"]
3838
3911
  */
3839
- "iconslot"?: "prefix" | "suffix";
3912
+ "iconSlot"?: "prefix" | "suffix";
3840
3913
  /**
3841
3914
  * The social medium to share on. Share messages and links will be pulled from your program config and tagged for analytics.
3842
3915
  * @uiName Share Medium
@@ -3868,11 +3941,11 @@ declare namespace LocalJSX {
3868
3941
  /**
3869
3942
  * @uiName Text used for native sharing (mobile only)
3870
3943
  */
3871
- "sharetext"?: string;
3944
+ "shareText"?: string;
3872
3945
  /**
3873
3946
  * @uiName Title used for native sharing (mobile only)
3874
3947
  */
3875
- "sharetitle"?: string;
3948
+ "shareTitle"?: string;
3876
3949
  /**
3877
3950
  * @uiName Button Size
3878
3951
  * @uiType string
@@ -3884,7 +3957,7 @@ declare namespace LocalJSX {
3884
3957
  * @uiName Button text color
3885
3958
  * @uiWidget color
3886
3959
  */
3887
- "textcolor"?: string;
3960
+ "textColor"?: string;
3888
3961
  /**
3889
3962
  * @uiType string
3890
3963
  * @uiName Button Style
@@ -4030,6 +4103,7 @@ declare namespace LocalJSX {
4030
4103
  */
4031
4104
  "finite"?: number;
4032
4105
  /**
4106
+ * Sets the goal for progress to be completed. If repeatable is checked, repeatable goals will be increments of this.
4033
4107
  * @uiName Goal Completion Number
4034
4108
  */
4035
4109
  "goal"?: number;