@asd20/ui 3.2.734 → 3.2.736

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.736",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -169,9 +169,6 @@ export default {
169
169
  padding: space(0.5);
170
170
  }
171
171
  &--fullscreen {
172
- // & + .asd20-messaging--fullscreen {
173
- // margin-top: space(-1);
174
- // }
175
172
  padding: space(1);
176
173
  justify-content: space-between;
177
174
 
@@ -180,8 +177,6 @@ export default {
180
177
  align-self: stretch;
181
178
  padding: 0;
182
179
  margin: 0;
183
- // overflow: hidden;
184
- margin: 0 space(-1) space(1) space(-1);
185
180
  & > img {
186
181
  display: block;
187
182
  width: 100%;
@@ -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