@umbraco-ui/uui-button-group
Advanced tools
Comparing version
@@ -40,8 +40,8 @@ import { defineElement } from '@umbraco-ui/uui-base/lib/registration'; | ||
::slotted(*:first-child) { | ||
--uui-button-border-radius: var(--uui-border-radius,3px) 0 0 | ||
var(--uui-border-radius,3px); | ||
--uui-button-border-radius: var(--uui-border-radius,var(--uui-size-1)) 0 0 | ||
var(--uui-border-radius,var(--uui-size-1)); | ||
} | ||
::slotted(*:last-child) { | ||
--uui-button-border-radius: 0 var(--uui-border-radius,3px) | ||
var(--uui-border-radius,3px) 0; | ||
--uui-button-border-radius: 0 var(--uui-border-radius,var(--uui-size-1)) | ||
var(--uui-border-radius,var(--uui-size-1)) 0; | ||
} | ||
@@ -57,8 +57,8 @@ | ||
::slotted(uui-popover:first-child) { | ||
--uui-popover-toggle-slot-button-border-radius: var(--uui-border-radius,3px) | ||
0 0 var(--uui-border-radius,3px); | ||
--uui-popover-toggle-slot-button-border-radius: var(--uui-border-radius,var(--uui-size-1)) | ||
0 0 var(--uui-border-radius,var(--uui-size-1)); | ||
} | ||
::slotted(uui-popover:last-child) { | ||
--uui-popover-toggle-slot-button-border-radius: 0 | ||
var(--uui-border-radius,3px) var(--uui-border-radius,3px) 0; | ||
var(--uui-border-radius,var(--uui-size-1)) var(--uui-border-radius,var(--uui-size-1)) 0; | ||
} | ||
@@ -65,0 +65,0 @@ |
{ | ||
"name": "@umbraco-ui/uui-button-group", | ||
"version": "1.2.1", | ||
"version": "1.3.0-rc.0", | ||
"license": "MIT", | ||
@@ -34,7 +34,7 @@ "description": "An element to group buttons.", | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "1.2.1" | ||
"@umbraco-ui/uui-base": "1.3.0-rc.0" | ||
}, | ||
"scripts": { | ||
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js", | ||
"clean": "tsc --build --clean && rimraf dist lib/*.js lib/**/*.js custom-elements.json", | ||
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js custom-elements.json", | ||
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json" | ||
@@ -46,3 +46,3 @@ }, | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-button-group", | ||
"gitHead": "94eb22bee5ff21bac6fadbd78653671279bebe36" | ||
"gitHead": "45c3824056586d9817efb3f61dc0bef5478747f0" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6695
1.9%1
Infinity%+ Added
- Removed