From c8cbfa3253e0cb3c2f2aea0908d77fcb5104c00a Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 18 Aug 2020 17:09:06 -0400 Subject: [PATCH] Remove panel part (not breaking) --- src/components/color-picker/color-picker.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/color-picker/color-picker.tsx b/src/components/color-picker/color-picker.tsx index cee0115c1..f30e9dd1a 100644 --- a/src/components/color-picker/color-picker.tsx +++ b/src/components/color-picker/color-picker.tsx @@ -8,7 +8,7 @@ import { clamp } from '../../utilities/math'; * * @part base - The component's base wrapper. * @part trigger - The color picker's dropdown trigger. - * @part copy-button - The copy button, a element. + * @part copy-button - The copy button. * @part swatches - The container that holds swatches. * @part swatch - Each individual swatch. * @part grid - The color grid. @@ -17,7 +17,6 @@ import { clamp } from '../../utilities/math'; * @part opacity-slider - The opacity slider. * @part slider - Hue and opacity sliders. * @part slider-handle - Hue and opacity slider handles. - * @part panel - The internal element's panel. * @part preview - The preview color. * @part input - The text input. * @part copy-button - The copy button. @@ -734,7 +733,6 @@ export class ColorPicker { return ( (this.dropdown = el)} - exportparts="panel:panel" class="color-dropdown" aria-disabled={this.disabled} containingElement={this.host}