@asd20/ui 3.2.780 → 3.2.782

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.780",
8
+ "version": "3.2.782",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -23,7 +23,6 @@
23
23
  :href="websiteLogoProps.logoLink ? websiteLogoProps.logoLink : ''"
24
24
  >
25
25
  <img
26
- class="optionalLogo"
27
26
  :src="
28
27
  websiteLogoProps.logoImageUrl ? websiteLogoProps.logoImageUrl : ''
29
28
  "
@@ -239,6 +238,10 @@ export default {
239
238
  // margin-left: space(1);
240
239
  max-width: 6rem;
241
240
  }
241
+ .optionalLogo a {
242
+ display: block;
243
+ height: max-content;
244
+ }
242
245
  }
243
246
 
244
247
  .hours {
@@ -364,8 +367,12 @@ export default {
364
367
  display: flex;
365
368
  justify-content: space-between;
366
369
  padding-bottom: space(2);
370
+ .optionalLogo a {
371
+ display: block;
372
+ height: max-content;
373
+ }
367
374
  img {
368
- margin-top: space(-1);
375
+ // margin-top: space(-1);
369
376
  max-width: 12rem;
370
377
  max-height: 6rem;
371
378
  }
@@ -91,6 +91,7 @@
91
91
  ? login.callsToAction[0].label
92
92
  : 'Login'
93
93
  "
94
+ :aria-label="`Login to ${login.title}`"
94
95
  :link="login.callsToAction[0].url || ''"
95
96
  />
96
97
  <template>