@emartech/ui-framework-colors
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -19,3 +19,4 @@ 'use strict'; | ||
namedColors['alert'] = palette.pink[500]; | ||
namedColors['border'] = palette.gray[250]; | ||
module.exports = { palette: palette, namedColors: namedColors }; |
{ | ||
"name": "@emartech/ui-framework-colors", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "UI Framework Colors", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "eslint index.js", | ||
"lint": "eslint index.js palette.json", | ||
"semantic-release": "semantic-release" | ||
@@ -23,2 +23,3 @@ }, | ||
"eslint-config-emarsys": "5.1.0", | ||
"eslint-plugin-json": "1.3.2", | ||
"semantic-release": "15.13.2" | ||
@@ -25,0 +26,0 @@ }, |
3327
109
4