new-data-services / statamic-bard-color-picker

Text color picker with swatches for Bard fields
https://statamic.com/addons/new-data-services/bard-color-picker
8 stars 0 forks source link

Replace the pickr package #5

Closed heidkaemper closed 3 months ago

heidkaemper commented 4 months ago

Statamic moved from the @simonwep/pickr and uses an input type color for it's color fieldtype: https://github.com/statamic/cms/blob/master/resources/js/components/fieldtypes/ColorFieldtype.vue

Our Bard color picker should probably do the same.

Would be a breaking change, tho.