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

@postenbring/hedwig-tokens

Package Overview
Dependencies
Maintainers
4
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postenbring/hedwig-tokens - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

package.json
{
"name": "@postenbring/hedwig-tokens",
"version": "0.0.10",
"version": "0.0.11",
"sideEffects": false,

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -68,4 +68,4 @@ export const PostenColorsSignatureRed : "#e32d22";

export const TypographyBringH2 : { fontFamily: string[], fontSize: string[], lineHeight: string[], fontWeight: number, letterSpacing: string };
export const TypographyHeaderH3 : { fontFamily: string[], fontSize: string[], lineHeight: string[], fontWeight: number, letterSpacing: string };
export const TypographyHeaderH3Title : { fontFamily: string[], fontSize: string[], lineHeight: string[], fontWeight: number, letterSpacing: string };
export const TypographyH3 : { fontFamily: string[], fontSize: string[], lineHeight: string[], fontWeight: number, letterSpacing: string };
export const TypographyH3Title : { fontFamily: string[], fontSize: string[], lineHeight: string[], fontWeight: number, letterSpacing: string };
export const TypographyBody : { fontFamily: string[], fontSize: string[], lineHeight: string[], fontWeight: number, letterSpacing: string };

@@ -111,8 +111,8 @@ export const TypographyBodyTitle : { fontFamily: string[], fontSize: string[], lineHeight: string[], fontWeight: number, letterSpacing: string };

export const FontSizeBringH2Max : "32px";
export const FontSizeHeaderH3 : string[];
export const FontSizeHeaderH3Min : "22px";
export const FontSizeHeaderH3Max : "24px";
export const FontSizeHeaderH3Title : string[];
export const FontSizeHeaderH3TitleMin : "22px";
export const FontSizeHeaderH3TitleMax : "24px";
export const FontSizeH3 : string[];
export const FontSizeH3Min : "22px";
export const FontSizeH3Max : "24px";
export const FontSizeH3Title : string[];
export const FontSizeH3TitleMin : "22px";
export const FontSizeH3TitleMax : "24px";
export const FontSizeBody : string[];

@@ -156,8 +156,8 @@ export const FontSizeBodyMin : "18px";

export const LineHeightBringH2Max : "40px";
export const LineHeightHeaderH3 : string[];
export const LineHeightHeaderH3Min : "28px";
export const LineHeightHeaderH3Max : "32px";
export const LineHeightHeaderH3Title : string[];
export const LineHeightHeaderH3TitleMin : "28px";
export const LineHeightHeaderH3TitleMax : "32px";
export const LineHeightH3 : string[];
export const LineHeightH3Min : "28px";
export const LineHeightH3Max : "32px";
export const LineHeightH3Title : string[];
export const LineHeightH3TitleMin : "28px";
export const LineHeightH3TitleMax : "32px";
export const LineHeightBody : string[];

@@ -189,4 +189,4 @@ export const LineHeightBodyMin : "26px";

export const FontWeightBringH2 : number;
export const FontWeightHeaderH3 : number;
export const FontWeightHeaderH3Title : number;
export const FontWeightH3 : number;
export const FontWeightH3Title : number;
export const FontWeightBody : number;

@@ -193,0 +193,0 @@ export const FontWeightBodyTitle : number;

@@ -199,3 +199,3 @@ {

},
"header-h3": {
"h3": {
"fontFamily": [

@@ -217,3 +217,3 @@ "Posten Sans",

},
"header-h3-title": {
"h3-title": {
"fontFamily": [

@@ -402,8 +402,8 @@ "Posten Sans",

"bring-h2-max": "32px",
"header-h3": "clamp(22px,calc(22px + (24 - 22) * ((100vw - 300px) / (1200 - 300))),24px)",
"header-h3-min": "22px",
"header-h3-max": "24px",
"header-h3-title": "clamp(22px,calc(22px + (24 - 22) * ((100vw - 300px) / (1200 - 300))),24px)",
"header-h3-title-min": "22px",
"header-h3-title-max": "24px",
"h3": "clamp(22px,calc(22px + (24 - 22) * ((100vw - 300px) / (1200 - 300))),24px)",
"h3-min": "22px",
"h3-max": "24px",
"h3-title": "clamp(22px,calc(22px + (24 - 22) * ((100vw - 300px) / (1200 - 300))),24px)",
"h3-title-min": "22px",
"h3-title-max": "24px",
"body": "clamp(18px,calc(18px + (20 - 18) * ((100vw - 300px) / (1200 - 300))),20px)",

@@ -450,8 +450,8 @@ "body-min": "18px",

"bring-h2-max": "40px",
"header-h3": "clamp(28px,calc(28px + (32 - 28) * ((100vw - 300px) / (1200 - 300))),32px)",
"header-h3-min": "28px",
"header-h3-max": "32px",
"header-h3-title": "clamp(28px,calc(28px + (32 - 28) * ((100vw - 300px) / (1200 - 300))),32px)",
"header-h3-title-min": "28px",
"header-h3-title-max": "32px",
"h3": "clamp(28px,calc(28px + (32 - 28) * ((100vw - 300px) / (1200 - 300))),32px)",
"h3-min": "28px",
"h3-max": "32px",
"h3-title": "clamp(28px,calc(28px + (32 - 28) * ((100vw - 300px) / (1200 - 300))),32px)",
"h3-title-min": "28px",
"h3-title-max": "32px",
"body": "clamp(26px,calc(26px + (28 - 26) * ((100vw - 300px) / (1200 - 300))),28px)",

@@ -486,4 +486,4 @@ "body-min": "26px",

"bring-h2": 400,
"header-h3": 400,
"header-h3-title": 500,
"h3": 400,
"h3-title": 500,
"body": 400,

@@ -490,0 +490,0 @@ "body title": 500,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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