@asd20/ui 3.2.709 → 3.2.711

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.709",
8
+ "version": "3.2.711",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="asd20-list-category">
2
+ <div class="asd20-list-category" v-if="label">
3
3
  <div class="asd20-list-category__label" v-html="label"></div>
4
4
  <asd20-badge v-if="badge" :value="badge" />
5
5
  </div>
@@ -113,11 +113,11 @@ export default {
113
113
  @keyframes slide_down {
114
114
  from {
115
115
  opacity: 0;
116
- bottom: space(2);
116
+ // bottom: space(2);
117
117
  }
118
118
  to {
119
119
  opacity: 1;
120
- botom: space(-0.74);
120
+ // botom: space(-0.74);
121
121
  }
122
122
  }
123
123
 
@@ -153,7 +153,7 @@ export default {
153
153
  margin-left: space(3);
154
154
  .asd20-messaging__content {
155
155
  margin: 0;
156
- animation: slide_left 2s ease-in-out 0.5s both;
156
+ animation: slide_left 1.5s ease-in-out 0.5s both;
157
157
  }
158
158
  .asd20-messaging__heading {
159
159
  @include fluid-type($base-font-size * 1.5, $base-font-size * 2);
@@ -167,7 +167,7 @@ export default {
167
167
  position: absolute;
168
168
  width: 75%;
169
169
  top: 0;
170
- bottom: space(-0.74);
170
+ // bottom: space(-0.74);
171
171
  left: 3.25rem;
172
172
  height: 100%;
173
173
  right: 0;
@@ -189,7 +189,7 @@ export default {
189
189
  // );
190
190
  border-left: 30px solid var(--website-homepage-header__accent);
191
191
  // border-bottom: 20px solid var(--website-homepage-header__accent);
192
- animation: slide_left 2.5s ease-in-out 0.5s both;
192
+ animation: slide_down 2.5s ease-in-out 0.5s both;
193
193
  }
194
194
  }
195
195
  &::v-deep .asd20-messaging__button-group {
@@ -124,7 +124,10 @@ export default {
124
124
 
125
125
  .asd20-widgets-section {
126
126
  &::v-deep .asd20-list__header {
127
- border-bottom: 2px solid rgba(128, 128, 128, 0.1) !important;
127
+ border-bottom: 2px solid var(--website-icon__fill-color) !important;
128
+ }
129
+ &::v-deep .asd20-list-category {
130
+ border-bottom: 1px solid #d9d9d9 !important;
128
131
  }
129
132
  .related-links-wide {
130
133
  margin-bottom: space(2);
@@ -179,11 +182,11 @@ export default {
179
182
  }
180
183
  }
181
184
 
182
- .relatedDepartment,
183
- .relatedPeople,
184
- .relatedPages {
185
- max-width: 50vw;
186
- }
185
+ // .relatedDepartment,
186
+ // .relatedPeople,
187
+ // .relatedPages {
188
+ // max-width: 50vw;
189
+ // }
187
190
  }
188
191
  }
189
192
  </style>
@@ -307,7 +307,7 @@ export default {
307
307
  @keyframes slide_left {
308
308
  from {
309
309
  opacity: 0;
310
- margin-left: 150px;
310
+ margin-left: 200px;
311
311
  }
312
312
  to {
313
313
  opacity: 1;
@@ -355,7 +355,7 @@ export default {
355
355
  position: absolute;
356
356
  bottom: 20%;
357
357
  transform: translate3d(0, calc(-70% * var(--scroll-progress)), 0);
358
- animation: slide_left 1s ease-in-out 0.5s both;
358
+ animation: slide_left 1.5s ease-in-out 0.5s both;
359
359
  .lead {
360
360
  }
361
361
  }
@@ -14,7 +14,7 @@
14
14
  // background-image: var(--website-texture__default);
15
15
  // background-position-y: top;
16
16
 
17
- padding-top: space(0.5);
17
+ padding: space(0.5);
18
18
  }
19
19
  main .asd20-widgets-section {
20
20
  // margin-bottom: space(-1);