Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simpler-color

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simpler-color - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc