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.6.0-rc.3 to 1.6.0-rc.4

6

lib/uui-button.element.d.ts
import { LitElement, nothing, TemplateResult } from 'lit';
import { InterfaceColor, InterfaceLook } from '@umbraco-ui/uui-base/lib/types';
import { UUIInterfaceColor, UUIInterfaceLook } from '@umbraco-ui/uui-base/lib/types';
export type UUIButtonState = undefined | 'waiting' | 'success' | 'failed';

@@ -50,3 +50,3 @@ export type UUIButtonType = 'submit' | 'button' | 'reset';

*/
look: InterfaceLook;
look: UUIInterfaceLook;
/**

@@ -58,3 +58,3 @@ * Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green "confirm" button.

*/
color: InterfaceColor;
color: UUIInterfaceColor;
/**

@@ -61,0 +61,0 @@ * Makes the left and right padding of the button narrower.

{
"name": "@umbraco-ui/uui-button",
"version": "1.6.0-rc.3",
"version": "1.6.0-rc.4",
"license": "MIT",

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

"dependencies": {
"@umbraco-ui/uui-base": "1.6.0-rc.3",
"@umbraco-ui/uui-icon-registry-essential": "1.6.0-rc.3"
"@umbraco-ui/uui-base": "1.6.0-rc.4",
"@umbraco-ui/uui-icon-registry-essential": "1.6.0-rc.4"
},

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

"homepage": "https://uui.umbraco.com/?path=/story/uui-button",
"gitHead": "27c5350ac041811e4d24b656030e7dca544caff1"
"gitHead": "ae00cf3a0d7be2827491b435c1a40f5d7649a504"
}
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