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.0 to 1.5.1

17

CHANGELOG.json

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

{
"date": "Wed, 14 Oct 2020 12:22:58 GMT",
"date": "Fri, 16 Oct 2020 21:37:43 GMT",
"tag": "@fluentui/theme_v1.5.1",
"version": "1.5.1",
"comments": {
"patch": [
{
"comment": "Fix ITheme inferred typing error.",
"author": "xgao@microsoft.com",
"commit": "4f4ac72a0b0174352f3b0f48849c9aa33163915d",
"package": "@fluentui/theme"
}
]
}
},
{
"date": "Wed, 14 Oct 2020 12:26:59 GMT",
"tag": "@fluentui/theme_v1.5.0",

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

# Change Log - @fluentui/theme
This log was last generated on Wed, 14 Oct 2020 12:22:58 GMT and should not be manually modified.
This log was last generated on Fri, 16 Oct 2020 21:37:43 GMT and should not be manually modified.
<!-- Start content -->
## [1.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v1.5.1)
Fri, 16 Oct 2020 21:37:43 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v1.5.0..@fluentui/theme_v1.5.1)
### Patches
- Fix ITheme inferred typing error. ([PR #15560](https://github.com/microsoft/fluentui/pull/15560) by xgao@microsoft.com)
## [1.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v1.5.0)
Wed, 14 Oct 2020 12:22:58 GMT
Wed, 14 Oct 2020 12:26:59 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v1.4.0..@fluentui/theme_v1.5.0)

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

6

dist/theme.d.ts

@@ -519,3 +519,4 @@ import { IFontWeight } from '@uifabric/merge-styles';

*/
export declare type IPartialTheme = PartialTheme;
export declare interface IPartialTheme extends PartialTheme {
}

@@ -1085,3 +1086,4 @@ /**

*/
export declare type ITheme = Theme;
export declare interface ITheme extends Theme {
}

@@ -1088,0 +1090,0 @@ export declare namespace LocalizedFontFamilies {

@@ -388,3 +388,4 @@ ## API Report File for "@fluentui/theme"

// @public (undocumented)
export type IPartialTheme = PartialTheme;
export interface IPartialTheme extends PartialTheme {
}

@@ -549,3 +550,4 @@ // @public (undocumented)

// @public (undocumented)
export type ITheme = Theme;
export interface ITheme extends Theme {
}

@@ -552,0 +554,0 @@ // @public (undocumented)

@@ -6,6 +6,8 @@ import { Theme, PartialTheme } from './Theme';

*/
export declare type ITheme = Theme;
export interface ITheme extends Theme {
}
/**
* {@docCategory ITheme}
*/
export declare type IPartialTheme = PartialTheme;
export interface IPartialTheme extends PartialTheme {
}
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.4.0');
set_version_1.setVersion('@fluentui/theme', '1.5.0');
});
//# sourceMappingURL=version.js.map

@@ -6,6 +6,8 @@ import { Theme, PartialTheme } from './Theme';

*/
export declare type ITheme = Theme;
export interface ITheme extends Theme {
}
/**
* {@docCategory ITheme}
*/
export declare type IPartialTheme = PartialTheme;
export interface IPartialTheme extends PartialTheme {
}

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

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

@@ -6,6 +6,8 @@ import { Theme, PartialTheme } from './Theme';

*/
export declare type ITheme = Theme;
export interface ITheme extends Theme {
}
/**
* {@docCategory ITheme}
*/
export declare type IPartialTheme = PartialTheme;
export interface IPartialTheme extends PartialTheme {
}
// 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.4.0');
setVersion('@fluentui/theme', '1.5.0');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/theme",
"version": "1.5.0",
"version": "1.5.1",
"description": "Basic building blocks for Fluent UI React Component themes",

@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js",

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