@tenancy.nz/reports 1.5.0 → 1.5.1

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.
@@ -44,7 +44,8 @@ function ViewingAnalyticsReport(_ref) {
44
44
  oneRoofBookingsCount: stats.oneroof_bookings_count,
45
45
  realestateBookingsCount: stats.realestate_bookings_count,
46
46
  tradeMeBookingsCount: stats.trademe_bookings_count,
47
- manualBookingsCount: stats.agent_bookings_count
47
+ manualBookingsCount: stats.agent_bookings_count,
48
+ outlinedItems: true
48
49
  }), /* @__PURE__ */React.createElement(ui.Box, {
49
50
  sx: {
50
51
  mt: "28px"
@@ -40,7 +40,8 @@ function ViewingAnalyticsReport(_ref) {
40
40
  oneRoofBookingsCount: stats.oneroof_bookings_count,
41
41
  realestateBookingsCount: stats.realestate_bookings_count,
42
42
  tradeMeBookingsCount: stats.trademe_bookings_count,
43
- manualBookingsCount: stats.agent_bookings_count
43
+ manualBookingsCount: stats.agent_bookings_count,
44
+ outlinedItems: true
44
45
  }), /* @__PURE__ */React.createElement(Box, {
45
46
  sx: {
46
47
  mt: "28px"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tenancy.nz/reports",
3
3
  "description": "React UI reporting components.",
4
- "version": "1.5.0",
4
+ "version": "1.5.1",
5
5
  "author": "TPS <https://www.tenancy.co.nz>",
6
6
  "license": "ISC",
7
7
  "type": "module",
@@ -14,12 +14,12 @@
14
14
  "peerDependencies": {
15
15
  "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
16
16
  "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
17
- "@tenancy.nz/feature-ui": "1.5.0",
18
- "@tenancy.nz/ui": "1.5.0"
17
+ "@tenancy.nz/feature-ui": "1.5.1",
18
+ "@tenancy.nz/ui": "1.5.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@tenancy.nz/feature-ui": "1.5.0",
22
- "@tenancy.nz/ui": "1.5.0"
21
+ "@tenancy.nz/ui": "1.5.1",
22
+ "@tenancy.nz/feature-ui": "1.5.1"
23
23
  },
24
24
  "dependencies": {
25
25
  "react-uid": "^2.4.0"