Socket
Socket
Sign inDemoInstall

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 6.1.1 to 6.1.2

8

CHANGELOG.md

@@ -7,6 +7,12 @@ # Changelog

## [6.1.2] - 05-07-2020
### Fixed
- Bad publish of 6.1.1
- Add script to maybe prevent this from happening again.
## [6.1.1] - 05-07-2020
### Fixed
- Corrected typo on `BackgroundColor.DropdownMenuItemActive`.
- Corrected typo on `BackgroundColor.DropdownMenuItemActive`.

@@ -13,0 +19,0 @@ ## [6.1.0] - 04-22-2020

8

dist/tokens/backgroundColor.js

@@ -75,3 +75,5 @@ "use strict";

DropdownMenuItemHover: core.Color.Neutral100,
DropdownMenuItemActive: core.Color.Primary100
DropdownMenuItemActive: core.Color.Primary100,
// Avatar
Avatar: core.Color.Neutral300
};

@@ -135,3 +137,5 @@ };

DropdownMenuItemHover: core.Color.Neutral600,
DropdownMenuItemActive: core.Color.Primary600
DropdownMenuItemActive: core.Color.Neutral600,
// Avatar
Avatar: core.Color.Neutral700
});

@@ -138,0 +142,0 @@ };

@@ -45,3 +45,4 @@ "use strict";

Tooltip: core.Color.NeutralWhite,
ModalClose: core.Color.Neutral900
ModalClose: core.Color.Neutral900,
Avatar: core.Color.Neutral900
};

@@ -77,3 +78,4 @@ };

LeftNavItemActive: core.Color.NeutralWhite,
ModalClose: core.Color.NeutralWhite
ModalClose: core.Color.NeutralWhite,
Avatar: core.Color.NeutralWhite
});

@@ -80,0 +82,0 @@ };

{
"name": "mx-design-tokens",
"version": "6.1.1",
"version": "6.1.2",
"description": "Design Tokens",

@@ -22,3 +22,4 @@ "main": "dist/index.js",

"build:docs": "npm run build && node buildDocs.js",
"json": "node json.js"
"json": "node json.js",
"publish": "npm run build && npm publish"
},

@@ -25,0 +26,0 @@ "author": "MX",

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