Comparing version 2.1.4 to 2.1.5
@@ -29,4 +29,4 @@ import { html, css, LitElement } from "lit"; | ||
border-width: var(--dile-button-border-width, 3px); | ||
border-color: var(--dile-button-border-color, #07193b); | ||
background-color: var(--dile-button-background-color, #7BB93D); | ||
border-color: var(--dile-primary-dark-color, #07193b); | ||
background-color: var(--dile-primary-color, #7BB93D); | ||
transition-property: background-color, color; | ||
@@ -36,3 +36,3 @@ transition-duration: 0.3s; | ||
border-style: solid; | ||
color: var(--dile-button-text-color, #fff); | ||
color: var(--dile-on-primary-color, #fff); | ||
font-size: var(--dile-button-font-size, 1rem); | ||
@@ -44,3 +44,3 @@ font-weight: var(--dile-button-font-weight, bold); | ||
button:hover { | ||
background-color: var(--dile-button-hover-background-color, #f3f3ae); | ||
background-color: var(--dile-primary-light-color, #f3f3ae); | ||
color: var(--dile-button-hover-text-color, #303030); | ||
@@ -47,0 +47,0 @@ border-color: var(--dile-button-hover-border-color, #666666); |
@@ -100,2 +100,4 @@ import { html, css, LitElement } from "lit"; | ||
connectedCallback() { | ||
@@ -107,3 +109,2 @@ super.connectedCallback(); | ||
this.elselect.addEventListener("change", this.changeHandler); | ||
this.value = this.elselect.value; | ||
} | ||
@@ -146,3 +147,2 @@ } | ||
firstUpdated() { | ||
super.firstUpdated(); | ||
this.quiet = this.quietOnStart; | ||
@@ -149,0 +149,0 @@ if(this.value) { |
{ | ||
"name": "@dile/ui", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "UI Core components from dile-components.", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@dile/icons": "^2.0.6", | ||
"@dile/icons": "^2.0.7", | ||
"lit": "^2.7.0 || ^3.0.0" | ||
@@ -30,3 +30,3 @@ }, | ||
}, | ||
"gitHead": "81e85018076f8977bbc17e45451caa5a0b7facfd" | ||
"gitHead": "b7dce885ab28890d29fed46c918ffc2aa02c97b6" | ||
} |
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
208013
181
6602
Updated@dile/icons@^2.0.7