@fluentui/tokens
Advanced tools
Comparing version 0.0.0-nightly-20241213-0405.1 to 0.0.0-nightly-20241216-0406.1
# Change Log - @fluentui/tokens | ||
This log was last generated on Fri, 13 Dec 2024 04:09:50 GMT and should not be manually modified. | ||
This log was last generated on Mon, 16 Dec 2024 04:10:38 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [0.0.0-nightly-20241213-0405.1](https://github.com/microsoft/fluentui/tree/@fluentui/tokens_v0.0.0-nightly-20241213-0405.1) | ||
## [0.0.0-nightly-20241216-0406.1](https://github.com/microsoft/fluentui/tree/@fluentui/tokens_v0.0.0-nightly-20241216-0406.1) | ||
Fri, 13 Dec 2024 04:09:50 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/tokens_v1.0.0-alpha.20..@fluentui/tokens_v0.0.0-nightly-20241213-0405.1) | ||
Mon, 16 Dec 2024 04:10:38 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/tokens_v1.0.0-alpha.20..@fluentui/tokens_v0.0.0-nightly-20241216-0406.1) | ||
@@ -12,0 +12,0 @@ ### Changes |
@@ -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": "0.0.0-nightly-20241213-0405.1", | ||
"version": "0.0.0-nightly-20241216-0406.1", | ||
"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
823404
161
6916