airbyte
airbyte copied to clipboard
Icon library in storybook out of date
The hosted icon library + local storybook builds are both missing a few icons (both in the dropdown of the main story and in the nice table in the icon docs)
We have an amazing new icon library! Let's get it pushed to everywhere :)
refining notes:
- icons table & storybook controls dropdown are generated from typescript types -> docgen, this is usually a packager cache issue
relates to https://github.com/airbytehq/airbyte-internal-issues/issues/6197 for publishing to https://components.airbyte.dev/
I am unable to reproduce this locally. After modifying icon & its types file, the storybook UI will often not include the changes but restarting the storybook server seems to always find the changes and rebuild correctly.
Closing because this cannot be reproduced!