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

@clds/paper

Package Overview
Dependencies
Maintainers
0
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clds/paper - npm Package Compare versions

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

4

dist/PaperProps.d.ts

@@ -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

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