@mycause/ui 0.0.0-cd14f266 → 0.0.0-cd1d05d3

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 (214) hide show
  1. package/CHANGELOG.md +551 -2
  2. package/README.md +10 -0
  3. package/dist/components/anchor/anchor.d.ts +1 -1
  4. package/dist/components/anchor/anchor.stories.d.ts +1 -1
  5. package/dist/components/anchor/bold-anchor.d.ts +2 -1
  6. package/dist/components/button/button.d.ts +4 -7
  7. package/dist/components/button/button.stories.d.ts +12 -0
  8. package/dist/components/button-select/button-select.d.ts +12 -0
  9. package/dist/components/button-select/button-select.stories.d.ts +13 -0
  10. package/dist/components/button-select/index.d.ts +1 -0
  11. package/dist/components/campaign-card/campaign-card.d.ts +9 -0
  12. package/dist/components/campaign-card/campaign-card.stories.d.ts +14 -0
  13. package/dist/components/campaign-card/index.d.ts +1 -0
  14. package/dist/components/campaign-of-month/campaign-of-month.d.ts +15 -0
  15. package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +14 -0
  16. package/dist/components/campaign-of-month/index.d.ts +1 -0
  17. package/dist/components/charity-card/charity-card.d.ts +7 -0
  18. package/dist/components/charity-card/charity-card.stories.d.ts +14 -0
  19. package/dist/components/charity-card/index.d.ts +1 -0
  20. package/dist/components/checkbox/checkbox.d.ts +16 -0
  21. package/dist/components/checkbox/checkbox.stories.d.ts +25 -0
  22. package/dist/components/checkbox/index.d.ts +1 -0
  23. package/dist/components/chips/chip.d.ts +12 -0
  24. package/dist/components/chips/chips.d.ts +11 -0
  25. package/dist/components/chips/chips.stories.d.ts +25 -0
  26. package/dist/components/chips/index.d.ts +3 -0
  27. package/dist/components/chips/input-chips.d.ts +12 -0
  28. package/dist/components/chips/input-chips.stories.d.ts +13 -0
  29. package/dist/components/combo-field/combo-field-expander.d.ts +11 -0
  30. package/dist/components/combo-field/combo-field.d.ts +21 -0
  31. package/dist/components/combo-field/combo-field.stories.d.ts +19 -0
  32. package/dist/components/combo-field/index.d.ts +2 -0
  33. package/dist/components/comment-section/comment-section-v2/comment-section-v2.d.ts +31 -0
  34. package/dist/components/comment-section/comment-section-v2/sub-comments-v2.d.ts +11 -0
  35. package/dist/components/comment-section/comment-section.d.ts +24 -0
  36. package/dist/components/comment-section/comment-section.stories.d.ts +19 -0
  37. package/dist/components/comment-section/index.d.ts +2 -0
  38. package/dist/components/comment-section/sub-comments.d.ts +6 -0
  39. package/dist/components/cropper/cropper.d.ts +22 -0
  40. package/dist/components/cropper/cropper.stories.d.ts +12 -0
  41. package/dist/components/cropper/index.d.ts +1 -0
  42. package/dist/components/date-picker/date-picker.d.ts +27 -0
  43. package/dist/components/date-picker/date-picker.stories.d.ts +32 -0
  44. package/dist/components/date-picker/index.d.ts +2 -0
  45. package/dist/components/date-picker/single-date-picker.d.ts +25 -0
  46. package/dist/components/donate-card/donate-card.d.ts +8 -0
  47. package/dist/components/donate-card/donate-card.stories.d.ts +14 -0
  48. package/dist/components/donate-card/index.d.ts +1 -0
  49. package/dist/components/donation-form/donation-details.d.ts +12 -0
  50. package/dist/components/donation-form/donation-form-v2/donation-form-v2.d.ts +13 -0
  51. package/dist/components/donation-form/donation-form.d.ts +64 -0
  52. package/dist/components/donation-form/donation-form.stories.d.ts +18 -0
  53. package/dist/components/donation-form/donation-payment.d.ts +13 -0
  54. package/dist/components/donation-form/donation-select.d.ts +13 -0
  55. package/dist/components/donation-form/index.d.ts +2 -0
  56. package/dist/components/elevation/elevation.d.ts +13 -0
  57. package/dist/components/elevation/elevation.stories.d.ts +13 -0
  58. package/dist/components/elevation/index.d.ts +1 -0
  59. package/dist/components/featured-campaign-card/featured-campaign-card.d.ts +17 -0
  60. package/dist/components/featured-campaign-card/featured-campaign-card.stories.d.ts +14 -0
  61. package/dist/components/featured-campaign-card/index.d.ts +1 -0
  62. package/dist/components/field-helpers/field-helper-text.d.ts +8 -0
  63. package/dist/components/field-helpers/field-label.d.ts +8 -0
  64. package/dist/components/field-helpers/index.d.ts +2 -0
  65. package/dist/components/footerV2/footerV2.d.ts +35 -0
  66. package/dist/components/footerV2/footerV2.stories.d.ts +15 -0
  67. package/dist/components/footerV2/index.d.ts +1 -0
  68. package/dist/components/fundraising-section/fundraising-section.d.ts +9 -0
  69. package/dist/components/fundraising-section/fundraising-section.stories.d.ts +14 -0
  70. package/dist/components/fundraising-section/index.d.ts +1 -0
  71. package/dist/components/hero-banner/hero-banner.d.ts +9 -0
  72. package/dist/components/hero-banner/hero-banner.stories.d.ts +14 -0
  73. package/dist/components/hero-banner/index.d.ts +1 -0
  74. package/dist/components/horizontalbar/horizontalbar.d.ts +11 -0
  75. package/dist/components/horizontalbar/horizontalbar.stories.d.ts +26 -0
  76. package/dist/components/horizontalbar/index.d.ts +1 -0
  77. package/dist/components/icon/{toggle-button.d.ts → heart-toggle.d.ts} +3 -3
  78. package/dist/components/icon/{toggle-button.stories.d.ts → heart-toggle.stories.d.ts} +1 -1
  79. package/dist/components/icon/icon-button-group.d.ts +8 -0
  80. package/dist/components/icon/icon-button-group.stories.d.ts +13 -0
  81. package/dist/components/icon/icon-button.d.ts +3 -1
  82. package/dist/components/icon/icon-button.stories.d.ts +6 -0
  83. package/dist/components/icon/index.d.ts +2 -0
  84. package/dist/components/index.d.ts +38 -0
  85. package/dist/components/info-represent-campaign/index.d.ts +1 -0
  86. package/dist/components/info-represent-campaign/info-represent-campaign.d.ts +11 -0
  87. package/dist/components/info-represent-campaign/info-represent-campaign.stories.d.ts +12 -0
  88. package/dist/components/layout/box.d.ts +382 -0
  89. package/dist/components/layout/flex.d.ts +25 -0
  90. package/dist/components/layout/flex.stories.d.ts +14 -0
  91. package/dist/components/layout/grid.d.ts +9 -0
  92. package/dist/components/layout/grid.stories.d.ts +13 -0
  93. package/dist/components/layout/index.d.ts +4 -0
  94. package/dist/components/layout/stack.d.ts +16 -0
  95. package/dist/components/layout/stack.stories.d.ts +25 -0
  96. package/dist/components/line-chart/index.d.ts +2 -0
  97. package/dist/components/line-chart/partner-line-chart-block.d.ts +12 -0
  98. package/dist/components/line-chart/partner-line-chart-block.stories.d.ts +12 -0
  99. package/dist/components/line-chart/partner-line-chart.d.ts +3 -0
  100. package/dist/components/list/index.d.ts +1 -0
  101. package/dist/components/list/list.d.ts +42 -0
  102. package/dist/components/list/list.stories.d.ts +43 -0
  103. package/dist/components/login/index.d.ts +1 -0
  104. package/dist/components/login/login.d.ts +15 -0
  105. package/dist/components/login/login.stories.d.ts +19 -0
  106. package/dist/components/logo/logo-type.d.ts +2 -1
  107. package/dist/components/menu/index.d.ts +2 -0
  108. package/dist/components/menu/menu-list-divider.d.ts +2 -0
  109. package/dist/components/menu/menu-list-item-meta.d.ts +2 -0
  110. package/dist/components/menu/menu-list.d.ts +3 -1
  111. package/dist/components/modal/index.d.ts +1 -0
  112. package/dist/components/modal/modal.d.ts +20 -0
  113. package/dist/components/modal/modal.stories.d.ts +31 -0
  114. package/dist/components/nav/icons/IconBigger.d.ts +5 -0
  115. package/dist/components/nav/icons/IconSmaller.d.ts +5 -0
  116. package/dist/components/nav/index.d.ts +1 -0
  117. package/dist/components/nav/nav-actions.d.ts +5 -0
  118. package/dist/components/nav/nav-bar.d.ts +7 -0
  119. package/dist/components/nav/nav-call-to-action.d.ts +5 -0
  120. package/dist/components/nav/nav-expanded-charity.d.ts +13 -0
  121. package/dist/components/nav/nav-expanded.d.ts +14 -0
  122. package/dist/components/nav/nav-list.d.ts +29 -0
  123. package/dist/components/nav/nav-menu-control.d.ts +8 -0
  124. package/dist/components/nav/nav-menu.d.ts +12 -0
  125. package/dist/components/nav/nav-search-control.d.ts +8 -0
  126. package/dist/components/nav/nav-search.d.ts +10 -0
  127. package/dist/components/nav/nav-sign-in-control.d.ts +12 -0
  128. package/dist/components/nav/nav-user-menu-items.d.ts +20 -0
  129. package/dist/components/nav/nav-user-menu.d.ts +18 -0
  130. package/dist/components/nav/nav.d.ts +56 -0
  131. package/dist/components/nav/nav.stories.d.ts +11 -0
  132. package/dist/components/navigation/navigation-actions.d.ts +4 -25
  133. package/dist/components/navigation/navigation-bar.d.ts +2 -1
  134. package/dist/components/navigation/navigation-call-to-action.d.ts +5 -0
  135. package/dist/components/navigation/navigation-expanded.d.ts +3 -8
  136. package/dist/components/navigation/navigation-list.d.ts +5 -1
  137. package/dist/components/navigation/navigation-menu-control.d.ts +7 -0
  138. package/dist/components/navigation/navigation-menu.d.ts +2 -1
  139. package/dist/components/navigation/navigation-search-control.d.ts +7 -0
  140. package/dist/components/navigation/navigation-sign-in-control.d.ts +11 -0
  141. package/dist/components/navigation/navigation-user-menu-items.d.ts +20 -0
  142. package/dist/components/navigation/navigation-user-menu.d.ts +18 -0
  143. package/dist/components/navigation/navigation.d.ts +38 -14
  144. package/dist/components/navigation/navigation.stories.d.ts +3 -33
  145. package/dist/components/partner-dashboard-chart/chart.d.ts +3 -0
  146. package/dist/components/partner-dashboard-chart/chart.stories.d.ts +14 -0
  147. package/dist/components/partner-dashboard-chart/index.d.ts +1 -0
  148. package/dist/components/partner-monthly-donations/index.d.ts +1 -0
  149. package/dist/components/partner-monthly-donations/partner-monthly-donations.d.ts +8 -0
  150. package/dist/components/partner-monthly-donations/partner-monthly-donations.stories.d.ts +12 -0
  151. package/dist/components/partner-monthly-stats/index.d.ts +1 -0
  152. package/dist/components/partner-monthly-stats/partner-monthly-stats.d.ts +7 -0
  153. package/dist/components/partner-monthly-stats/partner-monthly-stats.stories.d.ts +12 -0
  154. package/dist/components/phone-number-input/index.d.ts +2 -0
  155. package/dist/components/phone-number-input/phone-number-input.d.ts +25 -0
  156. package/dist/components/phone-number-input/phone-number-input.stories.d.ts +13 -0
  157. package/dist/components/phone-number-input/util.d.ts +2 -0
  158. package/dist/components/popup/index.d.ts +1 -0
  159. package/dist/components/popup/popup.d.ts +8 -0
  160. package/dist/components/popup/popup.stories.d.ts +14 -0
  161. package/dist/components/progressbar/index.d.ts +1 -0
  162. package/dist/components/progressbar/progressbar.d.ts +8 -0
  163. package/dist/components/progressbar/progressbar.stories.d.ts +14 -0
  164. package/dist/components/radio/index.d.ts +2 -0
  165. package/dist/components/radio/radio-group.d.ts +16 -0
  166. package/dist/components/radio/radio-group.stories.d.ts +13 -0
  167. package/dist/components/radio/radio.d.ts +17 -0
  168. package/dist/components/radio/radio.stories.d.ts +25 -0
  169. package/dist/components/select/index.d.ts +1 -0
  170. package/dist/components/select/select-helper-text.d.ts +7 -0
  171. package/dist/components/select/select.d.ts +17 -6
  172. package/dist/components/select/select.stories.d.ts +2 -21
  173. package/dist/components/spinner/index.d.ts +1 -0
  174. package/dist/components/spinner/spinner.d.ts +8 -0
  175. package/dist/components/spinner/spinner.stories.d.ts +13 -0
  176. package/dist/components/start-campaign-card/index.d.ts +1 -0
  177. package/dist/components/start-campaign-card/start-campaign-card.d.ts +8 -0
  178. package/dist/components/start-campaign-card/start-campaign-card.stories.d.ts +14 -0
  179. package/dist/components/statistics/index.d.ts +1 -0
  180. package/dist/components/statistics/statistics.d.ts +13 -0
  181. package/dist/components/statistics/statistics.stories.d.ts +13 -0
  182. package/dist/components/switch/index.d.ts +1 -0
  183. package/dist/components/switch/switch.d.ts +14 -0
  184. package/dist/components/switch/switch.stories.d.ts +25 -0
  185. package/dist/components/table/index.d.ts +1 -0
  186. package/dist/components/table/partner-monthly-table.d.ts +16 -0
  187. package/dist/components/table/partner-monthly-table.stories.d.ts +18 -0
  188. package/dist/components/tabs/nav-tabs.d.ts +18 -0
  189. package/dist/components/tabs/tab-bar.d.ts +2 -2
  190. package/dist/components/tabs/tab.d.ts +3 -1
  191. package/dist/components/tabs/tabs.d.ts +9 -4
  192. package/dist/components/text/index.d.ts +1 -0
  193. package/dist/components/text/text.d.ts +31 -0
  194. package/dist/components/text/text.stories.d.ts +44 -0
  195. package/dist/components/text-field/index.d.ts +2 -0
  196. package/dist/components/text-field/text-field-search.d.ts +9 -0
  197. package/dist/components/text-field/text-field.d.ts +5 -3
  198. package/dist/components/text-field/text-field.stories.d.ts +3 -46
  199. package/dist/components/uploader/index.d.ts +1 -0
  200. package/dist/components/uploader/uploader.d.ts +23 -0
  201. package/dist/index.d.ts +2 -1
  202. package/dist/index.esm.js +28742 -936
  203. package/dist/index.js +28804 -934
  204. package/dist/theme/index.d.ts +2 -0
  205. package/dist/theme/theme.d.ts +23 -6
  206. package/dist/utils/flags.d.ts +2 -2
  207. package/dist/utils/parse-numbers.d.ts +2 -0
  208. package/dist/utils/tap-event.d.ts +1 -0
  209. package/dist/utils/wrap.d.ts +2 -0
  210. package/package.json +26 -2
  211. package/styles/index.css +2852 -40
  212. package/styles/reset.css +2 -2
  213. package/dist/components/mycause-statistics/index.d.ts +0 -1
  214. package/dist/components/mycause-statistics/mycause-statistics.d.ts +0 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,555 @@
1
- ## 0.0.0
1
+ ## 0.17.3
2
2
 
3
- ###### Mon, 7 Oct
3
+ ###### Thur, 27 Jul 2023
4
+
5
+ - FooterV2
6
+
7
+ - Change style item link
8
+
9
+ ## 0.17.2
10
+
11
+ ###### Wed, 26 Jul 2023
12
+
13
+ - FooterV2
14
+ - Added new footer component.
15
+
16
+ ## 0.16.9
17
+
18
+ ###### Thu, 15 Apr 2021
19
+
20
+ - PhoneNumberInput
21
+ - Update behavior sort country options
22
+
23
+ ## 0.16.8
24
+
25
+ ###### Tue, 23 Feb 2021
26
+
27
+ - Navigation bar
28
+ - Fixed container width - bug "for charities"
29
+
30
+ ## 0.16.7
31
+
32
+ ###### Wed, 2 Sep 2020
33
+
34
+ - NavigationMenu
35
+ - add `onClick` prop.
36
+
37
+ ## 0.16.5
38
+
39
+ ###### Sun, 19 Jul 2020
40
+
41
+ - Statistics
42
+ - add `dark` prop.
43
+
44
+ ###### Mon, 15 06 2020
45
+
46
+ - Select
47
+
48
+ - Fixed event target bug
49
+
50
+ ## 0.16.4
51
+
52
+ ###### TUE, 20 05 2020
53
+
54
+ - PhoneNumberInput, Select
55
+
56
+ - add color prop
57
+
58
+ ## 0.16.3
59
+
60
+ ###### TUE, 19 05 2020
61
+
62
+ - TextField
63
+
64
+ - add color prop
65
+
66
+ ## 0.16.2
67
+
68
+ ###### Wed, 1 Apr 2020
69
+
70
+ - DatePicker
71
+
72
+ - Added new prop to single date picker to allow out of range date picks.## 0.16.2
73
+
74
+ ## 0.16.1
75
+
76
+ ###### Wed, 1 Apr 2020
77
+
78
+ - DatePicker
79
+
80
+ - Fixed typecheck bug on datepicker.
81
+
82
+ ## 0.16.0
83
+
84
+ ###### Tue, 31 Mar 2020
85
+
86
+ - DonationForm
87
+
88
+ - Added new donation form component.
89
+
90
+ ## 0.15.2
91
+
92
+ ###### Wed, 18 Mar 2020
93
+
94
+ - Navigation
95
+
96
+ - Added new navigation controls.
97
+ - Added nav style v2 in navigation story
98
+
99
+ ## 0.15.1
100
+
101
+ ###### Tue, 10 Mar 2020
102
+
103
+ - Spinner
104
+
105
+ - Spinner component - fix bug building
106
+
107
+ ## 0.15.0
108
+
109
+ ###### Tue, 10 Mar 2020
110
+
111
+ - Spinner
112
+
113
+ - Spinner component
114
+
115
+ ## 0.14.0
116
+
117
+ ###### Tue, 10 Mar 2020
118
+
119
+ - Login
120
+
121
+ - Login component
122
+
123
+ ## 0.13.10
124
+
125
+ ###### Fri, 6 Mar 2020
126
+
127
+ - List
128
+
129
+ - Added listcontent and ability to toggle content.
130
+
131
+ ## 0.13.10
132
+
133
+ ###### Fri, 6 Mar 2020
134
+
135
+ - List
136
+
137
+ - Added listcontent and ability to toggle content.
138
+
139
+ ## 0.13.9
140
+
141
+ ###### Mon, 2 Mar 2020
142
+
143
+ - CommentSection
144
+
145
+ - Created CommentSection component.
146
+
147
+ ## 0.13.8
148
+
149
+ ###### Fri, 21 Feb 2020
150
+
151
+ - PhoneNumberInput
152
+
153
+ - Fixed flag postioning bug and added placeholder prop.
154
+
155
+ ## 0.13.7
156
+
157
+ ###### Tue, 18 Feb 2020
158
+
159
+ - Cropper
160
+
161
+ - Added quality and imageType prop to control image quality/type via dataUrl.
162
+
163
+ ## 0.13.6
164
+
165
+ ###### Monday, 17 Feb 2020
166
+
167
+ - Navigation
168
+
169
+ - Removed ExpandedRedirect.
170
+ - Added actionRaised prop to menu item. Basically the exandedRedirect but now controlled by tab menu.
171
+
172
+ ## 0.13.5
173
+
174
+ ###### Friday, 14 Feb 2020
175
+
176
+ - Navigation
177
+
178
+ - Made sure that ExpandedRedirect does not turn into anchor. This is to address difficulty encountered with google analytics.
179
+
180
+ ## 0.13.4
181
+
182
+ ###### Friday, 14 Feb 2020
183
+
184
+ - Navigation
185
+ - Added ExpandedRedirect prop that overides stats prop.
186
+
187
+ ## 0.13.3
188
+
189
+ ###### Mon, 3 Feb 2020
190
+
191
+ - PhoneNumberInput
192
+ - hotfix added custom flag-icons to country select.
193
+ - PhoneNumberField
194
+ - this has been removed.
195
+
196
+ ## 0.13.2
197
+
198
+ ###### Fri, 31 Jan 2020
199
+
200
+ - PhoneNumberInput
201
+ - hotfix set disable country code to default.
202
+
203
+ ## 0.13.1
204
+
205
+ ###### Thu, 30 Jan 2020
206
+
207
+ - PhoneNumberInput
208
+ - Added new default values.
209
+
210
+ ## 0.13.0
211
+
212
+ ###### Thu, 30 Jan 2020
213
+
214
+ - List
215
+ - Added breakspace to allow for long names to be shown in list component.
216
+ - ButtonSelect
217
+ - Created a button component that has a dropdown.
218
+ - Modal
219
+ - Added minimal version of modal.
220
+
221
+ ## 0.12.4
222
+
223
+ ###### Thu, 9 Jan 2020
224
+
225
+ - PhoneNumberInput
226
+ - Improved functionality by adding default country prop and getCountry function.
227
+
228
+ ## 0.12.3
229
+
230
+ ###### Sat, 21 Dec 2019
231
+
232
+ - PhoneNumberField
233
+ - This is depricated but has not been removed yet.
234
+ - PhoneNumberInput
235
+ - Created new phonenumber component with input with better functionality.
236
+ - Cropper
237
+ - Set default crop size to max width of uploaded image.
238
+ - List
239
+ - fixed warnings from components.
240
+
241
+ ## 0.12.1
242
+
243
+ ###### Thu, 13 Dec 2019
244
+
245
+ - Uploader
246
+ - Type check improvements removed since Dropzone package causes typecheck error in app build.
247
+ - Need to investiage why this is happening.
248
+
249
+ ## 0.12.0
250
+
251
+ ###### Thu, 12 Dec 2019
252
+
253
+ - Modal
254
+ - Added Modal component.
255
+ - Uploader
256
+ - Added Uploader component.
257
+ - Cropper
258
+ - Added Cropper component.
259
+ - DatePicker
260
+ - Added range DatePicker component.
261
+ - Added single DatePicker component.
262
+ - Switch
263
+ - Set cursor:pointer on labels for Radio, Switch, and Checkbox.
264
+ - Checkbox
265
+ - Set cursor:pointer on labels for Radio, Switch, and Checkbox.
266
+ - Select
267
+ - Set cursor:pointer on labels for Radio, Switch, and Checkbox.
268
+ - Add error prop to select.
269
+ - TextField
270
+ - Add list prop to TextField component.
271
+ - List
272
+ - Add style prop to List component.
273
+
274
+ ## 0.11.2
275
+
276
+ ###### Thu, 28 Nov 2019
277
+
278
+ - Select
279
+ - fixed the bug where the onChange event doesn't emit with the correct value on Firefox _again_.
280
+
281
+ ## 0.11.1
282
+
283
+ ###### Thu, 28 Nov 2019
284
+
285
+ - Select
286
+ - fixed the bug where the onChange event doesn't emit with the correct value on Firefox again.
287
+
288
+ ## 0.11.0
289
+
290
+ ###### Thu, 28 Nov 2019
291
+
292
+ - PhoneNumberField
293
+ - added PhoneNumberField component.
294
+ - added parseNationalPhoneNumber utility function.
295
+
296
+ ## 0.10.1
297
+
298
+ ###### Thu, 28 Nov 2019
299
+
300
+ - Select
301
+ - following the Select fix in 0.9.0, select now emits an onChange event with both a valid target and currentTarget always.
302
+
303
+ ## 0.10.0
304
+
305
+ ###### Wed, 27 Nov 2019
306
+
307
+ - Navigation
308
+ - **breaking**: the `onLogin` and `loginAnalyticsId` props are now one optional prop `login` that takes an object.
309
+ - **breaking**: the `onSearch` and `searchAnalyticsId` props are now one optional prop `search` that takes an object.
310
+
311
+ ## 0.9.1
312
+
313
+ > Version 0.9.0 was incorrectly published and does not include all the changes intended. Please use this version instead.
314
+
315
+ ## 0.9.0
316
+
317
+ ###### Tue, 26 Nov 2019
318
+
319
+ > Version 0.9.0 was incorrectly published and does not include all the changes intended. Please use 0.9.1 instead.
320
+
321
+ - FieldHelperText
322
+ - added FieldHelperText component.
323
+ - FieldLabel
324
+ - added FieldLabel component.
325
+ - List
326
+ - added `iconsNotRounded`, `iconWidth`, and `overflowHidden` props.
327
+ - Select
328
+ - fixed a bug where the select options could not be selected on Firefox.
329
+ - added `noArrow` prop.
330
+ - TextField
331
+ - fixed a bug where providing a boolean value for the `error` prop incorrectly added helper text.
332
+
333
+ ## 0.8.0
334
+
335
+ ###### Tue, 19 Nov 2019
336
+
337
+ - Box
338
+ - added Box base component.
339
+ - Checkbox
340
+ - fixed alignment of label.
341
+ - Flex
342
+ - now composes the Box component.
343
+ - Grid
344
+ - added the Grid component.
345
+ - Stack
346
+ - now composes the Box component.
347
+ - Text
348
+ - now composes the Box component.
349
+
350
+ ## 0.7.2
351
+
352
+ ###### Tue, 19 Nov 2019
353
+
354
+ - Checkbox
355
+ - fixed Checkbox not being exported.
356
+ - adjusted label styling.
357
+ - Select
358
+ - fixed a bug where select element options were showing up as blank in some browsers.
359
+
360
+ ## 0.7.1
361
+
362
+ ###### Mon, 18 Nov 2019
363
+
364
+ > Version 0.7.0 was incorrectly published and does not include all the changes intended. Please use this version instead.
365
+
366
+ ## 0.7.0
367
+
368
+ ###### Mon, 18 Nov 2019
369
+
370
+ > Version 0.7.0 was incorrectly published and does not include all the changes intended. Please use 0.7.1 instead.
371
+
372
+ ##### Components
373
+
374
+ - Elevation
375
+ - now has overflow set to hidden by default.
376
+ - List
377
+ - added List component.
378
+ - RadioGroup
379
+ - fixed RadioGroup not being exported.
380
+ - Text
381
+ - added the `align` prop.
382
+ - TextField
383
+ - notch now has a minimum width to avoid cutting off floating label text.
384
+ - helper text no longer has horizontal padding.
385
+
386
+ ##### Modules
387
+
388
+ - Theme
389
+ - added MyCauseTheme to exports.
390
+
391
+ ## 0.6.0
392
+
393
+ ###### Thu, 14 Nov 2019
394
+
395
+ - TextField
396
+ - **breaking**: replaced the `dense` prop with the `large` prop, the TextField is now dense by default.
397
+ - **breaking**: removed the `outlined` prop, all TextFields are outlined now and the (old) default style can no longer be used.
398
+ - Select
399
+ - **breaking**: replaced the `dense` prop with the `large` prop, the TextField is now dense by default.
400
+ - **breaking**: removed the `outlined` prop, the default style can no longer be used.
401
+ - added a `helperText` prop similar to that of TextField.
402
+ - SelectHelperText
403
+ - added SelectHelperText component.
404
+
405
+ ## 0.5.1
406
+
407
+ ###### Thu, 14 Nov 2019
408
+
409
+ - Navigation
410
+ - fixed user menu submenus not being closable.
411
+ - Radio
412
+ - fixed bug where radio id would not be updated when the name or value is updated.
413
+
414
+ ## 0.5.0
415
+
416
+ ###### Thu, 14 Nov 2019
417
+
418
+ - Radio
419
+ - added Radio component.
420
+ - RadioGroup
421
+ - added RadioGroup component.
422
+ - Switch
423
+ - added Switch component.
424
+ - Navigation
425
+ - **breaking**: the `sticky` prop has been renamed to `isSticky`.
426
+ - **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.
427
+ - the `onSearch` prop is now optional, and hides search when not provided.
428
+ - the `onLogin` prop is now optional, and hides the login button when not provided.
429
+ - added new prop `isCompactHeight` which makes the navbar a restricted height on all screen sizes.
430
+
431
+ ## 0.4.4
432
+
433
+ ###### Wed, 13 Nov 2019
434
+
435
+ - TextAvatar
436
+ - fixed a bug where certain names would cause an error.
437
+
438
+ ## 0.4.3
439
+
440
+ ###### Thu, 7 Nov 2019
441
+
442
+ - TextField
443
+ - helper text now uses theme brand font.
444
+ - fix issues with textarea mode's appearance.
445
+
446
+ ## 0.4.2
447
+
448
+ ###### Thu, 7 Nov 2019
449
+
450
+ - Navigation
451
+ - fixed bug where non-sticky menu has incorrect positioning on mobile
452
+
453
+ ## 0.4.1
454
+
455
+ ###### Wed, 6 Nov 2019
456
+
457
+ Patch
458
+
459
+ ## 0.4.0
460
+
461
+ ###### Wed, 6 Nov 2019
462
+
463
+ ##### Components
464
+
465
+ - Checkbox
466
+ - added Checkbox component.
467
+ - Navigation
468
+ - Use buttons for actions instead of anchors in Navigation.
469
+
470
+ ## 0.3.0
471
+
472
+ ###### Fri, 1 Nov 2019
473
+
474
+ ##### Components
475
+
476
+ - Elevation
477
+ - added Elevation component.
478
+ - Navigation
479
+ - added submenu items to the user menu.
480
+ - cta prop is now optional.
481
+ - Statistics
482
+ - **breaking**: renamed from MyCauseStatistics to Statistics
483
+ - design improvements.
484
+ - **breaking**: now forwards props to the root element.
485
+ - **breaking**: no longer hides itself on small screens.
486
+
487
+ ## 0.2.0
488
+
489
+ ###### Fri, 25 Oct 2019
490
+
491
+ ##### Components
492
+
493
+ - Chips
494
+ - added Chips component.
495
+ - InputChips
496
+ - added InputChips component.
497
+ - IconButtonGroup
498
+ - added IconButtonGroup component.
499
+ - ComboField
500
+ - added ComboField component.
501
+ - ComboFieldExpander
502
+ - added ComboFieldExpander component.
503
+ - Flex
504
+ - added Flex component.
505
+ - Stack
506
+ - now composes the Flex component.
507
+ - **breaking**: replaced `vertical` and `horizontal` props with the `direction` prop from Flex.
508
+ - Navigation
509
+ - the user menu now opens/closes on hover in addition to the anchor being pressed.
510
+ - the user menu now changes to a full width style on mobile.
511
+
512
+ ## 0.1.0
513
+
514
+ ###### Mon, 21 Oct 2019
515
+
516
+ First release.
517
+
518
+ ##### Components
519
+
520
+ - BoldAnchor
521
+ - added analyticsId prop.
522
+ - Button
523
+ - outlined button now turns solid on hover.
524
+ - added the analyticsId prop.
525
+ - Navigation
526
+ - created.
527
+ - Select
528
+ - now forwards a ref to the underlying select element.
529
+ - Stack
530
+ - added Stack component.
531
+ - Text
532
+ - added Text component.
533
+ - Tab
534
+ - ripple colour changed from static theme color to grey.
535
+ - added the analyticsId prop
536
+
537
+ ##### Stylesheets
538
+
539
+ - reset.css
540
+ - default font and box sizing are now only applied to `html` instead of both `html` and `body`.
541
+
542
+ ##### Modules
543
+
544
+ - Theme
545
+ - added `muted` and `inactive` colors.
546
+ - ThemeProvider now sets the font of `body` to the default typography font.
547
+ - Utils
548
+ - Browser: no longer makes unguarded accesses to `window`.
549
+
550
+ ## 0.0.0 (Never released)
551
+
552
+ ###### Mon, 7 Oct 2019
4
553
 
5
554
  Welcome to the start of the `@mycause/ui` project.
6
555
 
package/README.md CHANGED
@@ -174,6 +174,15 @@ To manually publish the package locally, use the following command:
174
174
  npm publish --access public
175
175
  ```
176
176
 
177
+ ---
178
+
179
+ Using git commands
180
+
181
+ ```
182
+ git tag <version>
183
+ git push origin <version>
184
+ ```
185
+
177
186
  ### Publishing an unstable version
178
187
 
179
188
  Use the following commands to publish an unstable version. These versions are tagged with the version number `0.0.0-cHASH` where `HASH` is the abbreviated git commit hash. These should only be used for internal development purposes.
@@ -181,6 +190,7 @@ Use the following commands to publish an unstable version. These versions are ta
181
190
  The version `0.0.0` indicates that these releases have no stability guarantees and do not necessarily have any relationship with other versions.
182
191
 
183
192
  ```
193
+ yarn build
184
194
  npm version 0.0.0-c$(git rev-parse --short HEAD) --git-tag-version=false
185
195
  npm pack
186
196
  npm publish mycause-ui-0.0.0-c$(git rev-parse --short HEAD).tgz --access public
@@ -4,5 +4,5 @@ export interface AnchorProps extends Omit<React.HTMLProps<HTMLAnchorElement>, "c
4
4
  color?: ColorSpecifier;
