@tenancy.nz/feature-ui 1.1.2 → 1.1.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.
|
@@ -100,8 +100,11 @@ function BookingChart(_ref) {
|
|
|
100
100
|
color: backgroundColor
|
|
101
101
|
}, label);
|
|
102
102
|
})), /* @__PURE__ */React.createElement(ui.Box, {
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
sx: {
|
|
104
|
+
position: "relative",
|
|
105
|
+
width: "100%",
|
|
106
|
+
overflow: "hidden"
|
|
107
|
+
}
|
|
105
108
|
}, /* @__PURE__ */React.createElement(chart.Chart, {
|
|
106
109
|
type: "bar",
|
|
107
110
|
data: {
|
package/dist/esm/BookingChart.js
CHANGED
|
@@ -96,8 +96,11 @@ function BookingChart(_ref) {
|
|
|
96
96
|
color: backgroundColor
|
|
97
97
|
}, label);
|
|
98
98
|
})), /* @__PURE__ */React.createElement(Box, {
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
sx: {
|
|
100
|
+
position: "relative",
|
|
101
|
+
width: "100%",
|
|
102
|
+
overflow: "hidden"
|
|
103
|
+
}
|
|
101
104
|
}, /* @__PURE__ */React.createElement(Chart, {
|
|
102
105
|
type: "bar",
|
|
103
106
|
data: {
|
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.1.
|
|
4
|
+
"version": "1.1.4",
|
|
5
5
|
"author": "TPS <https://www.tenancy.co.nz>",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/cjs/index.cjs",
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"primereact": "3.1.3",
|
|
19
19
|
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
20
20
|
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
21
|
-
"@tenancy.nz/icons": "1.1.
|
|
22
|
-
"@tenancy.nz/ui": "1.1.
|
|
21
|
+
"@tenancy.nz/icons": "1.1.4",
|
|
22
|
+
"@tenancy.nz/ui": "1.1.4"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@tenancy.nz/icons": "1.1.
|
|
26
|
-
"@tenancy.nz/ui": "1.1.
|
|
25
|
+
"@tenancy.nz/icons": "1.1.4",
|
|
26
|
+
"@tenancy.nz/ui": "1.1.4"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"react-uid": "^2.4.0"
|