COMPONENT
IntentPdfViewer
Viewer PDF intent-first (aperçu intégré) avec header/actions optionnels.
🧬 DataSince v0.2.4
DESIGN SYSTEM
mode
Intent
Variant
Glow
Intensity
State
PLAYGROUND
PDF
Source: /a-game-of-thrones-the-board-game-rulebook.pdf
Renderer
object peut mieux fallback selon navigateurs.
Fit
Hook CSS (certains viewers natifs ignorent object-fit).
Header
Actions
Viewer
Size
Footer
PREVIEW
Rulebook
A Game of Thrones · Rulebook
Astuce: teste renderer="object" si Safari fait son prince capricieux 🐉
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
src
URL du fichier PDF à afficher.
string
title
Titre optionnel (header).
React.ReactNode
meta
Meta à droite du header.
React.ReactNode
height
Hauteur du viewer.
number | string420
maxHeight
Hauteur max (scroll).
number | stringauto
fit
Ajustement visuel du contenu (hook CSS).
"contain" | "cover" | "auto"contain
renderer
Moteur d’embed: iframe ou object (fallback).
"iframe" | "object"iframe
allowFullScreen
Autorise le plein écran.
booleantrue
hideToolbar
Tente de masquer la toolbar du viewer natif (#toolbar=0...).
booleanfalse
openable
Affiche l’action Ouvrir.
booleantrue
downloadable
Affiche l’action Télécharger.
booleanfalse
openLabel
Label du bouton Ouvrir.
stringOpen
downloadLabel
Label du bouton Télécharger.
stringDownload
onOpen
Callback quand on ouvre.
(src: string) => void
onDownload
Callback quand on télécharge.
(src: string) => void
emptyLabel
Label si pas de src.
React.ReactNode"No PDF"
errorLabel
Label si le rendu est indisponible.
React.ReactNode"Preview unavailable"
footer
Footer slot.
React.ReactNode
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