You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the consumer can access Lume types only by navigating the /dist folder something like @adyen/lume/dist/@types/...
It would create a better developer experience if the user can access the types directly from @adyen/lume instead of navigating the entire path.
And certain types for instance AlluvialDiagramOptions are not exported in Vue 2 version of Lume library.
Need to go through the list of missing types and export them too.
Expected behavior
Consumers should be allowed to import Lume types directly from @adyen/lume.
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Lume issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
govind-srinidhi
changed the title
Exporting the types of chart utils/components/composables
Improve DX of currently exported chart types and also export the missing types.
Feb 15, 2024
Problem description
Currently the consumer can access Lume types only by navigating the
/dist
folder something like@adyen/lume/dist/@types/..
.It would create a better developer experience if the user can access the types directly from
@adyen/lume
instead of navigating the entire path.And certain types for instance
AlluvialDiagramOptions
are not exported in Vue 2 version of Lume library.Need to go through the list of missing types and export them too.
Expected behavior
Consumers should be allowed to import Lume types directly from
@adyen/lume
.Browsers
Firefox, Chrome, Safari, Microsoft Edge, Opera
Packages
Version(s)
No response
OS
Windows, Linux, Mac
Validations
The text was updated successfully, but these errors were encountered: