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

@clds/typography

Package Overview
Dependencies
Maintainers
0
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clds/typography - npm Package Compare versions

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

4

dist/apps/types.d.ts
import { ReactNode } from 'react';
export declare type TypographySize = 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'xxs';
export declare type TypographyType = 'highContrast' | 'regular' | 'lowContrast' | 'disabled' | 'url' | 'success' | 'warning' | 'error' | 'contrastInvert' | 'overlay' | 'overlayInvert';
export type TypographySize = 'xxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'xxs';
export type TypographyType = 'highContrast' | 'regular' | 'lowContrast' | 'disabled' | 'url' | 'success' | 'warning' | 'error' | 'contrastInvert' | 'overlay' | 'overlayInvert';
export interface TypographyProps {

@@ -5,0 +5,0 @@ size: TypographySize;

@@ -1,4 +0,4 @@

export declare type WebsiteSize = 'xxxxl' | 'xxxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs';
export declare type WebsiteKind = 'headlines' | 'brandText';
export declare type WebsiteType = 'contrastInvert' | 'bold' | 'contrastInvertBold' | 'regular' | 'accentCoral';
export type WebsiteSize = 'xxxxl' | 'xxxl' | 'xl' | 'lg' | 'md' | 'sm' | 'xs';
export type WebsiteKind = 'headlines' | 'brandText';
export type WebsiteType = 'contrastInvert' | 'bold' | 'contrastInvertBold' | 'regular' | 'accentCoral';
export interface WebsiteTypographyProps {

@@ -5,0 +5,0 @@ size: WebsiteSize;

{
"name": "@clds/typography",
"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

Sorry, the diff of this file is not supported yet

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