@mirweb/mir-web-components 2.0.1 → 2.0.3

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.
@@ -12,7 +12,7 @@
12
12
  <slot
13
13
  name="author-image"
14
14
  v-bind="{
15
- src: authorImage + '/100x100',
15
+ src: authorImage,
16
16
  width: 60,
17
17
  height: 60,
18
18
  }"
@@ -282,6 +282,10 @@ function toggleFlip() {
282
282
  justify-content: center;
283
283
  align-items: center;
284
284
 
285
+ h3 {
286
+ margin-bottom: 15px;
287
+ }
288
+
285
289
  .flip-icon {
286
290
  width: 21px;
287
291
  height: 21px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mirweb/mir-web-components",
3
3
  "private": false,
4
- "version": "2.0.1",
4
+ "version": "2.0.3",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"