Commits on Source 7
-
Sascha Eggenberger authored
Update design tokens to align with dark mode design direction. Add new tokens and make other adjustments as needed. Co-authored-by:
Jeremy Elder <jelder@gitlab.com>
-
Mark Florian authored
This fixes component and story decorators in Vue 3, and therefore fixes various failing visual tests under Vue 3.
-
Paul Gascou-Vaillancourt authored
chore: Fix Storybook decorators in Vue 3 See merge request !4926 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
Mark Florian <mflorian@gitlab.com>
-
Mark Florian authored
It seems that in Vue 2, toasts are automatically removed when the parent component is destroyed. In Vue 3, that appears not to happen, for some reason. Ideally that underlying problem would be fixed, but in practice, it shouldn't be much of a problem, since toasts auto-hide eventually anyway. The reason this matters in the visual tests is that we switch stories between taking screenshots, which means that toast(s) from the previous story might still be present. This meant that the `getByRole('status')` query of the `play` function was failing, since more than one toast was present sometimes. Now, we explicitly hide toasts when the stories are destroyed.
-
Thomas Hutterer authored
chore: Fix toast visual test in Vue 3 See merge request !4928 Merged-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com> Reviewed-by:
Thomas Hutterer <thutterer@gitlab.com> Co-authored-by:
Mark Florian <mflorian@gitlab.com>
-
Mark Florian authored
feat(Dropdown): Update design tokens See merge request !4842 Merged-by:
Mark Florian <mflorian@gitlab.com> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Dan MH <dmizzi-harris@gitlab.com> Approved-by:
Mark Florian <mflorian@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Reviewed-by:
Scott de Jonge <sdejonge@gitlab.com> Co-authored-by:
Sascha Eggenberger <seggenberger@gitlab.com>
-
semantic-release-bot authored
# [107.1.0](v107.0.1...v107.1.0) (2025-01-16) ### Features * **Dropdown:** Update design tokens ([c8663b6c](c8663b6c))