Socket
Socket
Sign inDemoInstall

@fluentui/react-theme

Package Overview
Dependencies
Maintainers
13
Versions
738
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-theme - npm Package Compare versions

Comparing version 0.0.0-nightlya54302c0b220211124.1 to 0.0.0-nightlyb2deb9be1720211130.1

29

CHANGELOG.json

@@ -5,8 +5,31 @@ {

{
"date": "Wed, 24 Nov 2021 04:12:46 GMT",
"tag": "@fluentui/react-theme_v0.0.0-nightlya54302c0b220211124.1",
"version": "0.0.0-nightlya54302c0b220211124.1",
"date": "Tue, 30 Nov 2021 04:13:52 GMT",
"tag": "@fluentui/react-theme_v0.0.0-nightlyb2deb9be1720211130.1",
"version": "0.0.0-nightlyb2deb9be1720211130.1",
"comments": {
"prerelease": [
{
"author": "andmarti@microsoft.com",
"package": "@fluentui/react-theme",
"commit": "3ca42a594827a2ce3d5d18fcd4a399c92fda3bd7",
"comment": "updating brand colors"
}
]
}
},
{
"date": "Thu, 25 Nov 2021 08:34:16 GMT",
"tag": "@fluentui/react-theme_v9.0.0-beta.4",
"version": "9.0.0-beta.4",
"comments": {
"none": [
{
"author": "olfedias@microsoft.com",
"package": "@fluentui/react-theme",
"commit": "66670cf47c716e284c7ac7ae5f25d1f77f3aced3",
"comment": "update tooling configs"
}
],
"prerelease": [
{
"author": "miroslav.stastny@microsoft.com",

@@ -13,0 +36,0 @@ "package": "@fluentui/react-theme",

17

CHANGELOG.md
# Change Log - @fluentui/react-theme
This log was last generated on Wed, 24 Nov 2021 04:12:46 GMT and should not be manually modified.
This log was last generated on Tue, 30 Nov 2021 04:13:52 GMT and should not be manually modified.
<!-- Start content -->
## [0.0.0-nightlya54302c0b220211124.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.0.0-nightlya54302c0b220211124.1)
## [0.0.0-nightlyb2deb9be1720211130.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.0.0-nightlyb2deb9be1720211130.1)
Wed, 24 Nov 2021 04:12:46 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-beta.3..@fluentui/react-theme_v0.0.0-nightlya54302c0b220211124.1)
Tue, 30 Nov 2021 04:13:52 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-beta.4..@fluentui/react-theme_v0.0.0-nightlyb2deb9be1720211130.1)
### Changes
- updating brand colors ([PR #20140](https://github.com/microsoft/fluentui/pull/20140) by andmarti@microsoft.com)
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-beta.4)
Thu, 25 Nov 2021 08:34:16 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-beta.3..@fluentui/react-theme_v9.0.0-beta.4)
### Changes
- feat(react-theme): update shadow design tokens ([PR #20604](https://github.com/microsoft/fluentui/pull/20604) by miroslav.stastny@microsoft.com)

@@ -15,0 +24,0 @@

@@ -22,19 +22,18 @@ "use strict";

tint60: '#EFF6FC'
}; // TODO: these colors are not approved yet
};
exports.brandTeams = {
shade60: '#323348',
shade50: '#393b5d',
shade40: '#3D3E66',
shade30: '#464775',
shade20: '#494B83',
shade10: '#52558f',
primary: '#6264A7',
tint10: '#8f95f8',
tint20: '#9EA2FF',
tint30: '#B2B5FF',
tint40: '#C7C9FF',
tint50: '#DBDCF0',
tint60: '#E9EAF6'
shade60: '#2f2f4a',
shade50: '#333357',
shade40: '#383966',
shade30: '#3d3e78',
shade20: '#444791',
shade10: '#4f52b2',
primary: '#5b5fc7',
tint10: '#7a80eb',
tint20: '#9399f5',
tint30: '#acb3fa',
tint40: '#c5cbfa',
tint50: '#dcdffa',
tint60: '#e8ebfa'
};
//# sourceMappingURL=brandColors.js.map

@@ -16,19 +16,18 @@ // TODO: values should be set per product theme

tint60: '#EFF6FC'
}; // TODO: these colors are not approved yet
};
export const brandTeams = {
shade60: '#323348',
shade50: '#393b5d',
shade40: '#3D3E66',
shade30: '#464775',
shade20: '#494B83',
shade10: '#52558f',
primary: '#6264A7',
tint10: '#8f95f8',
tint20: '#9EA2FF',
tint30: '#B2B5FF',
tint40: '#C7C9FF',
tint50: '#DBDCF0',
tint60: '#E9EAF6'
shade60: '#2f2f4a',
shade50: '#333357',
shade40: '#383966',
shade30: '#3d3e78',
shade20: '#444791',
shade10: '#4f52b2',
primary: '#5b5fc7',
tint10: '#7a80eb',
tint20: '#9399f5',
tint30: '#acb3fa',
tint40: '#c5cbfa',
tint50: '#dcdffa',
tint60: '#e8ebfa'
};
//# sourceMappingURL=brandColors.js.map
{
"name": "@fluentui/react-theme",
"version": "0.0.0-nightlya54302c0b220211124.1",
"version": "0.0.0-nightlyb2deb9be1720211130.1",
"description": "Fluent UI themes",

@@ -21,7 +21,8 @@ "main": "lib-commonjs/index.js",

"lint": "just-scripts lint",
"start": "storybook",
"start": "yarn storybook",
"storybook": "start-storybook",
"test": "jest",
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
"build:local": "tsc -p . --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output dist/react-theme/src && yarn docs"
"build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output ./dist/packages/react-theme/src && yarn docs",
"type-check": "tsc -b tsconfig.json"
},

@@ -28,0 +29,0 @@ "devDependencies": {

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