@fluentui/react-theme-provider
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -1,1 +0,1 @@ | ||
export declare const root = "root_4cb6ad50"; | ||
export declare const root = "root_f7a4bde7"; |
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
load_themed_styles_1.loadStyles([{ "rawString": ".root_4cb6ad50{background:var(--body-fill);color:var(--body-text);font-family:var(--body-fontFamily);font-weight:var(--body-fontWeight);font-size:var(--body-fontSize);line-height:var(--body-fontLineHeight)}.root_4cb6ad50>*{-webkit-box-sizing:border-box;box-sizing:border-box}\n" }]); | ||
exports.root = "root_4cb6ad50"; | ||
load_themed_styles_1.loadStyles([{ "rawString": ".root_f7a4bde7{background:var(--body-fill);color:var(--body-text);font-family:var(--body-fontFamily);font-weight:var(--body-fontWeight);font-size:var(--body-fontSize);line-height:var(--body-fontLineHeight)}.root_f7a4bde7>*{-webkit-box-sizing:border-box;box-sizing:border-box}" }]); | ||
exports.root = "root_f7a4bde7"; | ||
}); | ||
//# sourceMappingURL=ThemeProvider.scss.js.map |
define(["require", "exports", "@uifabric/set-version"], function (require, exports, set_version_1) { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
set_version_1.setVersion('@fluentui/react-theme-provider', '0.1.3'); | ||
set_version_1.setVersion('@fluentui/react-theme-provider', '0.1.4'); | ||
}); | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const root = "root_4cb6ad50"; | ||
export declare const root = "root_f7a4bde7"; |
@@ -5,4 +5,4 @@ "use strict"; | ||
var load_themed_styles_1 = require("@microsoft/load-themed-styles"); | ||
load_themed_styles_1.loadStyles([{ "rawString": ".root_4cb6ad50{background:var(--body-fill);color:var(--body-text);font-family:var(--body-fontFamily);font-weight:var(--body-fontWeight);font-size:var(--body-fontSize);line-height:var(--body-fontLineHeight)}.root_4cb6ad50>*{-webkit-box-sizing:border-box;box-sizing:border-box}\n" }]); | ||
exports.root = "root_4cb6ad50"; | ||
load_themed_styles_1.loadStyles([{ "rawString": ".root_f7a4bde7{background:var(--body-fill);color:var(--body-text);font-family:var(--body-fontFamily);font-weight:var(--body-fontWeight);font-size:var(--body-fontSize);line-height:var(--body-fontLineHeight)}.root_f7a4bde7>*{-webkit-box-sizing:border-box;box-sizing:border-box}" }]); | ||
exports.root = "root_f7a4bde7"; | ||
//# sourceMappingURL=ThemeProvider.scss.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
// @fluentui/react-theme-provider@0.1.3 | ||
// @fluentui/react-theme-provider@0.1.4 | ||
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only. | ||
var set_version_1 = require("@uifabric/set-version"); | ||
set_version_1.setVersion('@fluentui/react-theme-provider', '0.1.3'); | ||
set_version_1.setVersion('@fluentui/react-theme-provider', '0.1.4'); | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const root = "root_4cb6ad50"; | ||
export declare const root = "root_f7a4bde7"; |
/* tslint:disable */ | ||
import { loadStyles } from '@microsoft/load-themed-styles'; | ||
loadStyles([{ "rawString": ".root_4cb6ad50{background:var(--body-fill);color:var(--body-text);font-family:var(--body-fontFamily);font-weight:var(--body-fontWeight);font-size:var(--body-fontSize);line-height:var(--body-fontLineHeight)}.root_4cb6ad50>*{-webkit-box-sizing:border-box;box-sizing:border-box}\n" }]); | ||
export var root = "root_4cb6ad50"; | ||
loadStyles([{ "rawString": ".root_f7a4bde7{background:var(--body-fill);color:var(--body-text);font-family:var(--body-fontFamily);font-weight:var(--body-fontWeight);font-size:var(--body-fontSize);line-height:var(--body-fontLineHeight)}.root_f7a4bde7>*{-webkit-box-sizing:border-box;box-sizing:border-box}" }]); | ||
export var root = "root_f7a4bde7"; | ||
//# sourceMappingURL=ThemeProvider.scss.js.map |
@@ -1,5 +0,5 @@ | ||
// @fluentui/react-theme-provider@0.1.3 | ||
// @fluentui/react-theme-provider@0.1.4 | ||
// Do not modify this file, the file is generated as part of publish. The checked in version is a placeholder only. | ||
import { setVersion } from '@uifabric/set-version'; | ||
setVersion('@fluentui/react-theme-provider', '0.1.3'); | ||
setVersion('@fluentui/react-theme-provider', '0.1.4'); | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@fluentui/react-theme-provider", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Fluent UI React theme provider component, hook, and theme related utilities.", | ||
@@ -48,3 +48,3 @@ "main": "lib-commonjs/index.js", | ||
"@uifabric/set-version": "^7.0.12", | ||
"@uifabric/utilities": "^7.17.1", | ||
"@uifabric/utilities": "^7.17.2", | ||
"classnames": "^2.2.6", | ||
@@ -51,0 +51,0 @@ "tslib": "^1.10.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
86396
Updated@uifabric/utilities@^7.17.2