@clds/blender
Advanced tools
Comparing version 0.56.0-beta.1 to 0.56.0-beta.2
@@ -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
99958
+ Added@clds/common-definitions@0.56.0-beta.2(transitive)
+ Added@clds/themes@0.56.0-beta.2(transitive)
+ Added@clds/typography@0.56.0-beta.2(transitive)
- Removed@clds/common-definitions@0.56.0-beta.1(transitive)
- Removed@clds/themes@0.56.0-beta.1(transitive)
- Removed@clds/typography@0.56.0-beta.1(transitive)
Updated@clds/themes@0.56.0-beta.2