sp-color-slider

Overview API Changelog

Description

Section titled Description

An <sp-color-slider> lets users visually change an individual channel of a color. The background of the <sp-color-slider> is a visual representation of the range of values a user can select from. This can represent color properties such as hues, color channel values (such as RGB or CMYK levels), or opacity. Currently, the slider only supports leveraging the hue property.

Usage

Section titled Usage

See it on NPM! How big is this package in your project? Try it on webcomponents.dev

yarn add @spectrum-web-components/color-slider

Import the side effectful registration of <sp-color-slider> via:

import '@spectrum-web-components/color-slider/sp-color-slider.js';

When looking to leverage the ColorSlider base class as a type and/or for extension purposes, do so via:

import { ColorSlider } from '@spectrum-web-components/color-slider';

Color Formatting

Section titled Color Formatting

When using the color elements, use el.color to access the color property, which should manage itself in the colour format supplied. If you supply a color in rgb() format, el.color should return the color in rgb() format, as well.

The current color formats supported are as follows:

  • Hex3, Hex4, Hex6, Hex8
  • HSV, HSVA
  • HSL, HSLA
  • RGB, RGBA
  • Strings (eg "red", "blue")

Please note for the following formats: HSV, HSVA, HSL, HSLA When using the HSL or HSV formats, and a color's value (in HSV) is set to 0, or its luminosity (in HSL) is set to 0 or 1, the hue and saturation values may not be preserved by the element's color property. This is detailed in the TinyColor documentation. Seperately, the element's value property is directly managed by the hue as represented in the interface.

Default

Section titled Default
<sp-color-slider></sp-color-slider>

Vertical

Section titled Vertical
<sp-color-slider vertical></sp-color-slider>

Disabled

Section titled Disabled
<sp-color-slider disabled></sp-color-slider>

API

Attributes and Properties

Section titled Attributes and Properties
Property Attribute Type Default Description color color ColorValue disabled disabled boolean false Disable this control. It will not receive focus or events focused focused boolean false label label string 'hue' sliderHandlePosition sliderHandlePosition number 0 step step number 1 tabIndex tabIndex number The tab index to apply to this control. See general documentation about the tabindex HTML property value value number vertical vertical boolean false

Slots

Section titled Slots
Name Description gradient a custom gradient visually outlining the available color values

Events

Section titled Events
Name Type Description change Event An alteration to the value of the Color Slider has been committed by the user. input Event The value of the Color Slider has changed.

Changelog

1.0.1 (2024-11-11)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

1.0.0 (2024-10-31)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.49.0 (2024-10-15)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.48.1 (2024-10-01)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.48.0 (2024-09-17)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.47.2 (2024-09-03)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.47.1 (2024-08-27)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.47.0 (2024-08-20)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.46.0 (2024-08-08)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.45.0 (2024-07-30)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.44.0 (2024-07-15)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.43.0 (2024-06-11)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.42.5 (2024-05-24)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.42.4 (2024-05-14)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.42.3 (2024-05-01)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.42.2 (2024-04-03)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.42.1 (2024-04-02)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.42.0 (2024-03-19)

Section titled

Features

Section titled Features
  • asset: use core tokens (99e76f4)

0.41.2 (2024-03-05)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.41.1 (2024-02-22)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.41.0 (2024-02-13)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.40.5 (2024-02-05)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.40.4 (2024-01-29)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.40.3 (2024-01-11)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.40.2 (2023-12-18)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.40.1 (2023-12-05)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.40.0 (2023-11-16)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.39.4 (2023-11-02)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.39.3 (2023-10-18)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.39.2 (2023-10-13)

Section titled

Bug Fixes

