@palett/presets
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -7,2 +7,20 @@ 'use strict'; | ||
const ATLAS = { | ||
max: cards.Palett.cyan.lighten_3, | ||
min: cards.Palett.orange.lighten_2, | ||
na: cards.Palett.pink.lighten_4 | ||
}; | ||
const INSTA = { | ||
max: cards.Palett.orange.accent_2, | ||
min: cards.Palett.purple.accent_1, | ||
na: cards.Palett.grey.lighten_2 | ||
}; | ||
const POME = { | ||
max: cards.Palett.red.lighten_2, | ||
min: cards.Palett.yellow.darken_1, | ||
na: cards.Palett.green.lighten_2 | ||
}; | ||
const AQUA = { | ||
@@ -14,8 +32,2 @@ max: cards.Palett.cyan.accent_2, | ||
const ATLAS = { | ||
max: cards.Palett.cyan.lighten_3, | ||
min: cards.Palett.orange.lighten_2, | ||
na: cards.Palett.pink.lighten_4 | ||
}; | ||
const AURORA = { | ||
@@ -33,8 +45,2 @@ max: cards.Palett.green.accent_3, | ||
const INSTA = { | ||
max: cards.Palett.orange.accent_2, | ||
min: cards.Palett.purple.accent_1, | ||
na: cards.Palett.grey.lighten_2 | ||
}; | ||
const JUNGLE = { | ||
@@ -70,8 +76,2 @@ max: cards.Palett.lime.accent_4, | ||
const POME = { | ||
max: cards.Palett.red.lighten_2, | ||
min: cards.Palett.yellow.darken_1, | ||
na: cards.Palett.green.lighten_2 | ||
}; | ||
const SUBTLE = { | ||
@@ -78,0 +78,0 @@ max: cards.Palett.grey.lighten_5, |
import { Palett } from '@palett/cards'; | ||
const ATLAS = { | ||
max: Palett.cyan.lighten_3, | ||
min: Palett.orange.lighten_2, | ||
na: Palett.pink.lighten_4 | ||
}; | ||
const INSTA = { | ||
max: Palett.orange.accent_2, | ||
min: Palett.purple.accent_1, | ||
na: Palett.grey.lighten_2 | ||
}; | ||
const POME = { | ||
max: Palett.red.lighten_2, | ||
min: Palett.yellow.darken_1, | ||
na: Palett.green.lighten_2 | ||
}; | ||
const AQUA = { | ||
@@ -9,8 +27,2 @@ max: Palett.cyan.accent_2, | ||
const ATLAS = { | ||
max: Palett.cyan.lighten_3, | ||
min: Palett.orange.lighten_2, | ||
na: Palett.pink.lighten_4 | ||
}; | ||
const AURORA = { | ||
@@ -28,8 +40,2 @@ max: Palett.green.accent_3, | ||
const INSTA = { | ||
max: Palett.orange.accent_2, | ||
min: Palett.purple.accent_1, | ||
na: Palett.grey.lighten_2 | ||
}; | ||
const JUNGLE = { | ||
@@ -65,8 +71,2 @@ max: Palett.lime.accent_4, | ||
const POME = { | ||
max: Palett.red.lighten_2, | ||
min: Palett.yellow.darken_1, | ||
na: Palett.green.lighten_2 | ||
}; | ||
const SUBTLE = { | ||
@@ -73,0 +73,0 @@ max: Palett.grey.lighten_5, |
{ | ||
"name": "@palett/presets", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A color converter", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@palett/cards": "^0.2.1" | ||
"@palett/cards": "^0.2.2" | ||
}, | ||
@@ -42,3 +42,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/palett/presets#readme", | ||
"gitHead": "17c93b083ff7a1a795b1ff9fe4df42a894669d22" | ||
"gitHead": "c5ca73b0c9287a3e2f5b0a49a23b2b94b9706c49" | ||
} |
Updated@palett/cards@^0.2.2