@gloojs/material-ui-theme
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -50,15 +50,16 @@ "use strict"; | ||
}; | ||
var colors = { | ||
white: '#ffffff', | ||
black: '#000000', | ||
grey: { | ||
0: '#f1f4f6', | ||
10: '#ebeced', | ||
20: '#a8a8a7', | ||
30: '#7d7c7c', | ||
60: '#262524' | ||
}, | ||
blue: { | ||
10: '#5d869d' | ||
} | ||
var greys = { | ||
50: '#EBEAEA', | ||
100: '#CFCECE', | ||
// used for disabled states | ||
200: '#B9B9B9', | ||
300: '#A4A4A3', | ||
// used for inactive states | ||
400: '#8F8F8E', | ||
500: '#7B7A7A', | ||
600: '#656463', | ||
700: '#50504F', | ||
800: '#3A3938', | ||
900: '#262524' // used for active states | ||
}; | ||
@@ -146,2 +147,7 @@ var theme = { | ||
error: (0, _objectSpread2.default)({}, orange), | ||
text: { | ||
primary: greys[900], | ||
secondary: greys[700] | ||
}, | ||
divider: greys[50], | ||
gloo: { | ||
@@ -157,29 +163,5 @@ springGreen: springGreen, | ||
}, | ||
grey: { | ||
50: '#EBEAEA', | ||
100: '#CFCECE', | ||
// used for disabled states | ||
200: '#B9B9B9', | ||
300: '#A4A4A3', | ||
// used for inactive states | ||
400: '#8F8F8E', | ||
500: '#7B7A7A', | ||
600: '#656463', | ||
700: '#50504F', | ||
800: '#3A3938', | ||
900: '#262524' // used for active states | ||
}, | ||
grey: greys, | ||
background: { | ||
default: '#fff', | ||
main: colors.white, | ||
secondary: colors.grey[0] | ||
}, | ||
text: { | ||
primary: colors.grey[60], | ||
secondary: colors.grey[30] | ||
}, | ||
divider: colors.grey[10], | ||
action: { | ||
active: colors.blue[10] | ||
default: '#fff' | ||
} | ||
@@ -191,4 +173,3 @@ }, | ||
textTransform: 'none', | ||
fontSize: '2rem !important' // Needed to override media queries | ||
fontSize: '2rem' | ||
} | ||
@@ -195,0 +176,0 @@ }, |
{ | ||
"name": "@gloojs/material-ui-theme", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Base Material UI theme for all Gloo web applications.", | ||
@@ -37,3 +37,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "10343abfd5094eba6d215b8112a8d2c36889f92f" | ||
"gitHead": "4d4dc227fa0a351f69ce5d04506961938ee49c39" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
6128
188
1