@mycause/ui 0.0.0-cef5dffd → 0.0.0-cf0177ea

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 (312) hide show
  1. package/README.md +17 -0
  2. package/dist/components/anchor/anchor.d.ts +1 -1
  3. package/dist/components/anchor/anchor.stories.d.ts +2 -2
  4. package/dist/components/anchor/bold-anchor.d.ts +1 -1
  5. package/dist/components/anchor/bold-anchor.stories.d.ts +2 -2
  6. package/dist/components/avatar/avatar.d.ts +3 -3
  7. package/dist/components/avatar/avatar.stories.d.ts +3 -3
  8. package/dist/components/avatar/image-avatar.d.ts +1 -1
  9. package/dist/components/avatar/text-avatar.d.ts +1 -1
  10. package/dist/components/button/button.d.ts +2 -2
  11. package/dist/components/button/button.stories.d.ts +10 -10
  12. package/dist/components/button-select/button-select.d.ts +1 -1
  13. package/dist/components/button-select/button-select.stories.d.ts +2 -2
  14. package/dist/components/campaign-card/campaign-card.d.ts +2 -2
  15. package/dist/components/campaign-card/campaign-card.stories.d.ts +3 -3
  16. package/dist/components/campaign-of-month/campaign-of-month.d.ts +1 -1
  17. package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +3 -3
  18. package/dist/components/charity-card/charity-card.d.ts +2 -2
  19. package/dist/components/charity-card/charity-card.stories.d.ts +3 -3
  20. package/dist/components/charity-tags-filter-button/FilterIcon.d.ts +6 -0
  21. package/dist/components/charity-tags-filter-button/charity-tags-filter-button.d.ts +35 -0
  22. package/dist/components/{line-chart/partner-line-chart-block.stories.d.ts → charity-tags-filter-button/charity-tags-filter-button.stories.d.ts} +3 -3
  23. package/dist/components/charity-tags-filter-button/index.d.ts +1 -0
  24. package/dist/components/checkbox/checkbox.d.ts +1 -1
  25. package/dist/components/checkbox/checkbox.stories.d.ts +4 -4
  26. package/dist/components/chips/chip.d.ts +2 -2
  27. package/dist/components/chips/chips.d.ts +2 -2
  28. package/dist/components/chips/chips.stories.d.ts +4 -4
  29. package/dist/components/chips/input-chips.d.ts +1 -1
  30. package/dist/components/chips/input-chips.stories.d.ts +2 -2
  31. package/dist/components/collapse/collapse.d.ts +16 -0
  32. package/dist/components/collapse/collapse.stories.d.ts +19 -0
  33. package/dist/components/collapse/index.d.ts +1 -0
  34. package/dist/components/combo-field/combo-field-expander.d.ts +1 -1
  35. package/dist/components/combo-field/combo-field.d.ts +1 -1
  36. package/dist/components/combo-field/combo-field.stories.d.ts +3 -3
  37. package/dist/components/comment-section/comment-section-v2/comment-section-v2.d.ts +3 -3
  38. package/dist/components/comment-section/comment-section-v2/sub-comments-v2.d.ts +4 -4
  39. package/dist/components/comment-section/comment-section.d.ts +2 -11
  40. package/dist/components/comment-section/comment-section.stories.d.ts +3 -3
  41. package/dist/components/comment-section/comment-type.d.ts +10 -0
  42. package/dist/components/comment-section/index.d.ts +1 -1
  43. package/dist/components/comment-section/sub-comments.d.ts +4 -4
  44. package/dist/components/cropper/cropper.d.ts +1 -1
  45. package/dist/components/cropper/cropper.stories.d.ts +2 -2
  46. package/dist/components/date-picker/date-picker.d.ts +1 -1
  47. package/dist/components/date-picker/date-picker.stories.d.ts +11 -5
  48. package/dist/components/date-picker/index.d.ts +1 -0
  49. package/dist/components/date-picker/single-date-picker-custom-header.d.ts +32 -0
  50. package/dist/components/date-picker/single-date-picker.d.ts +3 -2
  51. package/dist/components/donate-card/donate-card.d.ts +2 -2
  52. package/dist/components/donate-card/donate-card.stories.d.ts +3 -3
  53. package/dist/components/donation-form/donation-details.d.ts +1 -1
  54. package/dist/components/donation-form/donation-form-v2/donation-form-v2.d.ts +2 -2
  55. package/dist/components/donation-form/donation-form.d.ts +2 -2
  56. package/dist/components/donation-form/donation-form.stories.d.ts +3 -3
  57. package/dist/components/donation-form/donation-payment.d.ts +2 -2
  58. package/dist/components/donation-form/donation-select.d.ts +2 -2
  59. package/dist/components/elevation/elevation.d.ts +1 -1
  60. package/dist/components/elevation/elevation.stories.d.ts +2 -2
  61. package/dist/components/favorite-charity-item/favorite-charity-item.d.ts +3 -3
  62. package/dist/components/favorite-charity-item/favorite-charity-item.stories.d.ts +4 -4
  63. package/dist/components/featured-campaign-card/featured-campaign-card.d.ts +2 -2
  64. package/dist/components/featured-campaign-card/featured-campaign-card.stories.d.ts +3 -3
  65. package/dist/components/field-helpers/field-helper-text.d.ts +2 -2
  66. package/dist/components/field-helpers/field-label.d.ts +2 -1
  67. package/dist/components/footerV2/footerV2.d.ts +2 -2
  68. package/dist/components/footerV2/footerV2.stories.d.ts +2 -2
  69. package/dist/components/fundraising-section/fundraising-section.d.ts +2 -2
  70. package/dist/components/fundraising-section/fundraising-section.stories.d.ts +3 -3
  71. package/dist/components/hero-banner/hero-banner.d.ts +2 -2
  72. package/dist/components/hero-banner/hero-banner.stories.d.ts +3 -3
  73. package/dist/components/horizontalbar/horizontalbar.d.ts +2 -2
  74. package/dist/components/horizontalbar/horizontalbar.stories.d.ts +5 -5
  75. package/dist/components/icon/btn_google_light_normal_ios.svg.d.ts +1 -1
  76. package/dist/components/icon/facebook_6.svg.d.ts +1 -1
  77. package/dist/components/icon/heart-toggle.d.ts +1 -1
  78. package/dist/components/icon/heart-toggle.stories.d.ts +2 -2
  79. package/dist/components/icon/icon-button-group.d.ts +1 -1
  80. package/dist/components/icon/icon-button-group.stories.d.ts +2 -2
  81. package/dist/components/icon/icon-button.d.ts +1 -1
  82. package/dist/components/icon/icon-button.stories.d.ts +3 -3
  83. package/dist/components/icon/icon.d.ts +1 -1
  84. package/dist/components/icon/icon.stories.d.ts +4 -4
  85. package/dist/components/icon/material-icon.d.ts +2 -2
  86. package/dist/components/index.d.ts +6 -6
  87. package/dist/components/info-represent-campaign/info-represent-campaign.d.ts +2 -2
  88. package/dist/components/info-represent-campaign/info-represent-campaign.stories.d.ts +2 -2
  89. package/dist/components/input/InputDefault.d.ts +8 -3
  90. package/dist/components/input/index.d.ts +1 -1
  91. package/dist/components/input/input.stories.d.ts +14 -2
  92. package/dist/components/input-social/Icons.d.ts +5 -0
  93. package/dist/components/input-social/InputSocial.d.ts +12 -0
  94. package/dist/components/input-social/index.d.ts +1 -0
  95. package/dist/components/{green-dashboard-sidebar/green-dashboard-sidebar.stories.d.ts → input-social/input-social.stories.d.ts} +3 -3
  96. package/dist/components/layout/box.d.ts +232 -224
  97. package/dist/components/layout/flex.d.ts +4 -4
  98. package/dist/components/layout/flex.stories.d.ts +2 -2
  99. package/dist/components/layout/grid.d.ts +2 -2
  100. package/dist/components/layout/grid.stories.d.ts +2 -2
  101. package/dist/components/layout/stack.d.ts +2 -2
  102. package/dist/components/layout/stack.stories.d.ts +4 -4
  103. package/dist/components/list/list.d.ts +3 -3
  104. package/dist/components/list/list.stories.d.ts +7 -7
  105. package/dist/components/login/login.d.ts +2 -2
  106. package/dist/components/login/login.stories.d.ts +3 -3
  107. package/dist/components/logo/logo-type.d.ts +3 -3
  108. package/dist/components/menu/menu-list-item.d.ts +2 -2
  109. package/dist/components/menu/menu-list.d.ts +2 -2
  110. package/dist/components/menu/menu.stories.d.ts +2 -2
  111. package/dist/components/modal/modal-image.d.ts +2 -2
  112. package/dist/components/modal/modal.d.ts +1 -1
  113. package/dist/components/modal/modal.stories.d.ts +7 -7
  114. package/dist/components/my-account-choose-charity-card/index.d.ts +1 -1
  115. package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.d.ts +2 -2
  116. package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.stories.d.ts +3 -3
  117. package/dist/components/my-account-frp-closed/Icon.d.ts +5 -0
  118. package/dist/components/my-account-frp-closed/frp-closed-img.d.ts +9 -0
  119. package/dist/components/my-account-frp-closed/frp-information.d.ts +15 -0
  120. package/dist/components/my-account-frp-closed/index.d.ts +1 -0
  121. package/dist/components/my-account-frp-closed/my-account-frp-closed.d.ts +19 -0
  122. package/dist/components/my-account-frp-closed/my-account-frp-closed.stories.d.ts +24 -0
  123. package/dist/components/my-account-frp-preview/Icon.d.ts +2 -2
  124. package/dist/components/my-account-frp-preview/frp-information.d.ts +3 -2
  125. package/dist/components/my-account-frp-preview/frp-preview-img.d.ts +3 -2
  126. package/dist/components/my-account-frp-preview/my-account-frp-preview.d.ts +4 -2
  127. package/dist/components/my-account-frp-preview/my-account-frp-preview.stories.d.ts +9 -3
  128. package/dist/components/my-account-sidebar/Icon.d.ts +12 -8
  129. package/dist/components/my-account-sidebar/my-account-sidebar.d.ts +9 -5
  130. package/dist/components/my-account-sidebar/my-account-sidebar.stories.d.ts +2 -2
  131. package/dist/components/my-account-start-fundraise-card/index.d.ts +1 -1
  132. package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.d.ts +6 -4
  133. package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.stories.d.ts +9 -3
  134. package/dist/components/my-account-stats-donated/my-account-stats-donated.d.ts +4 -4
  135. package/dist/components/my-account-stats-donated/my-account-stats-donated.stories.d.ts +2 -2
  136. package/dist/components/my-account-stats-raised/my-account-stats-raised.d.ts +3 -4
  137. package/dist/components/my-account-stats-raised/my-account-stats-raised.stories.d.ts +2 -2
  138. package/dist/components/nav/icons/IconBigger.d.ts +2 -2
  139. package/dist/components/nav/icons/IconSmaller.d.ts +2 -2
  140. package/dist/components/nav/index.d.ts +1 -0
  141. package/dist/components/nav/nav-actions.d.ts +1 -1
  142. package/dist/components/nav/nav-bar.d.ts +2 -2
  143. package/dist/components/nav/nav-call-to-action.d.ts +3 -3
  144. package/dist/components/nav/nav-expanded-charity.d.ts +3 -2
  145. package/dist/components/nav/nav-expanded.d.ts +2 -2
  146. package/dist/components/nav/nav-list.d.ts +6 -6
  147. package/dist/components/nav/nav-menu-control.d.ts +1 -1
  148. package/dist/components/nav/nav-menu.d.ts +3 -3
  149. package/dist/components/nav/nav-myaccount.d.ts +22 -0
  150. package/dist/components/nav/nav-search-control.d.ts +2 -2
  151. package/dist/components/nav/nav-search.d.ts +2 -2
  152. package/dist/components/nav/nav-sign-in-control.d.ts +1 -1
  153. package/dist/components/nav/nav-user-menu-items.d.ts +6 -6
  154. package/dist/components/nav/nav-user-menu.d.ts +4 -4
  155. package/dist/components/nav/nav.d.ts +9 -8
  156. package/dist/components/nav/nav.stories.d.ts +8 -2
  157. package/dist/components/navigation/navigation-actions.d.ts +1 -1
  158. package/dist/components/navigation/navigation-bar.d.ts +2 -2
  159. package/dist/components/navigation/navigation-call-to-action.d.ts +3 -3
  160. package/dist/components/navigation/navigation-expanded.d.ts +2 -2
  161. package/dist/components/navigation/navigation-list.d.ts +6 -6
  162. package/dist/components/navigation/navigation-menu-control.d.ts +1 -1
  163. package/dist/components/navigation/navigation-menu.d.ts +3 -3
  164. package/dist/components/navigation/navigation-search-control.d.ts +2 -2
  165. package/dist/components/navigation/navigation-search.d.ts +2 -2
  166. package/dist/components/navigation/navigation-sign-in-control.d.ts +1 -1
  167. package/dist/components/navigation/navigation-user-menu-items.d.ts +6 -6
  168. package/dist/components/navigation/navigation-user-menu.d.ts +4 -4
  169. package/dist/components/navigation/navigation.d.ts +8 -8
  170. package/dist/components/navigation/navigation.stories.d.ts +4 -4
  171. package/dist/components/partner-chart-stats/partner-chart-stats.d.ts +2 -2
  172. package/dist/components/partner-chart-stats/partner-chart-stats.stories.d.ts +3 -3
  173. package/dist/components/partner-monthly-donations/index.d.ts +1 -1
  174. package/dist/components/partner-monthly-donations/partner-monthly-donations.d.ts +2 -2
  175. package/dist/components/partner-monthly-donations/partner-monthly-donations.stories.d.ts +2 -2
  176. package/dist/components/partner-monthly-stats/partner-monthly-stats.d.ts +2 -2
  177. package/dist/components/partner-monthly-stats/partner-monthly-stats.stories.d.ts +2 -2
  178. package/dist/components/partner-toggle-button/index.d.ts +1 -1
  179. package/dist/components/partner-toggle-button/partner-toggle-button-block.d.ts +2 -2
  180. package/dist/components/partner-toggle-button/partner-toggle-button-block.stories.d.ts +2 -2
  181. package/dist/components/partner-toggle-button/partner-toggle-button.d.ts +2 -2
  182. package/dist/components/phone-number-input/index.d.ts +2 -0
  183. package/dist/components/phone-number-input/phone-number-input-v1.d.ts +26 -0
  184. package/dist/components/phone-number-input/phone-number-input-v2.d.ts +19 -0
  185. package/dist/components/phone-number-input/phone-number-input.d.ts +3 -2
  186. package/dist/components/phone-number-input/phone-number-input.stories.d.ts +32 -2
  187. package/dist/components/popup/popup.d.ts +2 -2
  188. package/dist/components/popup/popup.stories.d.ts +3 -3
  189. package/dist/components/progressbar/progress-bar-circle.d.ts +2 -2
  190. package/dist/components/progressbar/progressbar.d.ts +2 -2
  191. package/dist/components/progressbar/progressbar.stories.d.ts +4 -4
  192. package/dist/components/radio/radio-group.d.ts +1 -1
  193. package/dist/components/radio/radio-group.stories.d.ts +2 -2
  194. package/dist/components/radio/radio.d.ts +1 -1
  195. package/dist/components/radio/radio.stories.d.ts +4 -4
  196. package/dist/components/select/index.d.ts +2 -0
  197. package/dist/components/select/select-enhanced.d.ts +24 -0
  198. package/dist/components/select/select-helper-text.d.ts +1 -1
  199. package/dist/components/select/select-v2.d.ts +27 -0
  200. package/dist/components/select/select.d.ts +5 -3
  201. package/dist/components/select/select.stories.d.ts +14 -2
  202. package/dist/components/spinner/spinner.d.ts +3 -2
  203. package/dist/components/spinner/spinner.stories.d.ts +8 -2
  204. package/dist/components/start-campaign-card/start-campaign-card.d.ts +2 -2
  205. package/dist/components/start-campaign-card/start-campaign-card.stories.d.ts +3 -3
  206. package/dist/components/statistics/statistics.d.ts +1 -1
  207. package/dist/components/statistics/statistics.stories.d.ts +2 -2
  208. package/dist/components/switch/index.d.ts +1 -0
  209. package/dist/components/switch/switch-v2.d.ts +8 -0
  210. package/dist/components/switch/switch.d.ts +1 -1
  211. package/dist/components/switch/switch.stories.d.ts +10 -4
  212. package/dist/components/table/partner-monthly-table.d.ts +6 -3
  213. package/dist/components/table/partner-monthly-table.stories.d.ts +3 -3
  214. package/dist/components/tabs/nav-tabs.d.ts +1 -1
  215. package/dist/components/tabs/tab-text-label.d.ts +1 -1
  216. package/dist/components/tabs/tabs.d.ts +1 -1
  217. package/dist/components/tabs/tabs.stories.d.ts +2 -2
  218. package/dist/components/text/text.d.ts +4 -5
  219. package/dist/components/text/text.stories.d.ts +7 -7
  220. package/dist/components/text-field/text-field-helper-text.d.ts +1 -1
  221. package/dist/components/text-field/text-field-search.d.ts +3 -2
  222. package/dist/components/text-field/text-field.d.ts +1 -0
  223. package/dist/components/text-field/text-field.stories.d.ts +3 -3
  224. package/dist/components/this-month-card/this-month-card.d.ts +2 -2
  225. package/dist/components/this-month-card/this-month-card.stories.d.ts +2 -2
  226. package/dist/components/toast/Icons.d.ts +7 -0
  227. package/dist/components/toast/index.d.ts +1 -0
  228. package/dist/components/toast/toast.d.ts +8 -0
  229. package/dist/components/{line-chart copy/partner-line-chart-block.stories.d.ts → toast/toast.stories.d.ts} +3 -3
  230. package/dist/components/transaction-card/Dot.d.ts +6 -0
  231. package/dist/components/transaction-card/index.d.ts +1 -0
  232. package/dist/components/transaction-card/transaction-card.d.ts +16 -0
  233. package/dist/components/transaction-card/transaction-card.stories.d.ts +20 -0
  234. package/dist/components/uploader/uploader.d.ts +1 -1
  235. package/dist/index.css +2 -0
  236. package/dist/index.css.map +1 -0
  237. package/dist/index.esm.css +2 -0
  238. package/dist/index.esm.css.map +1 -0
  239. package/dist/index.esm.js +27325 -27449
  240. package/dist/index.js +27334 -27445
  241. package/dist/theme/theme.d.ts +5 -5
  242. package/dist/utils/center-decorator.d.ts +1 -1
  243. package/dist/utils/component-matrix.d.ts +1 -1
  244. package/dist/utils/grid-decorator.d.ts +1 -1
  245. package/package.json +29 -18
  246. package/styles/index.css +5 -6887
  247. package/styles/index.css.map +1 -0
  248. package/styles/reset.css +2 -315
  249. package/styles/reset.css.map +1 -0
  250. package/CHANGELOG.md +0 -607
  251. package/dist/components/choose-/index.d.ts +0 -1
  252. package/dist/components/choose-/start-fundraise-card.d.ts +0 -10
  253. package/dist/components/choose-/start-fundraise-card.stories.d.ts +0 -14
  254. package/dist/components/choose-charity-card/choose-charity-card.d.ts +0 -10
  255. package/dist/components/choose-charity-card/choose-charity-card.stories.d.ts +0 -14
  256. package/dist/components/choose-charity-card/index.d.ts +0 -1
  257. package/dist/components/choose-charity-card/start-fundraise-card.d.ts +0 -10
  258. package/dist/components/choose-charity-card/start-fundraise-card.stories.d.ts +0 -14
  259. package/dist/components/choose-charity-card copy/choose-charity-card.d.ts +0 -10
  260. package/dist/components/choose-charity-card copy/choose-charity-card.stories.d.ts +0 -14
  261. package/dist/components/choose-charity-card copy/index.d.ts +0 -1
  262. package/dist/components/favorite-charity-item/choose-charity-card.d.ts +0 -10
  263. package/dist/components/favorite-charity-item/choose-charity-card.stories.d.ts +0 -14
  264. package/dist/components/green-dashboard-sidebar/green-dashboard-sidebar.d.ts +0 -6
  265. package/dist/components/green-dashboard-sidebar/index.d.ts +0 -1
  266. package/dist/components/line-chart/index.d.ts +0 -1
  267. package/dist/components/line-chart/line-chart-component.d.ts +0 -6
  268. package/dist/components/line-chart/line-chart.d.ts +0 -6
  269. package/dist/components/line-chart/line-chart.stories.d.ts +0 -9
  270. package/dist/components/line-chart/parnert-line-chart.d.ts +0 -3
  271. package/dist/components/line-chart/parnert-line-chart.stories.d.ts +0 -12
  272. package/dist/components/line-chart/partner-line-chart-block copy.d.ts +0 -0
  273. package/dist/components/line-chart/partner-line-chart-block.d.ts +0 -10
  274. package/dist/components/line-chart/partner-line-chart.d.ts +0 -3
  275. package/dist/components/line-chart/partner-line-chart.stories-block.d.ts +0 -12
  276. package/dist/components/line-chart/partner-line-chart.stories.d.ts +0 -12
  277. package/dist/components/line-chart copy/index.d.ts +0 -2
  278. package/dist/components/line-chart copy/partner-line-chart-block.d.ts +0 -10
  279. package/dist/components/line-chart copy/partner-line-chart.d.ts +0 -3
  280. package/dist/components/line-chartjs/index.d.ts +0 -1
  281. package/dist/components/line-chartjs/partner-line-chart-block.d.ts +0 -10
  282. package/dist/components/line-chartjs/partner-line-chart-block.stories.d.ts +0 -12
  283. package/dist/components/line-chartjs/partner-line-chart.d.ts +0 -3
  284. package/dist/components/my-account-choose-charity-card/choose-charity-card.d.ts +0 -10
  285. package/dist/components/my-account-choose-charity-card/choose-charity-card.stories.d.ts +0 -14
  286. package/dist/components/my-account-start-fundraise-card/start-fundraise-card.d.ts +0 -10
  287. package/dist/components/my-account-start-fundraise-card/start-fundraise-card.stories.d.ts +0 -14
  288. package/dist/components/parnert-monthly-stats/index.d.ts +0 -1
  289. package/dist/components/parnert-monthly-stats/parnert-monthly-stats.d.ts +0 -7
  290. package/dist/components/parnert-monthly-stats/parnert-monthly-stats.stories.d.ts +0 -12
  291. package/dist/components/partner-chart-stats/partner-monthly-stats.d.ts +0 -7
  292. package/dist/components/partner-chart-stats/partner-monthly-stats.stories.d.ts +0 -12
  293. package/dist/components/partner-monthly-stats copy/index.d.ts +0 -1
  294. package/dist/components/partner-monthly-stats copy/partner-monthly-stats.d.ts +0 -7
  295. package/dist/components/partner-monthly-stats copy/partner-monthly-stats.stories.d.ts +0 -12
  296. package/dist/components/partner-monthly-table/index.d.ts +0 -1
  297. package/dist/components/partner-monthly-table/partner-monthly-table.d.ts +0 -7
  298. package/dist/components/partner-monthly-table/partner-monthly-table.stories.d.ts +0 -12
  299. package/dist/components/partner-thismonth-stats/index.d.ts +0 -1
  300. package/dist/components/partner-thismonth-stats/partner-monthly-stats.d.ts +0 -7
  301. package/dist/components/partner-thismonth-stats/partner-monthly-stats.stories.d.ts +0 -12
  302. package/dist/components/start-campaign-card copy/index.d.ts +0 -1
  303. package/dist/components/start-campaign-card copy/start-campaign-card.d.ts +0 -8
  304. package/dist/components/start-campaign-card copy/start-campaign-card.stories.d.ts +0 -14
  305. package/dist/components/start-fundraise-card/index.d.ts +0 -1
  306. package/dist/components/start-fundraise-card/start-campaign-card.d.ts +0 -8
  307. package/dist/components/start-fundraise-card/start-campaign-card.stories.d.ts +0 -14
  308. package/dist/components/start-fundraise-card/start-fundraise-card.d.ts +0 -10
  309. package/dist/components/start-fundraise-card/start-fundraise-card.stories.d.ts +0 -14
  310. package/dist/components/start-fundraise-card copy/index.d.ts +0 -1
  311. package/dist/components/start-fundraise-card copy/start-fundraise-card.d.ts +0 -10
  312. package/dist/components/start-fundraise-card copy/start-fundraise-card.stories.d.ts +0 -14
