@asd20/ui 3.2.913 → 3.2.915

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.913",
8
+ "version": "3.2.915",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -6,7 +6,7 @@
6
6
  <client-only>
7
7
  <p v-if="userGivenName && userGivenName !== ''" class="greeting">Hi, {{ userGivenName }}.</p>
8
8
  </client-only>
9
- <asd20-messaging id="main" v-bind="firstMessage"></asd20-messaging>
9
+ <asd20-messaging id="main" v-bind="firstMessage" headingTagName="h1"></asd20-messaging>
10
10
  <div class="image-container">
11
11
  <img
12
12
  class="background-image"
@@ -219,11 +219,11 @@ export default {
219
219
  // }
220
220
  }
221
221
 
222
- .notification-group--inline {
223
- margin-bottom: space(3);
224
- }
222
+ // .notification-group--inline {
223
+ // margin-bottom: space(3);
224
+ // }
225
225
  .asd20-feeds-section--top {
226
- margin-top: space(1);
226
+ // margin-top: space(1);
227
227
  .asd20-swiper-feed:first-child {
228
228
  padding-top: space(2);
229
229
  padding-bottom: space(1);
@@ -265,7 +265,7 @@ export default {
265
265
  margin: space(2) space(3) space(0) space(3);
266
266
 
267
267
  .notification:last-child {
268
- margin-bottom: space(2);
268
+ margin-bottom: space(1);
269
269
  }
270
270
  }
271
271