Socket
Socket
Sign inDemoInstall

@fluentui/theme

Package Overview
Dependencies
Maintainers
8
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/theme - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Fri, 16 Oct 2020 21:37:43 GMT",
"date": "Tue, 27 Oct 2020 12:24:06 GMT",
"tag": "@fluentui/theme_v1.5.2",
"version": "1.5.2",
"comments": {
"patch": [
{
"comment": "Update DefaultFontStyles to store language in sessionStorage not localStorage",
"author": "elcraig@microsoft.com",
"commit": "ae0b2d7b63e7edd40f224d509c822cdd57136e47",
"package": "@fluentui/theme"
}
]
}
},
{
"date": "Fri, 16 Oct 2020 21:41:23 GMT",
"tag": "@fluentui/theme_v1.5.1",

@@ -8,0 +23,0 @@ "version": "1.5.1",

# Change Log - @fluentui/theme
This log was last generated on Fri, 16 Oct 2020 21:37:43 GMT and should not be manually modified.
This log was last generated on Tue, 27 Oct 2020 12:24:06 GMT and should not be manually modified.
<!-- Start content -->
## [1.5.2](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v1.5.2)
Tue, 27 Oct 2020 12:24:06 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v1.5.1..@fluentui/theme_v1.5.2)
### Patches
- Update DefaultFontStyles to store language in sessionStorage not localStorage ([PR #15712](https://github.com/microsoft/fluentui/pull/15712) by elcraig@microsoft.com)
## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v1.5.1)
Fri, 16 Oct 2020 21:37:43 GMT
Fri, 16 Oct 2020 21:41:23 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v1.5.0..@fluentui/theme_v1.5.1)

@@ -11,0 +20,0 @@

2

lib-amd/fonts/DefaultFontStyles.js

@@ -7,3 +7,3 @@ define(["require", "exports", "@uifabric/merge-styles", "./FluentFonts", "./createFontStyles", "@uifabric/utilities"], function (require, exports, merge_styles_1, FluentFonts_1, createFontStyles_1, utilities_1) {

// Standard font styling.
exports.DefaultFontStyles = createFontStyles_1.createFontStyles(utilities_1.getLanguage());
exports.DefaultFontStyles = createFontStyles_1.createFontStyles(utilities_1.getLanguage('sessionStorage'));
function _registerFontFace(fontFamily, url, fontWeight, localFontName) {

@@ -10,0 +10,0 @@ fontFamily = "'" + fontFamily + "'";

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/theme', '1.5.0');
set_version_1.setVersion('@fluentui/theme', '1.5.1');
});
//# sourceMappingURL=version.js.map

@@ -10,3 +10,3 @@ "use strict";

// Standard font styling.
exports.DefaultFontStyles = createFontStyles_1.createFontStyles(utilities_1.getLanguage());
exports.DefaultFontStyles = createFontStyles_1.createFontStyles(utilities_1.getLanguage('sessionStorage'));
function _registerFontFace(fontFamily, url, fontWeight, localFontName) {

@@ -13,0 +13,0 @@ fontFamily = "'" + fontFamily + "'";

@@ -6,3 +6,3 @@ "use strict";

var set_version_1 = require("@uifabric/set-version");
set_version_1.setVersion('@fluentui/theme', '1.5.0');
set_version_1.setVersion('@fluentui/theme', '1.5.1');
//# sourceMappingURL=version.js.map

@@ -8,3 +8,3 @@ import { fontFace } from '@uifabric/merge-styles';

// Standard font styling.
export var DefaultFontStyles = createFontStyles(getLanguage());
export var DefaultFontStyles = createFontStyles(getLanguage('sessionStorage'));
function _registerFontFace(fontFamily, url, fontWeight, localFontName) {

@@ -11,0 +11,0 @@ fontFamily = "'" + fontFamily + "'";

// Do not modify this file; it is generated as part of publish.
// The checked in version is a placeholder only and will not be updated.
import { setVersion } from '@uifabric/set-version';
setVersion('@fluentui/theme', '1.5.0');
setVersion('@fluentui/theme', '1.5.1');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/theme",
"version": "1.5.1",
"version": "1.5.2",
"description": "Basic building blocks for Fluent UI React Component themes",

@@ -46,3 +46,3 @@ "main": "lib-commonjs/index.js",

"@uifabric/merge-styles": "^7.19.1",
"@uifabric/utilities": "^7.32.4",
"@uifabric/utilities": "^7.33.0",
"@uifabric/set-version": "^7.0.23",

@@ -49,0 +49,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