feat(ui) : required cohérent + astérisque label + sanitisation email (MUI-41) #60

Merged
tristan merged 51 commits from feature/MUI-41-props-required-asterisque-dans-le-label-sur-les-co into develop 2026-06-04 06:42:20 +00:00
Showing only changes of commit 8695d8daa0 - Show all commits
+2 -2
View File
@@ -1,6 +1,6 @@
<template> <template>
<div v-bind="$attrs"> <div v-bind="$attrs">
<div v-if="isWindowed" class="flex items-center justify-between border-b border-m-primary px-[54px]"> <div v-if="isWindowed" class="flex items-center justify-center gap-[36px]">
<button <button
type="button" type="button"
aria-label="Onglets précédents" aria-label="Onglets précédents"
@@ -17,7 +17,7 @@
<div <div
role="tablist" role="tablist"
class="flex justify-center gap-[60px]" class="flex flex-1 max-w-[1020px] justify-center gap-[60px] border-b border-m-primary"
> >
<button <button
v-for="tab in visibleTabs" v-for="tab in visibleTabs"