@gravitee/ui-particles-angular 7.45.1 → 7.46.0

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.
@@ -0,0 +1,19 @@
1
+ import { Args } from '@storybook/angular';
2
+ export declare const COLOR_ARG_TYPES: {
3
+ menuBackground: {
4
+ control: string;
5
+ };
6
+ menuActive: {
7
+ control: string;
8
+ };
9
+ };
10
+ export interface OemTheme {
11
+ menuBackground: string;
12
+ menuActive: string;
13
+ }
14
+ declare const computeStylesForStory: (args: Args) => string;
15
+ declare const computeStyles: (theme: OemTheme) => {
16
+ key: string;
17
+ value: string;
18
+ }[];
19
+ export { computeStyles, computeStylesForStory };
@@ -1,3 +1,4 @@
1
1
  export * from './gio-menu';
2
2
  export * from './gio-submenu';
3
3
  export * from './gio-top-bar';
4
+ export * from './oem-theme.service';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/ui-particles-angular",
3
- "version": "7.45.1",
3
+ "version": "7.46.0",
4
4
  "description": "Gravitee.io - UI Particles Angular",
5
5
  "repository": {
6
6
  "type": "git",