@asd20/ui 3.5.2 → 3.5.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asd20/ui",
3
- "version": "3.5.2",
3
+ "version": "3.5.4",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "sideEffects": [
@@ -268,7 +268,7 @@ export default {
268
268
  height: 50%;
269
269
  background: linear-gradient(
270
270
  170deg,
271
- rgba(6, 11, 31, 0.6) 10%,
271
+ rgba(6, 11, 31, 0.7) 10%,
272
272
  rgba(6, 11, 31, 0) 50%,
273
273
  transparent 100%
274
274
  );
@@ -303,7 +303,7 @@ export default {
303
303
  padding: 0;
304
304
  z-index: 101;
305
305
  position: absolute;
306
- margin: space(2) space(1) space(2) space(2);
306
+ margin: space(0.5) space(1) space(2) space(2);
307
307
  width: 95%;
308
308
  display: flex;
309
309
  }
@@ -80,8 +80,8 @@ export default {
80
80
  var(--website-homepage-header__background-style);
81
81
  padding: space(3) space(1) space(1) space(1);
82
82
  height: auto;
83
- border-radius: 0 var(--website-shape__radius-m)
84
- var(--website-shape__radius-m) 0;
83
+ // border-radius: 0 var(--website-shape__radius-m)
84
+ // var(--website-shape__radius-m) 0;
85
85
  }
86
86
 
87
87
  &::v-deep .asd20-messaging__heading {
@@ -182,6 +182,28 @@ export default {
182
182
  }
183
183
  }
184
184
 
185
+ @keyframes slide_right {
186
+ from {
187
+ opacity: 0;
188
+ margin-left: -200px;
189
+ }
190
+ to {
191
+ opacity: 1;
192
+ margin-left: 0;
193
+ }
194
+ }
195
+
196
+ @keyframes slide_right2 {
197
+ from {
198
+ opacity: 0;
199
+ margin-left: -100px;
200
+ }
201
+ to {
202
+ opacity: 1;
203
+ margin-left: 0;
204
+ }
205
+ }
206
+
185
207
  @media (min-width: 667px) {
186
208
  .asd20-video-header-content {
187
209
  width: 100%;
@@ -226,16 +248,16 @@ export default {
226
248
  // width: 80%;
227
249
  &::v-deep .asd20-messaging {
228
250
  padding: space(1);
229
- margin-left: space(3);
251
+ // margin-left: space(3);
230
252
  .asd20-messaging__content {
231
253
  margin: 0;
232
- animation: slide_left 1.5s ease-in-out 0.5s both;
254
+ animation: slide_right 2s ease-in-out 0.5s both;
233
255
  }
234
256
  .asd20-messaging__heading {
235
257
  @include fluid-type($base-font-size * 1.15, $base-font-size * 1.5);
236
258
  color: var(--color__accent-s10);
237
259
  border-bottom: none;
238
- // animation: slide_left2 1.25s ease-in-out 0.75s both;
260
+ animation: slide_right2 1.5s ease-in-out 1s both;
239
261
  }
240
262
  }
241
263
  // &::after {
@@ -255,13 +277,14 @@ export default {
255
277
  &::after {
256
278
  content: '';
257
279
  position: absolute;
258
- inset: 0 auto 0 3.25rem; /* top:0; right:auto; bottom:0; left:3.25rem; */
280
+ inset: 0 -30px 0 auto; /* top:0; right:auto; bottom:0; left:3.25rem; */
259
281
  width: 30px;
260
282
  background: var(--website-homepage-header__accent);
261
- border-radius: var(--website-shape__radius-m) 0 0 var(--website-shape__radius-m);
283
+ border-radius: 0 var(--website-shape__radius-l) var(--website-shape__radius-l) 0;
284
+ // border-radius: var(--website-shape__radius-m) 0 0 var(--website-shape__radius-m);
262
285
  /* Make sure it sits behind the messaging card */
263
286
  z-index: -1;
264
- animation: slide_left2 2s ease-in-out 0s both;
287
+ // animation: slide_right2 1s ease-in-out 1.5s both;
265
288
  }
266
289
  }
267
290
  &::v-deep .asd20-messaging__button-group {
@@ -317,7 +317,17 @@ export default {
317
317
  @keyframes slide_right {
318
318
  from {
319
319
  opacity: 0;
320
- margin-left: -200px;
320
+ margin-left: -300px;
321
+ }
322
+ to {
323
+ opacity: 1;
324
+ margin-left: 0;
325
+ }
326
+ }
327
+ @keyframes slide_right2 {
328
+ from {
329
+ opacity: 0;
330
+ margin-left: -300px;
321
331
  }
322
332
  to {
323
333
  opacity: 1;
@@ -376,7 +386,14 @@ export default {
376
386
  position: absolute;
377
387
  bottom: 15%;
378
388
  transform: translate3d(0, calc(-70% * var(--scroll-progress)), 0);
379
- animation: slide_left 1.5s ease-in-out 0.5s both;
389
+ animation: slide_right 1.5s ease-in-out 0.5s both;
390
+ // &::v-deep .asd20-messaging_heading {
391
+ // animation: slide_right 1s ease-in-out 0.5s both;
392
+ // }
393
+ // &::v-deep .lead {
394
+ // animation: slide_right2 .5s ease-in-out 0.5s both;
395
+ // }
396
+
380
397
  }
381
398
  .asd20-organization-picker {
382
399
  display: inherit !important;