Socket
Socket
Sign inDemoInstall

@fluentui/react-popover

Package Overview
Dependencies
Maintainers
12
Versions
878
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-popover - npm Package Compare versions

Comparing version 9.0.0-alpha.2 to 9.0.0-alpha.3

61

CHANGELOG.json

@@ -5,3 +5,62 @@ {

{
"date": "Wed, 02 Jun 2021 07:35:33 GMT",
"date": "Thu, 03 Jun 2021 07:34:06 GMT",
"tag": "@fluentui/react-popover_v9.0.0-alpha.3",
"version": "9.0.0-alpha.3",
"comments": {
"none": [
{
"comment": "Remove suffix from stories",
"author": "lingfan.gao@microsoft.com",
"commit": "aa1c32b4f1a4d15732c3bf3106fd8c50162d565c",
"package": "@fluentui/react-popover"
},
{
"comment": "Bump @fluentui/react-tabster to v9.0.0-alpha.31",
"author": "martinhochel@microsoft.com",
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
"package": "@fluentui/react-popover"
},
{
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.39",
"author": "martinhochel@microsoft.com",
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
"package": "@fluentui/react-popover"
},
{
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.15",
"author": "martinhochel@microsoft.com",
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
"package": "@fluentui/react-popover"
},
{
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
"author": "martinhochel@microsoft.com",
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
"package": "@fluentui/react-popover"
},
{
"comment": "Bump @fluentui/react-context-selector to v9.0.0-alpha.10",
"author": "martinhochel@microsoft.com",
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
"package": "@fluentui/react-popover"
},
{
"comment": "Bump @fluentui/react-positioning to v9.0.0-alpha.25",
"author": "martinhochel@microsoft.com",
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
"package": "@fluentui/react-popover"
}
],
"prerelease": [
{
"comment": "Bump @fluentui/react-portal to v9.0.0-alpha.18",
"author": "martinhochel@microsoft.com",
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
"package": "@fluentui/react-popover"
}
]
}
},
{
"date": "Wed, 02 Jun 2021 07:37:15 GMT",
"tag": "@fluentui/react-popover_v9.0.0-alpha.2",

@@ -8,0 +67,0 @@ "version": "9.0.0-alpha.2",

# Change Log - @fluentui/react-popover
This log was last generated on Wed, 02 Jun 2021 07:35:33 GMT and should not be manually modified.
This log was last generated on Thu, 03 Jun 2021 07:34:06 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.3)
Thu, 03 Jun 2021 07:34:06 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.2..@fluentui/react-popover_v9.0.0-alpha.3)
### Changes
- Bump @fluentui/react-portal to v9.0.0-alpha.18 ([PR #18401](https://github.com/microsoft/fluentui/pull/18401) by martinhochel@microsoft.com)
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.2)
Wed, 02 Jun 2021 07:35:33 GMT
Wed, 02 Jun 2021 07:37:15 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.1..@fluentui/react-popover_v9.0.0-alpha.2)

@@ -11,0 +20,0 @@

2

lib-amd/components/PopoverContent/usePopoverContentStyles.js

@@ -25,3 +25,3 @@ define(["require", "exports", "@fluentui/react-make-styles"], function (require, exports, react_make_styles_1) {

brand: function (theme) { return ({
backgroundColor: theme.alias.color.brand.brandBackground,
backgroundColor: theme.alias.color.neutral.brandBackground,
// TODO: clarify with designers what foreground color should be with brand background,

@@ -28,0 +28,0 @@ color: theme.alias.color.neutral.neutralForegroundInverted,

@@ -60,5 +60,4 @@ import * as React from 'react';

title: string;
id: string;
component: React.FC<PopoverProps>;
};
export default _default;

@@ -117,6 +117,3 @@ define(["require", "exports", "tslib", "react", "./index"], function (require, exports, tslib_1, React, index_1) {

exports.default = {
// use the Components prefix and (react-popover) suffix to have the same naming convention as react-examples
title: 'Components/Popover (react-popover)',
// Explicit id used in story URL
id: 'Components/Popover',
title: 'Components/Popover',
component: index_1.Popover,

@@ -123,0 +120,0 @@ };

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

brand: function (theme) { return ({
backgroundColor: theme.alias.color.brand.brandBackground,
backgroundColor: theme.alias.color.neutral.brandBackground,
// TODO: clarify with designers what foreground color should be with brand background,

@@ -28,0 +28,0 @@ color: theme.alias.color.neutral.neutralForegroundInverted,

@@ -60,5 +60,4 @@ import * as React from 'react';

title: string;
id: string;
component: React.FC<PopoverProps>;
};
export default _default;

@@ -119,8 +119,5 @@ "use strict";

exports.default = {
// use the Components prefix and (react-popover) suffix to have the same naming convention as react-examples
title: 'Components/Popover (react-popover)',
// Explicit id used in story URL
id: 'Components/Popover',
title: 'Components/Popover',
component: index_1.Popover,
};
//# sourceMappingURL=Popover.stories.js.map

@@ -22,3 +22,3 @@ import { makeStyles, mergeClasses } from '@fluentui/react-make-styles';

brand: function (theme) { return ({
backgroundColor: theme.alias.color.brand.brandBackground,
backgroundColor: theme.alias.color.neutral.brandBackground,
// TODO: clarify with designers what foreground color should be with brand background,

@@ -25,0 +25,0 @@ color: theme.alias.color.neutral.neutralForegroundInverted,

@@ -60,5 +60,4 @@ import * as React from 'react';

title: string;
id: string;
component: React.FC<PopoverProps>;
};
export default _default;

@@ -111,8 +111,5 @@ import { __assign } from "tslib";

export default {
// use the Components prefix and (react-popover) suffix to have the same naming convention as react-examples
title: 'Components/Popover (react-popover)',
// Explicit id used in story URL
id: 'Components/Popover',
title: 'Components/Popover',
component: Popover,
};
//# sourceMappingURL=Popover.stories.js.map
{
"name": "@fluentui/react-popover",
"version": "9.0.0-alpha.2",
"version": "9.0.0-alpha.3",
"description": "Popover component for Fluent UI",

@@ -29,3 +29,3 @@ "main": "lib-commonjs/index.js",

"@fluentui/eslint-plugin": "^1.3.0",
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.14",
"@fluentui/jest-serializer-make-styles": "^9.0.0-alpha.15",
"@fluentui/react-conformance": "^0.4.0",

@@ -46,7 +46,7 @@ "@fluentui/scripts": "^1.0.0",

"@fluentui/react-context-selector": "^9.0.0-alpha.10",
"@fluentui/react-make-styles": "^9.0.0-alpha.38",
"@fluentui/react-portal": "^9.0.0-alpha.17",
"@fluentui/react-positioning": "^9.0.0-alpha.24",
"@fluentui/react-shared-contexts": "^9.0.0-alpha.12",
"@fluentui/react-tabster": "^9.0.0-alpha.30",
"@fluentui/react-make-styles": "^9.0.0-alpha.39",
"@fluentui/react-portal": "^9.0.0-alpha.18",
"@fluentui/react-positioning": "^9.0.0-alpha.25",
"@fluentui/react-shared-contexts": "^9.0.0-alpha.13",
"@fluentui/react-tabster": "^9.0.0-alpha.31",
"@fluentui/react-utilities": "^9.0.0-alpha.26",

@@ -53,0 +53,0 @@ "tslib": "^2.1.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

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