Socket
Socket
Sign inDemoInstall

@paprika/raw-button

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paprika/raw-button - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11

2

lib/RawButton.js

@@ -23,2 +23,4 @@ "use strict";

require("what-input");
var _RawButton = _interopRequireDefault(require("./RawButton.styles"));

@@ -25,0 +27,0 @@

2

lib/RawButton.styles.js

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

var focusStyles = function focusStyles(isInset) {
return (0, _styledComponents.css)(["&:focus{box-shadow:", ";outline:none;}"], isInset ? insetFocusStyle : focusStyle);
return (0, _styledComponents.css)(["&:focus{box-shadow:", ";outline:none;}[data-whatinput=\"mouse\"] &:focus{box-shadow:none;}"], isInset ? insetFocusStyle : focusStyle);
};

@@ -24,0 +24,0 @@

{
"name": "@paprika/raw-button",
"version": "0.2.10",
"version": "0.2.11",
"description": "Raw button component, for performing an action on the page you’re viewing.",

@@ -20,3 +20,4 @@ "author": "@paprika",

"@paprika/tokens": "^0.1.14",
"prop-types": "^15.7.2"
"prop-types": "^15.7.2",
"what-input": "^5.2.6"
},

@@ -28,3 +29,3 @@ "peerDependencies": {

},
"gitHead": "4551d9f3aa78a58ae8e754099b06dae2a3f7a2f2"
"gitHead": "44b19903c00bb5bd1b6b9dc826ed48aeb69615b3"
}

Sorry, the diff of this file is not supported yet

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