@amboss/design-system 1.0.8 → 1.0.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 CHANGED
@@ -1,3 +1,25 @@
1
+ # v1.0.9 (Fri Feb 11 2022)
2
+
3
+ ### Release Notes
4
+
5
+ #### [LEAR-1458] add highlighted state and alignItems to Toggle ([#415](https://github.com/amboss-mededu/amboss-design-system/pull/415))
6
+
7
+ - Adds highlight state for Toggle
8
+ - Adds alignItems to Toggle
9
+ - Fixes cursor for Disabled Toggle (default instead of pointer)
10
+
11
+ ---
12
+
13
+ #### 🐛 Bug Fix
14
+
15
+ - [LEAR-1458] add highlighted state and alignItems to Toggle [#415](https://github.com/amboss-mededu/amboss-design-system/pull/415) ([@smooth-opperator](https://github.com/smooth-opperator))
16
+
17
+ #### Authors: 1
18
+
19
+ - Julie Oppermann ([@smooth-opperator](https://github.com/smooth-opperator))
20
+
21
+ ---
22
+
1
23
  # v1.0.8 (Wed Jan 05 2022)
2
24
 
3
25
  ### Release Notes
@@ -232,6 +232,7 @@ declare type AmbossTheme = {
232
232
  "toggle": {
233
233
  "default": string;
234
234
  "checked": string;
235
+ "highlighted": string;
235
236
  };
236
237
  "togglePoint": {
237
238
  "default": string;
@@ -371,6 +372,7 @@ declare type AmbossTheme = {
371
372
  "toggle": {
372
373
  "default": string;
373
374
  "checked": string;
375
+ "highlighted": string;
374
376
  "hover": string;
375
377
  };
376
378
  "badge": {