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

@fluentui/styles

Package Overview
Dependencies
Maintainers
8
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.47.10 to 0.47.11

0

dist/dts/src/callable.d.ts
declare const callable: (possibleFunction: any) => (...args: any[]) => any;
export default callable;

@@ -0,0 +0,0 @@ "use strict";

import { ThemeInput, ThemePrepared } from './types';
declare const createTheme: <T = ThemePrepared<any> | ThemeInput<any>>(themeInput: T, debugId: any) => T;
export default createTheme;

@@ -0,0 +0,0 @@ "use strict";

export declare const isEnabled: boolean;

@@ -0,0 +0,0 @@ "use strict";

declare const deepmerge: (...sources: any[]) => any;
export default deepmerge;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export { default as callable } from './callable';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ComponentSlotStyle, ComponentSlotStylesInput, ComponentSlotStylesPrepared, ComponentVariablesPrepared, FontFace, SiteVariablesInput, SiteVariablesPrepared, StaticStyle, ThemeAnimation, ThemeComponentStylesInput, ThemeComponentStylesPrepared, ThemeComponentVariablesInput, ThemeComponentVariablesPrepared, ThemeIcons, ThemeInput, ThemePrepared } from './types';

@@ -0,0 +0,0 @@ "use strict";

declare const objectKeyToValues: (input: Object, formatter?: (string: any) => string) => any;
export default objectKeyToValues;

@@ -0,0 +0,0 @@ "use strict";

declare const toCompactArray: <T>(...values: T[]) => T[];
export default toCompactArray;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import * as CSS from 'csstype';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
declare const withDebugId: <T>(data: T, debugId: string) => T;
export default withDebugId;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

declare const callable: (possibleFunction: any) => (...args: any[]) => any;
export default callable;
import { ThemeInput, ThemePrepared } from './types';
declare const createTheme: <T = ThemePrepared<any> | ThemeInput<any>>(themeInput: T, debugId: any) => T;
export default createTheme;
export declare const isEnabled: boolean;
declare const deepmerge: (...sources: any[]) => any;
export default deepmerge;

@@ -0,0 +0,0 @@ export { default as callable } from './callable';

@@ -0,0 +0,0 @@ import { ComponentSlotStyle, ComponentSlotStylesInput, ComponentSlotStylesPrepared, ComponentVariablesPrepared, FontFace, SiteVariablesInput, SiteVariablesPrepared, StaticStyle, ThemeAnimation, ThemeComponentStylesInput, ThemeComponentStylesPrepared, ThemeComponentVariablesInput, ThemeComponentVariablesPrepared, ThemeIcons, ThemeInput, ThemePrepared } from './types';

declare const objectKeyToValues: (input: Object, formatter?: (string: any) => string) => any;
export default objectKeyToValues;
declare const toCompactArray: <T>(...values: T[]) => T[];
export default toCompactArray;

@@ -0,0 +0,0 @@ import * as CSS from 'csstype';

declare const withDebugId: <T>(data: T, debugId: string) => T;
export default withDebugId;

4

package.json
{
"name": "@fluentui/styles",
"description": "A set of styling utilities for CSS-in-JS.",
"version": "0.47.10",
"version": "0.47.11",
"author": "Marija Najdova <mnajdova@gmail.com>",

@@ -41,3 +41,3 @@ "bugs": "https://github.com/OfficeDev/office-ui-fabric-react/issues",

"types": "dist/es/index.d.ts",
"gitHead": "cdbf24183a8ea3ac892a29a7538dbf4f069161d8"
"gitHead": "d21534c83c456244825657639c73d9f98af4c7e9"
}

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