@amboss/design-system 1.0.1 → 1.0.2
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,23 @@
|
|
|
1
|
+
# v1.0.2 (Mon Dec 13 2021)
|
|
2
|
+
|
|
3
|
+
### Release Notes
|
|
4
|
+
|
|
5
|
+
#### Lear add large link ([#402](https://github.com/amboss-mededu/amboss-design-system/pull/402))
|
|
6
|
+
|
|
7
|
+
Add large link with 16px and fix style regression for Link as="button"
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
#### 🐛 Bug Fix
|
|
12
|
+
|
|
13
|
+
- Lear add large link [#402](https://github.com/amboss-mededu/amboss-design-system/pull/402) ([@smooth-opperator](https://github.com/smooth-opperator))
|
|
14
|
+
|
|
15
|
+
#### Authors: 1
|
|
16
|
+
|
|
17
|
+
- Julie Oppermann ([@smooth-opperator](https://github.com/smooth-opperator))
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
1
21
|
# v1.0.1 (Mon Dec 13 2021)
|
|
2
22
|
|
|
3
23
|
#### ⚠️ Pushed to `main`
|
|
@@ -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;
|