Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hedviginsurance/brand

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hedviginsurance/brand - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

6

colors.ts

@@ -69,1 +69,7 @@ export const colors = {

}
export const colorsV3 = {
black: '#121212',
black0: '#000000',
white: '#ffffff'
}

1

dist/index.js

@@ -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;

4

fonts/index.native.ts

@@ -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 }

@@ -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",

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