simpler-color
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "simpler-color", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Simpler Color - Create your own complete color system fast and easy!", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,5 +8,5 @@ # Simpler Color | ||
Create your own complete Web color system fast and easy! | ||
Create your own **complete Web color system** fast and easy, from **as little as one base color**! | ||
Color is at the heart of every UI design system. A cohesive **color system** enables your application to: | ||
Color is at the heart of every UI design system. A cohesive color system enables your application to: | ||
@@ -42,3 +42,3 @@ - **consistently** express brand identity and style | ||
// Generate 5 harmonious base colors from your single color! | ||
// Generate 5 harmonious base colors from your main brand color! | ||
const baseColors = harmony('#609E3F') | ||
@@ -45,0 +45,0 @@ ``` |
@@ -17,3 +17,4 @@ import type { ColorSet } from '../colorSet'; | ||
}; | ||
declare type HarmonyBaseColors = ReturnType<typeof harmony>; | ||
/** Harmony generated base colors */ | ||
export declare type HarmonyBaseColors = ReturnType<typeof harmony>; | ||
declare type HarmonyColorClass = keyof HarmonyBaseColors; | ||
@@ -20,0 +21,0 @@ declare type HarmonyColorKey = 0 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 95 | 98 | 100; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31195
510
0