solid-color
solid-color copied to clipboard
🎨 SolidJS color pickers from Sketch, Photoshop, Chrome, Github, Twitter & more
The library is great! The only real issue I've run into at all is that I need RGBA hex, e.g. getting 8-digit `#rrggbbaa` format output, which the library does not...
Bumps [eslint](https://github.com/eslint/eslint) from 9.25.1 to 9.27.0. Release notes Sourced from eslint's releases. v9.27.0 Features d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas) ba456e0...
Bumps [solid-js](https://github.com/solidjs/solid) from 1.9.5 to 1.9.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.31.1 to 8.32.1. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.32.1 8.32.1 (2025-05-12) 🩹 Fixes eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194) eslint-plugin: [no-deprecated] support computed member access...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.3 to 6.3.5. Release notes Sourced from vite's releases. v6.3.5 Please refer to CHANGELOG.md for details. v6.3.4 Please refer to CHANGELOG.md for details. Changelog Sourced from vite's...
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 3.5.3. Release notes Sourced from prettier's releases. 3.5.3 🔗 Changelog 3.5.2 🔗 Changelog 3.5.1 🔗 Changelog 3.5.0 diff 🔗 Release note 3.4.2 🔗 Changelog 3.4.1...
Bumps [eslint](https://github.com/eslint/eslint) from 9.25.1 to 9.38.0. Release notes Sourced from eslint's releases. v9.38.0 Features ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair) e37e590 feat: correct...
Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 3.6.2. Release notes Sourced from prettier's releases. 3.6.2 What's Changed Add missing blank line around code block by @fisker in prettier/prettier#17675 🔗 Changelog 3.6.1 Fix...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.31.1 to 8.46.2. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.46.2 8.46.2 (2025-10-20) 🩹 Fixes eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702) typescript-estree:...
import { TwitterPicker } from 'solid-color' export const ColorPicker = () => { return ( ) } Uncaught TypeError: Cannot destructure property 'onSwatchHover' of 'useColorPicker(...)' as it is undefined. at...