@apollo/brand
Advanced tools
Comparing version 0.2.3 to 0.2.4
# @apollo/brand | ||
## 0.2.4 | ||
### Patch Changes | ||
- e25d6b2: New token bg-notice | ||
## 0.2.3 | ||
@@ -4,0 +10,0 @@ |
@@ -166,2 +166,6 @@ type Token = { | ||
}; | ||
notice: { | ||
base: string; | ||
dark: string; | ||
}; | ||
beta: { | ||
@@ -168,0 +172,0 @@ base: string; |
@@ -169,2 +169,6 @@ "use strict"; | ||
}, | ||
notice: { | ||
base: primitives_1.blue[400], | ||
dark: primitives_1.blue[200] | ||
}, | ||
beta: { | ||
@@ -171,0 +175,0 @@ base: primitives_1.purple[100], |
{ | ||
"name": "@apollo/brand", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"license": "UNLICENSED", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -190,2 +190,6 @@ import { | ||
}, | ||
notice: { | ||
base: blue[400], | ||
dark: blue[200] | ||
}, | ||
beta: { | ||
@@ -192,0 +196,0 @@ base: purple[100], |
Sorry, the diff of this file is not supported yet
57982
1654