@tenancy.nz/reports 1.2.1 → 1.2.3

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.
@@ -57,7 +57,7 @@ function ReportHeader(_ref) {
57
57
  style: styles.heading
58
58
  }, heading), /* @__PURE__ */React.createElement("h5", {
59
59
  style: styles.subheading
60
- }, subheading)), /* @__PURE__ */React.createElement("div", {
60
+ }, subheading)), logo && /* @__PURE__ */React.createElement("div", {
61
61
  style: styles.imgContainer
62
62
  }, /* @__PURE__ */React.createElement("img", {
63
63
  src: logo,
@@ -53,7 +53,7 @@ function ReportHeader(_ref) {
53
53
  style: styles.heading
54
54
  }, heading), /* @__PURE__ */React.createElement("h5", {
55
55
  style: styles.subheading
56
- }, subheading)), /* @__PURE__ */React.createElement("div", {
56
+ }, subheading)), logo && /* @__PURE__ */React.createElement("div", {
57
57
  style: styles.imgContainer
58
58
  }, /* @__PURE__ */React.createElement("img", {
59
59
  src: logo,
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.2.1",
4
+ "version": "1.2.3",
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.2.1",
18
- "@tenancy.nz/ui": "1.2.1"
17
+ "@tenancy.nz/feature-ui": "1.2.3",
18
+ "@tenancy.nz/ui": "1.2.3"
19
19
  },
20
20
  "devDependencies": {
21
- "@tenancy.nz/feature-ui": "1.2.1",
22
- "@tenancy.nz/ui": "1.2.1"
21
+ "@tenancy.nz/feature-ui": "1.2.3",
22
+ "@tenancy.nz/ui": "1.2.3"
23
23
  },
24
24
  "dependencies": {
25
25
  "react-uid": "^2.4.0"