New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mineral-ui-tokens

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mineral-ui-tokens - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0-0

5

all.js

@@ -6,5 +6,6 @@ 'use strict';

});
var backgroundColor = exports.backgroundColor = '#ffffff';
var backgroundColor_active = exports.backgroundColor_active = '#ebeff5';
var backgroundColor_disabled = exports.backgroundColor_disabled = '#dde3ed';
var backgroundColor_focus = exports.backgroundColor_focus = '#f5f7fa';
var backgroundColor_disabled = exports.backgroundColor_disabled = '#ebeff5';
var backgroundColor_focus = exports.backgroundColor_focus = '#ffffff';
var backgroundColor_hover = exports.backgroundColor_hover = '#f5f7fa';

@@ -11,0 +12,0 @@ var backgroundColor_brand_selected = exports.backgroundColor_brand_selected = '#f0f5fc';

@@ -0,4 +1,5 @@

export var backgroundColor = '#ffffff';
export var backgroundColor_active = '#ebeff5';
export var backgroundColor_disabled = '#dde3ed';
export var backgroundColor_focus = '#f5f7fa';
export var backgroundColor_disabled = '#ebeff5';
export var backgroundColor_focus = '#ffffff';
export var backgroundColor_hover = '#f5f7fa';

@@ -5,0 +6,0 @@ export var backgroundColor_brand_selected = '#f0f5fc';

export default {
backgroundColor: '#ffffff',
backgroundColor_active: '#ebeff5',
backgroundColor_disabled: '#dde3ed',
backgroundColor_focus: '#f5f7fa',
backgroundColor_disabled: '#ebeff5',
backgroundColor_focus: '#ffffff',
backgroundColor_hover: '#f5f7fa',

@@ -6,0 +7,0 @@ backgroundColor_brand_selected: '#f0f5fc',

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Mineral UI Design Tokens",
"version": "0.3.0",
"version": "0.4.0-0",
"license": "Apache-2.0",

@@ -8,0 +8,0 @@ "repository": {

@@ -99,3 +99,3 @@ # mineral-ui-tokens

[commitizen]: https://github.com/mineral-ui/mineral-ui/blob/master/CONTRIBUTING.md#developing
[import-syntax]: https://github.com/mineral-ui/mineral-ui/blob/master/docs/import-syntax.md
[import-syntax]: https://mineral-ui.com/import-syntax
[pr]: https://github.com/mineral-ui/mineral-ui/blob/master/CONTRIBUTING.md#submitting-a-pull-request

@@ -102,0 +102,0 @@ [theo]: https://github.com/salesforce-ux/theo

@@ -7,5 +7,6 @@ 'use strict';

exports.default = {
backgroundColor: '#ffffff',
backgroundColor_active: '#ebeff5',
backgroundColor_disabled: '#dde3ed',
backgroundColor_focus: '#f5f7fa',
backgroundColor_disabled: '#ebeff5',
backgroundColor_focus: '#ffffff',
backgroundColor_hover: '#f5f7fa',

@@ -12,0 +13,0 @@ backgroundColor_brand_selected: '#f0f5fc',

Sorry, the diff of this file is not supported yet

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