Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@contentful/f36-popover

Package Overview
Dependencies
Maintainers
120
Versions
329
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contentful/f36-popover - npm Package Compare versions

Comparing version 4.10.4 to 4.10.5

10

CHANGELOG.md
# Change Log
## 4.10.5
### Patch Changes
- [#2005](https://github.com/contentful/forma-36/pull/2005) [`32cac8e8`](https://github.com/contentful/forma-36/commit/32cac8e8bdeedfe29b36bc6025eec11607c93da8) Thanks [@denkristoffer](https://github.com/denkristoffer)! - feat: Datepicker component
- Updated dependencies []:
- @contentful/f36-utils@4.10.5
- @contentful/f36-core@4.10.5
## 4.10.4

@@ -4,0 +14,0 @@

4

dist/main.js

@@ -82,3 +82,3 @@ var $36WSQ$react = require("react");

]);
const popoverGeneratedId = $36WSQ$contentfulf36core.useId(null, 'popover-content');
const popoverGeneratedId = $36WSQ$contentfulf36core.useId(undefined, 'popover-content');
const popoverId = id || popoverGeneratedId;

@@ -98,3 +98,3 @@ const closeAndFocusTrigger = $36WSQ$react.useCallback(()=>{

return {
isOpen: isOpen,
isOpen: Boolean(isOpen),
usePortal: usePortal,

@@ -101,0 +101,0 @@ renderOnlyWhenOpen: renderOnlyWhenOpen,

@@ -72,3 +72,3 @@ import $hYGFM$react, {useState as $hYGFM$useState, useEffect as $hYGFM$useEffect, useCallback as $hYGFM$useCallback, useMemo as $hYGFM$useMemo} from "react";

]);
const popoverGeneratedId = $hYGFM$useId(null, 'popover-content');
const popoverGeneratedId = $hYGFM$useId(undefined, 'popover-content');
const popoverId = id || popoverGeneratedId;

@@ -88,3 +88,3 @@ const closeAndFocusTrigger = $hYGFM$useCallback(()=>{

return {
isOpen: isOpen,
isOpen: Boolean(isOpen),
usePortal: usePortal,

@@ -91,0 +91,0 @@ renderOnlyWhenOpen: renderOnlyWhenOpen,

{
"name": "@contentful/f36-popover",
"version": "4.10.4",
"version": "4.10.5",
"description": "Forma 36: Popover component",

@@ -10,5 +10,5 @@ "scripts": {

"@babel/runtime": "^7.6.2",
"@contentful/f36-core": "^4.10.4",
"@contentful/f36-core": "^4.10.5",
"@contentful/f36-tokens": "^4.0.1",
"@contentful/f36-utils": "^4.10.4",
"@contentful/f36-utils": "^4.10.5",
"@popperjs/core": "^2.11.5",

@@ -15,0 +15,0 @@ "emotion": "^10.0.17",

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