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

@clds/design-system-foundations

Package Overview
Dependencies
Maintainers
0
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clds/design-system-foundations - npm Package Compare versions

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

6

dist/types.d.ts
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

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