@leafygreen-ui/palette
Advanced tools
Comparing version 4.0.9 to 4.0.10
# @leafygreen-ui/palette | ||
## 4.0.10 | ||
### Patch Changes | ||
- 070736c4: Exports `black` and `white` colors `as const` | ||
## 4.0.9 | ||
@@ -4,0 +10,0 @@ |
@@ -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
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
40205