repo: refresh remaining API reports

Check in the remaining generated API report updates after the rebase so verify sees the current exported surfaces and generated ordering.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-17 14:03:17 +01:00
parent 3860435f6c
commit 094cee6a40
4 changed files with 76 additions and 67 deletions
+2 -2
View File
@@ -86,7 +86,7 @@ export const IconBundleBlueprint: ExtensionBlueprint<{
};
output: ExtensionDataRef<
{
[x: string]: IconElement | IconComponent;
[x: string]: IconComponent | IconElement;
},
'core.icons',
{}
@@ -97,7 +97,7 @@ export const IconBundleBlueprint: ExtensionBlueprint<{
dataRefs: {
icons: ConfigurableExtensionDataRef<
{
[x: string]: IconElement | IconComponent;
[x: string]: IconComponent | IconElement;
},
'core.icons',
{}