@fluentui/styles
Advanced tools
Comparing version 0.48.0 to 0.49.0
@@ -23,4 +23,5 @@ import * as CSS from 'csstype'; | ||
} | ||
export interface ICSSInJSStyle extends CSSProperties { | ||
export declare type ICSSInJSStyle = Omit<CSSProperties, 'display'> & { | ||
[key: string]: any; | ||
display?: CSSProperties['display'] | CSSProperties['display'][]; | ||
speak?: CSS.Globals | 'none' | 'normal' | 'spell-out'; | ||
@@ -38,3 +39,3 @@ '::before'?: ICSSPseudoElementStyle; | ||
'-moz-osx-font-smoothing'?: CSS.Globals | 'auto' | 'grayscale'; | ||
} | ||
}; | ||
export interface ThemeAnimation<KP = {}> { | ||
@@ -41,0 +42,0 @@ keyframe: ((kp: KP) => object) | object | string; |
@@ -23,4 +23,5 @@ import * as CSS from 'csstype'; | ||
} | ||
export interface ICSSInJSStyle extends CSSProperties { | ||
export declare type ICSSInJSStyle = Omit<CSSProperties, 'display'> & { | ||
[key: string]: any; | ||
display?: CSSProperties['display'] | CSSProperties['display'][]; | ||
speak?: CSS.Globals | 'none' | 'normal' | 'spell-out'; | ||
@@ -38,3 +39,3 @@ '::before'?: ICSSPseudoElementStyle; | ||
'-moz-osx-font-smoothing'?: CSS.Globals | 'auto' | 'grayscale'; | ||
} | ||
}; | ||
export interface ThemeAnimation<KP = {}> { | ||
@@ -41,0 +42,0 @@ keyframe: ((kp: KP) => object) | object | string; |
{ | ||
"name": "@fluentui/styles", | ||
"description": "A set of styling utilities for CSS-in-JS.", | ||
"version": "0.48.0", | ||
"version": "0.49.0", | ||
"author": "Marija Najdova <mnajdova@gmail.com>", | ||
@@ -32,6 +32,4 @@ "bugs": "https://github.com/microsoft/fluentui/issues", | ||
"clean": "gulp bundle:package:clean", | ||
"lint": "yarn lint:eslint && yarn lint:old", | ||
"lint:eslint": "eslint --ext .js,.ts,.tsx .", | ||
"lint:fix": "yarn lint:eslint --fix && yarn lint:old --fix", | ||
"lint:old": "tslint -t stylish -p .", | ||
"lint": "eslint --ext .js,.ts,.tsx .", | ||
"lint:fix": "yarn lint --fix", | ||
"test": "gulp test", | ||
@@ -42,3 +40,3 @@ "test:watch": "gulp test:watch" | ||
"types": "dist/es/index.d.ts", | ||
"gitHead": "0b9847bc9bfdc1c4a0cb35ce0cfcfdc32880500b" | ||
"gitHead": "288ce25b226dfc850712e9b37b8212a226dc14ce" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
337452
3305