Skip to content

Commit

Permalink
📦 v1.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcpederson committed Jun 9, 2017
1 parent 93b33cc commit a79bc74
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 32 deletions.
18 changes: 9 additions & 9 deletions dist/css/calcite-web-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3136,15 +3136,15 @@ html[dir="rtl"] .column-24 {

.code-face, .code-face .block {
letter-spacing: 0em;
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", "Courier New", Courier, monospace;
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;
font-weight: 400;
font-style: normal; }
.code-face b, .code-face strong, .code-face .block b, .code-face .block strong {
font-weight: 400; }

.code-italic, .code-italic .block {
letter-spacing: 0em;
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", "Courier New", Courier, monospace;
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;
font-weight: 400;
font-style: italic; }
.code-italic b, .code-italic strong, .code-italic .block b, .code-italic .block strong {
Expand All @@ -3159,7 +3159,7 @@ body {
font-size: 1rem;
line-height: 1.55rem;
letter-spacing: 0em;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
line-height: 1.55rem;
color: #bdbdbd;
background-color: #000000;
Expand All @@ -3183,7 +3183,7 @@ select,
button,
input {
letter-spacing: 0em;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
font-family: "Avenir Next", "Helvetica Neue", sans-serif; }

h1,
h2,
Expand Down Expand Up @@ -3263,7 +3263,7 @@ h6 {
line-height: 1.55rem; }

code, kbd, pre, samp {
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", "Courier New", Courier, monospace; }
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace; }

code {
padding: .25rem;
Expand Down Expand Up @@ -4695,7 +4695,7 @@ input, select, textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
font-size: 0.9375rem;
line-height: 1.25rem;
color: #bdbdbd;
Expand Down Expand Up @@ -4822,7 +4822,7 @@ input[type="file"]::-webkit-file-upload-button {
font-size: 0.875rem;
line-height: 1.55rem;
padding: 0.2325rem 0.675rem;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
margin: .5em 0; }
input[type="file"]::-webkit-file-upload-button:hover {
text-decoration: none;
Expand Down Expand Up @@ -4860,7 +4860,7 @@ input[type="file"]::-webkit-file-upload-button {
font-size: 0.875rem;
line-height: 1.55rem;
padding: 0.2325rem 0.675rem;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
margin: .5em 0; }
::-ms-browse:hover {
text-decoration: none;
Expand Down Expand Up @@ -5499,7 +5499,7 @@ input.input-group-input,
padding: .25em .75em;
margin: 0 .25em 0 0;
float: left;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
color: #333333;
font-size: 0.9375rem;
line-height: 1.55rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/calcite-web-dark.min.css

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/css/calcite-web-no-fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -3039,15 +3039,15 @@ html[dir="rtl"] .column-24 {

.code-face, .code-face .block {
letter-spacing: 0em;
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", "Courier New", Courier, monospace;
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;
font-weight: 400;
font-style: normal; }
.code-face b, .code-face strong, .code-face .block b, .code-face .block strong {
font-weight: 400; }

.code-italic, .code-italic .block {
letter-spacing: 0em;
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", "Courier New", Courier, monospace;
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;
font-weight: 400;
font-style: italic; }
.code-italic b, .code-italic strong, .code-italic .block b, .code-italic .block strong {
Expand All @@ -3062,7 +3062,7 @@ body {
font-size: 1rem;
line-height: 1.55rem;
letter-spacing: 0em;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
line-height: 1.55rem;
color: #4c4c4c;
background-color: #ffffff;
Expand All @@ -3086,7 +3086,7 @@ select,
button,
input {
letter-spacing: 0em;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
font-family: "Avenir Next", "Helvetica Neue", sans-serif; }

h1,
h2,
Expand Down Expand Up @@ -3166,7 +3166,7 @@ h6 {
line-height: 1.55rem; }

code, kbd, pre, samp {
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", "Courier New", Courier, monospace; }
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace; }

code {
padding: .25rem;
Expand Down Expand Up @@ -4598,7 +4598,7 @@ input, select, textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
font-size: 0.9375rem;
line-height: 1.25rem;
color: #4c4c4c;
Expand Down Expand Up @@ -4725,7 +4725,7 @@ input[type="file"]::-webkit-file-upload-button {
font-size: 0.875rem;
line-height: 1.55rem;
padding: 0.2325rem 0.675rem;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
margin: .5em 0; }
input[type="file"]::-webkit-file-upload-button:hover {
text-decoration: none;
Expand Down Expand Up @@ -4763,7 +4763,7 @@ input[type="file"]::-webkit-file-upload-button {
font-size: 0.875rem;
line-height: 1.55rem;
padding: 0.2325rem 0.675rem;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
margin: .5em 0; }
::-ms-browse:hover {
text-decoration: none;
Expand Down Expand Up @@ -5402,7 +5402,7 @@ input.input-group-input,
padding: .25em .75em;
margin: 0 .25em 0 0;
float: left;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
color: #f8f8f8;
font-size: 0.9375rem;
line-height: 1.55rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/calcite-web-no-fonts.min.css

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dist/css/calcite-web.css
Original file line number Diff line number Diff line change
Expand Up @@ -3136,15 +3136,15 @@ html[dir="rtl"] .column-24 {

.code-face, .code-face .block {
letter-spacing: 0em;
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", "Courier New", Courier, monospace;
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;
font-weight: 400;
font-style: normal; }
.code-face b, .code-face strong, .code-face .block b, .code-face .block strong {
font-weight: 400; }

.code-italic, .code-italic .block {
letter-spacing: 0em;
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", "Courier New", Courier, monospace;
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace;
font-weight: 400;
font-style: italic; }
.code-italic b, .code-italic strong, .code-italic .block b, .code-italic .block strong {
Expand All @@ -3159,7 +3159,7 @@ body {
font-size: 1rem;
line-height: 1.55rem;
letter-spacing: 0em;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
line-height: 1.55rem;
color: #4c4c4c;
background-color: #ffffff;
Expand All @@ -3183,7 +3183,7 @@ select,
button,
input {
letter-spacing: 0em;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
font-family: "Avenir Next", "Helvetica Neue", sans-serif; }

h1,
h2,
Expand Down Expand Up @@ -3263,7 +3263,7 @@ h6 {
line-height: 1.55rem; }

code, kbd, pre, samp {
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", "Courier New", Courier, monospace; }
font-family: "Consolas", "Andale Mono", "Lucida Console", "Monaco", monospace; }

code {
padding: .25rem;
Expand Down Expand Up @@ -4695,7 +4695,7 @@ input, select, textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
font-size: 0.9375rem;
line-height: 1.25rem;
color: #4c4c4c;
Expand Down Expand Up @@ -4822,7 +4822,7 @@ input[type="file"]::-webkit-file-upload-button {
font-size: 0.875rem;
line-height: 1.55rem;
padding: 0.2325rem 0.675rem;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
margin: .5em 0; }
input[type="file"]::-webkit-file-upload-button:hover {
text-decoration: none;
Expand Down Expand Up @@ -4860,7 +4860,7 @@ input[type="file"]::-webkit-file-upload-button {
font-size: 0.875rem;
line-height: 1.55rem;
padding: 0.2325rem 0.675rem;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
margin: .5em 0; }
::-ms-browse:hover {
text-decoration: none;
Expand Down Expand Up @@ -5499,7 +5499,7 @@ input.input-group-input,
padding: .25em .75em;
margin: 0 .25em 0 0;
float: left;
font-family: "Avenir Next W01", "Avenir Next W00", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Avenir Next", "Helvetica Neue", sans-serif;
color: #f8f8f8;
font-size: 0.9375rem;
line-height: 1.55rem;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/calcite-web.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/img/icons/ui/calculator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/img/icons/ui/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/img/icons/ui/sort-ascending.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/img/icons/ui/sort-descending.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/js/calcite-web-marketing.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/js/calcite-web.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/sass/calcite-web/type/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ $indent: 1em;

// Header Family
$avenir-tracking: 0;
$avenir-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
$avenir-family: 'Avenir Next', 'Helvetica Neue', sans-serif;

// Code Family
$code-tracking: 0;
$code-family: 'Consolas', 'Andale Mono', 'Lucida Console', 'Monaco', 'Courier New', Courier, monospace;
$code-family: 'Consolas', 'Andale Mono', 'Lucida Console', 'Monaco', monospace;

0 comments on commit a79bc74

Please sign in to comment.