@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.
@@ -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, typeof i3.HttpClientModule], [typeof i1.GioAsciidoctorComponent]>;
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/common/http";
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.HttpClientModule, typeof i3.MatIconModule], [typeof i3.MatIconModule]>;
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/common/http";
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.HttpClientModule, typeof i5.ReactiveFormsModule], [typeof i1.GioMonacoEditorComponent, typeof i2.GioMonacoEditorFormFieldDirective]>;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "7.44.0",
3
+ "version": "7.45.0-fix-httpclientmodule-55b6b45",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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-background: map.get(palette.$mat-oem-palette-light, background);
42
- $oem-light-menu-selected: map.get(palette.$mat-oem-palette-light, active);
43
- $oem-light-menu-text: map.get(palette.$mat-oem-palette-light, active-contrast);
44
- $oem-light-menu-hover: color-mix(in srgb, $oem-light-menu-selected 50%, transparent);
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
- );