package/CHANGELOG.md DELETED
@@ -1,607 +0,0 @@
1
- ## 0.17.9
2
-
3
- - Update UI component for new parter dashboard
4
-
5
- ## 0.17.8
6
-
7
- ###### Wed, 23 Aug 2023
8
-
9
- - Modal
10
- - Add disable for accept button
11
-
12
- ## 0.17.7
13
-
14
- ###### Thur, 27 Jul 2023
15
-
16
- - TextFieldSearch
17
- - Create
18
-
19
- ## 0.17.6
20
-
21
- ###### Thur, 27 Jul 2023
22
-
23
- - FooterV2
24
- - Add click IDs
25
- - Nav
26
- - Add click IDs
27
-
28
- ## 0.17.3
29
-
30
- ###### Thur, 27 Jul 2023
31
-
32
- - FooterV2
33
-
34
- - Change style item link
35
-
36
- ## 0.17.2
37
-
38
- ###### Wed, 26 Jul 2023
39
-
40
- - FooterV2
41
- - Added new footer component.
42
-
43
- ## 0.16.9
44
-
45
- ###### Thu, 15 Apr 2021
46
-
47
- - PhoneNumberInput
48
- - Update behavior sort country options
49
-
50
- ## 0.16.8
51
-
52
- ###### Tue, 23 Feb 2021
53
-
54
- - Navigation bar
55
- - Fixed container width - bug "for charities"
56
-
57
- ## 0.16.7
58
-
59
- ###### Wed, 2 Sep 2020
60
-
61
- - NavigationMenu
62
- - add `onClick` prop.
63
-
64
- ## 0.16.5
65
-
66
- ###### Sun, 19 Jul 2020
67
-
68
- - Statistics
69
- - add `dark` prop.
70
-
71
- ###### Mon, 15 06 2020
72
-
73
- - Select
74
-
75
- - Fixed event target bug
76
-
77
- ## 0.16.4
78
-
79
- ###### TUE, 20 05 2020
80
-
81
- - PhoneNumberInput, Select
82
-
83
- - add color prop
84
-
85
- ## 0.16.3
86
-
87
- ###### TUE, 19 05 2020
88
-
89
- - TextField
90
-
91
- - add color prop
92
-
93
- ## 0.16.2
94
-
95
- ###### Wed, 1 Apr 2020
96
-
97
- - DatePicker
98
-
99
- - Added new prop to single date picker to allow out of range date picks.## 0.16.2
100
-
101
- ## 0.16.1
102
-
103
- ###### Wed, 1 Apr 2020
104
-
105
- - DatePicker
106
-
107
- - Fixed typecheck bug on datepicker.
108
-
109
- ## 0.16.0
110
-
111
- ###### Tue, 31 Mar 2020
112
-
113
- - DonationForm
114
-
115
- - Added new donation form component.
116
-
117
- ## 0.15.2
118
-
119
- ###### Wed, 18 Mar 2020
120
-
121
- - Navigation
122
-
123
- - Added new navigation controls.
124
- - Added nav style v2 in navigation story
125
-
126
- ## 0.15.1
127
-
128
- ###### Tue, 10 Mar 2020
129
-
130
- - Spinner
131
-
132
- - Spinner component - fix bug building
133
-
134
- ## 0.15.0
135
-
136
- ###### Tue, 10 Mar 2020
137
-
138
- - Spinner
139
-
140
- - Spinner component
141
-
142
- ## 0.14.0
143
-
144
- ###### Tue, 10 Mar 2020
145
-
146
- - Login
147
-
148
- - Login component
149
-
150
- ## 0.13.10
151
-
152
- ###### Fri, 6 Mar 2020
153
-
154
- - List
155
-
156
- - Added listcontent and ability to toggle content.
157
-
158
- ## 0.13.10
159
-
160
- ###### Fri, 6 Mar 2020
161
-
162
- - List
163
-
164
- - Added listcontent and ability to toggle content.
165
-
166
- ## 0.13.9
167
-
168
- ###### Mon, 2 Mar 2020
169
-
170
- - CommentSection
171
-
172
- - Created CommentSection component.
173
-
174
- ## 0.13.8
175
-
176
- ###### Fri, 21 Feb 2020
177
-
178
- - PhoneNumberInput
179
-
180
- - Fixed flag postioning bug and added placeholder prop.
181
-
182
- ## 0.13.7
183
-
184
- ###### Tue, 18 Feb 2020
185
-
186
- - Cropper
187
-
188
- - Added quality and imageType prop to control image quality/type via dataUrl.
189
-
190
- ## 0.13.6
191
-
192
- ###### Monday, 17 Feb 2020
193
-
194
- - Navigation
195
-
196
- - Removed ExpandedRedirect.
197
- - Added actionRaised prop to menu item. Basically the exandedRedirect but now controlled by tab menu.
198
-
199
- ## 0.13.5
200
-
201
- ###### Friday, 14 Feb 2020
202
-
203
- - Navigation
204
-
205
- - Made sure that ExpandedRedirect does not turn into anchor. This is to address difficulty encountered with google analytics.
206
-
207
- ## 0.13.4
208
-
209
- ###### Friday, 14 Feb 2020
210
-
211
- - Navigation
212
- - Added ExpandedRedirect prop that overides stats prop.
213
-
214
- ## 0.13.3
215
-
216
- ###### Mon, 3 Feb 2020
217
-
218
- - PhoneNumberInput
219
- - hotfix added custom flag-icons to country select.
220
- - PhoneNumberField
221
- - this has been removed.
222
-
223
- ## 0.13.2
224
-
225
- ###### Fri, 31 Jan 2020
226
-
227
- - PhoneNumberInput
228
- - hotfix set disable country code to default.
229
-
230
- ## 0.13.1
231
-
232
- ###### Thu, 30 Jan 2020
233
-
234
- - PhoneNumberInput
235
- - Added new default values.
236
-
237
- ## 0.13.0
238
-
239
- ###### Thu, 30 Jan 2020
240
-
241
- - List
242
- - Added breakspace to allow for long names to be shown in list component.
243
- - ButtonSelect
244
- - Created a button component that has a dropdown.
245
- - Modal
246
- - Added minimal version of modal.
247
-
248
- ## 0.12.4
249
-
250
- ###### Thu, 9 Jan 2020
251
-
252
- - PhoneNumberInput
253
- - Improved functionality by adding default country prop and getCountry function.
254
-
255
- ## 0.12.3
256
-
257
- ###### Sat, 21 Dec 2019
258
-
259
- - PhoneNumberField
260
- - This is depricated but has not been removed yet.
261
- - PhoneNumberInput
262
- - Created new phonenumber component with input with better functionality.
263
- - Cropper
264
- - Set default crop size to max width of uploaded image.
265
- - List
266
- - fixed warnings from components.
267
-
268
- ## 0.12.1
269
-
270
- ###### Thu, 13 Dec 2019
271
-
272
- - Uploader
273
- - Type check improvements removed since Dropzone package causes typecheck error in app build.
274
- - Need to investiage why this is happening.
275
-
276
- ## 0.12.0
277
-
278
- ###### Thu, 12 Dec 2019
279
-
280
- - Modal
281
- - Added Modal component.
282
- - Uploader
283
- - Added Uploader component.
284
- - Cropper
285
- - Added Cropper component.
286
- - DatePicker
287
- - Added range DatePicker component.
288
- - Added single DatePicker component.
289
- - Switch
290
- - Set cursor:pointer on labels for Radio, Switch, and Checkbox.
291
- - Checkbox
292
- - Set cursor:pointer on labels for Radio, Switch, and Checkbox.
293
- - Select
294
- - Set cursor:pointer on labels for Radio, Switch, and Checkbox.
295
- - Add error prop to select.
296
- - TextField
297
- - Add list prop to TextField component.
298
- - List
299
- - Add style prop to List component.
300
-
301
- ## 0.11.2
302
-
303
- ###### Thu, 28 Nov 2019
304
-
305
- - Select
306
- - fixed the bug where the onChange event doesn't emit with the correct value on Firefox _again_.
307
-
308
- ## 0.11.1
309
-
310
- ###### Thu, 28 Nov 2019
311
-
312
- - Select
313
- - fixed the bug where the onChange event doesn't emit with the correct value on Firefox again.
314
-
315
- ## 0.11.0
316
-
317
- ###### Thu, 28 Nov 2019
318
-
319
- - PhoneNumberField
320
- - added PhoneNumberField component.
321
- - added parseNationalPhoneNumber utility function.
322
-
323
- ## 0.10.1
324
-
325
- ###### Thu, 28 Nov 2019
326
-
327
- - Select
328
- - following the Select fix in 0.9.0, select now emits an onChange event with both a valid target and currentTarget always.
329
-
330
- ## 0.10.0
331
-
332
- ###### Wed, 27 Nov 2019
333
-
334
- - Navigation
335
- - **breaking**: the `onLogin` and `loginAnalyticsId` props are now one optional prop `login` that takes an object.
336
- - **breaking**: the `onSearch` and `searchAnalyticsId` props are now one optional prop `search` that takes an object.
337
-
338
- ## 0.9.1
339
-
340
- > Version 0.9.0 was incorrectly published and does not include all the changes intended. Please use this version instead.
341
-
342
- ## 0.9.0
343
-
344
- ###### Tue, 26 Nov 2019
345
-
346
- > Version 0.9.0 was incorrectly published and does not include all the changes intended. Please use 0.9.1 instead.
347
-
348
- - FieldHelperText
349
- - added FieldHelperText component.
350
- - FieldLabel
351
- - added FieldLabel component.
352
- - List
353
- - added `iconsNotRounded`, `iconWidth`, and `overflowHidden` props.
354
- - Select
355
- - fixed a bug where the select options could not be selected on Firefox.
356
- - added `noArrow` prop.
357
- - TextField
358
- - fixed a bug where providing a boolean value for the `error` prop incorrectly added helper text.
359
-
360
- ## 0.8.0
361
-
362
- ###### Tue, 19 Nov 2019
363
-
364
- - Box
365
- - added Box base component.
366
- - Checkbox
367
- - fixed alignment of label.
368
- - Flex
369
- - now composes the Box component.
370
- - Grid
371
- - added the Grid component.
372
- - Stack
373
- - now composes the Box component.
374
- - Text
375
- - now composes the Box component.
376
-
377
- ## 0.7.2
378
-
379
- ###### Tue, 19 Nov 2019
380
-
381
- - Checkbox
382
- - fixed Checkbox not being exported.
383
- - adjusted label styling.
384
- - Select
385
- - fixed a bug where select element options were showing up as blank in some browsers.
386
-
387
- ## 0.7.1
388
-
389
- ###### Mon, 18 Nov 2019
390
-
391
- > Version 0.7.0 was incorrectly published and does not include all the changes intended. Please use this version instead.
392
-
393
- ## 0.7.0
394
-
395
- ###### Mon, 18 Nov 2019
396
-
397
- > Version 0.7.0 was incorrectly published and does not include all the changes intended. Please use 0.7.1 instead.
398
-
399
- ##### Components
400
-
401
- - Elevation
402
- - now has overflow set to hidden by default.
403
- - List
404
- - added List component.
405
- - RadioGroup
406
- - fixed RadioGroup not being exported.
407
- - Text
408
- - added the `align` prop.
409
- - TextField
410
- - notch now has a minimum width to avoid cutting off floating label text.
411
- - helper text no longer has horizontal padding.
412
-
413
- ##### Modules
414
-
415
- - Theme
416
- - added MyCauseTheme to exports.
417
-
418
- ## 0.6.0
419
-
420
- ###### Thu, 14 Nov 2019
421
-
422
- - TextField
423
- - **breaking**: replaced the `dense` prop with the `large` prop, the TextField is now dense by default.
424
- - **breaking**: removed the `outlined` prop, all TextFields are outlined now and the (old) default style can no longer be used.
425
- - Select
426
- - **breaking**: replaced the `dense` prop with the `large` prop, the TextField is now dense by default.
427
- - **breaking**: removed the `outlined` prop, the default style can no longer be used.
428
- - added a `helperText` prop similar to that of TextField.
429
- - SelectHelperText
430
- - added SelectHelperText component.
431
-
432
- ## 0.5.1
433
-
434
- ###### Thu, 14 Nov 2019
435
-
436
- - Navigation
437
- - fixed user menu submenus not being closable.
438
- - Radio
439
- - fixed bug where radio id would not be updated when the name or value is updated.
440
-
441
- ## 0.5.0
442
-
443
- ###### Thu, 14 Nov 2019
444
-
445
- - Radio
446
- - added Radio component.
447
- - RadioGroup
448
- - added RadioGroup component.
449
- - Switch
450
- - added Switch component.
451
- - Navigation
452
- - **breaking**: the `sticky` prop has been renamed to `isSticky`.
453
- - **breaking**: the `subMenuForMobule` prop has been removed, the user of the navigation component is now responsible for swapping out the user menu in response to screen size.
454
- - the `onSearch` prop is now optional, and hides search when not provided.
455
- - the `onLogin` prop is now optional, and hides the login button when not provided.
456
- - added new prop `isCompactHeight` which makes the navbar a restricted height on all screen sizes.
457
-
458
- ## 0.4.4
459
-
460
- ###### Wed, 13 Nov 2019
461
-
462
- - TextAvatar
463
- - fixed a bug where certain names would cause an error.
464
-
465
- ## 0.4.3
466
-
467
- ###### Thu, 7 Nov 2019
468
-
469
- - TextField
470
- - helper text now uses theme brand font.
471
- - fix issues with textarea mode's appearance.
472
-
473
- ## 0.4.2
474
-
475
- ###### Thu, 7 Nov 2019
476
-
477
- - Navigation
478
- - fixed bug where non-sticky menu has incorrect positioning on mobile
479
-
480
- ## 0.4.1
481
-
482
- ###### Wed, 6 Nov 2019
483
-
484
- Patch
485
-
486
- ## 0.4.0
487
-
488
- ###### Wed, 6 Nov 2019
489
-
490
- ##### Components
491
-
492
- - Checkbox
493
- - added Checkbox component.
494
- - Navigation
495
- - Use buttons for actions instead of anchors in Navigation.
496
-
497
- ## 0.3.0
498
-
499
- ###### Fri, 1 Nov 2019
500
-
501
- ##### Components
502
-
503
- - Elevation
504
- - added Elevation component.
505
- - Navigation
506
- - added submenu items to the user menu.
507
- - cta prop is now optional.
508
- - Statistics
509
- - **breaking**: renamed from MyCauseStatistics to Statistics
510
- - design improvements.
511
- - **breaking**: now forwards props to the root element.
512
- - **breaking**: no longer hides itself on small screens.
513
-
514
- ## 0.2.0
515
-
516
- ###### Fri, 25 Oct 2019
517
-
518
- ##### Components
519
-
520
- - Chips
521
- - added Chips component.
522
- - InputChips
523
- - added InputChips component.
524
- - IconButtonGroup
525
- - added IconButtonGroup component.
526
- - ComboField
527
- - added ComboField component.
528
- - ComboFieldExpander
529
- - added ComboFieldExpander component.
530
- - Flex
531
- - added Flex component.
532
- - Stack
533
- - now composes the Flex component.
534
- - **breaking**: replaced `vertical` and `horizontal` props with the `direction` prop from Flex.
535
- - Navigation
536
- - the user menu now opens/closes on hover in addition to the anchor being pressed.
537
- - the user menu now changes to a full width style on mobile.
538
-
539
- ## 0.1.0
540
-
541
- ###### Mon, 21 Oct 2019
542
-
543
- First release.
544
-
545
- ##### Components
546
-
547
- - BoldAnchor
548
- - added analyticsId prop.
549
- - Button
550
- - outlined button now turns solid on hover.
551
- - added the analyticsId prop.
552
- - Navigation
553
- - created.
554
- - Select
555
- - now forwards a ref to the underlying select element.
556
- - Stack
557
- - added Stack component.
558
- - Text
559
- - added Text component.
560
- - Tab
561
- - ripple colour changed from static theme color to grey.
562
- - added the analyticsId prop
563
-
564
- ##### Stylesheets
565
-
566
- - reset.css
567
- - default font and box sizing are now only applied to `html` instead of both `html` and `body`.
568
-
569
- ##### Modules
570
-
571
- - Theme
572
- - added `muted` and `inactive` colors.
573
- - ThemeProvider now sets the font of `body` to the default typography font.
574
- - Utils
575
- - Browser: no longer makes unguarded accesses to `window`.
576
-
577
- ## 0.0.0 (Never released)
578
-
579
- ###### Mon, 7 Oct 2019
580
-
581
- Welcome to the start of the `@mycause/ui` project.
582
-
583
- ##### Components
584
-
585
- - Anchor
586
- - BoldAnchor
587
- - Avatar
588
- - Button
589
- - Icon
590
- - IconButton
591
- - ToggleButton
592
- - Select
593
- - Tabs
594
- - TextField
595
-
596
- ##### Stylesheets
597
-
598
- - index.css
599
- - reset.css
600
-
601
- ##### Modules
602
-
603
- - Theme
604
- - ThemeProvider
605
- - ThemeContext
606
- - useTheme
607
- - getColorToken
@@ -1 +0,0 @@
1
- export { default as StartFundraiseCard } from "./start-fundraise-card";
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export interface StartFundraiseCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- buttonText?: string;
7
- onClick?: () => void;
8
- }
9
- declare const StartFundraiseCard: ({ className, title, buttonText, onClick }: StartFundraiseCardProps) => JSX.Element;
10
- export default StartFundraiseCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, buttonText, onClick }: import("./start-fundraise-card").StartFundraiseCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const startcampaincard: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export interface ChooseCharityCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- buttonText?: string;
7
- onClick?: () => void;
8
- }
9
- declare const ChooseCharityCard: ({ className, title, buttonText, onClick, }: ChooseCharityCardProps) => JSX.Element;
10
- export default ChooseCharityCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, buttonText, onClick, }: import("./choose-charity-card").ChooseCharityCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const chooseCharityStory: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };
@@ -1 +0,0 @@
1
- export { default as ChooseCharityCard } from "./choose-charity-card";
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export interface ChooseCharityCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- buttonText?: string;
7
- onClick?: () => void;
8
- }
9
- declare const ChooseCharityCard: ({ className, title, buttonText, onClick }: ChooseCharityCardProps) => JSX.Element;
10
- export default ChooseCharityCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, buttonText, onClick }: import("./choose-charity-card").ChooseCharityCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const startcampaincard: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export interface ChooseCharityCardProps {
3
- className?: string;
4
- title?: string;
5
- description?: string;
6
- buttonText?: string;
7
- onClick?: () => void;
8
- }
9
- declare const ChooseCharityCard: ({ className, title, buttonText, onClick }: ChooseCharityCardProps) => JSX.Element;
10
- export default ChooseCharityCard;
@@ -1,14 +0,0 @@
1
- /// <reference types="react" />
2
- import CenterDecorator from "../../utils/center-decorator";
3
- declare const _default: {
4
- title: string;
5
- decorators: (typeof CenterDecorator)[];
6
- component: ({ className, title, buttonText, onClick }: import("./choose-charity-card").ChooseCharityCardProps) => JSX.Element;
7
- };
8
- export default _default;
9
- export declare const chooseCharityStory: {
10
- (): JSX.Element;
11
- story: {
12
- name: string;
13
- };
14
- };
@@ -1 +0,0 @@
1
- export { default as ChooseCharityCard } from "./choose-charity-card";