Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.0 to 0.3.0

5

all.js

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

var color_mouse = exports.color_mouse = '#58606e';
var color_primary = exports.color_primary = '#ffffff';
var color_readOnly = exports.color_readOnly = '#58606e';
var color_required = exports.color_required = '#de1b1b';
var color_brand = exports.color_brand = '#3272d9';
var color_brandPrimary = exports.color_brandPrimary = '#ffffff';
var color_brand_active = exports.color_brand_active = '#1d5bbf';

@@ -77,2 +77,3 @@ var color_brand_focus = exports.color_brand_focus = '#3272d9';

var color_danger = exports.color_danger = '#de1b1b';
var color_dangerPrimary = exports.color_dangerPrimary = '#ffffff';
var color_danger_active = exports.color_danger_active = '#b80d0d';

@@ -82,2 +83,3 @@ var color_danger_focus = exports.color_danger_focus = '#de1b1b';

var color_success = exports.color_success = '#2a854e';
var color_successPrimary = exports.color_successPrimary = '#ffffff';
var color_success_active = exports.color_success_active = '#20693d';

@@ -87,2 +89,3 @@ var color_success_focus = exports.color_success_focus = '#2a854e';

var color_warning = exports.color_warning = '#ad5f00';
var color_warningPrimary = exports.color_warningPrimary = '#ffffff';
var color_warning_active = exports.color_warning_active = '#8a4d03';

@@ -89,0 +92,0 @@ var color_warning_focus = exports.color_warning_focus = '#ad5f00';

@@ -63,6 +63,6 @@ export var backgroundColor_active = '#ebeff5';

export var color_mouse = '#58606e';
export var color_primary = '#ffffff';
export var color_readOnly = '#58606e';
export var color_required = '#de1b1b';
export var color_brand = '#3272d9';
export var color_brandPrimary = '#ffffff';
export var color_brand_active = '#1d5bbf';

@@ -72,2 +72,3 @@ export var color_brand_focus = '#3272d9';

export var color_danger = '#de1b1b';
export var color_dangerPrimary = '#ffffff';
export var color_danger_active = '#b80d0d';

@@ -77,2 +78,3 @@ export var color_danger_focus = '#de1b1b';

export var color_success = '#2a854e';
export var color_successPrimary = '#ffffff';
export var color_success_active = '#20693d';

@@ -82,2 +84,3 @@ export var color_success_focus = '#2a854e';

export var color_warning = '#ad5f00';
export var color_warningPrimary = '#ffffff';
export var color_warning_active = '#8a4d03';

@@ -84,0 +87,0 @@ export var color_warning_focus = '#ad5f00';

@@ -64,6 +64,6 @@ export default {

color_mouse: '#58606e',
color_primary: '#ffffff',
color_readOnly: '#58606e',
color_required: '#de1b1b',
color_brand: '#3272d9',
color_brandPrimary: '#ffffff',
color_brand_active: '#1d5bbf',

@@ -73,2 +73,3 @@ color_brand_focus: '#3272d9',

color_danger: '#de1b1b',
color_dangerPrimary: '#ffffff',
color_danger_active: '#b80d0d',

@@ -78,2 +79,3 @@ color_danger_focus: '#de1b1b',

color_success: '#2a854e',
color_successPrimary: '#ffffff',
color_success_active: '#20693d',

@@ -83,2 +85,3 @@ color_success_focus: '#2a854e',

color_warning: '#ad5f00',
color_warningPrimary: '#ffffff',
color_warning_active: '#8a4d03',

@@ -85,0 +88,0 @@ color_warning_focus: '#ad5f00',

2

package.json

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

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

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

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

color_mouse: '#58606e',
color_primary: '#ffffff',
color_readOnly: '#58606e',
color_required: '#de1b1b',
color_brand: '#3272d9',
color_brandPrimary: '#ffffff',
color_brand_active: '#1d5bbf',

@@ -78,2 +78,3 @@ color_brand_focus: '#3272d9',

color_danger: '#de1b1b',
color_dangerPrimary: '#ffffff',
color_danger_active: '#b80d0d',

@@ -83,2 +84,3 @@ color_danger_focus: '#de1b1b',

color_success: '#2a854e',
color_successPrimary: '#ffffff',
color_success_active: '#20693d',

@@ -88,2 +90,3 @@ color_success_focus: '#2a854e',

color_warning: '#ad5f00',
color_warningPrimary: '#ffffff',
color_warning_active: '#8a4d03',

@@ -90,0 +93,0 @@ color_warning_focus: '#ad5f00',

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