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

@postenbring/hedwig-tokens

Package Overview
Dependencies
Maintainers
3
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.8 to 0.0.9

2

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

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

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

@@ -78,2 +86,9 @@ export const SpacingSmall2 : "8px";

export const MicroAnimationEasingNormal : number[];
export const MicroAnimationDurationQuick : "0.130s";
export const MicroAnimationDurationNormal : "0.300s";
export const MicroAnimationDurationSlow : "0.700s";
export const Opacity7 : ".07";
export const Opacity10 : ".1";
export const Opacity20 : ".2";
export const Opacity50 : ".5";
export const FontSizePostenH1Display : string[];

@@ -183,12 +198,1 @@ export const FontSizePostenH1DisplayMin : "40px";

export const FontWeightCaptionTitle : number;
export const MicroAnimationDurationQuick : "0.130s";
export const MicroAnimationDurationNormal : "0.300s";
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";
export const Opacity10 : ".1";
export const Opacity20 : ".2";
export const Opacity50 : ".5";

@@ -44,2 +44,9 @@ {

},
"breakpoint": {
"$type": "dimension",
"small": "460px",
"medium": "720px",
"large": "940px",
"xlarge": "1200px"
},
"spacing": {

@@ -362,2 +369,14 @@ "$type": "dimension",

},
"micro-animation-duration": {
"$type": "time",
"quick": "0.130s",
"normal": "0.300s",
"slow": "0.700s"
},
"opacity": {
"7": ".07",
"10": ".1",
"20": ".2",
"50": ".5"
},
"font-size": {

@@ -475,24 +494,3 @@ "type": "dimension",

"caption title": 500
},
"$description1": "Tokens manually added that are not from an Figma Export",
"$description2": "Here we can add missing tokens under development",
"micro-animation-duration": {
"$type": "time",
"quick": "0.130s",
"normal": "0.300s",
"slow": "0.700s"
},
"breakpoints": {
"$type": "dimension",
"small": "460px",
"medium": "720px",
"large": "940px",
"xlarge": "1200px"
},
"opacity": {
"7": ".07",
"10": ".1",
"20": ".2",
"50": ".5"
}
}

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

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