@amboss/design-system 1.4.7 → 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 +79 -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,82 @@
|
|
|
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
|
+
|
|
35
|
+
# v1.4.9 (Fri Jul 08 2022)
|
|
36
|
+
|
|
37
|
+
### Release Notes
|
|
38
|
+
|
|
39
|
+
#### [srch-1561] Adjust color of the RoundButton active state ([#505](https://github.com/amboss-mededu/amboss-design-system/pull/505))
|
|
40
|
+
|
|
41
|
+
Removed the background color from the active state of the RoundButton
|
|
42
|
+
component. The change was requested in the design of Media Filters
|
|
43
|
+
feature in ui-amboss.
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
#### 🐛 Bug Fix
|
|
48
|
+
|
|
49
|
+
- [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))
|
|
50
|
+
|
|
51
|
+
#### Authors: 2
|
|
52
|
+
|
|
53
|
+
- [@anitamikas](https://github.com/anitamikas)
|
|
54
|
+
- Anita (anm@amboss.com)
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
# v1.4.8 (Wed Jul 06 2022)
|
|
59
|
+
|
|
60
|
+
### Release Notes
|
|
61
|
+
|
|
62
|
+
#### [srch-1556] Fix ToggleButton hover ([#504](https://github.com/amboss-mededu/amboss-design-system/pull/504))
|
|
63
|
+
|
|
64
|
+
Fixed hover in the ToggleButton component. Fitted the hover border color
|
|
65
|
+
in the RoundButton component.
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
#### 🐛 Bug Fix
|
|
70
|
+
|
|
71
|
+
- [srch-1556] Fix ToggleButton hover [#504](https://github.com/amboss-mededu/amboss-design-system/pull/504) (anm@amboss.com [@anitamikas](https://github.com/anitamikas))
|
|
72
|
+
|
|
73
|
+
#### Authors: 2
|
|
74
|
+
|
|
75
|
+
- [@anitamikas](https://github.com/anitamikas)
|
|
76
|
+
- Anita (anm@amboss.com)
|
|
77
|
+
|
|
78
|
+
---
|
|
79
|
+
|
|
1
80
|
# v1.4.7 (Wed Jul 06 2022)
|
|
2
81
|
|
|
3
82
|
### Release Notes
|