Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/styles

Package Overview
Dependencies
Maintainers
6
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/styles - npm Package Compare versions

Comparing version 0.48.0 to 0.49.0

5

dist/dts/src/types.d.ts

@@ -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"
}
dist/dts/tsconfig.tsbuildinfo

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc