COMPONENT
IntentStat
Bloc métrique intent-first: valeur + label + delta, avec hooks CSS stables et glow optionnel.
🧬 DataSince v0.3.0
DESIGN SYSTEM
mode
Intent
Variant
Glow
Mode normal: false/true.
Intensity
ToneStep
Éclaircit/assombrit via step Tailwind. Référence canonique: 500.
State
PLAYGROUND
Size
Layout
Content
Trend
Le trend pilote uniquement le style du delta.
Astuce: combine IntentStat avec IntentIndicator dans rightSlot pour des cockpits “live”.
PREVIEW
4 312
+12%
Pages parcourues
vs semaine dernière
Live
mode=dark, variant= elevated, intent= informed, size= md, layout= vertical, trend= up
RESOLVED
{
  "mode": "dark",
  "intent": "informed",
  "variant": "elevated",
  "intensity": "medium",
  "toneStep": 500,
  "toneEffective": "blue",
  "glowKey": null,
  "glowBackground": null,
  "style": {
    "--intent-bg": "var(--ids-color-blue-500)",
    "--intent-ring": "var(--ids-color-blue-700)",
    "--intent-text": "var(--ids-color-blue-200)",
    "--intent-bg-opacity": "0.16",
    "--intent-ring-opacity": "0.304",
    "--intent-border": "var(--ids-color-blue-700)",
    "--intent-glow-fill-opacity": "0",
    "--intent-glow-border-opacity": "0",
    "--intent-glow-filter": "none"
  },
  "classes": {
    "base": "intent-surface inline-flex items-center gap-2",
    "surface": "intent-bg",
    "border": "intent-ring",
    "text": "intent-text",
    "ring": "",
    "shadow": "intent-shadow-soft",
    "glow": "",
    "disabled": ""
  },
  "warnings": []
}
PROPS
PropTypeDefault
PROPS SYSTÈME
intent
Intent sémantique (informed/empowered/warned/threatened/themed/toned/glowed).
IntentDEFAULT_INTENT
variant
Variant visuel (flat/outlined/elevated/ghost).
VariantDEFAULT_VARIANT
tone
Override de tone (n’a d’effet que si intent='toned').
ToneDEFAULT_TONE (si toned)
toneStep
Step Tailwind (50..950) pour éclaircir/assombrir les teintes (autour du step canonique 500).
ToneStepDEFAULT_TONE_STEP
glow
Glow normal (true/false) ou glow esthétique (uniquement si intent='glowed').
boolean | Glowfalse (ou glow par intent)
intensity
Intensité (soft/medium/strong).
IntensityDEFAULT_INTENSITY
mode
Mode colorimétrique (dark/light).
ModeDEFAULT_MODE
disabled
Désactive l’état visuel (hooks + styles).
booleanfalse
PROPS LOCALES
as
Élément HTML rendu (polymorphique).
T extends React.ElementTypediv
className
Classes CSS additionnelles appliquées au root.
string
value
Valeur principale affichée (métrique).
React.ReactNode
label
Label (caption) de la métrique.
React.ReactNode
delta
Variation optionnelle (ex: +12%).
React.ReactNode
deltaLabel
Texte optionnel lié au delta (ex: vs semaine dernière).
React.ReactNode
trend
Direction du delta (style).
"up" | "down" | "neutral"neutral
icon
Icône principale (avant la valeur/label).
React.ReactNode
rightSlot
Slot à droite (actions, mini-indicator, etc.).
React.ReactNode
size
Taille (padding, typo, gaps).
"sm" | "md" | "lg"md
layout
Disposition (verticale ou horizontale).
"vertical" | "horizontal"vertical
align
Alignement du contenu.
"left" | "center" | "right"left
fullWidth
Étire la stat sur toute la largeur.
booleanfalse
loading
État loading avec skeleton.
booleanfalse
role
Rôle ARIA (par défaut: group).
React.AriaRolegroup
(native props)
Toutes les props natives du tag rendu (id, style, onClick, aria-*, data-*…).
Omit<React.ComponentPropsWithoutRef<T>, 'as' | 'className' | 'color'>
TYPES & CONSTANTES
APIValeur / Référence
TYPES
IntentNametype
Type union des intents sémantiques.
"informed" | "empowered" | "warned" | "threatened" | "themed" | "toned" | "glowed"
VariantNametype
Type union des variants visuels.
"flat" | "outlined" | "elevated" | "ghost"
ToneNametype
Type union des tones (familles Tailwind + theme + black).
("slate" | "gray" | ... | "theme" | "black")
GlowNametype
Type union des aesthetic glows (utilisable quand intent='glowed').
"aurora" | "ember" | "cosmic" | "mythic" | "royal" | "mono"
Intensitytype
Intensité des effets (glow/contraste).
"soft" | "medium" | "strong"
ModeNametype
Mode colorimétrique.
"dark" | "light"
CONSTANTES
DEFAULT_INTENTconst
Intent par défaut si aucun intent n’est fourni.
informed
DEFAULT_VARIANTconst
Variant par défaut si aucun variant n’est fourni.
elevated
DEFAULT_GLOW_BY_INTENTconst
Mapping intent → glow par défaut (quand glow est implicite).
DEFAULT_GLOW_BY_INTENT