@umbraco-ui/uui-badge
Advanced tools
Comparing version 1.12.2 to 1.13.0-rc.0
@@ -72,2 +72,7 @@ import { defineElement } from '@umbraco-ui/uui-base/lib/registration'; | ||
} | ||
:host([color='invalid']) { | ||
--color: var(--uui-color-invalid,#d42054); | ||
--color-standalone: var(--uui-color-invalid-standalone,rgb(191, 33, 78)); | ||
--color-contrast: var(--uui-color-invalid-contrast,white); | ||
} | ||
@@ -74,0 +79,0 @@ :host { |
{ | ||
"name": "@umbraco-ui/uui-badge", | ||
"version": "1.12.2", | ||
"version": "1.13.0-rc.0", | ||
"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.12.2" | ||
"@umbraco-ui/uui-base": "1.13.0-rc.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "scripts": { | ||
}, | ||
"gitHead": "207119ec53a655eeddfa1d626155490490336753" | ||
"gitHead": "864afa6c182c2a73c479237732dadc1abc69a4a0" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12064
247
2
+ Added@umbraco-ui/uui-base@1.13.0-rc.0(transitive)
- Removed@umbraco-ui/uui-base@1.12.2(transitive)