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
7
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.3.0-rc.0

14

lib/index.js

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