@amboss/design-system 0.26.3 → 0.26.7

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,77 @@
1
+ # v0.26.7 (Mon Nov 08 2021)
2
+
3
+ ### Release Notes
4
+
5
+ #### Add alert-triangle icon ([#365](https://github.com/amboss-mededu/amboss-design-system/pull/365))
6
+
7
+ Add alert-triangle icon
8
+
9
+ ---
10
+
11
+ #### 🐛 Bug Fix
12
+
13
+ - Add alert-triangle icon [#365](https://github.com/amboss-mededu/amboss-design-system/pull/365) ([@jaseeva](https://github.com/jaseeva))
14
+
15
+ #### Authors: 1
16
+
17
+ - Julia ([@jaseeva](https://github.com/jaseeva))
18
+
19
+ ---
20
+
21
+ # v0.26.6 (Mon Nov 08 2021)
22
+
23
+ ### Release Notes
24
+
25
+ #### [LEAR-2127] Improve vertical centering inside MediaViewerBar ([#361](https://github.com/amboss-mededu/amboss-design-system/pull/361))
26
+
27
+ - his resolves the issue where items in MediaViewerBar would not exactly vertically align. It's solved by adding a wrap around item with display set to flex.
28
+ - make button variants style safe for dimmed sub theme
29
+
30
+ ---
31
+
32
+ #### 🐛 Bug Fix
33
+
34
+ - [LEAR-2127] Improve vertical centering inside MediaViewerBar [#361](https://github.com/amboss-mededu/amboss-design-system/pull/361) ([@webforte](https://github.com/webforte))
35
+
36
+ #### Authors: 1
37
+
38
+ - Konstantin ([@webforte](https://github.com/webforte))
39
+
40
+ ---
41
+
42
+ # v0.26.5 (Fri Oct 29 2021)
43
+
44
+ #### 🐛 Bug Fix
45
+
46
+ - Fixed select bug that triggers endless onchange events [#360](https://github.com/amboss-mededu/amboss-design-system/pull/360) ([@ElisaMassafra](https://github.com/ElisaMassafra))
47
+
48
+ #### Authors: 1
49
+
50
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
51
+
52
+ ---
53
+
54
+ # v0.26.4 (Thu Oct 28 2021)
55
+
56
+ ### Release Notes
57
+
58
+ #### Fixed select bug and fixed autocomplete ([#358](https://github.com/amboss-mededu/amboss-design-system/pull/358))
59
+
60
+ Fixed a bug in the select where if the initial passed value changed, the hidden select wasn't updating
61
+ Fixed autocomplete on the right field in the select
62
+
63
+ ---
64
+
65
+ #### 🐛 Bug Fix
66
+
67
+ - Fixed select bug and fixed autocomplete [#358](https://github.com/amboss-mededu/amboss-design-system/pull/358) ([@ElisaMassafra](https://github.com/ElisaMassafra))
68
+
69
+ #### Authors: 1
70
+
71
+ - @elisa.m ([@ElisaMassafra](https://github.com/ElisaMassafra))
72
+
73
+ ---
74
+
1
75
  # v0.26.3 (Thu Oct 28 2021)
2
76
 
3
77
  ### Release Notes
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "alert-circle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-alert-circle\"><circle cx=\"12\" cy=\"12\" r=\"10\"></circle><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"></line><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"></line></svg>",
3
+ "alert-triangle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-alert-triangle\"><path d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"></path><line x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"></line><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"></line></svg>",
3
4
  "align-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-align-left\"><line x1=\"17\" y1=\"10\" x2=\"3\" y2=\"10\"></line><line x1=\"21\" y1=\"6\" x2=\"3\" y2=\"6\"></line><line x1=\"21\" y1=\"14\" x2=\"3\" y2=\"14\"></line><line x1=\"17\" y1=\"18\" x2=\"3\" y2=\"18\"></line></svg>",
4
5
  "arrow-left": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-arrow-left\"><line x1=\"19\" y1=\"12\" x2=\"5\" y2=\"12\"></line><polyline points=\"12 19 5 12 12 5\"></polyline></svg>",
5
6
  "arrow-right": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-arrow-right\"><line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"></line><polyline points=\"12 5 19 12 12 19\"></polyline></svg>",