@spectrum-web-components/base
Advanced tools
Comparing version 0.5.5 to 0.5.6
{ | ||
"name": "@spectrum-web-components/base", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"publishConfig": { | ||
@@ -61,3 +61,3 @@ "access": "public" | ||
"sideEffects": false, | ||
"gitHead": "bdff893e2b95aba7737c58d01c6ac68861cb8b2e" | ||
"gitHead": "32e049a0da090ffc1a54cfe3234be4d5efc73339" | ||
} |
@@ -35,7 +35,7 @@ import { __decorate } from "tslib"; | ||
} | ||
firstUpdated(changes) { | ||
super.firstUpdated(changes); | ||
update(changes) { | ||
if (!this.hasAttribute('size') && !noDefaultSize) { | ||
this.setAttribute('size', this.size); | ||
} | ||
super.update(changes); | ||
} | ||
@@ -42,0 +42,0 @@ } |
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
236
68
3
90
69501