tloncorp / indigo-react

React components that implement Tlon's design language
MIT License
40 stars 6 forks source link

1.2.26 package missing some new icons #124

Closed tomholford closed 2 years ago

tomholford commented 2 years ago

Describe the bug New icons have been added to Indigo, but are not available to package consumers. So, attempting to use a new icon such as ShipSpawned results in the Null icon instead:

image

To Reproduce example: https://replit.com/@0xfff/indigo-react-icon-gallery

Steps to reproduce the behavior:

  1. Upgrade to 1.2.26 vianpm install --save @tlon/indigo-react
  2. Attempt to render a new icon (e.g., ShipSpawned)

Expected behavior The new Ship Spawned icon is rendered

Resolution

Locally I cloned this repo and ran npm run build; the output in the /dist dir had an updated iconIndex.d.ts with the new icons included, so perhaps all that's needed is this command to be run on master and 1.2.27 pushed with the result.

tomholford commented 2 years ago

Just upgraded to 1.2.27 and confirmed that this issue is resolved