vira - v31.18.2
    Preparing search index...

    Type Alias SortedContrastLevelName

    SortedContrastLevelName: [
        "highest-contrast",
        "lowest-contrast",
        ...UnionToTuple<Extract<ContrastLevelName, `${string}-${string}`>>,
        ...UnionToTuple<Exclude<ContrastLevelName, `${string}-${string}`>>,
    ]

    ContrastLevelName values with the values containing internal dashes to the beginning so they can be correctly used with RemoveSuffix.