@freska/freska-ui
Advanced tools
Comparing version 2.9.1 to 2.9.2
@@ -116,3 +116,3 @@ import { | ||
export interface BoxProps | ||
extends HTMLAttributes<HTMLDivElement>, | ||
extends Omit<HTMLAttributes<HTMLDivElement>, 'color'>, | ||
BorderProps, | ||
@@ -132,3 +132,3 @@ ColorProps, | ||
export interface CardProps | ||
extends HTMLAttributes<HTMLDivElement>, | ||
extends Omit<HTMLAttributes<HTMLDivElement>, 'color'>, | ||
BorderProps, | ||
@@ -419,14 +419,14 @@ ColorProps, | ||
export interface Typography { | ||
heading1: ThemedCssFunction; | ||
heading2: ThemedCssFunction; | ||
heading3: ThemedCssFunction; | ||
fontRegular: ThemedCssFunction; | ||
fontLarge: ThemedCssFunction; | ||
fontSmall: ThemedCssFunction; | ||
fontLabel: ThemedCssFunction; | ||
fontSmaller: ThemedCssFunction; | ||
fontBold: ThemedCssFunction; | ||
text: ThemedCssFunction; | ||
intro: ThemedCssFunction; | ||
link: ThemedCssFunction; | ||
heading1: ThemedCssFunction<Theme>; | ||
heading2: ThemedCssFunction<Theme>; | ||
heading3: ThemedCssFunction<Theme>; | ||
fontRegular: ThemedCssFunction<Theme>; | ||
fontLarge: ThemedCssFunction<Theme>; | ||
fontSmall: ThemedCssFunction<Theme>; | ||
fontLabel: ThemedCssFunction<Theme>; | ||
fontSmaller: ThemedCssFunction<Theme>; | ||
fontBold: ThemedCssFunction<Theme>; | ||
text: ThemedCssFunction<Theme>; | ||
intro: ThemedCssFunction<Theme>; | ||
link: ThemedCssFunction<Theme>; | ||
} | ||
@@ -433,0 +433,0 @@ |
{ | ||
"name": "@freska/freska-ui", | ||
"version": "2.9.1", | ||
"version": "2.9.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
1493957