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

@auth0/cosmos-tokens

Package Overview
Dependencies
Maintainers
33
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@auth0/cosmos-tokens - npm Package Compare versions

Comparing version 0.14.1 to 0.15.0

v2/colors.js

2

package.json
{
"name": "@auth0/cosmos-tokens",
"description": "Tokens for Auth0 Design System",
"version": "0.14.1",
"version": "0.15.0",
"repository": "auth0/cosmos",

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

@@ -9,11 +9,11 @@ 'use strict';

var spacing = {
xxsmall: unit + 'px',
xsmall: unit * 2 + 'px',
small: unit * 4 + 'px',
medium: unit * 6 + 'px',
large: unit * 8 + 'px',
xlarge: unit * 10 + 'px',
xxlarge: unit * 14 + 'px'
xxsmall: unit + 'px', // 4
xsmall: unit * 2 + 'px', // 8
small: unit * 4 + 'px', // 16
medium: unit * 6 + 'px', // 24
large: unit * 8 + 'px', // 32
xlarge: unit * 10 + 'px', // 40
xxlarge: unit * 14 + 'px' // 56 not used
};
exports.default = spacing;
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