brahma-ui
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "brahma-ui", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Brahma ui package contained shared components", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -24,2 +24,3 @@ import styled, { css } from 'styled-components' | ||
&:hover div { | ||
transition-delay: 0s; | ||
visibility: visible; | ||
@@ -78,2 +79,3 @@ } | ||
margin-left: -${width / 2}px; | ||
transition: all 0s ease 1.5s; //delay to keep tooltip open for 1.5s | ||
@@ -80,0 +82,0 @@ ${placeBottom |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
980902
7114