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 0.2.2 to 0.3.0

15

CHANGELOG.json

@@ -5,2 +5,17 @@ {

{
"date": "Thu, 17 Sep 2020 12:20:35 GMT",
"tag": "@fluentui/theme_v0.3.0",
"version": "0.3.0",
"comments": {
"minor": [
{
"comment": "Updating color token references to use `color` prefix, and `accent` tokens have been renamed to `brand`.",
"author": "dzearing@hotmail.com",
"commit": "63a9ede0bb731c8dad96c12e6a5d4d0a10aa493e",
"package": "@fluentui/theme"
}
]
}
},
{
"date": "Wed, 26 Aug 2020 12:35:38 GMT",

@@ -7,0 +22,0 @@ "tag": "@fluentui/theme_v0.1.2",

11

CHANGELOG.md
# Change Log - @fluentui/theme
This log was last generated on Wed, 26 Aug 2020 12:35:38 GMT and should not be manually modified.
This log was last generated on Thu, 17 Sep 2020 12:20:35 GMT and should not be manually modified.
<!-- Start content -->
## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v0.3.0)
Thu, 17 Sep 2020 12:20:35 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v0.1.2..@fluentui/theme_v0.3.0)
### Minor changes
- Updating color token references to use `color` prefix, and `accent` tokens have been renamed to `brand`. ([PR #15070](https://github.com/microsoft/fluentui/pull/15070) by dzearing@hotmail.com)
## [0.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v0.1.2)

@@ -8,0 +17,0 @@

8

lib-amd/types/Theme.d.ts

@@ -9,3 +9,3 @@ import { IPartialTheme, ITheme } from './ITheme';

contentColor: string;
subTextColor: string;
secondaryContentColor: string;
linkColor: string;

@@ -66,3 +66,7 @@ iconColor: string;

export interface Tokens {
body: ColorTokenSet & TokenSetType;
color: {
body: ColorTokenSet & TokenSetType;
brand: ColorTokenSet & TokenSetType;
[key: string]: TokenSetType;
};
[key: string]: TokenSetType;

@@ -69,0 +73,0 @@ }

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

@@ -9,3 +9,3 @@ import { IPartialTheme, ITheme } from './ITheme';

contentColor: string;
subTextColor: string;
secondaryContentColor: string;
linkColor: string;

@@ -66,3 +66,7 @@ iconColor: string;

export interface Tokens {
body: ColorTokenSet & TokenSetType;
color: {
body: ColorTokenSet & TokenSetType;
brand: ColorTokenSet & TokenSetType;
[key: string]: TokenSetType;
};
[key: string]: TokenSetType;

@@ -69,0 +73,0 @@ }

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

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

@@ -9,3 +9,3 @@ import { IPartialTheme, ITheme } from './ITheme';

contentColor: string;
subTextColor: string;
secondaryContentColor: string;
linkColor: string;

@@ -66,3 +66,7 @@ iconColor: string;

export interface Tokens {
body: ColorTokenSet & TokenSetType;
color: {
body: ColorTokenSet & TokenSetType;
brand: ColorTokenSet & TokenSetType;
[key: string]: TokenSetType;
};
[key: string]: TokenSetType;

@@ -69,0 +73,0 @@ }

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