Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed May 15, 2018
1 parent 38e5475 commit 9421479
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions dist/css/trendmicro-ui.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* trendmicro-ui v0.5.1
* trendmicro-ui v0.5.2
* https://github.com/trendmicro-frontend/trendmicro-ui
*
* Copyright (c) 2017 Trend Micro Inc.
* Copyright (c) 2018 Trend Micro Inc.
* Licensed under the MIT license
*/

Expand Down Expand Up @@ -2067,7 +2067,7 @@ textarea.form-control {
}
h1,
.h1 {
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, font-family-sans-serif;
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 200;
font-size: 26px;
line-height: 1.2;
Expand All @@ -2089,7 +2089,7 @@ h1 .small,
}
h2,
.h2 {
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, font-family-sans-serif;
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 200;
font-size: 24px;
line-height: 1.2;
Expand All @@ -2111,7 +2111,7 @@ h2 .small,
}
h3,
.h3 {
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, font-family-sans-serif;
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 200;
font-size: 18px;
line-height: 1.2;
Expand Down Expand Up @@ -2162,7 +2162,7 @@ h6,
margin-bottom: 10px;
}
.title {
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, font-family-sans-serif;
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 200;
font-size: 18px;
line-height: 1.2;
Expand All @@ -2172,7 +2172,7 @@ h6,
-moz-osx-font-smoothing: grayscale;
}
.display1 {
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, font-family-sans-serif;
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 200;
font-size: 24px;
line-height: 1.2;
Expand All @@ -2182,7 +2182,7 @@ h6,
-moz-osx-font-smoothing: grayscale;
}
.display2 {
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, font-family-sans-serif;
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 200;
font-size: 26px;
line-height: 1.2;
Expand All @@ -2192,7 +2192,7 @@ h6,
-moz-osx-font-smoothing: grayscale;
}
.display3 {
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, font-family-sans-serif;
font-family: Interstate-Light, Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 200;
font-size: 32px;
line-height: 1.2;
Expand All @@ -2202,7 +2202,7 @@ h6,
-moz-osx-font-smoothing: grayscale;
}
.display4 {
font-family: Interstate-ExtraLight, Arial, "Helvetica Neue", Helvetica, font-family-sans-serif;
font-family: Interstate-ExtraLight, Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 200;
font-size: 40px;
line-height: 1.2;
Expand Down
6 changes: 3 additions & 3 deletions dist/css/trendmicro-ui.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ <h1 class="site-title">Trend Micro UI</h1>
</div>
</header>
<div id="container"></div>
<script type="text/javascript" src="bundle.js?6c3399d25aec86432f48"></script></body>
<script type="text/javascript" src="bundle.js?cff438ff754a93e7fc0b"></script></body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trendmicro-ui",
"version": "0.5.1",
"version": "0.5.2",
"description": "CSS styles for creating a user interface according to Trend Micro UI style guides.",
"files": [
"dist"
Expand Down

0 comments on commit 9421479

Please sign in to comment.