0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-09 00:10:08 -05:00
Commit graph

6 commits

Author SHA1 Message Date
Roberto Redradix
5392f8a4e0 build: bump version to 0.1.0-beta.0 2023-09-15 19:14:45 +02:00
Roberto Redradix
122c5b6071 docs: license under Apache License, Version 2.0 2023-09-15 19:14:42 +02:00
Roberto Redradix
7927ed8f98 build(core,cli): build TypeScript before packing 2023-09-15 19:00:55 +02:00
Roberto Redradix
83ba6f93d5 refactor(core): validate user config in a more expressive way
zod unions are exclusive, so the UserConfig type couldn't be kept as a union either for having at least a colors, typographies or pages output.

This check has been moved to a runtime zod refine custom validation.
2023-09-04 17:42:34 +02:00
Roberto Redradix
bf6f6a723a test(core): add tests for CSS ident tokens 2023-09-04 13:41:32 +02:00
Roberto Redradix
e35186eae9 refactor!: split penpot-export into cli and core modules 2023-09-01 17:43:45 +02:00