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-alpha.0

7

lib/index.js

@@ -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

6

package.json
{
"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"
}