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

@contentful/f36-tokens

Package Overview
Dependencies
Maintainers
105
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/f36-tokens - npm Package Compare versions

Comparing version 4.0.1-next-v4-9126.2410 to 4.0.1-next-v4-9155.2412

92

dist/index.d.ts

@@ -97,38 +97,2 @@ declare module '@contentful/f36-tokens' {

/**
* @description 0px 1px 0px rgb(25, 37, 50, 0.1)
*/
"boxShadowPositive": string,
/**
* @description 0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px 3px 7px -3px rgba(25, 37, 50, 0.1), 0px 6px 12px -2px rgba(25, 37, 50, 0.1);
*/
"boxShadowDefault": string,
/**
* @description 0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px -6px 16px -6px rgba(25, 37, 50, 0.03), 0px 8px 16px -8px rgba(25, 37, 50, 0.2), 0px 13px 27px -5px rgba(25, 37, 50, 0.15);
*/
"boxShadowHeavy": string,
/**
* @description inset 0px 2px 0px rgba(225, 228, 232, 0.2);
*/
"insetBoxShadowDefault": string,
/**
* @description 0px 0px 0px 3px #98CBFF
*/
"glowPrimary": string,
/**
* @description 0px 0px 0px 3px #FFB1B2
*/
"glowNegative": string,
/**
* @description 0px 0px 0px 3px #9ED696
*/
"glowPositive": string,
/**
* @description 0px 0px 0px 3px #FDE5C0
*/
"glowWarning": string,
/**
* @description 0px 0px 0px 3px #E7EBEE
*/
"glowMuted": string,
/**
* @description #0C141C

@@ -410,22 +374,38 @@ */

/**
* @description 0.1s
* @description 0px 1px 0px rgb(25, 37, 50, 0.1)
*/
"transitionDurationShort": string,
"boxShadowPositive": string,
/**
* @description 0.2s
* @description 0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px 3px 7px -3px rgba(25, 37, 50, 0.1), 0px 6px 12px -2px rgba(25, 37, 50, 0.1);
*/
"transitionDurationDefault": string,
"boxShadowDefault": string,
/**
* @description 0.3s
* @description 0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px -6px 16px -6px rgba(25, 37, 50, 0.03), 0px 8px 16px -8px rgba(25, 37, 50, 0.2), 0px 13px 27px -5px rgba(25, 37, 50, 0.15);
*/
"transitionDurationLong": string,
"boxShadowHeavy": string,
/**
* @description ease-in-out
* @description inset 0px 2px 0px rgba(225, 228, 232, 0.2);
*/
"transitionEasingDefault": string,
"insetBoxShadowDefault": string,
/**
* @description cubic-bezier(0.13, 0.62, 0.11, 0.99)
* @description 0px 0px 0px 3px #98CBFF
*/
"transitionEasingCubicBezier": string,
"glowPrimary": string,
/**
* @description 0px 0px 0px 3px #FFB1B2
*/
"glowNegative": string,
/**
* @description 0px 0px 0px 3px #9ED696
*/
"glowPositive": string,
/**
* @description 0px 0px 0px 3px #FDE5C0
*/
"glowWarning": string,
/**
* @description 0px 0px 0px 3px #E7EBEE
*/
"glowMuted": string,
/**
* @description 16

@@ -522,2 +502,22 @@ */

"lineHeightS": string,
/**
* @description 0.1s
*/
"transitionDurationShort": string,
/**
* @description 0.2s
*/
"transitionDurationDefault": string,
/**
* @description 0.3s
*/
"transitionDurationLong": string,
/**
* @description ease-in-out
*/
"transitionEasingDefault": string,
/**
* @description cubic-bezier(0.13, 0.62, 0.11, 0.99)
*/
"transitionEasingCubicBezier": string,
/**

@@ -524,0 +524,0 @@ * @description #E8F5FF

@@ -30,11 +30,2 @@

"borderRadiusMedium": "6px",
"boxShadowPositive": "0px 1px 0px rgb(25, 37, 50, 0.1)",
"boxShadowDefault": "0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px 3px 7px -3px rgba(25, 37, 50, 0.1), 0px 6px 12px -2px rgba(25, 37, 50, 0.1);",
"boxShadowHeavy": "0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px -6px 16px -6px rgba(25, 37, 50, 0.03), 0px 8px 16px -8px rgba(25, 37, 50, 0.2), 0px 13px 27px -5px rgba(25, 37, 50, 0.15);",
"insetBoxShadowDefault": "inset 0px 2px 0px rgba(225, 228, 232, 0.2);",
"glowPrimary": "0px 0px 0px 3px #98CBFF",
"glowNegative": "0px 0px 0px 3px #FFB1B2",
"glowPositive": "0px 0px 0px 3px #9ED696",
"glowWarning": "0px 0px 0px 3px #FDE5C0",
"glowMuted": "0px 0px 0px 3px #E7EBEE",
"colorBlack": "#0C141C",

@@ -160,7 +151,11 @@ "colorBlueLightest": "#E8F5FF",

"yellow900": "#7F5200",
"transitionDurationShort": "0.1s",
"transitionDurationDefault": "0.2s",
"transitionDurationLong": "0.3s",
"transitionEasingDefault": "ease-in-out",
"transitionEasingCubicBezier": "cubic-bezier(0.13, 0.62, 0.11, 0.99)",
"boxShadowPositive": "0px 1px 0px rgb(25, 37, 50, 0.1)",
"boxShadowDefault": "0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px 3px 7px -3px rgba(25, 37, 50, 0.1), 0px 6px 12px -2px rgba(25, 37, 50, 0.1);",
"boxShadowHeavy": "0px 0px 0px 1px rgba(25, 37, 50, 0.1), 0px -6px 16px -6px rgba(25, 37, 50, 0.03), 0px 8px 16px -8px rgba(25, 37, 50, 0.2), 0px 13px 27px -5px rgba(25, 37, 50, 0.15);",
"insetBoxShadowDefault": "inset 0px 2px 0px rgba(225, 228, 232, 0.2);",
"glowPrimary": "0px 0px 0px 3px #98CBFF",
"glowNegative": "0px 0px 0px 3px #FFB1B2",
"glowPositive": "0px 0px 0px 3px #9ED696",
"glowWarning": "0px 0px 0px 3px #FDE5C0",
"glowMuted": "0px 0px 0px 3px #E7EBEE",
"fontBaseDefault": "16",

@@ -188,4 +183,9 @@ "fontSize4Xl": "3rem",

"lineHeightM": "1.25rem",
"lineHeightS": "1rem"
"lineHeightS": "1rem",
"transitionDurationShort": "0.1s",
"transitionDurationDefault": "0.2s",
"transitionDurationLong": "0.3s",
"transitionEasingDefault": "ease-in-out",
"transitionEasingCubicBezier": "cubic-bezier(0.13, 0.62, 0.11, 0.99)"
}
{
"name": "@contentful/f36-tokens",
"description": "Forma 36 Tokens",
"version": "4.0.1-next-v4-9126.2410+0e8e8699",
"version": "4.0.1-next-v4-9155.2412+a8fb03d4",
"main": "dist/index.js",

@@ -25,3 +25,3 @@ "types": "dist/index.d.ts",

},
"gitHead": "0e8e8699c78047a8e05f32ee99083fe7388fd050"
"gitHead": "a8fb03d4471a672485729d9e9b3a664dbdc53df1"
}

@@ -5,3 +5,3 @@ # Forma 36 Tokens

These tokens are a key part of our design system and power both [`forma-36-react-components`](https://github.com/contentful/forma-36/tree/master/packages/forma-36-react-components) and [`forma-36-fcss`](https://github.com/contentful/forma-36/tree/master/packages/forma-36-fcss).
These tokens are a key part of our design system and power [`forma-36-react-components`](https://github.com/contentful/forma-36/tree/master/packages/forma-36-react-components).

@@ -8,0 +8,0 @@ ## Library usage

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