�PNG  IHDR��;���IDATx��ܻn�0���K�� �)(�pA��� ���7�LeG{�� �§㻢|��ذaÆ 6lذaÆ 6lذaÆ 6lom��$^�y���ذag�5bÆ 6lذaÆ 6lذa{���� 6lذaÆ �`����}H�Fkm�,�m����Ӫ���ô�ô!� �x�|'ܢ˟;�E:���9�&ᶒ�}�{�v]�n&�6� �h��_��t�ڠ͵-ҫ���Z;��Z$�.�P���k�ž)�!��o���>}l�eQfJ�T��u і���چ��\��X=8��Rن4`Vw�l�>����n�G�^��i�s��"ms�$�u��i��?w�bs[m�6�K4���O���.�4��%����/����b�C%��t ��M�ז� �-l�G6�mrz2���s�%�9��s@���-�k�9�=���)������k�B5����\��+͂�Zsٲ ��Rn��~G���R���C����� �wIcI��n7jJ���hۛNCS|���j0��8y�iHKֶۛ�k�Ɉ+;Sz������L/��F�*\��Ԕ�#"5��m�2��[S��������=�g��n�a�P�e�ғ�L�� lذaÆ 6l�^k��̱aÆ 6lذaÆ 6lذa;���� �_��ذaÆ 6lذaÆ 6lذaÆ ���R���IEND�B` ### 2.3.0 - Add new `isEqual` method ❤️ [@EricRovell](https://github.com/EricRovell) ### 2.2.0 - New plugin: CMYK color space ❤️ [@EricRovell](https://github.com/EricRovell) ### 2.1.0 - Add new `hue` and `rotate` methods ### 2.0.1 - Improve the precision of alpha values ### 2.0.0 - Strict string color parsing conforming to the CSS Color Level specifications ### 1.7.2 - Simplify package "exports" field to improve different environments support ### 1.7.1 - Parse a color name disregarding the case ### 1.7.0 - New `getFormat` utility - Support HWB color strings (CSS functional notation) - Clamp LAB values as defined in CSS Color Level 4 specs ### 1.6.0 - Improvement: You can now use every angle unit supported by CSS (`deg`, `rad`, `grad`, `turn`) ### 1.5.0 - New utility: Random color generation ### 1.4.1 - Mix colors through CIE LAB color space ### 1.4.0 - New plugin: Color mixing - Adjust XYZ, LAB and LCH conversions to the D50 white point ([according to the latest CSS specs](https://drafts.csswg.org/css-color-5/#color-spaces)). ### 1.3.1 - Support modern CSS notations of RGB, HSL and LCH color functions ### 1.3.0 - New plugin: CIE LCH color space ### 1.2.1 - Fix: Do not treat 7-digit hex as a valid color ❤️ [@subzey](https://github.com/subzey) - Parser update: Turn NaN input values into valid numbers ❤️ [@subzey](https://github.com/subzey) ### 1.2.0 - New plugin: CIE LAB color space ### 1.1.1 - Make bundle 1% lighter ### 1.1.0 - Add `isValid` method ### 1.0 - An official production-ready release ### 0.10.2 - Sort named colors dictionary for better compression ❤️ [@subzey](https://github.com/subzey) ### 0.10.1 - Ignore `null` input in the parsers ### 0.10 - Shorten conversion method names (`toRgba` to `toRgb`, etc) ### 0.9.3 - New plugin: HWB color model - More accurate HSL and HSV conversions ### 0.9.2 - Names plugin: Support "transparent" keyword ### 0.9.1 - Improve package exports ### 0.9 - Add CommonJS exports ### 0.8 - New plugin: a11y (Accessibility) ### 0.7 - New plugin: CIE XYZ color space ### 0.6.2 - 20% speed improvement ❤️ [@jeetiss](https://github.com/jeetiss) ### 0.6.1 - 100% code coverage ### 0.6 - Make plugin available in Parcel which doesn't support exports map yet - Fix names plugin TS declarations export - Documentation ### 0.5 - New plugin: CSS color names ### 0.4 - Make the library ESM-first - Add code coverage reports ### 0.3 - Implement Plugin API ### 0.2 - Support 4 and 8 digit Hex ### 0.1 - Basic API