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.24 to 9.0.0-alpha.25

.cache/jest/jest-transform-cache-ceb33ae02253a37b349a6cf4edad31a4-d0e7c439bf6eb5a4bf3a6371fdd259d1/3c/Popovertypes_3c1a7e155aba3dff2163f486065632aa

32

CHANGELOG.json

@@ -5,6 +5,36 @@ {

{
"date": "Fri, 06 Aug 2021 07:32:58 GMT",
"date": "Tue, 10 Aug 2021 07:32:53 GMT",
"tag": "@fluentui/react-popover_v9.0.0-alpha.25",
"version": "9.0.0-alpha.25",
"comments": {
"prerelease": [
{
"comment": "use PositioningProps type",
"author": "olfedias@microsoft.com",
"commit": "57a2bc1f8a6ec7859bf4a3509696681d39602561",
"package": "@fluentui/react-popover"
}
]
}
},
{
"date": "Mon, 09 Aug 2021 07:35:14 GMT",
"tag": "@fluentui/react-popover_v9.0.0-alpha.24",
"version": "9.0.0-alpha.24",
"comments": {
"none": [
{
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
"author": "czearing@outlook.com",
"commit": "c8aa3a59fbe9a59ca90077418d7c82de9f31ee13",
"package": "@fluentui/react-popover"
}
]
}
},
{
"date": "Fri, 06 Aug 2021 07:35:14 GMT",
"tag": "@fluentui/react-popover_v9.0.0-alpha.24",
"version": "9.0.0-alpha.24",
"comments": {
"prerelease": [

@@ -11,0 +41,0 @@ {

# Change Log - @fluentui/react-popover
This log was last generated on Fri, 06 Aug 2021 07:32:58 GMT and should not be manually modified.
This log was last generated on Tue, 10 Aug 2021 07:32:53 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.25)
Tue, 10 Aug 2021 07:32:53 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.24..@fluentui/react-popover_v9.0.0-alpha.25)
### Changes
- use PositioningProps type ([PR #19230](https://github.com/microsoft/fluentui/pull/19230) by olfedias@microsoft.com)
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-popover_v9.0.0-alpha.24)
Fri, 06 Aug 2021 07:32:58 GMT
Fri, 06 Aug 2021 07:35:14 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-popover_v9.0.0-alpha.23..@fluentui/react-popover_v9.0.0-alpha.24)

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

4

dist/react-popover.d.ts

@@ -5,5 +5,5 @@ import { ComponentPropsCompat } from '@fluentui/react-utilities';

import { ContextSelector } from '@fluentui/react-context-selector';
import { PopperOptions } from '@fluentui/react-positioning';
import { PopperVirtualElement } from '@fluentui/react-positioning';
import { PortalProps } from '@fluentui/react-portal';
import { PositioningProps } from '@fluentui/react-positioning';
import * as React_2 from 'react';

@@ -45,3 +45,3 @@

*/
export declare interface PopoverProps extends Pick<PopperOptions, 'position' | 'align' | 'offset' | 'coverTarget' | 'target'>, Pick<PortalProps, 'mountNode'> {
export declare interface PopoverProps extends Pick<PositioningProps, 'position' | 'align' | 'offset' | 'coverTarget' | 'target'>, Pick<PortalProps, 'mountNode'> {
children: React_2.ReactNode;

@@ -48,0 +48,0 @@ /**

@@ -11,5 +11,5 @@ ## API Report File for "@fluentui/react-popover"

import { ContextSelector } from '@fluentui/react-context-selector';
import { PopperOptions } from '@fluentui/react-positioning';
import { PopperVirtualElement } from '@fluentui/react-positioning';
import { PortalProps } from '@fluentui/react-portal';
import { PositioningProps } from '@fluentui/react-positioning';
import * as React_2 from 'react';

@@ -41,3 +41,3 @@

// @public
export interface PopoverProps extends Pick<PopperOptions, 'position' | 'align' | 'offset' | 'coverTarget' | 'target'>, Pick<PortalProps, 'mountNode'> {
export interface PopoverProps extends Pick<PositioningProps, 'position' | 'align' | 'offset' | 'coverTarget' | 'target'>, Pick<PortalProps, 'mountNode'> {
brand?: boolean;

@@ -134,5 +134,4 @@ // (undocumented)

// (No @packageDocumentation comment for this package)
```
import * as React from 'react';
import { PopperOptions, PopperVirtualElement } from '@fluentui/react-positioning';
import { PositioningProps, PopperVirtualElement } from '@fluentui/react-positioning';
import { PortalProps } from '@fluentui/react-portal';

@@ -12,3 +12,3 @@ import { ComponentStateCompat } from '@fluentui/react-utilities';

*/
export interface PopoverProps extends Pick<PopperOptions, 'position' | 'align' | 'offset' | 'coverTarget' | 'target'>, Pick<PortalProps, 'mountNode'> {
export interface PopoverProps extends Pick<PositioningProps, 'position' | 'align' | 'offset' | 'coverTarget' | 'target'>, Pick<PortalProps, 'mountNode'> {
children: React.ReactNode;

@@ -15,0 +15,0 @@ /**

import * as React from 'react';
import { PopperOptions, PopperVirtualElement } from '@fluentui/react-positioning';
import { PositioningProps, PopperVirtualElement } from '@fluentui/react-positioning';
import { PortalProps } from '@fluentui/react-portal';

@@ -12,3 +12,3 @@ import { ComponentStateCompat } from '@fluentui/react-utilities';

*/
export interface PopoverProps extends Pick<PopperOptions, 'position' | 'align' | 'offset' | 'coverTarget' | 'target'>, Pick<PortalProps, 'mountNode'> {
export interface PopoverProps extends Pick<PositioningProps, 'position' | 'align' | 'offset' | 'coverTarget' | 'target'>, Pick<PortalProps, 'mountNode'> {
children: React.ReactNode;

@@ -15,0 +15,0 @@ /**

import * as React from 'react';
import { PopperOptions, PopperVirtualElement } from '@fluentui/react-positioning';
import { PositioningProps, PopperVirtualElement } from '@fluentui/react-positioning';
import { PortalProps } from '@fluentui/react-portal';

@@ -12,3 +12,3 @@ import { ComponentStateCompat } from '@fluentui/react-utilities';

*/
export interface PopoverProps extends Pick<PopperOptions, 'position' | 'align' | 'offset' | 'coverTarget' | 'target'>, Pick<PortalProps, 'mountNode'> {
export interface PopoverProps extends Pick<PositioningProps, 'position' | 'align' | 'offset' | 'coverTarget' | 'target'>, Pick<PortalProps, 'mountNode'> {
children: React.ReactNode;

@@ -15,0 +15,0 @@ /**

{
"name": "@fluentui/react-popover",
"version": "9.0.0-alpha.24",
"version": "9.0.0-alpha.25",
"description": "Popover component for Fluent UI",

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

"@fluentui/react-portal": "^9.0.0-alpha.36",
"@fluentui/react-positioning": "^9.0.0-alpha.40",
"@fluentui/react-positioning": "^9.0.0-alpha.41",
"@fluentui/react-shared-contexts": "^9.0.0-alpha.20",

@@ -52,0 +52,0 @@ "@fluentui/react-tabster": "^9.0.0-alpha.49",

import * as React from 'react';
import { PopperOptions, PopperVirtualElement } from '@fluentui/react-positioning';
import { PositioningProps, PopperVirtualElement } from '@fluentui/react-positioning';
import { PortalProps } from '@fluentui/react-portal';

@@ -15,3 +15,3 @@ import { ComponentStateCompat } from '@fluentui/react-utilities';

export interface PopoverProps
extends Pick<PopperOptions, 'position' | 'align' | 'offset' | 'coverTarget' | 'target'>,
extends Pick<PositioningProps, 'position' | 'align' | 'offset' | 'coverTarget' | 'target'>,
Pick<PortalProps, 'mountNode'> {

@@ -18,0 +18,0 @@ children: React.ReactNode;

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