@asd20/ui 3.2.734 → 3.2.735

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.734",
8
+ "version": "3.2.735",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -113,6 +113,7 @@ export default {
113
113
  ) {
114
114
  items.push({
115
115
  ...baseItemProps,
116
+ actionable: true,
116
117
  icon: 'email',
117
118
  label: 'Email',
118
119
  description: `<a href='${
@@ -109,11 +109,12 @@
109
109
  </div>
110
110
 
111
111
  <asd20-social-menu :socialLinks="socialLinks" />
112
+
112
113
  <div class="disclosure-links">
113
114
  <asd20-button
114
115
  v-for="(item, index) in disclosureLinks"
116
+ :link="item.url"
115
117
  :key="index"
116
- :href="item.url"
117
118
  horizontal
118
119
  transparent
119
120
  expanded
@@ -88,6 +88,7 @@ export default {
88
88
  background: var(
89
89
  --website-homepage-header__secondary-button-background-color
90
90
  );
91
+ border: none;
91
92
  &:hover {
92
93
  color: var(
93
94
  --website-homepage-header__secondary-button-hover-foreground-color