@atlaskit/popper
Advanced tools
Comparing version 5.5.1 to 5.5.2
# @atlaskit/popper | ||
## 5.5.2 | ||
### Patch Changes | ||
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5` | ||
## 5.5.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/popper", | ||
"version": "5.5.1", | ||
"version": "5.5.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/popper", | ||
"version": "5.5.1", | ||
"version": "5.5.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/popper", | ||
"version": "5.5.1", | ||
"version": "5.5.2", | ||
"sideEffects": false | ||
} |
/// <reference types="cypress" /> | ||
/// <reference types="cypress" /> | ||
/// <reference types="cypress" /> | ||
import { InProductTestPageObject } from '@atlaskit/in-product-testing'; | ||
@@ -3,0 +5,0 @@ export declare class BasePopperPageObject extends InProductTestPageObject { |
@@ -7,3 +7,3 @@ import React from 'react'; | ||
export type { ManagerProps, ReferenceProps, PopperProps, PopperArrowProps, PopperChildrenProps, StrictModifier, Modifier, } from 'react-popper'; | ||
declare type Offset = [number | null | undefined, number | null | undefined]; | ||
type Offset = [number | null | undefined, number | null | undefined]; | ||
export interface CustomPopperProps<Modifiers> { | ||
@@ -10,0 +10,0 @@ /** |
@@ -9,5 +9,5 @@ { | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"../dist/types-ts4.0/in-product.d.ts" | ||
"../dist/types-ts4.5/in-product.d.ts" | ||
] | ||
@@ -14,0 +14,0 @@ } |
{ | ||
"name": "@atlaskit/popper", | ||
"version": "5.5.1", | ||
"version": "5.5.2", | ||
"description": "A wrapper for React Popper for situations which require a bespoke popup where other ADS components are deemed unsuitable", | ||
@@ -16,6 +16,6 @@ "publishConfig": { | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"dist/types-ts4.0/*", | ||
"dist/types-ts4.0/index.d.ts" | ||
"dist/types-ts4.5/*", | ||
"dist/types-ts4.5/index.d.ts" | ||
] | ||
@@ -58,3 +58,3 @@ } | ||
"@atlaskit/theme": "^12.5.0", | ||
"@atlaskit/tokens": "^1.3.0", | ||
"@atlaskit/tokens": "^1.4.0", | ||
"@atlaskit/visual-regression": "*", | ||
@@ -71,3 +71,3 @@ "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1", | ||
"react-lorem-component": "^0.13.0", | ||
"typescript": "4.5.5", | ||
"typescript": "~4.9.5", | ||
"wait-for-expect": "^1.2.0" | ||
@@ -74,0 +74,0 @@ }, |
@@ -9,5 +9,5 @@ { | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"../dist/types-ts4.0/popper.d.ts" | ||
"../dist/types-ts4.5/popper.d.ts" | ||
] | ||
@@ -14,0 +14,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73624
42
1411