Update API reports after rebase

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-17 13:14:42 +01:00
parent 3b9973c7df
commit 2df91cd745
2 changed files with 3 additions and 3 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',
{}
+1 -1
View File
@@ -478,7 +478,7 @@ const appPlugin: OverridableFrontendPlugin<
icons: ExtensionInput<
ConfigurableExtensionDataRef<
{
[x: string]: IconElement | IconComponent;
[x: string]: IconComponent | IconElement;
},
'core.icons',
{}