diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 86119509..718d9e51 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -17,6 +17,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Added the `form` attribute to all form controls to allow placing them outside of a `
` element [#1130](https://github.com/shoelace-style/shoelace/issues/1130) - Added the `getFormControls()` function as an alternative to `HTMLFormElement.elements` - Added missing docs for the `header-actions` slot in `` and `` +- Added `hue-slider-handle` and `opacity-slider-handle` parts to `` and correct other part names in the docs [#1142](https://github.com/shoelace-style/shoelace/issues/1142) - Fixed a bug in `` that prevented placeholders from showing when `multiple` was used [#1109](https://github.com/shoelace-style/shoelace/issues/1109) - Fixed a bug in `` that caused tags to not be rounded when using the `pill` attribute [#1117](https://github.com/shoelace-style/shoelace/issues/1117) - Fixed a bug in `` where the `sl-change` and `sl-input` events didn't weren't emitted when removing tags [#1119](https://github.com/shoelace-style/shoelace/issues/1119) diff --git a/src/components/color-picker/color-picker.ts b/src/components/color-picker/color-picker.ts index 0e05f562..85efbef3 100644 --- a/src/components/color-picker/color-picker.ts +++ b/src/components/color-picker/color-picker.ts @@ -58,23 +58,25 @@ declare const EyeDropper: EyeDropperConstructor; * @csspart swatch - Each individual swatch. * @csspart grid - The color grid. * @csspart grid-handle - The color grid's handle. - * @csspart hue-slider - The hue slider. - * @csspart opacity-slider - The opacity slider. * @csspart slider - Hue and opacity sliders. * @csspart slider-handle - Hue and opacity slider handles. + * @csspart hue-slider - The hue slider. + * @csspart hue-slider-handle - The hue slider's handle. + * @csspart opacity-slider - The opacity slider. + * @csspart opacity-slider-handle - The opacity slider's handle. * @csspart preview - The preview color. * @csspart input - The text input. * @csspart eye-dropper-button - The eye dropper button. - * @csspart eye-dropper-button__button - The eye dropper button's exported `button` part. + * @csspart eye-dropper-button__base - The eye dropper button's exported `button` part. * @csspart eye-dropper-button__prefix - The eye dropper button's exported `prefix` part. * @csspart eye-dropper-button__label - The eye dropper button's exported `label` part. - * @csspart eye-dropper-button__button-suffix - The eye dropper button's exported `suffix` part. + * @csspart eye-dropper-button__suffix - The eye dropper button's exported `suffix` part. * @csspart eye-dropper-button__caret - The eye dropper button's exported `caret` part. * @csspart format-button - The format button. - * @csspart format-button__button - The format button's exported `button` part. + * @csspart format-button__base - The format button's exported `button` part. * @csspart format-button__prefix - The format button's exported `prefix` part. * @csspart format-button__label - The format button's exported `label` part. - * @csspart format-button__button-suffix - The format button's exported `suffix` part. + * @csspart format-button__suffix - The format button's exported `suffix` part. * @csspart format-button__caret - The format button's exported `caret` part. * * @cssproperty --grid-width - The width of the color grid. @@ -759,7 +761,7 @@ export default class SlColorPicker extends ShoelaceElement implements ShoelaceFo @touchmove=${this.handleTouchMove} >