Decathlon / vitamin-web

Decathlon Design System UI components for web applications
https://decathlon.github.io/vitamin-web
Apache License 2.0
279 stars 77 forks source link

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

Open BasileRaiwet opened 1 year ago

BasileRaiwet commented 1 year ago

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

stale[bot] commented 1 year ago

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.

HimanshuMahto commented 11 months ago

hey can i work on this