mozrest-sdk-react-dev 0.2.72 → 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 +40 -38
- 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",
|
|
@@ -39751,9 +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
|
-
const container$D = "
|
|
39755
|
-
const icon$5 = "
|
|
39756
|
-
const img = "
|
|
39755
|
+
const container$D = "_container_1kvyl_1";
|
|
39756
|
+
const icon$5 = "_icon_1kvyl_9";
|
|
39757
|
+
const img = "_img_1kvyl_13";
|
|
39757
39758
|
var styles$1J = {
|
|
39758
39759
|
container: container$D,
|
|
39759
39760
|
icon: icon$5,
|
|
@@ -39764,7 +39765,8 @@ const Empty = ({ children }) => {
|
|
|
39764
39765
|
className: styles$1J.container
|
|
39765
39766
|
}, /* @__PURE__ */ React__default.createElement(Icon$2, {
|
|
39766
39767
|
icon: "fileSad",
|
|
39767
|
-
className: styles$1J.icon
|
|
39768
|
+
className: styles$1J.icon,
|
|
39769
|
+
size: "xxl"
|
|
39768
39770
|
}), /* @__PURE__ */ React__default.createElement("h2", null, children));
|
|
39769
39771
|
};
|
|
39770
39772
|
const container$C = "_container_ntfln_1";
|
|
@@ -102516,34 +102518,34 @@ const ReservationsAnalytics = ({ userEmail, userFullName }) => {
|
|
|
102516
102518
|
totalDays
|
|
102517
102519
|
}));
|
|
102518
102520
|
};
|
|
102519
|
-
const mainConatiner$1 = "
|
|
102520
|
-
const mainTableContainer = "
|
|
102521
|
-
const mainSidebarContainer = "
|
|
102522
|
-
const headerContainer = "
|
|
102523
|
-
const buttonList = "
|
|
102524
|
-
const tableTopHeader = "
|
|
102525
|
-
const tableTopHeaderContent = "
|
|
102526
|
-
const tableRowContainer = "
|
|
102527
|
-
const tableRowCard = "
|
|
102528
|
-
const noData = "
|
|
102529
|
-
const tableRowHour = "
|
|
102530
|
-
const hours = "
|
|
102531
|
-
const tableRowContent = "
|
|
102532
|
-
const rowImage = "
|
|
102533
|
-
const rowContactContainer = "
|
|
102534
|
-
const rowContactText = "
|
|
102535
|
-
const rowContactPhone = "
|
|
102536
|
-
const rowSectionContainer = "
|
|
102537
|
-
const rowSectionText = "
|
|
102538
|
-
const rowSectionSecText = "
|
|
102539
|
-
const rowActionButton = "
|
|
102540
|
-
const bookingInfoContainer = "
|
|
102541
|
-
const bookingInfoCardRow = "
|
|
102542
|
-
const bookingInfoCardContainer = "
|
|
102543
|
-
const bookingInfoCard = "
|
|
102544
|
-
const bookingInfoCardContent = "
|
|
102545
|
-
const bookingInfoCardTitle = "
|
|
102546
|
-
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";
|
|
102547
102549
|
var styles$f = {
|
|
102548
102550
|
mainConatiner: mainConatiner$1,
|
|
102549
102551
|
mainTableContainer,
|