New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@clds/blender

Package Overview
Dependencies
Maintainers
0
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clds/blender - npm Package Compare versions

Comparing version 0.56.0-beta.1 to 0.56.0-beta.2

8

dist/BlenderProps.d.ts

@@ -1,4 +0,4 @@

export declare type BlendVariant = 'primary' | 'secondary' | 'error' | 'success' | 'warning' | 'overlay';
export declare type BlendMode = 'solidContrast' | 'plainInvert' | 'surfaceSolid' | 'surfaceContrast' | 'plainSolid' | 'plainContrast';
export declare type BlendIntensity = 'sm' | 'md' | 'lg' | 'xl';
export type BlendVariant = 'primary' | 'secondary' | 'error' | 'success' | 'warning' | 'overlay';
export type BlendMode = 'solidContrast' | 'plainInvert' | 'surfaceSolid' | 'surfaceContrast' | 'plainSolid' | 'plainContrast';
export type BlendIntensity = 'sm' | 'md' | 'lg' | 'xl';
export interface BlenderForegroundProps {

@@ -11,2 +11,2 @@ variant: BlendVariant;

}
export declare type BlenderProps = BlenderBackgroundProps & BlenderForegroundProps;
export type BlenderProps = BlenderBackgroundProps & BlenderForegroundProps;
import { Theme } from '@clds/themes';
import { TypographyType } from '@clds/typography';
export declare type OpaqueColorName = Exclude<keyof Theme['palette'], 'dataVis' | 'code' | 'brand'>;
export declare type ColorName = OpaqueColorName | 'transparent';
export type OpaqueColorName = Exclude<keyof Theme['palette'], 'dataVis' | 'code' | 'brand'>;
export type ColorName = OpaqueColorName | 'transparent';
export interface ForegroundBlendOptions {

@@ -6,0 +6,0 @@ colorName: OpaqueColorName;

{
"name": "@clds/blender",
"description": "Utility to blend design system colors",
"version": "0.56.0-beta.1",
"version": "0.56.0-beta.2",
"author": "Cloudinary",

@@ -14,5 +14,5 @@ "main": "./dist/index.js",

"polished": "3.7.2",
"@clds/themes": "0.56.0-beta.1",
"@clds/common-definitions": "0.56.0-beta.1",
"@clds/typography": "0.56.0-beta.1"
"@clds/themes": "0.56.0-beta.2",
"@clds/common-definitions": "0.56.0-beta.2",
"@clds/typography": "0.56.0-beta.2"
},

@@ -25,3 +25,3 @@ "devDependencies": {

"styled-components": "5.3.11",
"@clds/testing": "0.56.0-beta.1"
"@clds/testing": "0.56.0-beta.2"
},

@@ -28,0 +28,0 @@ "files": [

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