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

@paprika/raw-button

Package Overview
Dependencies
Maintainers
5
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 1.0.3 to 1.0.4-next.0

6

CHANGELOG.md
# Changelog
## 1.0.4-next.0
### Patch Changes
- e856d54: Refactored styling to support the styling refactor of `@paprika/button` to fix issues with `styled-components` `v5`.
All notable changes to this project will be documented in this file.

@@ -4,0 +10,0 @@

2

lib/RawButton.styles.js

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

var focusStyles = function focusStyles(isInset) {
return (0, _styledComponents.css)(["&:focus{", "}[data-whatinput=\"mouse\"] &:not([data-has-forced-focus=\"true\"]):focus{box-shadow:none;outline:none;}"], _stylers["default"].focusRing(isInset));
return (0, _styledComponents.css)(["&:focus{outline:none;}html:not([data-whatinput=\"mouse\"]) &:focus,&[data-has-forced-focus]:focus{", "}"], _stylers["default"].focusRing(isInset));
};

@@ -23,0 +23,0 @@

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

@@ -29,3 +29,3 @@ "author": "@paprika",

},
"gitHead": "92909fda8405fcbb90c52d920d23c5ef2b9cbc52"
"gitHead": "8bff2e8a6f01708ba60d9178f867dba378806370"
}
<!-- start: Autogenerated - do not modify -->
# @paprika/raw-button - 1.0.3
# @paprika/raw-button

@@ -5,0 +5,0 @@ ## Description

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