@umbraco-ui/uui-button-group
Advanced tools
Comparing version
@@ -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" | ||
} |
6580
-0.15%104
-0.95%+ Added
- Removed