@amboss/design-system 1.4.8 → 1.4.11

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 CHANGED
@@ -1,3 +1,84 @@
1
+ # v1.4.11 (Tue Jul 26 2022)
2
+
3
+ ### Release Notes
4
+
5
+ #### [srch-1599] Add subLabel to the ToggleButton component ([#516](https://github.com/amboss-mededu/amboss-design-system/pull/516))
6
+
7
+ Implemented subLabel property for the ToggleButton component.
8
+ The change was needed to adjust to the new design of the Media
9
+ Type Filters in ui-amboss.
10
+
11
+ Put your release notes here
12
+
13
+ ---
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - [srch-1599] Add subLabel to the ToggleButton component [#516](https://github.com/amboss-mededu/amboss-design-system/pull/516) ([@anitamikas](https://github.com/anitamikas))
18
+
19
+ #### Authors: 1
20
+
21
+ - [@anitamikas](https://github.com/anitamikas)
22
+
23
+ ---
24
+
25
+ # v1.4.10 (Fri Jul 22 2022)
26
+
27
+ ### Release Notes
28
+
29
+ #### [srch-1563] Adjust dark mode of ToggleButton and RoundButton color ([#511](https://github.com/amboss-mededu/amboss-design-system/pull/511))
30
+
31
+ Changed the colors of ToggleButton component according to the new
32
+ design requirements. Fixed color changing in the RoundButton
33
+ component in active state. Changes were needed to fix way to bright
34
+ ToggleButton design in the dark mode.
35
+
36
+ Put your release notes here
37
+
38
+ #### [COR-1524] - Update link-ds.sh ([#487](https://github.com/amboss-mededu/amboss-design-system/pull/487))
39
+
40
+ - Fix `link-ds` script.
41
+
42
+ ---
43
+
44
+ #### 🐛 Bug Fix
45
+
46
+ - [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))
47
+
48
+ #### 🏠 Internal
49
+
50
+ - [COR-1524] - Update link-ds.sh [#487](https://github.com/amboss-mededu/amboss-design-system/pull/487) ([@Hadh](https://github.com/Hadh))
51
+
52
+ #### Authors: 2
53
+
54
+ - [@anitamikas](https://github.com/anitamikas)
55
+ - Hadhemi Laouini ([@Hadh](https://github.com/Hadh))
56
+
57
+ ---
58
+
59
+ # v1.4.9 (Fri Jul 08 2022)
60
+
61
+ ### Release Notes
62
+
63
+ #### [srch-1561] Adjust color of the RoundButton active state ([#505](https://github.com/amboss-mededu/amboss-design-system/pull/505))
64
+
65
+ Removed the background color from the active state of the RoundButton
66
+ component. The change was requested in the design of Media Filters
67
+ feature in ui-amboss.
68
+
69
+ ---
70
+
71
+ #### 🐛 Bug Fix
72
+
73
+ - [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))
74
+
75
+ #### Authors: 2
76
+
77
+ - [@anitamikas](https://github.com/anitamikas)
78
+ - Anita (anm@amboss.com)
79
+
80
+ ---
81
+
1
82
  # v1.4.8 (Wed Jul 06 2022)
2
83
 
3
84
  ### Release Notes
@@ -326,6 +326,8 @@ declare type AmbossTheme = {
326
326
  "toggleButton": {
327
327
  "default": string;
328
328
  "active": string;
329
+ "labelDefault": string;
330
+ "labelActive": string;
329
331
  };
330
332
  };
331
333
  "divider": {