HexAlphaColorPicker
component (via #186)<iframe>
. The component is rendered correctly by libraries like react-frame-component
. Thanks to @leoc4e (via #166)alpha
property for HexColorInput
to allow "#rgba" and "#rrggbbaa" formats (via #155)prefixed
property for HexColorInput
to display "#" prefix (via #146).mjs
file publishing (via #129).mjs
file to improve different environments and bundlers support. Thanks to @rschristian (via #127)"default"
fallback to the exports map (via #124)setNonce
type declaration file publishing (via #123)style
tag added by the component uses a nonce hash provided by Webpack or the one defined manually by the new setNonce
function (via #121)id
or onMouseEnter
(via #119)useLayoutEffect
warning when using on the server (via #95)HexColorInput
HsvStringColorPicker
and HsvaStringColorPicker
components. Thanks to @rschristian (via #48)TouchEvent
error on Firefox. Thanks to @rschristian (via #53)Interactive
internal typing (via #50)sideEffects
to keep CSS-filesHexInput
props optionaluseEventCallback
hook. Thanks to @jeetiss (via #40)HexInput
props with HTMLInputElement
HexInput
component that allows to paste and type a HEX colorInteractive
to make the bundle lighterbox-sizing
of the pointersInteractive
a bit in order to make the package lighterclassName
props in Hue
and Saturation
componentsequalHex
and equalColorObjects
utils and write tests for themonChange
after the mounting