mx-design-tokens
Advanced tools
Comparing version 10.5.0 to 10.6.0
@@ -274,2 +274,3 @@ { | ||
"ButtonPrimaryHover": "#095ADB", | ||
"ButtonTransparentDestructiveHover": "#6A7381", | ||
"ButtonTransparentHover": "#6A7381", | ||
@@ -436,4 +437,5 @@ "Card": "#1F2329", | ||
"Tooltip": "#121417", | ||
"ButtonLinkDisabled": "#6A7381" | ||
"ButtonLinkDisabled": "#6A7381", | ||
"ButtonTransparentDestructiveHover": "#FFFFFF" | ||
} | ||
} |
@@ -274,2 +274,3 @@ { | ||
"ButtonPrimaryHover": "#095ADB", | ||
"ButtonTransparentDestructiveHover": "#FCD2CF", | ||
"ButtonTransparentHover": "#E7F0FE", | ||
@@ -276,0 +277,0 @@ "Card": "#FFFFFF", |
# MX Design Tokens | ||
#### <sup><code>mx-design-tokens (10.4.0)</code> _last generated: 2022-10-06_</sup> | ||
#### <sup><code>mx-design-tokens (10.6.0)</code> _last generated: 2023-02-23_</sup> | ||
@@ -352,2 +352,3 @@ ## 🌞 LIGHT THEME TOKENS | ||
| ButtonPrimaryHover | #095ADB | ![#095ADB](https://via.placeholder.com/32/095ADB/095ADB.png) | | ||
| ButtonTransparentDestructiveHover | #FCD2CF | ![#FCD2CF](https://via.placeholder.com/32/FCD2CF/FCD2CF.png) | | ||
| ButtonTransparentHover | #E7F0FE | ![#E7F0FE](https://via.placeholder.com/32/E7F0FE/E7F0FE.png) | | ||
@@ -876,2 +877,3 @@ | Card | #FFFFFF | ![#FFFFFF](https://via.placeholder.com/32/FFFFFF/FFFFFF.png) | | ||
| ButtonPrimaryHover | #095ADB | ![#095ADB](https://via.placeholder.com/32/095ADB/095ADB.png) | | ||
| ButtonTransparentDestructiveHover | #6A7381 | ![#6A7381](https://via.placeholder.com/32/6A7381/6A7381.png) | | ||
| ButtonTransparentHover | #6A7381 | ![#6A7381](https://via.placeholder.com/32/6A7381/6A7381.png) | | ||
@@ -1049,2 +1051,3 @@ | Card | #1F2329 | ![#1F2329](https://via.placeholder.com/32/1F2329/1F2329.png) | | ||
| ButtonLinkDisabled | #6A7381 | ![#6A7381](https://via.placeholder.com/32/6A7381/6A7381.png) | | ||
| ButtonTransparentDestructiveHover | #FFFFFF | ![#FFFFFF](https://via.placeholder.com/32/FFFFFF/FFFFFF.png) | | ||
@@ -1051,0 +1054,0 @@ --- |
@@ -32,2 +32,3 @@ "use strict"; | ||
ButtonPrimaryHover: core.Color.Brand400, | ||
ButtonTransparentDestructiveHover: core.Color.Error100, | ||
ButtonTransparentHover: core.Color.Brand100, | ||
@@ -149,2 +150,3 @@ // Card | ||
ButtonTransparentHover: core.Color.Neutral600, | ||
ButtonTransparentDestructiveHover: core.Color.Neutral600, | ||
// Card | ||
@@ -151,0 +153,0 @@ Card: core.Color.Neutral800, |
@@ -108,2 +108,3 @@ "use strict"; | ||
ButtonTransparentHover: core.Color.NeutralWhite, | ||
ButtonTransparentDestructiveHover: core.Color.NeutralWhite, | ||
ButtonTransparentTertiary: core.Color.Neutral400, | ||
@@ -110,0 +111,0 @@ // Dropdown |
{ | ||
"name": "mx-design-tokens", | ||
"version": "10.5.0", | ||
"version": "10.6.0", | ||
"description": "Design Tokens", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -75,10 +75,11 @@ # MX Design Tokens | ||
In order to make sure your changes make it to NPM you need to do the following steps in order: | ||
In order to make sure your changes make it to NPM you need to do the following steps in order after adding/changing tokens in the `src` directory: | ||
1. After adding/changing tokens in `src` be sure to run `npm run build:all` to ensure all output files are up to date | ||
2. Update the package version in `package.json` | ||
3. Update the `CHANGELOG.md` | ||
4. Merge the code into `master` | ||
5. Checkout the `master` branch | ||
6. Run `npm publish` | ||
7. Enter your OTP(one time password). This is the code from your 2 factor authentication for npm. | ||
1. Update the package version in `package.json` | ||
1. Run `npm install` so that the `package-lock.json` updates with the new version | ||
1. Run `npm run build:all` to ensure all output files are up to date | ||
1. Update the `CHANGELOG.md` with your changes | ||
1. Merge the code into `master` | ||
1. Checkout the `master` branch | ||
1. Run `npm publish` | ||
1. Enter your OTP(one time password). This is the code from your 2 factor authentication for npm. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
223169
3938
84