@rocket.chat/fuselage 0.6.3-dev.32 → 0.6.3-dev.323

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 (128) hide show
  1. package/README.md +111 -20
  2. package/dist/components/Accordion/index.d.ts +13 -0
  3. package/dist/components/AutoComplete/index.d.ts +18 -0
  4. package/dist/components/Avatar/index.d.ts +28 -0
  5. package/dist/components/Badge/index.d.ts +11 -0
  6. package/dist/components/Banner/index.d.ts +15 -0
  7. package/dist/components/Box/AnimatedVisibility/AnimatedVisibility.d.ts +16 -0
  8. package/dist/components/Box/AnimatedVisibility/index.d.ts +2 -0
  9. package/dist/components/Box/AnimatedVisibility/index.d.ts.map +1 -0
  10. package/dist/components/Box/BoxTransforms.d.ts +5 -0
  11. package/dist/components/Box/BoxTransforms.d.ts.map +1 -0
  12. package/dist/components/Box/Position/Position.d.ts +14 -0
  13. package/dist/components/Box/Position/PositionAnimated.d.ts +11 -0
  14. package/dist/components/Box/Position/index.d.ts +3 -0
  15. package/dist/components/Box/Position/index.d.ts.map +1 -0
  16. package/dist/components/Box/Scrollable/index.d.ts +9 -0
  17. package/dist/components/Box/index.d.ts +153 -0
  18. package/dist/components/Button/index.d.ts +26 -0
  19. package/dist/components/ButtonGroup/index.d.ts +13 -0
  20. package/dist/components/Callout/index.d.ts +8 -0
  21. package/dist/components/CheckBox/index.d.ts +8 -0
  22. package/dist/components/Chevron/index.d.ts +12 -0
  23. package/dist/components/Chip/index.d.ts +8 -0
  24. package/dist/components/Divider/index.d.ts +6 -0
  25. package/dist/components/Divider/index.d.ts.map +1 -0
  26. package/dist/components/EmailInput/index.d.ts +9 -0
  27. package/dist/components/Field/index.d.ts +18 -0
  28. package/dist/components/FieldGroup/index.d.ts +6 -0
  29. package/dist/components/Grid/index.d.ts +15 -0
  30. package/dist/components/Icon/index.d.ts +8 -0
  31. package/dist/components/InputBox/index.d.ts +40 -0
  32. package/dist/components/Margins/index.d.ts +20 -0
  33. package/dist/components/Menu/index.d.ts +20 -0
  34. package/dist/components/Message/Divider/index.d.ts +6 -0
  35. package/dist/components/Message/Divider/index.d.ts.map +1 -0
  36. package/dist/components/Message/Message.d.ts +15 -0
  37. package/dist/components/Message/Message.d.ts.map +1 -0
  38. package/dist/components/Message/Metrics/index.d.ts +22 -0
  39. package/dist/components/Message/Metrics/index.d.ts.map +1 -0
  40. package/dist/components/Message/Reactions/index.d.ts +14 -0
  41. package/dist/components/Message/Reactions/index.d.ts.map +1 -0
  42. package/dist/components/Message/ThreadMessage/index.d.ts +13 -0
  43. package/dist/components/Message/ThreadMessage/index.d.ts.map +1 -0
  44. package/dist/components/Message/Toolbox/index.d.ts +11 -0
  45. package/dist/components/Message/Toolbox/index.d.ts.map +1 -0
  46. package/dist/components/Message/index.d.ts +3 -0
  47. package/dist/components/Message/index.d.ts.map +1 -0
  48. package/dist/components/Modal/index.d.ts +22 -0
  49. package/dist/components/MultiSelect/index.d.ts +15 -0
  50. package/dist/components/NumberInput/index.d.ts +6 -0
  51. package/dist/components/Options/Option/index.d.ts +16 -0
  52. package/dist/components/Options/index.d.ts +16 -0
  53. package/dist/components/Pagination/index.d.ts +24 -0
  54. package/dist/components/PasswordInput/PasswordInput.d.ts +6 -0
  55. package/dist/components/PasswordInput/PasswordInput.d.ts.map +1 -0
  56. package/dist/components/PasswordInput/PasswordInput.spec.d.ts +2 -0
  57. package/dist/components/PasswordInput/PasswordInput.spec.d.ts.map +1 -0
  58. package/dist/components/PasswordInput/index.d.ts +2 -0
  59. package/dist/components/PasswordInput/index.d.ts.map +1 -0
  60. package/dist/components/ProgressBar/index.d.ts +129 -0
  61. package/dist/components/ProgressBar/index.d.ts.map +1 -0
  62. package/dist/components/ProgressBar/spec.d.ts +2 -0
  63. package/dist/components/ProgressBar/spec.d.ts.map +1 -0
  64. package/dist/components/RadioButton/index.d.ts +6 -0
  65. package/dist/components/SearchInput/index.d.ts +9 -0
  66. package/dist/components/Select/index.d.ts +15 -0
  67. package/dist/components/SelectPaginated/hugeList.d.ts +5 -0
  68. package/dist/components/SelectPaginated/hugeList.d.ts.map +1 -0
  69. package/dist/components/Sidebar/index.d.ts +40 -0
  70. package/dist/components/Skeleton/index.d.ts +8 -0
  71. package/dist/components/StatusBullet/index.d.ts +7 -0
  72. package/dist/components/Table/index.d.ts +24 -0
  73. package/dist/components/Tabs/index.d.ts +15 -0
  74. package/dist/components/Tag/index.d.ts +9 -0
  75. package/dist/components/TextAreaInput/index.d.ts +6 -0
  76. package/dist/components/TextInput/index.d.ts +9 -0
  77. package/dist/components/Throbber/index.d.ts +11 -0
  78. package/dist/components/Tile/Tile.d.ts +8 -0
  79. package/dist/components/Tile/Tile.d.ts.map +1 -0
  80. package/dist/components/Tile/Tile.spec.d.ts +2 -0
  81. package/dist/components/Tile/Tile.spec.d.ts.map +1 -0
  82. package/dist/components/Tile/index.d.ts +2 -0
  83. package/dist/components/Tile/index.d.ts.map +1 -0
  84. package/dist/components/ToggleSwitch/index.d.ts +6 -0
  85. package/dist/components/Tooltip/Tooltip.d.ts +126 -0
  86. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
  87. package/dist/components/Tooltip/Tooltip.spec.d.ts +2 -0
  88. package/dist/components/Tooltip/Tooltip.spec.d.ts.map +1 -0
  89. package/dist/components/Tooltip/index.d.ts +2 -0
  90. package/dist/components/Tooltip/index.d.ts.map +1 -0
  91. package/dist/components/UrlInput/UrlInput.d.ts +6 -0
  92. package/dist/components/UrlInput/UrlInput.d.ts.map +1 -0
  93. package/dist/components/UrlInput/UrlInput.spec.d.ts +2 -0
  94. package/dist/components/UrlInput/UrlInput.spec.d.ts.map +1 -0
  95. package/dist/components/UrlInput/index.d.ts +2 -0
  96. package/dist/components/UrlInput/index.d.ts.map +1 -0
  97. package/dist/components/index.d.ts +51 -0
  98. package/dist/components/index.d.ts.map +1 -0
  99. package/dist/fuselage.development.js +12963 -9187
  100. package/dist/fuselage.development.js.map +1 -1
  101. package/dist/fuselage.production.js +2 -1
  102. package/dist/fuselage.production.js.LICENSE.txt +8 -0
  103. package/dist/helpers/appendClassName.d.ts +2 -0
  104. package/dist/helpers/appendClassName.d.ts.map +1 -0
  105. package/dist/helpers/composeClassNames.d.ts +2 -0
  106. package/dist/helpers/composeClassNames.d.ts.map +1 -0
  107. package/dist/helpers/createPropType.d.ts +3 -0
  108. package/dist/helpers/createPropType.d.ts.map +1 -0
  109. package/dist/helpers/flattenChildren.d.ts +2 -0
  110. package/dist/helpers/flattenChildren.d.ts.map +1 -0
  111. package/dist/helpers/fromCamelToKebab.d.ts +2 -0
  112. package/dist/helpers/fromCamelToKebab.d.ts.map +1 -0
  113. package/dist/helpers/patchChildren.d.ts +3 -0
  114. package/dist/helpers/patchChildren.d.ts.map +1 -0
  115. package/dist/helpers/prependClassName.d.ts +2 -0
  116. package/dist/helpers/prependClassName.d.ts.map +1 -0
  117. package/dist/helpers/shallowEqual.d.ts +2 -0
  118. package/dist/helpers/shallowEqual.d.ts.map +1 -0
  119. package/dist/hooks/useStyle.d.ts +3 -0
  120. package/dist/hooks/useStyle.d.ts.map +1 -0
  121. package/dist/hooks/useStyleSheet.d.ts +5 -0
  122. package/dist/hooks/useStyleSheet.d.ts.map +1 -0
  123. package/dist/index.d.ts +3 -0
  124. package/dist/index.d.ts.map +1 -0
  125. package/dist/styleTokens.d.ts +15 -0
  126. package/dist/styleTokens.d.ts.map +1 -0
  127. package/package.json +107 -81
  128. package/CHANGELOG.md +0 -531
