@fluentui/theme
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Wed, 04 Nov 2020 12:22:25 GMT", | ||
"date": "Tue, 17 Nov 2020 12:24:05 GMT", | ||
"tag": "@fluentui/theme_v1.7.0", | ||
"version": "1.7.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "Fixing and expanding token typings.", | ||
"author": "xgao@microsoft.com", | ||
"commit": "17abde4b0156c449f64a8e85f40aa7805a2810d6", | ||
"package": "@fluentui/theme" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 04 Nov 2020 12:25:34 GMT", | ||
"tag": "@fluentui/theme_v1.6.0", | ||
@@ -8,0 +23,0 @@ "version": "1.6.0", |
# Change Log - @fluentui/theme | ||
This log was last generated on Wed, 04 Nov 2020 12:22:25 GMT and should not be manually modified. | ||
This log was last generated on Tue, 17 Nov 2020 12:24:05 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [1.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v1.7.0) | ||
Tue, 17 Nov 2020 12:24:05 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v1.6.0..@fluentui/theme_v1.7.0) | ||
### Minor changes | ||
- Fixing and expanding token typings. ([PR #15956](https://github.com/microsoft/fluentui/pull/15956) by xgao@microsoft.com) | ||
## [1.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v1.6.0) | ||
Wed, 04 Nov 2020 12:22:25 GMT | ||
Wed, 04 Nov 2020 12:25:34 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v1.5.2..@fluentui/theme_v1.6.0) | ||
@@ -11,0 +20,0 @@ |
@@ -37,8 +37,10 @@ import { IFontWeight } from '@uifabric/merge-styles'; | ||
export declare type ColorTokens = ColorTokenSet & { | ||
hovered?: ColorTokens; | ||
pressed?: ColorTokens; | ||
disabled?: ColorTokens; | ||
checked?: ColorTokens; | ||
checkedHovered?: ColorTokens; | ||
checkedPressed?: ColorTokens; | ||
disabled?: ColorTokenSet; | ||
expanded?: ColorTokenSet; | ||
focused?: ColorTokenSet; | ||
hovered?: ColorTokenSet; | ||
pressed?: ColorTokenSet; | ||
}; | ||
@@ -55,2 +57,3 @@ | ||
iconColor?: string; | ||
menuIconColor?: string; | ||
borderColor?: string; | ||
@@ -61,2 +64,3 @@ dividerColor?: string; | ||
opacity?: string; | ||
highContrast?: ColorTokens; | ||
}; | ||
@@ -63,0 +67,0 @@ |
@@ -19,8 +19,10 @@ ## API Report File for "@fluentui/theme" | ||
export type ColorTokens = ColorTokenSet & { | ||
hovered?: ColorTokens; | ||
pressed?: ColorTokens; | ||
disabled?: ColorTokens; | ||
checked?: ColorTokens; | ||
checkedHovered?: ColorTokens; | ||
checkedPressed?: ColorTokens; | ||
disabled?: ColorTokenSet; | ||
expanded?: ColorTokenSet; | ||
focused?: ColorTokenSet; | ||
hovered?: ColorTokenSet; | ||
pressed?: ColorTokenSet; | ||
}; | ||
@@ -35,2 +37,3 @@ | ||
iconColor?: string; | ||
menuIconColor?: string; | ||
borderColor?: string; | ||
@@ -41,2 +44,3 @@ dividerColor?: string; | ||
opacity?: string; | ||
highContrast?: ColorTokens; | ||
}; | ||
@@ -43,0 +47,0 @@ |
@@ -22,2 +22,3 @@ import { IRawStyle } from '@uifabric/merge-styles'; | ||
iconColor?: string; | ||
menuIconColor?: string; | ||
borderColor?: string; | ||
@@ -28,2 +29,3 @@ dividerColor?: string; | ||
opacity?: string; | ||
highContrast?: ColorTokens; | ||
}; | ||
@@ -51,8 +53,10 @@ /** | ||
export declare type ColorTokens = ColorTokenSet & { | ||
hovered?: ColorTokens; | ||
pressed?: ColorTokens; | ||
disabled?: ColorTokens; | ||
checked?: ColorTokens; | ||
checkedHovered?: ColorTokens; | ||
checkedPressed?: ColorTokens; | ||
disabled?: ColorTokenSet; | ||
expanded?: ColorTokenSet; | ||
focused?: ColorTokenSet; | ||
hovered?: ColorTokenSet; | ||
pressed?: ColorTokenSet; | ||
}; | ||
@@ -59,0 +63,0 @@ export declare type FontTokens = Partial<{ |
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.4'); | ||
set_version_1.setVersion('@fluentui/theme', '1.6.0'); | ||
}); | ||
//# sourceMappingURL=version.js.map |
@@ -22,2 +22,3 @@ import { IRawStyle } from '@uifabric/merge-styles'; | ||
iconColor?: string; | ||
menuIconColor?: string; | ||
borderColor?: string; | ||
@@ -28,2 +29,3 @@ dividerColor?: string; | ||
opacity?: string; | ||
highContrast?: ColorTokens; | ||
}; | ||
@@ -51,8 +53,10 @@ /** | ||
export declare type ColorTokens = ColorTokenSet & { | ||
hovered?: ColorTokens; | ||
pressed?: ColorTokens; | ||
disabled?: ColorTokens; | ||
checked?: ColorTokens; | ||
checkedHovered?: ColorTokens; | ||
checkedPressed?: ColorTokens; | ||
disabled?: ColorTokenSet; | ||
expanded?: ColorTokenSet; | ||
focused?: ColorTokenSet; | ||
hovered?: ColorTokenSet; | ||
pressed?: ColorTokenSet; | ||
}; | ||
@@ -59,0 +63,0 @@ export declare type FontTokens = Partial<{ |
@@ -6,3 +6,3 @@ "use strict"; | ||
var set_version_1 = require("@uifabric/set-version"); | ||
set_version_1.setVersion('@fluentui/theme', '1.5.4'); | ||
set_version_1.setVersion('@fluentui/theme', '1.6.0'); | ||
//# sourceMappingURL=version.js.map |
@@ -22,2 +22,3 @@ import { IRawStyle } from '@uifabric/merge-styles'; | ||
iconColor?: string; | ||
menuIconColor?: string; | ||
borderColor?: string; | ||
@@ -28,2 +29,3 @@ dividerColor?: string; | ||
opacity?: string; | ||
highContrast?: ColorTokens; | ||
}; | ||
@@ -51,8 +53,10 @@ /** | ||
export declare type ColorTokens = ColorTokenSet & { | ||
hovered?: ColorTokens; | ||
pressed?: ColorTokens; | ||
disabled?: ColorTokens; | ||
checked?: ColorTokens; | ||
checkedHovered?: ColorTokens; | ||
checkedPressed?: ColorTokens; | ||
disabled?: ColorTokenSet; | ||
expanded?: ColorTokenSet; | ||
focused?: ColorTokenSet; | ||
hovered?: ColorTokenSet; | ||
pressed?: ColorTokenSet; | ||
}; | ||
@@ -59,0 +63,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 '@uifabric/set-version'; | ||
setVersion('@fluentui/theme', '1.5.4'); | ||
setVersion('@fluentui/theme', '1.6.0'); | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@fluentui/theme", | ||
"version": "1.6.0", | ||
"version": "1.7.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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
685705
8455