@mycause/ui 0.0.0-ce54989f → 0.0.0-ce56cb2c

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