@hotelinking/ui 13.45.15 → 13.45.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui.d.ts CHANGED
@@ -1420,7 +1420,7 @@ export declare interface UiSidebarV2Interface {
1420
1420
  /** left sidebar with product logos */
1421
1421
  productsSidebar: {
1422
1422
  name: string;
1423
- icon: FunctionalComponent;
1423
+ icon: FunctionalComponent | string;
1424
1424
  active?: boolean;
1425
1425
  }[];
1426
1426
  }