@voyant-travel/admin 0.111.0 → 0.111.2
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.
|
@@ -15,37 +15,37 @@ export declare function buildDashboardEmptyStates(messages: OperatorAdminMessage
|
|
|
15
15
|
revenueTrend: {
|
|
16
16
|
action: DashboardEmptyAction | null;
|
|
17
17
|
description: string | null;
|
|
18
|
-
icon: string | number | bigint | boolean |
|
|
18
|
+
icon: string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null;
|
|
19
19
|
title: string | null;
|
|
20
20
|
};
|
|
21
21
|
bookingStatus: {
|
|
22
22
|
action: DashboardEmptyAction | null;
|
|
23
23
|
description: string | null;
|
|
24
|
-
icon: string | number | bigint | boolean |
|
|
24
|
+
icon: string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null;
|
|
25
25
|
title: string | null;
|
|
26
26
|
};
|
|
27
27
|
monthlyBookings: {
|
|
28
28
|
action: DashboardEmptyAction | null;
|
|
29
29
|
description: string | null;
|
|
30
|
-
icon: string | number | bigint | boolean |
|
|
30
|
+
icon: string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null;
|
|
31
31
|
title: string | null;
|
|
32
32
|
};
|
|
33
33
|
upcomingDepartures: {
|
|
34
34
|
action: DashboardEmptyAction | null;
|
|
35
35
|
description: string | null;
|
|
36
|
-
icon: string | number | bigint | boolean |
|
|
36
|
+
icon: string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null;
|
|
37
37
|
title: string | null;
|
|
38
38
|
};
|
|
39
39
|
outstandingInvoices: {
|
|
40
40
|
action: DashboardEmptyAction | null;
|
|
41
41
|
description: string | null;
|
|
42
|
-
icon: string | number | bigint | boolean |
|
|
42
|
+
icon: string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null;
|
|
43
43
|
title: string | null;
|
|
44
44
|
};
|
|
45
45
|
onboarding: {
|
|
46
46
|
action?: DashboardEmptyAction | null;
|
|
47
47
|
description: string | null;
|
|
48
|
-
icon: string | number | bigint | boolean |
|
|
48
|
+
icon: string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null;
|
|
49
49
|
title: string | null;
|
|
50
50
|
};
|
|
51
51
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/admin",
|
|
3
|
-
"version": "0.111.
|
|
3
|
+
"version": "0.111.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"react": "^19.0.0",
|
|
177
177
|
"react-dom": "^19.0.0",
|
|
178
178
|
"recharts": "^3.0.0",
|
|
179
|
-
"@voyant-travel/ui": "^0.106.
|
|
179
|
+
"@voyant-travel/ui": "^0.106.2"
|
|
180
180
|
},
|
|
181
181
|
"dependencies": {
|
|
182
182
|
"@voyant-travel/i18n": "^0.106.1",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"recharts": "3.8.1",
|
|
196
196
|
"typescript": "^6.0.2",
|
|
197
197
|
"vitest": "^4.1.2",
|
|
198
|
-
"@voyant-travel/ui": "^0.106.
|
|
198
|
+
"@voyant-travel/ui": "^0.106.2",
|
|
199
199
|
"@voyant-travel/voyant-typescript-config": "^0.1.0"
|
|
200
200
|
},
|
|
201
201
|
"files": [
|