From 0a33a095f10cde8116e689a90dd3070df41202cb Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 23 Apr 2020 12:23:48 -0400 Subject: [PATCH] chore(button): remove unreleased parts support (#21111) --- core/src/components/button/button.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/src/components/button/button.tsx b/core/src/components/button/button.tsx index eceac14547..43f9c112ba 100644 --- a/core/src/components/button/button.tsx +++ b/core/src/components/button/button.tsx @@ -13,9 +13,6 @@ import { createColorClasses, hostContext, openURL } from '../../utils/theme'; * @slot icon-only - Should be used on an icon in a button that has no text. * @slot start - Content is placed to the left of the button text in LTR, and to the right in RTL. * @slot end - Content is placed to the right of the button text in LTR, and to the left in RTL. - * - * @TODOpart button - The native button or anchor tag that is rendered. - * @TODOpart button-inner - The span inside of the native button or anchor. */ @Component({ tag: 'ion-button', @@ -222,9 +219,8 @@ export class Button implements ComponentInterface, AnchorInterface, ButtonInterf disabled={disabled} onFocus={this.onFocus} onBlur={this.onBlur} - part="button" > - +