@gravitee/ui-particles-angular 12.16.0 → 12.17.0-renovate-all-devdependencies-minor-patch-344a617
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/assets/gio-icons.svg +5 -0
- package/esm2022/lib/oem-theme/gio-top-bar/gio-top-bar-content/gio-top-bar-content.component.mjs +3 -3
- package/fesm2022/gravitee-ui-particles-angular.mjs +2 -2
- package/fesm2022/gravitee-ui-particles-angular.mjs.map +1 -1
- package/lib/oem-theme/gio-top-bar/gio-top-bar-content/gio-top-bar-content.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
export type GioTopBarProductTypes = 'am' | 'apim' | 'cockpit' | 'cloud';
|
|
2
|
+
export type GioTopBarProductTypes = 'am' | 'apim' | 'cockpit' | 'cloud' | 'portal';
|
|
3
3
|
export declare class GioTopBarContentComponent {
|
|
4
4
|
type: GioTopBarProductTypes;
|
|
5
5
|
productName: string;
|