vira - v31.9.6
    Preparing search index...

    Type Alias SortedContrastLevelName

    SortedContrastLevelName: [
        ...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.