Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(@vtmn/svelte): linear progressBar not displayed correctly on storybook #1457

Open
BasileRaiwet opened this issue Jul 26, 2023 · 2 comments
Labels
bug 🐛 Something isn't working community 👥 As we stopped improvements for this version of Vitamin, this issue needs to be done by the community Svelte 🟠 Related to Svelte components library

Comments

@BasileRaiwet
Copy link
Contributor

Description

On the svelte storybook, on every linear version of the VtmnProgressbar component (link), the progress displayed (blue background on the progress element) is always at 100%.

image

=> This error only affect storybook. The component himself is working properly.

This error occurs because the following CSS code is missing.

transform: var(--vtmn-progressbar_progress-transform);

Expected behavior

As for every other languages, the progress should be reflected on the component as in the exemple bellow.

image

Version affected

@vtmn/svelte: v3.2.5

@BasileRaiwet BasileRaiwet added the bug 🐛 Something isn't working label Jul 26, 2023
@lauthieb lauthieb added community 👥 As we stopped improvements for this version of Vitamin, this issue needs to be done by the community Svelte 🟠 Related to Svelte components library labels Aug 1, 2023
@stale
Copy link

stale bot commented Aug 31, 2023

This has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Feel free to reopen whenever you want. Thank you for your contributions.

@stale stale bot added the wontfix 🚫 This will not be worked on label Aug 31, 2023
@lauthieb lauthieb removed the wontfix 🚫 This will not be worked on label Aug 31, 2023
@HimanshuMahto
Copy link

hey can i work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working community 👥 As we stopped improvements for this version of Vitamin, this issue needs to be done by the community Svelte 🟠 Related to Svelte components library
Projects
Status: 🔖 Dev to do
Development

No branches or pull requests

3 participants