package/CHANGELOG.md DELETED
@@ -1,531 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [0.8.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.7.1...v0.8.0) (2020-04-22)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * Add missing Box prop types ([#204](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/204)) ([5ab9f6a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/5ab9f6a001738ae6eedd9f593ff52ac58f23a4df))
12
- * Badge and Tag rendering a span ([#208](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/208)) ([d8a5ed2](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/d8a5ed2a1afaa9e58bea307dab7d42b1593bab2b))
13
- * Center Throbber circles ([#198](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/198)) ([be0aa60](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/be0aa603e209c96029d2232ad7d2b79c13ba628d))
14
- * Selection button props split between container and input elements ([#207](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/207)) ([19cc1df](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/19cc1dfc9d58a539f6bb6b98e67c933378e07bfd))
15
- * Update Callout to allow empty children ([#200](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/200)) ([58bdc4e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/58bdc4ecdab445709b62e16917b922eeebb74d98))
16
-
17
-
18
- ### Features
19
-
20
- * Refactor static styles ([#201](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/201)) ([e1bdc65](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e1bdc655a0dfe0f88261d3fab84c2e42c2ad581e))
21
-
22
-
23
-
24
-
25
-
26
- ## [0.7.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.7.0...v0.7.1) (2020-04-01)
27
-
28
- **Note:** Version bump only for package @rocket.chat/fuselage
29
-
30
-
31
-
32
-
33
-
34
- # [0.7.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.6.2...v0.7.0) (2020-04-01)
35
-
36
-
37
- ### Bug Fixes
38
-
39
- * Padding props ([#187](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/187)) ([ef1d4e3](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/ef1d4e3e65ffdc131f3c3ba52a196d42b2dd400f))
40
-
41
-
42
- ### Features
43
-
44
- * Custom prop types and more props to Box ([#181](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/181)) ([119e815](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/119e815ac9a0b85c1649c53bab62390b25aae4b3))
45
-
46
-
47
-
48
-
49
-
50
- ## [0.6.2](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.6.1...v0.6.2) (2020-03-31)
51
-
52
-
53
- ### Bug Fixes
54
-
55
- * Table padding, hover status ([#185](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/185)) ([70138bc](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/70138bcc258a3112dc3264562cddb90d05b95859))
56
-
57
-
58
-
59
-
60
-
61
- ## [0.6.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.6.0...v0.6.1) (2020-03-24)
62
-
63
-
64
- ### Bug Fixes
65
-
66
- * outline input and Select text wrapping ([#177](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/177)) ([4168cf2](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4168cf265cac67dbabd7defb9545a03485c26ac2))
67
- * Select placeholder and story ([#179](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/179)) ([e05e926](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e05e926c82e92f5abcf0a64fb1f7d52ac834e33a))
68
-
69
-
70
- ### Reverts
71
-
72
- * Revert "chore: Refactor button, add missing variants. (#120)" (#178) ([e3d7d7d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e3d7d7d14212c852d5a587accc65e9402504f6fb)), closes [#120](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/120) [#178](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/178)
73
-
74
-
75
-
76
-
77
-
78
- # [0.6.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.5.0...v0.6.0) (2020-03-20)
79
-
80
-
81
- ### Bug Fixes
82
-
83
- * Improve tag/badge style ([#173](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/173)) ([50a074b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/50a074bc53bfdfa86e643b1d408d73ac7f32af0a))
84
-
85
-
86
- ### Features
87
-
88
- * add stack avatar ([#174](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/174)) ([406554b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/406554b7a31d96b60133126c649a6857c0471c08))
89
-
90
-
91
-
92
-
93
-
94
- # [0.5.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.4.1...v0.5.0) (2020-03-20)
95
-
96
-
97
- ### Bug Fixes
98
-
99
- * Empty space before SelectFiltered placeholder ([#171](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/171)) ([26ab2b5](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/26ab2b5788482b5be3604a52a0dfe48e56cb9166))
100
-
101
-
102
- ### Features
103
-
104
- * Focus visible ([#165](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/165)) ([0801f28](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0801f280b159f9b2d500fc3de57eb422a8b13e5e))
105
- * Tags and Badges ([#167](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/167)) ([b739cde](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b739cdec895800fc478b86cd8ed0261453d3e490))
106
- * Tooltip component ([#121](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/121)) ([374c279](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/374c2797c4b7d7fb6fe894780b98a88a971e7db7))
107
-
108
-
109
-
110
-
111
-
112
- ## [0.4.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.4.0...v0.4.1) (2020-03-16)
113
-
114
-
115
- ### Bug Fixes
116
-
117
- * Build [@rocket](https://github.com/rocket).chat/css-in-js as ES module ([#166](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/166)) ([910c85c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/910c85c9ca7a65b8dc53e9d137cdc7b3f17e3410))
118
- * filteredOptions for options ([#169](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/169)) ([8cb685f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8cb685ff477a6eeb00d7db1efda09c02eb1794f8))
119
- * Select arrow position for empty selects ([#157](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/157)) ([4ef17e0](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4ef17e0599aa4afc6219215321609fb837fb1f4b))
120
-
121
-
122
-
123
-
124
-
125
- # [0.4.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.3.0...v0.4.0) (2020-03-10)
126
-
127
-
128
- ### Bug Fixes
129
-
130
- * Changed accordion item title proptype ([#151](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/151)) ([b80647c](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b80647c9c3502fb2eed51204d4878b3acecf6f0c))
131
- * Display name and prop types of Throbber component ([#148](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/148)) ([cd0122b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/cd0122be08fa3d4ddf550f02a12153ede3678e14))
132
-
133
-
134
- ### Features
135
-
136
- * Added callback prop for scroll position ([#155](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/155)) ([bb61e34](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/bb61e3465daafcc5295b80254e81a12e8df34847))
137
-
138
-
139
- ### Performance Improvements
140
-
141
- * Avoid re-renders due to PropsContext ([#154](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/154)) ([da88341](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/da88341ffc26f3e828afe90e22c8d69a21bc2b1c))
142
-
143
-
144
-
145
-
146
-
147
- # [0.3.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0...v0.3.0) (2020-02-17)
148
-
149
-
150
- ### Features
151
-
152
- * Loading Component ([#147](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/147)) ([8d4e9df](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8d4e9df810d725a80be3652ba4f851f896fc6f64))
153
-
154
-
155
-
156
-
157
-
158
- # [0.2.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.30...v0.2.0) (2020-02-13)
159
-
160
- **Note:** Version bump only for package @rocket.chat/fuselage
161
-
162
-
163
-
164
-
165
-
166
- # [0.2.0-alpha.30](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.29...v0.2.0-alpha.30) (2020-02-12)
167
-
168
-
169
- ### Bug Fixes
170
-
171
- * Safari not triggering buttons anchors ([#146](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/146)) ([2cb5aaa](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2cb5aaaf4c71e277a0a8ea556a8b9efbb3e58620))
172
-
173
-
174
-
175
-
176
-
177
- # [0.2.0-alpha.29](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.28...v0.2.0-alpha.29) (2020-02-10)
178
-
179
- **Note:** Version bump only for package @rocket.chat/fuselage
180
-
181
-
182
-
183
-
184
-
185
- # [0.2.0-alpha.28](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.27...v0.2.0-alpha.28) (2020-02-10)
186
-
187
-
188
- ### Bug Fixes
189
-
190
- * placeholder transition ([#144](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/144)) ([4ce91d1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4ce91d179ece15d9014b93eb878b644e79850f56))
191
-
192
-
193
-
194
-
195
-
196
- # [0.2.0-alpha.26](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.25...v0.2.0-alpha.26) (2020-02-10)
197
-
198
-
199
- ### Bug Fixes
200
-
201
- * Select autofocus ([#141](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/141)) ([25849ee](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/25849eed55e4edbf26f54ae4a72c71c1d528e850))
202
-
203
-
204
-
205
-
206
-
207
- # [0.2.0-alpha.25](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.24...v0.2.0-alpha.25) (2020-02-10)
208
-
209
- **Note:** Version bump only for package @rocket.chat/fuselage
210
-
211
-
212
-
213
-
214
-
215
- # [0.2.0-alpha.24](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.23...v0.2.0-alpha.24) (2020-02-09)
216
-
217
- **Note:** Version bump only for package @rocket.chat/fuselage
218
-
219
-
220
-
221
-
222
-
223
- # [0.2.0-alpha.23](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.22...v0.2.0-alpha.23) (2020-02-07)
224
-
225
- **Note:** Version bump only for package @rocket.chat/fuselage
226
-
227
-
228
-
229
-
230
-
231
- # [0.2.0-alpha.22](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.21...v0.2.0-alpha.22) (2020-02-07)
232
-
233
-
234
- ### Bug Fixes
235
-
236
- * Select/MultiSelect focus submitting form ([#134](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/134)) ([630e622](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/630e622d8535fcaa06a8a736c6e0d273b450b739))
237
- * UIKit stopPropagation ([#137](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/137)) ([86939ea](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/86939eaae182d6554879468745780d83bc977b9e))
238
-
239
-
240
-
241
-
242
-
243
- # [0.2.0-alpha.21](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.20...v0.2.0-alpha.21) (2020-02-05)
244
-
245
- **Note:** Version bump only for package @rocket.chat/fuselage
246
-
247
-
248
-
249
-
250
-
251
- # [0.2.0-alpha.20](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.19...v0.2.0-alpha.20) (2020-02-01)
252
-
253
-
254
- ### Bug Fixes
255
-
256
- * Modal background ([#126](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/126)) ([10b7202](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/10b72027cbb72d595d9aab8ffd37471eb7b8dac1))
257
- * Modal's margins and AnimatedVisibility initial state ([#128](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/128)) ([4357f82](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/4357f82250cad21a72b9a3332c0a31f4874e302a))
258
- * Remove visibilty on transition ([#129](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/129)) ([90c5301](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/90c5301a0067d00c73a249ca2c9d45206cb7ac05))
259
-
260
-
261
-
262
-
263
-
264
- # [0.2.0-alpha.19](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.18...v0.2.0-alpha.19) (2020-01-13)
265
-
266
-
267
- ### Bug Fixes
268
-
269
- * InputBox sizing ([#124](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/124)) ([eb82e74](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/eb82e74784bf67655e07be4443672ed2e5a38728))
270
- * Position of inputs on selection buttons ([#123](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/123)) ([e446c89](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e446c89d3a0c80e01266c373242d1197ba2950dc))
271
-
272
-
273
- ### Features
274
-
275
- * Position, Modal, Options components ([#116](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/116)) ([af1916a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/af1916a22c677939adda04fe417dafe406292762)), closes [#117](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/117)
276
-
277
-
278
-
279
-
280
-
281
- # [0.2.0-alpha.18](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.17...v0.2.0-alpha.18) (2019-12-31)
282
-
283
-
284
- ### Bug Fixes
285
-
286
- * Grid gutter ([#104](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/104)) ([8e7b5e4](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8e7b5e41a0a6ac0be208e5c21b686cad5249ad19))
287
- * Update Callout margins; allow Callout without title ([#106](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/106)) ([984a76f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/984a76fda49bda82c363e9d945000a60f41f1046))
288
-
289
-
290
- ### Features
291
-
292
- * Pagination component ([#103](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/103)) ([56fe9cf](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/56fe9cf0bf2e77ead4bff74a76e0b7b7fb9368f6))
293
- * UI Kit ([#95](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/95)) ([6d4162b](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/6d4162bb8c121b1e89f8c818e7106bce49f09c27)), closes [#94](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/94) [#109](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/109) [#108](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/108) [#111](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/111)
294
-
295
-
296
-
297
-
298
-
299
- # [0.2.0-alpha.17](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.16...v0.2.0-alpha.17) (2019-12-04)
300
-
301
-
302
- ### Bug Fixes
303
-
304
- * Remove FieldGroup minimum width ([#93](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/93)) ([e116296](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e116296f1f7e7ae6d4a7b761bdc2cac529d28854))
305
-
306
-
307
- ### Features
308
-
309
- * Add prototype of Tabs component ([#101](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/101)) ([38ad447](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/38ad447fbf4e9207025d8756a95fce174b56868c))
310
- * Cascading styles ([#97](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/97)) ([b21cd54](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b21cd54478b6fca4190c25c3ab99beb77cdec67d))
311
- * Flex components ([#99](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/99)) ([948d0ea](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/948d0ea801b59751fa06f2c2fb25c84d172b73c7))
312
- * Grid ([#100](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/100)) ([baca6bf](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/baca6bf1c46742efc0171b1825918f4c907d036c))
313
- * Level component ([#102](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/102)) ([2abd0d9](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2abd0d9547528de3dd9e2f8c539966faf9a9da2d))
314
- * Scrollable ([#98](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/98)) ([2eecec6](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2eecec6c53c198fd16ff1fa089aa98974ecb2816))
315
-
316
-
317
-
318
-
319
-
320
- # [0.2.0-alpha.16](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.15...v0.2.0-alpha.16) (2019-11-12)
321
-
322
-
323
- ### Bug Fixes
324
-
325
- * Miscellaneous issues ([#90](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/90)) ([8e6e89a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/8e6e89a43bdacf3626bf85599aecb370d615420d))
326
-
327
-
328
-
329
-
330
-
331
- # [0.2.0-alpha.15](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.14...v0.2.0-alpha.15) (2019-11-05)
332
-
333
-
334
- ### Bug Fixes
335
-
336
- * Performance issues in development environment ([#89](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/89)) ([a95931d](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a95931d91832e242a178936fdb6593cb5d317837))
337
-
338
-
339
-
340
-
341
-
342
- # [0.2.0-alpha.14](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.13...v0.2.0-alpha.14) (2019-10-28)
343
-
344
-
345
- ### Features
346
-
347
- * Tile component ([#85](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/85)) ([a22d21f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/a22d21fbf79feecb8cb2440cd8e32523a5109d8b))
348
-
349
-
350
-
351
-
352
-
353
- # [0.2.0-alpha.13](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.12...v0.2.0-alpha.13) (2019-10-25)
354
-
355
- **Note:** Version bump only for package @rocket.chat/fuselage
356
-
357
-
358
-
359
-
360
-
361
- # [0.2.0-alpha.12](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.11...v0.2.0-alpha.12) (2019-10-24)
362
-
363
-
364
- ### Bug Fixes
365
-
366
- * Accordion.Item accessibility issues ([#78](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/78)) ([2a283c1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2a283c1cef4d6f9738c96b473236d0b52dca1f5e))
367
-
368
-
369
-
370
-
371
-
372
- # [0.2.0-alpha.11](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.10...v0.2.0-alpha.11) (2019-10-22)
373
-
374
-
375
- ### Features
376
-
377
- * Accordion.Item pointer interactions and new variants ([#77](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/77)) ([884d10a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/884d10a071e51e954208671ef3ebc5b11700f36c))
378
-
379
-
380
-
381
-
382
-
383
- # [0.2.0-alpha.10](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.9...v0.2.0-alpha.10) (2019-10-18)
384
-
385
-
386
- ### Bug Fixes
387
-
388
- * InputControl width ([#75](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/75)) ([d0b4e58](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/d0b4e584a6033988930a82e363e1467e86ae8dc6))
389
-
390
-
391
-
392
-
393
-
394
- # [0.2.0-alpha.9](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.8...v0.2.0-alpha.9) (2019-10-17)
395
-
396
-
397
- ### Bug Fixes
398
-
399
- * Bundle errors ([#72](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/72)) ([77f5c12](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/77f5c12e1be3d0e191e0a2cb87a286630064ce46))
400
- * Explicit publish config ([#70](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/70)) ([21f9389](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/21f938991a58544c349e79b4e35284a4e51eb61b))
401
-
402
-
403
- ### Features
404
-
405
- * Accordion component ([#68](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/68)) ([4409518](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/440951854c3760e0dfdf53b5ff1da4a511d55cf4))
406
- * Callout component ([#69](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/69)) ([2bdece1](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2bdece17739397a2ffcb13cd74e70934fb0286be))
407
-
408
-
409
-
410
-
411
-
412
- # [0.2.0-alpha.8](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.7...v0.2.0-alpha.8) (2019-10-16)
413
-
414
- **Note:** Version bump only for package @rocket.chat/fuselage
415
-
416
-
417
-
418
-
419
-
420
- # [0.2.0-alpha.7](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.6...v0.2.0-alpha.7) (2019-10-14)
421
-
422
-
423
- ### Features
424
-
425
- * [@rocket](https://github.com/rocket).chat/fuselage-hooks package ([#65](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/65)) ([7244533](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/724453329d0e42a40cef6793f81fa11b19ddf0fd))
426
- * Form components ([#66](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/66)) ([39e086a](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/39e086ae398556dc445a9f5ebf52b31acddc44cf))
427
-
428
-
429
-
430
-
431
-
432
- # [0.2.0-alpha.6](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.5...v0.2.0-alpha.6) (2019-10-09)
433
-
434
- **Note:** Version bump only for package @rocket.chat/fuselage
435
-
436
-
437
-
438
-
439
-
440
- # [0.2.0-alpha.5](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.4...v0.2.0-alpha.5) (2019-10-02)
441
-
442
-
443
- ### Bug Fixes
444
-
445
- * Allow word wrap in Label ([#61](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/61)) ([7c2f269](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/7c2f269))
446
-
447
-
448
- ### Features
449
-
450
- * New hooks ([#62](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/62)) ([2587ecf](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/2587ecf))
451
-
452
-
453
-
454
-
455
-
456
- # [0.2.0-alpha.4](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.3...v0.2.0-alpha.4) (2019-09-27)
457
-
458
-
459
- ### Bug Fixes
460
-
461
- * Multiple issues ([#60](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/60)) ([62e5620](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/62e5620))
462
-
463
-
464
-
465
-
466
-
467
- # [0.2.0-alpha.3](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.1...v0.2.0-alpha.3) (2019-09-25)
468
-
469
-
470
- ### Bug Fixes
471
-
472
- * Theming and typography ([#56](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/56)) ([7efc77e](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/7efc77e))
473
-
474
-
475
- ### Features
476
-
477
- * Design tokens ([#55](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/55)) ([bb323c0](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/bb323c0))
478
-
479
-
480
-
481
-
482
-
483
- # [0.2.0-alpha.2](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.0...v0.2.0-alpha.2) (2019-08-19)
484
-
485
-
486
- ### Bug Fixes
487
-
488
- * Don't embed the icon font ([#47](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/47)) ([e75bd25](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e75bd25))
489
-
490
-
491
- ### Features
492
-
493
- * Add InputGroup component ([#48](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/48)) ([0830c8f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0830c8f))
494
-
495
-
496
-
497
-
498
-
499
- # [0.2.0-alpha.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.2.0-alpha.0...v0.2.0-alpha.1) (2019-08-16)
500
-
501
-
502
- ### Bug Fixes
503
-
504
- * Don't embed the icon font ([#47](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/47)) ([e75bd25](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e75bd25))
505
-
506
-
507
- ### Features
508
-
509
- * Add InputGroup component ([#48](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/48)) ([0830c8f](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/0830c8f))
510
-
511
-
512
-
513
-
514
-
515
- # [0.2.0-alpha.0](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.1.1-alpha.1...v0.2.0-alpha.0) (2019-08-16)
516
-
517
-
518
- ### Features
519
-
520
- * Add Input component ([#44](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/44)) ([e4a71d4](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/e4a71d4))
521
-
522
-
523
-
524
-
525
-
526
- ## [0.1.1-alpha.1](https://github.com/RocketChat/Rocket.Chat.Fuselage/compare/v0.1.1-alpha.0...v0.1.1-alpha.1) (2019-08-15)
527
-
528
-
529
- ### Bug Fixes
530
-
531
- * Add missing ref support ([#43](https://github.com/RocketChat/Rocket.Chat.Fuselage/issues/43)) ([b62cbfc](https://github.com/RocketChat/Rocket.Chat.Fuselage/commit/b62cbfc))