Socket
Socket
Sign inDemoInstall

@fluentui/theme

Package Overview
Dependencies
Maintainers
8
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/theme - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

lib-amd/FluentTheme.d.ts

23

CHANGELOG.json

@@ -5,3 +5,24 @@ {

{
"date": "Fri, 25 Sep 2020 12:21:26 GMT",
"date": "Sun, 27 Sep 2020 04:17:02 GMT",
"tag": "@fluentui/theme_v1.2.1",
"version": "1.2.1",
"comments": {
"patch": [
{
"comment": "Disable pointer-events during slide animations",
"author": "behowell@microsoft.com",
"commit": "730f0fc071f468fe6b3f552649b342f0131e3d25",
"package": "@fluentui/theme"
},
{
"comment": "Add FluentTheme and Depths exports.",
"author": "xgao@microsoft.com",
"commit": "369c7a1f7f9a4b6a8379eece7b4812e5e0675ebb",
"package": "@fluentui/theme"
}
]
}
},
{
"date": "Fri, 25 Sep 2020 12:25:17 GMT",
"tag": "@fluentui/theme_v1.2.0",

@@ -8,0 +29,0 @@ "version": "1.2.0",

# Change Log - @fluentui/theme
This log was last generated on Fri, 25 Sep 2020 12:21:26 GMT and should not be manually modified.
This log was last generated on Sun, 27 Sep 2020 04:17:02 GMT and should not be manually modified.
<!-- Start content -->
## [1.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v1.2.1)
Sun, 27 Sep 2020 04:17:02 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v1.2.0..@fluentui/theme_v1.2.1)
### Patches
- Disable pointer-events during slide animations ([PR #15219](https://github.com/microsoft/fluentui/pull/15219) by behowell@microsoft.com)
- Add FluentTheme and Depths exports. ([PR #15248](https://github.com/microsoft/fluentui/pull/15248) by xgao@microsoft.com)
## [1.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/theme_v1.2.0)
Fri, 25 Sep 2020 12:21:26 GMT
Fri, 25 Sep 2020 12:25:17 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/theme_v1.1.0..@fluentui/theme_v1.2.0)

@@ -11,0 +21,0 @@

@@ -97,2 +97,12 @@ import { IFontWeight } from '@uifabric/merge-styles';

export declare namespace Depths {
const depth0 = "0 0 0 0 transparent";
const depth4 = "0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108)";
const depth8 = "0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)";
const depth16 = "0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108)";
const depth64 = "0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18)";
}
export declare const FluentTheme: ITheme;
export declare namespace FontSizes {

@@ -99,0 +109,0 @@ const size10 = "10px";

@@ -93,2 +93,19 @@ ## API Report File for "@fluentui/theme"

// @public (undocumented)
export namespace Depths {
const // (undocumented)
depth0 = "0 0 0 0 transparent";
const // (undocumented)
depth4 = "0 1.6px 3.6px 0 rgba(0, 0, 0, 0.132), 0 0.3px 0.9px 0 rgba(0, 0, 0, 0.108)";
const // (undocumented)
depth8 = "0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108)";
const // (undocumented)
depth16 = "0 6.4px 14.4px 0 rgba(0, 0, 0, 0.132), 0 1.2px 3.6px 0 rgba(0, 0, 0, 0.108)";
const // (undocumented)
depth64 = "0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18)";
}
// @public (undocumented)
export const FluentTheme: ITheme;
// @public (undocumented)
export namespace FontSizes {

@@ -95,0 +112,0 @@ const // (undocumented)

export { DefaultEffects } from './DefaultEffects';
export { Depths } from './FluentDepths';

3

lib-amd/effects/index.js

@@ -1,6 +0,7 @@

define(["require", "exports", "./DefaultEffects"], function (require, exports, DefaultEffects_1) {
define(["require", "exports", "./DefaultEffects", "./FluentDepths"], function (require, exports, DefaultEffects_1, FluentDepths_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DefaultEffects = DefaultEffects_1.DefaultEffects;
exports.Depths = FluentDepths_1.Depths;
});
//# sourceMappingURL=index.js.map

@@ -9,1 +9,2 @@ export * from './mergeThemes';

export * from './createTheme';
export { FluentTheme } from './FluentTheme';

@@ -1,2 +0,2 @@

define(["require", "exports", "tslib", "./mergeThemes", "./colors/index", "./effects/index", "./spacing/index", "./motion/index", "./fonts/index", "./createTheme"], function (require, exports, tslib_1, mergeThemes_1, index_1, index_2, index_3, index_4, index_5, createTheme_1) {
define(["require", "exports", "tslib", "./mergeThemes", "./colors/index", "./effects/index", "./spacing/index", "./motion/index", "./fonts/index", "./createTheme", "./FluentTheme"], function (require, exports, tslib_1, mergeThemes_1, index_1, index_2, index_3, index_4, index_5, createTheme_1, FluentTheme_1) {
"use strict";

@@ -11,3 +11,4 @@ Object.defineProperty(exports, "__esModule", { value: true });

tslib_1.__exportStar(createTheme_1, exports);
exports.FluentTheme = FluentTheme_1.FluentTheme;
});
//# sourceMappingURL=index.js.map

@@ -132,4 +132,4 @@ define(["require", "exports", "@uifabric/merge-styles"], function (require, exports, merge_styles_1) {

return merge_styles_1.keyframes({
from: { transform: "translate3d(" + fromX + "px,0,0)" },
to: { transform: "translate3d(0,0,0)" },
from: { transform: "translate3d(" + fromX + "px,0,0)", pointerEvents: 'none' },
to: { transform: "translate3d(0,0,0)", pointerEvents: 'auto' },
});

@@ -139,4 +139,4 @@ }

return merge_styles_1.keyframes({
from: { transform: "translate3d(0," + fromY + "px,0)" },
to: { transform: "translate3d(0,0,0)" },
from: { transform: "translate3d(0," + fromY + "px,0)", pointerEvents: 'none' },
to: { transform: "translate3d(0,0,0)", pointerEvents: 'auto' },
});

@@ -143,0 +143,0 @@ }

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.2.0');
set_version_1.setVersion('@fluentui/theme', '1.2.1');
});
//# sourceMappingURL=version.js.map
export { DefaultEffects } from './DefaultEffects';
export { Depths } from './FluentDepths';

@@ -5,2 +5,4 @@ "use strict";

exports.DefaultEffects = DefaultEffects_1.DefaultEffects;
var FluentDepths_1 = require("./FluentDepths");
exports.Depths = FluentDepths_1.Depths;
//# sourceMappingURL=index.js.map

@@ -9,1 +9,2 @@ export * from './mergeThemes';

export * from './createTheme';
export { FluentTheme } from './FluentTheme';

@@ -11,2 +11,4 @@ "use strict";

tslib_1.__exportStar(require("./createTheme"), exports);
var FluentTheme_1 = require("./FluentTheme");
exports.FluentTheme = FluentTheme_1.FluentTheme;
//# sourceMappingURL=index.js.map

@@ -132,4 +132,4 @@ "use strict";

return merge_styles_1.keyframes({
from: { transform: "translate3d(" + fromX + "px,0,0)" },
to: { transform: "translate3d(0,0,0)" },
from: { transform: "translate3d(" + fromX + "px,0,0)", pointerEvents: 'none' },
to: { transform: "translate3d(0,0,0)", pointerEvents: 'auto' },
});

@@ -139,4 +139,4 @@ }

return merge_styles_1.keyframes({
from: { transform: "translate3d(0," + fromY + "px,0)" },
to: { transform: "translate3d(0,0,0)" },
from: { transform: "translate3d(0," + fromY + "px,0)", pointerEvents: 'none' },
to: { transform: "translate3d(0,0,0)", pointerEvents: 'auto' },
});

@@ -143,0 +143,0 @@ }

@@ -6,3 +6,3 @@ "use strict";

var set_version_1 = require("@uifabric/set-version");
set_version_1.setVersion('@fluentui/theme', '1.2.0');
set_version_1.setVersion('@fluentui/theme', '1.2.1');
//# sourceMappingURL=version.js.map
export { DefaultEffects } from './DefaultEffects';
export { Depths } from './FluentDepths';
export { DefaultEffects } from './DefaultEffects';
export { Depths } from './FluentDepths';
//# sourceMappingURL=index.js.map

@@ -9,1 +9,2 @@ export * from './mergeThemes';

export * from './createTheme';
export { FluentTheme } from './FluentTheme';

@@ -8,2 +8,3 @@ export * from './mergeThemes';

export * from './createTheme';
export { FluentTheme } from './FluentTheme';
//# sourceMappingURL=index.js.map

@@ -130,4 +130,4 @@ import { keyframes } from '@uifabric/merge-styles';

return keyframes({
from: { transform: "translate3d(" + fromX + "px,0,0)" },
to: { transform: "translate3d(0,0,0)" },
from: { transform: "translate3d(" + fromX + "px,0,0)", pointerEvents: 'none' },
to: { transform: "translate3d(0,0,0)", pointerEvents: 'auto' },
});

@@ -137,4 +137,4 @@ }

return keyframes({
from: { transform: "translate3d(0," + fromY + "px,0)" },
to: { transform: "translate3d(0,0,0)" },
from: { transform: "translate3d(0," + fromY + "px,0)", pointerEvents: 'none' },
to: { transform: "translate3d(0,0,0)", pointerEvents: 'auto' },
});

@@ -141,0 +141,0 @@ }

// 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.2.0');
setVersion('@fluentui/theme', '1.2.1');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/theme",
"version": "1.2.0",
"version": "1.2.1",
"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

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

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