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.2.4 to 0.2.5

6

CHANGELOG.md
# @apollo/brand
## 0.2.5
### Patch Changes
- 0ea97ca: Add a `bg.searchHighlight` color and revert `bg.highlight` back to its original value.
## 0.2.4

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

4

dist/colors/tokens.d.ts

@@ -178,2 +178,6 @@ type Token = {

};
searchHighlight: {
base: string;
dark: string;
};
tableHeader: {

@@ -180,0 +184,0 @@ base: string;

@@ -171,3 +171,3 @@ "use strict";

base: primitives_1.blue[400],
dark: primitives_1.blue[200]
dark: primitives_1.blue[200],
},

@@ -179,2 +179,6 @@ beta: {

highlight: {
base: primitives_1.yellow[100],
dark: primitives_1.yellow[500] + toAlphaHex(0.2),
},
searchHighlight: {
base: primitives_1.yellow[500],

@@ -181,0 +185,0 @@ dark: primitives_1.yellow[200],

2

package.json
{
"name": "@apollo/brand",
"version": "0.2.4",
"version": "0.2.5",
"license": "UNLICENSED",

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

@@ -192,3 +192,3 @@ import {

base: blue[400],
dark: blue[200]
dark: blue[200],
},

@@ -200,2 +200,6 @@ beta: {

highlight: {
base: yellow[100],
dark: yellow[500] + toAlphaHex(0.2),
},
searchHighlight: {
base: yellow[500],

@@ -202,0 +206,0 @@ dark: yellow[200],

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