@gravitee/ui-particles-angular 7.44.0 → 7.45.0-fix-httpclientmodule-55b6b45
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/esm2020/lib/gio-asciidoctor/gio-asciidoctor.module.mjs +4 -5
- package/esm2020/lib/gio-icons/gio-icons.module.mjs +4 -5
- package/esm2020/lib/gio-license/gio-license.module.mjs +2 -4
- package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.module.mjs +4 -5
- package/esm2020/lib/oem-theme/gio-submenu/gio-submenu-group/gio-submenu-group.component.mjs +2 -2
- package/esm2020/lib/oem-theme/gio-submenu/gio-submenu-item/gio-submenu-item.component.mjs +2 -2
- package/esm2020/lib/oem-theme/gio-submenu/gio-submenu.component.mjs +2 -2
- package/fesm2015/gravitee-ui-particles-angular.mjs +17 -19
- package/fesm2015/gravitee-ui-particles-angular.mjs.map +1 -1
- package/fesm2020/gravitee-ui-particles-angular.mjs +17 -19
- package/fesm2020/gravitee-ui-particles-angular.mjs.map +1 -1
- package/lib/gio-asciidoctor/gio-asciidoctor.module.d.ts +1 -2
- package/lib/gio-icons/gio-icons.module.d.ts +2 -3
- package/lib/gio-monaco-editor/gio-monaco-editor.module.d.ts +2 -3
- package/package.json +1 -1
- package/src/scss/gio-oem-palette-variable.scss +4 -4
- package/src/scss/gio-oem-palette.scss +0 -17
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./gio-asciidoctor.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/common/http";
|
|
5
4
|
export declare class GioAsciidoctorModule {
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioAsciidoctorModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GioAsciidoctorModule, [typeof i1.GioAsciidoctorComponent], [typeof i2.CommonModule
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GioAsciidoctorModule, [typeof i1.GioAsciidoctorComponent], [typeof i2.CommonModule], [typeof i1.GioAsciidoctorComponent]>;
|
|
8
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<GioAsciidoctorModule>;
|
|
9
8
|
}
|
|
@@ -2,11 +2,10 @@ import { MatIconRegistry } from '@angular/material/icon';
|
|
|
2
2
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
import * as i1 from "@angular/common";
|
|
5
|
-
import * as i2 from "@angular/
|
|
6
|
-
import * as i3 from "@angular/material/icon";
|
|
5
|
+
import * as i2 from "@angular/material/icon";
|
|
7
6
|
export declare class GioIconsModule {
|
|
8
7
|
constructor(matIconRegistry: MatIconRegistry, sanitizer: DomSanitizer);
|
|
9
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioIconsModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GioIconsModule, never, [typeof i1.CommonModule, typeof i2.
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GioIconsModule, never, [typeof i1.CommonModule, typeof i2.MatIconModule], [typeof i2.MatIconModule]>;
|
|
11
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<GioIconsModule>;
|
|
12
11
|
}
|
|
@@ -3,8 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
import * as i1 from "./gio-monaco-editor.component";
|
|
4
4
|
import * as i2 from "./gio-monaco-editor-form-field.directive";
|
|
5
5
|
import * as i3 from "@angular/common";
|
|
6
|
-
import * as i4 from "@angular/
|
|
7
|
-
import * as i5 from "@angular/forms";
|
|
6
|
+
import * as i4 from "@angular/forms";
|
|
8
7
|
export declare class GioMonacoEditorModule {
|
|
9
8
|
static forRoot(config: GioMonacoEditorConfig): {
|
|
10
9
|
ngModule: typeof GioMonacoEditorModule;
|
|
@@ -14,6 +13,6 @@ export declare class GioMonacoEditorModule {
|
|
|
14
13
|
}[];
|
|
15
14
|
};
|
|
16
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<GioMonacoEditorModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GioMonacoEditorModule, [typeof i1.GioMonacoEditorComponent, typeof i2.GioMonacoEditorFormFieldDirective], [typeof i3.CommonModule, typeof i4.
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GioMonacoEditorModule, [typeof i1.GioMonacoEditorComponent, typeof i2.GioMonacoEditorFormFieldDirective], [typeof i3.CommonModule, typeof i4.ReactiveFormsModule], [typeof i1.GioMonacoEditorComponent, typeof i2.GioMonacoEditorFormFieldDirective]>;
|
|
18
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<GioMonacoEditorModule>;
|
|
19
18
|
}
|
package/package.json
CHANGED
|
@@ -38,8 +38,8 @@ $oem-top-bar-notification-contrast: var(--gio-oem-palette--active-contrast, map.
|
|
|
38
38
|
$oem-top-bar-apim-button-background: var(--gio-oem-palette--sub-menu, rgb(0 111 185 / 50%));
|
|
39
39
|
|
|
40
40
|
// Light
|
|
41
|
-
$oem-light-menu-
|
|
42
|
-
$oem-light-menu-
|
|
43
|
-
$oem-light-menu-text: map.get(palette.$mat-oem-palette
|
|
44
|
-
$oem-light-menu-hover: color-mix(in srgb, $oem-light-menu-selected
|
|
41
|
+
$oem-light-menu-selected: var(--gio-oem-palette--active, map.get(gio.$mat-accent-palette, default));
|
|
42
|
+
$oem-light-menu-background: color-mix(in srgb, $oem-light-menu-selected 60%, black);
|
|
43
|
+
$oem-light-menu-text: map.get(palette.$mat-oem-palette, active-contrast);
|
|
44
|
+
$oem-light-menu-hover: color-mix(in srgb, $oem-light-menu-selected 80%, black);
|
|
45
45
|
$oem-light-sub-menu-title: color-mix(in srgb, $oem-light-menu-text 70%, black);
|
|
@@ -30,20 +30,3 @@ $mat-oem-palette: mat.define-palette(
|
|
|
30
30
|
background,
|
|
31
31
|
background
|
|
32
32
|
);
|
|
33
|
-
|
|
34
|
-
// palette used for gio-submenu (Organization menu in APIM) and is not customizable for now.
|
|
35
|
-
$mat-oem-palette-light: mat.define-palette(
|
|
36
|
-
(
|
|
37
|
-
// mat-accent-palette darker40
|
|
38
|
-
background: #51438e,
|
|
39
|
-
// mat-accent-palette default
|
|
40
|
-
active: #876fec,
|
|
41
|
-
contrast: (
|
|
42
|
-
background: #fff,
|
|
43
|
-
active: #fff,
|
|
44
|
-
)
|
|
45
|
-
),
|
|
46
|
-
background,
|
|
47
|
-
background,
|
|
48
|
-
background
|
|
49
|
-
);
|