@northlight/ui 2.0.0 → 2.1.1

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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,1620 @@
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
+ ## [2.1.1](https://github.com/mediatool/northlight/compare/@northlight/ui@2.1.0...@northlight/ui@2.1.1) (2023-08-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **framework:** export useInterval from dnd/utilities ([e3cf78e](https://github.com/mediatool/northlight/commit/e3cf78ebb098914893497a82fcc2dbc7031edcaf))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.1.0](https://github.com/mediatool/northlight/compare/@northlight/ui@2.0.0...@northlight/ui@2.1.0) (2023-08-09)
18
+
19
+
20
+ ### Features
21
+
22
+ * **framework:** add hooks for debounce, interval and loading message ([29e39fd](https://github.com/mediatool/northlight/commit/29e39fdbd737b3b0d56a8b3f6c5695d5e7c8b4fb))
23
+
24
+
25
+
26
+
27
+
28
+ # [2.0.0](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.9...@northlight/ui@2.0.0) (2023-07-04)
29
+
30
+
31
+ * fix(framework)!: do not have internal state in sortable list ([853b5e7](https://github.com/mediatool/northlight/commit/853b5e725eb3acb0cd052947fb31b3f2a47de292))
32
+
33
+
34
+ ### BREAKING CHANGES
35
+
36
+ * Consumer will have to hold the sort state themselves
37
+
38
+
39
+
40
+
41
+
42
+ ## [1.5.9](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.8...@northlight/ui@1.5.9) (2023-07-04)
43
+
44
+
45
+ ### Bug Fixes
46
+
47
+ * **framework:** fix infinite rerender in sorable list ([bed26f1](https://github.com/mediatool/northlight/commit/bed26f1ff739cfd709b8e1118cda21c7d2990ba3))
48
+
49
+
50
+
51
+
52
+
53
+ ## [1.5.8](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.7...@northlight/ui@1.5.8) (2023-06-30)
54
+
55
+ **Note:** Version bump only for package @northlight/ui
56
+
57
+
58
+
59
+
60
+
61
+ ## [1.5.7](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.6...@northlight/ui@1.5.7) (2023-06-28)
62
+
63
+ **Note:** Version bump only for package @northlight/ui
64
+
65
+
66
+
67
+
68
+
69
+ ## [1.5.6](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.5...@northlight/ui@1.5.6) (2023-06-19)
70
+
71
+
72
+ ### Bug Fixes
73
+
74
+ * **components:** make children prop optional in flip button ([7d156c0](https://github.com/mediatool/northlight/commit/7d156c0c37f15a470bf3da9b539726b92254927a))
75
+
76
+
77
+
78
+
79
+
80
+ ## [1.5.5](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.4...@northlight/ui@1.5.5) (2023-05-24)
81
+
82
+
83
+ ### Bug Fixes
84
+
85
+ * **framework:** extends stack props for avatar group ([a949052](https://github.com/mediatool/northlight/commit/a9490528e240d16a741fb14760ab956f1c83fad4))
86
+
87
+
88
+
89
+
90
+
91
+ ## [1.5.4](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.3...@northlight/ui@1.5.4) (2023-05-09)
92
+
93
+
94
+ ### Bug Fixes
95
+
96
+ * this fixes a console error when importing Northlight UI ([b4ed8d6](https://github.com/mediatool/northlight/commit/b4ed8d6a823fd19693fa54ac5594a72f1d085b42))
97
+
98
+
99
+
100
+
101
+
102
+ ## [1.5.3](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.2...@northlight/ui@1.5.3) (2023-04-26)
103
+
104
+
105
+ ### Bug Fixes
106
+
107
+ * remove overflow:scroll on html element ([f720948](https://github.com/mediatool/northlight/commit/f72094830b6e1063263059b8eac13ae9b0075769))
108
+
109
+
110
+
111
+
112
+
113
+ ## [1.5.1](https://github.com/mediatool/northlight/compare/@northlight/ui@1.5.0...@northlight/ui@1.5.1) (2023-04-26)
114
+
115
+
116
+ ### Bug Fixes
117
+
118
+ * **framework:** add type for custom option ([cc6f02b](https://github.com/mediatool/northlight/commit/cc6f02b74a73a304fcebb6a4d4f5bf42da2fb2ac))
119
+ * **framework:** exclude all dependencies from bundle ([6ac5354](https://github.com/mediatool/northlight/commit/6ac5354a2fc4238cfe18c9186c377c36d8b4672d))
120
+ * **framework:** replace wrong import of type ([b120307](https://github.com/mediatool/northlight/commit/b120307c9d462c64abe50cf8a0af42819b6be9b2))
121
+
122
+
123
+
124
+
125
+
126
+ # [1.5.0](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.6...@northlight/ui@1.5.0) (2023-04-11)
127
+
128
+
129
+ ### Bug Fixes
130
+
131
+ * added missing google font ([f0e60f8](https://github.com/mediatool/northlight/commit/f0e60f860e50630d81ab3057bdcf9f9587475204))
132
+ * **framework:** add new borders and shadows into chakra theme ([c358a63](https://github.com/mediatool/northlight/commit/c358a6311f853cb0e2ed881adba16ab9d5662e86))
133
+ * **framework:** quick null check that threw sentry error ([027e9cc](https://github.com/mediatool/northlight/commit/027e9cc7066347d659ba29032510ae0d272a1867))
134
+ * **framework:** update search compnents bar with new tokens ([82b0a9d](https://github.com/mediatool/northlight/commit/82b0a9d7a3e0a11d26bc8b6f609b2848f58c3424))
135
+
136
+
137
+ ### Features
138
+
139
+ * **framework:** useCurrentTheme hook util ([dd472dc](https://github.com/mediatool/northlight/commit/dd472dc6fdd60a57361cdc4c1b473b7c0e81b44a))
140
+
141
+
142
+
143
+
144
+
145
+ ## [1.4.6](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.5...@northlight/ui@1.4.6) (2023-03-23)
146
+
147
+
148
+ ### Bug Fixes
149
+
150
+ * **framework:** fix import path in search bar ([32ebbce](https://github.com/mediatool/northlight/commit/32ebbce8969f6936c391b1a0ae7643a381a5cfab))
151
+
152
+
153
+
154
+
155
+
156
+ ## [1.4.5](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.4...@northlight/ui@1.4.5) (2023-03-23)
157
+
158
+
159
+ ### Bug Fixes
160
+
161
+ * **framework:** fix the debounce of searchbar ([6003751](https://github.com/mediatool/northlight/commit/6003751b11b6f3489a292b4769bdc8cbfffe691a))
162
+
163
+
164
+
165
+
166
+
167
+ ## [1.4.4](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.3...@northlight/ui@1.4.4) (2023-03-22)
168
+
169
+
170
+ ### Bug Fixes
171
+
172
+ * **framework:** fix debounce in searchbar ([e234c38](https://github.com/mediatool/northlight/commit/e234c388cc4467be15963896d60ca04f668dd7fb))
173
+
174
+
175
+
176
+
177
+
178
+ ## [1.4.3](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.2...@northlight/ui@1.4.3) (2023-03-21)
179
+
180
+
181
+ ### Bug Fixes
182
+
183
+ * **framework:** add missing avatar sizes ([ac84578](https://github.com/mediatool/northlight/commit/ac845781a75950e267cd6b77c1a8375cf0ba3c64))
184
+
185
+
186
+
187
+
188
+
189
+ ## [1.4.2](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.1...@northlight/ui@1.4.2) (2023-03-07)
190
+
191
+ **Note:** Version bump only for package @northlight/ui
192
+
193
+
194
+
195
+
196
+
197
+ ## [1.4.1](https://github.com/mediatool/northlight/compare/@northlight/ui@1.4.0...@northlight/ui@1.4.1) (2023-03-06)
198
+
199
+
200
+ ### Bug Fixes
201
+
202
+ * **framework): Revert "chore(framework:** fix dependency types" ([7882a3c](https://github.com/mediatool/northlight/commit/7882a3c2a9e356d803d2eac3f111b82bcab9e182))
203
+ * **framework:** remove absolute imports ([661d429](https://github.com/mediatool/northlight/commit/661d4292e71fb31d1004e56cace02165d1ab8e0d))
204
+
205
+
206
+
207
+
208
+
209
+ # [1.4.0](https://github.com/mediatool/northlight/compare/@northlight/ui@1.3.3...@northlight/ui@1.4.0) (2023-03-04)
210
+
211
+
212
+ ### Features
213
+
214
+ * **framework:** StepStack ([15b474a](https://github.com/mediatool/northlight/commit/15b474a9272463e09682bb44fb9db072026e7ea0))
215
+
216
+
217
+
218
+
219
+
220
+ ## [1.3.3](https://github.com/mediatool/northlight/compare/@northlight/ui@1.3.2...@northlight/ui@1.3.3) (2023-03-01)
221
+
222
+
223
+ ### Bug Fixes
224
+
225
+ * **framework:** Card showing white bg on production in dark mode ([08060ed](https://github.com/mediatool/northlight/commit/08060edf57e3a9a0c807ed888ec99ec16944e8c4))
226
+ * **framework:** date-range picker crashes when set null value ([cbe5c6c](https://github.com/mediatool/northlight/commit/cbe5c6cc31647dc0298765659283f88832fec36b))
227
+ * **framework:** Giants block causing page size issues ([dd8eb75](https://github.com/mediatool/northlight/commit/dd8eb75c5c39c5248817b9153c5299f158a9a652))
228
+
229
+
230
+
231
+
232
+
233
+ ## [1.3.2](https://github.com/mediatool/northlight/compare/@northlight/ui@1.3.1...@northlight/ui@1.3.2) (2023-03-01)
234
+
235
+
236
+ ### Bug Fixes
237
+
238
+ * **framework:** change default textDecoration ([85a6db1](https://github.com/mediatool/northlight/commit/85a6db116d7b1057dae8007ff19c0e76d3e06d3d))
239
+
240
+
241
+
242
+
243
+
244
+ ## [1.3.1](https://github.com/mediatool/northlight/compare/@northlight/ui@1.3.0...@northlight/ui@1.3.1) (2023-02-28)
245
+
246
+
247
+ ### Bug Fixes
248
+
249
+ * **framework:** clicakble types and react router link ([4db679d](https://github.com/mediatool/northlight/commit/4db679da41a08320986d3cda524202abedde2abe))
250
+
251
+
252
+
253
+
254
+
255
+ # [1.3.0](https://github.com/mediatool/northlight/compare/@northlight/ui@1.2.5...@northlight/ui@1.3.0) (2023-02-27)
256
+
257
+
258
+ ### Bug Fixes
259
+
260
+ * **framework:** add the biggest giant of them all ([5ab7050](https://github.com/mediatool/northlight/commit/5ab7050e9b62e5e2d74190008567e377776ca2c4))
261
+ * **framework:** custom OverflowIndicator ([4557c8c](https://github.com/mediatool/northlight/commit/4557c8c5fb9d55b22cadd979dea4d81e7c6a3b2a))
262
+ * **framework:** fix date range picker types ([e8e8079](https://github.com/mediatool/northlight/commit/e8e8079e76fff89aeace0c05b1e019003358b3b8))
263
+ * **framework:** fix scrolling ([92a4f4f](https://github.com/mediatool/northlight/commit/92a4f4f48eb681235c9d8ec03a2e7431a0f3380b))
264
+
265
+
266
+ ### Features
267
+
268
+ * **framework:** addAlpha util ([a4f7772](https://github.com/mediatool/northlight/commit/a4f7772dd0b84cef01bc2ecab1654a5003c958c8))
269
+
270
+
271
+
272
+
273
+
274
+ ## [1.2.5](https://github.com/mediatool/northlight/compare/@northlight/ui@1.2.4...@northlight/ui@1.2.5) (2023-02-23)
275
+
276
+
277
+ ### Bug Fixes
278
+
279
+ * **framework:** access to form context api via ref ([a602437](https://github.com/mediatool/northlight/commit/a60243799746698b4d07941557cbad99edaf80cf))
280
+ * **framework:** customize direction switch and checkbox ([ea875cd](https://github.com/mediatool/northlight/commit/ea875cdad067bf8e3cbcca0a3ba1ba2d935c68af))
281
+ * **framework:** customize width on toolbox ([dc7ff97](https://github.com/mediatool/northlight/commit/dc7ff97ca9bf46deace661af635698cd4522bae5))
282
+ * **framework:** Fixes the card dark mode switching ([0a29231](https://github.com/mediatool/northlight/commit/0a29231308f81beb19370a6a3b477f2822afc3b7))
283
+ * **framework:** Searchbar placeholder updates, favico added ([d3402c4](https://github.com/mediatool/northlight/commit/d3402c41a7fa3e4df35c377e17c5675cfb1f2cbf))
284
+ * **framework:** update toolbox z-index with token value ([6b898a7](https://github.com/mediatool/northlight/commit/6b898a7326d7054422da747d80255182c2ae20bd))
285
+
286
+
287
+
288
+
289
+
290
+ ## [1.2.4](https://github.com/mediatool/northlight/compare/@northlight/ui@1.2.3...@northlight/ui@1.2.4) (2023-02-23)
291
+
292
+ **Note:** Version bump only for package @northlight/ui
293
+
294
+
295
+
296
+
297
+
298
+ ## [1.2.3](https://github.com/mediatool/northlight/compare/@northlight/ui@1.2.1...@northlight/ui@1.2.3) (2023-02-23)
299
+
300
+
301
+ ### Bug Fixes
302
+
303
+ * **framework:** added deps to useEffect, renamed variables ([646d448](https://github.com/mediatool/northlight/commit/646d448689df40f76d60b77fff0cd6c53a703588)), closes [/github.com/mediatool/northlight/pull/3#event-8545068750](https://github.com//github.com/mediatool/northlight/pull/3/issues/event-8545068750)
304
+ * **framework:** fit-content on field comp instrinstic w ([bf67401](https://github.com/mediatool/northlight/commit/bf67401692c7fee2b6775e58225d2dc872e9e622))
305
+ * **framework:** fix z-index in Slide ([8f60723](https://github.com/mediatool/northlight/commit/8f607232a89be861e8ffd8fbdf4c910ae869887c))
306
+ * **framework:** make label prop optional on field ([2737487](https://github.com/mediatool/northlight/commit/2737487fb7490a4cbe5b80ed049eec52c27db62e))
307
+ * **framework:** overflow group responsive issue ([52add7e](https://github.com/mediatool/northlight/commit/52add7e5ebf36164e56d09c821b408cce8f2b6a8))
308
+ * **framework:** random avatar color ([4e403d1](https://github.com/mediatool/northlight/commit/4e403d1642325458aa76ae86bf91197ea8f3af7e))
309
+ * **framework:** remove faulty illustration ([0a7892c](https://github.com/mediatool/northlight/commit/0a7892c3294d7d7699106cb982053c0f6c8801ea))
310
+ * **framework:** Tott theme uhm? -> Dark theme ([670bcb3](https://github.com/mediatool/northlight/commit/670bcb387866790079623f9a502b4ec87d40bbe2))
311
+ * **framework:** use Mediatool date strings on props to components instead of dateValues ([f6424d3](https://github.com/mediatool/northlight/commit/f6424d3e86ccde6ec9996eca0177090fcdddceab))
312
+
313
+
314
+
315
+
316
+
317
+ ## [1.2.2](https://github.com/mediatool/northlight/compare/@northlight/ui@1.2.1...@northlight/ui@1.2.2) (2023-02-23)
318
+
319
+
320
+ ### Bug Fixes
321
+
322
+ * **framework:** added deps to useEffect, renamed variables ([646d448](https://github.com/mediatool/northlight/commit/646d448689df40f76d60b77fff0cd6c53a703588)), closes [/github.com/mediatool/northlight/pull/3#event-8545068750](https://github.com//github.com/mediatool/northlight/pull/3/issues/event-8545068750)
323
+ * **framework:** fit-content on field comp instrinstic w ([bf67401](https://github.com/mediatool/northlight/commit/bf67401692c7fee2b6775e58225d2dc872e9e622))
324
+ * **framework:** fix z-index in Slide ([8f60723](https://github.com/mediatool/northlight/commit/8f607232a89be861e8ffd8fbdf4c910ae869887c))
325
+ * **framework:** make label prop optional on field ([2737487](https://github.com/mediatool/northlight/commit/2737487fb7490a4cbe5b80ed049eec52c27db62e))
326
+ * **framework:** overflow group responsive issue ([52add7e](https://github.com/mediatool/northlight/commit/52add7e5ebf36164e56d09c821b408cce8f2b6a8))
327
+ * **framework:** random avatar color ([4e403d1](https://github.com/mediatool/northlight/commit/4e403d1642325458aa76ae86bf91197ea8f3af7e))
328
+ * **framework:** remove faulty illustration ([0a7892c](https://github.com/mediatool/northlight/commit/0a7892c3294d7d7699106cb982053c0f6c8801ea))
329
+ * **framework:** Tott theme uhm? -> Dark theme ([670bcb3](https://github.com/mediatool/northlight/commit/670bcb387866790079623f9a502b4ec87d40bbe2))
330
+ * **framework:** use Mediatool date strings on props to components instead of dateValues ([f6424d3](https://github.com/mediatool/northlight/commit/f6424d3e86ccde6ec9996eca0177090fcdddceab))
331
+
332
+
333
+
334
+
335
+
336
+ ## [1.2.1](https://github.com/mediatool/northlight/compare/@northlight/ui@1.2.0...@northlight/ui@1.2.1) (2023-02-17)
337
+
338
+
339
+ ### Bug Fixes
340
+
341
+ * **framework:** changed number of decimals to 13 instead of 18 for number input ([3d030b8](https://github.com/mediatool/northlight/commit/3d030b8f4034be639b781cdbd0c32d721cb4396d))
342
+
343
+
344
+
345
+
346
+
347
+ # [1.2.0](https://github.com/mediatool/northlight/compare/@northlight/ui@1.1.0...@northlight/ui@1.2.0) (2023-02-17)
348
+
349
+
350
+ ### Features
351
+
352
+ * **framework:** avatar-group ([89e530a](https://github.com/mediatool/northlight/commit/89e530ad12a3eb5dcd6d99c9598d0d4e124ef101))
353
+ * **framework:** overflow-group ([7bda0d7](https://github.com/mediatool/northlight/commit/7bda0d7ea087566efe1ade62c1727434c51dc3f3))
354
+ * **framework:** tag-group ([030b1d1](https://github.com/mediatool/northlight/commit/030b1d14237665999ac8753566dc42d80ac85b8c))
355
+
356
+
357
+
358
+
359
+
360
+ # [1.1.0](https://github.com/mediatool/northlight/compare/@northlight/ui@1.0.4...@northlight/ui@1.1.0) (2023-02-13)
361
+
362
+
363
+ ### Bug Fixes
364
+
365
+ * **ui:** fix immediate submit ([ffa83de](https://github.com/mediatool/northlight/commit/ffa83de3407a6f83614653173b5a292bd5a5b3cd))
366
+ * **ui:** remove default inline padding ([0a9dc09](https://github.com/mediatool/northlight/commit/0a9dc0983e3e25e32258512e6a57e4c8bc385f65))
367
+ * **ui:** update normal cell styling ([94a20e8](https://github.com/mediatool/northlight/commit/94a20e812f67405da4c899990087b69dffe1b694))
368
+
369
+
370
+ ### Features
371
+
372
+ * **ui:** filled variant ([3b91a4b](https://github.com/mediatool/northlight/commit/3b91a4b26a72a3c2ff15229413270b2df87a475d))
373
+
374
+
375
+
376
+
377
+
378
+ ## [1.0.4](https://github.com/mediatool/northlight/compare/@northlight/ui@1.0.2...@northlight/ui@1.0.4) (2023-02-08)
379
+
380
+ **Note:** Version bump only for package @northlight/ui
381
+
382
+
383
+
384
+
385
+
386
+ ## [1.0.2](https://github.com/mediatool/northlight/compare/@northlight/ui@1.0.2...@northlight/ui@1.0.2) (2023-02-08)
387
+
388
+ **Note:** Version bump only for package @northlight/ui
389
+
390
+
391
+
392
+
393
+
394
+ ## [1.0.2](https://github.com/mediatool/northlight/compare/@northlight/ui@1.0.1...@northlight/ui@1.0.2) (2023-02-08)
395
+
396
+ **Note:** Version bump only for package @northlight/ui
397
+
398
+
399
+
400
+
401
+
402
+ ## [2.23.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.23.1...@mediatool/ui@2.23.2) (2023-02-07)
403
+
404
+
405
+ ### Bug Fixes
406
+
407
+ * **ui:** adding second methods argument to onSubmit callback ([acda3d9](https://github.com/mediatool/mediatool/commit/acda3d9cb78e28c5eaf6fd025859b5c3e3901b36))
408
+ * **ui:** advanced-parse-float ([af397f7](https://github.com/mediatool/mediatool/commit/af397f7d9f8ae963dd27ee453739bc4cefd92bd5))
409
+ * **ui:** remove default percentage input limited range ([95dc304](https://github.com/mediatool/mediatool/commit/95dc304a4ef8a890048e06b14764c6b8666ccd30))
410
+
411
+
412
+
413
+
414
+
415
+ ## [2.23.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.23.0...@mediatool/ui@2.23.1) (2023-02-01)
416
+
417
+
418
+ ### Bug Fixes
419
+
420
+ * **ui:** set initial value to display with percentage factor for number input field ([70537b5](https://github.com/mediatool/mediatool/commit/70537b556e03110d2da26f3fd31c02f0f64a4aa7))
421
+
422
+
423
+
424
+
425
+
426
+ # [2.23.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.22.0...@mediatool/ui@2.23.0) (2023-01-31)
427
+
428
+
429
+ ### Bug Fixes
430
+
431
+ * **ui:** export advancedParseFloat, displayValue ([0e4724d](https://github.com/mediatool/mediatool/commit/0e4724d5ef9f1b5225b5ba065c553c2c73df760b))
432
+
433
+
434
+ ### Features
435
+
436
+ * **ui:** implement input group wrapper ([4458443](https://github.com/mediatool/mediatool/commit/44584433da779f44e8bebafd42c50f86a2a23bf3))
437
+ * **ui:** input group wrapper ([0fbd700](https://github.com/mediatool/mediatool/commit/0fbd70024c7874304d1065f28c468bfdd45883e5))
438
+
439
+
440
+
441
+
442
+
443
+ # [2.22.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.12...@mediatool/ui@2.22.0) (2023-01-29)
444
+
445
+
446
+ ### Features
447
+
448
+ * **ui:** Percentage Input ([07d911f](https://github.com/mediatool/mediatool/commit/07d911f1bac3a88f17941a9fe1409b3ba072e443))
449
+ * **ui:** support for custom tags/options and icon select ([ac448ab](https://github.com/mediatool/mediatool/commit/ac448abe2e2ff5aa2eb15ca0cfcafcb934728371))
450
+
451
+
452
+
453
+
454
+
455
+ ## [2.21.12](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.11...@mediatool/ui@2.21.12) (2023-01-25)
456
+
457
+
458
+ ### Bug Fixes
459
+
460
+ * **ui:** reTrigger validation onSubmit ([fa129ed](https://github.com/mediatool/mediatool/commit/fa129ed7678af071ccfc427be65962aa497994cc))
461
+ * **ui:** typography customizability ([06323f8](https://github.com/mediatool/mediatool/commit/06323f8c42cfbb6c6ab33672b5737f7f9fc9110d))
462
+
463
+
464
+
465
+
466
+
467
+ ## [2.21.11](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.10...@mediatool/ui@2.21.11) (2023-01-24)
468
+
469
+
470
+ ### Bug Fixes
471
+
472
+ * **ui:** search bar adjustments ([c17c656](https://github.com/mediatool/mediatool/commit/c17c656ae20c25e5c49faebed465889c3a85ef49))
473
+
474
+
475
+
476
+
477
+
478
+ ## [2.21.10](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.9...@mediatool/ui@2.21.10) (2023-01-19)
479
+
480
+
481
+ ### Bug Fixes
482
+
483
+ * **ui:** set empty image to null ([fb985c9](https://github.com/mediatool/mediatool/commit/fb985c927441e5c37ab448a61ff4374ba0c5a88b))
484
+ * **ui:** sync up useClipboard hook with value prop ([7481a7e](https://github.com/mediatool/mediatool/commit/7481a7e87d977b2e3d4ef08e6b030a021b9ac611))
485
+
486
+
487
+
488
+
489
+
490
+ ## [2.21.9](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.8...@mediatool/ui@2.21.9) (2023-01-17)
491
+
492
+
493
+ ### Bug Fixes
494
+
495
+ * **ui:** forwar ref on fast grid ([5f14c4c](https://github.com/mediatool/mediatool/commit/5f14c4cba14abbe784927c7327de0e5e4dbf9908))
496
+
497
+
498
+
499
+
500
+
501
+ ## [2.21.8](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.7...@mediatool/ui@2.21.8) (2023-01-17)
502
+
503
+
504
+ ### Bug Fixes
505
+
506
+ * **ui:** generalize fast grid with rest ([09ff145](https://github.com/mediatool/mediatool/commit/09ff1451fe607c47fbf0ea96bcdb7086396b1435))
507
+
508
+
509
+
510
+
511
+
512
+ ## [2.21.7](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.6...@mediatool/ui@2.21.7) (2023-01-10)
513
+
514
+
515
+ ### Bug Fixes
516
+
517
+ * **ui:** date picker yyyy stuck fix ([ec1f650](https://github.com/mediatool/mediatool/commit/ec1f650137d714a05bccdcf3f22ff4fcf48f6eac))
518
+
519
+
520
+
521
+
522
+
523
+ ## [2.21.6](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.5...@mediatool/ui@2.21.6) (2023-01-03)
524
+
525
+
526
+ ### Bug Fixes
527
+
528
+ * **ui:** carousel items alignment prop ([8cd300f](https://github.com/mediatool/mediatool/commit/8cd300f0a3bab1e11997728c1b0ea84c3eefa8d2))
529
+
530
+
531
+
532
+
533
+
534
+ ## [2.21.5](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.4...@mediatool/ui@2.21.5) (2023-01-01)
535
+
536
+
537
+ ### Bug Fixes
538
+
539
+ * **ui:** Date range picker field adjustments ([61e9d3e](https://github.com/mediatool/mediatool/commit/61e9d3e32a1d0eb8e109fe2b0be6f620153af459))
540
+
541
+
542
+
543
+
544
+
545
+ ## [2.21.4](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.3...@mediatool/ui@2.21.4) (2022-12-29)
546
+
547
+
548
+ ### Bug Fixes
549
+
550
+ * **ui:** trimFormValues reference ([34f2e25](https://github.com/mediatool/mediatool/commit/34f2e259145cdef558ea08e62a5c38c87155910a))
551
+
552
+
553
+
554
+
555
+
556
+ ## [2.21.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.2...@mediatool/ui@2.21.3) (2022-12-29)
557
+
558
+
559
+ ### Bug Fixes
560
+
561
+ * **ui:** inherit max width instead of hardcode ([afd7d12](https://github.com/mediatool/mediatool/commit/afd7d12c37f7228bd8f881774d41e324f4e224ba))
562
+
563
+
564
+
565
+
566
+
567
+ ## [2.21.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.1...@mediatool/ui@2.21.2) (2022-12-22)
568
+
569
+
570
+ ### Bug Fixes
571
+
572
+ * **ui:** date picker value validation ([ac53176](https://github.com/mediatool/mediatool/commit/ac53176641596426ee773c420535ecad19706bdc))
573
+
574
+
575
+
576
+
577
+
578
+ ## [2.21.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.0...@mediatool/ui@2.21.1) (2022-12-22)
579
+
580
+
581
+ ### Bug Fixes
582
+
583
+ * **ui:** Added react keys to date range picker quick select ([88d5557](https://github.com/mediatool/mediatool/commit/88d55573d6270710bfd9a2736d40ca6577024b9e))
584
+ * **ui:** consistent font size for date picker ([858727b](https://github.com/mediatool/mediatool/commit/858727bc1edafcd63ef7d1ab0aa83e05f86d531e))
585
+ * **ui:** Date Range Picker Field value string validation ([3b1aa16](https://github.com/mediatool/mediatool/commit/3b1aa164a24424ba20e3ed6645d1ac1ca4c7f894))
586
+ * **ui:** RequiredIndicator only on form lables ([9794126](https://github.com/mediatool/mediatool/commit/97941269e03ee585bee23b8cee2850054db37e75))
587
+
588
+
589
+
590
+
591
+
592
+ # [2.21.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.19.1...@mediatool/ui@2.21.0) (2022-12-21)
593
+
594
+
595
+ ### Bug Fixes
596
+
597
+ * **ui:** Date Range Picker Field value type ([696ba4a](https://github.com/mediatool/mediatool/commit/696ba4a7cb1371d3e0da2be39329ff847569d9ca))
598
+ * **ui:** PR comments ([24d409a](https://github.com/mediatool/mediatool/commit/24d409a091db802210ce18a526ada42cdc5cd4f6))
599
+
600
+
601
+ ### Features
602
+
603
+ * **ui:** generalize flip button ([9805904](https://github.com/mediatool/mediatool/commit/9805904d7c658db6808b7683eb2672ad8f50ae52))
604
+ * **ui:** SearchBarField ([2e876ef](https://github.com/mediatool/mediatool/commit/2e876ef29e2191879d21ef703865edb66fd4766e))
605
+
606
+
607
+
608
+
609
+
610
+ # [2.20.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.19.1...@mediatool/ui@2.20.0) (2022-12-21)
611
+
612
+
613
+ ### Bug Fixes
614
+
615
+ * **ui:** Date Range Picker Field value type ([696ba4a](https://github.com/mediatool/mediatool/commit/696ba4a7cb1371d3e0da2be39329ff847569d9ca))
616
+ * **ui:** PR comments ([24d409a](https://github.com/mediatool/mediatool/commit/24d409a091db802210ce18a526ada42cdc5cd4f6))
617
+
618
+
619
+ ### Features
620
+
621
+ * **ui:** generalize flip button ([9805904](https://github.com/mediatool/mediatool/commit/9805904d7c658db6808b7683eb2672ad8f50ae52))
622
+ * **ui:** SearchBarField ([2e876ef](https://github.com/mediatool/mediatool/commit/2e876ef29e2191879d21ef703865edb66fd4766e))
623
+
624
+
625
+
626
+
627
+
628
+ ## [2.19.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.19.0...@mediatool/ui@2.19.1) (2022-12-20)
629
+
630
+
631
+ ### Bug Fixes
632
+
633
+ * **ui:** Multi file picker fix react key ([f969b87](https://github.com/mediatool/mediatool/commit/f969b87fa55332e97f38876aa54c48cd3ba8c0f7))
634
+ * **ui:** remove checkmark icon ([946d03b](https://github.com/mediatool/mediatool/commit/946d03b139acaddd8d5ffeed541ec2eaf8c099dd))
635
+ * **ui:** trimFormValues unrelated types ([bef5b1a](https://github.com/mediatool/mediatool/commit/bef5b1a86b05d0be5fea7c7686cc96d5040024af))
636
+
637
+
638
+
639
+
640
+
641
+ # [2.19.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.18.0...@mediatool/ui@2.19.0) (2022-12-20)
642
+
643
+
644
+ ### Bug Fixes
645
+
646
+ * **ui:** PR comments ([d224ddb](https://github.com/mediatool/mediatool/commit/d224ddbe4f5d5da1f4b722fb76932a353d8dc0e7))
647
+ * **ui:** split up file ([d32ce48](https://github.com/mediatool/mediatool/commit/d32ce480e7462f884dafa5ca03896cd6c2f72ec9))
648
+ * **ui:** use-select-callbacks onRemove callback ([c534799](https://github.com/mediatool/mediatool/commit/c5347997f7bce96c68dda6305bae4af89cae59c8))
649
+
650
+
651
+ ### Features
652
+
653
+ * **ui:** cott search bar ([39e6b36](https://github.com/mediatool/mediatool/commit/39e6b364b90989f93a1a0a621226b51270b65b8a))
654
+
655
+
656
+
657
+
658
+
659
+ # [2.18.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.17.0...@mediatool/ui@2.18.0) (2022-12-19)
660
+
661
+
662
+ ### Bug Fixes
663
+
664
+ * **ui:** getContrastColor ([e283c53](https://github.com/mediatool/mediatool/commit/e283c53bc3ac1fc0c33b4c86da0336aa82b4ca84))
665
+ * **ui:** Illya PR comments ([969543a](https://github.com/mediatool/mediatool/commit/969543a8ce4ec65c37e3c2d45274b35d9fd14a04))
666
+ * **ui:** isolated logic into hook ([785a4e7](https://github.com/mediatool/mediatool/commit/785a4e7961f00d1f3cd0cb0b1b6128b1cd223334))
667
+ * **ui:** moving files ([ab8c85f](https://github.com/mediatool/mediatool/commit/ab8c85f71cc27d30221ff9b209b5cf92e1ae7764))
668
+ * **ui:** PR comments ([37f2231](https://github.com/mediatool/mediatool/commit/37f2231f4f142cb5e3df60b571c2623884366658))
669
+ * **ui:** PR comments types ([c2e41ee](https://github.com/mediatool/mediatool/commit/c2e41ee85314abf4c884f5367cf25138fb027aae))
670
+ * **ui:** ref and default tag ([5d25ac4](https://github.com/mediatool/mediatool/commit/5d25ac4a4c55cc6da3745a63ff52266bf7928d02))
671
+ * **ui:** types ([b513df7](https://github.com/mediatool/mediatool/commit/b513df7fb1bfe42aa15c4f42b72ec8ba68e28898))
672
+
673
+
674
+ ### Features
675
+
676
+ * **ui:** added util arrayWithLength ([1dbb683](https://github.com/mediatool/mediatool/commit/1dbb68311a8ac6c6ff515e2ed2adda84747a9ac4))
677
+ * **ui:** Date Range picker ([7d6f5fd](https://github.com/mediatool/mediatool/commit/7d6f5fd66021610ad1aa158907c8a866c2a9a251))
678
+ * **ui:** quick navigational date picker buttons ([b6c4e67](https://github.com/mediatool/mediatool/commit/b6c4e67876fb3fd100292273d0066904f11cdef0))
679
+ * **ui:** search bar component ([f781cb2](https://github.com/mediatool/mediatool/commit/f781cb2665b22fc685a97d043bb66011c0e3dd11))
680
+ * **ui:** types and theming ([c42dc1a](https://github.com/mediatool/mediatool/commit/c42dc1a17b6267d8f6a4385dde857c4c4267b0bb))
681
+
682
+
683
+
684
+
685
+
686
+ # [2.17.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.16.1...@mediatool/ui@2.17.0) (2022-12-16)
687
+
688
+
689
+ ### Bug Fixes
690
+
691
+ * **ui/framework:** Fix modal header styling ([f9fe780](https://github.com/mediatool/mediatool/commit/f9fe78087bb4cb8c739d85612e621b5a9e25a066))
692
+ * **ui/framework:** Trimming all form inputs on submit ([ce261be](https://github.com/mediatool/mediatool/commit/ce261be23b57697dadfbdc16e6c04d5235d81868))
693
+ * **ui:** PR review comments ([31d805a](https://github.com/mediatool/mediatool/commit/31d805a62f695b660cf77e99f93c22427ad0cefb))
694
+ * **ui:** rebase, update packages ([ea019e9](https://github.com/mediatool/mediatool/commit/ea019e9d2fade6322e80773075b44cf19436f303))
695
+
696
+
697
+ ### Features
698
+
699
+ * **ui:** file picker field components ([a5e7d7f](https://github.com/mediatool/mediatool/commit/a5e7d7fb1a5807d8f6f861e90454d92df26f6382))
700
+ * **ui:** file-picker types ([5d05fe7](https://github.com/mediatool/mediatool/commit/5d05fe7bb144777dab7d22e7da3fc8363c0d6a00))
701
+ * **ui:** file-picker utils ([2f63edb](https://github.com/mediatool/mediatool/commit/2f63edbda34f75163b14c21a5e606814bfd68fc9))
702
+ * **ui:** FilePicker ([b016cdf](https://github.com/mediatool/mediatool/commit/b016cdf32467dd4157fe2bbb2ecf6ba1edaddd8a))
703
+ * **ui:** helper components ([3387e55](https://github.com/mediatool/mediatool/commit/3387e55b127fbd238cd7e199972c30d152fe2ca5))
704
+ * **ui:** multiFilePicker ([901ed8e](https://github.com/mediatool/mediatool/commit/901ed8e399bd5530cce18e50121ddb6432c6b0b3))
705
+ * **ui:** styling ([8debad3](https://github.com/mediatool/mediatool/commit/8debad3035b9bee97222331bbb56120e938b4773))
706
+ * **ui:** unit test utils ([72b762b](https://github.com/mediatool/mediatool/commit/72b762b0a42fe00d942a129abd9f30225fa2125a))
707
+
708
+
709
+
710
+
711
+
712
+ ## [2.16.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.16.0...@mediatool/ui@2.16.1) (2022-12-15)
713
+
714
+
715
+ ### Bug Fixes
716
+
717
+ * **ui/framework:** Align modal header font styles ([062bdfd](https://github.com/mediatool/mediatool/commit/062bdfd4d56a10871e3e590fac15429beab573a7))
718
+
719
+
720
+
721
+
722
+
723
+ # [2.16.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.14.2...@mediatool/ui@2.16.0) (2022-12-14)
724
+
725
+
726
+ ### Bug Fixes
727
+
728
+ * **ui:** bump and remove unit test ([fee0106](https://github.com/mediatool/mediatool/commit/fee0106d532d1d63bef6fe4a9c1d0ce0fff3f8d0))
729
+ * **ui:** fix inaccurate type ([a66d6e1](https://github.com/mediatool/mediatool/commit/a66d6e1ba7b871a6df73d3bd7ec3eed9182862ab))
730
+
731
+
732
+ ### Features
733
+
734
+ * **ui:** toolbox ([fe05d33](https://github.com/mediatool/mediatool/commit/fe05d33af785e43b74661de69f54336c4618900c))
735
+ * **ui:** toolbox-footer ([d7634b5](https://github.com/mediatool/mediatool/commit/d7634b5b74463b1a5bede48be85aa6c80c0a29f9))
736
+
737
+
738
+
739
+
740
+
741
+ # [2.15.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.14.2...@mediatool/ui@2.15.0) (2022-12-14)
742
+
743
+
744
+ ### Bug Fixes
745
+
746
+ * **ui:** bump and remove unit test ([fee0106](https://github.com/mediatool/mediatool/commit/fee0106d532d1d63bef6fe4a9c1d0ce0fff3f8d0))
747
+ * **ui:** fix inaccurate type ([6a02631](https://github.com/mediatool/mediatool/commit/6a0263182d844a0d22af4bd501869d6fcbe5694a))
748
+
749
+
750
+ ### Features
751
+
752
+ * **ui:** toolbox ([fe05d33](https://github.com/mediatool/mediatool/commit/fe05d33af785e43b74661de69f54336c4618900c))
753
+
754
+
755
+
756
+
757
+
758
+ ## [2.14.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.14.1...@mediatool/ui@2.14.2) (2022-12-08)
759
+
760
+
761
+ ### Bug Fixes
762
+
763
+ * **ui:** export webapp theme as theme ([7edff5c](https://github.com/mediatool/mediatool/commit/7edff5c778e091e2fbc1ac4c039c060d3d70eb33))
764
+
765
+
766
+
767
+
768
+
769
+ ## [2.14.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.14.0...@mediatool/ui@2.14.1) (2022-12-07)
770
+
771
+
772
+ ### Bug Fixes
773
+
774
+ * **ui:** select tag right color ([7a01f3e](https://github.com/mediatool/mediatool/commit/7a01f3e545719a2aa8a6d7eb483ecae7bab2cf26))
775
+
776
+
777
+
778
+
779
+
780
+ # [2.14.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.13.2...@mediatool/ui@2.14.0) (2022-12-07)
781
+
782
+
783
+ ### Features
784
+
785
+ * **ui:** add theme switcher and fix broken components ([80eefdc](https://github.com/mediatool/mediatool/commit/80eefdccf92577e7cd25552e3c7dbe71e8014c6a))
786
+
787
+
788
+
789
+
790
+
791
+ ## [2.13.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.13.1...@mediatool/ui@2.13.2) (2022-12-06)
792
+
793
+
794
+ ### Bug Fixes
795
+
796
+ * **ui:** adapt getContrastColor for multiple themes ([491a2db](https://github.com/mediatool/mediatool/commit/491a2db371fb1082ffa962e53fab8d6b2bb410b9))
797
+
798
+
799
+
800
+
801
+
802
+ ## [2.13.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.13.0...@mediatool/ui@2.13.1) (2022-11-30)
803
+
804
+
805
+ ### Reverts
806
+
807
+ * Revert "Publish" ([b7d859a](https://github.com/mediatool/mediatool/commit/b7d859a5b483812e24cf42770632cd47292e92d0))
808
+
809
+
810
+
811
+
812
+
813
+ # [2.12.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.11.0...@mediatool/ui@2.12.0) (2022-11-28)
814
+
815
+
816
+ ### Bug Fixes
817
+
818
+ * **ui/framework:** transitions exit time event handling ([ad4025f](https://github.com/mediatool/mediatool/commit/ad4025fa18c7e99b617149f6164bfd6c44e9e361))
819
+ * **ui:** adjust parent box of fade animation to always take up 100% ([cde6398](https://github.com/mediatool/mediatool/commit/cde6398b5af8e739154a9b6c8ea0ed74cfb742bb))
820
+ * **ui:** parse theme into hex ([dc2c988](https://github.com/mediatool/mediatool/commit/dc2c98814c90c6ad87010d148feafe1015d54388))
821
+ * **ui:** refactor and export all component types ([6eb224e](https://github.com/mediatool/mediatool/commit/6eb224ed723de8caafc36b3b6b69ae132febc76e))
822
+
823
+
824
+ ### Features
825
+
826
+ * **ui/framework:** add tokens visualizer ([2330f33](https://github.com/mediatool/mediatool/commit/2330f3371d26d9f9e237ba639b02cce56c657b16))
827
+ * **ui:** progress bar ([9a4517a](https://github.com/mediatool/mediatool/commit/9a4517a838d014b3f8ed1892bddbdf7429fb5926))
828
+
829
+
830
+
831
+
832
+
833
+ # [2.11.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.10.1...@mediatool/ui@2.11.0) (2022-11-22)
834
+
835
+
836
+ ### Bug Fixes
837
+
838
+ * **ui/framework:** showing where to put the locket ([334ffd5](https://github.com/mediatool/mediatool/commit/334ffd55087ccc969e63505ba92cd9d3c49b8c79))
839
+ * **ui:** Fix select field for group input ([7592247](https://github.com/mediatool/mediatool/commit/75922472afb5b4f680ea12ab12042cc1ac52946c))
840
+ * **ui:** update childrenAsArray to Children.toArray in flip-button-group ([f473803](https://github.com/mediatool/mediatool/commit/f473803f13571f2b1b026ea069d223752567c0ed))
841
+
842
+
843
+ ### Features
844
+
845
+ * **ui:** components ([e8ca6a8](https://github.com/mediatool/mediatool/commit/e8ca6a8632c0159d2b7311e5cb722336e0326671))
846
+ * **ui:** utils ([1d99cbf](https://github.com/mediatool/mediatool/commit/1d99cbf2a24268f6eb449969b458505f261fba72))
847
+
848
+
849
+ ### Reverts
850
+
851
+ * Revert "Publish" ([bd2c3f7](https://github.com/mediatool/mediatool/commit/bd2c3f7f96932099010dd7dbe46b5bd041a563ef))
852
+ * Revert "Publish" ([9338714](https://github.com/mediatool/mediatool/commit/93387143d9f1e9fd3341318f7673e7791b79743d))
853
+
854
+
855
+
856
+
857
+
858
+ ## [2.10.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.10.0...@mediatool/ui@2.10.1) (2022-11-21)
859
+
860
+
861
+ ### Bug Fixes
862
+
863
+ * **ui:** ellipsis text in editable ([4c9da83](https://github.com/mediatool/mediatool/commit/4c9da8391ad09c0545d564fadc0d827a0aee63b1))
864
+
865
+
866
+
867
+
868
+
869
+ # [2.10.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.9.1...@mediatool/ui@2.10.0) (2022-11-21)
870
+
871
+
872
+ ### Features
873
+
874
+ * **ui:** add card component from chakra ([5ecbb40](https://github.com/mediatool/mediatool/commit/5ecbb40612c8522d6bbf96f7fe0b83bf6b0b092a))
875
+ * **ui:** added EditableText component ([36d42a6](https://github.com/mediatool/mediatool/commit/36d42a690dc90983c0dd91cf9ead6157e4f41a4c))
876
+
877
+
878
+
879
+
880
+
881
+ ## [2.9.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.9.0...@mediatool/ui@2.9.1) (2022-11-17)
882
+
883
+
884
+ ### Bug Fixes
885
+
886
+ * **ui:** Added is clearable prop for the DatePicker component ([dfedaaf](https://github.com/mediatool/mediatool/commit/dfedaaf094e93b2a12c25bfedbd582fff247838f))
887
+
888
+
889
+
890
+
891
+
892
+ # [2.9.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.5...@mediatool/ui@2.9.0) (2022-11-16)
893
+
894
+
895
+ ### Bug Fixes
896
+
897
+ * **ui:** fix date-picker doc page ([060dad9](https://github.com/mediatool/mediatool/commit/060dad9b4d02d1e142f61c4b049ee338c78f108d))
898
+
899
+
900
+ ### Features
901
+
902
+ * **ui:** added webapp skin to theme overrides ([294cbed](https://github.com/mediatool/mediatool/commit/294cbed9eceb06c450d6ecc260ff7c3310ef06a3))
903
+
904
+
905
+
906
+
907
+
908
+ ## [2.8.5](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.4...@mediatool/ui@2.8.5) (2022-11-16)
909
+
910
+
911
+ ### Bug Fixes
912
+
913
+ * **ui:** event not passed down to callback ([8882c87](https://github.com/mediatool/mediatool/commit/8882c87f4ff6fe15e8d9e46454d30c9641a1839a))
914
+
915
+
916
+
917
+
918
+
919
+ ## [2.8.4](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.3...@mediatool/ui@2.8.4) (2022-11-15)
920
+
921
+
922
+ ### Bug Fixes
923
+
924
+ * **ui/framework:** clean up lowlife code ([a76a274](https://github.com/mediatool/mediatool/commit/a76a27412090a9803816515e03a4cc1ea2883bde))
925
+ * **ui:** date-picker formatting reggex ([d2d0fed](https://github.com/mediatool/mediatool/commit/d2d0fedd2662774d7dfbc2044840f39ee3fca632))
926
+ * **ui:** fixed ratio and clickable avatar ([fe35ba5](https://github.com/mediatool/mediatool/commit/fe35ba5f9f7b03f3ee62b926e612acf24bcef6a2))
927
+ * **ui:** onChange callback ([43c2f40](https://github.com/mediatool/mediatool/commit/43c2f4049a68297f2aa7d9ff4872887512a11668))
928
+
929
+
930
+
931
+
932
+
933
+ ## [2.8.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.2...@mediatool/ui@2.8.3) (2022-11-14)
934
+
935
+
936
+ ### Bug Fixes
937
+
938
+ * **ui/framework:** add proper exported types ([f9663f9](https://github.com/mediatool/mediatool/commit/f9663f981ddd8721e7ed578a12da214d19dac6e1))
939
+
940
+
941
+
942
+
943
+
944
+ ## [2.8.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.1...@mediatool/ui@2.8.2) (2022-11-14)
945
+
946
+ **Note:** Version bump only for package @mediatool/ui
947
+
948
+
949
+
950
+
951
+
952
+ ## [2.8.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.0...@mediatool/ui@2.8.1) (2022-11-14)
953
+
954
+ **Note:** Version bump only for package @mediatool/ui
955
+
956
+
957
+
958
+
959
+
960
+ # [2.8.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.7.0...@mediatool/ui@2.8.0) (2022-11-14)
961
+
962
+
963
+ ### Bug Fixes
964
+
965
+ * **ui:** styling ([b09a8c1](https://github.com/mediatool/mediatool/commit/b09a8c152e374f95fd2315e4d0eac34c2ff23430))
966
+
967
+
968
+ ### Features
969
+
970
+ * **ui:** onMovedItem callback ([4388c7d](https://github.com/mediatool/mediatool/commit/4388c7d7c619573449124300e879d636036315dc))
971
+ * **ui:** useSetValueRefreshed ([d68ccf4](https://github.com/mediatool/mediatool/commit/d68ccf4aa88d92c577f80cc2ed9bd6a1df0637b4))
972
+
973
+
974
+
975
+
976
+
977
+ # [2.7.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.6.1...@mediatool/ui@2.7.0) (2022-11-10)
978
+
979
+
980
+ ### Bug Fixes
981
+
982
+ * **ui:** disable onKeyDown in case inEditMode ([57c2875](https://github.com/mediatool/mediatool/commit/57c2875377d768523d400b97765b8d0f4430731d))
983
+ * **ui:** remove default margin on labels ([25107bd](https://github.com/mediatool/mediatool/commit/25107bdfdd299f59ce65e62f4195b0b6235548d4))
984
+
985
+
986
+ ### Features
987
+
988
+ * **ui/framework:** added labels ([e8ddd8a](https://github.com/mediatool/mediatool/commit/e8ddd8a9ccf743b4f0cd08bf070069f41c10ec19))
989
+ * **ui:** dragHandle ([6975bc9](https://github.com/mediatool/mediatool/commit/6975bc9205fe5ac8a9d99217edaca8d62d40d013))
990
+
991
+
992
+
993
+
994
+
995
+ ## [2.6.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.6.0...@mediatool/ui@2.6.1) (2022-11-09)
996
+
997
+
998
+ ### Bug Fixes
999
+
1000
+ * **ui/framework:** make ghost button actually ghost ([337bd94](https://github.com/mediatool/mediatool/commit/337bd94409f4b3d1a4839cb2f09e82ecfa82b47b))
1001
+ * **ui:** select option focus ([b17a9b0](https://github.com/mediatool/mediatool/commit/b17a9b034d6eb3229e02f2745f94b8c44b900c0e))
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+ # [2.6.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.5.0...@mediatool/ui@2.6.0) (2022-11-09)
1008
+
1009
+
1010
+ ### Bug Fixes
1011
+
1012
+ * **ui/framework:** remove old validation ([64cf9a2](https://github.com/mediatool/mediatool/commit/64cf9a2a338de50e8b101fbd7fdb28b49883bf2f))
1013
+
1014
+
1015
+ ### Features
1016
+
1017
+ * **ui/framework:** add split pane component ([ea8470b](https://github.com/mediatool/mediatool/commit/ea8470b34bafef61419496c46ced4c563b1dc32d))
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+ # [2.5.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.4.0...@mediatool/ui@2.5.0) (2022-11-08)
1024
+
1025
+
1026
+ ### Bug Fixes
1027
+
1028
+ * **ui/framework:** use our tokens in chakra theme ([17694d9](https://github.com/mediatool/mediatool/commit/17694d914998a3bc6241a2d07bb73bc7d65b7f57))
1029
+ * **ui:** broken select onChange ([782b4f2](https://github.com/mediatool/mediatool/commit/782b4f23cb115a1a72a324fd3b5857e680b9f50d))
1030
+ * **ui:** Field component now supports nested validation ([728bab1](https://github.com/mediatool/mediatool/commit/728bab1b7ea52ec4869ee1d6969292144835ae4c))
1031
+ * **ui:** setup after rebase ([36aa693](https://github.com/mediatool/mediatool/commit/36aa693e02719798af4f52a89ec0ce2b7ca713f0))
1032
+ * **ui:** shouldConvert prop ([323d377](https://github.com/mediatool/mediatool/commit/323d377af586454f8cb408c4f6299d09cf6d0e2e))
1033
+ * **ui:** type value ([9415f00](https://github.com/mediatool/mediatool/commit/9415f009ef661cbbceb575e72d5962adda8deb66))
1034
+
1035
+
1036
+ ### Features
1037
+
1038
+ * **ui:** add huge modal ([75a9026](https://github.com/mediatool/mediatool/commit/75a9026fa9e3ca99fd8ec0dfc9d7341de355dd59))
1039
+ * **ui:** Avatar component ([dcbe443](https://github.com/mediatool/mediatool/commit/dcbe443bce285883ea0d34cc1431f1fbbc16f528))
1040
+ * **ui:** flip button component ([db96c1c](https://github.com/mediatool/mediatool/commit/db96c1cf595fca7d818f4f3e69ed9f035fef85c6))
1041
+ * **ui:** flip button tokens ([5c5c03b](https://github.com/mediatool/mediatool/commit/5c5c03bce1b021de4128963d55e4ea1126308532))
1042
+ * **ui:** Split up avatar into avatar button ([41acde8](https://github.com/mediatool/mediatool/commit/41acde861a26e9c1e9ab6807e31bbdd471b3262b))
1043
+ * **ui:** unit test for avatar ([11a0cb6](https://github.com/mediatool/mediatool/commit/11a0cb681eacd9ca00dfd941b3bc6b32110d24ac))
1044
+ * **ui:** unit test getFieldError ([9542fb8](https://github.com/mediatool/mediatool/commit/9542fb8f88f1d1e08ec346d6dace641aba29ce3a))
1045
+
1046
+
1047
+
1048
+
1049
+
1050
+ # [2.4.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.3.0...@mediatool/ui@2.4.0) (2022-11-03)
1051
+
1052
+
1053
+ ### Bug Fixes
1054
+
1055
+ * **ui:** sortable item dbl click prevent onPointerDown event ([4d577cc](https://github.com/mediatool/mediatool/commit/4d577cc81b7c953351adeae170dcaed5daeeed60))
1056
+
1057
+
1058
+ ### Features
1059
+
1060
+ * **ui/framework:** make sortable list generic ([edcf28d](https://github.com/mediatool/mediatool/commit/edcf28d922d76b3faa86a3390da77457175ab78c))
1061
+ * **ui:** onAdd, onRemove callbacks ([e893a3e](https://github.com/mediatool/mediatool/commit/e893a3e2a8f226fe203719feb3ac55462abbc16d))
1062
+
1063
+
1064
+
1065
+
1066
+
1067
+ # [2.3.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.2.3...@mediatool/ui@2.3.0) (2022-11-02)
1068
+
1069
+
1070
+ ### Bug Fixes
1071
+
1072
+ * **ui:** PR review changes ([44c6ae4](https://github.com/mediatool/mediatool/commit/44c6ae4f5fed7f3a94b743a44f3ba717305ddfd3))
1073
+
1074
+
1075
+ ### Features
1076
+
1077
+ * **ui:** added formatting to date-picker ([30aa082](https://github.com/mediatool/mediatool/commit/30aa082e32f8a148fec8794fac844cb7c39428f5))
1078
+ * **ui:** Drag n' drop components ([1fe2183](https://github.com/mediatool/mediatool/commit/1fe21830f1b7ffc973436a237b99064e42acfc5c))
1079
+ * **ui:** multi sort ([4189d7b](https://github.com/mediatool/mediatool/commit/4189d7b443fd60d408e57eced8409cedc5d6f3d0))
1080
+ * **ui:** sortable list ([6f0f415](https://github.com/mediatool/mediatool/commit/6f0f415e700e1c01e291fbd14515b719f19063f5))
1081
+
1082
+
1083
+
1084
+
1085
+
1086
+ ## [2.2.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.2.2...@mediatool/ui@2.2.3) (2022-11-01)
1087
+
1088
+ **Note:** Version bump only for package @mediatool/ui
1089
+
1090
+
1091
+
1092
+
1093
+
1094
+ ## [2.2.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.2.1...@mediatool/ui@2.2.2) (2022-10-31)
1095
+
1096
+
1097
+ ### Bug Fixes
1098
+
1099
+ * **ui:** sorted side-menu ([ac7a49d](https://github.com/mediatool/mediatool/commit/ac7a49d16b143330b83ee1cec2a74df92be07f2f))
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+ ## [2.2.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.2.0...@mediatool/ui@2.2.1) (2022-10-28)
1106
+
1107
+
1108
+ ### Bug Fixes
1109
+
1110
+ * **ui/framework:** update form labels ([4d6055d](https://github.com/mediatool/mediatool/commit/4d6055da3313c6775071f2c73754ed2b8f46ad3b))
1111
+
1112
+
1113
+
1114
+
1115
+
1116
+ # [2.2.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.1.0...@mediatool/ui@2.2.0) (2022-10-26)
1117
+
1118
+
1119
+ ### Bug Fixes
1120
+
1121
+ * **ui:** fix radio field unit test isChecked and isInvalid ([4260a2e](https://github.com/mediatool/mediatool/commit/4260a2e93b45114b51a2b388095cb23615fd7469))
1122
+
1123
+
1124
+ ### Features
1125
+
1126
+ * **ui/framework:** add typography components ([f6797d4](https://github.com/mediatool/mediatool/commit/f6797d45d4e86315c96e70df1eca683d2bdff48b))
1127
+ * **ui/framework:** export highlight ([9936960](https://github.com/mediatool/mediatool/commit/9936960099d8a9facf9cf5ad0e3ef85e5a8de204))
1128
+ * **ui:** ClickableWrapper component ([bf517af](https://github.com/mediatool/mediatool/commit/bf517af3d4874d0c2ebecc2674ded43c38e17ea5))
1129
+
1130
+
1131
+
1132
+
1133
+
1134
+ # [2.1.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.0.3...@mediatool/ui@2.1.0) (2022-10-19)
1135
+
1136
+
1137
+ ### Bug Fixes
1138
+
1139
+ * **ui:** added default check if color is empty string ([539340a](https://github.com/mediatool/mediatool/commit/539340a144353ff0ca1d5c4cb9a1912b91f9a34d))
1140
+ * **ui:** date-picker-fix-final-final ([2d714a6](https://github.com/mediatool/mediatool/commit/2d714a6471ec1d57edf17e247d63897adf58e6f0))
1141
+
1142
+
1143
+ ### Features
1144
+
1145
+ * **ui:** color picker field ([4b5ac70](https://github.com/mediatool/mediatool/commit/4b5ac70cafca1eafc226762e863f89188268582d))
1146
+
1147
+
1148
+
1149
+
1150
+
1151
+ ## [2.0.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.0.2...@mediatool/ui@2.0.3) (2022-10-18)
1152
+
1153
+
1154
+ ### Bug Fixes
1155
+
1156
+ * **ui:** don't trigger validation for entire form onChange ([bd1f67a](https://github.com/mediatool/mediatool/commit/bd1f67a1997a38d0177b52c8d5394f3fac2102de))
1157
+
1158
+
1159
+
1160
+
1161
+
1162
+ ## [2.0.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.0.1...@mediatool/ui@2.0.2) (2022-10-18)
1163
+
1164
+
1165
+ ### Bug Fixes
1166
+
1167
+ * **ui:** date picker range validation message if max or min undefined ([77bc3cc](https://github.com/mediatool/mediatool/commit/77bc3ccf815d455b58ac0d9fb2c012cbea2ca110))
1168
+
1169
+
1170
+
1171
+
1172
+
1173
+ ## [2.0.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.0.0...@mediatool/ui@2.0.1) (2022-10-18)
1174
+
1175
+
1176
+ ### Bug Fixes
1177
+
1178
+ * **ui:** Added date picker validation for when user inputs value outside valid interval ([3bd22bb](https://github.com/mediatool/mediatool/commit/3bd22bb670a848d3e5ce6be3cdab374b163eab17))
1179
+ * **ui:** rename enableReInitialize to enableReinitialize ([122069f](https://github.com/mediatool/mediatool/commit/122069f200ada99176ea6417f50a2a9568eb1827))
1180
+
1181
+
1182
+
1183
+
1184
+
1185
+ # [2.0.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.10.2...@mediatool/ui@2.0.0) (2022-10-17)
1186
+
1187
+
1188
+ ### Bug Fixes
1189
+
1190
+ * **ui:** manually set ui version ([95fe72c](https://github.com/mediatool/mediatool/commit/95fe72c5a1413cab17ec2ec79ac7448cad9c870b))
1191
+ * **ui:** renamed org logo to organization logo ([33ed0e7](https://github.com/mediatool/mediatool/commit/33ed0e71d635a766ec36ae621d602e1f0801b78c))
1192
+
1193
+
1194
+ * feat(ui)!: Migrate Formik to React Hook Form ([1378b0c](https://github.com/mediatool/mediatool/commit/1378b0cb671eebed4221524b53d58a19d6f2cfbd))
1195
+
1196
+
1197
+ ### Features
1198
+
1199
+ * **ui:** Blinker UI Component ([5afe9d3](https://github.com/mediatool/mediatool/commit/5afe9d3f9e189a7ac632dc8a5a583cba86b0a117))
1200
+ * **ui:** fast-grid, test-pages, docs-pages, extra stuff ([6f8b4db](https://github.com/mediatool/mediatool/commit/6f8b4db64d0b813492ef4f0bc9a3e2b46302d46b))
1201
+
1202
+
1203
+ ### BREAKING CHANGES
1204
+
1205
+ * This breaks compatibility with previous formik formsj
1206
+
1207
+
1208
+
1209
+
1210
+
1211
+ ## [1.10.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.10.1...@mediatool/ui@1.10.2) (2022-10-12)
1212
+
1213
+
1214
+ ### Bug Fixes
1215
+
1216
+ * **ui/framework:** update value of color picker from the outside ([cb0ffb7](https://github.com/mediatool/mediatool/commit/cb0ffb740b554240ff5be8a66f52e91649dbee7b))
1217
+
1218
+
1219
+ ### Reverts
1220
+
1221
+ * Revert "Publish" ([0090cc4](https://github.com/mediatool/mediatool/commit/0090cc467e643df80e88866620b08ddd4ce5ad4c))
1222
+
1223
+
1224
+
1225
+
1226
+
1227
+ ## [1.10.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.10.0...@mediatool/ui@1.10.1) (2022-10-06)
1228
+
1229
+
1230
+ ### Bug Fixes
1231
+
1232
+ * **ui/framework:** display isInvalid while input is focused ([75529ed](https://github.com/mediatool/mediatool/commit/75529ed0840a89bafc128aff4c36aa8771f99115))
1233
+
1234
+
1235
+
1236
+
1237
+
1238
+ # [1.10.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.9.1...@mediatool/ui@1.10.0) (2022-10-05)
1239
+
1240
+
1241
+ ### Bug Fixes
1242
+
1243
+ * **ui/framework:** style steps and add docs ([cff333d](https://github.com/mediatool/mediatool/commit/cff333d3db958d501a382e52a18cd65f65f877f7))
1244
+
1245
+
1246
+ ### Features
1247
+
1248
+ * **ui:** Color Picker UI Component ([302101c](https://github.com/mediatool/mediatool/commit/302101c3b61974d93f60d2f287add9f6aab753fd))
1249
+ * **ui:** Improved utility getContrastColor ([b07754c](https://github.com/mediatool/mediatool/commit/b07754c083706cb47d07deafdc8153a9177a0743))
1250
+ * **ui:** unit test color picker ([e5965ad](https://github.com/mediatool/mediatool/commit/e5965adbabb786895b3996c27b88b5e866b5a314))
1251
+ * **ui:** unit test getShades ([d5d6f73](https://github.com/mediatool/mediatool/commit/d5d6f73033292b00c60cfe3dd0ab3c26059413d6))
1252
+
1253
+
1254
+ ### Reverts
1255
+
1256
+ * Revert "Publish" ([37b584b](https://github.com/mediatool/mediatool/commit/37b584b61dccc22d472f5c0a2539fca498433c1e))
1257
+
1258
+
1259
+
1260
+
1261
+
1262
+ ## [1.9.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.9.0...@mediatool/ui@1.9.1) (2022-10-05)
1263
+
1264
+ **Note:** Version bump only for package @mediatool/ui
1265
+
1266
+
1267
+
1268
+
1269
+
1270
+ # [1.9.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.8.3...@mediatool/ui@1.9.0) (2022-09-30)
1271
+
1272
+
1273
+ ### Features
1274
+
1275
+ * **ui/framework:** add clipboard input ([8dc6bd1](https://github.com/mediatool/mediatool/commit/8dc6bd1a1bf61912a2288c62fae43192139e8802))
1276
+ * **ui/framework:** add theme for icon ([36aed6f](https://github.com/mediatool/mediatool/commit/36aed6f3841f2e90fa2f6f137aa3e78c7a8a91c5))
1277
+ * **ui/framework:** icons in icon button scale on button size ([5d55669](https://github.com/mediatool/mediatool/commit/5d556690a71f6c78e532623ea617873e8dcba1ae))
1278
+ * **ui/framework:** theme tooltip ([a7f787c](https://github.com/mediatool/mediatool/commit/a7f787c8d4d99b45abdc067a0d26c13fb50726bb))
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+ ## [1.8.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.8.2...@mediatool/ui@1.8.3) (2022-09-22)
1285
+
1286
+
1287
+ ### Bug Fixes
1288
+
1289
+ * **ui/framework:** align step component ([357de8d](https://github.com/mediatool/mediatool/commit/357de8d7686ca25d905ba705c0f28c4152a2620d))
1290
+ * **ui/framework:** changed avatar tokens ([a33d23d](https://github.com/mediatool/mediatool/commit/a33d23d3bcb9f3922b49faf502f7ec505ece92c8))
1291
+ * **ui/framework:** fix palette page ([c93611c](https://github.com/mediatool/mediatool/commit/c93611ca73a252b38b2f2af13fb508696b83c837))
1292
+ * **ui/framework:** separate alert from toast ([76e9aa0](https://github.com/mediatool/mediatool/commit/76e9aa036ef59332bab495e99a85dd40e4118e59))
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+ ## [1.8.2](/compare/@mediatool/ui@1.8.1...@mediatool/ui@1.8.2) (2022-09-20)
1299
+
1300
+
1301
+ ### Bug Fixes
1302
+
1303
+ * **ui/framework:** export circle component 7cde8fc
1304
+ * **ui:** change HStack to VStack in step component 685f4ca
1305
+
1306
+
1307
+ ### Reverts
1308
+
1309
+ * Revert "Publish" 84566fc
1310
+ * Revert "Publish" 55c85f5
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+ ## [1.8.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.8.0...@mediatool/ui@1.8.1) (2022-09-19)
1317
+
1318
+
1319
+ ### Bug Fixes
1320
+
1321
+ * **ui/framework:** small changes in modal theme ([986971c](https://github.com/mediatool/mediatool/commit/986971cca8262ff36740972811736c34a646ac95))
1322
+
1323
+
1324
+
1325
+
1326
+
1327
+ # [1.8.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.7.0...@mediatool/ui@1.8.0) (2022-09-14)
1328
+
1329
+
1330
+ ### Bug Fixes
1331
+
1332
+ * **ui/framework:** export step ([7bb6f59](https://github.com/mediatool/mediatool/commit/7bb6f5904c4a122cde5207ba3f92f8e8a5c11e3b))
1333
+
1334
+
1335
+ ### Features
1336
+
1337
+ * **ui/framework:** export steps components ([c0a79eb](https://github.com/mediatool/mediatool/commit/c0a79eb6cae2c737404635c0ada8d40e95d40aab))
1338
+ * **ui/framework:** style addon on input ([393e109](https://github.com/mediatool/mediatool/commit/393e109079ae982c57c0caeaea8504b42368cede))
1339
+ * **ui/framework:** style sof-rounded tabs ([4f07a69](https://github.com/mediatool/mediatool/commit/4f07a69fd9c026deac1075ccc88a3039f399f52b))
1340
+ * **ui:** stress testing ([8465fef](https://github.com/mediatool/mediatool/commit/8465fef2432190824ec9b99f43b137d3745d48e4))
1341
+
1342
+
1343
+
1344
+
1345
+
1346
+ # [1.7.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.5...@mediatool/ui@1.7.0) (2022-09-13)
1347
+
1348
+
1349
+ ### Bug Fixes
1350
+
1351
+ * **ui/framework:** forward ref to icon ([a72fb46](https://github.com/mediatool/mediatool/commit/a72fb461523457002365351edaddd90352939b12))
1352
+
1353
+
1354
+ ### Features
1355
+
1356
+ * **ui:** Unit test for modal ([359d4bb](https://github.com/mediatool/mediatool/commit/359d4bbc8e60cc1fff426b3b84a8710acfd90648))
1357
+
1358
+
1359
+
1360
+
1361
+
1362
+ ## [1.6.5](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.4...@mediatool/ui@1.6.5) (2022-09-13)
1363
+
1364
+ **Note:** Version bump only for package @mediatool/ui
1365
+
1366
+
1367
+
1368
+
1369
+
1370
+ ## [1.6.4](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.3...@mediatool/ui@1.6.4) (2022-09-13)
1371
+
1372
+
1373
+ ### Bug Fixes
1374
+
1375
+ * **ui/framework:** fix loading on select ([721abd4](https://github.com/mediatool/mediatool/commit/721abd404b8875f55d410d5fa548d4714db9bb0c))
1376
+
1377
+
1378
+
1379
+
1380
+
1381
+ ## [1.6.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.2...@mediatool/ui@1.6.3) (2022-09-13)
1382
+
1383
+
1384
+ ### Bug Fixes
1385
+
1386
+ * **ui/framework:** add tag color support on select ([662c050](https://github.com/mediatool/mediatool/commit/662c050caee1ecd76dc0bdf7dda5c4b3da4c80cc))
1387
+
1388
+
1389
+
1390
+
1391
+
1392
+ ## [1.6.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.1...@mediatool/ui@1.6.2) (2022-09-07)
1393
+
1394
+
1395
+ ### Bug Fixes
1396
+
1397
+ * **ui/framework:** rewrite orglogo component ([b48360c](https://github.com/mediatool/mediatool/commit/b48360ca5edd4bd36f14ba60c17a6c8e5c688f05))
1398
+
1399
+
1400
+
1401
+
1402
+
1403
+ ## [1.6.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.0...@mediatool/ui@1.6.1) (2022-09-07)
1404
+
1405
+
1406
+ ### Bug Fixes
1407
+
1408
+ * **ui/framework:** add min width to number input ([83d2741](https://github.com/mediatool/mediatool/commit/83d27417a6bbdb9c006d262009f17f4d9d18a930))
1409
+
1410
+
1411
+
1412
+
1413
+
1414
+ # [1.6.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.5.0...@mediatool/ui@1.6.0) (2022-09-06)
1415
+
1416
+
1417
+ ### Bug Fixes
1418
+
1419
+ * **ui/framework:** fix square org logo border radius ([989bfbc](https://github.com/mediatool/mediatool/commit/989bfbcd02d78f228070d651a286746b96191b44))
1420
+
1421
+
1422
+ ### Features
1423
+
1424
+ * **ui/framework:** add modal ([d99f79a](https://github.com/mediatool/mediatool/commit/d99f79af5b431db920e60d11581ee1c3fb28fc19))
1425
+ * **ui/framework:** style close button ([31ff8fe](https://github.com/mediatool/mediatool/commit/31ff8fe67097432ee2015f3071360361492261f8))
1426
+
1427
+
1428
+ ### Reverts
1429
+
1430
+ * Revert "Publish" ([4decb6c](https://github.com/mediatool/mediatool/commit/4decb6cb7cd7d437615796ab8a6129e36f20487d))
1431
+
1432
+
1433
+
1434
+
1435
+
1436
+ # [1.5.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.4.1...@mediatool/ui@1.5.0) (2022-09-01)
1437
+
1438
+
1439
+ ### Bug Fixes
1440
+
1441
+ * **ui/framework:** replace old icons with the new once ([260e226](https://github.com/mediatool/mediatool/commit/260e226b1a11bbb8518d025cf79f9b8243c3b849))
1442
+
1443
+
1444
+ ### Features
1445
+
1446
+ * **ui/framework:** add wcag ring helper ([b602836](https://github.com/mediatool/mediatool/commit/b6028365436602a4788e9acb7ce776517fbe8c9f))
1447
+ * **ui/framework:** modify icon component and display all icons in docs ([423cd96](https://github.com/mediatool/mediatool/commit/423cd96efd3bcfe38a8d0072dd3790c9656cefdd))
1448
+
1449
+
1450
+
1451
+
1452
+
1453
+ ## [1.4.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.4.0...@mediatool/ui@1.4.1) (2022-09-01)
1454
+
1455
+
1456
+ ### Bug Fixes
1457
+
1458
+ * **ui/framework:** fix sizing for avatar ([b45b2ab](https://github.com/mediatool/mediatool/commit/b45b2abebfb6b2e5f615b15b6713b3be3f27ee64))
1459
+
1460
+
1461
+
1462
+
1463
+
1464
+ # [1.4.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.3.1...@mediatool/ui@1.4.0) (2022-08-31)
1465
+
1466
+
1467
+ ### Features
1468
+
1469
+ * **ui/framework:** OrgLogo Component ([65998af](https://github.com/mediatool/mediatool/commit/65998af3ab13389a78ff086d1b71a1aa37db943f))
1470
+
1471
+
1472
+
1473
+
1474
+
1475
+ ## [1.3.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.3.0...@mediatool/ui@1.3.1) (2022-08-29)
1476
+
1477
+ **Note:** Version bump only for package @mediatool/ui
1478
+
1479
+
1480
+
1481
+
1482
+
1483
+ # [1.3.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.2.1...@mediatool/ui@1.3.0) (2022-08-26)
1484
+
1485
+
1486
+ ### Features
1487
+
1488
+ * **framework:** spinner component ([edd9a5e](https://github.com/mediatool/mediatool/commit/edd9a5efaf8edb862b094e86f32016d56bffc725))
1489
+ * **ui/framework:** async-error component ([e5d98aa](https://github.com/mediatool/mediatool/commit/e5d98aa1e3e391ac55c9eb146131ba501148af39))
1490
+
1491
+
1492
+
1493
+
1494
+
1495
+ ## [1.2.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.2.0...@mediatool/ui@1.2.1) (2022-08-25)
1496
+
1497
+ **Note:** Version bump only for package @mediatool/ui
1498
+
1499
+
1500
+
1501
+
1502
+
1503
+ # 1.2.0 (2022-08-24)
1504
+
1505
+
1506
+ ### Bug Fixes
1507
+
1508
+ * **ui/framework:** Add missing dependency ([38a27a3](https://github.com/mediatool/mediatool/commit/38a27a3f9cdba008ef55aa21a0ec08ab14c74de6))
1509
+ * **ui/framework:** Bundling chakra together with own components ([cfa7325](https://github.com/mediatool/mediatool/commit/cfa7325608017f003b819d34697a7ce7726e01cd))
1510
+ * **ui/framework:** Call onChange when preset is selected. ([3d87e55](https://github.com/mediatool/mediatool/commit/3d87e5556317cf060b20639d24beee7a0bef9850))
1511
+ * **ui/framework:** Correctly whiten current color on hover ([60a1bec](https://github.com/mediatool/mediatool/commit/60a1bec1bbeb7f2474adad3b26f8fc2f9c1f148f))
1512
+ * **ui/framework:** depend on react in the right way ([16ab95f](https://github.com/mediatool/mediatool/commit/16ab95fef1edfe1aed98741d057c90c918b929cf))
1513
+ * **ui/framework:** Do not bundle chakra ([da3fb5c](https://github.com/mediatool/mediatool/commit/da3fb5c37bd166de38e38b6e3dc33680e629c0e6))
1514
+ * **ui/framework:** Fix a bug where day state got computed incorrectly ([3326a53](https://github.com/mediatool/mediatool/commit/3326a53481d5689abda98db6c6cfdb743d20e2c5))
1515
+ * **ui/framework:** Fixed vite error when auto complete import ([f8d3992](https://github.com/mediatool/mediatool/commit/f8d399273c41fb5c4cca70b1a36a9f06bcefa837))
1516
+ * **ui/framework:** lint errors ([984cdc4](https://github.com/mediatool/mediatool/commit/984cdc42071058677f94d76f922180fbd1909182))
1517
+ * **ui/framework:** Remove exports of props ([605aa69](https://github.com/mediatool/mediatool/commit/605aa6936986e762a077a0930b53a93054f9944d))
1518
+ * **ui/framework:** Revert back to old way ([5ac082c](https://github.com/mediatool/mediatool/commit/5ac082c5c031dff5b5f6d0210cd72770f4b3c667))
1519
+ * **ui/framework:** Use lighten instead of transparentize ([d2d36e8](https://github.com/mediatool/mediatool/commit/d2d36e817188e18043ec263d8ea5454fd4e47e3a))
1520
+ * **ui:** add focus border to link and buttons ([643b68b](https://github.com/mediatool/mediatool/commit/643b68bd131763a97bfe801cfcf051060cf8edb2))
1521
+ * **ui:** add ghost button ([5a523d0](https://github.com/mediatool/mediatool/commit/5a523d0f11c323b79dcdb3cf40620ec257de7b28))
1522
+ * **ui:** add main to package json ([276260d](https://github.com/mediatool/mediatool/commit/276260d94e393f6b7ef74c5cb4cca6a3e8dbc50c))
1523
+ * **ui:** add outline to radio ([8b82859](https://github.com/mediatool/mediatool/commit/8b828590914a0c01fabbd028f7d4f9bdd2db4598))
1524
+ * **ui:** add package json export ([824aa00](https://github.com/mediatool/mediatool/commit/824aa00e765afb6070688fd6b6a76852043a5308))
1525
+ * **ui:** fix console problem with palette ([aa81ddb](https://github.com/mediatool/mediatool/commit/aa81ddbb2c931f953b43b6f3519163e3581704e0))
1526
+ * **ui:** fix date pickers styling issues ([518cb91](https://github.com/mediatool/mediatool/commit/518cb911d402b02fc69cc33dd4c77a30364bf3cb))
1527
+ * **ui:** fix datepicker type error ([a1c2dd3](https://github.com/mediatool/mediatool/commit/a1c2dd3859466aef2cc75108d76e1ba2642048e3))
1528
+ * **ui:** fix small problems in build and add json-rollup plugin ([615d992](https://github.com/mediatool/mediatool/commit/615d992cf8372bee207514c3ff5f470e6ddf2452))
1529
+ * **ui:** fix yarn lock file ([676d64a](https://github.com/mediatool/mediatool/commit/676d64a2aecdddaba719b73239dee3d2c25d2c32))
1530
+ * **ui:** fixed docs link to chakra website ([b121977](https://github.com/mediatool/mediatool/commit/b1219775d0335423f9d2e34dc5552ba526c9545b))
1531
+ * **ui:** fixing eslint errors ([f354262](https://github.com/mediatool/mediatool/commit/f354262af629a08043a139348c8458bf9cdf25b6))
1532
+ * **ui:** forward ref to button in order to use tooltip ([9932da8](https://github.com/mediatool/mediatool/commit/9932da8caf06ee5895bc3d59713b2f6c753488ac))
1533
+ * **ui:** linting unit test text field ([673bc45](https://github.com/mediatool/mediatool/commit/673bc454e7bea0984551dbab9dd58baa35555fc4))
1534
+ * **ui:** make components more accessible using rem ([f92f740](https://github.com/mediatool/mediatool/commit/f92f740a61f7d6579010bb8d09ba51c3cd900c85))
1535
+ * **ui:** make unit test pass ([a4ed8f3](https://github.com/mediatool/mediatool/commit/a4ed8f38b0454e130bc69af8d78ea29fdd5c8f49))
1536
+ * **ui:** make unit tests pass ([df351ff](https://github.com/mediatool/mediatool/commit/df351ff27b3924e4c9c73756cab4235f84084a4c))
1537
+ * **ui:** Making tests pass ([f2a71fe](https://github.com/mediatool/mediatool/commit/f2a71feca567cc1836fa234e49275fb0e214b6df))
1538
+ * **ui:** move create trigger to the sidebar ([1c9eb40](https://github.com/mediatool/mediatool/commit/1c9eb40e486f0eee4b585924d7f5b60e7cabef44))
1539
+ * **ui:** navbar item ([af2c33f](https://github.com/mediatool/mediatool/commit/af2c33f5adf3d3f10d09bf6dd49c384c4472048b))
1540
+ * **ui:** new gray palette and rearrange form page ([c2e591b](https://github.com/mediatool/mediatool/commit/c2e591bcdbba0b4ca38d54a1eb027b347b2a8ef6))
1541
+ * **ui:** removing tildas ([f4737cd](https://github.com/mediatool/mediatool/commit/f4737cd867d95f301bf1353b2c11e5738b0e6927))
1542
+ * **ui:** rename files and small cosmetic changes ([f05e8a0](https://github.com/mediatool/mediatool/commit/f05e8a046ab3721ccf194e969c6c52d1b4b84dbc))
1543
+ * **ui:** rewrite textfield.tsx using as ([0f366d2](https://github.com/mediatool/mediatool/commit/0f366d2585d0889f827d0be1b367f866624a671f))
1544
+ * **ui:** Rewriting textfield component ([acdd653](https://github.com/mediatool/mediatool/commit/acdd6536828a39fff007dc67d05ec70e5b60bbb5))
1545
+ * **ui:** Set width of form to prevent overflow ([6a74177](https://github.com/mediatool/mediatool/commit/6a74177ac62d8b70be3015ffd30b5149fdc0b8a5))
1546
+ * **ui:** sorting alphabetically ([a11a7ae](https://github.com/mediatool/mediatool/commit/a11a7ae1c6bf1be9a20bba71ecb13ed607ac697d))
1547
+ * **ui:** transform borderWidth tokens to numbers ([b73665a](https://github.com/mediatool/mediatool/commit/b73665a184886b8fcdd125858f07c26d048a8ea4))
1548
+ * **ui:** type in palette color ([c5073cb](https://github.com/mediatool/mediatool/commit/c5073cbfff823e011153a66d43db12c1c82e8548))
1549
+ * **ui:** types of <TextField> ([712aceb](https://github.com/mediatool/mediatool/commit/712aceb03b0a3b02e2937462d2d5f7f7f8261c21))
1550
+ * **ui:** Typescript error with masked text input ([0e27272](https://github.com/mediatool/mediatool/commit/0e27272040f574169039c6e090cf967aa066211e))
1551
+ * **ui:** WAI accessibility ([26dfc13](https://github.com/mediatool/mediatool/commit/26dfc13c9efc354e58bd567999e19f1f5c23422a))
1552
+
1553
+
1554
+ ### Features
1555
+
1556
+ * add calendar and datepicker ([801440b](https://github.com/mediatool/mediatool/commit/801440b776f256b3531bba6a6d8e2b89cd09cb3d))
1557
+ * add packages and calendar provider ([5a64b89](https://github.com/mediatool/mediatool/commit/5a64b8911ca01ef494df32feee56e004e3096b88))
1558
+ * **tokens:** add token folder ([5d77471](https://github.com/mediatool/mediatool/commit/5d77471de618455093c5bab46f1b0c9aae2dc7dd))
1559
+ * **ui/framework:** Bump version ([077e4aa](https://github.com/mediatool/mediatool/commit/077e4aaa7a5e354d1af2c18262d2929e9d911f6a))
1560
+ * **ui/framework:** Date range picker ([fad72ae](https://github.com/mediatool/mediatool/commit/fad72ae3d1a8b5147e8bda97d858efc83ae069c0))
1561
+ * **ui/framework:** Explicit font sizes on text ([1af33f3](https://github.com/mediatool/mediatool/commit/1af33f39c3645dd27eeba62896ce8dcfaef47106))
1562
+ * **ui/framework:** Icons and card component ([2cbe9f5](https://github.com/mediatool/mediatool/commit/2cbe9f5c6c3f60176665733bba63d4fb3a7a95b1))
1563
+ * **ui/framework:** Improve icon component ([54ee188](https://github.com/mediatool/mediatool/commit/54ee1888719185d56768b2b6ddc7c19d8a3694f7))
1564
+ * **ui/framework:** Incorporate mantine hooks ([534f657](https://github.com/mediatool/mediatool/commit/534f657527c8e9b1297e013f14b2b02d94c05dcd))
1565
+ * **ui/framework:** Initial Formik abstraction ([6fbb77c](https://github.com/mediatool/mediatool/commit/6fbb77c5caafa7d5ff307b42797318bff2f6dc34))
1566
+ * **ui/framework:** Move layout util components to framework ([3883ebc](https://github.com/mediatool/mediatool/commit/3883ebc5161fa877b319c319e998f2c79af7e994))
1567
+ * **ui/framework:** Move sandbox to framework ([5d4e93a](https://github.com/mediatool/mediatool/commit/5d4e93ab39a42ad5bef110fa1f4d0ea8e17ef83f))
1568
+ * **ui/framework:** Palette and sandbox ([b57f913](https://github.com/mediatool/mediatool/commit/b57f9138531182f98ffba4164a4f74588ac1af81))
1569
+ * **ui/framework:** Re-export Chakra components ([f4b6337](https://github.com/mediatool/mediatool/commit/f4b633715292e36a30f068e6b0ced934773efee1))
1570
+ * **ui/framework:** Re-think structure ([8609256](https://github.com/mediatool/mediatool/commit/8609256ba9e99e9406ed5bc08e35e7d0df29ec49))
1571
+ * **ui/framework:** Sidebar in demo and icon changes ([15578b4](https://github.com/mediatool/mediatool/commit/15578b4e6b9fda4b56e6a2a365b3f8da21a4ee35))
1572
+ * **ui/framework:** Single & multi date picker ([124b40e](https://github.com/mediatool/mediatool/commit/124b40eaa1e7b2b2fa058dfc0e4443496eb230f0))
1573
+ * **ui/framework:** Styled breadcrumbs ([e7d3e05](https://github.com/mediatool/mediatool/commit/e7d3e05b00c919499b8ab73df4dc86c7b4446eeb))
1574
+ * **ui/framework:** TextField abstractions ([ac24020](https://github.com/mediatool/mediatool/commit/ac24020c78e9111e3afc113a0a43e8d5ab650598))
1575
+ * **ui/framework:** Themify button and complete palette ([342ff03](https://github.com/mediatool/mediatool/commit/342ff03e027c021a7e698ff609a42f8a2efe02c1))
1576
+ * **ui/framework:** Topbar and sample breadcrumbs ([1a350e4](https://github.com/mediatool/mediatool/commit/1a350e422043491ed17125df3d8d38bef0167d8d))
1577
+ * **ui:** add app skeleton ([03c7554](https://github.com/mediatool/mediatool/commit/03c755454c9c746f41f522bca9695302f2278edc))
1578
+ * **ui:** add createTrigger component ([7346318](https://github.com/mediatool/mediatool/commit/7346318a779a7e27a454061166aa66160cb4f5fa))
1579
+ * **ui:** add focus-visible ([20a4876](https://github.com/mediatool/mediatool/commit/20a48764f5e3478c112f63b12f342769a1e3b570))
1580
+ * **ui:** add message icon and dummy topbar ([e1cdcc1](https://github.com/mediatool/mediatool/commit/e1cdcc1860cb6a7411ab020c7d4de68b9e046081))
1581
+ * **ui:** add navbarItem component ([fbfc4f3](https://github.com/mediatool/mediatool/commit/fbfc4f39cbac6251c79dfee0b09634fcbc2faaa4))
1582
+ * **ui:** add new icons for navigation ([c911bc3](https://github.com/mediatool/mediatool/commit/c911bc3aa5540a007bee2a7b5b0ca7a315237184))
1583
+ * **ui:** add new tokens, split global from theme ([c29f4bd](https://github.com/mediatool/mediatool/commit/c29f4bd7413616f4bbaf8674a90200af946d9a6a))
1584
+ * **ui:** add select and multiselect ([277893f](https://github.com/mediatool/mediatool/commit/277893fccfc40f7e20fadecf41e3a513373274e0))
1585
+ * **ui:** add status block component ([c6c4f86](https://github.com/mediatool/mediatool/commit/c6c4f86086bf6cf477dd48fab429b13f7b3a7f67))
1586
+ * **ui:** add status pin component ([e899f52](https://github.com/mediatool/mediatool/commit/e899f527aa2996a4cfe176a780e98cb2f2d19aa2))
1587
+ * **ui:** add style dictionary and tokens ([63f2eca](https://github.com/mediatool/mediatool/commit/63f2ecac7cf58dfdda2538f4bfa8be66e220dffe))
1588
+ * **ui:** add styling to inputs ([fd904c0](https://github.com/mediatool/mediatool/commit/fd904c0e72468e41ba755caf55e871894db4eb10))
1589
+ * **ui:** add subtle tag variant ([ec8ad85](https://github.com/mediatool/mediatool/commit/ec8ad85be9ab16ad369a92a6e2ab1b1aacb93746))
1590
+ * **ui:** added form label and font size tokens ([b1d686e](https://github.com/mediatool/mediatool/commit/b1d686efd1b74d00dbff9abe74f77e47a928da94))
1591
+ * **ui:** added more icons ([4d9849d](https://github.com/mediatool/mediatool/commit/4d9849d7ceb008b582f078bee31bed1551f2ffff))
1592
+ * **ui:** added stying to form labels ([baba852](https://github.com/mediatool/mediatool/commit/baba8529c43d6edbe59307bf4bf024c8fdb18ffd))
1593
+ * **ui:** added toast icons and tokens ([34c34d5](https://github.com/mediatool/mediatool/commit/34c34d5954511aaf5190d0775c990a7d20935ad9))
1594
+ * **ui:** build sidebar in demo page ([9a4e7b5](https://github.com/mediatool/mediatool/commit/9a4e7b57fbce75c176c5fdf3db7ed7333655f536))
1595
+ * **ui:** checkbox ([ee2993e](https://github.com/mediatool/mediatool/commit/ee2993e3990c71e5477e3651819421172a1d29f3))
1596
+ * **ui:** colorScheme support for select ([faad666](https://github.com/mediatool/mediatool/commit/faad66633bedf030f3d63838ee06dc656f55c0e4))
1597
+ * **ui:** extend button tokens to icon buttons ([c97a190](https://github.com/mediatool/mediatool/commit/c97a19020a4fa6bd94d515e3fe68a6ec36af1967))
1598
+ * **ui:** implement checkboxField component ([e59c207](https://github.com/mediatool/mediatool/commit/e59c2079d4fec792280c9ea3faa468728e1627e3))
1599
+ * **ui:** implement number input ([c461548](https://github.com/mediatool/mediatool/commit/c461548e17f9a34ca696878b2a3eeffffd1dbbca))
1600
+ * **ui:** implement RadioField component ([41649c4](https://github.com/mediatool/mediatool/commit/41649c449fd454459f30f1605c75b61df650c858))
1601
+ * **ui:** implement select ([3438145](https://github.com/mediatool/mediatool/commit/3438145560fd11d9adfaab8cf9ed5f0feb67dfad))
1602
+ * **ui:** implement switch component ([f40793c](https://github.com/mediatool/mediatool/commit/f40793cf73ba9de0d10d8662e0f2ad3279054cee))
1603
+ * **ui:** implement switchField component ([c83659f](https://github.com/mediatool/mediatool/commit/c83659ff684bc3058bf434e546fd2fa239d6c4a6))
1604
+ * **ui:** implementing textarea field ([8f2fdc3](https://github.com/mediatool/mediatool/commit/8f2fdc3b75a86a686394d8d10930c858a804d2bf))
1605
+ * **ui:** refactor button component to use tokens ([e475d06](https://github.com/mediatool/mediatool/commit/e475d0666602899dd11ea8b704a1cbe268458b5a))
1606
+ * **ui:** setup test enviroment ([a675818](https://github.com/mediatool/mediatool/commit/a675818f78b7c0677783d2a421e094d5745ca190))
1607
+ * **ui:** style basic tag component ([f66589a](https://github.com/mediatool/mediatool/commit/f66589a30bd22193a7bd36a546a7f1ebda5302fc))
1608
+ * **ui:** styled pin-input ([1989eef](https://github.com/mediatool/mediatool/commit/1989eef7cefd33bcab485d07a4a72a0dd370c8ec))
1609
+ * **ui:** styled textarea component ([c174758](https://github.com/mediatool/mediatool/commit/c1747580683423aa1d557221061f2556905d8683))
1610
+ * **ui:** styling for select ([6812641](https://github.com/mediatool/mediatool/commit/68126411733225094442dab80597f5465ef61524))
1611
+ * **ui:** styling for toast and implementation ([974d40a](https://github.com/mediatool/mediatool/commit/974d40a82dc7182c34d40f934fb1f38e3bbef0ce))
1612
+ * **ui:** styling number input ([85d9cf2](https://github.com/mediatool/mediatool/commit/85d9cf2d8d168a5df3578e595357e691c99b7a0a))
1613
+ * **ui:** styling scrollbar ([d7d060e](https://github.com/mediatool/mediatool/commit/d7d060e885688ecead658c1b13147dae26e073ec))
1614
+ * **ui:** unit test checkbox field ([fbe6f3a](https://github.com/mediatool/mediatool/commit/fbe6f3a7a9164a789a5f015ee85ad5b1af3ed1c0))
1615
+ * **ui:** unit test masked text input ([eb7badb](https://github.com/mediatool/mediatool/commit/eb7badb73200947863421387decb14774b786a74))
1616
+ * **ui:** unit test number input field ([e864112](https://github.com/mediatool/mediatool/commit/e864112daac5eaa3832eea8fe01ae9c45ff9d994))
1617
+ * **ui:** unit test radio field component ([dd6e9c9](https://github.com/mediatool/mediatool/commit/dd6e9c92bf24cb342a36f661812bf76b8ffbe36d))
1618
+ * **ui:** unit test select field ([89df168](https://github.com/mediatool/mediatool/commit/89df1681fd61221549c1a56be7dcc1321524564b))
1619
+ * **ui:** unit test switch field ([1119445](https://github.com/mediatool/mediatool/commit/1119445e76dc0fee24cc49a821812a731867ddb4))
1620
+ * **ui:** unit test text field ([ff94178](https://github.com/mediatool/mediatool/commit/ff94178f98f5c271d34d3ff40de2ed1841917659))