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.5 to 0.5.6

6

CHANGELOG.md
# @apollo/brand
## 0.5.6
### Patch Changes
- 05c5053: Add `border.tab` color token.
## 0.5.5

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

4

dist/colors/tokens.d.ts

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

};
tab: {
base: string;
dark: string;
};
};

@@ -77,0 +81,0 @@ export declare const text: {

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

},
tab: {
base: primitives_1.navy[400],
dark: primitives_1.navy[200],
},
};

@@ -77,0 +81,0 @@ const heading = {

2

package.json
{
"name": "@apollo/brand",
"version": "0.5.5",
"version": "0.5.6",
"license": "UNLICENSED",

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

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

},
tab: {
base: navy[400],
dark: navy[200],
},
} satisfies Tokens;

@@ -94,0 +98,0 @@

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