@fluentui/tokens
Advanced tools
Comparing version 1.0.0-alpha.20 to 1.0.0-alpha.21
# Change Log - @fluentui/tokens | ||
This log was last generated on Fri, 06 Dec 2024 12:49:19 GMT and should not be manually modified. | ||
This log was last generated on Mon, 16 Dec 2024 16:22:05 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [1.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/tokens_v1.0.0-alpha.21) | ||
Mon, 16 Dec 2024 16:22:05 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/tokens_v1.0.0-alpha.20..@fluentui/tokens_v1.0.0-alpha.21) | ||
### Changes | ||
- bugfix: ensure teams tokens follow teams overrides for fonts ([PR #33393](https://github.com/microsoft/fluentui/pull/33393) by bernardo.sunderhus@gmail.com) | ||
## [1.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/tokens_v1.0.0-alpha.20) | ||
Fri, 06 Dec 2024 12:49:19 GMT | ||
Fri, 06 Dec 2024 12:53:46 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/tokens_v1.0.0-alpha.19..@fluentui/tokens_v1.0.0-alpha.20) | ||
@@ -11,0 +20,0 @@ |
@@ -13,2 +13,6 @@ "use strict"; | ||
const _brandColors = require("../../global/brandColors.js"); | ||
const teamsDarkTheme = (0, _createTeamsDarkTheme.createTeamsDarkTheme)(_brandColors.brandTeams); | ||
const _teamsFontFamilies = require("../../alias/teamsFontFamilies.js"); | ||
const teamsDarkTheme = { | ||
...(0, _createTeamsDarkTheme.createTeamsDarkTheme)(_brandColors.brandTeams), | ||
..._teamsFontFamilies.fontFamilies | ||
}; |
@@ -12,2 +12,6 @@ "use strict"; | ||
const _createHighContrastTheme = require("../../utils/createHighContrastTheme.js"); | ||
const teamsHighContrastTheme = (0, _createHighContrastTheme.createHighContrastTheme)(); | ||
const _teamsFontFamilies = require("../../alias/teamsFontFamilies.js"); | ||
const teamsHighContrastTheme = { | ||
...(0, _createHighContrastTheme.createHighContrastTheme)(), | ||
..._teamsFontFamilies.fontFamilies | ||
}; |
@@ -13,2 +13,6 @@ "use strict"; | ||
const _brandColors = require("../../global/brandColors.js"); | ||
const teamsLightTheme = (0, _createLightTheme.createLightTheme)(_brandColors.brandTeams); | ||
const _teamsFontFamilies = require("../../alias/teamsFontFamilies.js"); | ||
const teamsLightTheme = { | ||
...(0, _createLightTheme.createLightTheme)(_brandColors.brandTeams), | ||
..._teamsFontFamilies.fontFamilies | ||
}; |
import { createTeamsDarkTheme } from "../../utils/createTeamsDarkTheme.js"; | ||
import { brandTeams } from "../../global/brandColors.js"; | ||
export const teamsDarkTheme = createTeamsDarkTheme(brandTeams); | ||
import { fontFamilies } from "../../alias/teamsFontFamilies.js"; | ||
export const teamsDarkTheme = { | ||
...createTeamsDarkTheme(brandTeams), | ||
...fontFamilies | ||
}; |
import { createHighContrastTheme } from "../../utils/createHighContrastTheme.js"; | ||
export const teamsHighContrastTheme = createHighContrastTheme(); | ||
import { fontFamilies } from "../../alias/teamsFontFamilies.js"; | ||
export const teamsHighContrastTheme = { | ||
...createHighContrastTheme(), | ||
...fontFamilies | ||
}; |
import { createLightTheme } from "../../utils/createLightTheme.js"; | ||
import { brandTeams } from "../../global/brandColors.js"; | ||
export const teamsLightTheme = createLightTheme(brandTeams); | ||
import { fontFamilies } from "../../alias/teamsFontFamilies.js"; | ||
export const teamsLightTheme = { | ||
...createLightTheme(brandTeams), | ||
...fontFamilies | ||
}; |
{ | ||
"name": "@fluentui/tokens", | ||
"version": "1.0.0-alpha.20", | ||
"version": "1.0.0-alpha.21", | ||
"description": "Fluent UI Theme Tokens", | ||
@@ -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
823452
161
6916