@amboss/design-system 1.4.9 → 1.4.10
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 +34 -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,37 @@
|
|
|
1
|
+
# v1.4.10 (Fri Jul 22 2022)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### [srch-1563] Adjust dark mode of ToggleButton and RoundButton color ([#511](https://github.com/amboss-mededu/amboss-design-system/pull/511))
|
|
6
|
+
|
|
7
|
+
Changed the colors of ToggleButton component according to the new
|
|
8
|
+
design requirements. Fixed color changing in the RoundButton
|
|
9
|
+
component in active state. Changes were needed to fix way to bright
|
|
10
|
+
ToggleButton design in the dark mode.
|
|
11
|
+
|
|
12
|
+
Put your release notes here
|
|
13
|
+
|
|
14
|
+
#### [COR-1524] - Update link-ds.sh ([#487](https://github.com/amboss-mededu/amboss-design-system/pull/487))
|
|
15
|
+
|
|
16
|
+
- Fix `link-ds` script.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
#### 🐛 Bug Fix
|
|
21
|
+
|
|
22
|
+
- [srch-1563] Adjust dark mode of ToggleButton and RoundButton color [#511](https://github.com/amboss-mededu/amboss-design-system/pull/511) ([@anitamikas](https://github.com/anitamikas))
|
|
23
|
+
|
|
24
|
+
#### 🏠 Internal
|
|
25
|
+
|
|
26
|
+
- [COR-1524] - Update link-ds.sh [#487](https://github.com/amboss-mededu/amboss-design-system/pull/487) ([@Hadh](https://github.com/Hadh))
|
|
27
|
+
|
|
28
|
+
#### Authors: 2
|
|
29
|
+
|
|
30
|
+
- [@anitamikas](https://github.com/anitamikas)
|
|
31
|
+
- Hadhemi Laouini ([@Hadh](https://github.com/Hadh))
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
1
35
|
# v1.4.9 (Fri Jul 08 2022)
|
|
2
36
|
|
|
3
37
|
### Release Notes
|