@fluentui/theme
Advanced tools
Comparing version 2.0.0-beta.2 to 2.0.0-beta.3
@@ -5,2 +5,17 @@ { | ||
{ | ||
"date": "Wed, 28 Oct 2020 12:29:05 GMT", | ||
"tag": "@fluentui/theme_v2.0.0-beta.3", | ||
"version": "2.0.0-beta.3", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Fixing and expanding token typings.", | ||
"author": "humbertomakotomorimoto@gmail.com", | ||
"commit": "eca3b8690a04e641ee494c7fecb62615f1c468af", | ||
"package": "@fluentui/theme" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 23 Oct 2020 03:26:15 GMT", | ||
@@ -7,0 +22,0 @@ "tag": "@fluentui/theme_v2.0.0-beta.0", |
# Change Log - @fluentui/theme | ||
This log was last generated on Fri, 23 Oct 2020 03:26:15 GMT and should not be manually modified. | ||
This log was last generated on Wed, 28 Oct 2020 12:29:05 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [2.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v2.0.0-beta.3) | ||
Wed, 28 Oct 2020 12:29:05 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v2.0.0-beta.0..@fluentui/theme_v2.0.0-beta.3) | ||
### Changes | ||
- Fixing and expanding token typings. ([PR #15518](https://github.com/microsoft/fluentui/pull/15518) by humbertomakotomorimoto@gmail.com) | ||
## [2.0.0-beta.0](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v2.0.0-beta.0) | ||
@@ -8,0 +17,0 @@ |
@@ -37,8 +37,10 @@ import { IFontWeight } from '@fluentui/merge-styles'; | ||
export declare type ColorTokens = ColorTokenSet & { | ||
hovered?: ColorTokenSet; | ||
pressed?: ColorTokenSet; | ||
disabled?: ColorTokenSet; | ||
checked?: ColorTokenSet; | ||
checkedHovered?: ColorTokenSet; | ||
checkedPressed?: ColorTokenSet; | ||
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?: ColorTokenSet; | ||
pressed?: ColorTokenSet; | ||
disabled?: ColorTokenSet; | ||
checked?: ColorTokenSet; | ||
checkedHovered?: ColorTokenSet; | ||
checkedPressed?: ColorTokenSet; | ||
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 '@fluentui/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?: ColorTokenSet; | ||
pressed?: ColorTokenSet; | ||
disabled?: ColorTokenSet; | ||
checked?: ColorTokenSet; | ||
checkedHovered?: ColorTokenSet; | ||
checkedPressed?: ColorTokenSet; | ||
disabled?: ColorTokenSet; | ||
expanded?: ColorTokenSet; | ||
focused?: ColorTokenSet; | ||
hovered?: ColorTokenSet; | ||
pressed?: ColorTokenSet; | ||
}; | ||
@@ -59,0 +63,0 @@ export declare type FontTokens = Partial<{ |
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.2'); | ||
set_version_1.setVersion('@fluentui/theme', '2.0.0-beta.3'); | ||
}); | ||
//# sourceMappingURL=version.js.map |
@@ -22,2 +22,3 @@ import { IRawStyle } from '@fluentui/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?: ColorTokenSet; | ||
pressed?: ColorTokenSet; | ||
disabled?: ColorTokenSet; | ||
checked?: ColorTokenSet; | ||
checkedHovered?: ColorTokenSet; | ||
checkedPressed?: ColorTokenSet; | ||
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("@fluentui/set-version"); | ||
set_version_1.setVersion('@fluentui/theme', '2.0.0-beta.2'); | ||
set_version_1.setVersion('@fluentui/theme', '2.0.0-beta.3'); | ||
//# sourceMappingURL=version.js.map |
@@ -22,2 +22,3 @@ import { IRawStyle } from '@fluentui/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?: ColorTokenSet; | ||
pressed?: ColorTokenSet; | ||
disabled?: ColorTokenSet; | ||
checked?: ColorTokenSet; | ||
checkedHovered?: ColorTokenSet; | ||
checkedPressed?: ColorTokenSet; | ||
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 '@fluentui/set-version'; | ||
setVersion('@fluentui/theme', '2.0.0-beta.2'); | ||
setVersion('@fluentui/theme', '2.0.0-beta.3'); | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@fluentui/theme", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0-beta.3", | ||
"description": "Basic building blocks for Fluent UI React Component themes", | ||
@@ -44,3 +44,3 @@ "main": "lib-commonjs/index.js", | ||
"@fluentui/merge-styles": "^8.0.0-beta.0", | ||
"@fluentui/utilities": "^8.0.0-beta.2", | ||
"@fluentui/utilities": "^8.0.0-beta.3", | ||
"@fluentui/set-version": "^8.0.0-beta.0", | ||
@@ -47,0 +47,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
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
686171
8447