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 to 1.7.0-rc.0

8

lib/index.js

@@ -38,3 +38,2 @@ import { UUIHorizontalShakeKeyframes, UUIHorizontalShakeAnimationValue } from '@umbraco-ui/uui-base/lib/animations';

_onHostClick(e) {
var _a;
if (this.disabled) {

@@ -45,3 +44,3 @@ e.preventDefault();

}
if ((_a = this._internals) == null ? void 0 : _a.form) {
if (this._internals?.form) {
switch (this.type) {

@@ -144,3 +143,6 @@ case "reset":

font-weight: var(--uui-button-font-weight, 500);
transition: background-color 80ms, border-color 80ms, color 80ms;
transition:
background-color 80ms,
border-color 80ms,
color 80ms;
}

@@ -147,0 +149,0 @@

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

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

"dependencies": {
"@umbraco-ui/uui-base": "1.6.0",
"@umbraco-ui/uui-icon-registry-essential": "1.6.0"
"@umbraco-ui/uui-base": "1.7.0-rc.0",
"@umbraco-ui/uui-icon-registry-essential": "1.7.0-rc.0"
},
"scripts": {
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json",

@@ -46,3 +46,3 @@ "analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"

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