@primer/css 20.4.6-rc.ecd602e1 → 20.4.7-rc.12721f15

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.
@@ -19,6 +19,12 @@
19
19
 
20
20
  ol {
21
21
  padding-left: $spacer-3;
22
+
23
+ ul {
24
+ display: inline-block;
25
+ padding-left: $spacer-3;
26
+ margin-top: $spacer-3;
27
+ }
22
28
  }
23
29
 
24
30
  li {
@@ -224,7 +224,6 @@ $primer-borderRadius-large: 0.75rem;
224
224
  padding-top: 0;
225
225
  overflow-y: auto;
226
226
  scrollbar-width: thin;
227
- scrollbar-gutter: stable;
228
227
  font-size: $body-font-size;
229
228
  flex-grow: 1;
230
229
 
@@ -353,7 +352,7 @@ $primer-borderRadius-large: 0.75rem;
353
352
  border-bottom-left-radius: 0;
354
353
 
355
354
  @media screen and (prefers-reduced-motion: no-preference) {
356
- 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;
357
356
  }
358
357
  }
359
358
  }
@@ -370,7 +369,7 @@ $primer-borderRadius-large: 0.75rem;
370
369
  border-bottom-right-radius: 0;
371
370
 
372
371
  @media screen and (prefers-reduced-motion: no-preference) {
373
- 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;
374
373
  }
375
374
  }
376
375
  }
@@ -388,7 +387,7 @@ $primer-borderRadius-large: 0.75rem;
388
387
  border-bottom-left-radius: 0;
389
388
 
390
389
  @media screen and (prefers-reduced-motion: no-preference) {
391
- 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;
392
391
  }
393
392
  }
394
393
  }
@@ -401,6 +400,10 @@ $primer-borderRadius-large: 0.75rem;
401
400
  border-radius: $primer-borderRadius-large;
402
401
  border-top-left-radius: 0;
403
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
+ }
404
407
  }
405
408
  }
406
409
  }
@@ -456,6 +459,12 @@ $primer-borderRadius-large: 0.75rem;
456
459
  }
457
460
  }
458
461
 
462
+ @keyframes Overlay--motion-slideDown {
463
+ from {
464
+ transform: translateY(-100%);
465
+ }
466
+ }
467
+
459
468
  @keyframes Overlay--motion-slideUp {
460
469
  from {
461
470
  transform: translateY(100%);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "20.4.6-rc.ecd602e1",
3
+ "version": "20.4.7-rc.12721f15",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",
@@ -50,10 +50,10 @@
50
50
  "@github/prettier-config": "0.0.4",
51
51
  "@koddsson/postcss-sass": "5.0.1",
52
52
  "@primer/stylelint-config": "^12.4.0",
53
- "autoprefixer": "10.4.8",
53
+ "autoprefixer": "10.4.12",
54
54
  "chokidar-cli": "3.0.0",
55
55
  "cssstats": "4.0.5",
56
- "eslint": "8.21.0",
56
+ "eslint": "8.23.1",
57
57
  "eslint-plugin-github": "4.3.7",
58
58
  "eslint-plugin-jest": "26.8.2",
59
59
  "eslint-plugin-prettier": "4.2.1",
@@ -61,7 +61,7 @@
61
61
  "front-matter": "4.0.2",
62
62
  "fs-extra": "10.1.0",
63
63
  "globby": "13.1.2",
64
- "jest": "28.1.3",
64
+ "jest": "29.0.3",
65
65
  "js-yaml": "4.1.0",
66
66
  "postcss": "8.4.16",
67
67
  "postcss-calc": "8.2.4",