@provoly/dashboard 0.23.8 → 0.23.10

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.
@@ -11,6 +11,7 @@ export type IconDefinitions = {
11
11
  };
12
12
  export declare const DEFAULT_ICON_URL = "/assets/svgs/default.svg";
13
13
  export declare const DEFAULT_RESTITUTION_ICON_URL = "/assets/svgs/default-restitution.svg";
14
+ export declare const DEFAULT_DASHBOARD_ICON_URL = "/assets/svgs/default-dashboard.svg";
14
15
  export declare enum IconPosition {
15
16
  FULL = "FULL",
16
17
  TOP_LEFT = "TOP_LEFT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.23.8",
3
+ "version": "0.23.10",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "16.x || 17.x",
@@ -96,23 +96,17 @@
96
96
  "esm": "./esm2022/import/provoly-dashboard-import.mjs",
97
97
  "default": "./fesm2022/provoly-dashboard-import.mjs"
98
98
  },
99
- "./pipeline": {
100
- "types": "./pipeline/index.d.ts",
101
- "esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
102
- "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
103
- "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
104
- },
105
99
  "./notification": {
106
100
  "types": "./notification/index.d.ts",
107
101
  "esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
108
102
  "esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
109
103
  "default": "./fesm2022/provoly-dashboard-notification.mjs"
110
104
  },
111
- "./presentation": {
112
- "types": "./presentation/index.d.ts",
113
- "esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
114
- "esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
115
- "default": "./fesm2022/provoly-dashboard-presentation.mjs"
105
+ "./pipeline": {
106
+ "types": "./pipeline/index.d.ts",
107
+ "esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
108
+ "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
109
+ "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
116
110
  },
117
111
  "./restitution": {
118
112
  "types": "./restitution/index.d.ts",
@@ -120,6 +114,12 @@
120
114
  "esm": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
121
115
  "default": "./fesm2022/provoly-dashboard-restitution.mjs"
122
116
  },
117
+ "./presentation": {
118
+ "types": "./presentation/index.d.ts",
119
+ "esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
120
+ "esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
121
+ "default": "./fesm2022/provoly-dashboard-presentation.mjs"
122
+ },
123
123
  "./search": {
124
124
  "types": "./search/index.d.ts",
125
125
  "esm2022": "./esm2022/search/provoly-dashboard-search.mjs",