@operational/theme
Advanced tools
Comparing version 0.1.0-30 to 0.1.0-31
export { expandColor } from "./utils"; | ||
export declare type ThemeColorName = "brand" | "info" | "success" | "warning" | "error" | "white" | "black" | "gray" | "lightGray" | "text" | "lightText" | "linkText" | "navBackground" | "background" | "lighterBackground" | "border" | "secondarySeparator" | "separator"; | ||
export declare type ThemeColorName = "brand" | "info" | "success" | "warning" | "error" | "white" | "black" | "gray" | "lightGray" | "text" | "lightText" | "linkText" | "navBackground" | "background" | "lighterBackground" | "border" | "separator"; | ||
export interface ThemeColors { | ||
@@ -4,0 +4,0 @@ brand: string; |
@@ -18,3 +18,3 @@ "use strict"; | ||
info: "#1499CE", | ||
success: "#00b34d", | ||
success: "#00BF3C", | ||
warning: "#FFAE00", | ||
@@ -21,0 +21,0 @@ error: "#DE1A1A", |
{ | ||
"name": "@operational/theme", | ||
"version": "0.1.0-30", | ||
"version": "0.1.0-31", | ||
"description": "Customization theme for the Operational UI packages.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -22,3 +22,2 @@ // Type definitions | ||
| "border" | ||
| "secondarySeparator" | ||
| "separator" | ||
@@ -90,3 +89,3 @@ | ||
info: "#1499CE", | ||
success: "#00b34d", | ||
success: "#00BF3C", | ||
warning: "#FFAE00", | ||
@@ -93,0 +92,0 @@ error: "#DE1A1A", |
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
15157
398