@fluentui/styles
Advanced tools
Comparing version 0.47.10 to 0.47.11
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"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -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; |
{ | ||
"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
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
343652