mozrest-sdk-react-dev 0.3.33 → 0.3.34
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.
- package/mozrest-sdk.es.js +4 -4
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -93126,10 +93126,10 @@ const Param = ({
|
|
|
93126
93126
|
className: styles$14.param,
|
|
93127
93127
|
children: [/* @__PURE__ */ jsx$1("span", {
|
|
93128
93128
|
className: styles$14.title,
|
|
93129
|
-
children: tooltip2
|
|
93129
|
+
children: tooltip2 ? /* @__PURE__ */ jsx$1(Tooltip$1, {
|
|
93130
93130
|
message: tooltip2,
|
|
93131
93131
|
children: title2
|
|
93132
|
-
})
|
|
93132
|
+
}) : title2
|
|
93133
93133
|
}), loadingValue ? /* @__PURE__ */ jsx$1(Spinner$1, {}) : /* @__PURE__ */ jsx$1("span", {
|
|
93134
93134
|
children: value2
|
|
93135
93135
|
})]
|
|
@@ -93658,8 +93658,8 @@ const DasboardBookingAnalytics = ({
|
|
|
93658
93658
|
}, {
|
|
93659
93659
|
title: t2("SAMETIMELASTMONTH"),
|
|
93660
93660
|
value: ((_f = (_e2 = data2 == null ? void 0 : data2.bookings) == null ? void 0 : _e2.lastMonth) == null ? void 0 : _f.toLocaleString()) ?? "0",
|
|
93661
|
-
loadingValue: isLoadingLastMonthBookings
|
|
93662
|
-
tooltip:
|
|
93661
|
+
loadingValue: isLoadingLastMonthBookings
|
|
93662
|
+
// tooltip: t("SAMETIMELASTMONTH"),
|
|
93663
93663
|
}, {
|
|
93664
93664
|
title: t2("SAMETIMELASTYEAR"),
|
|
93665
93665
|
value: ((_h = (_g = data2 == null ? void 0 : data2.bookings) == null ? void 0 : _g.lastYear) == null ? void 0 : _h.toLocaleString()) ?? "0",
|