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.0-try-to-fix-pesky-errors-20231116163132 to 0.0.0-typography-cont-gFcPaojC-20240125204029

README.md

48

package.json
{
"name": "@postenbring/hedwig-tokens",
"version": "0.0.0-try-to-fix-pesky-errors-20231116163132",
"version": "0.0.0-typography-cont-gFcPaojC-20240125204029",
"sideEffects": false,
"license": "MIT",
"files": [
"assets/**",
"tokens-output/**",
"tailwind.config.js"
"tailwind.config.cjs",
"tailwind.config.d.cts"
],
"scripts": {
"build": "node --import tsx build.ts",
"dev": "node --import tsx --watch-path lib --watch-path tokens-source --watch-path build.ts --watch build.ts",
"lint": "eslint \"*.ts*\"",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
"@types/node": "20.9.0",
"eslint": "^8.53.0",
"@types/node": "20.11.5",
"color2k": "2.0.3",
"eslint": "^8.56.0",
"eslint-config-custom": "*",
"style-dictionary": "3.9.0",
"style-dictionary-utils": "2.0.1",
"tsconfig": "*",
"tsx": "4.1.1",
"typescript": "^5.2.2"
"style-dictionary": "3.9.2",
"style-dictionary-utils": "2.0.7",
"tailwindcss": "3.4.1",
"tsx": "4.7.0",
"typescript": "^5.3.3",
"hedwig-tsconfig": "0.0.0"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/bring/hedwig-design-system",
"repository": {
"type": "git",
"url": "https://github.com/bring/hedwig-design-system"
},
"keywords": [
"hedwig",
"posten",
"bring",
"designtokens"
],
"scripts": {
"build": "node --import tsx build.ts",
"dev": "node --import tsx --watch-preserve-output --watch-path lib --watch-path tokens-source --watch-path build.ts --watch build.ts",
"lint": "eslint \"*.ts*\"",
"typecheck": "tsc --noEmit",
"clean": "rm -rf .turbo node_modules dist"
}
}
}

@@ -36,2 +36,10 @@ export const PostenColorsSignatureRed : "#e32d22";

export const DarkModeColorsAsh : "#999999";
/** Larger mobile phones */
export const BreakpointSmall : "460px";
/** Most tablets */
export const BreakpointMedium : "720px";
/** Smaller laptops and desktop monitors. This is where the navbar goes from the mobile version to the desktop version */
export const BreakpointLarge : "940px";
/** Most modern laptops and desktop monitors */
export const BreakpointXlarge : "1200px";
export const SpacingSmall1 : "4px";

@@ -50,2 +58,3 @@ export const SpacingSmall2 : "8px";

export const SpacingLarge5 : "160px";
export const FontsPostenSans : string[];
export const FontsPostenSansBold : string[];

@@ -61,4 +70,4 @@ export const FontsPostenSansMedium : string[];

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

@@ -82,6 +91,2 @@ export const TypographyBodyTitle : { fontFamily: string[], fontSize: string[], lineHeight: string[], fontWeight: number, letterSpacing: string };

export const MicroAnimationDurationSlow : "0.700s";
export const BreakpointsSmall : "460px";
export const BreakpointsMedium : "720px";
export const BreakpointsLarge : "940px";
export const BreakpointsXlarge : "1200px";
export const Opacity7 : ".07";

@@ -91,1 +96,105 @@ export const Opacity10 : ".1";

