1
1
mirror of https://github.com/primer/css.git synced 2024-12-18 03:31:43 +03:00
Commit Graph

3785 Commits

Author SHA1 Message Date
Shawn Allen
afd5a05646 remove build directory
BREAKING CHANGE: the build directory is no longer included in the
distributed package. build/stats.json can be found at
dist/stats/primer.json, and `require('@primer/css/build')` references
should be rewritten to `require('@primer/css/dist/primer')`.
2019-09-10 11:28:09 -07:00
Shawn Allen
335dff2c21 remove npm defaults from .npmrc 2019-09-09 14:31:57 -07:00
Shawn Allen
1c86842343 npm version 13.0.0 2019-09-09 14:31:49 -07:00
Sophie Shepherd
13616aa017 Update buttons.md 2019-09-09 14:31:03 -07:00
Sophie Shepherd
de5e406abe Update button.scss 2019-09-09 14:31:01 -07:00
Cole Bemis
53576f570b
Fix octicon in branch name example 2019-09-06 08:57:59 -07:00
simurai
71697d8ed3 🔥 Remove .dropdown-menu-content
This is not used anymore
2019-09-06 20:32:11 +09:00
simurai
c406284ed0
Merge pull request #878 from primer/release-12.7.0
Primer CSS 12.7.0
2019-09-06 09:07:25 +09:00
Shawn Allen
3e3613e6b4
chore: update changelog for v12.7.0 2019-09-05 16:12:51 -07:00
Shawn Allen
9935981fb8
Merge pull request #862 from primer/input-dark
Import Dropdown component; add dark variants for dropdown and text fields
2019-09-05 16:08:57 -07:00
Shawn Allen
2e364037a9
Merge pull request #880 from primer/wb-break-word
Add .break-word, improve word-break docs
2019-09-05 15:22:13 -07:00
Shawn Allen
24b9250be9
white-space: none 2019-09-05 15:02:22 -07:00
Shawn Allen
aea11211bf
tidy up wb-break-all docs 2019-09-05 15:01:52 -07:00
Shawn Allen
c3b639ad1f lint (property order) 2019-09-05 14:40:12 -07:00
Vinicius Depizzol
dfe0aaf36d adjust container wrap in dropdown examples 2019-09-05 14:34:33 -07:00
Vinicius Depizzol
21798b67f0 wrap dropdown examples in container to make them visibles 2019-09-05 14:34:11 -07:00
Shawn Allen
0951e2798a
improve word-break docs 2019-09-05 14:33:08 -07:00
Shawn Allen
3d1f4d956e
reword word breaking docs 2019-09-05 14:21:10 -07:00
Shawn Allen
ed1ea76fef
rename .wb-break-word to .break-word, add comments 2019-09-05 14:20:12 -07:00
Shawn Allen
8217df4f2e
status: "New release" -> "New" 2019-09-05 13:40:02 -07:00
Shawn Allen
bd92767634
tighten up dropdown docs front matter 2019-09-05 13:25:51 -07:00
Shawn Allen
3ad0b9f8d2 re-run script/generate-bundle-readmes 2019-09-05 13:20:42 -07:00
Vinicius Depizzol
df7606ed1e add dropdown to product instead of core 2019-09-05 13:07:48 -07:00
Vinicius Depizzol
4ee534cec6 rename src/dropdowns to src/dropdown 2019-09-05 13:07:26 -07:00
Shawn Allen
9d2ba66ed7
Merge pull request #883 from primer/deprecations-data
Publish deprecation data
2019-09-05 12:50:55 -07:00
Shawn Allen
6964be2bff create empty stats for new bundles 2019-09-05 12:42:54 -07:00
Shawn Allen
bdd1208fc0 lint script/dist 2019-09-05 12:38:06 -07:00
Shawn Allen
3077a09705 lint deprecations.js 2019-09-05 12:37:55 -07:00
Shawn Allen
5c43eea7dd fix path to package.json 2019-09-05 12:37:14 -07:00
Shawn Allen
eadec4c6af lint, "dep" -> "deprecation" 2019-09-05 12:33:11 -07:00
Shawn Allen
c85b18fdd2 add [Map] link, move [changelog] href to footer 2019-09-05 12:32:03 -07:00
Shawn Allen
bfc2e2e459 rename deprecations/index.js -> deprecations.js 2019-09-05 12:30:11 -07:00
Shawn Allen
988bc9f306
"whos" → "whose"
Co-Authored-By: Zeke Sikelianos <zeke@sikelianos.com>
2019-09-05 12:27:05 -07:00
Shawn Allen
2484b3327e
add title front matter 2019-09-05 12:20:46 -07:00
Shawn Allen
e396213d91
add docs section for word-break utilities 2019-09-05 12:19:47 -07:00
Shawn Allen
3baa3ee3e6 Add .wb-break-word 2019-09-05 12:07:34 -07:00
Shawn Allen
9e024f51fc
Merge pull request #881 from primer/actions-v2
Actions v2
2019-09-05 12:05:53 -07:00
Shawn Allen
034f1e01ee
fix semver links 2019-09-05 12:03:17 -07:00
Shawn Allen
c5ada08116 add deprecations page, nav item 2019-09-05 11:55:25 -07:00
Shawn Allen
5ab29b5a67 better deprecation data key naming 2019-09-05 11:55:10 -07:00
Shawn Allen
81ae8d9788 add deprecations/index.js; write dist/deprecations.json 2019-09-05 11:13:45 -07:00
Shawn Allen
0cff296897 bump semver 2019-09-05 11:13:19 -07:00
Shawn Allen
bd47df6a26
run script/prepublish before primer/publish 2019-09-05 11:11:49 -07:00
Vinicius Depizzol
8048e9a06b
move to src/product/index.scss per @shawnbot's suggestion
Co-Authored-By: Shawn Allen <shawn.allen@github.com>
2019-09-05 14:04:36 -04:00
Shawn Allen
04abe36267
pass env vars correctly
Thanks, @colebemis!
2019-09-05 11:03:21 -07:00
Vinicius Depizzol
3739a51350
Update src/dropdowns/dropdown.scss
Co-Authored-By: Shawn Allen <shawn.allen@github.com>
2019-09-05 13:06:10 -04:00
Vinicius Depizzol
e5b44476c0
Update src/dropdowns/dropdown.scss
Co-Authored-By: Shawn Allen <shawn.allen@github.com>
2019-09-05 13:05:58 -04:00
Shawn Allen
7fbfcf3f38 test primer/publish@actions-v2 2019-09-04 16:31:56 -07:00
Shawn Allen
cb84d72f24 pass NPM_AUTH_TOKEN 2019-09-04 16:11:24 -07:00
Shawn Allen
c6c913a586 use primer/publish@1.1.0 2019-09-04 16:07:58 -07:00