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

@apollo/brand

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/brand - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

6

CHANGELOG.md
# @apollo/brand
## 0.5.2
### Patch Changes
- c1d2dfd: Adding 2, new primatives and new hover-state tokens
## 0.5.1

@@ -4,0 +10,0 @@

2

dist/colors/primitives.d.ts

@@ -6,2 +6,3 @@ export declare const orange: {

400: string;
350: string;
300: string;

@@ -60,2 +61,3 @@ 200: string;

300: string;
250: string;
200: string;

@@ -62,0 +64,0 @@ 100: string;

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

400: "#FC5200",
350: "#EC6A2B",
300: "#FD864D",

@@ -63,2 +64,3 @@ 200: "#FEBA99",

300: "#DB4D48",
250: "#E06F6B",
200: "#FEB2B2",

@@ -65,0 +67,0 @@ 100: "#FFF5F5",

@@ -170,2 +170,6 @@ export type ColorToken = {

};
errorHover: {
base: string;
dark: string;
};
warning: {

@@ -179,2 +183,6 @@ base: string;

};
warningHover: {
base: string;
dark: string;
};
neutral: {

@@ -188,2 +196,6 @@ base: string;

};
infoHover: {
base: string;
dark: string;
};
notice: {

@@ -197,2 +209,6 @@ base: string;

};
betaHover: {
base: string;
dark: string;
};
highlight: {

@@ -199,0 +215,0 @@ base: string;

@@ -172,2 +172,6 @@ "use strict";

},
errorHover: {
base: primitives_1.red[250],
dark: primitives_1.red[200],
},
warning: {

@@ -181,2 +185,6 @@ base: primitives_1.orange[100],

},
warningHover: {
base: primitives_1.orange[350],
dark: primitives_1.orange[200],
},
neutral: {

@@ -190,2 +198,6 @@ base: primitives_1.silver[400],

},
infoHover: {
base: primitives_1.blue[300],
dark: primitives_1.blue[200],
},
notice: {

@@ -199,2 +211,6 @@ base: primitives_1.blue[400],

},
betaHover: {
base: primitives_1.purple[300],
dark: primitives_1.purple[200],
},
highlight: {

@@ -201,0 +217,0 @@ base: primitives_1.yellow[100],

2

package.json
{
"name": "@apollo/brand",
"version": "0.5.1",
"version": "0.5.2",
"license": "UNLICENSED",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -6,2 +6,3 @@ export const orange = {

400: "#FC5200",
350: "#EC6A2B",
300: "#FD864D",

@@ -68,2 +69,3 @@ 200: "#FEBA99",

300: "#DB4D48",
250: "#E06F6B",
200: "#FEB2B2",

@@ -70,0 +72,0 @@ 100: "#FFF5F5",

@@ -193,2 +193,6 @@ import {

},
errorHover: {
base: red[250],
dark: red[200],
},
warning: {

@@ -202,2 +206,6 @@ base: orange[100],

},
warningHover: {
base: orange[350],
dark: orange[200],
},
neutral: {

@@ -211,2 +219,6 @@ base: silver[400],

},
infoHover: {
base: blue[300],
dark: blue[200],
},
notice: {

@@ -220,2 +232,6 @@ base: blue[400],

},
betaHover: {
base: purple[300],
dark: purple[200],
},
highlight: {

@@ -222,0 +238,0 @@ base: yellow[100],

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