@primer/css 20.4.6-rc.ecd602e1 → 20.4.7-rc.9328183e

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
 
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.9328183e",
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",