@hedviginsurance/brand
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -69,1 +69,7 @@ export const colors = { | ||
} | ||
export const colorsV3 = { | ||
black: '#121212', | ||
black0: '#000000', | ||
white: '#ffffff' | ||
} |
@@ -6,4 +6,5 @@ "use strict"; | ||
exports.colorsV2 = colors_1.colorsV2; | ||
exports.colorsV3 = colors_1.colorsV3; | ||
var fonts_1 = require("./fonts"); | ||
exports.fonts = fonts_1.fonts; | ||
exports.getCdnFontFaces = fonts_1.getCdnFontFaces; |
@@ -7,5 +7,7 @@ import { Fonts } from "./types"; | ||
SORAY: 'SoRay-ExtraBold', | ||
GEOMANIST: 'Geomanist' | ||
GEOMANIST: 'Geomanist', | ||
EB_GARAMOND: 'EB Garamond', | ||
FAVORIT: 'FavoritStd', | ||
} | ||
export { fonts } |
@@ -7,3 +7,5 @@ import { Fonts } from "./types"; | ||
SORAY: 'SoRay', | ||
GEOMANIST: 'Geomanist' | ||
GEOMANIST: 'Geomanist', | ||
EB_GARAMOND: 'EB Garamond', | ||
FAVORIT: 'FavoritStd', | ||
} | ||
@@ -38,3 +40,8 @@ | ||
{ flavorName: 'Medium', weight: 500, style: 'normal' }, | ||
] | ||
], | ||
FavoritStd: [ | ||
{ flavorName: 'Bold', weight: 600, style: 'normal'}, | ||
{ flavorName: 'Book', weight: 400, style: 'normal'}, | ||
{ flavorName: 'BookItalic', weight: 400, style: 'italic'}, | ||
], | ||
} | ||
@@ -41,0 +48,0 @@ |
@@ -6,4 +6,6 @@ interface Fonts { | ||
GEOMANIST: string, | ||
EB_GARAMOND: string, | ||
FAVORIT: string, | ||
} | ||
export { Fonts } |
11
index.ts
@@ -1,9 +0,2 @@ | ||
import { colors, colorsV2 } from './colors' | ||
import { fonts, getCdnFontFaces } from './fonts' | ||
export { | ||
colors, | ||
colorsV2, | ||
fonts, | ||
getCdnFontFaces | ||
} | ||
export { colors, colorsV2, colorsV3 } from './colors' | ||
export { fonts, getCdnFontFaces } from './fonts' |
{ | ||
"name": "@hedviginsurance/brand", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "The hedvig brand package", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
40194
13
173
1