@tenancy.nz/feature-ui 1.5.3 → 1.5.4
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.
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var ui = require('@tenancy.nz/ui');
|
|
7
7
|
var EmailRoundedIcon = require('@mui/icons-material/EmailRounded');
|
|
8
|
-
var
|
|
8
|
+
var CallIcon = require('@mui/icons-material/Call');
|
|
9
9
|
var PersonRoundedIcon = require('@mui/icons-material/PersonRounded');
|
|
10
10
|
var IconLabel = require('./IconLabel.cjs');
|
|
11
11
|
|
|
@@ -47,7 +47,7 @@ function AgentDetailsCard(_ref) {
|
|
|
47
47
|
variant: "text"
|
|
48
48
|
}) : /* @__PURE__ */React.createElement(IconLabel.default, {
|
|
49
49
|
color: "tertiary.main",
|
|
50
|
-
startIcon: /* @__PURE__ */React.createElement(
|
|
50
|
+
startIcon: /* @__PURE__ */React.createElement(CallIcon, {
|
|
51
51
|
fontSize: "small"
|
|
52
52
|
})
|
|
53
53
|
}, /* @__PURE__ */React.createElement(ui.Text, {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Box, Skeleton, Heading, Text } from '@tenancy.nz/ui';
|
|
3
3
|
import EmailRoundedIcon from '@mui/icons-material/EmailRounded';
|
|
4
|
-
import
|
|
4
|
+
import CallIcon from '@mui/icons-material/Call';
|
|
5
5
|
import PersonRoundedIcon from '@mui/icons-material/PersonRounded';
|
|
6
6
|
import IconLabel from './IconLabel.js';
|
|
7
7
|
|
|
@@ -43,7 +43,7 @@ function AgentDetailsCard(_ref) {
|
|
|
43
43
|
variant: "text"
|
|
44
44
|
}) : /* @__PURE__ */React.createElement(IconLabel, {
|
|
45
45
|
color: "tertiary.main",
|
|
46
|
-
startIcon: /* @__PURE__ */React.createElement(
|
|
46
|
+
startIcon: /* @__PURE__ */React.createElement(CallIcon, {
|
|
47
47
|
fontSize: "small"
|
|
48
48
|
})
|
|
49
49
|
}, /* @__PURE__ */React.createElement(Text, {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tenancy.nz/feature-ui",
|
|
3
3
|
"description": "React UI feature components.",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.4",
|
|
5
5
|
"author": "TPS <https://www.tenancy.co.nz>",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/cjs/index.cjs",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"primereact": "3.1.3",
|
|
21
21
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
22
22
|
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
23
|
-
"@tenancy.nz/ui": "1.5.
|
|
23
|
+
"@tenancy.nz/ui": "1.5.4"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@emotion/react": "^11.14.0",
|
|
27
27
|
"@emotion/styled": "^11.14.1",
|
|
28
28
|
"@mui/icons-material": "^7.2.0",
|
|
29
29
|
"@mui/material": "^7.3.1",
|
|
30
|
-
"@tenancy.nz/ui": "1.5.
|
|
30
|
+
"@tenancy.nz/ui": "1.5.4"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"react-uid": "^2.4.0"
|