@primer/css 0.0.0-20220126060719 → 0.0.0-20220126170020

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/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # @primer/css
2
2
 
3
- ## 0.0.0-20220126060719
3
+ ## 0.0.0-20220126170020
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - [#1876](https://github.com/primer/css/pull/1876) [`a8c8cbde`](https://github.com/primer/css/commit/a8c8cbdedb01582fb7f34360f71edb5dec538aae) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Add mono font stack to <samp> tag
7
+ - [#1876](https://github.com/primer/css/pull/1876) [`bcf447ab`](https://github.com/primer/css/commit/bcf447ab226e6043dd47c1fcc395ba104af866d4) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Add mono font stack to <samp> tag
8
8
 
9
9
  ### Patch Changes
10
10
 
package/dist/meta.json CHANGED
@@ -88,17 +88,6 @@
88
88
  "legacy": "primer-truncate/index.scss",
89
89
  "imports": []
90
90
  },
91
- "subhead": {
92
- "name": "subhead",
93
- "source": "src/subhead/index.scss",
94
- "sass": "@primer/css/subhead/index.scss",
95
- "css": "dist/subhead.css",
96
- "map": "dist/subhead.css.map",
97
- "js": "dist/subhead.js",
98
- "stats": "dist/stats/subhead.json",
99
- "legacy": "primer-subhead/index.scss",
100
- "imports": []
101
- },
102
91
  "header": {
103
92
  "name": "header",
104
93
  "source": "src/header/index.scss",
@@ -209,6 +198,17 @@
209
198
  "legacy": "primer-select-menu/index.scss",
210
199
  "imports": []
211
200
  },
201
+ "subhead": {
202
+ "name": "subhead",
203
+ "source": "src/subhead/index.scss",
204
+ "sass": "@primer/css/subhead/index.scss",
205
+ "css": "dist/subhead.css",
206
+ "map": "dist/subhead.css.map",
207
+ "js": "dist/subhead.js",
208
+ "stats": "dist/stats/subhead.json",
209
+ "legacy": "primer-subhead/index.scss",
210
+ "imports": []
211
+ },
212
212
  "marketing-support": {
213
213
  "name": "marketing-support",
214
214
  "source": "src/marketing/support/index.scss",
@@ -363,17 +363,6 @@
363
363
  "legacy": "primer-layout/index.scss",
364
364
  "imports": []
365
365
  },
366
- "markdown": {
367
- "name": "markdown",
368
- "source": "src/markdown/index.scss",
369
- "sass": "@primer/css/markdown/index.scss",
370
- "css": "dist/markdown.css",
371
- "map": "dist/markdown.css.map",
372
- "js": "dist/markdown.js",
373
- "stats": "dist/stats/markdown.json",
374
- "legacy": "primer-markdown/index.scss",
375
- "imports": []
376
- },
377
366
  "marketing-utilities": {
378
367
  "name": "marketing-utilities",
379
368
  "source": "src/marketing/utilities/index.scss",
@@ -385,6 +374,17 @@
385
374
  "legacy": "primer-marketing-utilities/index.scss",
386
375
  "imports": []
387
376
  },
377
+ "markdown": {
378
+ "name": "markdown",
379
+ "source": "src/markdown/index.scss",
380
+ "sass": "@primer/css/markdown/index.scss",
381
+ "css": "dist/markdown.css",
382
+ "map": "dist/markdown.css.map",
383
+ "js": "dist/markdown.js",
384
+ "stats": "dist/stats/markdown.json",
385
+ "legacy": "primer-markdown/index.scss",
386
+ "imports": []
387
+ },
388
388
  "utilities": {
389
389
  "name": "utilities",
390
390
  "source": "src/utilities/index.scss",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "0.0.0-20220126060719",
3
+ "version": "0.0.0-20220126170020",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",
@@ -43,7 +43,7 @@
43
43
  "@changesets/cli": "2.19.0",
44
44
  "@github/prettier-config": "0.0.4",
45
45
  "@koddsson/postcss-sass": "5.0.0",
46
- "@primer/stylelint-config": "12.2.0",
46
+ "@primer/stylelint-config": "^12.3.0",
47
47
  "autoprefixer": "10.4.1",
48
48
  "chokidar-cli": "3.0.0",
49
49
  "cssstats": "4.0.2",