* feat: add version key to palette json
* feat: import deno.json directly
* chore: update mod.ts & release please config
* fix: avoid jsr (no-slow-types) error
"Destructuring in exports is not supported. Instead of destructuring,
export each symbol individually."
ref: https://jsr.io/docs/about-slow-types#typescript-restrictions
* fix: make sure to export non-destructured value
---------
Co-authored-by: backwardspy <backwardspy@pigeon.life>
* feat(npm): add build script for hybrid cjs+esm support
* style: fix mixed indents
* allow import from CSS
* doc: instructions on how to import css file
* refactor(npm): use esbuild.js for a single build command
* chore: fix mixed indents
* fix(npm): rename file extension in npm include list
Co-authored-by: sakkke <w32w64@gmail.com>
Co-authored-by: Pocco81 <58336662+Pocco81@users.noreply.github.com>
Co-authored-by: Pocco81 <pocco451@gmail.com>