@spectrum-web-components/iconset
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "@spectrum-web-components/iconset", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"publishConfig": { | ||
@@ -44,3 +44,3 @@ "access": "public" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.5.0", | ||
"@spectrum-web-components/base": "^0.5.1", | ||
"tslib": "^2.0.0" | ||
@@ -54,3 +54,3 @@ }, | ||
], | ||
"gitHead": "7ce77352f6894043bceac9ef92b21e5f85420969" | ||
"gitHead": "df3f333ee26a45f9fc247716b6e8ef051dca630b" | ||
} |
@@ -9,2 +9,3 @@ import { __decorate } from "tslib"; | ||
import '@spectrum-web-components/icon/sp-icon.js'; | ||
import '@spectrum-web-components/help-text/sp-help-text.js'; | ||
let DelayedReady = class DelayedReady extends SpectrumElement { | ||
@@ -151,7 +152,8 @@ render() { | ||
autocomplete="off" | ||
></sp-search> | ||
<p class="spectrum-Body spectrum-Body--sizeM"> | ||
Showing ${matchingIcons.length} of ${this.icons.length} | ||
available icons. | ||
</p> | ||
> | ||
<sp-help-text slot="help-text"> | ||
Showing ${matchingIcons.length} of ${this.icons.length} | ||
available icons. | ||
</sp-help-text> | ||
</sp-search> | ||
</div> | ||
@@ -158,0 +160,0 @@ ${matchingIcons.map((icon) => { |
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
66751
17
567