@apollo/brand
Advanced tools
Comparing version 0.5.5 to 0.5.6
# @apollo/brand | ||
## 0.5.6 | ||
### Patch Changes | ||
- 05c5053: Add `border.tab` color token. | ||
## 0.5.5 | ||
@@ -4,0 +10,0 @@ |
@@ -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 = { |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58012
1880