@gravitee/ui-particles-angular 7.38.0-menu-customization-2dd9bb5 → 7.38.0-menu-customization-e1868d4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "7.38.0-menu-customization-2dd9bb5",
3
+ "version": "7.38.0-menu-customization-e1868d4",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,3 +30,20 @@ $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
+ );
@@ -17,7 +17,7 @@
17
17
  @forward './gio-mat-palettes' show $mat-primary-palette, $mat-accent-palette, $mat-success-palette, $mat-warning-palette, $mat-error-palette,
18
18
  $mat-method-palette, $mat-basic-palette, $mat-blue-palette, $mat-cyan-palette, $mat-space-palette, $mat-dove-palette;
19
19
 
20
- @forward './gio-oem-palette' show $mat-oem-palette;
20
+ @forward './gio-oem-palette' show $mat-oem-palette, $mat-oem-palette-light;
21
21
 
22
22
  @forward './theme/typography/gio-typography' show subtitle-typography, code-typography, link-typography, caption-2;
23
23