@amboss/design-system 1.0.0 → 1.0.4

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,82 @@
1
+ # v1.0.3 (Thu Dec 16 2021)
2
+
3
+ ### Release Notes
4
+
5
+ #### fix for empty stack or inline take space ([#403](https://github.com/amboss-mededu/amboss-design-system/pull/403))
6
+
7
+ fix for empty stack or inline take space
8
+
9
+ #### [LEAR-2284] Fix vertical centering of MediaViewerBar items ([#404](https://github.com/amboss-mededu/amboss-design-system/pull/404))
10
+
11
+ Put your release notes here
12
+
13
+ ---
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - fix padding for link as button [#403](https://github.com/amboss-mededu/amboss-design-system/pull/403) ([@clbagrat](https://github.com/clbagrat))
18
+ - fix for empty stack or inline take space [#403](https://github.com/amboss-mededu/amboss-design-system/pull/403) ([@clbagrat](https://github.com/clbagrat))
19
+ - [LEAR-2284] Fix vertical centering of MediaViewerBar items [#404](https://github.com/amboss-mededu/amboss-design-system/pull/404) ([@webforte](https://github.com/webforte))
20
+
21
+ #### Authors: 2
22
+
23
+ - Gobedashvili Bagrat ([@clbagrat](https://github.com/clbagrat))
24
+ - Konstantin ([@webforte](https://github.com/webforte))
25
+
26
+ ---
27
+
28
+ # v1.0.3 (Wed Dec 15 2021)
29
+
30
+ ### Release Notes
31
+
32
+ #### [LEAR-2284] Fix vertical centering of MediaViewerBar items ([#404](https://github.com/amboss-mededu/amboss-design-system/pull/404))
33
+
34
+ Put your release notes here
35
+
36
+ ---
37
+
38
+ #### 🐛 Bug Fix
39
+
40
+ - [LEAR-2284] Fix vertical centering of MediaViewerBar items [#404](https://github.com/amboss-mededu/amboss-design-system/pull/404) ([@webforte](https://github.com/webforte))
41
+
42
+ #### Authors: 1
43
+
44
+ - Konstantin ([@webforte](https://github.com/webforte))
45
+
46
+ ---
47
+
48
+ # v1.0.2 (Mon Dec 13 2021)
49
+
50
+ ### Release Notes
51
+
52
+ #### Lear add large link ([#402](https://github.com/amboss-mededu/amboss-design-system/pull/402))
53
+
54
+ Add large link with 16px and fix style regression for Link as="button"
55
+
56
+ ---
57
+
58
+ #### 🐛 Bug Fix
59
+
60
+ - Lear add large link [#402](https://github.com/amboss-mededu/amboss-design-system/pull/402) ([@smooth-opperator](https://github.com/smooth-opperator))
61
+
62
+ #### Authors: 1
63
+
64
+ - Julie Oppermann ([@smooth-opperator](https://github.com/smooth-opperator))
65
+
66
+ ---
67
+
68
+ # v1.0.1 (Mon Dec 13 2021)
69
+
70
+ #### ⚠️ Pushed to `main`
71
+
72
+ - Add parameters to Jenkinsfiles and create environment parameter ([@sophomeric](https://github.com/sophomeric))
73
+
74
+ #### Authors: 1
75
+
76
+ - Eric Webster ([@sophomeric](https://github.com/sophomeric))
77
+
78
+ ---
79
+
1
80
  # v1.0.0 (Fri Dec 10 2021)
2
81
 
3
82
  ### Release Notes
@@ -128,6 +128,7 @@ declare type Variables = {
128
128
  "xs": string;
129
129
  "s": string;
130
130
  "m": string;
131
+ "l": string;
131
132
  };
132
133
  "badge": {
133
134
  "m": string;
@@ -157,6 +158,7 @@ declare type Variables = {
157
158
  "xs": string;
158
159
  "s": string;
159
160
  "m": string;
161
+ "l": string;
160
162
  };
161
163
  "badge": {
162
164
  "m": string;