New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/popup

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/popup - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

6

CHANGELOG.md
# @atlaskit/popup
## 1.6.1
### Patch Changes
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
## 1.6.0

@@ -4,0 +10,0 @@

2

dist/cjs/version.json
{
"name": "@atlaskit/popup",
"version": "1.6.0",
"version": "1.6.1",
"sideEffects": false
}
{
"name": "@atlaskit/popup",
"version": "1.6.0",
"version": "1.6.1",
"sideEffects": false
}
{
"name": "@atlaskit/popup",
"version": "1.6.0",
"version": "1.6.1",
"sideEffects": false
}

@@ -9,4 +9,4 @@ import React, { ComponentType, CSSProperties, Dispatch, ReactNode, Ref, SetStateAction } from 'react';

}
export declare type PopupRef = HTMLDivElement | null;
export declare type TriggerRef = HTMLElement | HTMLButtonElement | null;
export type PopupRef = HTMLDivElement | null;
export type TriggerRef = HTMLElement | HTMLButtonElement | null;
export interface ContentProps {

@@ -155,3 +155,3 @@ /**

}
export declare type CloseManagerHook = Pick<PopupProps, 'isOpen' | 'onClose'> & {
export type CloseManagerHook = Pick<PopupProps, 'isOpen' | 'onClose'> & {
popupRef: PopupRef;

@@ -161,9 +161,9 @@ triggerRef: TriggerRef;

};
export declare type FocusManagerHook = {
export type FocusManagerHook = {
popupRef: PopupRef;
initialFocusRef: HTMLElement | null;
};
export declare type RepositionOnUpdateProps = {
export type RepositionOnUpdateProps = {
update: PopperChildrenProps['update'];
};
export {};
{
"name": "@atlaskit/popup",
"version": "1.6.0",
"version": "1.6.1",
"description": "A popup displays brief content in an overlay.",

@@ -15,2 +15,10 @@ "publishConfig": {

"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"sideEffects": false,

@@ -35,3 +43,3 @@ "atlaskit:src": "src/index.tsx",

"@atlaskit/theme": "^12.5.0",
"@atlaskit/tokens": "^1.3.0",
"@atlaskit/tokens": "^1.4.0",
"@babel/runtime": "^7.0.0",

@@ -67,3 +75,3 @@ "@emotion/react": "^11.7.1",

"storybook-addon-performance": "^0.16.0",
"typescript": "4.5.5",
"typescript": "~4.9.5",
"wait-for-expect": "^1.2.0"

@@ -70,0 +78,0 @@ },

@@ -9,5 +9,5 @@ {

"typesVersions": {
">=4.0 <4.5": {
">=4.5 <4.9": {
"*": [
"../dist/types-ts4.0/types.d.ts"
"../dist/types-ts4.5/types.d.ts"
]

@@ -14,0 +14,0 @@ }

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