New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@umbraco-ui/uui-button

Package Overview
Dependencies
Maintainers
6
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-button - npm Package Compare versions

Comparing version 1.8.0-rc.2 to 1.8.0

4

custom-elements.json

@@ -72,3 +72,3 @@ {

"type": "boolean",
"default": "\"false\""
"default": "\"true\""
},

@@ -198,3 +198,3 @@ {

"type": "boolean",
"default": "\"false\""
"default": "\"true\""
},

@@ -201,0 +201,0 @@ {

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

export type UUIButtonType = 'submit' | 'button' | 'reset';
declare const UUIButtonElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").UUIFormControlMixinInterface<FormDataEntryValue | FormData, undefined>) & (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").LabelMixinInterface) & (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").PopoverTargetMixinInterface) & typeof LitElement;
declare const UUIButtonElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").UUIFormControlMixinElement<FormDataEntryValue | FormData | undefined>) & (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").LabelMixinInterface) & (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").PopoverTargetMixinInterface) & typeof LitElement;
/**

@@ -8,0 +8,0 @@ * @element uui-button

{
"name": "@umbraco-ui/uui-button",
"version": "1.8.0-rc.2",
"version": "1.8.0",
"license": "MIT",

@@ -33,4 +33,4 @@ "description": "All-round button, Umbraco backoffice style.",

"dependencies": {
"@umbraco-ui/uui-base": "1.8.0-rc.0",
"@umbraco-ui/uui-icon-registry-essential": "1.8.0-rc.0"
"@umbraco-ui/uui-base": "1.8.0",
"@umbraco-ui/uui-icon-registry-essential": "1.8.0"
},

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

"homepage": "https://uui.umbraco.com/?path=/story/uui-button",
"gitHead": "d37c2c4ba77397c7e3979f04dfc221f50ed421f1"
"gitHead": "53021762a52dc54a46f0c5ef829c1cbaabde1160"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc