Skip to content

v4.0.1-3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mvllow mvllow released this 10 Apr 22:10
· 3 commits to main since this release
56361ff

Adds new data types and changes the exported variants and roles. The default export has been removed in favour of named exports. Exported variants and roles now contain the fields: id, key, name and colors.

Breaking changes

- variants.main.rose.hex
+ variants.main.colors.rose.hex

- roles.rose.main.hex
+ roles.rose.colors.main.hex

Features

On top of the newly added id, key and name fields, there are now exported variantIds, variantKeys, variantNames, roleIds, roleKeys and roleNames. This should make looping through the palette values a lil easier.

v4.0.1-2...v4.0.1-3