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

@umbraco-ui/uui-button-group

Package Overview
Dependencies
Maintainers
5
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-button-group - npm Package Compare versions

Comparing version

to
1.0.0-rc.3

19

lib/index.js

@@ -48,16 +48,15 @@ import { defineElement } from '@umbraco-ui/uui-base/lib/registration';

::slotted(uui-dropdown) {
--uui-dropdown-toggle-slot-button-border-radius: 0;
::slotted(uui-popover) {
width: unset;
--uui-popover-toggle-slot-button-border-radius: 0;
}
::slotted(uui-dropdown:not(:first-child)) {
--uui-dropdown-toggle-slot-button-merge-border-left: 1;
::slotted(uui-popover:not(:first-child)) {
--uui-popover-toggle-slot-button-merge-border-left: 1;
}
::slotted(uui-dropdown:first-child) {
--uui-dropdown-toggle-slot-button-border-radius: var(
--uui-border-radius,3px
)
::slotted(uui-popover:first-child) {
--uui-popover-toggle-slot-button-border-radius: var(--uui-border-radius,3px)
0 0 var(--uui-border-radius,3px);
}
::slotted(uui-dropdown:last-child) {
--uui-dropdown-toggle-slot-button-border-radius: 0
::slotted(uui-popover:last-child) {
--uui-popover-toggle-slot-button-border-radius: 0
var(--uui-border-radius,3px) var(--uui-border-radius,3px) 0;

@@ -64,0 +63,0 @@ }

{
"name": "@umbraco-ui/uui-button-group",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"license": "MIT",

@@ -34,3 +34,3 @@ "description": "An element to group buttons.",

"dependencies": {
"@umbraco-ui/uui-base": "1.0.0-rc.2"
"@umbraco-ui/uui-base": "1.0.0-rc.3"
},

@@ -46,3 +46,3 @@ "scripts": {

"homepage": "https://uui.umbraco.com/?path=/story/uui-button-group",
"gitHead": "436dd8d9fff81481feb88f06b461167c98dac91a"
"gitHead": "7d643a3d5f7204efbc3aaad83889c2fd5200af73"
}