@amboss/design-system 1.4.10 → 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,27 @@
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
+
1
25
  # v1.4.10 (Fri Jul 22 2022)
2
26
 
3
27
  ### 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": {