Socket
Socket
Sign inDemoInstall

@leafygreen-ui/palette

Package Overview
Dependencies
Maintainers
5
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/palette - npm Package Compare versions

Comparing version 4.0.9 to 4.0.10

6

CHANGELOG.md
# @leafygreen-ui/palette
## 4.0.10
### Patch Changes
- 070736c4: Exports `black` and `white` colors `as const`
## 4.0.9

@@ -4,0 +10,0 @@

8

dist/palette.d.ts

@@ -1,3 +0,3 @@

export declare const white = "#FFFFFF";
export declare const black = "#001E2B";
export declare const white: "#FFFFFF";
export declare const black: "#001E2B";
export declare const gray: {

@@ -62,4 +62,4 @@ readonly dark4: "#112733";

declare const palette: {
white: string;
black: string;
white: "#FFFFFF";
black: "#001E2B";
gray: {

@@ -66,0 +66,0 @@ readonly dark4: "#112733";

{
"name": "@leafygreen-ui/palette",
"version": "4.0.9",
"version": "4.0.10",
"description": "LeafyGreen UI Palettes",

@@ -26,3 +26,3 @@ "main": "./dist/index.js",

"@leafygreen-ui/emotion": "^4.0.8",
"@leafygreen-ui/lib": "^13.3.0",
"@leafygreen-ui/lib": "^13.4.0",
"lodash": "^4.17.21",

@@ -29,0 +29,0 @@ "polished": "^4.2.2",

@@ -1,3 +0,3 @@

export const white = '#FFFFFF';
export const black = '#001E2B';
export const white = '#FFFFFF' as const;
export const black = '#001E2B' as const;

@@ -4,0 +4,0 @@ export const gray = {

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