@conectate/ct-button
Advanced tools
Comparing version 3.12.4 to 3.12.9
@@ -121,3 +121,7 @@ import { __decorate } from "tslib"; | ||
return html ` <span class="dropdown-trigger center"> | ||
${this.dropDownTrigger ? this.dropDownTrigger : this.use_slot ? html `<slot name="dropdown"></slot>` : html `<ct-icon icon="${this.icon}"></ct-icon>`} | ||
${this.dropDownTrigger | ||
? this.dropDownTrigger | ||
: this.use_slot | ||
? html `<slot name="dropdown"></slot><slot name="trigger"></slot>` | ||
: html `<ct-icon icon="${this.icon}"></ct-icon>`} | ||
</span> | ||
@@ -124,0 +128,0 @@ <!-- <ct-icon icon="expand_more"></ct-icon> --> |
{ | ||
"name": "@conectate/ct-button", | ||
"version": "3.12.4", | ||
"version": "3.12.9", | ||
"description": "HTML Button made with Web Components and Lit", | ||
@@ -48,3 +48,3 @@ "main": "ct-button.js", | ||
}, | ||
"gitHead": "82a2a19a6f3eeb0ed4c8df7a5cd30afae29fcc88" | ||
"gitHead": "b627c0831564ca389d8b7075e2951b646a288159" | ||
} |
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
31619
765