export const Opacity50 : ".5";
export const FontSizePostenH1Display : string[];
export const FontSizePostenH1DisplayMin : "40px";
export const FontSizePostenH1DisplayMax : "72px";
export const FontSizePostenH1 : string[];
export const FontSizePostenH1Min : "32px";
export const FontSizePostenH1Max : "48px";
export const FontSizePostenH2 : string[];
export const FontSizePostenH2Min : "28px";
export const FontSizePostenH2Max : "32px";
export const FontSizeBringH1Display : string[];
export const FontSizeBringH1DisplayMin : "40px";
export const FontSizeBringH1DisplayMax : "72px";
export const FontSizeBringH1 : string[];
export const FontSizeBringH1Min : "32px";
export const FontSizeBringH1Max : "48px";
export const FontSizeBringH2 : string[];
export const FontSizeBringH2Min : "28px";
export const FontSizeBringH2Max : "32px";
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[];
export const FontSizeBodyMin : "18px";
export const FontSizeBodyMax : "20px";
export const FontSizeBodyTitle : string[];
export const FontSizeBodyTitleMin : "18px";
export const FontSizeBodyTitleMax : "20px";
export const FontSizeBodySmall : string[];
export const FontSizeBodySmallMin : "16px";
export const FontSizeBodySmallMax : "18px";
export const FontSizeBodySmallTitle : string[];
export const FontSizeBodySmallTitleMin : "16px";
export const FontSizeBodySmallTitleMax : "18px";
export const FontSizeTechnical : string[];
export const FontSizeTechnicalMin : "14px";
export const FontSizeTechnicalMax : "16px";
export const FontSizeTechnicalTitle : string[];
export const FontSizeTechnicalTitleMin : "14px";
export const FontSizeTechnicalTitleMax : "16px";
export const FontSizeCaption : "13px";
export const FontSizeCaptionTitle : "13px";
export const LineHeightPostenH1Display : string[];
export const LineHeightPostenH1DisplayMin : "56px";
export const LineHeightPostenH1DisplayMax : "80px";
export const LineHeightPostenH1 : string[];
export const LineHeightPostenH1Min : "40px";
export const LineHeightPostenH1Max : "56px";
export const LineHeightPostenH2 : string[];
export const LineHeightPostenH2Min : "36px";
export const LineHeightPostenH2Max : "40px";
export const LineHeightBringH1Display : string[];
export const LineHeightBringH1DisplayMin : "56px";
export const LineHeightBringH1DisplayMax : "80px";
export const LineHeightBringH1 : string[];
export const LineHeightBringH1Min : "40px";
export const LineHeightBringH1Max : "56px";
export const LineHeightBringH2 : string[];
export const LineHeightBringH2Min : "36px";
export const LineHeightBringH2Max : "40px";
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[];
export const LineHeightBodyMin : "26px";
export const LineHeightBodyMax : "28px";
export const LineHeightBodyTitle : string[];
export const LineHeightBodyTitleMin : "26px";
export const LineHeightBodyTitleMax : "28px";
export const LineHeightBodySmall : string[];
export const LineHeightBodySmallMin : "24px";
export const LineHeightBodySmallMax : "26px";
export const LineHeightBodySmallTitle : string[];
export const LineHeightBodySmallTitleMin : "24px";
export const LineHeightBodySmallTitleMax : "26px";
export const LineHeightTechnical : string[];
export const LineHeightTechnicalMin : "22px";
export const LineHeightTechnicalMax : "24px";
export const LineHeightTechnicalTitle : string[];
export const LineHeightTechnicalTitleMin : "22px";
export const LineHeightTechnicalTitleMax : "24px";
export const LineHeightCaption : "18px";
export const LineHeightCaptionTitle : "18px";
export const FontWeightPostenH1Display : number;
export const FontWeightPostenH1 : number;
export const FontWeightPostenH2 : number;
export const FontWeightBringH1Display : number;
export const FontWeightBringH1 : number;
export const FontWeightBringH2 : number;
export const FontWeightH3 : number;
export const FontWeightH3Title : number;
export const FontWeightBody : number;
export const FontWeightBodyTitle : number;
export const FontWeightBodySmall : number;
export const FontWeightBodySmallTitle : number;
export const FontWeightTechnical : number;
export const FontWeightTechnicalTitle : number;
export const FontWeightCaption : number;
export const FontWeightCaptionTitle : number;

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