mozrest-sdk-react-dev 0.2.73 → 0.2.74
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 +44 -44
- package/package.json +1 -1
- package/style.css +2 -2
package/mozrest-sdk.es.js
CHANGED
|
@@ -7830,7 +7830,7 @@ const fileSad = () => /* @__PURE__ */ React__default.createElement("svg", {
|
|
|
7830
7830
|
strokeLinejoin: "round",
|
|
7831
7831
|
width: "24",
|
|
7832
7832
|
height: "24",
|
|
7833
|
-
strokeWidth: "
|
|
7833
|
+
strokeWidth: "0.5"
|
|
7834
7834
|
}, /* @__PURE__ */ React__default.createElement("path", {
|
|
7835
7835
|
d: "M14 3v4a1 1 0 0 0 1 1h4"
|
|
7836
7836
|
}), /* @__PURE__ */ React__default.createElement("path", {
|
|
@@ -9141,13 +9141,14 @@ var icons$3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
|
|
|
9141
9141
|
people: people$1,
|
|
9142
9142
|
clock: clock$1
|
|
9143
9143
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9144
|
-
const icon$7 = "
|
|
9144
|
+
const icon$7 = "_icon_69yub_1";
|
|
9145
9145
|
var styles$21 = {
|
|
9146
9146
|
icon: icon$7,
|
|
9147
|
-
"icon--small": "_icon--
|
|
9148
|
-
"icon--medium": "_icon--
|
|
9149
|
-
"icon--large": "_icon--
|
|
9150
|
-
"icon--xl": "_icon--
|
|
9147
|
+
"icon--small": "_icon--small_69yub_12",
|
|
9148
|
+
"icon--medium": "_icon--medium_69yub_15",
|
|
9149
|
+
"icon--large": "_icon--large_69yub_18",
|
|
9150
|
+
"icon--xl": "_icon--xl_69yub_21",
|
|
9151
|
+
"icon--xxl": "_icon--xxl_69yub_24"
|
|
9151
9152
|
};
|
|
9152
9153
|
const Icon$2 = ({
|
|
9153
9154
|
size = "medium",
|
|
@@ -34980,7 +34981,7 @@ var getBuiltIn$1 = getBuiltIn$5;
|
|
|
34980
34981
|
var inspectSource = inspectSource$2;
|
|
34981
34982
|
var noop$7 = function() {
|
|
34982
34983
|
};
|
|
34983
|
-
var empty$
|
|
34984
|
+
var empty$1 = [];
|
|
34984
34985
|
var construct = getBuiltIn$1("Reflect", "construct");
|
|
34985
34986
|
var constructorRegExp = /^\s*(?:class|function)\b/;
|
|
34986
34987
|
var exec = uncurryThis$1(constructorRegExp.exec);
|
|
@@ -34989,7 +34990,7 @@ var isConstructorModern = function isConstructor(argument) {
|
|
|
34989
34990
|
if (!isCallable(argument))
|
|
34990
34991
|
return false;
|
|
34991
34992
|
try {
|
|
34992
|
-
construct(noop$7, empty$
|
|
34993
|
+
construct(noop$7, empty$1, argument);
|
|
34993
34994
|
return true;
|
|
34994
34995
|
} catch (error3) {
|
|
34995
34996
|
return false;
|
|
@@ -39751,10 +39752,9 @@ const Header$4 = ({ title: title2 }) => {
|
|
|
39751
39752
|
className: styles$1K.header
|
|
39752
39753
|
}, /* @__PURE__ */ React__default.createElement(Heading, null, " ", title2));
|
|
39753
39754
|
};
|
|
39754
|
-
|
|
39755
|
-
const
|
|
39756
|
-
const
|
|
39757
|
-
const img = "_img_1br9g_14";
|
|
39755
|
+
const container$D = "_container_1kvyl_1";
|
|
39756
|
+
const icon$5 = "_icon_1kvyl_9";
|
|
39757
|
+
const img = "_img_1kvyl_13";
|
|
39758
39758
|
var styles$1J = {
|
|
39759
39759
|
container: container$D,
|
|
39760
39760
|
icon: icon$5,
|
|
@@ -39763,10 +39763,10 @@ var styles$1J = {
|
|
|
39763
39763
|
const Empty = ({ children }) => {
|
|
39764
39764
|
return /* @__PURE__ */ React__default.createElement("div", {
|
|
39765
39765
|
className: styles$1J.container
|
|
39766
|
-
}, /* @__PURE__ */ React__default.createElement(
|
|
39767
|
-
|
|
39768
|
-
className: styles$1J.
|
|
39769
|
-
|
|
39766
|
+
}, /* @__PURE__ */ React__default.createElement(Icon$2, {
|
|
39767
|
+
icon: "fileSad",
|
|
39768
|
+
className: styles$1J.icon,
|
|
39769
|
+
size: "xxl"
|
|
39770
39770
|
}), /* @__PURE__ */ React__default.createElement("h2", null, children));
|
|
39771
39771
|
};
|
|
39772
39772
|
const container$C = "_container_ntfln_1";
|
|
@@ -102518,34 +102518,34 @@ const ReservationsAnalytics = ({ userEmail, userFullName }) => {
|
|
|
102518
102518
|
totalDays
|
|
102519
102519
|
}));
|
|
102520
102520
|
};
|
|
102521
|
-
const mainConatiner$1 = "
|
|
102522
|
-
const mainTableContainer = "
|
|
102523
|
-
const mainSidebarContainer = "
|
|
102524
|
-
const headerContainer = "
|
|
102525
|
-
const buttonList = "
|
|
102526
|
-
const tableTopHeader = "
|
|
102527
|
-
const tableTopHeaderContent = "
|
|
102528
|
-
const tableRowContainer = "
|
|
102529
|
-
const tableRowCard = "
|
|
102530
|
-
const noData = "
|
|
102531
|
-
const tableRowHour = "
|
|
102532
|
-
const hours = "
|
|
102533
|
-
const tableRowContent = "
|
|
102534
|
-
const rowImage = "
|
|
102535
|
-
const rowContactContainer = "
|
|
102536
|
-
const rowContactText = "
|
|
102537
|
-
const rowContactPhone = "
|
|
102538
|
-
const rowSectionContainer = "
|
|
102539
|
-
const rowSectionText = "
|
|
102540
|
-
const rowSectionSecText = "
|
|
102541
|
-
const rowActionButton = "
|
|
102542
|
-
const bookingInfoContainer = "
|
|
102543
|
-
const bookingInfoCardRow = "
|
|
102544
|
-
const bookingInfoCardContainer = "
|
|
102545
|
-
const bookingInfoCard = "
|
|
102546
|
-
const bookingInfoCardContent = "
|
|
102547
|
-
const bookingInfoCardTitle = "
|
|
102548
|
-
const bookingInfoCardText = "
|
|
102521
|
+
const mainConatiner$1 = "_mainConatiner_ek91m_48";
|
|
102522
|
+
const mainTableContainer = "_mainTableContainer_ek91m_58";
|
|
102523
|
+
const mainSidebarContainer = "_mainSidebarContainer_ek91m_65";
|
|
102524
|
+
const headerContainer = "_headerContainer_ek91m_74";
|
|
102525
|
+
const buttonList = "_buttonList_ek91m_79";
|
|
102526
|
+
const tableTopHeader = "_tableTopHeader_ek91m_85";
|
|
102527
|
+
const tableTopHeaderContent = "_tableTopHeaderContent_ek91m_93";
|
|
102528
|
+
const tableRowContainer = "_tableRowContainer_ek91m_101";
|
|
102529
|
+
const tableRowCard = "_tableRowCard_ek91m_107";
|
|
102530
|
+
const noData = "_noData_ek91m_112";
|
|
102531
|
+
const tableRowHour = "_tableRowHour_ek91m_119";
|
|
102532
|
+
const hours = "_hours_ek91m_130";
|
|
102533
|
+
const tableRowContent = "_tableRowContent_ek91m_136";
|
|
102534
|
+
const rowImage = "_rowImage_ek91m_145";
|
|
102535
|
+
const rowContactContainer = "_rowContactContainer_ek91m_151";
|
|
102536
|
+
const rowContactText = "_rowContactText_ek91m_157";
|
|
102537
|
+
const rowContactPhone = "_rowContactPhone_ek91m_163";
|
|
102538
|
+
const rowSectionContainer = "_rowSectionContainer_ek91m_170";
|
|
102539
|
+
const rowSectionText = "_rowSectionText_ek91m_176";
|
|
102540
|
+
const rowSectionSecText = "_rowSectionSecText_ek91m_182";
|
|
102541
|
+
const rowActionButton = "_rowActionButton_ek91m_189";
|
|
102542
|
+
const bookingInfoContainer = "_bookingInfoContainer_ek91m_195";
|
|
102543
|
+
const bookingInfoCardRow = "_bookingInfoCardRow_ek91m_199";
|
|
102544
|
+
const bookingInfoCardContainer = "_bookingInfoCardContainer_ek91m_207";
|
|
102545
|
+
const bookingInfoCard = "_bookingInfoCard_ek91m_199";
|
|
102546
|
+
const bookingInfoCardContent = "_bookingInfoCardContent_ek91m_219";
|
|
102547
|
+
const bookingInfoCardTitle = "_bookingInfoCardTitle_ek91m_225";
|
|
102548
|
+
const bookingInfoCardText = "_bookingInfoCardText_ek91m_228";
|
|
102549
102549
|
var styles$f = {
|
|
102550
102550
|
mainConatiner: mainConatiner$1,
|
|
102551
102551
|
mainTableContainer,
|