New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@invisionag/beacon-tokens

Package Overview
Dependencies
Maintainers
23
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisionag/beacon-tokens - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

25

injixo/injixo.cjs.js

@@ -201,19 +201,16 @@ // @flow

*/
zindex1: '100',
zIndex1: '100',
/**
* Popovers
*/
zindex2: '200',
zIndex2: '200',
/**
* Modals, Tooltips
*/
zindex3: '300',
zIndex3: '300',
/**
* Flash Messages
*/
zindex4: '400',
zIndex4: '400',
};
const font = {
scaleBase: '14px',
};
const spacing = {

@@ -230,2 +227,16 @@ component1: '4px',

};
const font = {
faceBase: '"Roboto", Helvetica, Arial, sans-serif',
lineHeight1: '24px',
lineHeight2: '32px',
lineHeight3: '48px',
scale1: '12px',
scale2: '14px',
scale3: '16px',
scale4: '18px',
scale5: '20px',
scale6: '24px',
weightBase: '400',
weightBold: '700',
};

@@ -232,0 +243,0 @@ exports.asset = asset;

@@ -195,19 +195,16 @@ export declare const asset: {

*/
readonly zindex1: "100";
readonly zIndex1: "100";
/**
* Popovers
*/
readonly zindex2: "200";
readonly zIndex2: "200";
/**
* Modals, Tooltips
*/
readonly zindex3: "300";
readonly zIndex3: "300";
/**
* Flash Messages
*/
readonly zindex4: "400";
readonly zIndex4: "400";
};
export declare const font: {
readonly scaleBase: "14px";
};
export declare const spacing: {

@@ -224,1 +221,15 @@ readonly component1: "4px";

};
export declare const font: {
readonly faceBase: "\"Roboto\", Helvetica, Arial, sans-serif";
readonly lineHeight1: "24px";
readonly lineHeight2: "32px";
readonly lineHeight3: "48px";
readonly scale1: "12px";
readonly scale2: "14px";
readonly scale3: "16px";
readonly scale4: "18px";
readonly scale5: "20px";
readonly scale6: "24px";
readonly weightBase: "400";
readonly weightBold: "700";
};

@@ -195,19 +195,16 @@ const asset = {

*/
zindex1: '100',
zIndex1: '100',
/**
* Popovers
*/
zindex2: '200',
zIndex2: '200',
/**
* Modals, Tooltips
*/
zindex3: '300',
zIndex3: '300',
/**
* Flash Messages
*/
zindex4: '400',
zIndex4: '400',
};
const font = {
scaleBase: '14px',
};
const spacing = {

@@ -224,3 +221,17 @@ component1: '4px',

};
const font = {
faceBase: '"Roboto", Helvetica, Arial, sans-serif',
lineHeight1: '24px',
lineHeight2: '32px',
lineHeight3: '48px',
scale1: '12px',
scale2: '14px',
scale3: '16px',
scale4: '18px',
scale5: '20px',
scale6: '24px',
weightBase: '400',
weightBold: '700',
};
export { asset, color, elevation, font, spacing };
{
"name": "@invisionag/beacon-tokens",
"version": "0.0.21",
"version": "0.0.22",
"description": "Design System for InVision products",

@@ -5,0 +5,0 @@ "main": "index.js",

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