@exmg/exmg-chip-input
Advanced tools
Comparing version 9.0.5 to 9.0.6
{ | ||
"name": "@exmg/exmg-chip-input", | ||
"version": "9.0.5", | ||
"version": "9.0.6", | ||
"type": "module", | ||
@@ -46,3 +46,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "06a5383c73cf141d1dd622de6a5cef378871f4a8" | ||
"gitHead": "43b591ca2344534b6cd379397ee16ce9002f0026" | ||
} |
import '@material/web/iconbutton/icon-button.js'; | ||
import '@material/web/button/text-button.js'; | ||
import '@material/web/chips/input-chip.js'; | ||
import '@material/web/icon/icon.js'; | ||
import '@material/web/menu/menu.js'; | ||
@@ -4,0 +6,0 @@ import './dropdown/dropdown-container.js'; |
@@ -5,2 +5,4 @@ import { __decorate } from "tslib"; | ||
import '@material/web/button/text-button.js'; | ||
import '@material/web/chips/input-chip.js'; | ||
import '@material/web/icon/icon.js'; | ||
import '@material/web/menu/menu.js'; | ||
@@ -7,0 +9,0 @@ import './dropdown/dropdown-container.js'; |
@@ -21,3 +21,3 @@ import { __decorate } from "tslib"; | ||
<div class="label">${this.label}</div> | ||
<slot @slotchange=${this.updateTabIndicesOverride}></slot> | ||
<div class="items"><slot @slotchange=${this.updateTabIndicesOverride}></slot></div> | ||
</div>`; | ||
@@ -24,0 +24,0 @@ } |
import { css } from 'lit'; | ||
export const style = css `:host{display:block}.label{display:block;font-size:1rem;font-weight:500;margin-bottom:.5rem}`; | ||
export const style = css `:host{display:block}.label{display:block;font-size:1rem;font-weight:500;margin-bottom:.5rem}.items{display:flex;flex-wrap:wrap;gap:.3rem}`; | ||
export default style; | ||
//# sourceMappingURL=exmg-chip-input-css.js.map |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
28401
768
0