react-cosmos-ui
Advanced tools
Comparing version 6.0.0-canary.db0339b.0 to 6.0.0-canary.dcc328e.0
@@ -17,3 +17,6 @@ import styled from 'styled-components'; | ||
outline: none; | ||
transition: background ${quick}s, color ${quick}s, opacity ${quick}s; | ||
transition: | ||
background ${quick}s, | ||
color ${quick}s, | ||
opacity ${quick}s; | ||
@@ -20,0 +23,0 @@ :hover { |
@@ -233,4 +233,6 @@ import { filter } from 'fuzzaldrin-plus'; | ||
background: ${grey248}; | ||
box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, | ||
rgba(15, 15, 15, 0.1) 0px 5px 10px, rgba(15, 15, 15, 0.2) 0px 15px 40px; | ||
box-shadow: | ||
rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, | ||
rgba(15, 15, 15, 0.1) 0px 5px 10px, | ||
rgba(15, 15, 15, 0.2) 0px 15px 40px; | ||
display: flex; | ||
@@ -281,3 +283,5 @@ flex-direction: column; | ||
cursor: pointer; | ||
transition: background ${quick}s, color ${quick}s; | ||
transition: | ||
background ${quick}s, | ||
color ${quick}s; | ||
@@ -292,3 +296,5 @@ :hover { | ||
opacity: ${props => (props.visible ? 1 : 0)}; | ||
transition: height ${quick}s, opacity ${quick}s; | ||
transition: | ||
height ${quick}s, | ||
opacity ${quick}s; | ||
user-select: none; | ||
@@ -295,0 +301,0 @@ `; |
{ | ||
"name": "react-cosmos-ui", | ||
"version": "6.0.0-canary.db0339b.0+db0339b", | ||
"version": "6.0.0-canary.dcc328e.0+dcc328e", | ||
"description": "React Cosmos UI", | ||
@@ -18,3 +18,3 @@ "repository": "https://github.com/react-cosmos/react-cosmos/tree/main/packages/react-cosmos-ui", | ||
"lodash-es": "^4.17.21", | ||
"react-cosmos-core": "6.0.0-canary.db0339b.0+db0339b" | ||
"react-cosmos-core": "6.0.0-canary.dcc328e.0+dcc328e" | ||
}, | ||
@@ -27,3 +27,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "db0339bde6a8444149174b9c84fc885ddd0eb93b" | ||
"gitHead": "dcc328eced51c96143e6605ffd3cb01af9303618" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
2892501
10373