@amboss/design-system 0.25.8 → 0.25.12
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 +66 -0
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/build/src/components/Icon/Icon.d.ts +3 -1
- package/build/src/index.d.ts +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,69 @@
|
|
|
1
|
+
# v0.25.12 (Wed Sep 29 2021)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Export MediaViewerBar [#328](https://github.com/amboss-mededu/amboss-design-system/pull/328) ([@LimChorngUan](https://github.com/LimChorngUan))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- [@LimChorngUan](https://github.com/LimChorngUan)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v0.25.11 (Wed Sep 29 2021)
|
|
14
|
+
|
|
15
|
+
### Release Notes
|
|
16
|
+
|
|
17
|
+
#### Add inline icon option ([#326](https://github.com/amboss-mededu/amboss-design-system/pull/326))
|
|
18
|
+
|
|
19
|
+
Icon can be used as an inline element
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
#### 🐛 Bug Fix
|
|
24
|
+
|
|
25
|
+
- Add inline icon option [#326](https://github.com/amboss-mededu/amboss-design-system/pull/326) ([@jaseeva](https://github.com/jaseeva))
|
|
26
|
+
|
|
27
|
+
#### Authors: 1
|
|
28
|
+
|
|
29
|
+
- Julia ([@jaseeva](https://github.com/jaseeva))
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
# v0.25.10 (Thu Sep 23 2021)
|
|
34
|
+
|
|
35
|
+
### Release Notes
|
|
36
|
+
|
|
37
|
+
#### [DS-empty-bug] adjust margin of stack- and inline-items ([#322](https://github.com/amboss-mededu/amboss-design-system/pull/322))
|
|
38
|
+
|
|
39
|
+
- set margin-top of stack-items to 0 if nodes are empty
|
|
40
|
+
- set margin-top and margin-left of inline-items to 0 if nodes are empty
|
|
41
|
+
- set width, margin and padding of columns with empty nodes inside to 0.
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
#### 🐛 Bug Fix
|
|
46
|
+
|
|
47
|
+
- [DS-empty-bug] adjust margin of stack- and inline-items [#322](https://github.com/amboss-mededu/amboss-design-system/pull/322) ([@Svemakawe](https://github.com/Svemakawe))
|
|
48
|
+
|
|
49
|
+
#### Authors: 1
|
|
50
|
+
|
|
51
|
+
- Svenja M.K. Weiler ([@Svemakawe](https://github.com/Svemakawe))
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
# v0.25.9 (Tue Sep 21 2021)
|
|
56
|
+
|
|
57
|
+
#### 🐛 Bug Fix
|
|
58
|
+
|
|
59
|
+
- Export PictogramButton [#321](https://github.com/amboss-mededu/amboss-design-system/pull/321) ([@frannie-zr](https://github.com/frannie-zr))
|
|
60
|
+
|
|
61
|
+
#### Authors: 1
|
|
62
|
+
|
|
63
|
+
- [@frannie-zr](https://github.com/frannie-zr)
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
1
67
|
# v0.25.8 (Mon Sep 20 2021)
|
|
2
68
|
|
|
3
69
|
### Release Notes
|