@amboss/design-system 1.0.5 → 1.0.6
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 +27 -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,30 @@
|
|
|
1
|
+
# v1.0.6 (Thu Dec 23 2021)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### [LEAR-2295] update progress bar colors ([#407](https://github.com/amboss-mededu/amboss-design-system/pull/407))
|
|
6
|
+
|
|
7
|
+
Updates the colors for the ProgressBar and SegmentedProgressBar for accessibility
|
|
8
|
+

|
|
9
|
+
|
|
10
|
+
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.
|
|
11
|
+

|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
Put your release notes here
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
#### 🐛 Bug Fix
|
|
19
|
+
|
|
20
|
+
- [LEAR-2295] update progress bar colors [#407](https://github.com/amboss-mededu/amboss-design-system/pull/407) ([@smooth-opperator](https://github.com/smooth-opperator))
|
|
21
|
+
|
|
22
|
+
#### Authors: 1
|
|
23
|
+
|
|
24
|
+
- Julie Oppermann ([@smooth-opperator](https://github.com/smooth-opperator))
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
1
28
|
# v1.0.5 (Thu Dec 16 2021)
|
|
2
29
|
|
|
3
30
|
#### 🐛 Bug Fix
|