@momentum-design/components 0.39.2 → 0.39.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -84,7 +84,7 @@ class InputChip extends IconNameMixin(DisabledMixin(Component)) {
|
|
84
84
|
render() {
|
85
85
|
return html `
|
86
86
|
${this.renderIcon()}
|
87
|
-
<mdc-text type="${DEFAULTS.TEXT_TYPE}" tagname="${DEFAULTS.TAG_NAME}">${this.label}</mdc-text>
|
87
|
+
<mdc-text part="label" type="${DEFAULTS.TEXT_TYPE}" tagname="${DEFAULTS.TAG_NAME}">${this.label}</mdc-text>
|
88
88
|
<mdc-button
|
89
89
|
?disabled="${this.disabled}"
|
90
90
|
variant="tertiary"
|
package/package.json
CHANGED