Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gloojs/material-ui-theme

Package Overview
Dependencies
Maintainers
26
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gloojs/material-ui-theme - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

63

dist/theme.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc