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

@sanity/color

Package Overview
Dependencies
Maintainers
24
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanity/color - npm Package Compare versions

Comparing version 2.1.5-next.93 to 2.1.5

2

lib/cjs/config.d.ts
import { ColorHueConfig } from './types';
export declare const black = "#121923";
export declare const black = "#101112";
export declare const white = "#fff";

@@ -4,0 +4,0 @@ export declare const gray: ColorHueConfig;

@@ -21,3 +21,3 @@ var __defProp = Object.defineProperty;

});
const black = "#121923";
const black = "#101112";
const white = "#fff";

@@ -24,0 +24,0 @@ const gray = {

@@ -47,19 +47,19 @@ var __defProp = Object.defineProperty;

title: "Gray 600",
hex: "#6e7887"
hex: "#6e7683"
},
"700": {
title: "Gray 700",
hex: "#57606e"
hex: "#565d67"
},
"800": {
title: "Gray 800",
hex: "#404855"
hex: "#3f434a"
},
"900": {
title: "Gray 900",
hex: "#29303b"
hex: "#272a2e"
},
"950": {
title: "Gray 950",
hex: "#1d242f"
hex: "#1b1d20"
}

@@ -94,19 +94,19 @@ };

title: "Blue 600",
hex: "#1e63d0"
hex: "#1e61cd"
},
"700": {
title: "Blue 700",
hex: "#1b50a5"
hex: "#1a4d9e"
},
"800": {
title: "Blue 800",
hex: "#183e79"
hex: "#17396f"
},
"900": {
title: "Blue 900",
hex: "#152b4e"
hex: "#132540"
},
"950": {
title: "Blue 950",
hex: "#132238"
hex: "#111b29"
}

@@ -141,19 +141,19 @@ };

title: "Purple 600",
hex: "#9e21d0"
hex: "#9d1fcd"
},
"700": {
title: "Purple 700",
hex: "#7b1fa5"
hex: "#7a1b9e"
},
"800": {
title: "Purple 800",
hex: "#581d79"
hex: "#56186f"
},
"900": {
title: "Purple 900",
hex: "#341b4e"
hex: "#331440"
},
"950": {
title: "Purple 950",
hex: "#231a38"
hex: "#211229"
}

@@ -188,19 +188,19 @@ };

title: "Magenta 600",
hex: "#ba3185"
hex: "#ba3082"
},
"700": {
title: "Magenta 700",
hex: "#902b6c"
hex: "#8f2866"
},
"800": {
title: "Magenta 800",
hex: "#662554"
hex: "#65204a"
},
"900": {
title: "Magenta 900",
hex: "#3c1f3b"
hex: "#3a182d"
},
"950": {
title: "Magenta 950",
hex: "#271c2f"
hex: "#25141f"
}

@@ -235,19 +235,19 @@ };

title: "Red 600",
hex: "#c3362c"
hex: "#c33529"
},
"700": {
title: "Red 700",
hex: "#972f2a"
hex: "#962c23"
},
"800": {
title: "Red 800",
hex: "#6a2727"
hex: "#69231d"
},
"900": {
title: "Red 900",
hex: "#3e2025"
hex: "#3c1a17"
},
"950": {
title: "Red 950",
hex: "#281c24"
hex: "#261514"
}

@@ -278,23 +278,23 @@ };

title: "Orange 500",
hex: "#e57323"
hex: "#e57322"
},
"600": {
title: "Orange 600",
hex: "#bb6123"
hex: "#ba5f1f"
},
"700": {
title: "Orange 700",
hex: "#914f23"
hex: "#904b1b"
},
"800": {
title: "Orange 800",
hex: "#663d23"
hex: "#653818"
},
"900": {
title: "Orange 900",
hex: "#3c2b23"
hex: "#3a2415"
},
"950": {
title: "Orange 950",
hex: "#272223"
hex: "#251a13"
}

@@ -321,27 +321,27 @@ };

