platform-bible-react
    Preparing search index...

    Variable SHRINK_STEPConst

    SHRINK_STEP: Readonly<{ MINIMUM: 3; TIGHT: 1; TIGHTER: 2; WIDE: 0 }> = ...

    Named shrink steps, ordered widest to narrowest. Consumers compare against these (step >= SHRINK_STEP.MINIMUM), so the ascending order is part of the contract.

    Not every surface uses all four. BookChapterControl walks the whole ladder, while a control with only one shorter form — the project selector, the paragraph style label — reads a single boundary (step >= SHRINK_STEP.MINIMUM) and ignores the rest.