@mycause/ui 0.0.0-cd65c25d → 0.0.0-cd74a3b1

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