Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-cosmos-ui

Package Overview
Dependencies
Maintainers
1
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-cosmos-ui - npm Package Compare versions

Comparing version 6.0.0-canary.db0339b.0 to 6.0.0-canary.dcc328e.0

5

dist/components/buttons/shared.js

@@ -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 {

14

dist/plugins/FixtureSearch/FixtureSearchOverlay.js

@@ -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

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