mx-design-tokens
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -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, |
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42
21026
11
355
1