svelte-ux icon indicating copy to clipboard operation
svelte-ux copied to clipboard

Design token follow-up

Open techniq opened this issue 1 year ago • 1 comments

  • [x] Do not require settings() to be defined
  • [x] Support passing color objects from tailwind
  • [ ] Support rounded-base / rounded-container design tokens and map from Skeleton / Daisy
  • [x] Verify create-svelte-ux / templates
  • [ ] Allow all colors to be optional (there exists a default light/dark theme if none present)
  • [ ] Set accent: hsl(var(--color-primary)) by default?
  • [ ] https://github.com/techniq/svelte-ux/issues/122
  • [ ] Change default state colors to tailwind colors, still set daisy UI specific state colors in convertor

Related: https://github.com/techniq/layerchart/issues/102

techniq avatar Feb 12 '24 04:02 techniq

"Support passing color objects from tailwind" will be solved by #307

brandonmcconnell avatar Mar 25 '24 21:03 brandonmcconnell