title: "Yellow 400",
hex: "#d9b523"
hex: "#d9b421"
},
"500": {
title: "Yellow 500",
hex: "#b89b23"
hex: "#b7991e"
},
"600": {
title: "Yellow 600",
hex: "#978123"
hex: "#967e1c"
},
"700": {
title: "Yellow 700",
hex: "#756723"
hex: "#746219"
},
"800": {
title: "Yellow 800",
hex: "#544d23"
hex: "#534717"
},
"900": {
title: "Yellow 900",
hex: "#333323"
hex: "#312c14"
},
"950": {
title: "Yellow 950",
hex: "#222623"
hex: "#201e13"
}

@@ -372,23 +372,23 @@ };

title: "Green 500",
hex: "#3ab667"
hex: "#3ab564"
},
"600": {
title: "Green 600",
hex: "#329759"
hex: "#329454"
},
"700": {
title: "Green 700",
hex: "#2a774c"
hex: "#297343"
},
"800": {
title: "Green 800",
hex: "#22583e"
hex: "#215233"
},
"900": {
title: "Green 900",
hex: "#1a3830"
hex: "#183122"
},
"950": {
title: "Green 950",
hex: "#162829"
hex: "#14211a"
}

@@ -419,25 +419,25 @@ };

title: "Cyan 500",
hex: "#1fb9d1"
hex: "#1fb8ce"
},
"600": {
title: "Cyan 600",
hex: "#1c99ae"
hex: "#1c97a8"
},
"700": {
title: "Cyan 700",
hex: "#1a798b"
hex: "#197583"
},
"800": {
title: "Cyan 800",
hex: "#175968"
hex: "#16545d"
},
"900": {
title: "Cyan 900",
hex: "#143945"
hex: "#133237"
},
"950": {
title: "Cyan 950",
hex: "#132934"
hex: "#112124"
}
};
const hues = { gray, blue, purple, magenta, red, orange, yellow, green, cyan };
import { ColorHueConfig } from './types';
export declare const black = "#121923";
export declare const black = "#101112";
export declare const white = "#fff";

@@ -4,0 +4,0 @@ export declare const gray: ColorHueConfig;

@@ -1,2 +0,2 @@

const black = "#121923";
const black = "#101112";
const white = "#fff";

@@ -3,0 +3,0 @@ const gray = {

@@ -28,19 +28,19 @@ const gray = {

title: "Gray 600",
hex: "#6e7887"
hex: "#6e7683"
},
"700": {
title: "Gray 700",
hex: "#57606e"
hex: "#565d67"
},
"800": {
title: "Gray 800",
hex: "#404855"
hex: "#3f434a"
},
"900": {
title: "Gray 900",
hex: "#29303b"
hex: "#272a2e"
},
"950": {
title: "Gray 950",
hex: "#1d242f"
hex: "#1b1d20"
}

@@ -75,19 +75,19 @@ };

title: "Blue 600",
hex: "#1e63d0"
hex: "#1e61cd"
},
"700": {
title: "Blue 700",
hex: "#1b50a5"
hex: "#1a4d9e"
},
"800": {
title: "Blue 800",
hex: "#183e79"
hex: "#17396f"
},
"900": {
title: "Blue 900",
hex: "#152b4e"
hex: "#132540"
},
"950": {
title: "Blue 950",
hex: "#132238"
hex: "#111b29"
}

@@ -122,19 +122,19 @@ };

title: "Purple 600",
hex: "#9e21d0"
hex: "#9d1fcd"
},
"700": {
title: "Purple 700",
hex: "#7b1fa5"
hex: "#7a1b9e"
},
"800": {
title: "Purple 800",
hex: "#581d79"
hex: "#56186f"
},
"900": {
title: "Purple 900",
hex: "#341b4e"
hex: "#331440"
},
"950": {
title: "Purple 950",
hex: "#231a38"
hex: "#211229"
}

@@ -169,19 +169,19 @@ };

