@symbolic/lib
Advanced tools
Comparing version 1.0.39 to 1.0.40
@@ -106,15 +106,10 @@ 'use strict'; | ||
colors.subdued = [ | ||
'rgb(187, 205, 229)', | ||
'rgb(229, 187, 187)', | ||
'rgb(187, 191, 229)', | ||
'rgb(229, 200, 187)', | ||
'rgb(200, 187, 229)', | ||
'rgb(229, 211, 187)', | ||
'rgb(187, 229, 205)', | ||
'rgb(207, 229, 187)', | ||
'rgb(187, 229, 222)', | ||
'rgb(216, 187, 229)', | ||
'rgb(229, 187, 205)', | ||
'rgb(188, 229, 187)', | ||
'rgb(187, 228, 229)', | ||
'rgb(240, 182, 182)', | ||
'rgb(247, 237, 143)', | ||
'rgb(179, 187, 242)', | ||
'rgb(179, 242, 228)', | ||
'rgb(232, 190, 217)', | ||
'rgb(179, 216, 242)', | ||
'rgb(201, 242, 167)', | ||
'rgb(245, 206, 154)', | ||
]; | ||
@@ -177,3 +172,3 @@ | ||
if (status) { | ||
if (status === 'archived') color = '#F1F1F1'; | ||
if (status === 'archived') color = '#CCCCCC'; | ||
else if (status === 'pending') color = '#F4D05F'; | ||
@@ -180,0 +175,0 @@ else if (status === 'planning') color = '#BAC4E3'; |
{ | ||
"name": "@symbolic/lib", | ||
"version": "1.0.39", | ||
"version": "1.0.40", | ||
"description": "plain js utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,15 +6,10 @@ import _ from 'lodash'; | ||
colors.subdued = [ | ||
'rgb(187, 205, 229)', | ||
'rgb(229, 187, 187)', | ||
'rgb(187, 191, 229)', | ||
'rgb(229, 200, 187)', | ||
'rgb(200, 187, 229)', | ||
'rgb(229, 211, 187)', | ||
'rgb(187, 229, 205)', | ||
'rgb(207, 229, 187)', | ||
'rgb(187, 229, 222)', | ||
'rgb(216, 187, 229)', | ||
'rgb(229, 187, 205)', | ||
'rgb(188, 229, 187)', | ||
'rgb(187, 228, 229)', | ||
'rgb(240, 182, 182)', | ||
'rgb(247, 237, 143)', | ||
'rgb(179, 187, 242)', | ||
'rgb(179, 242, 228)', | ||
'rgb(232, 190, 217)', | ||
'rgb(179, 216, 242)', | ||
'rgb(201, 242, 167)', | ||
'rgb(245, 206, 154)', | ||
]; | ||
@@ -77,3 +72,3 @@ | ||
if (status) { | ||
if (status === 'archived') color = '#F1F1F1'; | ||
if (status === 'archived') color = '#CCCCCC'; | ||
else if (status === 'pending') color = '#F4D05F'; | ||
@@ -80,0 +75,0 @@ else if (status === 'planning') color = '#BAC4E3'; |
20092
540