@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"
@@ -29,9 +29,5 @@ const styles = css `
29
29
  --mdc-chip-color: var(--mds-color-theme-text-primary-disabled);
30
30
  cursor: auto;
31
31
  }
32
-
33
- :host::part(close-icon){
34
- border-radius: 0.25rem;
35
- }
36
32
  `;
37
33
  export default [hostFitContentStyles, styles];
package/package.json CHANGED
@@ -38,5 +38,5 @@
38
38
  "lit": "^3.2.0",
39
39
  "uuid": "^11.0.5"
40
40
  },
41
- "version": "0.39.2"
41
+ "version": "0.39.3"
42
42
  }