@equinor/fusion-web-theme
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.1.6](https://github.com/equinor/fusion-web/compare/@equinor/fusion-web-theme@0.1.5...@equinor/fusion-web-theme@0.1.6) (2021-09-27) | ||
### Bug Fixes | ||
* resolves css property typing error ([c6e84ac](https://github.com/equinor/fusion-web/commit/c6e84acb052e84e6c2cd8b32397b35859bdb6446)) | ||
## [0.1.5](https://github.com/equinor/fusion-web/compare/@equinor/fusion-web-theme@0.1.4...@equinor/fusion-web-theme@0.1.5) (2021-09-16) | ||
@@ -8,0 +19,0 @@ |
@@ -7,2 +7,3 @@ import { StandardProperties } from 'csstype'; | ||
}; | ||
declare type CSSProperties = Omit<StandardProperties, 'fontSizeAdjust'>; | ||
export declare abstract class StyleProperty<T = any, A extends string = string> { | ||
@@ -17,3 +18,3 @@ readonly name: string; | ||
abstract get attributes(): Record<A, StyleAttribute>; | ||
get style(): StandardProperties; | ||
get style(): CSSProperties; | ||
get css(): string; | ||
@@ -20,0 +21,0 @@ get variables(): string[]; |
{ | ||
"name": "@equinor/fusion-web-theme", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "fusion web theme", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "4a5a9a50cac32c1b2b9bbb6d17be1016766e42a2" | ||
"gitHead": "41b54e9877b03d3750ee50c0b4c623c1b53d393d" | ||
} |
Sorry, the diff of this file is not supported yet
36165
426