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

es-components-via-theme

Package Overview
Dependencies
Maintainers
4
Versions
315
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-components-via-theme - npm Package Compare versions

Comparing version 21.10.0-canary-pre-prod.1 to 21.11.0-pre-prod.0

2

dist/packages/es-components-via-theme/src/index.js

@@ -101,2 +101,3 @@ "use strict";

var advisorLight = agent100;
var disabled = gray5;
// brand colors

@@ -189,2 +190,3 @@ var primary1 = blue500; // used by: spinner, drawerPanel

inputFocus: inputFocus,
disabled: disabled,
},

@@ -191,0 +193,0 @@ spacing: {

2

dist/shared/types/src/ESTheme.d.ts

@@ -66,3 +66,3 @@ import * as CSS from 'csstype';

};
declare const colorNames: readonly ["white", "gray0", "gray1", "gray2", "gray3", "gray4", "gray5", "gray6", "gray7", "gray8", "gray9", "black", "blue25", "blue50", "blue100", "blue300", "blue500", "blue700", "blue900", "green50", "green100", "green300", "green500", "green700", "green900", "magenta50", "magenta100", "magenta300", "magenta500", "magenta700", "magenta900", "violet50", "violet100", "violet300", "violet500", "violet700", "violet900", "yellow50", "yellow100", "yellow300", "yellow500", "yellow700", "yellow900", "primary", "primaryHover", "primaryLight", "success", "successHover", "successLight", "info", "infoHover", "infoLight", "warning", "warningHover", "warningLight", "danger", "dangerHover", "dangerLight", "advisor", "advisorLight", "boxShadowLight", "boxShadowDark", "inputFocus"];
declare const colorNames: readonly ["white", "gray0", "gray1", "gray2", "gray3", "gray4", "gray5", "gray6", "gray7", "gray8", "gray9", "black", "blue25", "blue50", "blue100", "blue300", "blue500", "blue700", "blue900", "green50", "green100", "green300", "green500", "green700", "green900", "magenta50", "magenta100", "magenta300", "magenta500", "magenta700", "magenta900", "violet50", "violet100", "violet300", "violet500", "violet700", "violet900", "yellow50", "yellow100", "yellow300", "yellow500", "yellow700", "yellow900", "primary", "primaryHover", "primaryLight", "success", "successHover", "successLight", "info", "infoHover", "infoLight", "warning", "warningHover", "warningLight", "danger", "dangerHover", "dangerLight", "advisor", "advisorLight", "boxShadowLight", "boxShadowDark", "inputFocus", "disabled"];
export type ColorName = (typeof colorNames)[number];

@@ -69,0 +69,0 @@ export type Colors = {

@@ -90,2 +90,3 @@ "use strict";

'inputFocus',
'disabled',
];

@@ -92,0 +93,0 @@ exports.screenSizeNames = [

{
"name": "es-components-via-theme",
"version": "21.10.0-canary-pre-prod.1+8b59d4ab",
"version": "21.11.0-pre-prod.0",
"main": "dist/packages/es-components-via-theme/src/index.js",

@@ -17,3 +17,3 @@ "files": [

},
"gitHead": "8b59d4ab4934a1231146e6034f8f8b276270c8f2"
"gitHead": "be159ef4fb4ba4e172ce4c03086784cb32b9b4a8"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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