@amboss/design-system 1.0.5 → 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,93 @@
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
+
23
+ # v1.0.8 (Wed Jan 05 2022)
24
+
25
+ ### Release Notes
26
+
27
+ #### add font-weight 900 (black) text ([#410](https://github.com/amboss-mededu/amboss-design-system/pull/410))
28
+
29
+ adds font-weight: 900 ("black") version for Text component
30
+
31
+ ---
32
+
33
+ #### 🐛 Bug Fix
34
+
35
+ - add font-weight 900 (black) text [#410](https://github.com/amboss-mededu/amboss-design-system/pull/410) ([@smooth-opperator](https://github.com/smooth-opperator))
36
+
37
+ #### Authors: 1
38
+
39
+ - Julie Oppermann ([@smooth-opperator](https://github.com/smooth-opperator))
40
+
41
+ ---
42
+
43
+ # v1.0.7 (Thu Dec 23 2021)
44
+
45
+ ### Release Notes
46
+
47
+ #### [LEAR-2295] adjust progress bar colors ([#409](https://github.com/amboss-mededu/amboss-design-system/pull/409))
48
+
49
+ (Re)Updates the colors for the SegmentedProgressBar for accessibility
50
+ Lightens the green further, uses lighter version of red for SegmentedProgressBar
51
+
52
+ ---
53
+
54
+ #### 🐛 Bug Fix
55
+
56
+ - [LEAR-2295] adjust progress bar colors [#409](https://github.com/amboss-mededu/amboss-design-system/pull/409) ([@smooth-opperator](https://github.com/smooth-opperator))
57
+
58
+ #### Authors: 1
59
+
60
+ - Julie Oppermann ([@smooth-opperator](https://github.com/smooth-opperator))
61
+
62
+ ---
63
+
64
+ # v1.0.6 (Thu Dec 23 2021)
65
+
66
+ ### Release Notes
67
+
68
+ #### [LEAR-2295] update progress bar colors ([#407](https://github.com/amboss-mededu/amboss-design-system/pull/407))
69
+
70
+ Updates the colors for the ProgressBar and SegmentedProgressBar for accessibility
71
+ ![image](https://user-images.githubusercontent.com/13097510/147233238-de51da87-19fd-434d-a6c4-22ab1c56897c.png)
72
+
73
+ Here the green is a bit lighter so that it is more different in value than the red, the orange is also lighter. night mode not affected.
74
+ ![image](https://user-images.githubusercontent.com/13097510/147233193-a1bed37c-983d-4326-b345-420f130e3876.png)
75
+
76
+
77
+ Put your release notes here
78
+
79
+ ---
80
+
81
+ #### 🐛 Bug Fix
82
+
83
+ - [LEAR-2295] update progress bar colors [#407](https://github.com/amboss-mededu/amboss-design-system/pull/407) ([@smooth-opperator](https://github.com/smooth-opperator))
84
+
85
+ #### Authors: 1
86
+
87
+ - Julie Oppermann ([@smooth-opperator](https://github.com/smooth-opperator))
88
+
89
+ ---
90
+
1
91
  # v1.0.5 (Thu Dec 16 2021)
2
92
 
3
93
  #### 🐛 Bug Fix
@@ -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": {