From cba5c73229a4be2c88a0a53b0f60081ca62487e4 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:30:07 +0000 Subject: [PATCH] Extract API --- docs/review/api/alfa-css.api.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 {