Nate Baldwin
Nate Baldwin
## Description Class function refactor broke typescript support. Issue identified here: https://github.com/adobe/leonardo/issues/113#issuecomment-926028897 ## Steps to reproduce ## Expected behavior ## Screenshots ## Leonardo package and version alpha.9+ ## Environment -...
## Description Import as lightness stops is not working ## Steps to reproduce 1. Go to http://leonardocolor.io/ 2. Click on adaptive theme 3. Click import lightness stops 4. enter #0000ff,...
## Description Failing tests require more investigation as to why they are failing. #### `themeSetters.test`: 'should set contrast multiple times' This test should return gray100 value as "#ffffff". The value...
## Description CIECAM02 polar (JCH) option is available for interpolation within `@adobe/leonardo-contrast-colors` (as CAM02p) but was not represented within the UI as an option. This PR adds the option of...
## Description Refine the API props and options for Leonardo to be more intuitive and consistent. Considering there are other tools out there (including the d3 and chroma.js libraries) that...
## Description Add detailed color conflict report to themes tab. Possible resource to use: https://github.com/connorgr/d3-jnd ## Why do you need this feature? CVD simulations are great, but are highly subjective...
## Description . Add a component for picking color values, with ability to input hex, RGB, hsl, HSV, HSLuv, Lab, LCH, Jab, JCh color values for input key colors or...
## Description Closes *part* of #2 (sequential only) - Added palette type option for "contrast-based" or "sequential" - Updated method of generating scales in `createScale()` to properly output sequences of...
## Description Allow the user to input a lowest and highest ratio (with additional possible ratios inbetween), and then choose a number of additional swatches to generate that will "fill...
## Description Feature in npm module and web tool to return next closest accessible color(s) User inputs color, tool returns 3:1, 4.5:1, and 7:1 variations. ## Why do you need...