@umbraco-ui/uui-badge
Advanced tools
Comparing version 1.6.0-rc.3 to 1.6.0-rc.4
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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11833
+ Added@umbraco-ui/uui-base@1.6.0-rc.4(transitive)
- Removed@umbraco-ui/uui-base@1.6.0-rc.3(transitive)