By default: Do not fetch icons from Figma as this requires an access token to the Figma document.Open source developers might not have a access token for this repository.This pull request is a first step in the right direction. In the future we need to publish the ìconspnpm workspace package as on GitHub packages.Other modules in this Onyx project would then use an exact version instead of theworkspace:^version. This is necessary as theworkspace:^version does not include the fetched icons and processed into thedist` directory.
By default: Do not fetch icons from Figma as this requires an access token to the Figma document.Open source developers might not have a access token for this repository.This pull request is a first step in the right direction. In the future we need to publish the ìcons
pnpm workspace package as on GitHub packages.Other modules in this Onyx project would then use an exact version instead of the
workspace:^version. This is necessary as the
workspace:^version does not include the fetched icons and processed into the
dist` directory.Closes #23