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
0.1.0

2

custom-elements.json

@@ -18,3 +18,3 @@ {

"name": "",
"description": "for buttons"
"description": "The slot for buttons. It supports `<uui-button>` elements out of the box."
}

@@ -21,0 +21,0 @@ ]

@@ -5,3 +5,3 @@ import { LitElement } from 'lit';

* @element uui-button-group
* @slot - for buttons
* @slot - The slot for buttons. It supports `<uui-button>` elements out of the box.
*/

@@ -8,0 +8,0 @@ export declare class UUIButtonGroupElement extends LitElement {

{
"name": "@umbraco-ui/uui-button-group",
"version": "0.0.12",
"version": "0.1.0",
"license": "MIT",

@@ -34,4 +34,3 @@ "description": "An element to group buttons.",

"dependencies": {
"@umbraco-ui/uui-base": "0.0.17",
"@umbraco-ui/uui-icon-registry-essential": "0.0.3"
"@umbraco-ui/uui-base": "0.1.0"
},

@@ -47,3 +46,3 @@ "scripts": {

"homepage": "https://uui.umbraco.com/?path=/story/uui-button-group",
"gitHead": "3b7c6cf892e89054b2980b19d8c2f8bead2752e8"
"gitHead": "9ed7860ce865d310b85bd1718f37b59db873aefd"
}

@@ -5,2 +5,6 @@ # uui-button-group

### See it in action
Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-button-group)
## Installation

@@ -7,0 +11,0 @@