@mezzanine-ui/system
Advanced tools
Comparing version 0.13.9 to 0.13.10
@@ -1,2 +0,2 @@ | ||
export type Breakpoint = 'sm' | 'md' | 'lg' | 'xl' | 'xxl'; | ||
export declare type Breakpoint = 'sm' | 'md' | 'lg' | 'xl' | 'xxl'; | ||
export declare const breakpoints: Record<Breakpoint, number>; |
@@ -1,2 +0,2 @@ | ||
export type CssVarInterpolation = string | number | null | undefined; | ||
export type CssVarInterpolations = Record<string, CssVarInterpolation>; | ||
export declare type CssVarInterpolation = string | number | null | undefined; | ||
export declare type CssVarInterpolations = Record<string, CssVarInterpolation>; |
@@ -1,2 +0,2 @@ | ||
export type MotionDurationType = 'shortest' | 'shorter' | 'short' | 'standard' | 'long'; | ||
export declare type MotionDurationType = 'shortest' | 'shorter' | 'short' | 'standard' | 'long'; | ||
export declare const MOTION_DURATION: Readonly<Record<MotionDurationType, number>>; |
@@ -1,2 +0,2 @@ | ||
export type MotionEasingType = 'standard' | 'emphasized' | 'decelerated' | 'accelerated'; | ||
export declare type MotionEasingType = 'standard' | 'emphasized' | 'decelerated' | 'accelerated'; | ||
export declare const MOTION_EASING: Readonly<Record<MotionEasingType, string>>; |
@@ -1,1 +0,1 @@ | ||
export type Orientation = 'horizontal' | 'vertical'; | ||
export declare type Orientation = 'horizontal' | 'vertical'; |
{ | ||
"name": "@mezzanine-ui/system", | ||
"version": "0.13.9", | ||
"version": "0.13.10", | ||
"description": "Design System for mezzanine-ui", | ||
@@ -5,0 +5,0 @@ "author": "Mezzanine", |
@@ -1,9 +0,9 @@ | ||
export type MainColor = 'primary' | 'secondary' | 'error' | 'warning' | 'success'; | ||
export type GradualMainColor = `${MainColor}-${'light' | 'dark'}`; | ||
export type StatefulMainColor = `${MainColor}-${'hover-bg' | 'active-bg'}`; | ||
export type MainContrastTextColor = `on-${MainColor}`; | ||
export type TextColor = `text-${'primary' | 'secondary' | 'disabled'}`; | ||
export type ActionForegroundColor = `action-${'active' | 'inactive' | 'disabled'}`; | ||
export type ActionBackgroundColor = `action-${'disabled-bg'}`; | ||
export type ActionColor = ActionForegroundColor | ActionBackgroundColor; | ||
export type Color = MainColor | GradualMainColor | MainContrastTextColor | TextColor | ActionColor | 'bg' | 'surface' | 'border' | 'divider'; | ||
export declare type MainColor = 'primary' | 'secondary' | 'error' | 'warning' | 'success'; | ||
export declare type GradualMainColor = `${MainColor}-${'light' | 'dark'}`; | ||
export declare type StatefulMainColor = `${MainColor}-${'hover-bg' | 'active-bg'}`; | ||
export declare type MainContrastTextColor = `on-${MainColor}`; | ||
export declare type TextColor = `text-${'primary' | 'secondary' | 'disabled'}`; | ||
export declare type ActionForegroundColor = `action-${'active' | 'inactive' | 'disabled'}`; | ||
export declare type ActionBackgroundColor = `action-${'disabled-bg'}`; | ||
export declare type ActionColor = ActionForegroundColor | ActionBackgroundColor; | ||
export declare type Color = MainColor | GradualMainColor | MainContrastTextColor | TextColor | ActionColor | 'bg' | 'surface' | 'border' | 'divider'; |
@@ -1,2 +0,2 @@ | ||
export type Severity = 'success' | 'warning' | 'error'; | ||
export type SeverityWithInfo = Severity | 'info'; | ||
export declare type Severity = 'success' | 'warning' | 'error'; | ||
export declare type SeverityWithInfo = Severity | 'info'; |
@@ -1,1 +0,1 @@ | ||
export type Size = 'small' | 'medium' | 'large'; | ||
export declare type Size = 'small' | 'medium' | 'large'; |
@@ -1,1 +0,1 @@ | ||
export type SpacingLevel = number; | ||
export declare type SpacingLevel = number; |
@@ -1,1 +0,1 @@ | ||
export type TypographyVariant = `h${1 | 2 | 3 | 4 | 5 | 6}` | `button${1 | 2 | 3}` | `input${1 | 2 | 3}` | `body${1 | 2}` | 'caption'; | ||
export declare type TypographyVariant = `h${1 | 2 | 3 | 4 | 5 | 6}` | `button${1 | 2 | 3}` | `input${1 | 2 | 3}` | `body${1 | 2}` | 'caption'; |
32801