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 cb60b2c79d - 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-center gap-[36px]"> <div v-if="isWindowed" class="flex items-center justify-center gap-[36px] border-b border-m-primary">
<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 flex-1 max-w-[1200px] justify-center gap-[60px] border-b border-m-primary" class="flex flex-1 max-w-[1200px] justify-center gap-[60px]"
> >
<button <button
v-for="tab in visibleTabs" v-for="tab in visibleTabs"