@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.
@@ -2035,10 +2035,6 @@
2035
2035
  --mdc-chip-color: var(--mds-color-theme-text-primary-disabled);
2036
2036
  cursor: auto;
2037
2037
  }
2038
-
2039
- :host::part(close-icon){
2040
- border-radius: 0.25rem;
2041
- }
2042
2038
  `,Qa=[w,fc];var Ja=g.constructTagName("inputchip"),go={TEXT_TYPE:_.BODY_MIDSIZE_REGULAR,TAG_NAME:C.SPAN,CLOSE_ICON:"cancel-bold"};var xt=class extends X(ee(y)){constructor(){super(...arguments);this.label="";this.error=!1;this.clearAriaLabel=""}renderIcon(){return this.iconName?h`
2043
2039
  <mdc-icon
2044
2040
  name="${this.iconName}"
@@ -2046,7 +2042,7 @@
2046
2042
  size="1"></mdc-icon>
2047
2043
  `:v}handleClose(e){e.stopPropagation();let r=e.constructor;this.dispatchEvent(new r(e.type,e))}render(){return h`
2048
2044
  ${this.renderIcon()}
2049
- <mdc-text type="${go.TEXT_TYPE}" tagname="${go.TAG_NAME}">${this.label}</mdc-text>
2045
+ <mdc-text part="label" type="${go.TEXT_TYPE}" tagname="${go.TAG_NAME}">${this.label}</mdc-text>
2050
2046
  <mdc-button
2051
2047
  ?disabled="${this.disabled}"
2052
2048
  variant="tertiary"