Socket
Socket
Sign inDemoInstall

@fluentui/react-theme-provider

Package Overview
Dependencies
Maintainers
7
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-theme-provider - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

lib-amd/ThemeProvider.scss.d.ts

@@ -1,1 +0,1 @@

export declare const root = "root_4f41c386";
export declare const root = "root_922b4660";
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_4f41c386{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_4f41c386>*{-webkit-box-sizing:border-box;box-sizing:border-box}" }]);
exports.root = "root_4f41c386";
load_themed_styles_1.loadStyles([{ "rawString": ".root_922b4660{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_922b4660>*{-webkit-box-sizing:border-box;box-sizing:border-box}" }]);
exports.root = "root_922b4660";
});
//# 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.8');
set_version_1.setVersion('@fluentui/react-theme-provider', '0.1.9');
});
//# sourceMappingURL=version.js.map

@@ -1,1 +0,1 @@

export declare const root = "root_4f41c386";
export declare const root = "root_922b4660";

@@ -5,4 +5,4 @@ "use strict";

var load_themed_styles_1 = require("@microsoft/load-themed-styles");
load_themed_styles_1.loadStyles([{ "rawString": ".root_4f41c386{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_4f41c386>*{-webkit-box-sizing:border-box;box-sizing:border-box}" }]);
exports.root = "root_4f41c386";
load_themed_styles_1.loadStyles([{ "rawString": ".root_922b4660{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_922b4660>*{-webkit-box-sizing:border-box;box-sizing:border-box}" }]);
exports.root = "root_922b4660";
//# sourceMappingURL=ThemeProvider.scss.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// @fluentui/react-theme-provider@0.1.8
// @fluentui/react-theme-provider@0.1.9
// 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.8');
set_version_1.setVersion('@fluentui/react-theme-provider', '0.1.9');
//# sourceMappingURL=version.js.map

@@ -1,1 +0,1 @@

export declare const root = "root_4f41c386";
export declare const root = "root_922b4660";
/* tslint:disable */
import { loadStyles } from '@microsoft/load-themed-styles';
loadStyles([{ "rawString": ".root_4f41c386{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_4f41c386>*{-webkit-box-sizing:border-box;box-sizing:border-box}" }]);
export var root = "root_4f41c386";
loadStyles([{ "rawString": ".root_922b4660{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_922b4660>*{-webkit-box-sizing:border-box;box-sizing:border-box}" }]);
export var root = "root_922b4660";
//# sourceMappingURL=ThemeProvider.scss.js.map

@@ -1,5 +0,5 @@

// @fluentui/react-theme-provider@0.1.8
// @fluentui/react-theme-provider@0.1.9
// 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.8');
setVersion('@fluentui/react-theme-provider', '0.1.9');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-theme-provider",
"version": "0.1.8",
"version": "0.1.9",
"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.20.0",
"@uifabric/utilities": "^7.20.1",
"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

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