export const SUBSECTION_INFIX = "-sub-"; export const PINNED_CLASS = "pinned"; export const PIN_OFFSET_PX = 16; export const SCROLL_TARGET_RATIO = 0.5; export const SCROLL_SETTLE_DELAY_MS = 700; export const SCROLL_SETTLE_TOLERANCE_PX = 1; export const SCROLL_BEHAVIOR: ScrollBehavior = "smooth"; export const SCROLL_BLOCK: ScrollLogicalPosition = "center"; export const METHODOLOGY_TONE = "methodology"; export const GRAMMAR_TONE = "grammar"; export const ARCHITECTURE_TONE = "architecture"; export const ONTOLOGY_TONE = "ontology"; export const ANATOMY_TONE = "anatomy"; export const SECTION_LETTERS = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; export const LABEL_GROUP_SIZE = 9; export const LABEL_SEPARATOR = ".";