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

@seedcss/seed-color-scheme

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seedcss/seed-color-scheme - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "@seedcss/seed-color-scheme",
"version": "1.0.0",
"version": "1.0.1",
"description": "Color scheme system pack for Seed",

@@ -45,3 +45,3 @@ "main": "index.js",

"dependencies": {
"@seedcss/seed-config": "^1.0.0"
"@seedcss/seed-config": "^1.0.1"
},

@@ -52,3 +52,3 @@ "publishConfig": {

"prepublish": "npm run build",
"gitHead": "6419de8f0691d1d12f6e0c25c1c1c30eb7b9798f"
"gitHead": "f7228ac05f7ad931b48d1d620c75ccdf66bf9f26"
}

@@ -78,12 +78,12 @@ # seed-color-scheme

blue: (
default: #22A1F0,
100: #F4FBFF,
200: #D5EFFF,
300: #A6DDFF,
400: #5ABFFD,
500: #22A1F0,
600: #1087D8,
700: #0866B1,
800: #004380,
900: #082555
default: #1292EE,
100: #F3FBFF,
200: #D6EDFF,
300: #A0D4FF,
400: #57B0FB,
500: #1292EE,
600: #0077CC,
700: #005CA4,
800: #034077,
900: #002651
),

@@ -277,4 +277,14 @@

), default);
@include _color((
// Primary
link: (
default: _color(blue, 600),
base: _color(blue, 600),
hover: _color(blue, 500),
active: _color(blue, 500),
focus: _color(blue, 500),
),
), default);
}
```

Sorry, the diff of this file is not supported yet

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