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

@operational/theme

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operational/theme - npm Package Compare versions

Comparing version 0.1.0-30 to 0.1.0-31

2

lib/index.d.ts
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

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