@clds/design-system-foundations
Advanced tools
Comparing version 0.56.0-beta.1 to 0.56.0-beta.2
import { Theme } from '@clds/themes'; | ||
export declare type Size = keyof Theme['spacing']; | ||
export type Size = keyof Theme['spacing']; | ||
export interface FoundationContext { | ||
@@ -7,4 +7,4 @@ /** the declared expected space that consuming component can allocate */ | ||
} | ||
export declare type Tone = 'solid' | 'subtle'; | ||
export declare type Variant = 'primary' | 'secondary' | 'error' | 'success' | 'warning' | 'overlay'; | ||
export type Tone = 'solid' | 'subtle'; | ||
export type Variant = 'primary' | 'secondary' | 'error' | 'success' | 'warning' | 'overlay'; | ||
export interface SurfaceContext { | ||
@@ -11,0 +11,0 @@ variant: Variant; |
{ | ||
"name": "@clds/design-system-foundations", | ||
"description": "", | ||
"version": "0.56.0-beta.1", | ||
"version": "0.56.0-beta.2", | ||
"author": "Cloudinary", | ||
@@ -12,3 +12,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@clds/themes": "0.56.0-beta.1" | ||
"@clds/themes": "0.56.0-beta.2" | ||
}, | ||
@@ -15,0 +15,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
113085
+ Added@clds/themes@0.56.0-beta.2(transitive)
- Removed@clds/themes@0.56.0-beta.1(transitive)
Updated@clds/themes@0.56.0-beta.2