Skip to content

Commit

Permalink
v1.0.0-rc.1
Browse files Browse the repository at this point in the history
Merge pull request #77 from CMSgov/staging
  • Loading branch information
sawyerh authored Jun 29, 2017
2 parents 2dc3761 + 2c9e8ad commit 9a27081
Show file tree
Hide file tree
Showing 94 changed files with 2,063 additions and 970 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread": true,
"jsx": true
},
"sourceType": "module"
Expand Down
16 changes: 8 additions & 8 deletions docs/base/index.html

Large diffs are not rendered by default.

15 changes: 7 additions & 8 deletions docs/base/typography/index.html

Large diffs are not rendered by default.

69 changes: 38 additions & 31 deletions docs/components/alert/index.html

Large diffs are not rendered by default.

57 changes: 49 additions & 8 deletions docs/components/badge/index.html

Large diffs are not rendered by default.

98 changes: 64 additions & 34 deletions docs/components/button/index.html

Large diffs are not rendered by default.

185 changes: 96 additions & 89 deletions docs/components/choice/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/components/index.html

Large diffs are not rendered by default.

57 changes: 49 additions & 8 deletions docs/components/list/index.html

Large diffs are not rendered by default.

143 changes: 93 additions & 50 deletions docs/components/select/index.html

Large diffs are not rendered by default.

110 changes: 102 additions & 8 deletions docs/components/table/index.html

Large diffs are not rendered by default.

72 changes: 39 additions & 33 deletions docs/components/tabs/index.html

Large diffs are not rendered by default.

92 changes: 57 additions & 35 deletions docs/components/text-field/index.html

Large diffs are not rendered by default.

92 changes: 38 additions & 54 deletions docs/components/vertical-nav/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/guidelines/code-conventions/index.html

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions docs/guidelines/forms/index.html

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions docs/guidelines/grid/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/guidelines/i18n/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/guidelines/responsive/index.html

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions docs/index.html

Large diffs are not rendered by default.

19 changes: 12 additions & 7 deletions docs/public/scripts/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/public/styles/docs.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/utilities/background-color/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/utilities/border-radius/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/utilities/border/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/utilities/clearfix/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/utilities/color/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

15 changes: 7 additions & 8 deletions docs/utilities/float/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/utilities/font-family/index.html

Large diffs are not rendered by default.

15 changes: 7 additions & 8 deletions docs/utilities/font-size/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/utilities/font-style/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/utilities/font-weight/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/utilities/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/utilities/line-height/index.html

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions docs/utilities/margin/index.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions docs/utilities/measure/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/utilities/overflow/index.html

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions docs/utilities/padding/index.html

Large diffs are not rendered by default.

15 changes: 7 additions & 8 deletions docs/utilities/text-align/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/utilities/text-decoration/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/utilities/text-transform/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/utilities/truncate/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/utilities/vertical-align/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@cmsgov/design-system-core": "^1.0.0-alpha",
"react": "^15.5.4",
"react-dom": "^15.5.4"
"@cmsgov/design-system-core": "latest",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0-beta.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"gulp": "^3.9.1",
Expand Down
Loading

0 comments on commit 9a27081

Please sign in to comment.