ev_lib_classes 0.7.1

Pure styling data (Tailwind class tables) shared by the Dioxus uikit and the TS codegen — no Dioxus.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/// Fused on top of the outline `md` button: the field-shaped trigger.
pub const DATE_TIME_PICKER_TRIGGER: &str = "w-full justify-start gap-2 text-left font-normal data-[placeholder]:text-ink-soft [&>svg]:text-ink-soft";

/// Fused on top of the popover content: the calendar brings its own padding.
pub const DATE_TIME_PICKER_CONTENT: &str = "w-auto p-0";

pub const DATE_TIME_PICKER_TIME: &str = "flex items-center gap-2 border-t border-border px-3 py-2";

/// Fused on top of `INPUT_BASE` for the hours / minutes fields.
pub const DATE_TIME_PICKER_TIME_INPUT: &str = "w-14 text-center tabular-nums";

pub const DATE_TIME_PICKER_TIME_SEPARATOR: &str = "text-ink-soft select-none";

/// Fused on top of the ghost `sm` button.
pub const DATE_TIME_PICKER_CLEAR: &str = "ml-auto";