@clds/typography
Advanced tools
Comparing version 0.56.0-beta.1 to 0.56.0-beta.2
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
109131
+ 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