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

mx-design-tokens

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mx-design-tokens - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

dist/tokens/borderColor.js

@@ -21,3 +21,2 @@ "use strict";

NeutralButtonHover: _core["default"].Color.Primary400,
// NeutralButtonDisabled: core.Color.Neutral400,
Input: _core["default"].Color.Neutral400,

@@ -24,0 +23,0 @@ InputHover: _core["default"].Color.Neutral600,

14

dist/tokens/core.js

@@ -96,4 +96,18 @@ "use strict";

SuperJumbo: '96px'
},
Time: {
Short: "300ms",
Med: "500ms",
Long: "1000ms"
},
Easing: {
Default: "cubic-bezier(.475,.425,0,.995)"
},
MediaQuery: {
Small: "576px",
Med: "768px",
Large: "992px",
XLarge: "1200px"
}
};
exports["default"] = _default;
{
"name": "mx-design-tokens",
"version": "1.0.1",
"version": "1.0.2",
"description": "Design Tokens",

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

@@ -19,2 +19,17 @@ # MX Design Tokens

## Compile Tokens
To compile tokens run the following:
```
npm i
```
then
```
npm run build
```
then
```
npm run json
```
## JSON

@@ -21,0 +36,0 @@

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