🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@wireapp/react-ui-kit

Package Overview
Dependencies
Maintainers
8
Versions
846
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wireapp/react-ui-kit - npm Package Compare versions

Comparing version
9.67.0
to
9.68.0
+3
-3
lib/Inputs/ButtonGroup/ButtonGroup.js

@@ -37,11 +37,11 @@ "use strict";

alignItems: 'center',
'&:not(:last-child)': {
'&:not(:last-of-type)': {
borderTopRightRadius: '0',
borderBottomRightRadius: '0',
},
'&:not(:first-child)': {
'&:not(:first-of-type)': {
borderTopLeftRadius: '0',
borderBottomLeftRadius: '0',
},
'&:first-child:last-child': {
'&:first-of-type:last-of-type': {
borderRadius: '0',

@@ -48,0 +48,0 @@ },

@@ -82,4 +82,4 @@ {

},
"version": "9.67.0",
"gitHead": "f05537f3b9ed46845ae67cadc2c6db1bd8420c3d"
"version": "9.68.0",
"gitHead": "b7b917566348427dacede815d29116f248c20599"
}