Garth Braithwaite
Garth Braithwaite
@thierryc I'm trying to test this locally, but I'm not sure it's working. Running locally, I created a new theme and changed the name to something with spaces. Looking at...
This has been fixed with the [latest release](https://github.com/adobe/leonardo/releases/tag/@adobe/[email protected]). If any problems with the latest package persist, let me know.
> No worries, last time, would be nice to accept PRs instead of copy other's work, have a nice day. What work was copied? It was not intentional and I'd...
This has been fixed with the [latest release](https://github.com/adobe/leonardo/releases/tag/@adobe/[email protected]). If any problems with the latest package persist, let me know.
I had to adjust something to fix a security issue, and I think that's what broke this. I'll work on fixing it today.
Moved work to https://github.com/adobe/leonardo/pull/243
I just tried scrolling with the arrow keys and touchpad on a mac, and it seems to work. I don't have a PC laptop to test it out, but I'm...
Looking at the console, it looks like there's something wrong with at least one of the hex colors in the URL. To make debugging easier, I converted the URL strings...
@jesselcampbell I think it's the OKLCH colorspace that's causing the issue. If I change your URL data to RGB, it loads: This [URL](https://leonardocolor.io/theme.html?name=Untitled&config=%7B%22baseScale%22%3A%22Sky%22%2C%22colorScales%22%3A%5B%7B%22name%22%3A%22Sky%22%2C%22colorKeys%22%3A%5B%22%23bbd2ec%22%2C%22%23837afa%22%5D%2C%22colorspace%22%3A%22RGB%22%2C%22ratios%22%3A%5B%221.025%22%2C%221.125%22%2C%221.25%22%2C%221.75%22%2C%222.5%22%2C%223.25%22%2C%224.5%22%2C%227%22%2C%229.25%22%2C%2213%22%2C%2218%22%5D%2C%22smooth%22%3Afalse%7D%5D%2C%22lightness%22%3A100%2C%22contrast%22%3A1%2C%22saturation%22%3A100%2C%22formula%22%3A%22wcag2%22%7D) uses this data: ```js config = {...
@damiankorcz same issue with your url - leonardo is converting the color to an RGB colorspace in the config (as a hex color), but it isn't changing the colorspace to...