widgets/dialogs/_dialog_chrome
library
Classes
-
CLDialogButton
-
Bottone di dialog in stile shadcn: superficie piatta, tre toni semantici
(primary/danger filled, ghost outline). Interazione via CLPressable
(hover/press/focus + attivazione tastiera), senza press-scale.
-
DialogCloseButton
-
Discreet circular close button used in dialog headers when present.
-
Footer divider + action bar (cancel + confirm). actions is rendered
right-aligned with an
gapMd gap between buttons.
-
Header section with an Inter title, optional subtitle, and a discreet
close affordance via
onClose.
-
DialogShell
-
Animated container for a refined Skillera dialog. Wraps a Material
surface with rounded modal radius, theme-aware shadow and entrance
fade+lift transition. Pass maxWidth to clamp horizontal extent.
-
IconBadge
-
Decorative icon badge with a tinted circular background. Use
tone
to pick the semantic color (primary / danger / warning / success).
Enums
-
CLDialogButtonTone
-
Tonal variants used by CLDialogButton.
primary is filled with the
theme primary color; danger is filled with the theme danger color;
ghost is bordered transparent.