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

@qlean/york-web

Package Overview
Dependencies
Maintainers
7
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qlean/york-web - npm Package Compare versions

Comparing version 0.3.6-beta-10 to 0.3.6-beta-11

2

lib/components/Navigation/Header/Toggler.js

@@ -29,3 +29,3 @@ "use strict";

componentId: "sc-8zrswg-0"
})(["transition:all linear .2s;position:relative;cursor:pointer;height:", "px;width:", "px;z-index:1;&:before,&:after{transition:all ease .2s;position:absolute;margin-left:-13px;content:\"\";width:24px;height:3px;border-radius:3px;left:50%;top:50%;background-color:", ";}&:before{margin-top:-7px;}&:after{margin-top:3px;}", ""], (0, _styles.g)(4), (0, _styles.g)(4), function (_ref) {
})(["transition:all linear .2s;position:relative;cursor:pointer;height:", "px;width:", "px;z-index:1;&:before,&:after{transition:all ease .2s;position:absolute;margin-left:-13px;content:\"\";width:24px;height:3px;border-radius:1.5px;left:50%;top:50%;background-color:", ";}&:before{margin-top:-7px;}&:after{margin-top:3px;}", ""], (0, _styles.g)(4), (0, _styles.g)(4), function (_ref) {
var color = _ref.color;

@@ -32,0 +32,0 @@ return _yorkCore.colors[color] || _yorkCore.colors.black;

@@ -101,3 +101,3 @@ "use strict";

componentId: "sc-1mqwwss-4"
})(["position:relative;", " &:hover > ", "{clip:initial;width:initial;height:initial;margin:initial;}"], _styles.media.desktop("\n height: 100%;\n display: flex;\n align-items: center;\n "), StyledFloatingMenu);
})(["position:relative;", " &:hover > ", "{clip:auto;width:auto;height:auto;margin:0;}"], _styles.media.desktop("\n height: 100%;\n display: flex;\n align-items: center;\n "), StyledFloatingMenu);

@@ -104,0 +104,0 @@ var StyledHoverButton = (0, _styledComponents.default)(_MenuItem.default).withConfig({

{
"name": "@qlean/york-web",
"version": "0.3.6-beta-10",
"version": "0.3.6-beta-11",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -24,3 +24,3 @@ import React from 'react';

height: 3px;
border-radius: 3px;
border-radius: 1.5px;
left: 50%;

@@ -27,0 +27,0 @@ top: 50%;

@@ -68,6 +68,6 @@ import React, { Fragment } from 'react';

&:hover > ${StyledFloatingMenu} {
clip: initial;
width: initial;
height: initial;
margin: initial;
clip: auto;
width: auto;
height: auto;
margin: 0;
}

@@ -74,0 +74,0 @@ `;

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