Bibliothèque Utilitaire Angular | ng-hub-ui-utils

Bibliothèque utilitaire Angular avec pipes, gestion du focus, overlays, transitions et helpers de traduction partagés entre les composants UI réutilisables.

Styles

Variables CSS

Personnalisez chaque pixel avec 19 variables CSS. Remplacez-les au niveau de :root ou limitez-les à un conteneur.

Overlay & tooltip

Design tokens read by this component. Override them on the host element (or any ancestor) to customize; every default falls back to the ng-hub-ui-ds layer.

VariablePar défautTypeDescription
--hub-overlay-backdrop-zindexcalc(var(--hub-sys-zindex-dropdown, 1000) - 1)number Overlay backdrop z index
--hub-overlay-bgvar(--hub-sys-surface-elevated, #f8f9fa)color Overlay bg
--hub-overlay-border-radiusvar(--hub-sys-radius-sm, 0.25rem)length Overlay border radius
--hub-overlay-shadowvar(--hub-sys-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15))shadow Overlay shadow
--hub-overlay-zindexvar(--hub-sys-zindex-dropdown, 1000)number Overlay z index
--hub-tooltip-bgvar(--hub-ref-color-black, #000)color Couleur de fond de l'info-bulle.
--hub-tooltip-border-radiusvar(--hub-sys-radius-md, 0.375rem)length Rayon des coins de l'info-bulle.
--hub-tooltip-colorvar(--hub-ref-color-white, #fff)color Couleur du texte de l'info-bulle.
--hub-tooltip-font-familyvar(--hub-ref-font-family-base, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif)string Tooltip font family
--hub-tooltip-font-sizevar(--hub-ref-font-size-sm, 0.875rem)length Taille de police du texte de l'info-bulle.
--hub-tooltip-font-weightvar(--hub-ref-font-weight-base, 400)number Tooltip font weight
--hub-tooltip-line-heightvar(--hub-ref-line-height-base, 1.5)number Largeur maximale avant le retour à la ligne du texte.
--hub-tooltip-max-width200pxlength Tooltip max width
--hub-tooltip-opacity0.9number Opacité de l'info-bulle affichée.
--hub-tooltip-padding-xvar(--hub-ref-space-2, 0.5rem)length Padding horizontal à l'intérieur de l'info-bulle.
--hub-tooltip-padding-yvar(--hub-ref-space-1, 0.25rem)length Padding vertical à l'intérieur de l'info-bulle.
--hub-tooltip-shadownoneshadow Tooltip box shadow
--hub-tooltip-transition-duration0.15stransition Durée du fondu d'apparition/disparition.
--hub-tooltip-zindexvar(--hub-sys-zindex-tooltip, 1080)number Ordre d'empilement de l'élément d'info-bulle.