@clds/paper
Advanced tools
Comparing version 0.56.0-beta.1 to 0.56.0-beta.2
@@ -1,3 +0,3 @@ | ||
export declare type PaperRadius = 'sm' | 'md' | 'lg' | 'xl'; | ||
export declare type PaperDepth = 'none' | 'sm' | 'md' | 'lg'; | ||
export type PaperRadius = 'sm' | 'md' | 'lg' | 'xl'; | ||
export type PaperDepth = 'none' | 'sm' | 'md' | 'lg'; | ||
export interface PaperProps { | ||
@@ -4,0 +4,0 @@ borderRadius?: PaperRadius; |
@@ -41,3 +41,3 @@ import { Theme } from '@clds/themes'; | ||
}; | ||
export declare const radiusVariant: (borderRadius?: PaperProps['borderRadius']) => { | ||
export declare const radiusVariant: (borderRadius?: PaperProps["borderRadius"]) => { | ||
radius: (props: ThemeProps) => string; | ||
@@ -55,3 +55,3 @@ padding: (props: ThemeProps) => string; | ||
}; | ||
export declare const depthVariant: (depth?: PaperProps['depth']) => { | ||
export declare const depthVariant: (depth?: PaperProps["depth"]) => { | ||
shadow: string; | ||
@@ -58,0 +58,0 @@ } | { |
{ | ||
"name": "@clds/paper", | ||
"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" | ||
}, | ||
@@ -21,4 +21,4 @@ "devDependencies": { | ||
"styled-components": "5.3.11", | ||
"@clds/testing-library": "0.56.0-beta.1", | ||
"@clds/typography": "0.56.0-beta.1" | ||
"@clds/testing-library": "0.56.0-beta.2", | ||
"@clds/typography": "0.56.0-beta.2" | ||
}, | ||
@@ -25,0 +25,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
49368
+ 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