diff --git a/docs/review/api/alfa-css.api.md b/docs/review/api/alfa-css.api.md index d81eb28d56..71bcfcbff5 100644 --- a/docs/review/api/alfa-css.api.md +++ b/docs/review/api/alfa-css.api.md @@ -734,7 +734,7 @@ export namespace Image { parse: Parser; } -// Warning: (ae-forgotten-export) The symbol "Corner" needs to be exported by the entry point index.d.ts +// Warning: (ae-forgotten-export) The symbol "Corner_2" needs to be exported by the entry point index.d.ts // Warning: (ae-forgotten-export) The symbol "HasCalculation" needs to be exported by the entry point index.d.ts // // @public (undocumented) @@ -998,9 +998,7 @@ export namespace Length { } // @public (undocumented) - -export type LengthPercentage = CALC extends true ? LengthPercentage.Calculated | Length.Calculated | Percentage.Calculated : CALC extends false ? Length.Fixed | Percentage.Fixed : LengthPercentage.Calculated | Length.Calculated | Percentage.Calculated | Length.Fixed | Percentage.Fixed; - +export type LengthPercentage = LengthPercentage.Calculated | Length.Calculated | Percentage.Calculated | Length.Fixed | Percentage.Fixed; // @public (undocumented) export namespace LengthPercentage {