@emartech/ui-framework-colors
Advanced tools
Comparing version 2.1.0 to 2.2.0
16
index.js
@@ -5,3 +5,2 @@ const palette = require('./palette.json'); | ||
const namedColors = { | ||
'text': palette.gray['900'], | ||
'border': palette.gray['300'], | ||
@@ -12,2 +11,6 @@ 'brand-a': palette.mint['500'], | ||
'brand-d': palette.gray['500'], | ||
'text': { | ||
'default': palette.gray['900'], | ||
'faint': palette.gray['400'] | ||
}, | ||
'success': { | ||
@@ -23,3 +26,4 @@ ...palette.mint, | ||
...palette.red, | ||
'default': palette.red['500'] | ||
'default': palette.red['500'], | ||
'faint': palette.red['300'] | ||
}, | ||
@@ -49,3 +53,2 @@ 'warning': { | ||
const namedColorsSAP = { | ||
'text': paletteSAP.gray['900'], | ||
'border': paletteSAP.gray['300'], | ||
@@ -56,2 +59,6 @@ 'brand-a': paletteSAP.mint['500'], | ||
'brand-d': paletteSAP.gray['500'], | ||
'text': { | ||
'default': paletteSAP.gray['900'], | ||
'faint': paletteSAP.gray['400'] | ||
}, | ||
'success': { | ||
@@ -67,3 +74,4 @@ ...paletteSAP.mint, | ||
...paletteSAP.red, | ||
'default': paletteSAP.red['500'] | ||
'default': paletteSAP.red['500'], | ||
'faint': paletteSAP.red['300'] | ||
}, | ||
@@ -70,0 +78,0 @@ 'warning': { |
{ | ||
"name": "@emartech/ui-framework-colors", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "UI Framework Colors", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9465
425