Socket
Socket
Sign inDemoInstall

@chakra-ui/popper

Package Overview
Dependencies
Maintainers
4
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chakra-ui/popper - npm Package Compare versions

Comparing version 1.0.0-next.2 to 1.0.0-next.3

src/index.tsx

25

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.0.0-next.2 (2020-06-22)
# 1.0.0-next.3 (2020-06-28)
### Bug Fixes
* [#891](https://github.com/chakra-ui/chakra-ui/issues/891) ([e107acc](https://github.com/chakra-ui/chakra-ui/commit/e107acc8487898a965b0d695c1da71f46fc56d5e))
* case sensitivity issue in popper package ([be247e0](https://github.com/chakra-ui/chakra-ui/commit/be247e0f50c5dd374ac156f96ab99a3d645f251d))
* focus management for popover ([c3259cc](https://github.com/chakra-ui/chakra-ui/commit/c3259ccac7ebf9102888506d510f3f52cf343906))
* ts issue with sx prop ([d3b1340](https://github.com/chakra-ui/chakra-ui/commit/d3b1340cb255937927b4d4c56ce218141570b951))
- [#891](https://github.com/chakra-ui/chakra-ui/issues/891)
([e107acc](https://github.com/chakra-ui/chakra-ui/commit/e107acc8487898a965b0d695c1da71f46fc56d5e))
- case sensitivity issue in popper package
([be247e0](https://github.com/chakra-ui/chakra-ui/commit/be247e0f50c5dd374ac156f96ab99a3d645f251d))
- focus management for popover
([c3259cc](https://github.com/chakra-ui/chakra-ui/commit/c3259ccac7ebf9102888506d510f3f52cf343906))
- ts issue with sx prop
([d3b1340](https://github.com/chakra-ui/chakra-ui/commit/d3b1340cb255937927b4d4c56ce218141570b951))
# Change Log

@@ -25,3 +24,3 @@

# 1.0.0-next.1 (2020-06-21)
# 1.0.0-next.2 (2020-06-21)

@@ -28,0 +27,0 @@ ### Bug Fixes

@@ -27,2 +27,4 @@ "use strict";

if (typeof placement !== "string") return {};
var _splitPlacement = splitPlacement(placement),

@@ -29,0 +31,0 @@ position = _splitPlacement[0];

@@ -12,2 +12,3 @@ var oppositeDirections = {

export function getArrowStyles(placement, arrowSize, arrowShadowColor) {
if (typeof placement !== "string") return {};
var [position] = splitPlacement(placement);

@@ -14,0 +15,0 @@ var oppositePosition = getOppositePosition(position);

@@ -11,5 +11,5 @@ /// <reference types="react" />

export declare const getOppositePosition: (position: Direction) => string;
export declare function getArrowStyles(placement: Placement, arrowSize: number, arrowShadowColor?: string): React.CSSProperties;
export declare function getArrowStyles(placement: Placement | undefined, arrowSize: number, arrowShadowColor?: string): React.CSSProperties;
export declare function getBoxShadow(placement: Placement, color: string): string | undefined;
export {};
//# sourceMappingURL=popper.utils.d.ts.map
{
"name": "@chakra-ui/popper",
"version": "1.0.0-next.2",
"version": "1.0.0-next.3",
"description": "A React component and hooks wrapper for popper.js",

@@ -17,2 +17,3 @@ "keywords": [

],
"sideEffects": false,
"author": "Segun Adebayo <sage@adebayosegun.com>",

@@ -26,3 +27,4 @@ "homepage": "https://github.com/chakra-ui/chakra-ui#readme",

"files": [
"dist"
"dist",
"src"
],

@@ -59,3 +61,3 @@ "publishConfig": {

},
"gitHead": "c5b51e43e9dff400f8bba7da7ffd135f5d33628b"
"gitHead": "d31ba9c35993985f49da4885dd47ab8dab49cdd1"
}

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