Section titled Bug Fixes
  • update deps graph, update link docs (#3709) (2deb284)

0.39.1 (2023-10-06)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.39.0 (2023-09-25)

Section titled

Features

Section titled Features
  • color-slider: migrate to core tokens (#3507) (96d0d40)

0.38.0 (2023-09-05)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.37.0 (2023-08-18)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.36.0 (2023-08-18)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.35.0 (2023-07-31)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.34.0 (2023-07-11)

Section titled

Bug Fixes

Section titled Bug Fixes
  • color-area,color-slider: color-area labeling, RTL support, vertical slider orientation(#3315) (ca2acda), closes #3313
  • color-slider,color-wheel: fix focused state #3278 (96b83f7)
  • color-slider: announce new value on change after keydown (#3304) (d70d0ae), closes #3303

0.33.2 (2023-06-14)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.33.1 (2023-06-14)

Section titled

Bug Fixes

Section titled Bug Fixes
  • color-slider: use inset-block-_ and inset-inline-_ and fix RTL orientation and behavior #3301 (52aa328)

0.33.0 (2023-06-08)

Section titled

Bug Fixes

Section titled Bug Fixes
  • color-slider: vertical variant orientation is upside down #3291 (67c7e0a)

0.32.0 (2023-06-01)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.31.0 (2023-05-17)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.30.0 (2023-05-03)

Section titled 0.30.0 (2023-05-03)

Bug Fixes

Section titled Bug Fixes
  • abstract "hasVisibleFocusInTree" functionality and return trigger focus after close (4f39f2c)
  • address westbrooks comments (634af60)
  • color-slider: use correct focus events in test (b974c12)
  • ensure color wheel in not opinionated about saturation and lightness (8e0fd9c)
  • ensure streamingListener ends even if pointercancel not fired (74105f2)
  • expand support for maintaining hue and saturation across customization (fe18944)
  • include touch-action rule for draggable content (53221da)
  • include touch-action rule for draggable content (3f507e6)
  • key interaction handling no longer prevents "tab" presses (b542ce8)
  • leverage Color Controller to unify color interface across packages (fb71690)
  • manage "focused" across more contexts (9273c15)
  • normalize focus passing during and after pointer events (357931b)
  • prevent tabindex=-1 elements from placing focus on their host (1ac1293)
  • remove right click value setting (a44968d)
  • simplify touch-action application (d23f735)
  • update colour slider (9acda67)
  • use hue normalized color in handle and allow focus (f9e1fa2)

Features

Section titled Features
  • adopt DNA@7 base Spectrum CSS (e08cafd)
  • color-handle: use core tokens (e0c1468)
  • color-slider: add color-slider pattern (625f6fe)
  • debug colour elements for a11y (7008f7c)
  • include all Dev Mode files in side effects (f70817c)
  • shared pkg versions, devmode define warning, registry-conflicts docs (6e49565)
  • update lit-* dependencies, wip (377f3c8)

0.5.0 (2023-04-24)

Section titled

Bug Fixes

Section titled Bug Fixes
  • ensure streamingListener ends even if pointercancel not fired (74105f2)

Features

Section titled Features
  • color-handle: use core tokens (e0c1468)

0.4.11 (2023-04-05)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.4.10 (2023-03-22)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.4.9 (2023-02-08)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.4.8 (2023-01-23)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.4.7 (2023-01-09)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.4.6 (2022-12-08)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.4.5 (2022-11-21)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.4.4 (2022-11-14)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.4.3 (2022-10-28)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.4.2 (2022-10-17)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.4.1 (2022-10-10)

Section titled

Bug Fixes

Section titled Bug Fixes
  • leverage Color Controller to unify color interface across packages (fb71690)

0.4.0 (2022-08-09)

Section titled

Features

Section titled Features
  • include all Dev Mode files in side effects (f70817c)

0.3.13 (2022-08-04)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.3.12 (2022-07-18)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.3.11 (2022-06-29)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.3.10 (2022-06-07)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.3.9 (2022-05-12)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.3.8 (2022-04-21)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.3.7 (2022-03-30)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.3.6 (2022-03-08)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.3.5 (2022-03-04)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.3.4 (2022-02-22)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.3.3 (2022-01-26)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.3.2 (2022-01-07)

Section titled

Bug Fixes

Section titled Bug Fixes
  • simplify touch-action application (d23f735)

0.3.1 (2021-12-13)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.3.0 (2021-11-08)

Section titled

Features

Section titled Features
  • update lit-* dependencies, wip (377f3c8)

0.2.1 (2021-11-08)

Section titled

Bug Fixes

Section titled Bug Fixes
  • abstract "hasVisibleFocusInTree" functionality and return trigger focus after close (4f39f2c)

0.2.0 (2021-11-02)

Section titled

Features

Section titled Features
  • adopt DNA@7 base Spectrum CSS (e08cafd)

0.1.13 (2021-10-12)

Section titled

Bug Fixes

Section titled Bug Fixes
  • color-slider: use correct focus events in test (b974c12)

0.1.12 (2021-09-20)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.1.11 (2021-09-13)

Section titled

Bug Fixes

Section titled Bug Fixes
  • manage "focused" across more contexts (9273c15)

0.1.10 (2021-08-24)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.1.9 (2021-08-17)

Section titled

Bug Fixes

Section titled Bug Fixes
  • key interaction handling no longer prevents "tab" presses (b542ce8)

0.1.8 (2021-07-22)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.1.7 (2021-07-01)

Section titled

Bug Fixes

Section titled Bug Fixes
  • expand support for maintaining hue and saturation across customization (fe18944)
  • normalize focus passing during and after pointer events (357931b)

0.1.6 (2021-06-16)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.1.5 (2021-05-24)

Section titled

Bug Fixes

Section titled Bug Fixes
  • prevent tabindex=-1 elements from placing focus on their host (1ac1293)

0.1.4 (2021-05-12)

Section titled

Bug Fixes

Section titled Bug Fixes
  • include touch-action rule for draggable content (53221da)
  • include touch-action rule for draggable content (3f507e6)

0.1.3 (2021-04-09)

Section titled

Bug Fixes

Section titled Bug Fixes
  • ensure color wheel in not opinionated about saturation and lightness (8e0fd9c)
  • use hue normalized color in handle and allow focus (f9e1fa2)

0.1.2 (2021-03-29)

Section titled

Note: Version bump only for package @spectrum-web-components/color-slider

0.1.1 (2021-03-22)

Section titled

Bug Fixes

Section titled Bug Fixes
  • remove right click value setting (a44968d)

0.1.0 (2021-03-05)

Section titled 0.1.0 (2021-03-05)

Bug Fixes

Section titled Bug Fixes
  • address westbrooks comments (634af60)
  • update colour slider (9acda67)

Features

Section titled Features
  • debug colour elements for a11y (7008f7c)
  • color-slider: add color-slider pattern (625f6fe)