New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

belle

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

belle - npm Package Compare versions

Comparing version 2.0.0-rc3 to 2.0.0-rc4

15

lib/components/Button.js

@@ -79,2 +79,8 @@ 'use strict';

function updatePseudoClassStyle(styleId, properties, preventFocusStyleForTouchAndClick) {
var baseStyle = properties.primary ? _styleButton2['default'].primaryStyle : _styleButton2['default'].style;
var baseDisabledStyle = properties.primary ? _styleButton2['default'].primaryDisabledStyle : _styleButton2['default'].disabledStyle;
var disabledStyle = _extends({}, baseStyle, properties.style, baseDisabledStyle, properties.disabledStyle);
var baseActiveStyle = properties.primary ? _styleButton2['default'].primaryActiveStyle : _styleButton2['default'].activeStyle;
var activeStyle = _extends({}, baseActiveStyle, properties.activeStyle);
var focusStyle = undefined;

@@ -90,2 +96,11 @@ if (preventFocusStyleForTouchAndClick) {

id: styleId,
style: activeStyle,
pseudoClass: 'active'
}, {
id: styleId,
style: disabledStyle,
pseudoClass: 'active',
disabled: true
}, {
id: styleId,
style: focusStyle,

@@ -92,0 +107,0 @@ pseudoClass: 'focus'

2

package.json
{
"name": "belle",
"version": "2.0.0-rc3",
"version": "2.0.0-rc4",
"description": "Configurable React Components with great UX",

@@ -5,0 +5,0 @@ "author": {

@@ -24,3 +24,3 @@ # Belle

```
npm install belle@2.0.0-rc3
npm install belle@2.0.0-rc4
```

@@ -27,0 +27,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