@gloojs/material-ui-theme
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -13,6 +13,6 @@ "use strict"; | ||
var body1 = { | ||
fontFamily: '"IdealSans-Light", "Helvetica", "Arial", sans-serif', | ||
fontFamily: '"Open Sans", sans-serif', | ||
fontSize: '1.6rem', | ||
lineHeight: 1.75 // 28 | ||
lineHeight: '2.4rem', | ||
letterSpacing: 0 | ||
}; | ||
@@ -75,69 +75,71 @@ var springGreen = { | ||
h1: { | ||
fontFamily: '"IdealSans-ExtraLight", "Helvetica", "Arial", sans-serif', | ||
fontSize: '3.8rem', | ||
lineHeight: 1 | ||
fontFamily: '"Montserrat", sans-serif', | ||
fontSize: '3.9rem', | ||
lineHeight: '4.4rem', | ||
letterSpacing: 0 | ||
}, | ||
h2: { | ||
fontFamily: '"IdealSans-ExtraLight", "Helvetica", "Arial", sans-serif', | ||
fontSize: '3rem', | ||
lineHeight: 1 | ||
fontFamily: '"Montserrat", sans-serif', | ||
fontSize: '3.1rem', | ||
lineHeight: '3.6rem', | ||
letterSpacing: 0 | ||
}, | ||
h3: { | ||
fontFamily: '"IdealSans-Book", "Helvetica", "Arial", sans-serif', | ||
fontSize: '2.2rem', | ||
lineHeight: 1 | ||
fontFamily: '"Montserrat", sans-serif', | ||
fontSize: '2.5rem', | ||
lineHeight: '3rem' | ||
}, | ||
h4: { | ||
fontFamily: '"IdealSans-Book", "Helvetica", "Arial", sans-serif', | ||
fontSize: '1.8rem', | ||
lineHeight: 1 | ||
fontFamily: '"Montserrat", sans-serif', | ||
fontSize: '2rem', | ||
lineHeight: '2.5rem' | ||
}, | ||
h5: { | ||
fontFamily: '"IdealSans-Book", "Helvetica", "Arial", sans-serif', | ||
fontSize: '1.5rem', | ||
lineHeight: 1 | ||
fontFamily: '"Montserrat", sans-serif', | ||
fontSize: '1.6rem', | ||
lineHeight: '2.1rem' | ||
}, | ||
h6: { | ||
fontFamily: '"Gotham-Bold", "Helvetica", "Arial", sans-serif', | ||
fontFamily: '"Montserrat", sans-serif', | ||
fontSize: '1.3rem', | ||
lineHeight: 1, | ||
textTransform: 'uppercase' | ||
lineHeight: '1.8rem' | ||
}, | ||
subtitle1: { | ||
fontFamily: '"Gotham-Medium", "Helvetica", "Arial", sans-serif', | ||
fontFamily: '"Open Sans", sans-serif', | ||
fontSize: '1.6rem', | ||
lineHeight: 1.5 // 24 | ||
fontWeight: 300, | ||
lineHeight: '2.1rem' | ||
}, | ||
subtitle2: { | ||
fontFamily: '"Gotham-Book", "Helvetica", "Arial", sans-serif', | ||
fontFamily: '"Open Sans", sans-serif', | ||
fontSize: '1.4rem', | ||
lineHeight: 1.71 // 24 | ||
fontWeight: 300, | ||
lineHeight: '1.8rem' | ||
}, | ||
body1: body1, | ||
body2: { | ||
fontFamily: '"Gotham-Light", "Helvetica", "Arial", sans-serif', | ||
fontSize: '1.4rem', | ||
lineHeight: 1.43 // 20 | ||
fontFamily: '"Open Sans", sans-serif', | ||
fontSize: '1.3rem', | ||
lineHeight: '2rem', | ||
letterSpacing: 0 | ||
}, | ||
button: { | ||
fontFamily: '"IdealSans-Book", "Helvetica", "Arial", sans-serif', | ||
fontSize: '1.5rem', | ||
lineHeight: 1.06, | ||
// 16 | ||
textTransform: 'none' | ||
fontFamily: '"Open Sans", sans-serif', | ||
fontSize: '1.6rem', | ||
lineHeight: '2.1rem', | ||
textTransform: 'none', | ||
fontWeight: 600 | ||
}, | ||
caption: { | ||
fontFamily: '"Gotham-Light", "Helvetica", "Arial", sans-serif', | ||
fontSize: '1.2rem', | ||
lineHeight: 1.33 // 16 | ||
fontFamily: '"Open Sans", sans-serif', | ||
fontSize: '1.3rem', | ||
lineHeight: '1.8rem', | ||
letterSpacing: 0.5 | ||
}, | ||
overline: { | ||
fontFamily: '"IdealSans-Light", "Helvetica", "Arial", sans-serif', | ||
fontSize: '1.2rem', | ||
lineHeight: 1.33 // 16 | ||
fontFamily: '"Open Sans", sans-serif', | ||
fontSize: '1.3rem', | ||
lineHeight: '1.8rem', | ||
letterSpacing: 2, | ||
opacity: 0.6 | ||
} | ||
@@ -188,3 +190,3 @@ }, | ||
head: { | ||
fontFamily: 'Gotham-Medium', | ||
fontFamily: '"Montserrat", sans-serif', | ||
color: 'inherit' | ||
@@ -191,0 +193,0 @@ } |
{ | ||
"name": "@gloojs/material-ui-theme", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Base Material UI theme for all Gloo web applications.", | ||
@@ -37,3 +37,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "93121e37f3b9a32e13d446739301be92937369dd" | ||
"gitHead": "3b5d5ff5b329122253c91c8fb03cda914dc08759" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218
6365