@amboss/design-system 1.4.8 → 1.4.9
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 +23 -0
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
# v1.4.9 (Fri Jul 08 2022)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### [srch-1561] Adjust color of the RoundButton active state ([#505](https://github.com/amboss-mededu/amboss-design-system/pull/505))
|
|
6
|
+
|
|
7
|
+
Removed the background color from the active state of the RoundButton
|
|
8
|
+
component. The change was requested in the design of Media Filters
|
|
9
|
+
feature in ui-amboss.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
#### 🐛 Bug Fix
|
|
14
|
+
|
|
15
|
+
- [srch-1561] Adjust color of the RoundButton active state [#505](https://github.com/amboss-mededu/amboss-design-system/pull/505) (anm@amboss.com [@anitamikas](https://github.com/anitamikas))
|
|
16
|
+
|
|
17
|
+
#### Authors: 2
|
|
18
|
+
|
|
19
|
+
- [@anitamikas](https://github.com/anitamikas)
|
|
20
|
+
- Anita (anm@amboss.com)
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
1
24
|
# v1.4.8 (Wed Jul 06 2022)
|
|
2
25
|
|
|
3
26
|
### Release Notes
|