Comparing version 2.1.30 to 2.1.31
@@ -19,3 +19,3 @@ import { html, css, LitElement } from "lit"; | ||
align-items: center; | ||
--dile-icon-color: var(--dile-on-primary-color, #ffffff); | ||
--dile-icon-color: var(--dile-icon-button-color, var(--dile-on-primary-color, #ffffff)); | ||
} | ||
@@ -26,3 +26,3 @@ dile-icon { | ||
button:hover { | ||
--dile-icon-color: var(--dile-button-icon-hover-color, #303030); | ||
--dile-icon-color: var(--dile-button-icon-hover-color, var(--dile-on-primary-light-color, #888)); | ||
} | ||
@@ -29,0 +29,0 @@ :host([no-wrap]) { |
{ | ||
"name": "@dile/ui", | ||
"version": "2.1.30", | ||
"version": "2.1.31", | ||
"description": "UI Core components from dile-components.", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "8f71392b64dc49d9049cf98d1087dcb2d841c5df" | ||
"gitHead": "65ffbb1743178dcdcda4f7ab2a89d33ca11852f2" | ||
} |
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
221908