@tenancy.nz/reports 1.1.4 → 1.1.5

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.
@@ -6,7 +6,7 @@ var React = require('react');
6
6
 
7
7
  var styles = {
8
8
  container: {
9
- marginTop: "24px",
9
+ marginTop: "12px",
10
10
  color: "#595959",
11
11
  width: "100%"
12
12
  },
@@ -14,9 +14,9 @@ var styles = {
14
14
  fontStyle: "italic",
15
15
  color: "inherit",
16
16
  fontWeight: "300",
17
- fontSize: "14px",
17
+ fontSize: "9px",
18
18
  lineHeight: "1.43",
19
- fontFamily: "inherit",
19
+ fontFamily: '"Montserrat", sans-serif',
20
20
  margin: "0",
21
21
  padding: "0"
22
22
  }
@@ -6,34 +6,35 @@ var React = require('react');
6
6
 
7
7
  var styles = {
8
8
  container: {
9
- marginBottom: "24px",
9
+ marginBottom: "12px",
10
10
  borderBottom: "1px solid #E0E0E0",
11
- paddingBottom: "8px",
11
+ paddingBottom: "4px",
12
12
  display: "flex",
13
13
  alignItems: "flex-start",
14
14
  color: "#0e0044",
15
- width: "100%"
15
+ width: "100%",
16
+ fontFamily: '"Montserrat", sans-serif'
16
17
  },
17
18
  heading: {
18
- fontSize: "32px",
19
+ fontSize: "18px",
19
20
  fontWeight: "700",
20
21
  padding: "0",
21
- margin: "0 0 8px 0",
22
+ margin: "0 0 4px 0",
22
23
  lineHeight: "1.3",
23
24
  color: "inherit",
24
- fontFamily: "inherit"
25
+ fontFamily: '"Montserrat", sans-serif'
25
26
  },
26
27
  subheading: {
27
- fontSize: "17px",
28
+ fontSize: "9px",
28
29
  fontWeight: "500",
29
30
  padding: "0",
30
31
  margin: "0",
31
32
  lineHeight: "1.3",
32
33
  color: "inherit",
33
- fontFamily: "inherit"
34
+ fontFamily: '"Montserrat", sans-serif'
34
35
  },
35
36
  imgContainer: {
36
- width: "150px",
37
+ width: "100px",
37
38
  height: "35px"
38
39
  },
39
40
  img: {
@@ -2,7 +2,7 @@ import React from 'react';
2
2
 
3
3
  var styles = {
4
4
  container: {
5
- marginTop: "24px",
5
+ marginTop: "12px",
6
6
  color: "#595959",
7
7
  width: "100%"
8
8
  },
@@ -10,9 +10,9 @@ var styles = {
10
10
  fontStyle: "italic",
11
11
  color: "inherit",
12
12
  fontWeight: "300",
13
- fontSize: "14px",
13
+ fontSize: "9px",
14
14
  lineHeight: "1.43",
15
- fontFamily: "inherit",
15
+ fontFamily: '"Montserrat", sans-serif',
16
16
  margin: "0",
17
17
  padding: "0"
18
18
  }
@@ -2,34 +2,35 @@ import React from 'react';
2
2
 
3
3
  var styles = {
4
4
  container: {
5
- marginBottom: "24px",
5
+ marginBottom: "12px",
6
6
  borderBottom: "1px solid #E0E0E0",
7
- paddingBottom: "8px",
7
+ paddingBottom: "4px",
8
8
  display: "flex",
9
9
  alignItems: "flex-start",
10
10
  color: "#0e0044",
11
- width: "100%"
11
+ width: "100%",
12
+ fontFamily: '"Montserrat", sans-serif'
12
13
  },
13
14
  heading: {
14
- fontSize: "32px",
15
+ fontSize: "18px",
15
16
  fontWeight: "700",
16
17
  padding: "0",
17
- margin: "0 0 8px 0",
18
+ margin: "0 0 4px 0",
18
19
  lineHeight: "1.3",
19
20
  color: "inherit",
20
- fontFamily: "inherit"
21
+ fontFamily: '"Montserrat", sans-serif'
21
22
  },
22
23
  subheading: {
23
- fontSize: "17px",
24
+ fontSize: "9px",
24
25
  fontWeight: "500",
25
26
  padding: "0",
26
27
  margin: "0",
27
28
  lineHeight: "1.3",
28
29
  color: "inherit",
29
- fontFamily: "inherit"
30
+ fontFamily: '"Montserrat", sans-serif'
30
31
  },
31
32
  imgContainer: {
32
- width: "150px",
33
+ width: "100px",
33
34
  height: "35px"
34
35
  },
35
36
  img: {
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.1.4",
4
+ "version": "1.1.5",
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.1.4",
18
- "@tenancy.nz/ui": "1.1.4"
17
+ "@tenancy.nz/ui": "1.1.5",
18
+ "@tenancy.nz/feature-ui": "1.1.5"
19
19
  },
20
20
  "devDependencies": {
21
- "@tenancy.nz/feature-ui": "1.1.4",
22
- "@tenancy.nz/ui": "1.1.4"
21
+ "@tenancy.nz/feature-ui": "1.1.5",
22
+ "@tenancy.nz/ui": "1.1.5"
23
23
  },
24
24
  "dependencies": {
25
25
  "react-uid": "^2.4.0"