@umbraco-ui/uui-button-group
Advanced tools
Comparing version
@@ -31,5 +31,10 @@ import { defineElement } from '@umbraco-ui/uui-base/lib/registration'; | ||
} | ||
::slotted(*:not(:first-child)) { | ||
::slotted([look='outline']:not(:first-child)) { | ||
--uui-button-merge-border-left: 1; | ||
} | ||
::slotted([look='placeholder']:not(:first-child)) { | ||
--uui-button-merge-border-left: 1; | ||
} | ||
::slotted(*:first-child) { | ||
@@ -36,0 +41,0 @@ --uui-button-border-radius: var(--uui-border-radius,3px) 0 0 |
{ | ||
"name": "@umbraco-ui/uui-button-group", | ||
"version": "0.2.1", | ||
"version": "1.0.0-alpha.0", | ||
"license": "MIT", | ||
@@ -34,3 +34,3 @@ "description": "An element to group buttons.", | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "0.2.1" | ||
"@umbraco-ui/uui-base": "1.0.0-alpha.0" | ||
}, | ||
@@ -46,3 +46,3 @@ "scripts": { | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-button-group", | ||
"gitHead": "cb61546f85d6c2f122fa8c130409507e8def4bd5" | ||
"gitHead": "7d7608bf2fb63a8a077fcd8f0346dea73584b878" | ||
} |
6596
2.2%105
2.94%+ Added
- Removed