title: "Magenta 600",
hex: "#ba3185"
hex: "#ba3082"
},
"700": {
title: "Magenta 700",
hex: "#902b6c"
hex: "#8f2866"
},
"800": {
title: "Magenta 800",
hex: "#662554"
hex: "#65204a"
},
"900": {
title: "Magenta 900",
hex: "#3c1f3b"
hex: "#3a182d"
},
"950": {
title: "Magenta 950",
hex: "#271c2f"
hex: "#25141f"
}

@@ -216,19 +216,19 @@ };

title: "Red 600",
hex: "#c3362c"
hex: "#c33529"
},
"700": {
title: "Red 700",
hex: "#972f2a"
hex: "#962c23"
},
"800": {
title: "Red 800",
hex: "#6a2727"
hex: "#69231d"
},
"900": {
title: "Red 900",
hex: "#3e2025"
hex: "#3c1a17"
},
"950": {
title: "Red 950",
hex: "#281c24"
hex: "#261514"
}

@@ -259,23 +259,23 @@ };

title: "Orange 500",
hex: "#e57323"
hex: "#e57322"
},
"600": {
title: "Orange 600",
hex: "#bb6123"
hex: "#ba5f1f"
},
"700": {
title: "Orange 700",
hex: "#914f23"
hex: "#904b1b"
},
"800": {
title: "Orange 800",
hex: "#663d23"
hex: "#653818"
},
"900": {
title: "Orange 900",
hex: "#3c2b23"
hex: "#3a2415"
},
"950": {
title: "Orange 950",
hex: "#272223"
hex: "#251a13"
}

@@ -302,27 +302,27 @@ };

title: "Yellow 400",
hex: "#d9b523"
hex: "#d9b421"
},
"500": {
title: "Yellow 500",
hex: "#b89b23"
hex: "#b7991e"
},
"600": {
title: "Yellow 600",
hex: "#978123"
hex: "#967e1c"
},
"700": {
title: "Yellow 700",
hex: "#756723"
hex: "#746219"
},
"800": {
title: "Yellow 800",
hex: "#544d23"
hex: "#534717"
},
"900": {
title: "Yellow 900",
hex: "#333323"
hex: "#312c14"
},
"950": {
title: "Yellow 950",
hex: "#222623"
hex: "#201e13"
}

@@ -353,23 +353,23 @@ };

title: "Green 500",
hex: "#3ab667"
hex: "#3ab564"
},
"600": {
title: "Green 600",
hex: "#329759"
hex: "#329454"
},
"700": {
title: "Green 700",
hex: "#2a774c"
hex: "#297343"
},
"800": {
title: "Green 800",
hex: "#22583e"
hex: "#215233"
},
"900": {
title: "Green 900",
hex: "#1a3830"
hex: "#183122"
},
"950": {
title: "Green 950",
hex: "#162829"
hex: "#14211a"
}

@@ -400,23 +400,23 @@ };

title: "Cyan 500",
hex: "#1fb9d1"
hex: "#1fb8ce"
},
"600": {
title: "Cyan 600",
hex: "#1c99ae"
hex: "#1c97a8"
},
"700": {
title: "Cyan 700",
hex: "#1a798b"
hex: "#197583"
},
"800": {
title: "Cyan 800",
hex: "#175968"
hex: "#16545d"
},
"900": {
title: "Cyan 900",
hex: "#143945"
hex: "#133237"
},
"950": {
title: "Cyan 950",
hex: "#132934"
hex: "#112124"
}

@@ -423,0 +423,0 @@ };

{
"name": "@sanity/color",
"version": "2.1.5-next.93+861b1ac2",
"version": "2.1.5",
"description": "The Sanity color palette.",

@@ -48,3 +48,3 @@ "main": "lib/cjs/index.js",

},
"gitHead": "861b1ac2926f1a2ed3abef1687e9f4c037b0e2e2"
"gitHead": "97f522d13c8cbce27855592a316086b1105aa526"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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