jekyll-theme-primer 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/default.html +1 -1
- data/_sass/jekyll-theme-primer.scss +0 -1
- data/_sass/primer-base/CHANGELOG.md +20 -0
- data/_sass/primer-base/README.md +1 -1
- data/_sass/primer-base/build/build.css +1 -2
- data/_sass/primer-base/build/index.js +1 -0
- data/_sass/primer-base/index.scss +1 -1
- data/_sass/primer-base/lib/base.scss +1 -0
- data/_sass/{normalize.css → primer-base/lib}/normalize.scss +6 -2
- data/_sass/primer-base/lib/typography-base.scss +1 -1
- data/_sass/primer-base/package.json +36 -34
- data/_sass/primer-layout/CHANGELOG.md +19 -0
- data/_sass/primer-layout/README.md +3 -7
- data/_sass/primer-layout/build/build.css +1 -2
- data/_sass/primer-layout/build/index.js +1 -0
- data/_sass/primer-layout/index.scss +1 -0
- data/_sass/primer-layout/lib/grid.scss +0 -1
- data/_sass/primer-layout/package.json +35 -32
- data/_sass/primer-markdown/CHANGELOG.md +29 -0
- data/_sass/primer-markdown/README.md +1 -6
- data/_sass/primer-markdown/build/build.css +1 -2
- data/_sass/primer-markdown/build/index.js +1 -0
- data/_sass/primer-markdown/lib/blob-csv.scss +3 -3
- data/_sass/primer-markdown/lib/code.scss +2 -2
- data/_sass/primer-markdown/lib/headings.scss +4 -4
- data/_sass/primer-markdown/lib/images.scss +3 -3
- data/_sass/primer-markdown/lib/lists.scss +1 -1
- data/_sass/primer-markdown/lib/markdown-body.scss +9 -9
- data/_sass/primer-markdown/lib/tables.scss +9 -5
- data/_sass/primer-markdown/package.json +34 -31
- data/_sass/primer-support/CHANGELOG.md +85 -0
- data/_sass/primer-support/README.md +1 -1
- data/_sass/primer-support/index.scss +5 -1
- data/_sass/primer-support/lib/mixins/buttons.scss +156 -0
- data/_sass/primer-support/lib/mixins/misc.scss +1 -1
- data/_sass/primer-support/lib/mixins/typography.scss +4 -4
- data/_sass/primer-support/lib/variables/color-system.scss +114 -0
- data/_sass/primer-support/lib/variables/colors.scss +64 -0
- data/_sass/primer-support/lib/variables/layout.scss +58 -0
- data/_sass/primer-support/lib/variables/misc.scss +45 -0
- data/_sass/primer-support/lib/variables/typography.scss +35 -0
- data/_sass/primer-support/package.json +33 -29
- data/_sass/primer-utilities/CHANGELOG.md +130 -0
- data/_sass/primer-utilities/README.md +2 -2
- data/_sass/primer-utilities/build/build.css +1 -2
- data/_sass/primer-utilities/build/index.js +1 -2
- data/_sass/primer-utilities/index.scss +5 -1
- data/_sass/primer-utilities/lib/animations.scss +8 -11
- data/_sass/primer-utilities/lib/borders.scss +61 -0
- data/_sass/primer-utilities/lib/box-shadow.scss +26 -0
- data/_sass/primer-utilities/lib/colors.scss +72 -10
- data/_sass/primer-utilities/lib/flexbox.scss +80 -0
- data/_sass/primer-utilities/lib/layout.scss +37 -50
- data/_sass/primer-utilities/lib/margin.scss +37 -9
- data/_sass/primer-utilities/lib/padding.scss +16 -3
- data/_sass/primer-utilities/lib/typography.scss +65 -9
- data/_sass/primer-utilities/lib/visibility-display.scss +95 -0
- data/_sass/primer-utilities/package.json +35 -35
- metadata +17 -10
- data/_sass/normalize.css/CHANGELOG.md +0 -135
- data/_sass/normalize.css/LICENSE.md +0 -21
- data/_sass/normalize.css/README.md +0 -128
- data/_sass/normalize.css/package.json +0 -111
- data/_sass/primer-support/lib/variables.scss +0 -179
- data/_sass/primer-utilities/lib/border.scss +0 -29
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8df73f8fdea48923a1303985db61f330cce53ac0
|
4
|
+
data.tar.gz: 03ec78bebd40a4821060ba0f3b25405100165c53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 92c9271163deba7c3e0283d1903a85339f91073e17a1ad07364885679c5e228d4dc850014f7049b65d54d15184f1bacc7dafc7c4c2f2241bbc73f73c59c4ac83
|
7
|
+
data.tar.gz: ef64458cf6a92f9d6f6592d93290439aafc886507f3fe73ecde15256a17d04d327895ee7486cd384370babe408443c11990317479f5878134e190d536d89c1f2
|
data/_layouts/default.html
CHANGED
@@ -1,3 +1,23 @@
|
|
1
|
+
# v0.4.2
|
2
|
+
|
3
|
+
* More versions - Jon Rohan [github/github@e12ba2e](https://github.com/github/github/commit/e12ba2e)
|
4
|
+
* Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651)
|
5
|
+
* don't change the versions yet - Jon Rohan [github/github@6bebcff](https://github.com/github/github/commit/6bebcff)
|
6
|
+
* Bumping version - Jon Rohan [github/github@df8b91c](https://github.com/github/github/commit/df8b91c)
|
7
|
+
* Cleaning up devDependencies versions and simplifying npm scripts - Jon Rohan [github/github@2c42571](https://github.com/github/github/commit/2c42571)
|
8
|
+
|
9
|
+
# v0.4.1
|
10
|
+
|
11
|
+
* Creating a new version - Jon Rohan [github/github@488569b](https://github.com/github/github/commit/488569b)
|
12
|
+
* Adding list-item for summary - Jon Rohan [github/github@59070d8](https://github.com/github/github/commit/59070d8)
|
13
|
+
* Removing normalize.css from dependencies and checking into base package - Jon Rohan [github/github@459e8b7](https://github.com/github/github/commit/459e8b7)
|
14
|
+
|
15
|
+
# v0.4.0
|
16
|
+
|
17
|
+
* Cutting new versions of primer modules - Jon Rohan [github/github@157f5ab](https://github.com/github/github/commit/157f5ab)
|
18
|
+
* Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a)
|
19
|
+
* Separating out modules into primer-core and primer-product - Jon Rohan [github/github@ddf698c](https://github.com/github/github/commit/ddf698c)
|
20
|
+
|
1
21
|
# v0.3.0
|
2
22
|
|
3
23
|
* Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5)
|
data/_sass/primer-base/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Primer CSS Base
|
2
2
|
|
3
3
|
[![NPM version](http://img.shields.io/npm/v/primer-base.svg)](https://www.npmjs.org/package/primer-base)
|
4
|
-
[![Build Status](https://travis-ci.org/primer/base.svg?branch=master)](https://travis-ci.org/primer/base)
|
4
|
+
[![Build Status](https://travis-ci.org/primer/primer-base.svg?branch=master)](https://travis-ci.org/primer/primer-base)
|
5
5
|
|
6
6
|
> GitHub's CSS to reset the browsers default styles. Built on top of normalize.css
|
7
7
|
|
@@ -1,2 +1 @@
|
|
1
|
-
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section
|
2
|
-
|
1
|
+
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}*{box-sizing:border-box}input,select,textarea,button{font-family:inherit;font-size:inherit;line-height:inherit}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;line-height:1.5;color:#333;background-color:#fff}a{color:#4078c0;text-decoration:none}a:hover,a:active{text-decoration:underline}strong{font-weight:600}hr,.rule{height:0;margin:15px 0;overflow:hidden;background:transparent;border:0;border-bottom:1px solid #ddd}hr::before,.rule::before{display:table;content:""}hr::after,.rule::after{display:table;clear:both;content:""}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}button{cursor:pointer}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0}h1{font-size:32px;font-weight:600}h2{font-size:24px;font-weight:600}h3{font-size:20px;font-weight:600}h4{font-size:16px;font-weight:600}h5{font-size:14px;font-weight:600}h6{font-size:12px;font-weight:600}p{margin-top:0;margin-bottom:10px}small{font-size:90%}blockquote{margin:0}ul,ol{padding-left:0;margin-top:0;margin-bottom:0}ol ol,ul ol{list-style-type:lower-roman}ul ul ol,ul ol ol,ol ul ol,ol ol ol{list-style-type:lower-alpha}dd{margin-left:0}tt,code{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px}pre{margin-top:0;margin-bottom:0;font:12px Consolas,"Liberation Mono",Menlo,Courier,monospace}.octicon{vertical-align:text-bottom}
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = {"cssstats":{"size":3740,"gzipSize":1475,"humanizedSize":"4kB","humanizedGzipSize":"1kB","rules":{"total":70,"size":{"graph":[3,1,1,1,1,2,1,1,2,1,3,1,1,1,2,2,1,4,1,1,1,1,2,1,3,2,1,1,1,1,2,1,3,6,1,2,1,2,1,2,2,1,3,5,2,1,1,6,2,3,2,1,1,2,2,2,2,2,2,2,2,1,1,3,1,1,1,2,3,1],"max":6,"average":1.8}},"selectors":{"total":127,"type":104,"class":4,"id":0,"pseudoClass":6,"pseudoElement":4,"values":["html","body","article","aside","details","figcaption","figure","footer","header","main","menu","nav","section","summary","audio","canvas","progress","video","audio:not([controls])","progress","template","[hidden]","a","a:active","a:hover","abbr[title]","b","strong","b","strong","dfn","h1","mark","small","sub","sup","sub","sup","img","svg:not(:root)","code","kbd","pre","samp","figure","hr","button","input","select","textarea","optgroup","button","input","button","select","button","html [type=\"button\"]","[type=\"reset\"]","[type=\"submit\"]","button::-moz-focus-inner","[type=\"button\"]::-moz-focus-inner","[type=\"reset\"]::-moz-focus-inner","[type=\"submit\"]::-moz-focus-inner","button:-moz-focusring","[type=\"button\"]:-moz-focusring","[type=\"reset\"]:-moz-focusring","[type=\"submit\"]:-moz-focusring","fieldset","legend","textarea","[type=\"checkbox\"]","[type=\"radio\"]","[type=\"number\"]::-webkit-inner-spin-button","[type=\"number\"]::-webkit-outer-spin-button","[type=\"search\"]","[type=\"search\"]::-webkit-search-cancel-button","[type=\"search\"]::-webkit-search-decoration","::-webkit-input-placeholder","::-webkit-file-upload-button","*","input","select","textarea","button","body","a","a:hover","a:active","strong","hr",".rule","hr::before",".rule::before","hr::after",".rule::after","table","td","th","button","h1","h2","h3","h4","h5","h6","h1","h2","h3","h4","h5","h6","p","small","blockquote","ul","ol","ol ol","ul ol","ul ul ol","ul ol ol","ol ul ol","ol ol ol","dd","tt","code","pre",".octicon"],"specificity":{"max":20,"average":3.52755905511811}},"declarations":{"total":126,"unique":92,"properties":{"font-family":["sans-serif","monospace, monospace","inherit","-apple-system,BlinkMacSystemFont,\"Segoe UI\",Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\",\"Segoe UI Symbol\"","Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"-ms-text-size-adjust":["100%"],"-webkit-text-size-adjust":["100%"],"margin":["0","0.67em 0","1em 40px","0","0 2px","15px 0","0"],"display":["block","list-item","inline-block","none","none","table","table","table"],"height":["0","0","auto","0"],"vertical-align":["baseline","baseline","text-bottom"],"background-color":["transparent","#ff0","#fff"],"-webkit-text-decoration-skip":["objects"],"outline-width":["0"],"border-bottom":["none","1px solid #ddd"],"text-decoration":["underline","underline dotted","none","underline"],"font-weight":["inherit","bolder","bold","600","600","600","600","600","600","600"],"font-style":["italic"],"font-size":["2em","80%","75%","1em","inherit","14px","32px","24px","20px","16px","14px","12px","90%","12px"],"color":["#000","inherit","inherit","#333","#4078c0"],"line-height":["0","inherit","1.5"],"position":["relative"],"bottom":["-0.25em"],"top":["-0.5em"],"border-style":["none","none"],"overflow":["hidden","visible","visible","auto","hidden"],"box-sizing":["content-box","border-box","border-box","border-box"],"font":["inherit","inherit","12px Consolas,\"Liberation Mono\",Menlo,Courier,monospace"],"text-transform":["none"],"-webkit-appearance":["button","textfield","none","button"],"padding":["0","0.35em 0.625em 0.75em","0","0","0"],"outline":["1px dotted ButtonText"],"border":["1px solid #c0c0c0","0"],"max-width":["100%"],"white-space":["normal"],"outline-offset":["-2px"],"opacity":["0.54"],"background":["transparent"],"content":["\"\"","\"\""],"clear":["both"],"border-spacing":["0"],"border-collapse":["collapse"],"cursor":["pointer"],"margin-top":["0","0","0","0"],"margin-bottom":["0","10px","0","0"],"padding-left":["0"],"list-style-type":["lower-roman","lower-alpha"],"margin-left":["0"]}},"mediaQueries":{"total":0,"unique":0,"values":[],"contents":[]}}}
|
@@ -1,3 +1,4 @@
|
|
1
|
+
// stylelint-disable
|
1
2
|
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
|
2
3
|
|
3
4
|
/**
|
@@ -38,11 +39,14 @@ header,
|
|
38
39
|
main, /* 2 */
|
39
40
|
menu,
|
40
41
|
nav,
|
41
|
-
section
|
42
|
-
summary { /* 1 */
|
42
|
+
section { /* 1 */
|
43
43
|
display: block;
|
44
44
|
}
|
45
45
|
|
46
|
+
summary {
|
47
|
+
display: list-item;
|
48
|
+
}
|
49
|
+
|
46
50
|
/**
|
47
51
|
* Add the correct display in IE 9-.
|
48
52
|
*/
|
@@ -2,78 +2,76 @@
|
|
2
2
|
"_args": [
|
3
3
|
[
|
4
4
|
{
|
5
|
-
"raw": "primer-base
|
5
|
+
"raw": "primer-base@0.4.2",
|
6
6
|
"scope": null,
|
7
7
|
"escapedName": "primer-base",
|
8
8
|
"name": "primer-base",
|
9
|
-
"rawSpec": "
|
10
|
-
"spec": "
|
11
|
-
"type": "
|
9
|
+
"rawSpec": "0.4.2",
|
10
|
+
"spec": "0.4.2",
|
11
|
+
"type": "version"
|
12
12
|
},
|
13
|
-
"/Users/benbalter/projects/
|
13
|
+
"/Users/benbalter/projects/primer"
|
14
14
|
]
|
15
15
|
],
|
16
|
-
"_from": "primer-base
|
17
|
-
"_id": "primer-base@0.
|
16
|
+
"_from": "primer-base@0.4.2",
|
17
|
+
"_id": "primer-base@0.4.2",
|
18
18
|
"_inCache": true,
|
19
19
|
"_location": "/primer-base",
|
20
|
-
"_nodeVersion": "
|
20
|
+
"_nodeVersion": "7.4.0",
|
21
21
|
"_npmOperationalInternal": {
|
22
|
-
"host": "packages-
|
23
|
-
"tmp": "tmp/primer-base-0.
|
22
|
+
"host": "packages-18-east.internal.npmjs.com",
|
23
|
+
"tmp": "tmp/primer-base-0.4.2.tgz_1484826723227_0.8080247030593455"
|
24
24
|
},
|
25
25
|
"_npmUser": {
|
26
26
|
"name": "jonrohan",
|
27
27
|
"email": "yes@jonrohan.codes"
|
28
28
|
},
|
29
|
-
"_npmVersion": "
|
29
|
+
"_npmVersion": "4.0.5",
|
30
30
|
"_phantomChildren": {},
|
31
31
|
"_requested": {
|
32
|
-
"raw": "primer-base
|
32
|
+
"raw": "primer-base@0.4.2",
|
33
33
|
"scope": null,
|
34
34
|
"escapedName": "primer-base",
|
35
35
|
"name": "primer-base",
|
36
|
-
"rawSpec": "
|
37
|
-
"spec": "
|
38
|
-
"type": "
|
36
|
+
"rawSpec": "0.4.2",
|
37
|
+
"spec": "0.4.2",
|
38
|
+
"type": "version"
|
39
39
|
},
|
40
40
|
"_requiredBy": [
|
41
|
+
"#USER",
|
41
42
|
"/"
|
42
43
|
],
|
43
|
-
"_resolved": "https://registry.npmjs.org/primer-base/-/primer-base-0.
|
44
|
-
"_shasum": "
|
44
|
+
"_resolved": "https://registry.npmjs.org/primer-base/-/primer-base-0.4.2.tgz",
|
45
|
+
"_shasum": "10bea7bdd454c447b1ed6e801595f3888b30f01f",
|
45
46
|
"_shrinkwrap": null,
|
46
|
-
"_spec": "primer-base
|
47
|
-
"_where": "/Users/benbalter/projects/
|
47
|
+
"_spec": "primer-base@0.4.2",
|
48
|
+
"_where": "/Users/benbalter/projects/primer",
|
48
49
|
"author": {
|
49
50
|
"name": "GitHub, Inc."
|
50
51
|
},
|
51
52
|
"bugs": {
|
52
|
-
"url": "https://github.com/primer/base/issues"
|
53
|
+
"url": "https://github.com/primer/primer-base/issues"
|
53
54
|
},
|
54
55
|
"dependencies": {
|
55
|
-
"normalize.css": "4.1.1",
|
56
56
|
"primer-support": "*"
|
57
57
|
},
|
58
58
|
"description": "CSS to reset the browsers default styles",
|
59
59
|
"devDependencies": {
|
60
|
-
"
|
61
|
-
"
|
62
|
-
"
|
63
|
-
"stylelint": "^7.0.3",
|
64
|
-
"stylelint-config-primer": "^1.1.0"
|
60
|
+
"primer-module-build": "*",
|
61
|
+
"stylelint": "*",
|
62
|
+
"stylelint-config-primer": "*"
|
65
63
|
},
|
66
64
|
"directories": {},
|
67
65
|
"dist": {
|
68
|
-
"shasum": "
|
69
|
-
"tarball": "https://registry.npmjs.org/primer-base/-/primer-base-0.
|
66
|
+
"shasum": "10bea7bdd454c447b1ed6e801595f3888b30f01f",
|
67
|
+
"tarball": "https://registry.npmjs.org/primer-base/-/primer-base-0.4.2.tgz"
|
70
68
|
},
|
71
69
|
"files": [
|
72
70
|
"index.scss",
|
73
71
|
"lib",
|
74
72
|
"build"
|
75
73
|
],
|
76
|
-
"gitHead": "
|
74
|
+
"gitHead": "0b48007af04945594bf6028d60971f0e57854aa3",
|
77
75
|
"homepage": "http://primercss.io/",
|
78
76
|
"keywords": [
|
79
77
|
"primer",
|
@@ -85,7 +83,12 @@
|
|
85
83
|
"normalize"
|
86
84
|
],
|
87
85
|
"license": "MIT",
|
86
|
+
"main": "build/index.js",
|
88
87
|
"maintainers": [
|
88
|
+
{
|
89
|
+
"name": "broccolini",
|
90
|
+
"email": "diana.mounter@gmail.com"
|
91
|
+
},
|
89
92
|
{
|
90
93
|
"name": "jonrohan",
|
91
94
|
"email": "yes@jonrohan.codes"
|
@@ -96,14 +99,13 @@
|
|
96
99
|
"readme": "ERROR: No README data found!",
|
97
100
|
"repository": {
|
98
101
|
"type": "git",
|
99
|
-
"url": "git+https://github.com/primer/base.git"
|
102
|
+
"url": "git+https://github.com/primer/primer-base.git"
|
100
103
|
},
|
101
104
|
"scripts": {
|
102
|
-
"build": "
|
103
|
-
"prepublish": "npm run
|
104
|
-
"setup": "if [ ! -d \"node_modules\" ]; then npm install; fi",
|
105
|
+
"build": "primer-module-build index.scss",
|
106
|
+
"prepublish": "npm run build",
|
105
107
|
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
106
108
|
},
|
107
109
|
"style": "index.scss",
|
108
|
-
"version": "0.
|
110
|
+
"version": "0.4.2"
|
109
111
|
}
|
@@ -1,3 +1,22 @@
|
|
1
|
+
# v0.3.2
|
2
|
+
|
3
|
+
* Bump all the version numbers for readme - Mu-An Chiou [github/github@a9d152f](https://github.com/github/github/commit/a9d152f)
|
4
|
+
* Fix all the travis badge URL - Mu-An Chiou [github/github@9cd6d84](https://github.com/github/github/commit/9cd6d84)
|
5
|
+
|
6
|
+
# v0.3.1
|
7
|
+
|
8
|
+
* More versions - Jon Rohan [github/github@e12ba2e](https://github.com/github/github/commit/e12ba2e)
|
9
|
+
* Pointing main js file to build - Jon Rohan [github/github@3575651](https://github.com/github/github/commit/3575651)
|
10
|
+
* don't change the versions yet - Jon Rohan [github/github@6bebcff](https://github.com/github/github/commit/6bebcff)
|
11
|
+
* Bumping version - Jon Rohan [github/github@df8b91c](https://github.com/github/github/commit/df8b91c)
|
12
|
+
* Cleaning up devDependencies versions and simplifying npm scripts - Jon Rohan [github/github@2c42571](https://github.com/github/github/commit/2c42571)
|
13
|
+
|
14
|
+
# v0.3.0
|
15
|
+
|
16
|
+
* Cutting new versions of primer modules - Jon Rohan [github/github@157f5ab](https://github.com/github/github/commit/157f5ab)
|
17
|
+
* Rename repository with prefix primer- - Jon Rohan [github/github@ec8774a](https://github.com/github/github/commit/ec8774a)
|
18
|
+
* Separating out modules into primer-core and primer-product - Jon Rohan [github/github@ddf698c](https://github.com/github/github/commit/ddf698c)
|
19
|
+
|
1
20
|
# v0.2.4
|
2
21
|
|
3
22
|
* Updating version - Jon Rohan [github/github@6bf5fe5](https://github.com/github/github/commit/6bf5fe5)
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# Primer CSS Layout
|
2
2
|
|
3
3
|
[![NPM version](http://img.shields.io/npm/v/primer-layout.svg)](https://www.npmjs.org/package/primer-layout)
|
4
|
-
[![Build Status](https://travis-ci.org/primer/layout.svg?branch=master)](https://travis-ci.org/primer/layout)
|
4
|
+
[![Build Status](https://travis-ci.org/primer/primer-layout.svg?branch=master)](https://travis-ci.org/primer/primer-layout)
|
5
5
|
|
6
6
|
> Primer’s layout includes basic page containers and a single-tiered, fraction-based grid system. That sounds more complicated than it really is though—it’s just containers, rows, and columns.
|
7
7
|
|
@@ -35,17 +35,13 @@ $ npm run build
|
|
35
35
|
|
36
36
|
## Documentation
|
37
37
|
|
38
|
-
You can read more about other primer modules in the [full primer docs][docs].
|
39
|
-
|
40
38
|
<!-- %docs
|
41
39
|
title: Layout
|
42
|
-
|
43
|
-
status: In review
|
40
|
+
status: Deprecated
|
44
41
|
status_issue: https://github.com/github/design-systems/issues/59
|
42
|
+
key: /css/styles/core/objects/layout
|
45
43
|
-->
|
46
44
|
|
47
|
-
### Layout
|
48
|
-
|
49
45
|
Primer's layout includes basic page containers and a single-tiered, fraction-based grid system. That sounds more complicated than it really is though—it's just containers, rows, and columns.
|
50
46
|
|
51
47
|
You can find all the below styles in `_layout.scss`.
|
@@ -1,2 +1 @@
|
|
1
|
-
.container{width:980px;margin-right:auto;margin-left:auto}.container::before{display:table;content:""}.container::after{display:table;clear:both;content:""}.container-md{max-width:768px;margin-right:auto;margin-left:auto}.container-md::before{display:table;content:""}.container-md::after{display:table;clear:both;content:""}.container-lg{max-width:
|
2
|
-
|
1
|
+
.container{width:980px;margin-right:auto;margin-left:auto}.container::before{display:table;content:""}.container::after{display:table;clear:both;content:""}.container-md{max-width:768px;margin-right:auto;margin-left:auto}.container-md::before{display:table;content:""}.container-md::after{display:table;clear:both;content:""}.container-lg{max-width:1012px;margin-right:auto;margin-left:auto}.container-lg::before{display:table;content:""}.container-lg::after{display:table;clear:both;content:""}.container-xl{max-width:1280px;margin-right:auto;margin-left:auto}.container-xl::before{display:table;content:""}.container-xl::after{display:table;clear:both;content:""}.columns{margin-right:-10px;margin-left:-10px}.columns::before{display:table;content:""}.columns::after{display:table;clear:both;content:""}.column{float:left;padding-right:10px;padding-left:10px}.one-third{width:33.333333%}.two-thirds{width:66.666667%}.one-fourth{width:25%}.one-half{width:50%}.three-fourths{width:75%}.one-fifth{width:20%}.four-fifths{width:80%}.single-column{padding-right:10px;padding-left:10px}.table-column{display:table-cell;width:1%;padding-right:10px;padding-left:10px;vertical-align:top}.centered{display:block;float:none;margin-right:auto;margin-left:auto}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}@media (min-width: 544px){.col-sm-1{width:8.33333%}.col-sm-2{width:16.66667%}.col-sm-3{width:25%}.col-sm-4{width:33.33333%}.col-sm-5{width:41.66667%}.col-sm-6{width:50%}.col-sm-7{width:58.33333%}.col-sm-8{width:66.66667%}.col-sm-9{width:75%}.col-sm-10{width:83.33333%}.col-sm-11{width:91.66667%}.col-sm-12{width:100%}}@media (min-width: 768px){.col-md-1{width:8.33333%}.col-md-2{width:16.66667%}.col-md-3{width:25%}.col-md-4{width:33.33333%}.col-md-5{width:41.66667%}.col-md-6{width:50%}.col-md-7{width:58.33333%}.col-md-8{width:66.66667%}.col-md-9{width:75%}.col-md-10{width:83.33333%}.col-md-11{width:91.66667%}.col-md-12{width:100%}}@media (min-width: 1012px){.col-lg-1{width:8.33333%}.col-lg-2{width:16.66667%}.col-lg-3{width:25%}.col-lg-4{width:33.33333%}.col-lg-5{width:41.66667%}.col-lg-6{width:50%}.col-lg-7{width:58.33333%}.col-lg-8{width:66.66667%}.col-lg-9{width:75%}.col-lg-10{width:83.33333%}.col-lg-11{width:91.66667%}.col-lg-12{width:100%}}@media (min-width: 1280px){.col-xl-1{width:8.33333%}.col-xl-2{width:16.66667%}.col-xl-3{width:25%}.col-xl-4{width:33.33333%}.col-xl-5{width:41.66667%}.col-xl-6{width:50%}.col-xl-7{width:58.33333%}.col-xl-8{width:66.66667%}.col-xl-9{width:75%}.col-xl-10{width:83.33333%}.col-xl-11{width:91.66667%}.col-xl-12{width:100%}}.gut-sm{margin-right:-8px;margin-left:-8px}.gut-sm>[class*="col-"]{padding-right:8px !important;padding-left:8px !important}.gut-md{margin-right:-16px;margin-left:-16px}.gut-md>[class*="col-"]{padding-right:16px !important;padding-left:16px !important}.gut-lg{margin-right:-24px;margin-left:-24px}.gut-lg>[class*="col-"]{padding-right:24px !important;padding-left:24px !important}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 544px){.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 1012px){.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1280px){.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = {"cssstats":{"size":5076,"gzipSize":1002,"humanizedSize":"5kB","humanizedGzipSize":"1002B","rules":{"total":147,"size":{"graph":[3,2,3,3,2,3,3,2,3,3,2,3,2,2,3,3,1,1,1,1,1,1,1,2,5,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"max":5,"average":1.272108843537415}},"selectors":{"total":147,"type":0,"class":147,"id":0,"pseudoClass":0,"pseudoElement":10,"values":[".container",".container::before",".container::after",".container-md",".container-md::before",".container-md::after",".container-lg",".container-lg::before",".container-lg::after",".container-xl",".container-xl::before",".container-xl::after",".columns",".columns::before",".columns::after",".column",".one-third",".two-thirds",".one-fourth",".one-half",".three-fourths",".one-fifth",".four-fifths",".single-column",".table-column",".centered",".col-1",".col-2",".col-3",".col-4",".col-5",".col-6",".col-7",".col-8",".col-9",".col-10",".col-11",".col-12",".col-sm-1",".col-sm-2",".col-sm-3",".col-sm-4",".col-sm-5",".col-sm-6",".col-sm-7",".col-sm-8",".col-sm-9",".col-sm-10",".col-sm-11",".col-sm-12",".col-md-1",".col-md-2",".col-md-3",".col-md-4",".col-md-5",".col-md-6",".col-md-7",".col-md-8",".col-md-9",".col-md-10",".col-md-11",".col-md-12",".col-lg-1",".col-lg-2",".col-lg-3",".col-lg-4",".col-lg-5",".col-lg-6",".col-lg-7",".col-lg-8",".col-lg-9",".col-lg-10",".col-lg-11",".col-lg-12",".col-xl-1",".col-xl-2",".col-xl-3",".col-xl-4",".col-xl-5",".col-xl-6",".col-xl-7",".col-xl-8",".col-xl-9",".col-xl-10",".col-xl-11",".col-xl-12",".gut-sm",".gut-sm>[class*=\"col-\"]",".gut-md",".gut-md>[class*=\"col-\"]",".gut-lg",".gut-lg>[class*=\"col-\"]",".offset-1",".offset-2",".offset-3",".offset-4",".offset-5",".offset-6",".offset-7",".offset-8",".offset-9",".offset-10",".offset-11",".offset-sm-1",".offset-sm-2",".offset-sm-3",".offset-sm-4",".offset-sm-5",".offset-sm-6",".offset-sm-7",".offset-sm-8",".offset-sm-9",".offset-sm-10",".offset-sm-11",".offset-md-1",".offset-md-2",".offset-md-3",".offset-md-4",".offset-md-5",".offset-md-6",".offset-md-7",".offset-md-8",".offset-md-9",".offset-md-10",".offset-md-11",".offset-lg-1",".offset-lg-2",".offset-lg-3",".offset-lg-4",".offset-lg-5",".offset-lg-6",".offset-lg-7",".offset-lg-8",".offset-lg-9",".offset-lg-10",".offset-lg-11",".offset-xl-1",".offset-xl-2",".offset-xl-3",".offset-xl-4",".offset-xl-5",".offset-xl-6",".offset-xl-7",".offset-xl-8",".offset-xl-9",".offset-xl-10",".offset-xl-11"],"specificity":{"max":20,"average":10.272108843537415}},"declarations":{"total":187,"unique":58,"properties":{"width":["980px","33.333333%","66.666667%","25%","50%","75%","20%","80%","1%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"],"margin-right":["auto","auto","auto","auto","-10px","auto","-8px","-16px","-24px"],"margin-left":["auto","auto","auto","auto","-10px","auto","-8px","-16px","-24px","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"],"display":["table","table","table","table","table","table","table","table","table","table","table-cell","block"],"content":["\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\"","\"\""],"clear":["both","both","both","both","both"],"max-width":["768px","1012px","1280px"],"float":["left","none"],"padding-right":["10px","10px","10px","8px","16px","24px"],"padding-left":["10px","10px","10px","8px","16px","24px"],"vertical-align":["top"]}},"mediaQueries":{"total":8,"unique":4,"values":["(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)","(min-width: 544px)","(min-width: 768px)","(min-width: 1012px)","(min-width: 1280px)"],"contents":[{"value":"(min-width: 544px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-sm-1",".col-sm-2",".col-sm-3",".col-sm-4",".col-sm-5",".col-sm-6",".col-sm-7",".col-sm-8",".col-sm-9",".col-sm-10",".col-sm-11",".col-sm-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 768px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-md-1",".col-md-2",".col-md-3",".col-md-4",".col-md-5",".col-md-6",".col-md-7",".col-md-8",".col-md-9",".col-md-10",".col-md-11",".col-md-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 1012px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-lg-1",".col-lg-2",".col-lg-3",".col-lg-4",".col-lg-5",".col-lg-6",".col-lg-7",".col-lg-8",".col-lg-9",".col-lg-10",".col-lg-11",".col-lg-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 1280px)","rules":{"total":12,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":12,"type":0,"class":12,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".col-xl-1",".col-xl-2",".col-xl-3",".col-xl-4",".col-xl-5",".col-xl-6",".col-xl-7",".col-xl-8",".col-xl-9",".col-xl-10",".col-xl-11",".col-xl-12"],"specificity":{"max":10,"average":10}},"declarations":{"total":12,"unique":12,"properties":{"width":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%","100%"]}}},{"value":"(min-width: 544px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-sm-1",".offset-sm-2",".offset-sm-3",".offset-sm-4",".offset-sm-5",".offset-sm-6",".offset-sm-7",".offset-sm-8",".offset-sm-9",".offset-sm-10",".offset-sm-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"(min-width: 768px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-md-1",".offset-md-2",".offset-md-3",".offset-md-4",".offset-md-5",".offset-md-6",".offset-md-7",".offset-md-8",".offset-md-9",".offset-md-10",".offset-md-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"(min-width: 1012px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-lg-1",".offset-lg-2",".offset-lg-3",".offset-lg-4",".offset-lg-5",".offset-lg-6",".offset-lg-7",".offset-lg-8",".offset-lg-9",".offset-lg-10",".offset-lg-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}},{"value":"(min-width: 1280px)","rules":{"total":11,"size":{"graph":[1,1,1,1,1,1,1,1,1,1,1],"max":1,"average":1}},"selectors":{"total":11,"type":0,"class":11,"id":0,"pseudoClass":0,"pseudoElement":0,"values":[".offset-xl-1",".offset-xl-2",".offset-xl-3",".offset-xl-4",".offset-xl-5",".offset-xl-6",".offset-xl-7",".offset-xl-8",".offset-xl-9",".offset-xl-10",".offset-xl-11"],"specificity":{"max":10,"average":10}},"declarations":{"total":11,"unique":11,"properties":{"margin-left":["8.33333%","16.66667%","25%","33.33333%","41.66667%","50%","58.33333%","66.66667%","75%","83.33333%","91.66667%"]}}}]}}}
|
@@ -2,77 +2,76 @@
|
|
2
2
|
"_args": [
|
3
3
|
[
|
4
4
|
{
|
5
|
-
"raw": "primer-layout
|
5
|
+
"raw": "primer-layout@0.3.2",
|
6
6
|
"scope": null,
|
7
7
|
"escapedName": "primer-layout",
|
8
8
|
"name": "primer-layout",
|
9
|
-
"rawSpec": "
|
10
|
-
"spec": "
|
11
|
-
"type": "
|
9
|
+
"rawSpec": "0.3.2",
|
10
|
+
"spec": "0.3.2",
|
11
|
+
"type": "version"
|
12
12
|
},
|
13
|
-
"/Users/benbalter/projects/
|
13
|
+
"/Users/benbalter/projects/primer"
|
14
14
|
]
|
15
15
|
],
|
16
|
-
"_from": "primer-layout
|
17
|
-
"_id": "primer-layout@0.2
|
16
|
+
"_from": "primer-layout@0.3.2",
|
17
|
+
"_id": "primer-layout@0.3.2",
|
18
18
|
"_inCache": true,
|
19
19
|
"_location": "/primer-layout",
|
20
|
-
"_nodeVersion": "
|
20
|
+
"_nodeVersion": "7.7.3",
|
21
21
|
"_npmOperationalInternal": {
|
22
22
|
"host": "packages-12-west.internal.npmjs.com",
|
23
|
-
"tmp": "tmp/primer-layout-0.2.
|
23
|
+
"tmp": "tmp/primer-layout-0.3.2.tgz_1490129565778_0.9760897683445364"
|
24
24
|
},
|
25
25
|
"_npmUser": {
|
26
26
|
"name": "jonrohan",
|
27
27
|
"email": "yes@jonrohan.codes"
|
28
28
|
},
|
29
|
-
"_npmVersion": "
|
29
|
+
"_npmVersion": "4.1.2",
|
30
30
|
"_phantomChildren": {},
|
31
31
|
"_requested": {
|
32
|
-
"raw": "primer-layout
|
32
|
+
"raw": "primer-layout@0.3.2",
|
33
33
|
"scope": null,
|
34
34
|
"escapedName": "primer-layout",
|
35
35
|
"name": "primer-layout",
|
36
|
-
"rawSpec": "
|
37
|
-
"spec": "
|
38
|
-
"type": "
|
36
|
+
"rawSpec": "0.3.2",
|
37
|
+
"spec": "0.3.2",
|
38
|
+
"type": "version"
|
39
39
|
},
|
40
40
|
"_requiredBy": [
|
41
|
+
"#USER",
|
41
42
|
"/"
|
42
43
|
],
|
43
|
-
"_resolved": "https://registry.npmjs.org/primer-layout/-/primer-layout-0.2.
|
44
|
-
"_shasum": "
|
44
|
+
"_resolved": "https://registry.npmjs.org/primer-layout/-/primer-layout-0.3.2.tgz",
|
45
|
+
"_shasum": "7f607ac1fad5942f646a05f6a4122a1577407118",
|
45
46
|
"_shrinkwrap": null,
|
46
|
-
"_spec": "primer-layout
|
47
|
-
"_where": "/Users/benbalter/projects/
|
47
|
+
"_spec": "primer-layout@0.3.2",
|
48
|
+
"_where": "/Users/benbalter/projects/primer",
|
48
49
|
"author": {
|
49
50
|
"name": "GitHub, Inc."
|
50
51
|
},
|
51
52
|
"bugs": {
|
52
|
-
"url": "https://github.com/primer/layout/issues"
|
53
|
+
"url": "https://github.com/primer/primer-layout/issues"
|
53
54
|
},
|
54
55
|
"dependencies": {
|
55
56
|
"primer-support": "*"
|
56
57
|
},
|
57
58
|
"description": "Containers, rows, and columns for creating page layout.",
|
58
59
|
"devDependencies": {
|
59
|
-
"
|
60
|
-
"
|
61
|
-
"
|
62
|
-
"stylelint": "^7.0.3",
|
63
|
-
"stylelint-config-primer": "^1.1.0"
|
60
|
+
"primer-module-build": "*",
|
61
|
+
"stylelint": "*",
|
62
|
+
"stylelint-config-primer": "*"
|
64
63
|
},
|
65
64
|
"directories": {},
|
66
65
|
"dist": {
|
67
|
-
"shasum": "
|
68
|
-
"tarball": "https://registry.npmjs.org/primer-layout/-/primer-layout-0.2.
|
66
|
+
"shasum": "7f607ac1fad5942f646a05f6a4122a1577407118",
|
67
|
+
"tarball": "https://registry.npmjs.org/primer-layout/-/primer-layout-0.3.2.tgz"
|
69
68
|
},
|
70
69
|
"files": [
|
71
70
|
"index.scss",
|
72
71
|
"lib",
|
73
72
|
"build"
|
74
73
|
],
|
75
|
-
"gitHead": "
|
74
|
+
"gitHead": "78a9c41e8f74bdf5986d390ea29e7c80e5bcb135",
|
76
75
|
"homepage": "http://primercss.io/",
|
77
76
|
"keywords": [
|
78
77
|
"primer",
|
@@ -81,7 +80,12 @@
|
|
81
80
|
"primercss"
|
82
81
|
],
|
83
82
|
"license": "MIT",
|
83
|
+
"main": "build/index.js",
|
84
84
|
"maintainers": [
|
85
|
+
{
|
86
|
+
"name": "broccolini",
|
87
|
+
"email": "diana.mounter@gmail.com"
|
88
|
+
},
|
85
89
|
{
|
86
90
|
"name": "jonrohan",
|
87
91
|
"email": "yes@jonrohan.codes"
|
@@ -92,14 +96,13 @@
|
|
92
96
|
"readme": "ERROR: No README data found!",
|
93
97
|
"repository": {
|
94
98
|
"type": "git",
|
95
|
-
"url": "git+https://github.com/primer/layout.git"
|
99
|
+
"url": "git+https://github.com/primer/primer-layout.git"
|
96
100
|
},
|
97
101
|
"scripts": {
|
98
|
-
"build": "
|
99
|
-
"prepublish": "npm run
|
100
|
-
"setup": "if [ ! -d \"node_modules\" ]; then npm install; fi",
|
102
|
+
"build": "primer-module-build index.scss",
|
103
|
+
"prepublish": "npm run build",
|
101
104
|
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
102
105
|
},
|
103
106
|
"style": "index.scss",
|
104
|
-
"version": "0.2
|
107
|
+
"version": "0.3.2"
|
105
108
|
}
|