@primer/css 20.8.0-rc.62a861ec → 20.8.0-rc.a9c4f07c
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/dist/markdown.css +1 -1
- package/dist/markdown.css.map +1 -1
- package/dist/meta.json +135 -135
- package/dist/primer.css +1 -1
- package/dist/primer.css.map +1 -1
- package/dist/product.css +1 -1
- package/dist/product.css.map +1 -1
- package/dist/stats/markdown.json +1 -1
- package/dist/stats/product.json +1 -1
- package/markdown/code.scss +1 -1
- package/package.json +4 -4
package/markdown/code.scss
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
margin: 0;
|
|
9
9
|
// stylelint-disable-next-line primer/typography
|
|
10
10
|
font-size: 85%;
|
|
11
|
+
white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines
|
|
11
12
|
background-color: var(--color-neutral-muted);
|
|
12
13
|
border-radius: $border-radius;
|
|
13
|
-
white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines
|
|
14
14
|
|
|
15
15
|
br { display: none; }
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/css",
|
|
3
|
-
"version": "20.8.0-rc.
|
|
3
|
+
"version": "20.8.0-rc.a9c4f07c",
|
|
4
4
|
"description": "The CSS implementation of GitHub's Primer Design System",
|
|
5
5
|
"homepage": "https://primer.style/css",
|
|
6
6
|
"author": "GitHub, Inc.",
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
"cssstats": "4.0.5",
|
|
57
57
|
"eslint": "8.25.0",
|
|
58
58
|
"eslint-plugin-github": "4.3.7",
|
|
59
|
-
"eslint-plugin-jest": "27.1.
|
|
59
|
+
"eslint-plugin-jest": "27.1.6",
|
|
60
60
|
"eslint-plugin-prettier": "4.2.1",
|
|
61
|
-
"filesize": "
|
|
61
|
+
"filesize": "10.0.5",
|
|
62
62
|
"front-matter": "4.0.2",
|
|
63
63
|
"fs-extra": "10.1.0",
|
|
64
64
|
"globby": "13.1.2",
|
|
65
|
-
"jest": "29.
|
|
65
|
+
"jest": "29.3.1",
|
|
66
66
|
"js-yaml": "4.1.0",
|
|
67
67
|
"postcss": "8.4.18",
|
|
68
68
|
"postcss-calc": "8.2.4",
|