mdlz-prmtz
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -431,3 +431,3 @@ import React from 'react'; | ||
var popperCenterX = (popperRect.width - arrowSize.width) / 2; | ||
var popperCenterY = (popperRect.height - arrowSize.height) / 2; | ||
var popperCenterY = (popperRect.height - arrowSize.width) / 2; | ||
var rotationMap = { top: 0, right: 90, bottom: 180, left: -90 }; | ||
@@ -434,0 +434,0 @@ var rotation = rotationMap[side]; |
@@ -437,3 +437,3 @@ 'use strict'; | ||
var popperCenterX = (popperRect.width - arrowSize.width) / 2; | ||
var popperCenterY = (popperRect.height - arrowSize.height) / 2; | ||
var popperCenterY = (popperRect.height - arrowSize.width) / 2; | ||
var rotationMap = { top: 0, right: 90, bottom: 180, left: -90 }; | ||
@@ -440,0 +440,0 @@ var rotation = rotationMap[side]; |
{ | ||
"name": "mdlz-prmtz", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Accessible and customisable primitives for the web", | ||
@@ -5,0 +5,0 @@ "author": "Pedro Duarte <pedro@modulz.app>", |
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
129998