@momentum-design/components 0.19.0 → 0.20.0

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.
@@ -276,6 +276,7 @@ class Input extends DataAriaLabelMixin(ValueMixin(NameMixin(FormfieldWrapper)))
276
276
  }
277
277
  return html `
278
278
  <mdc-button
279
+ part='trailing-button'
279
280
  class='${!this.value ? 'hidden' : ''}'
280
281
  prefix-icon='${DEFAULTS.CLEAR_BUTTON_ICON}'
281
282
  variant='${DEFAULTS.CLEAR_BUTTON_VARIANT}'
package/package.json CHANGED
@@ -36,5 +36,5 @@
36
36
  "lit": "^3.2.0",
37
37
  "uuid": "^11.0.5"
38
38
  },
39
- "version": "0.19.0"
39
+ "version": "0.20.0"
40
40
  }