@hedviginsurance/brand
Advanced tools
Comparing version 1.8.0 to 2.0.0
@@ -21,1 +21,49 @@ export const colors = { | ||
} | ||
export const colorsV2 = { | ||
dandelion: "#fad80e", | ||
black0: "rgba(0, 0, 0, 0)", | ||
violet100: "#efe8ff", | ||
violet200: "#c1a5ff", | ||
violet300: "#9361ff", | ||
violet500: "#651eff", | ||
violet700: "#5018cc", | ||
midnight700: "#0c0061", | ||
midnight500: "#0f007a", | ||
midnight300: "#574da2", | ||
midnight200: "#9f99c9", | ||
midnight100: "#e7e6f1", | ||
grass700: "#00715b", | ||
grass500: "#009175", | ||
grass300: "#4db29e", | ||
grass200: "#99d3c7", | ||
grass100: "#e6f4f1", | ||
ocean700: "#15b58e", | ||
ocean500: "#1be9b6", | ||
ocean300: "#5fefcc", | ||
ocean200: "#a3f6e1", | ||
ocean100: "#e8fcf7", | ||
flamingo700: "#ccb0ad", | ||
flamingo500: "#ffdcd9", | ||
flamingo300: "#ffe6e4", | ||
flamingo200: "#fff1ef", | ||
flamingo100: "#fffbfb", | ||
coral700: "#cc6e66", | ||
coral500: "#ff8a80", | ||
coral300: "#ffada6", | ||
coral200: "#ffd0cc", | ||
coral100: "#fff3f2", | ||
sunflower700: "#c8ac0b", | ||
sunflower500: "#fad80e", | ||
sunflower300: "#fbe356", | ||
sunflower200: "#fdef9e", | ||
sunflower100: "#fefbe7", | ||
darkmode: "#0a0d14", | ||
black: "#141033", | ||
darkgray: "#414150", | ||
gray: "#9b9baa", | ||
semilightgray: "#d7d7dc", | ||
lightgray: "#e9ecef", | ||
offwhite: "#f9fafc", | ||
white: "#ffffff", | ||
} |
@@ -21,1 +21,48 @@ export declare const colors: { | ||
}; | ||
export declare const colorsV2: { | ||
dandelion: string; | ||
black0: string; | ||
violet100: string; | ||
violet200: string; | ||
violet300: string; | ||
violet500: string; | ||
violet700: string; | ||
midnight700: string; | ||
midnight500: string; | ||
midnight300: string; | ||
midnight200: string; | ||
midnight100: string; | ||
grass700: string; | ||
grass500: string; | ||
grass300: string; | ||
grass200: string; | ||
grass100: string; | ||
ocean700: string; | ||
ocean500: string; | ||
ocean300: string; | ||
ocean200: string; | ||
ocean100: string; | ||
flamingo700: string; | ||
flamingo500: string; | ||
flamingo300: string; | ||
flamingo200: string; | ||
flamingo100: string; | ||
coral700: string; | ||
coral500: string; | ||
coral300: string; | ||
coral200: string; | ||
coral100: string; | ||
sunflower700: string; | ||
sunflower500: string; | ||
sunflower300: string; | ||
sunflower200: string; | ||
sunflower100: string; | ||
darkmode: string; | ||
black: string; | ||
darkgray: string; | ||
gray: string; | ||
semilightgray: string; | ||
lightgray: string; | ||
offwhite: string; | ||
white: string; | ||
}; |
@@ -23,1 +23,48 @@ "use strict"; | ||
}; | ||
exports.colorsV2 = { | ||
dandelion: "#fad80e", | ||
black0: "rgba(0, 0, 0, 0)", | ||
violet100: "#efe8ff", | ||
violet200: "#c1a5ff", | ||
violet300: "#9361ff", | ||
violet500: "#651eff", | ||
violet700: "#5018cc", | ||
midnight700: "#0c0061", | ||
midnight500: "#0f007a", | ||
midnight300: "#574da2", | ||
midnight200: "#9f99c9", | ||
midnight100: "#e7e6f1", | ||
grass700: "#00715b", | ||
grass500: "#009175", | ||
grass300: "#4db29e", | ||
grass200: "#99d3c7", | ||
grass100: "#e6f4f1", | ||
ocean700: "#15b58e", | ||
ocean500: "#1be9b6", | ||
ocean300: "#5fefcc", | ||
ocean200: "#a3f6e1", | ||
ocean100: "#e8fcf7", | ||
flamingo700: "#ccb0ad", | ||
flamingo500: "#ffdcd9", | ||
flamingo300: "#ffe6e4", | ||
flamingo200: "#fff1ef", | ||
flamingo100: "#fffbfb", | ||
coral700: "#cc6e66", | ||
coral500: "#ff8a80", | ||
coral300: "#ffada6", | ||
coral200: "#ffd0cc", | ||
coral100: "#fff3f2", | ||
sunflower700: "#c8ac0b", | ||
sunflower500: "#fad80e", | ||
sunflower300: "#fbe356", | ||
sunflower200: "#fdef9e", | ||
sunflower100: "#fefbe7", | ||
darkmode: "#0a0d14", | ||
black: "#141033", | ||
darkgray: "#414150", | ||
gray: "#9b9baa", | ||
semilightgray: "#d7d7dc", | ||
lightgray: "#e9ecef", | ||
offwhite: "#f9fafc", | ||
white: "#ffffff", | ||
}; |
@@ -1,3 +0,3 @@ | ||
import { colors } from './colors'; | ||
import { colors, colorsV2 } from './colors'; | ||
import { fonts, getCdnFontFaces } from './fonts'; | ||
export { colors, fonts, getCdnFontFaces }; | ||
export { colors, colorsV2, fonts, getCdnFontFaces }; |
@@ -5,4 +5,5 @@ "use strict"; | ||
exports.colors = colors_1.colors; | ||
exports.colorsV2 = colors_1.colorsV2; | ||
var fonts_1 = require("./fonts"); | ||
exports.fonts = fonts_1.fonts; | ||
exports.getCdnFontFaces = fonts_1.getCdnFontFaces; |
@@ -1,2 +0,2 @@ | ||
import { colors } from './colors' | ||
import { colors, colorsV2 } from './colors' | ||
import { fonts, getCdnFontFaces } from './fonts' | ||
@@ -6,4 +6,5 @@ | ||
colors, | ||
colorsV2, | ||
fonts, | ||
getCdnFontFaces | ||
} |
{ | ||
"name": "@hedviginsurance/brand", | ||
"version": "1.8.0", | ||
"version": "2.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
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
46518
27
378