@primer/css 20.4.7-rc.9d658792 → 20.4.7

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.
@@ -352,7 +352,7 @@ $primer-borderRadius-large: 0.75rem;
352
352
  border-bottom-left-radius: 0;
353
353
 
354
354
  @media screen and (prefers-reduced-motion: no-preference) {
355
- animation: 160ms cubic-bezier(0.32, 0, 0.67, 0) 0s 1 normal none running Overlay--motion-slideInRight;
355
+ animation: 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running Overlay--motion-slideInRight;
356
356
  }
357
357
  }
358
358
  }
@@ -369,7 +369,7 @@ $primer-borderRadius-large: 0.75rem;
369
369
  border-bottom-right-radius: 0;
370
370
 
371
371
  @media screen and (prefers-reduced-motion: no-preference) {
372
- animation: 160ms cubic-bezier(0.32, 0, 0.67, 0) 0s 1 normal none running Overlay--motion-slideInLeft;
372
+ animation: 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running Overlay--motion-slideInLeft;
373
373
  }
374
374
  }
375
375
  }
@@ -387,7 +387,7 @@ $primer-borderRadius-large: 0.75rem;
387
387
  border-bottom-left-radius: 0;
388
388
 
389
389
  @media screen and (prefers-reduced-motion: no-preference) {
390
- animation: 160ms cubic-bezier(0.32, 0, 0.67, 0) 0s 1 normal none running Overlay--motion-slideUp;
390
+ animation: 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running Overlay--motion-slideUp;
391
391
  }
392
392
  }
393
393
  }
@@ -400,6 +400,10 @@ $primer-borderRadius-large: 0.75rem;
400
400
  border-radius: $primer-borderRadius-large;
401
401
  border-top-left-radius: 0;
402
402
  border-top-right-radius: 0;
403
+
404
+ @media screen and (prefers-reduced-motion: no-preference) {
405
+ animation: 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running Overlay--motion-slideDown;
406
+ }
403
407
  }
404
408
  }
405
409
  }
@@ -455,6 +459,12 @@ $primer-borderRadius-large: 0.75rem;
455
459
  }
456
460
  }
457
461
 
462
+ @keyframes Overlay--motion-slideDown {
463
+ from {
464
+ transform: translateY(-100%);
465
+ }
466
+ }
467
+
458
468
  @keyframes Overlay--motion-slideUp {
459
469
  from {
460
470
  transform: translateY(100%);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "20.4.7-rc.9d658792",
3
+ "version": "20.4.7",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",