@primer/css 19.1.0-rc.d03d9b90 → 19.1.0-rc.e1e1943a
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/DEVELOP.md +1 -1
- package/dist/meta.json +11 -11
- package/package.json +3 -3
package/DEVELOP.md
CHANGED
|
@@ -46,7 +46,7 @@ All `html` fenced code blocks in `src/**/*.md` will be rendered as stories and l
|
|
|
46
46
|
Primer CSS Storybook is used for designing and prototyping components. Stories are written in HTML and leverage the Storybook API for configuring conditional logic.
|
|
47
47
|
|
|
48
48
|
```sh
|
|
49
|
-
npm storybook
|
|
49
|
+
npm run storybook
|
|
50
50
|
```
|
|
51
51
|
|
|
52
52
|
### The Storybook directory
|
package/dist/meta.json
CHANGED
|
@@ -22,6 +22,17 @@
|
|
|
22
22
|
"legacy": "primer-support/index.scss",
|
|
23
23
|
"imports": []
|
|
24
24
|
},
|
|
25
|
+
"blankslate": {
|
|
26
|
+
"name": "blankslate",
|
|
27
|
+
"source": "src/blankslate/index.scss",
|
|
28
|
+
"sass": "@primer/css/blankslate/index.scss",
|
|
29
|
+
"css": "dist/blankslate.css",
|
|
30
|
+
"map": "dist/blankslate.css.map",
|
|
31
|
+
"js": "dist/blankslate.js",
|
|
32
|
+
"stats": "dist/stats/blankslate.json",
|
|
33
|
+
"legacy": "primer-blankslate/index.scss",
|
|
34
|
+
"imports": []
|
|
35
|
+
},
|
|
25
36
|
"alerts": {
|
|
26
37
|
"name": "alerts",
|
|
27
38
|
"source": "src/alerts/index.scss",
|
|
@@ -121,17 +132,6 @@
|
|
|
121
132
|
"legacy": "primer-header/index.scss",
|
|
122
133
|
"imports": []
|
|
123
134
|
},
|
|
124
|
-
"blankslate": {
|
|
125
|
-
"name": "blankslate",
|
|
126
|
-
"source": "src/blankslate/index.scss",
|
|
127
|
-
"sass": "@primer/css/blankslate/index.scss",
|
|
128
|
-
"css": "dist/blankslate.css",
|
|
129
|
-
"map": "dist/blankslate.css.map",
|
|
130
|
-
"js": "dist/blankslate.js",
|
|
131
|
-
"stats": "dist/stats/blankslate.json",
|
|
132
|
-
"legacy": "primer-blankslate/index.scss",
|
|
133
|
-
"imports": []
|
|
134
|
-
},
|
|
135
135
|
"timeline": {
|
|
136
136
|
"name": "timeline",
|
|
137
137
|
"source": "src/timeline/index.scss",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/css",
|
|
3
|
-
"version": "19.1.0-rc.
|
|
3
|
+
"version": "19.1.0-rc.e1e1943a",
|
|
4
4
|
"description": "The CSS implementation of GitHub's Primer Design System",
|
|
5
5
|
"homepage": "https://primer.style/css",
|
|
6
6
|
"author": "GitHub, Inc.",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@primer/primitives": "^7.1.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@changesets/changelog-github": "0.4.
|
|
41
|
+
"@changesets/changelog-github": "0.4.2",
|
|
42
42
|
"@changesets/cli": "2.18.0",
|
|
43
43
|
"@github/prettier-config": "0.0.4",
|
|
44
44
|
"@koddsson/postcss-sass": "5.0.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"globby": "12.0.2",
|
|
56
56
|
"jest": "27.3.1",
|
|
57
57
|
"js-yaml": "4.1.0",
|
|
58
|
-
"postcss": "8.
|
|
58
|
+
"postcss": "8.4.4",
|
|
59
59
|
"postcss-calc": "8.0.0",
|
|
60
60
|
"postcss-import": "14.0.2",
|
|
61
61
|
"postcss-load-config": "3.1.0",
|