@northlight/ui 1.0.1 → 1.0.4

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 (3) hide show
  1. package/LICENSE +21 -0
  2. package/package.json +3 -2
  3. package/CHANGELOG.md +0 -1224
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 Mediatool
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@northlight/ui",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "Mediatool UI library, based on Chakra-ui",
5
5
  "license": "MIT",
6
6
  "author": "Mediatool",
@@ -105,5 +105,6 @@
105
105
  "react": ">=18.0.0",
106
106
  "react-dom": ">=18.0.0",
107
107
  "react-router-dom": "^5.0.0"
108
- }
108
+ },
109
+ "gitHead": "91c87313002b4f16df35e5fd2861cf2dba691133"
109
110
  }
package/CHANGELOG.md DELETED
@@ -1,1224 +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
- ## [2.23.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.23.1...@mediatool/ui@2.23.2) (2023-02-07)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **ui:** adding second methods argument to onSubmit callback ([acda3d9](https://github.com/mediatool/mediatool/commit/acda3d9cb78e28c5eaf6fd025859b5c3e3901b36))
12
- * **ui:** advanced-parse-float ([af397f7](https://github.com/mediatool/mediatool/commit/af397f7d9f8ae963dd27ee453739bc4cefd92bd5))
13
- * **ui:** remove default percentage input limited range ([95dc304](https://github.com/mediatool/mediatool/commit/95dc304a4ef8a890048e06b14764c6b8666ccd30))
14
-
15
-
16
-
17
-
18
-
19
- ## [2.23.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.23.0...@mediatool/ui@2.23.1) (2023-02-01)
20
-
21
-
22
- ### Bug Fixes
23
-
24
- * **ui:** set initial value to display with percentage factor for number input field ([70537b5](https://github.com/mediatool/mediatool/commit/70537b556e03110d2da26f3fd31c02f0f64a4aa7))
25
-
26
-
27
-
28
-
29
-
30
- # [2.23.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.22.0...@mediatool/ui@2.23.0) (2023-01-31)
31
-
32
-
33
- ### Bug Fixes
34
-
35
- * **ui:** export advancedParseFloat, displayValue ([0e4724d](https://github.com/mediatool/mediatool/commit/0e4724d5ef9f1b5225b5ba065c553c2c73df760b))
36
-
37
-
38
- ### Features
39
-
40
- * **ui:** implement input group wrapper ([4458443](https://github.com/mediatool/mediatool/commit/44584433da779f44e8bebafd42c50f86a2a23bf3))
41
- * **ui:** input group wrapper ([0fbd700](https://github.com/mediatool/mediatool/commit/0fbd70024c7874304d1065f28c468bfdd45883e5))
42
-
43
-
44
-
45
-
46
-
47
- # [2.22.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.12...@mediatool/ui@2.22.0) (2023-01-29)
48
-
49
-
50
- ### Features
51
-
52
- * **ui:** Percentage Input ([07d911f](https://github.com/mediatool/mediatool/commit/07d911f1bac3a88f17941a9fe1409b3ba072e443))
53
- * **ui:** support for custom tags/options and icon select ([ac448ab](https://github.com/mediatool/mediatool/commit/ac448abe2e2ff5aa2eb15ca0cfcafcb934728371))
54
-
55
-
56
-
57
-
58
-
59
- ## [2.21.12](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.11...@mediatool/ui@2.21.12) (2023-01-25)
60
-
61
-
62
- ### Bug Fixes
63
-
64
- * **ui:** reTrigger validation onSubmit ([fa129ed](https://github.com/mediatool/mediatool/commit/fa129ed7678af071ccfc427be65962aa497994cc))
65
- * **ui:** typography customizability ([06323f8](https://github.com/mediatool/mediatool/commit/06323f8c42cfbb6c6ab33672b5737f7f9fc9110d))
66
-
67
-
68
-
69
-
70
-
71
- ## [2.21.11](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.10...@mediatool/ui@2.21.11) (2023-01-24)
72
-
73
-
74
- ### Bug Fixes
75
-
76
- * **ui:** search bar adjustments ([c17c656](https://github.com/mediatool/mediatool/commit/c17c656ae20c25e5c49faebed465889c3a85ef49))
77
-
78
-
79
-
80
-
81
-
82
- ## [2.21.10](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.9...@mediatool/ui@2.21.10) (2023-01-19)
83
-
84
-
85
- ### Bug Fixes
86
-
87
- * **ui:** set empty image to null ([fb985c9](https://github.com/mediatool/mediatool/commit/fb985c927441e5c37ab448a61ff4374ba0c5a88b))
88
- * **ui:** sync up useClipboard hook with value prop ([7481a7e](https://github.com/mediatool/mediatool/commit/7481a7e87d977b2e3d4ef08e6b030a021b9ac611))
89
-
90
-
91
-
92
-
93
-
94
- ## [2.21.9](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.8...@mediatool/ui@2.21.9) (2023-01-17)
95
-
96
-
97
- ### Bug Fixes
98
-
99
- * **ui:** forwar ref on fast grid ([5f14c4c](https://github.com/mediatool/mediatool/commit/5f14c4cba14abbe784927c7327de0e5e4dbf9908))
100
-
101
-
102
-
103
-
104
-
105
- ## [2.21.8](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.7...@mediatool/ui@2.21.8) (2023-01-17)
106
-
107
-
108
- ### Bug Fixes
109
-
110
- * **ui:** generalize fast grid with rest ([09ff145](https://github.com/mediatool/mediatool/commit/09ff1451fe607c47fbf0ea96bcdb7086396b1435))
111
-
112
-
113
-
114
-
115
-
116
- ## [2.21.7](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.6...@mediatool/ui@2.21.7) (2023-01-10)
117
-
118
-
119
- ### Bug Fixes
120
-
121
- * **ui:** date picker yyyy stuck fix ([ec1f650](https://github.com/mediatool/mediatool/commit/ec1f650137d714a05bccdcf3f22ff4fcf48f6eac))
122
-
123
-
124
-
125
-
126
-
127
- ## [2.21.6](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.5...@mediatool/ui@2.21.6) (2023-01-03)
128
-
129
-
130
- ### Bug Fixes
131
-
132
- * **ui:** carousel items alignment prop ([8cd300f](https://github.com/mediatool/mediatool/commit/8cd300f0a3bab1e11997728c1b0ea84c3eefa8d2))
133
-
134
-
135
-
136
-
137
-
138
- ## [2.21.5](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.4...@mediatool/ui@2.21.5) (2023-01-01)
139
-
140
-
141
- ### Bug Fixes
142
-
143
- * **ui:** Date range picker field adjustments ([61e9d3e](https://github.com/mediatool/mediatool/commit/61e9d3e32a1d0eb8e109fe2b0be6f620153af459))
144
-
145
-
146
-
147
-
148
-
149
- ## [2.21.4](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.3...@mediatool/ui@2.21.4) (2022-12-29)
150
-
151
-
152
- ### Bug Fixes
153
-
154
- * **ui:** trimFormValues reference ([34f2e25](https://github.com/mediatool/mediatool/commit/34f2e259145cdef558ea08e62a5c38c87155910a))
155
-
156
-
157
-
158
-
159
-
160
- ## [2.21.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.2...@mediatool/ui@2.21.3) (2022-12-29)
161
-
162
-
163
- ### Bug Fixes
164
-
165
- * **ui:** inherit max width instead of hardcode ([afd7d12](https://github.com/mediatool/mediatool/commit/afd7d12c37f7228bd8f881774d41e324f4e224ba))
166
-
167
-
168
-
169
-
170
-
171
- ## [2.21.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.1...@mediatool/ui@2.21.2) (2022-12-22)
172
-
173
-
174
- ### Bug Fixes
175
-
176
- * **ui:** date picker value validation ([ac53176](https://github.com/mediatool/mediatool/commit/ac53176641596426ee773c420535ecad19706bdc))
177
-
178
-
179
-
180
-
181
-
182
- ## [2.21.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.21.0...@mediatool/ui@2.21.1) (2022-12-22)
183
-
184
-
185
- ### Bug Fixes
186
-
187
- * **ui:** Added react keys to date range picker quick select ([88d5557](https://github.com/mediatool/mediatool/commit/88d55573d6270710bfd9a2736d40ca6577024b9e))
188
- * **ui:** consistent font size for date picker ([858727b](https://github.com/mediatool/mediatool/commit/858727bc1edafcd63ef7d1ab0aa83e05f86d531e))
189
- * **ui:** Date Range Picker Field value string validation ([3b1aa16](https://github.com/mediatool/mediatool/commit/3b1aa164a24424ba20e3ed6645d1ac1ca4c7f894))
190
- * **ui:** RequiredIndicator only on form lables ([9794126](https://github.com/mediatool/mediatool/commit/97941269e03ee585bee23b8cee2850054db37e75))
191
-
192
-
193
-
194
-
195
-
196
- # [2.21.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.19.1...@mediatool/ui@2.21.0) (2022-12-21)
197
-
198
-
199
- ### Bug Fixes
200
-
201
- * **ui:** Date Range Picker Field value type ([696ba4a](https://github.com/mediatool/mediatool/commit/696ba4a7cb1371d3e0da2be39329ff847569d9ca))
202
- * **ui:** PR comments ([24d409a](https://github.com/mediatool/mediatool/commit/24d409a091db802210ce18a526ada42cdc5cd4f6))
203
-
204
-
205
- ### Features
206
-
207
- * **ui:** generalize flip button ([9805904](https://github.com/mediatool/mediatool/commit/9805904d7c658db6808b7683eb2672ad8f50ae52))
208
- * **ui:** SearchBarField ([2e876ef](https://github.com/mediatool/mediatool/commit/2e876ef29e2191879d21ef703865edb66fd4766e))
209
-
210
-
211
-
212
-
213
-
214
- # [2.20.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.19.1...@mediatool/ui@2.20.0) (2022-12-21)
215
-
216
-
217
- ### Bug Fixes
218
-
219
- * **ui:** Date Range Picker Field value type ([696ba4a](https://github.com/mediatool/mediatool/commit/696ba4a7cb1371d3e0da2be39329ff847569d9ca))
220
- * **ui:** PR comments ([24d409a](https://github.com/mediatool/mediatool/commit/24d409a091db802210ce18a526ada42cdc5cd4f6))
221
-
222
-
223
- ### Features
224
-
225
- * **ui:** generalize flip button ([9805904](https://github.com/mediatool/mediatool/commit/9805904d7c658db6808b7683eb2672ad8f50ae52))
226
- * **ui:** SearchBarField ([2e876ef](https://github.com/mediatool/mediatool/commit/2e876ef29e2191879d21ef703865edb66fd4766e))
227
-
228
-
229
-
230
-
231
-
232
- ## [2.19.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.19.0...@mediatool/ui@2.19.1) (2022-12-20)
233
-
234
-
235
- ### Bug Fixes
236
-
237
- * **ui:** Multi file picker fix react key ([f969b87](https://github.com/mediatool/mediatool/commit/f969b87fa55332e97f38876aa54c48cd3ba8c0f7))
238
- * **ui:** remove checkmark icon ([946d03b](https://github.com/mediatool/mediatool/commit/946d03b139acaddd8d5ffeed541ec2eaf8c099dd))
239
- * **ui:** trimFormValues unrelated types ([bef5b1a](https://github.com/mediatool/mediatool/commit/bef5b1a86b05d0be5fea7c7686cc96d5040024af))
240
-
241
-
242
-
243
-
244
-
245
- # [2.19.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.18.0...@mediatool/ui@2.19.0) (2022-12-20)
246
-
247
-
248
- ### Bug Fixes
249
-
250
- * **ui:** PR comments ([d224ddb](https://github.com/mediatool/mediatool/commit/d224ddbe4f5d5da1f4b722fb76932a353d8dc0e7))
251
- * **ui:** split up file ([d32ce48](https://github.com/mediatool/mediatool/commit/d32ce480e7462f884dafa5ca03896cd6c2f72ec9))
252
- * **ui:** use-select-callbacks onRemove callback ([c534799](https://github.com/mediatool/mediatool/commit/c5347997f7bce96c68dda6305bae4af89cae59c8))
253
-
254
-
255
- ### Features
256
-
257
- * **ui:** cott search bar ([39e6b36](https://github.com/mediatool/mediatool/commit/39e6b364b90989f93a1a0a621226b51270b65b8a))
258
-
259
-
260
-
261
-
262
-
263
- # [2.18.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.17.0...@mediatool/ui@2.18.0) (2022-12-19)
264
-
265
-
266
- ### Bug Fixes
267
-
268
- * **ui:** getContrastColor ([e283c53](https://github.com/mediatool/mediatool/commit/e283c53bc3ac1fc0c33b4c86da0336aa82b4ca84))
269
- * **ui:** Illya PR comments ([969543a](https://github.com/mediatool/mediatool/commit/969543a8ce4ec65c37e3c2d45274b35d9fd14a04))
270
- * **ui:** isolated logic into hook ([785a4e7](https://github.com/mediatool/mediatool/commit/785a4e7961f00d1f3cd0cb0b1b6128b1cd223334))
271
- * **ui:** moving files ([ab8c85f](https://github.com/mediatool/mediatool/commit/ab8c85f71cc27d30221ff9b209b5cf92e1ae7764))
272
- * **ui:** PR comments ([37f2231](https://github.com/mediatool/mediatool/commit/37f2231f4f142cb5e3df60b571c2623884366658))
273
- * **ui:** PR comments types ([c2e41ee](https://github.com/mediatool/mediatool/commit/c2e41ee85314abf4c884f5367cf25138fb027aae))
274
- * **ui:** ref and default tag ([5d25ac4](https://github.com/mediatool/mediatool/commit/5d25ac4a4c55cc6da3745a63ff52266bf7928d02))
275
- * **ui:** types ([b513df7](https://github.com/mediatool/mediatool/commit/b513df7fb1bfe42aa15c4f42b72ec8ba68e28898))
276
-
277
-
278
- ### Features
279
-
280
- * **ui:** added util arrayWithLength ([1dbb683](https://github.com/mediatool/mediatool/commit/1dbb68311a8ac6c6ff515e2ed2adda84747a9ac4))
281
- * **ui:** Date Range picker ([7d6f5fd](https://github.com/mediatool/mediatool/commit/7d6f5fd66021610ad1aa158907c8a866c2a9a251))
282
- * **ui:** quick navigational date picker buttons ([b6c4e67](https://github.com/mediatool/mediatool/commit/b6c4e67876fb3fd100292273d0066904f11cdef0))
283
- * **ui:** search bar component ([f781cb2](https://github.com/mediatool/mediatool/commit/f781cb2665b22fc685a97d043bb66011c0e3dd11))
284
- * **ui:** types and theming ([c42dc1a](https://github.com/mediatool/mediatool/commit/c42dc1a17b6267d8f6a4385dde857c4c4267b0bb))
285
-
286
-
287
-
288
-
289
-
290
- # [2.17.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.16.1...@mediatool/ui@2.17.0) (2022-12-16)
291
-
292
-
293
- ### Bug Fixes
294
-
295
- * **ui/framework:** Fix modal header styling ([f9fe780](https://github.com/mediatool/mediatool/commit/f9fe78087bb4cb8c739d85612e621b5a9e25a066))
296
- * **ui/framework:** Trimming all form inputs on submit ([ce261be](https://github.com/mediatool/mediatool/commit/ce261be23b57697dadfbdc16e6c04d5235d81868))
297
- * **ui:** PR review comments ([31d805a](https://github.com/mediatool/mediatool/commit/31d805a62f695b660cf77e99f93c22427ad0cefb))
298
- * **ui:** rebase, update packages ([ea019e9](https://github.com/mediatool/mediatool/commit/ea019e9d2fade6322e80773075b44cf19436f303))
299
-
300
-
301
- ### Features
302
-
303
- * **ui:** file picker field components ([a5e7d7f](https://github.com/mediatool/mediatool/commit/a5e7d7fb1a5807d8f6f861e90454d92df26f6382))
304
- * **ui:** file-picker types ([5d05fe7](https://github.com/mediatool/mediatool/commit/5d05fe7bb144777dab7d22e7da3fc8363c0d6a00))
305
- * **ui:** file-picker utils ([2f63edb](https://github.com/mediatool/mediatool/commit/2f63edbda34f75163b14c21a5e606814bfd68fc9))
306
- * **ui:** FilePicker ([b016cdf](https://github.com/mediatool/mediatool/commit/b016cdf32467dd4157fe2bbb2ecf6ba1edaddd8a))
307
- * **ui:** helper components ([3387e55](https://github.com/mediatool/mediatool/commit/3387e55b127fbd238cd7e199972c30d152fe2ca5))
308
- * **ui:** multiFilePicker ([901ed8e](https://github.com/mediatool/mediatool/commit/901ed8e399bd5530cce18e50121ddb6432c6b0b3))
309
- * **ui:** styling ([8debad3](https://github.com/mediatool/mediatool/commit/8debad3035b9bee97222331bbb56120e938b4773))
310
- * **ui:** unit test utils ([72b762b](https://github.com/mediatool/mediatool/commit/72b762b0a42fe00d942a129abd9f30225fa2125a))
311
-
312
-
313
-
314
-
315
-
316
- ## [2.16.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.16.0...@mediatool/ui@2.16.1) (2022-12-15)
317
-
318
-
319
- ### Bug Fixes
320
-
321
- * **ui/framework:** Align modal header font styles ([062bdfd](https://github.com/mediatool/mediatool/commit/062bdfd4d56a10871e3e590fac15429beab573a7))
322
-
323
-
324
-
325
-
326
-
327
- # [2.16.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.14.2...@mediatool/ui@2.16.0) (2022-12-14)
328
-
329
-
330
- ### Bug Fixes
331
-
332
- * **ui:** bump and remove unit test ([fee0106](https://github.com/mediatool/mediatool/commit/fee0106d532d1d63bef6fe4a9c1d0ce0fff3f8d0))
333
- * **ui:** fix inaccurate type ([a66d6e1](https://github.com/mediatool/mediatool/commit/a66d6e1ba7b871a6df73d3bd7ec3eed9182862ab))
334
-
335
-
336
- ### Features
337
-
338
- * **ui:** toolbox ([fe05d33](https://github.com/mediatool/mediatool/commit/fe05d33af785e43b74661de69f54336c4618900c))
339
- * **ui:** toolbox-footer ([d7634b5](https://github.com/mediatool/mediatool/commit/d7634b5b74463b1a5bede48be85aa6c80c0a29f9))
340
-
341
-
342
-
343
-
344
-
345
- # [2.15.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.14.2...@mediatool/ui@2.15.0) (2022-12-14)
346
-
347
-
348
- ### Bug Fixes
349
-
350
- * **ui:** bump and remove unit test ([fee0106](https://github.com/mediatool/mediatool/commit/fee0106d532d1d63bef6fe4a9c1d0ce0fff3f8d0))
351
- * **ui:** fix inaccurate type ([6a02631](https://github.com/mediatool/mediatool/commit/6a0263182d844a0d22af4bd501869d6fcbe5694a))
352
-
353
-
354
- ### Features
355
-
356
- * **ui:** toolbox ([fe05d33](https://github.com/mediatool/mediatool/commit/fe05d33af785e43b74661de69f54336c4618900c))
357
-
358
-
359
-
360
-
361
-
362
- ## [2.14.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.14.1...@mediatool/ui@2.14.2) (2022-12-08)
363
-
364
-
365
- ### Bug Fixes
366
-
367
- * **ui:** export webapp theme as theme ([7edff5c](https://github.com/mediatool/mediatool/commit/7edff5c778e091e2fbc1ac4c039c060d3d70eb33))
368
-
369
-
370
-
371
-
372
-
373
- ## [2.14.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.14.0...@mediatool/ui@2.14.1) (2022-12-07)
374
-
375
-
376
- ### Bug Fixes
377
-
378
- * **ui:** select tag right color ([7a01f3e](https://github.com/mediatool/mediatool/commit/7a01f3e545719a2aa8a6d7eb483ecae7bab2cf26))
379
-
380
-
381
-
382
-
383
-
384
- # [2.14.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.13.2...@mediatool/ui@2.14.0) (2022-12-07)
385
-
386
-
387
- ### Features
388
-
389
- * **ui:** add theme switcher and fix broken components ([80eefdc](https://github.com/mediatool/mediatool/commit/80eefdccf92577e7cd25552e3c7dbe71e8014c6a))
390
-
391
-
392
-
393
-
394
-
395
- ## [2.13.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.13.1...@mediatool/ui@2.13.2) (2022-12-06)
396
-
397
-
398
- ### Bug Fixes
399
-
400
- * **ui:** adapt getContrastColor for multiple themes ([491a2db](https://github.com/mediatool/mediatool/commit/491a2db371fb1082ffa962e53fab8d6b2bb410b9))
401
-
402
-
403
-
404
-
405
-
406
- ## [2.13.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.13.0...@mediatool/ui@2.13.1) (2022-11-30)
407
-
408
-
409
- ### Reverts
410
-
411
- * Revert "Publish" ([b7d859a](https://github.com/mediatool/mediatool/commit/b7d859a5b483812e24cf42770632cd47292e92d0))
412
-
413
-
414
-
415
-
416
-
417
- # [2.12.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.11.0...@mediatool/ui@2.12.0) (2022-11-28)
418
-
419
-
420
- ### Bug Fixes
421
-
422
- * **ui/framework:** transitions exit time event handling ([ad4025f](https://github.com/mediatool/mediatool/commit/ad4025fa18c7e99b617149f6164bfd6c44e9e361))
423
- * **ui:** adjust parent box of fade animation to always take up 100% ([cde6398](https://github.com/mediatool/mediatool/commit/cde6398b5af8e739154a9b6c8ea0ed74cfb742bb))
424
- * **ui:** parse theme into hex ([dc2c988](https://github.com/mediatool/mediatool/commit/dc2c98814c90c6ad87010d148feafe1015d54388))
425
- * **ui:** refactor and export all component types ([6eb224e](https://github.com/mediatool/mediatool/commit/6eb224ed723de8caafc36b3b6b69ae132febc76e))
426
-
427
-
428
- ### Features
429
-
430
- * **ui/framework:** add tokens visualizer ([2330f33](https://github.com/mediatool/mediatool/commit/2330f3371d26d9f9e237ba639b02cce56c657b16))
431
- * **ui:** progress bar ([9a4517a](https://github.com/mediatool/mediatool/commit/9a4517a838d014b3f8ed1892bddbdf7429fb5926))
432
-
433
-
434
-
435
-
436
-
437
- # [2.11.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.10.1...@mediatool/ui@2.11.0) (2022-11-22)
438
-
439
-
440
- ### Bug Fixes
441
-
442
- * **ui/framework:** showing where to put the locket ([334ffd5](https://github.com/mediatool/mediatool/commit/334ffd55087ccc969e63505ba92cd9d3c49b8c79))
443
- * **ui:** Fix select field for group input ([7592247](https://github.com/mediatool/mediatool/commit/75922472afb5b4f680ea12ab12042cc1ac52946c))
444
- * **ui:** update childrenAsArray to Children.toArray in flip-button-group ([f473803](https://github.com/mediatool/mediatool/commit/f473803f13571f2b1b026ea069d223752567c0ed))
445
-
446
-
447
- ### Features
448
-
449
- * **ui:** components ([e8ca6a8](https://github.com/mediatool/mediatool/commit/e8ca6a8632c0159d2b7311e5cb722336e0326671))
450
- * **ui:** utils ([1d99cbf](https://github.com/mediatool/mediatool/commit/1d99cbf2a24268f6eb449969b458505f261fba72))
451
-
452
-
453
- ### Reverts
454
-
455
- * Revert "Publish" ([bd2c3f7](https://github.com/mediatool/mediatool/commit/bd2c3f7f96932099010dd7dbe46b5bd041a563ef))
456
- * Revert "Publish" ([9338714](https://github.com/mediatool/mediatool/commit/93387143d9f1e9fd3341318f7673e7791b79743d))
457
-
458
-
459
-
460
-
461
-
462
- ## [2.10.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.10.0...@mediatool/ui@2.10.1) (2022-11-21)
463
-
464
-
465
- ### Bug Fixes
466
-
467
- * **ui:** ellipsis text in editable ([4c9da83](https://github.com/mediatool/mediatool/commit/4c9da8391ad09c0545d564fadc0d827a0aee63b1))
468
-
469
-
470
-
471
-
472
-
473
- # [2.10.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.9.1...@mediatool/ui@2.10.0) (2022-11-21)
474
-
475
-
476
- ### Features
477
-
478
- * **ui:** add card component from chakra ([5ecbb40](https://github.com/mediatool/mediatool/commit/5ecbb40612c8522d6bbf96f7fe0b83bf6b0b092a))
479
- * **ui:** added EditableText component ([36d42a6](https://github.com/mediatool/mediatool/commit/36d42a690dc90983c0dd91cf9ead6157e4f41a4c))
480
-
481
-
482
-
483
-
484
-
485
- ## [2.9.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.9.0...@mediatool/ui@2.9.1) (2022-11-17)
486
-
487
-
488
- ### Bug Fixes
489
-
490
- * **ui:** Added is clearable prop for the DatePicker component ([dfedaaf](https://github.com/mediatool/mediatool/commit/dfedaaf094e93b2a12c25bfedbd582fff247838f))
491
-
492
-
493
-
494
-
495
-
496
- # [2.9.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.5...@mediatool/ui@2.9.0) (2022-11-16)
497
-
498
-
499
- ### Bug Fixes
500
-
501
- * **ui:** fix date-picker doc page ([060dad9](https://github.com/mediatool/mediatool/commit/060dad9b4d02d1e142f61c4b049ee338c78f108d))
502
-
503
-
504
- ### Features
505
-
506
- * **ui:** added webapp skin to theme overrides ([294cbed](https://github.com/mediatool/mediatool/commit/294cbed9eceb06c450d6ecc260ff7c3310ef06a3))
507
-
508
-
509
-
510
-
511
-
512
- ## [2.8.5](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.4...@mediatool/ui@2.8.5) (2022-11-16)
513
-
514
-
515
- ### Bug Fixes
516
-
517
- * **ui:** event not passed down to callback ([8882c87](https://github.com/mediatool/mediatool/commit/8882c87f4ff6fe15e8d9e46454d30c9641a1839a))
518
-
519
-
520
-
521
-
522
-
523
- ## [2.8.4](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.3...@mediatool/ui@2.8.4) (2022-11-15)
524
-
525
-
526
- ### Bug Fixes
527
-
528
- * **ui/framework:** clean up lowlife code ([a76a274](https://github.com/mediatool/mediatool/commit/a76a27412090a9803816515e03a4cc1ea2883bde))
529
- * **ui:** date-picker formatting reggex ([d2d0fed](https://github.com/mediatool/mediatool/commit/d2d0fedd2662774d7dfbc2044840f39ee3fca632))
530
- * **ui:** fixed ratio and clickable avatar ([fe35ba5](https://github.com/mediatool/mediatool/commit/fe35ba5f9f7b03f3ee62b926e612acf24bcef6a2))
531
- * **ui:** onChange callback ([43c2f40](https://github.com/mediatool/mediatool/commit/43c2f4049a68297f2aa7d9ff4872887512a11668))
532
-
533
-
534
-
535
-
536
-
537
- ## [2.8.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.2...@mediatool/ui@2.8.3) (2022-11-14)
538
-
539
-
540
- ### Bug Fixes
541
-
542
- * **ui/framework:** add proper exported types ([f9663f9](https://github.com/mediatool/mediatool/commit/f9663f981ddd8721e7ed578a12da214d19dac6e1))
543
-
544
-
545
-
546
-
547
-
548
- ## [2.8.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.1...@mediatool/ui@2.8.2) (2022-11-14)
549
-
550
- **Note:** Version bump only for package @mediatool/ui
551
-
552
-
553
-
554
-
555
-
556
- ## [2.8.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.8.0...@mediatool/ui@2.8.1) (2022-11-14)
557
-
558
- **Note:** Version bump only for package @mediatool/ui
559
-
560
-
561
-
562
-
563
-
564
- # [2.8.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.7.0...@mediatool/ui@2.8.0) (2022-11-14)
565
-
566
-
567
- ### Bug Fixes
568
-
569
- * **ui:** styling ([b09a8c1](https://github.com/mediatool/mediatool/commit/b09a8c152e374f95fd2315e4d0eac34c2ff23430))
570
-
571
-
572
- ### Features
573
-
574
- * **ui:** onMovedItem callback ([4388c7d](https://github.com/mediatool/mediatool/commit/4388c7d7c619573449124300e879d636036315dc))
575
- * **ui:** useSetValueRefreshed ([d68ccf4](https://github.com/mediatool/mediatool/commit/d68ccf4aa88d92c577f80cc2ed9bd6a1df0637b4))
576
-
577
-
578
-
579
-
580
-
581
- # [2.7.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.6.1...@mediatool/ui@2.7.0) (2022-11-10)
582
-
583
-
584
- ### Bug Fixes
585
-
586
- * **ui:** disable onKeyDown in case inEditMode ([57c2875](https://github.com/mediatool/mediatool/commit/57c2875377d768523d400b97765b8d0f4430731d))
587
- * **ui:** remove default margin on labels ([25107bd](https://github.com/mediatool/mediatool/commit/25107bdfdd299f59ce65e62f4195b0b6235548d4))
588
-
589
-
590
- ### Features
591
-
592
- * **ui/framework:** added labels ([e8ddd8a](https://github.com/mediatool/mediatool/commit/e8ddd8a9ccf743b4f0cd08bf070069f41c10ec19))
593
- * **ui:** dragHandle ([6975bc9](https://github.com/mediatool/mediatool/commit/6975bc9205fe5ac8a9d99217edaca8d62d40d013))
594
-
595
-
596
-
597
-
598
-
599
- ## [2.6.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.6.0...@mediatool/ui@2.6.1) (2022-11-09)
600
-
601
-
602
- ### Bug Fixes
603
-
604
- * **ui/framework:** make ghost button actually ghost ([337bd94](https://github.com/mediatool/mediatool/commit/337bd94409f4b3d1a4839cb2f09e82ecfa82b47b))
605
- * **ui:** select option focus ([b17a9b0](https://github.com/mediatool/mediatool/commit/b17a9b034d6eb3229e02f2745f94b8c44b900c0e))
606
-
607
-
608
-
609
-
610
-
611
- # [2.6.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.5.0...@mediatool/ui@2.6.0) (2022-11-09)
612
-
613
-
614
- ### Bug Fixes
615
-
616
- * **ui/framework:** remove old validation ([64cf9a2](https://github.com/mediatool/mediatool/commit/64cf9a2a338de50e8b101fbd7fdb28b49883bf2f))
617
-
618
-
619
- ### Features
620
-
621
- * **ui/framework:** add split pane component ([ea8470b](https://github.com/mediatool/mediatool/commit/ea8470b34bafef61419496c46ced4c563b1dc32d))
622
-
623
-
624
-
625
-
626
-
627
- # [2.5.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.4.0...@mediatool/ui@2.5.0) (2022-11-08)
628
-
629
-
630
- ### Bug Fixes
631
-
632
- * **ui/framework:** use our tokens in chakra theme ([17694d9](https://github.com/mediatool/mediatool/commit/17694d914998a3bc6241a2d07bb73bc7d65b7f57))
633
- * **ui:** broken select onChange ([782b4f2](https://github.com/mediatool/mediatool/commit/782b4f23cb115a1a72a324fd3b5857e680b9f50d))
634
- * **ui:** Field component now supports nested validation ([728bab1](https://github.com/mediatool/mediatool/commit/728bab1b7ea52ec4869ee1d6969292144835ae4c))
635
- * **ui:** setup after rebase ([36aa693](https://github.com/mediatool/mediatool/commit/36aa693e02719798af4f52a89ec0ce2b7ca713f0))
636
- * **ui:** shouldConvert prop ([323d377](https://github.com/mediatool/mediatool/commit/323d377af586454f8cb408c4f6299d09cf6d0e2e))
637
- * **ui:** type value ([9415f00](https://github.com/mediatool/mediatool/commit/9415f009ef661cbbceb575e72d5962adda8deb66))
638
-
639
-
640
- ### Features
641
-
642
- * **ui:** add huge modal ([75a9026](https://github.com/mediatool/mediatool/commit/75a9026fa9e3ca99fd8ec0dfc9d7341de355dd59))
643
- * **ui:** Avatar component ([dcbe443](https://github.com/mediatool/mediatool/commit/dcbe443bce285883ea0d34cc1431f1fbbc16f528))
644
- * **ui:** flip button component ([db96c1c](https://github.com/mediatool/mediatool/commit/db96c1cf595fca7d818f4f3e69ed9f035fef85c6))
645
- * **ui:** flip button tokens ([5c5c03b](https://github.com/mediatool/mediatool/commit/5c5c03bce1b021de4128963d55e4ea1126308532))
646
- * **ui:** Split up avatar into avatar button ([41acde8](https://github.com/mediatool/mediatool/commit/41acde861a26e9c1e9ab6807e31bbdd471b3262b))
647
- * **ui:** unit test for avatar ([11a0cb6](https://github.com/mediatool/mediatool/commit/11a0cb681eacd9ca00dfd941b3bc6b32110d24ac))
648
- * **ui:** unit test getFieldError ([9542fb8](https://github.com/mediatool/mediatool/commit/9542fb8f88f1d1e08ec346d6dace641aba29ce3a))
649
-
650
-
651
-
652
-
653
-
654
- # [2.4.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.3.0...@mediatool/ui@2.4.0) (2022-11-03)
655
-
656
-
657
- ### Bug Fixes
658
-
659
- * **ui:** sortable item dbl click prevent onPointerDown event ([4d577cc](https://github.com/mediatool/mediatool/commit/4d577cc81b7c953351adeae170dcaed5daeeed60))
660
-
661
-
662
- ### Features
663
-
664
- * **ui/framework:** make sortable list generic ([edcf28d](https://github.com/mediatool/mediatool/commit/edcf28d922d76b3faa86a3390da77457175ab78c))
665
- * **ui:** onAdd, onRemove callbacks ([e893a3e](https://github.com/mediatool/mediatool/commit/e893a3e2a8f226fe203719feb3ac55462abbc16d))
666
-
667
-
668
-
669
-
670
-
671
- # [2.3.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.2.3...@mediatool/ui@2.3.0) (2022-11-02)
672
-
673
-
674
- ### Bug Fixes
675
-
676
- * **ui:** PR review changes ([44c6ae4](https://github.com/mediatool/mediatool/commit/44c6ae4f5fed7f3a94b743a44f3ba717305ddfd3))
677
-
678
-
679
- ### Features
680
-
681
- * **ui:** added formatting to date-picker ([30aa082](https://github.com/mediatool/mediatool/commit/30aa082e32f8a148fec8794fac844cb7c39428f5))
682
- * **ui:** Drag n' drop components ([1fe2183](https://github.com/mediatool/mediatool/commit/1fe21830f1b7ffc973436a237b99064e42acfc5c))
683
- * **ui:** multi sort ([4189d7b](https://github.com/mediatool/mediatool/commit/4189d7b443fd60d408e57eced8409cedc5d6f3d0))
684
- * **ui:** sortable list ([6f0f415](https://github.com/mediatool/mediatool/commit/6f0f415e700e1c01e291fbd14515b719f19063f5))
685
-
686
-
687
-
688
-
689
-
690
- ## [2.2.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.2.2...@mediatool/ui@2.2.3) (2022-11-01)
691
-
692
- **Note:** Version bump only for package @mediatool/ui
693
-
694
-
695
-
696
-
697
-
698
- ## [2.2.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.2.1...@mediatool/ui@2.2.2) (2022-10-31)
699
-
700
-
701
- ### Bug Fixes
702
-
703
- * **ui:** sorted side-menu ([ac7a49d](https://github.com/mediatool/mediatool/commit/ac7a49d16b143330b83ee1cec2a74df92be07f2f))
704
-
705
-
706
-
707
-
708
-
709
- ## [2.2.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.2.0...@mediatool/ui@2.2.1) (2022-10-28)
710
-
711
-
712
- ### Bug Fixes
713
-
714
- * **ui/framework:** update form labels ([4d6055d](https://github.com/mediatool/mediatool/commit/4d6055da3313c6775071f2c73754ed2b8f46ad3b))
715
-
716
-
717
-
718
-
719
-
720
- # [2.2.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.1.0...@mediatool/ui@2.2.0) (2022-10-26)
721
-
722
-
723
- ### Bug Fixes
724
-
725
- * **ui:** fix radio field unit test isChecked and isInvalid ([4260a2e](https://github.com/mediatool/mediatool/commit/4260a2e93b45114b51a2b388095cb23615fd7469))
726
-
727
-
728
- ### Features
729
-
730
- * **ui/framework:** add typography components ([f6797d4](https://github.com/mediatool/mediatool/commit/f6797d45d4e86315c96e70df1eca683d2bdff48b))
731
- * **ui/framework:** export highlight ([9936960](https://github.com/mediatool/mediatool/commit/9936960099d8a9facf9cf5ad0e3ef85e5a8de204))
732
- * **ui:** ClickableWrapper component ([bf517af](https://github.com/mediatool/mediatool/commit/bf517af3d4874d0c2ebecc2674ded43c38e17ea5))
733
-
734
-
735
-
736
-
737
-
738
- # [2.1.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.0.3...@mediatool/ui@2.1.0) (2022-10-19)
739
-
740
-
741
- ### Bug Fixes
742
-
743
- * **ui:** added default check if color is empty string ([539340a](https://github.com/mediatool/mediatool/commit/539340a144353ff0ca1d5c4cb9a1912b91f9a34d))
744
- * **ui:** date-picker-fix-final-final ([2d714a6](https://github.com/mediatool/mediatool/commit/2d714a6471ec1d57edf17e247d63897adf58e6f0))
745
-
746
-
747
- ### Features
748
-
749
- * **ui:** color picker field ([4b5ac70](https://github.com/mediatool/mediatool/commit/4b5ac70cafca1eafc226762e863f89188268582d))
750
-
751
-
752
-
753
-
754
-
755
- ## [2.0.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.0.2...@mediatool/ui@2.0.3) (2022-10-18)
756
-
757
-
758
- ### Bug Fixes
759
-
760
- * **ui:** don't trigger validation for entire form onChange ([bd1f67a](https://github.com/mediatool/mediatool/commit/bd1f67a1997a38d0177b52c8d5394f3fac2102de))
761
-
762
-
763
-
764
-
765
-
766
- ## [2.0.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.0.1...@mediatool/ui@2.0.2) (2022-10-18)
767
-
768
-
769
- ### Bug Fixes
770
-
771
- * **ui:** date picker range validation message if max or min undefined ([77bc3cc](https://github.com/mediatool/mediatool/commit/77bc3ccf815d455b58ac0d9fb2c012cbea2ca110))
772
-
773
-
774
-
775
-
776
-
777
- ## [2.0.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@2.0.0...@mediatool/ui@2.0.1) (2022-10-18)
778
-
779
-
780
- ### Bug Fixes
781
-
782
- * **ui:** Added date picker validation for when user inputs value outside valid interval ([3bd22bb](https://github.com/mediatool/mediatool/commit/3bd22bb670a848d3e5ce6be3cdab374b163eab17))
783
- * **ui:** rename enableReInitialize to enableReinitialize ([122069f](https://github.com/mediatool/mediatool/commit/122069f200ada99176ea6417f50a2a9568eb1827))
784
-
785
-
786
-
787
-
788
-
789
- # [2.0.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.10.2...@mediatool/ui@2.0.0) (2022-10-17)
790
-
791
-
792
- ### Bug Fixes
793
-
794
- * **ui:** manually set ui version ([95fe72c](https://github.com/mediatool/mediatool/commit/95fe72c5a1413cab17ec2ec79ac7448cad9c870b))
795
- * **ui:** renamed org logo to organization logo ([33ed0e7](https://github.com/mediatool/mediatool/commit/33ed0e71d635a766ec36ae621d602e1f0801b78c))
796
-
797
-
798
- * feat(ui)!: Migrate Formik to React Hook Form ([1378b0c](https://github.com/mediatool/mediatool/commit/1378b0cb671eebed4221524b53d58a19d6f2cfbd))
799
-
800
-
801
- ### Features
802
-
803
- * **ui:** Blinker UI Component ([5afe9d3](https://github.com/mediatool/mediatool/commit/5afe9d3f9e189a7ac632dc8a5a583cba86b0a117))
804
- * **ui:** fast-grid, test-pages, docs-pages, extra stuff ([6f8b4db](https://github.com/mediatool/mediatool/commit/6f8b4db64d0b813492ef4f0bc9a3e2b46302d46b))
805
-
806
-
807
- ### BREAKING CHANGES
808
-
809
- * This breaks compatibility with previous formik formsj
810
-
811
-
812
-
813
-
814
-
815
- ## [1.10.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.10.1...@mediatool/ui@1.10.2) (2022-10-12)
816
-
817
-
818
- ### Bug Fixes
819
-
820
- * **ui/framework:** update value of color picker from the outside ([cb0ffb7](https://github.com/mediatool/mediatool/commit/cb0ffb740b554240ff5be8a66f52e91649dbee7b))
821
-
822
-
823
- ### Reverts
824
-
825
- * Revert "Publish" ([0090cc4](https://github.com/mediatool/mediatool/commit/0090cc467e643df80e88866620b08ddd4ce5ad4c))
826
-
827
-
828
-
829
-
830
-
831
- ## [1.10.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.10.0...@mediatool/ui@1.10.1) (2022-10-06)
832
-
833
-
834
- ### Bug Fixes
835
-
836
- * **ui/framework:** display isInvalid while input is focused ([75529ed](https://github.com/mediatool/mediatool/commit/75529ed0840a89bafc128aff4c36aa8771f99115))
837
-
838
-
839
-
840
-
841
-
842
- # [1.10.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.9.1...@mediatool/ui@1.10.0) (2022-10-05)
843
-
844
-
845
- ### Bug Fixes
846
-
847
- * **ui/framework:** style steps and add docs ([cff333d](https://github.com/mediatool/mediatool/commit/cff333d3db958d501a382e52a18cd65f65f877f7))
848
-
849
-
850
- ### Features
851
-
852
- * **ui:** Color Picker UI Component ([302101c](https://github.com/mediatool/mediatool/commit/302101c3b61974d93f60d2f287add9f6aab753fd))
853
- * **ui:** Improved utility getContrastColor ([b07754c](https://github.com/mediatool/mediatool/commit/b07754c083706cb47d07deafdc8153a9177a0743))
854
- * **ui:** unit test color picker ([e5965ad](https://github.com/mediatool/mediatool/commit/e5965adbabb786895b3996c27b88b5e866b5a314))
855
- * **ui:** unit test getShades ([d5d6f73](https://github.com/mediatool/mediatool/commit/d5d6f73033292b00c60cfe3dd0ab3c26059413d6))
856
-
857
-
858
- ### Reverts
859
-
860
- * Revert "Publish" ([37b584b](https://github.com/mediatool/mediatool/commit/37b584b61dccc22d472f5c0a2539fca498433c1e))
861
-
862
-
863
-
864
-
865
-
866
- ## [1.9.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.9.0...@mediatool/ui@1.9.1) (2022-10-05)
867
-
868
- **Note:** Version bump only for package @mediatool/ui
869
-
870
-
871
-
872
-
873
-
874
- # [1.9.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.8.3...@mediatool/ui@1.9.0) (2022-09-30)
875
-
876
-
877
- ### Features
878
-
879
- * **ui/framework:** add clipboard input ([8dc6bd1](https://github.com/mediatool/mediatool/commit/8dc6bd1a1bf61912a2288c62fae43192139e8802))
880
- * **ui/framework:** add theme for icon ([36aed6f](https://github.com/mediatool/mediatool/commit/36aed6f3841f2e90fa2f6f137aa3e78c7a8a91c5))
881
- * **ui/framework:** icons in icon button scale on button size ([5d55669](https://github.com/mediatool/mediatool/commit/5d556690a71f6c78e532623ea617873e8dcba1ae))
882
- * **ui/framework:** theme tooltip ([a7f787c](https://github.com/mediatool/mediatool/commit/a7f787c8d4d99b45abdc067a0d26c13fb50726bb))
883
-
884
-
885
-
886
-
887
-
888
- ## [1.8.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.8.2...@mediatool/ui@1.8.3) (2022-09-22)
889
-
890
-
891
- ### Bug Fixes
892
-
893
- * **ui/framework:** align step component ([357de8d](https://github.com/mediatool/mediatool/commit/357de8d7686ca25d905ba705c0f28c4152a2620d))
894
- * **ui/framework:** changed avatar tokens ([a33d23d](https://github.com/mediatool/mediatool/commit/a33d23d3bcb9f3922b49faf502f7ec505ece92c8))
895
- * **ui/framework:** fix palette page ([c93611c](https://github.com/mediatool/mediatool/commit/c93611ca73a252b38b2f2af13fb508696b83c837))
896
- * **ui/framework:** separate alert from toast ([76e9aa0](https://github.com/mediatool/mediatool/commit/76e9aa036ef59332bab495e99a85dd40e4118e59))
897
-
898
-
899
-
900
-
901
-
902
- ## [1.8.2](/compare/@mediatool/ui@1.8.1...@mediatool/ui@1.8.2) (2022-09-20)
903
-
904
-
905
- ### Bug Fixes
906
-
907
- * **ui/framework:** export circle component 7cde8fc
908
- * **ui:** change HStack to VStack in step component 685f4ca
909
-
910
-
911
- ### Reverts
912
-
913
- * Revert "Publish" 84566fc
914
- * Revert "Publish" 55c85f5
915
-
916
-
917
-
918
-
919
-
920
- ## [1.8.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.8.0...@mediatool/ui@1.8.1) (2022-09-19)
921
-
922
-
923
- ### Bug Fixes
924
-
925
- * **ui/framework:** small changes in modal theme ([986971c](https://github.com/mediatool/mediatool/commit/986971cca8262ff36740972811736c34a646ac95))
926
-
927
-
928
-
929
-
930
-
931
- # [1.8.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.7.0...@mediatool/ui@1.8.0) (2022-09-14)
932
-
933
-
934
- ### Bug Fixes
935
-
936
- * **ui/framework:** export step ([7bb6f59](https://github.com/mediatool/mediatool/commit/7bb6f5904c4a122cde5207ba3f92f8e8a5c11e3b))
937
-
938
-
939
- ### Features
940
-
941
- * **ui/framework:** export steps components ([c0a79eb](https://github.com/mediatool/mediatool/commit/c0a79eb6cae2c737404635c0ada8d40e95d40aab))
942
- * **ui/framework:** style addon on input ([393e109](https://github.com/mediatool/mediatool/commit/393e109079ae982c57c0caeaea8504b42368cede))
943
- * **ui/framework:** style sof-rounded tabs ([4f07a69](https://github.com/mediatool/mediatool/commit/4f07a69fd9c026deac1075ccc88a3039f399f52b))
944
- * **ui:** stress testing ([8465fef](https://github.com/mediatool/mediatool/commit/8465fef2432190824ec9b99f43b137d3745d48e4))
945
-
946
-
947
-
948
-
949
-
950
- # [1.7.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.5...@mediatool/ui@1.7.0) (2022-09-13)
951
-
952
-
953
- ### Bug Fixes
954
-
955
- * **ui/framework:** forward ref to icon ([a72fb46](https://github.com/mediatool/mediatool/commit/a72fb461523457002365351edaddd90352939b12))
956
-
957
-
958
- ### Features
959
-
960
- * **ui:** Unit test for modal ([359d4bb](https://github.com/mediatool/mediatool/commit/359d4bbc8e60cc1fff426b3b84a8710acfd90648))
961
-
962
-
963
-
964
-
965
-
966
- ## [1.6.5](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.4...@mediatool/ui@1.6.5) (2022-09-13)
967
-
968
- **Note:** Version bump only for package @mediatool/ui
969
-
970
-
971
-
972
-
973
-
974
- ## [1.6.4](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.3...@mediatool/ui@1.6.4) (2022-09-13)
975
-
976
-
977
- ### Bug Fixes
978
-
979
- * **ui/framework:** fix loading on select ([721abd4](https://github.com/mediatool/mediatool/commit/721abd404b8875f55d410d5fa548d4714db9bb0c))
980
-
981
-
982
-
983
-
984
-
985
- ## [1.6.3](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.2...@mediatool/ui@1.6.3) (2022-09-13)
986
-
987
-
988
- ### Bug Fixes
989
-
990
- * **ui/framework:** add tag color support on select ([662c050](https://github.com/mediatool/mediatool/commit/662c050caee1ecd76dc0bdf7dda5c4b3da4c80cc))
991
-
992
-
993
-
994
-
995
-
996
- ## [1.6.2](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.1...@mediatool/ui@1.6.2) (2022-09-07)
997
-
998
-
999
- ### Bug Fixes
1000
-
1001
- * **ui/framework:** rewrite orglogo component ([b48360c](https://github.com/mediatool/mediatool/commit/b48360ca5edd4bd36f14ba60c17a6c8e5c688f05))
1002
-
1003
-
1004
-
1005
-
1006
-
1007
- ## [1.6.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.6.0...@mediatool/ui@1.6.1) (2022-09-07)
1008
-
1009
-
1010
- ### Bug Fixes
1011
-
1012
- * **ui/framework:** add min width to number input ([83d2741](https://github.com/mediatool/mediatool/commit/83d27417a6bbdb9c006d262009f17f4d9d18a930))
1013
-
1014
-
1015
-
1016
-
1017
-
1018
- # [1.6.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.5.0...@mediatool/ui@1.6.0) (2022-09-06)
1019
-
1020
-
1021
- ### Bug Fixes
1022
-
1023
- * **ui/framework:** fix square org logo border radius ([989bfbc](https://github.com/mediatool/mediatool/commit/989bfbcd02d78f228070d651a286746b96191b44))
1024
-
1025
-
1026
- ### Features
1027
-
1028
- * **ui/framework:** add modal ([d99f79a](https://github.com/mediatool/mediatool/commit/d99f79af5b431db920e60d11581ee1c3fb28fc19))
1029
- * **ui/framework:** style close button ([31ff8fe](https://github.com/mediatool/mediatool/commit/31ff8fe67097432ee2015f3071360361492261f8))
1030
-
1031
-
1032
- ### Reverts
1033
-
1034
- * Revert "Publish" ([4decb6c](https://github.com/mediatool/mediatool/commit/4decb6cb7cd7d437615796ab8a6129e36f20487d))
1035
-
1036
-
1037
-
1038
-
1039
-
1040
- # [1.5.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.4.1...@mediatool/ui@1.5.0) (2022-09-01)
1041
-
1042
-
1043
- ### Bug Fixes
1044
-
1045
- * **ui/framework:** replace old icons with the new once ([260e226](https://github.com/mediatool/mediatool/commit/260e226b1a11bbb8518d025cf79f9b8243c3b849))
1046
-
1047
-
1048
- ### Features
1049
-
1050
- * **ui/framework:** add wcag ring helper ([b602836](https://github.com/mediatool/mediatool/commit/b6028365436602a4788e9acb7ce776517fbe8c9f))
1051
- * **ui/framework:** modify icon component and display all icons in docs ([423cd96](https://github.com/mediatool/mediatool/commit/423cd96efd3bcfe38a8d0072dd3790c9656cefdd))
1052
-
1053
-
1054
-
1055
-
1056
-
1057
- ## [1.4.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.4.0...@mediatool/ui@1.4.1) (2022-09-01)
1058
-
1059
-
1060
- ### Bug Fixes
1061
-
1062
- * **ui/framework:** fix sizing for avatar ([b45b2ab](https://github.com/mediatool/mediatool/commit/b45b2abebfb6b2e5f615b15b6713b3be3f27ee64))
1063
-
1064
-
1065
-
1066
-
1067
-
1068
- # [1.4.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.3.1...@mediatool/ui@1.4.0) (2022-08-31)
1069
-
1070
-
1071
- ### Features
1072
-
1073
- * **ui/framework:** OrgLogo Component ([65998af](https://github.com/mediatool/mediatool/commit/65998af3ab13389a78ff086d1b71a1aa37db943f))
1074
-
1075
-
1076
-
1077
-
1078
-
1079
- ## [1.3.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.3.0...@mediatool/ui@1.3.1) (2022-08-29)
1080
-
1081
- **Note:** Version bump only for package @mediatool/ui
1082
-
1083
-
1084
-
1085
-
1086
-
1087
- # [1.3.0](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.2.1...@mediatool/ui@1.3.0) (2022-08-26)
1088
-
1089
-
1090
- ### Features
1091
-
1092
- * **framework:** spinner component ([edd9a5e](https://github.com/mediatool/mediatool/commit/edd9a5efaf8edb862b094e86f32016d56bffc725))
1093
- * **ui/framework:** async-error component ([e5d98aa](https://github.com/mediatool/mediatool/commit/e5d98aa1e3e391ac55c9eb146131ba501148af39))
1094
-
1095
-
1096
-
1097
-
1098
-
1099
- ## [1.2.1](https://github.com/mediatool/mediatool/compare/@mediatool/ui@1.2.0...@mediatool/ui@1.2.1) (2022-08-25)
1100
-
1101
- **Note:** Version bump only for package @mediatool/ui
1102
-
1103
-
1104
-
1105
-
1106
-
1107
- # 1.2.0 (2022-08-24)
1108
-
1109
-
1110
- ### Bug Fixes
1111
-
1112
- * **ui/framework:** Add missing dependency ([38a27a3](https://github.com/mediatool/mediatool/commit/38a27a3f9cdba008ef55aa21a0ec08ab14c74de6))
1113
- * **ui/framework:** Bundling chakra together with own components ([cfa7325](https://github.com/mediatool/mediatool/commit/cfa7325608017f003b819d34697a7ce7726e01cd))
1114
- * **ui/framework:** Call onChange when preset is selected. ([3d87e55](https://github.com/mediatool/mediatool/commit/3d87e5556317cf060b20639d24beee7a0bef9850))
1115
- * **ui/framework:** Correctly whiten current color on hover ([60a1bec](https://github.com/mediatool/mediatool/commit/60a1bec1bbeb7f2474adad3b26f8fc2f9c1f148f))
1116
- * **ui/framework:** depend on react in the right way ([16ab95f](https://github.com/mediatool/mediatool/commit/16ab95fef1edfe1aed98741d057c90c918b929cf))
1117
- * **ui/framework:** Do not bundle chakra ([da3fb5c](https://github.com/mediatool/mediatool/commit/da3fb5c37bd166de38e38b6e3dc33680e629c0e6))
1118
- * **ui/framework:** Fix a bug where day state got computed incorrectly ([3326a53](https://github.com/mediatool/mediatool/commit/3326a53481d5689abda98db6c6cfdb743d20e2c5))
1119
- * **ui/framework:** Fixed vite error when auto complete import ([f8d3992](https://github.com/mediatool/mediatool/commit/f8d399273c41fb5c4cca70b1a36a9f06bcefa837))
1120
- * **ui/framework:** lint errors ([984cdc4](https://github.com/mediatool/mediatool/commit/984cdc42071058677f94d76f922180fbd1909182))
1121
- * **ui/framework:** Remove exports of props ([605aa69](https://github.com/mediatool/mediatool/commit/605aa6936986e762a077a0930b53a93054f9944d))
1122
- * **ui/framework:** Revert back to old way ([5ac082c](https://github.com/mediatool/mediatool/commit/5ac082c5c031dff5b5f6d0210cd72770f4b3c667))
1123
- * **ui/framework:** Use lighten instead of transparentize ([d2d36e8](https://github.com/mediatool/mediatool/commit/d2d36e817188e18043ec263d8ea5454fd4e47e3a))
1124
- * **ui:** add focus border to link and buttons ([643b68b](https://github.com/mediatool/mediatool/commit/643b68bd131763a97bfe801cfcf051060cf8edb2))
1125
- * **ui:** add ghost button ([5a523d0](https://github.com/mediatool/mediatool/commit/5a523d0f11c323b79dcdb3cf40620ec257de7b28))
1126
- * **ui:** add main to package json ([276260d](https://github.com/mediatool/mediatool/commit/276260d94e393f6b7ef74c5cb4cca6a3e8dbc50c))
1127
- * **ui:** add outline to radio ([8b82859](https://github.com/mediatool/mediatool/commit/8b828590914a0c01fabbd028f7d4f9bdd2db4598))
1128
- * **ui:** add package json export ([824aa00](https://github.com/mediatool/mediatool/commit/824aa00e765afb6070688fd6b6a76852043a5308))
1129
- * **ui:** fix console problem with palette ([aa81ddb](https://github.com/mediatool/mediatool/commit/aa81ddbb2c931f953b43b6f3519163e3581704e0))
1130
- * **ui:** fix date pickers styling issues ([518cb91](https://github.com/mediatool/mediatool/commit/518cb911d402b02fc69cc33dd4c77a30364bf3cb))
1131
- * **ui:** fix datepicker type error ([a1c2dd3](https://github.com/mediatool/mediatool/commit/a1c2dd3859466aef2cc75108d76e1ba2642048e3))
1132
- * **ui:** fix small problems in build and add json-rollup plugin ([615d992](https://github.com/mediatool/mediatool/commit/615d992cf8372bee207514c3ff5f470e6ddf2452))
1133
- * **ui:** fix yarn lock file ([676d64a](https://github.com/mediatool/mediatool/commit/676d64a2aecdddaba719b73239dee3d2c25d2c32))
1134
- * **ui:** fixed docs link to chakra website ([b121977](https://github.com/mediatool/mediatool/commit/b1219775d0335423f9d2e34dc5552ba526c9545b))
1135
- * **ui:** fixing eslint errors ([f354262](https://github.com/mediatool/mediatool/commit/f354262af629a08043a139348c8458bf9cdf25b6))
1136
- * **ui:** forward ref to button in order to use tooltip ([9932da8](https://github.com/mediatool/mediatool/commit/9932da8caf06ee5895bc3d59713b2f6c753488ac))
1137
- * **ui:** linting unit test text field ([673bc45](https://github.com/mediatool/mediatool/commit/673bc454e7bea0984551dbab9dd58baa35555fc4))
1138
- * **ui:** make components more accessible using rem ([f92f740](https://github.com/mediatool/mediatool/commit/f92f740a61f7d6579010bb8d09ba51c3cd900c85))
1139
- * **ui:** make unit test pass ([a4ed8f3](https://github.com/mediatool/mediatool/commit/a4ed8f38b0454e130bc69af8d78ea29fdd5c8f49))
1140
- * **ui:** make unit tests pass ([df351ff](https://github.com/mediatool/mediatool/commit/df351ff27b3924e4c9c73756cab4235f84084a4c))
1141
- * **ui:** Making tests pass ([f2a71fe](https://github.com/mediatool/mediatool/commit/f2a71feca567cc1836fa234e49275fb0e214b6df))
1142
- * **ui:** move create trigger to the sidebar ([1c9eb40](https://github.com/mediatool/mediatool/commit/1c9eb40e486f0eee4b585924d7f5b60e7cabef44))
1143
- * **ui:** navbar item ([af2c33f](https://github.com/mediatool/mediatool/commit/af2c33f5adf3d3f10d09bf6dd49c384c4472048b))
1144
- * **ui:** new gray palette and rearrange form page ([c2e591b](https://github.com/mediatool/mediatool/commit/c2e591bcdbba0b4ca38d54a1eb027b347b2a8ef6))
1145
- * **ui:** removing tildas ([f4737cd](https://github.com/mediatool/mediatool/commit/f4737cd867d95f301bf1353b2c11e5738b0e6927))
1146
- * **ui:** rename files and small cosmetic changes ([f05e8a0](https://github.com/mediatool/mediatool/commit/f05e8a046ab3721ccf194e969c6c52d1b4b84dbc))
1147
- * **ui:** rewrite textfield.tsx using as ([0f366d2](https://github.com/mediatool/mediatool/commit/0f366d2585d0889f827d0be1b367f866624a671f))
1148
- * **ui:** Rewriting textfield component ([acdd653](https://github.com/mediatool/mediatool/commit/acdd6536828a39fff007dc67d05ec70e5b60bbb5))
1149
- * **ui:** Set width of form to prevent overflow ([6a74177](https://github.com/mediatool/mediatool/commit/6a74177ac62d8b70be3015ffd30b5149fdc0b8a5))
1150
- * **ui:** sorting alphabetically ([a11a7ae](https://github.com/mediatool/mediatool/commit/a11a7ae1c6bf1be9a20bba71ecb13ed607ac697d))
1151
- * **ui:** transform borderWidth tokens to numbers ([b73665a](https://github.com/mediatool/mediatool/commit/b73665a184886b8fcdd125858f07c26d048a8ea4))
1152
- * **ui:** type in palette color ([c5073cb](https://github.com/mediatool/mediatool/commit/c5073cbfff823e011153a66d43db12c1c82e8548))
1153
- * **ui:** types of <TextField> ([712aceb](https://github.com/mediatool/mediatool/commit/712aceb03b0a3b02e2937462d2d5f7f7f8261c21))
1154
- * **ui:** Typescript error with masked text input ([0e27272](https://github.com/mediatool/mediatool/commit/0e27272040f574169039c6e090cf967aa066211e))
1155
- * **ui:** WAI accessibility ([26dfc13](https://github.com/mediatool/mediatool/commit/26dfc13c9efc354e58bd567999e19f1f5c23422a))
1156
-
1157
-
1158
- ### Features
1159
-
1160
- * add calendar and datepicker ([801440b](https://github.com/mediatool/mediatool/commit/801440b776f256b3531bba6a6d8e2b89cd09cb3d))
1161
- * add packages and calendar provider ([5a64b89](https://github.com/mediatool/mediatool/commit/5a64b8911ca01ef494df32feee56e004e3096b88))
1162
- * **tokens:** add token folder ([5d77471](https://github.com/mediatool/mediatool/commit/5d77471de618455093c5bab46f1b0c9aae2dc7dd))
1163
- * **ui/framework:** Bump version ([077e4aa](https://github.com/mediatool/mediatool/commit/077e4aaa7a5e354d1af2c18262d2929e9d911f6a))
1164
- * **ui/framework:** Date range picker ([fad72ae](https://github.com/mediatool/mediatool/commit/fad72ae3d1a8b5147e8bda97d858efc83ae069c0))
1165
- * **ui/framework:** Explicit font sizes on text ([1af33f3](https://github.com/mediatool/mediatool/commit/1af33f39c3645dd27eeba62896ce8dcfaef47106))
1166
- * **ui/framework:** Icons and card component ([2cbe9f5](https://github.com/mediatool/mediatool/commit/2cbe9f5c6c3f60176665733bba63d4fb3a7a95b1))
1167
- * **ui/framework:** Improve icon component ([54ee188](https://github.com/mediatool/mediatool/commit/54ee1888719185d56768b2b6ddc7c19d8a3694f7))
1168
- * **ui/framework:** Incorporate mantine hooks ([534f657](https://github.com/mediatool/mediatool/commit/534f657527c8e9b1297e013f14b2b02d94c05dcd))
1169
- * **ui/framework:** Initial Formik abstraction ([6fbb77c](https://github.com/mediatool/mediatool/commit/6fbb77c5caafa7d5ff307b42797318bff2f6dc34))
1170
- * **ui/framework:** Move layout util components to framework ([3883ebc](https://github.com/mediatool/mediatool/commit/3883ebc5161fa877b319c319e998f2c79af7e994))
1171
- * **ui/framework:** Move sandbox to framework ([5d4e93a](https://github.com/mediatool/mediatool/commit/5d4e93ab39a42ad5bef110fa1f4d0ea8e17ef83f))
1172
- * **ui/framework:** Palette and sandbox ([b57f913](https://github.com/mediatool/mediatool/commit/b57f9138531182f98ffba4164a4f74588ac1af81))
1173
- * **ui/framework:** Re-export Chakra components ([f4b6337](https://github.com/mediatool/mediatool/commit/f4b633715292e36a30f068e6b0ced934773efee1))
1174
- * **ui/framework:** Re-think structure ([8609256](https://github.com/mediatool/mediatool/commit/8609256ba9e99e9406ed5bc08e35e7d0df29ec49))
1175
- * **ui/framework:** Sidebar in demo and icon changes ([15578b4](https://github.com/mediatool/mediatool/commit/15578b4e6b9fda4b56e6a2a365b3f8da21a4ee35))
1176
- * **ui/framework:** Single & multi date picker ([124b40e](https://github.com/mediatool/mediatool/commit/124b40eaa1e7b2b2fa058dfc0e4443496eb230f0))
1177
- * **ui/framework:** Styled breadcrumbs ([e7d3e05](https://github.com/mediatool/mediatool/commit/e7d3e05b00c919499b8ab73df4dc86c7b4446eeb))
1178
- * **ui/framework:** TextField abstractions ([ac24020](https://github.com/mediatool/mediatool/commit/ac24020c78e9111e3afc113a0a43e8d5ab650598))
1179
- * **ui/framework:** Themify button and complete palette ([342ff03](https://github.com/mediatool/mediatool/commit/342ff03e027c021a7e698ff609a42f8a2efe02c1))
1180
- * **ui/framework:** Topbar and sample breadcrumbs ([1a350e4](https://github.com/mediatool/mediatool/commit/1a350e422043491ed17125df3d8d38bef0167d8d))
1181
- * **ui:** add app skeleton ([03c7554](https://github.com/mediatool/mediatool/commit/03c755454c9c746f41f522bca9695302f2278edc))
1182
- * **ui:** add createTrigger component ([7346318](https://github.com/mediatool/mediatool/commit/7346318a779a7e27a454061166aa66160cb4f5fa))
1183
- * **ui:** add focus-visible ([20a4876](https://github.com/mediatool/mediatool/commit/20a48764f5e3478c112f63b12f342769a1e3b570))
1184
- * **ui:** add message icon and dummy topbar ([e1cdcc1](https://github.com/mediatool/mediatool/commit/e1cdcc1860cb6a7411ab020c7d4de68b9e046081))
1185
- * **ui:** add navbarItem component ([fbfc4f3](https://github.com/mediatool/mediatool/commit/fbfc4f39cbac6251c79dfee0b09634fcbc2faaa4))
1186
- * **ui:** add new icons for navigation ([c911bc3](https://github.com/mediatool/mediatool/commit/c911bc3aa5540a007bee2a7b5b0ca7a315237184))
1187
- * **ui:** add new tokens, split global from theme ([c29f4bd](https://github.com/mediatool/mediatool/commit/c29f4bd7413616f4bbaf8674a90200af946d9a6a))
1188
- * **ui:** add select and multiselect ([277893f](https://github.com/mediatool/mediatool/commit/277893fccfc40f7e20fadecf41e3a513373274e0))
1189
- * **ui:** add status block component ([c6c4f86](https://github.com/mediatool/mediatool/commit/c6c4f86086bf6cf477dd48fab429b13f7b3a7f67))
1190
- * **ui:** add status pin component ([e899f52](https://github.com/mediatool/mediatool/commit/e899f527aa2996a4cfe176a780e98cb2f2d19aa2))
1191
- * **ui:** add style dictionary and tokens ([63f2eca](https://github.com/mediatool/mediatool/commit/63f2ecac7cf58dfdda2538f4bfa8be66e220dffe))
1192
- * **ui:** add styling to inputs ([fd904c0](https://github.com/mediatool/mediatool/commit/fd904c0e72468e41ba755caf55e871894db4eb10))
1193
- * **ui:** add subtle tag variant ([ec8ad85](https://github.com/mediatool/mediatool/commit/ec8ad85be9ab16ad369a92a6e2ab1b1aacb93746))
1194
- * **ui:** added form label and font size tokens ([b1d686e](https://github.com/mediatool/mediatool/commit/b1d686efd1b74d00dbff9abe74f77e47a928da94))
1195
- * **ui:** added more icons ([4d9849d](https://github.com/mediatool/mediatool/commit/4d9849d7ceb008b582f078bee31bed1551f2ffff))
1196
- * **ui:** added stying to form labels ([baba852](https://github.com/mediatool/mediatool/commit/baba8529c43d6edbe59307bf4bf024c8fdb18ffd))
1197
- * **ui:** added toast icons and tokens ([34c34d5](https://github.com/mediatool/mediatool/commit/34c34d5954511aaf5190d0775c990a7d20935ad9))
1198
- * **ui:** build sidebar in demo page ([9a4e7b5](https://github.com/mediatool/mediatool/commit/9a4e7b57fbce75c176c5fdf3db7ed7333655f536))
1199
- * **ui:** checkbox ([ee2993e](https://github.com/mediatool/mediatool/commit/ee2993e3990c71e5477e3651819421172a1d29f3))
1200
- * **ui:** colorScheme support for select ([faad666](https://github.com/mediatool/mediatool/commit/faad66633bedf030f3d63838ee06dc656f55c0e4))
1201
- * **ui:** extend button tokens to icon buttons ([c97a190](https://github.com/mediatool/mediatool/commit/c97a19020a4fa6bd94d515e3fe68a6ec36af1967))
1202
- * **ui:** implement checkboxField component ([e59c207](https://github.com/mediatool/mediatool/commit/e59c2079d4fec792280c9ea3faa468728e1627e3))
1203
- * **ui:** implement number input ([c461548](https://github.com/mediatool/mediatool/commit/c461548e17f9a34ca696878b2a3eeffffd1dbbca))
1204
- * **ui:** implement RadioField component ([41649c4](https://github.com/mediatool/mediatool/commit/41649c449fd454459f30f1605c75b61df650c858))
1205
- * **ui:** implement select ([3438145](https://github.com/mediatool/mediatool/commit/3438145560fd11d9adfaab8cf9ed5f0feb67dfad))
1206
- * **ui:** implement switch component ([f40793c](https://github.com/mediatool/mediatool/commit/f40793cf73ba9de0d10d8662e0f2ad3279054cee))
1207
- * **ui:** implement switchField component ([c83659f](https://github.com/mediatool/mediatool/commit/c83659ff684bc3058bf434e546fd2fa239d6c4a6))
1208
- * **ui:** implementing textarea field ([8f2fdc3](https://github.com/mediatool/mediatool/commit/8f2fdc3b75a86a686394d8d10930c858a804d2bf))
1209
- * **ui:** refactor button component to use tokens ([e475d06](https://github.com/mediatool/mediatool/commit/e475d0666602899dd11ea8b704a1cbe268458b5a))
1210
- * **ui:** setup test enviroment ([a675818](https://github.com/mediatool/mediatool/commit/a675818f78b7c0677783d2a421e094d5745ca190))
1211
- * **ui:** style basic tag component ([f66589a](https://github.com/mediatool/mediatool/commit/f66589a30bd22193a7bd36a546a7f1ebda5302fc))
1212
- * **ui:** styled pin-input ([1989eef](https://github.com/mediatool/mediatool/commit/1989eef7cefd33bcab485d07a4a72a0dd370c8ec))
1213
- * **ui:** styled textarea component ([c174758](https://github.com/mediatool/mediatool/commit/c1747580683423aa1d557221061f2556905d8683))
1214
- * **ui:** styling for select ([6812641](https://github.com/mediatool/mediatool/commit/68126411733225094442dab80597f5465ef61524))
1215
- * **ui:** styling for toast and implementation ([974d40a](https://github.com/mediatool/mediatool/commit/974d40a82dc7182c34d40f934fb1f38e3bbef0ce))
1216
- * **ui:** styling number input ([85d9cf2](https://github.com/mediatool/mediatool/commit/85d9cf2d8d168a5df3578e595357e691c99b7a0a))
1217
- * **ui:** styling scrollbar ([d7d060e](https://github.com/mediatool/mediatool/commit/d7d060e885688ecead658c1b13147dae26e073ec))
1218
- * **ui:** unit test checkbox field ([fbe6f3a](https://github.com/mediatool/mediatool/commit/fbe6f3a7a9164a789a5f015ee85ad5b1af3ed1c0))
1219
- * **ui:** unit test masked text input ([eb7badb](https://github.com/mediatool/mediatool/commit/eb7badb73200947863421387decb14774b786a74))
1220
- * **ui:** unit test number input field ([e864112](https://github.com/mediatool/mediatool/commit/e864112daac5eaa3832eea8fe01ae9c45ff9d994))
1221
- * **ui:** unit test radio field component ([dd6e9c9](https://github.com/mediatool/mediatool/commit/dd6e9c92bf24cb342a36f661812bf76b8ffbe36d))
1222
- * **ui:** unit test select field ([89df168](https://github.com/mediatool/mediatool/commit/89df1681fd61221549c1a56be7dcc1321524564b))
1223
- * **ui:** unit test switch field ([1119445](https://github.com/mediatool/mediatool/commit/1119445e76dc0fee24cc49a821812a731867ddb4))
1224
- * **ui:** unit test text field ([ff94178](https://github.com/mediatool/mediatool/commit/ff94178f98f5c271d34d3ff40de2ed1841917659))