5
5
  invert?: boolean;
6
6
  }
7
- declare const Anchor: React.ForwardRefExoticComponent<Pick<AnchorProps, "max" | "required" | "low" | "high" | "disabled" | "default" | "start" | "open" | "media" | "hidden" | "cite" | "data" | "dir" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "async" | "defer" | "manifest" | "color" | "content" | "size" | "wrap" | "invert" | "multiple" | "key" | "children" | "list" | "step" | "value" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "name" | "nonce" | "noValidate" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "target" | "type" | "useMap" | "width" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "spellCheck" | "tabIndex" | "inputMode" | "is" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLAnchorElement>>;
7
+ declare const Anchor: React.ForwardRefExoticComponent<Pick<AnchorProps, "max" | "required" | "low" | "high" | "disabled" | "default" | "start" | "open" | "media" | "hidden" | "cite" | "data" | "dir" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "async" | "defer" | "manifest" | "color" | "content" | "size" | "wrap" | "invert" | "multiple" | "key" | "children" | "list" | "step" | "value" | "muted" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "method" | "min" | "minLength" | "name" | "nonce" | "noValidate" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "target" | "type" | "useMap" | "width" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLAnchorElement>>;
8
8
  export default Anchor;
@@ -3,7 +3,7 @@ import CenterDecorator from "../../utils/center-decorator";
3
3
  declare const _default: {
4
4
  title: string;
5
5
  decorators: (typeof CenterDecorator)[];
6
- component: React.ForwardRefExoticComponent<Pick<import("./anchor").AnchorProps, "max" | "required" | "low" | "high" | "disabled" | "default" | "start" | "open" | "media" | "hidden" | "cite" | "data" | "dir" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "async" | "defer" | "manifest" | "color" | "content" | "size" | "wrap" | "invert" | "multiple" | "key" | "children" | "list" | "step" | "value" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "method" | "min" | "minLength" | "muted" | "name" | "nonce" | "noValidate" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "target" | "type" | "useMap" | "width" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "spellCheck" | "tabIndex" | "inputMode" | "is" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLAnchorElement>>;
6
+ component: React.ForwardRefExoticComponent<Pick<import("./anchor").AnchorProps, "max" | "required" | "low" | "high" | "disabled" | "default" | "start" | "open" | "media" | "hidden" | "cite" | "data" | "dir" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "async" | "defer" | "manifest" | "color" | "content" | "size" | "wrap" | "invert" | "multiple" | "key" | "children" | "list" | "step" | "value" | "muted" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "alt" | "as" | "autoComplete" | "autoFocus" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "checked" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "download" | "encType" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "frameBorder" | "headers" | "height" | "href" | "hrefLang" | "htmlFor" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "kind" | "loop" | "marginHeight" | "marginWidth" | "maxLength" | "mediaGroup" | "method" | "min" | "minLength" | "name" | "nonce" | "noValidate" | "optimum" | "placeholder" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "src" | "srcDoc" | "srcLang" | "srcSet" | "target" | "type" | "useMap" | "width" | "wmode" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<HTMLAnchorElement>>;
7
7
  };
8
8
  export default _default;
9
9
  export declare const anchor: {