Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@umbraco-ui/uui-badge

Package Overview
Dependencies
Maintainers
6
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.6.0-rc.3 to 1.6.0-rc.4

6

lib/uui-badge.element.d.ts
import { LitElement } from 'lit';
import type { InterfaceColor, InterfaceLook } from '@umbraco-ui/uui-base/lib/types';
import type { UUIInterfaceColor, UUIInterfaceLook } from '@umbraco-ui/uui-base/lib/types';
/**

@@ -15,3 +15,3 @@ * A badge to notify that there is something that requires attention of the user. The badge is positioned with `position: absolute`. It will determine its position against the first ancestor with `position: relative`.

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

@@ -23,3 +23,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.

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

@@ -26,0 +26,0 @@ * Bring attention to this badge by applying a bounce animation.

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

@@ -33,3 +33,3 @@ "description": "A badge to notify that there is something that requires attention of the user.",

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

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

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