@apollo/brand
Advanced tools
Comparing version 0.0.2 to 0.0.3
# @apollo/brand | ||
## 0.0.3 | ||
### Patch Changes | ||
- e3e6c42: export text style type | ||
## 0.0.2 | ||
@@ -4,0 +10,0 @@ |
export * as colors from "./colors"; | ||
export { typography } from "./typography"; | ||
export * from "./typography"; |
export * as colors from "./colors"; | ||
export { typography } from "./typography"; | ||
export * from "./typography"; | ||
//# sourceMappingURL=index.js.map |
@@ -57,1 +57,7 @@ export declare const typography: { | ||
}; | ||
export type TextStyle = { | ||
fontSize: number; | ||
lineHeight: number; | ||
fontFamily: "Aeonik" | "Inter" | "Fira Code"; | ||
fontWeight: number; | ||
}; |
{ | ||
"name": "@apollo/brand", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "UNLICENSED", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
export * as colors from "./colors"; | ||
export { typography } from "./typography"; | ||
export * from "./typography"; |
@@ -60,3 +60,3 @@ // TODO: ask ana about responsive text sizes | ||
type TextStyle = { | ||
export type TextStyle = { | ||
fontSize: number; | ||
@@ -63,0 +63,0 @@ lineHeight: number; |
Sorry, the diff of this file is not supported yet
43257
1310