Socket
Socket
Sign inDemoInstall

@fluentui/theme

Package Overview
Dependencies
Maintainers
10
Versions
144
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 2.0.0-beta.7 to 2.0.0-beta.8

17

CHANGELOG.json

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

{
"date": "Mon, 23 Nov 2020 12:28:33 GMT",
"date": "Tue, 01 Dec 2020 12:33:33 GMT",
"tag": "@fluentui/theme_v2.0.0-beta.8",
"version": "2.0.0-beta.8",
"comments": {
"prerelease": [
{
"comment": "Added selected as a possible key in ColorTokens.",
"author": "humbertomakotomorimoto@gmail.com",
"commit": "73da5f7dff44cd57a23c12f91c5210399a9f054e",
"package": "@fluentui/theme"
}
]
}
},
{
"date": "Mon, 23 Nov 2020 12:31:40 GMT",
"tag": "@fluentui/theme_v2.0.0-beta.7",

@@ -8,0 +23,0 @@ "version": "2.0.0-beta.7",

# Change Log - @fluentui/theme
This log was last generated on Mon, 23 Nov 2020 12:28:33 GMT and should not be manually modified.
This log was last generated on Tue, 01 Dec 2020 12:33:33 GMT and should not be manually modified.
<!-- Start content -->
## [2.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v2.0.0-beta.8)
Tue, 01 Dec 2020 12:33:33 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v2.0.0-beta.7..@fluentui/theme_v2.0.0-beta.8)
### Changes
- Added selected as a possible key in ColorTokens. ([PR #16035](https://github.com/microsoft/fluentui/pull/16035) by humbertomakotomorimoto@gmail.com)
## [2.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v2.0.0-beta.7)
Mon, 23 Nov 2020 12:28:33 GMT
Mon, 23 Nov 2020 12:31:40 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v2.0.0-beta.5..@fluentui/theme_v2.0.0-beta.7)

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

@@ -45,2 +45,3 @@ import { IFontWeight } from '@fluentui/merge-styles';

pressed?: ColorTokenSet;
selected?: ColorTokenSet;
};

@@ -47,0 +48,0 @@

@@ -27,2 +27,3 @@ ## API Report File for "@fluentui/theme"

pressed?: ColorTokenSet;
selected?: ColorTokenSet;
};

@@ -29,0 +30,0 @@

@@ -59,2 +59,3 @@ import { IRawStyle } from '@fluentui/merge-styles';

pressed?: ColorTokenSet;
selected?: ColorTokenSet;
};

@@ -61,0 +62,0 @@ export declare type FontTokens = Partial<{

2

lib-amd/version.js
define(["require", "exports", "@fluentui/set-version"], function (require, exports, set_version_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
set_version_1.setVersion('@fluentui/theme', '2.0.0-beta.7');
set_version_1.setVersion('@fluentui/theme', '2.0.0-beta.8');
});
//# sourceMappingURL=version.js.map

@@ -59,2 +59,3 @@ import { IRawStyle } from '@fluentui/merge-styles';

pressed?: ColorTokenSet;
selected?: ColorTokenSet;
};

@@ -61,0 +62,0 @@ export declare type FontTokens = Partial<{

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

var set_version_1 = require("@fluentui/set-version");
set_version_1.setVersion('@fluentui/theme', '2.0.0-beta.7');
set_version_1.setVersion('@fluentui/theme', '2.0.0-beta.8');
//# sourceMappingURL=version.js.map

@@ -59,2 +59,3 @@ import { IRawStyle } from '@fluentui/merge-styles';

pressed?: ColorTokenSet;
selected?: ColorTokenSet;
};

@@ -61,0 +62,0 @@ export declare type FontTokens = Partial<{

// 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 '@fluentui/set-version';
setVersion('@fluentui/theme', '2.0.0-beta.7');
setVersion('@fluentui/theme', '2.0.0-beta.8');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/theme",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"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