mozrest-sdk-react-dev 0.3.9 → 0.3.10
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 +66 -69
- package/package.json +1 -1
- package/style.css +87 -124
package/mozrest-sdk.es.js
CHANGED
|
@@ -64287,17 +64287,17 @@ const EmailsCard = ({
|
|
|
64287
64287
|
})
|
|
64288
64288
|
});
|
|
64289
64289
|
};
|
|
64290
|
-
const drawer = "
|
|
64291
|
-
const drawer__overlay = "
|
|
64292
|
-
const drawer__content = "
|
|
64293
|
-
const drawer__header = "
|
|
64294
|
-
const drawer__header__content = "
|
|
64295
|
-
const drawer__header__content__desc = "
|
|
64296
|
-
const drawer__close = "
|
|
64297
|
-
const drawer__body = "
|
|
64290
|
+
const drawer = "_drawer_1laol_1";
|
|
64291
|
+
const drawer__overlay = "_drawer__overlay_1laol_18";
|
|
64292
|
+
const drawer__content = "_drawer__content_1laol_34";
|
|
64293
|
+
const drawer__header = "_drawer__header_1laol_42";
|
|
64294
|
+
const drawer__header__content = "_drawer__header__content_1laol_50";
|
|
64295
|
+
const drawer__header__content__desc = "_drawer__header__content__desc_1laol_56";
|
|
64296
|
+
const drawer__close = "_drawer__close_1laol_60";
|
|
64297
|
+
const drawer__body = "_drawer__body_1laol_71";
|
|
64298
64298
|
const styles$18 = {
|
|
64299
64299
|
drawer,
|
|
64300
|
-
"drawer--open": "_drawer--
|
|
64300
|
+
"drawer--open": "_drawer--open_1laol_14",
|
|
64301
64301
|
drawer__overlay,
|
|
64302
64302
|
drawer__content,
|
|
64303
64303
|
drawer__header,
|
|
@@ -116171,11 +116171,11 @@ const TimeSlotField = ({
|
|
|
116171
116171
|
})]
|
|
116172
116172
|
});
|
|
116173
116173
|
};
|
|
116174
|
-
const container$a = "
|
|
116175
|
-
const slot$1 = "
|
|
116176
|
-
const close$1 = "
|
|
116177
|
-
const add = "
|
|
116178
|
-
const plus = "
|
|
116174
|
+
const container$a = "_container_gr7hf_1";
|
|
116175
|
+
const slot$1 = "_slot_gr7hf_13";
|
|
116176
|
+
const close$1 = "_close_gr7hf_19";
|
|
116177
|
+
const add = "_add_gr7hf_33";
|
|
116178
|
+
const plus = "_plus_gr7hf_47";
|
|
116179
116179
|
const styles$G = {
|
|
116180
116180
|
container: container$a,
|
|
116181
116181
|
slot: slot$1,
|
|
@@ -116216,7 +116216,7 @@ const TimeSlotManager = ({
|
|
|
116216
116216
|
type: "button",
|
|
116217
116217
|
onClick: addSlot,
|
|
116218
116218
|
children: /* @__PURE__ */ jsxs(Fragment, {
|
|
116219
|
-
children: [/* @__PURE__ */ jsx$1("
|
|
116219
|
+
children: [/* @__PURE__ */ jsx$1("div", {
|
|
116220
116220
|
className: styles$G.plus,
|
|
116221
116221
|
children: "+"
|
|
116222
116222
|
}), t("ADD")]
|
|
@@ -122524,14 +122524,14 @@ const ChannelPayment = ({
|
|
|
122524
122524
|
});
|
|
122525
122525
|
};
|
|
122526
122526
|
if (error3) {
|
|
122527
|
-
return /* @__PURE__ */ jsx$1(Error$
|
|
122527
|
+
return /* @__PURE__ */ jsx$1(Error$1, {
|
|
122528
122528
|
error: error3
|
|
122529
122529
|
});
|
|
122530
122530
|
}
|
|
122531
|
-
return /* @__PURE__ */ jsxs(LayoutPage$
|
|
122532
|
-
children: [isLoading && /* @__PURE__ */ jsx$1(SkeletonPage
|
|
122531
|
+
return /* @__PURE__ */ jsxs(LayoutPage$1, {
|
|
122532
|
+
children: [isLoading && /* @__PURE__ */ jsx$1(SkeletonPage, {}), !isLoading && /* @__PURE__ */ jsx$1("div", {
|
|
122533
122533
|
className: styles$f.conditionsContainer,
|
|
122534
|
-
children: /* @__PURE__ */ jsxs(Card, {
|
|
122534
|
+
children: /* @__PURE__ */ jsxs(Card$1, {
|
|
122535
122535
|
className: styles$f.conditionsCardContainer,
|
|
122536
122536
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
122537
122537
|
style: {
|
|
@@ -122581,7 +122581,7 @@ const ChannelPayment = ({
|
|
|
122581
122581
|
justifyContent: "center",
|
|
122582
122582
|
marginTop: 20
|
|
122583
122583
|
},
|
|
122584
|
-
children: /* @__PURE__ */ jsx$1(Button, {
|
|
122584
|
+
children: /* @__PURE__ */ jsx$1(Button$1, {
|
|
122585
122585
|
onClick: () => handleOnAgree(),
|
|
122586
122586
|
children: t2("IAGREE")
|
|
122587
122587
|
})
|
|
@@ -122637,7 +122637,7 @@ const PaymentView = ({
|
|
|
122637
122637
|
}, []);
|
|
122638
122638
|
return /* @__PURE__ */ jsx$1("div", {
|
|
122639
122639
|
className: styles$e.conditionsContainer,
|
|
122640
|
-
children: /* @__PURE__ */ jsxs(Card, {
|
|
122640
|
+
children: /* @__PURE__ */ jsxs(Card$1, {
|
|
122641
122641
|
className: styles$e.conditionsCardContainer,
|
|
122642
122642
|
children: [/* @__PURE__ */ jsxs("div", {
|
|
122643
122643
|
style: {
|
|
@@ -122677,7 +122677,7 @@ const PaymentView = ({
|
|
|
122677
122677
|
justifyContent: "center",
|
|
122678
122678
|
marginTop: 20
|
|
122679
122679
|
},
|
|
122680
|
-
children: /* @__PURE__ */ jsx$1(Button, {
|
|
122680
|
+
children: /* @__PURE__ */ jsx$1(Button$1, {
|
|
122681
122681
|
onClick: () => handleOnGetStarted(),
|
|
122682
122682
|
children: t2("GETSTARTED")
|
|
122683
122683
|
})
|
|
@@ -122711,7 +122711,7 @@ const ChannelSubscription = ({
|
|
|
122711
122711
|
};
|
|
122712
122712
|
useEffect(() => {
|
|
122713
122713
|
}, []);
|
|
122714
|
-
return /* @__PURE__ */ jsx$1(LayoutPage$
|
|
122714
|
+
return /* @__PURE__ */ jsx$1(LayoutPage$1, {
|
|
122715
122715
|
children: /* @__PURE__ */ jsx$1(PaymentView, {
|
|
122716
122716
|
openCheckout,
|
|
122717
122717
|
subscriptionCompleted,
|
|
@@ -124240,53 +124240,53 @@ const ReservationsAnalytics = ({
|
|
|
124240
124240
|
})]
|
|
124241
124241
|
});
|
|
124242
124242
|
};
|
|
124243
|
-
const mainConatiner$1 = "
|
|
124244
|
-
const mainTableContainer = "
|
|
124245
|
-
const mainSidebarContainer = "
|
|
124246
|
-
const headerReferece = "
|
|
124247
|
-
const sidebarCloseIcon = "
|
|
124248
|
-
const headerContainer = "
|
|
124249
|
-
const searchContainer = "
|
|
124250
|
-
const buttonList = "
|
|
124251
|
-
const buttonItem = "
|
|
124252
|
-
const addReservationButton = "
|
|
124253
|
-
const tableTopHeader = "
|
|
124254
|
-
const tableTopHeaderContent = "
|
|
124255
|
-
const tableTopHeaderContentText = "
|
|
124256
|
-
const tableRowContainer = "
|
|
124257
|
-
const tableRowCard = "
|
|
124258
|
-
const fadeInX = "
|
|
124259
|
-
const canceled = "
|
|
124260
|
-
const noData = "
|
|
124261
|
-
const tableRowHour = "
|
|
124262
|
-
const tableRowHourText = "
|
|
124263
|
-
const hours = "
|
|
124264
|
-
const tableRowContent = "
|
|
124265
|
-
const rowImage = "
|
|
124266
|
-
const rowContactContainer = "
|
|
124267
|
-
const rowContactText = "
|
|
124268
|
-
const rowContactPhone = "
|
|
124269
|
-
const rowSectionContainer = "
|
|
124270
|
-
const rowSection = "
|
|
124271
|
-
const rowSectionText = "
|
|
124272
|
-
const rowSectionSecText = "
|
|
124273
|
-
const rowActionButton = "
|
|
124274
|
-
const bookingInfoContainer = "
|
|
124275
|
-
const bookingInfoCardColumn = "
|
|
124276
|
-
const bookingInfoCardContainer = "
|
|
124277
|
-
const bookingInfoCard = "
|
|
124278
|
-
const bookingInfoCardContent = "
|
|
124279
|
-
const bookingInfoCardTitle = "
|
|
124280
|
-
const bookingInfoCardText = "
|
|
124243
|
+
const mainConatiner$1 = "_mainConatiner_1qp4s_7";
|
|
124244
|
+
const mainTableContainer = "_mainTableContainer_1qp4s_17";
|
|
124245
|
+
const mainSidebarContainer = "_mainSidebarContainer_1qp4s_25";
|
|
124246
|
+
const headerReferece = "_headerReferece_1qp4s_35";
|
|
124247
|
+
const sidebarCloseIcon = "_sidebarCloseIcon_1qp4s_38";
|
|
124248
|
+
const headerContainer = "_headerContainer_1qp4s_90";
|
|
124249
|
+
const searchContainer = "_searchContainer_1qp4s_96";
|
|
124250
|
+
const buttonList = "_buttonList_1qp4s_107";
|
|
124251
|
+
const buttonItem = "_buttonItem_1qp4s_112";
|
|
124252
|
+
const addReservationButton = "_addReservationButton_1qp4s_121";
|
|
124253
|
+
const tableTopHeader = "_tableTopHeader_1qp4s_130";
|
|
124254
|
+
const tableTopHeaderContent = "_tableTopHeaderContent_1qp4s_144";
|
|
124255
|
+
const tableTopHeaderContentText = "_tableTopHeaderContentText_1qp4s_151";
|
|
124256
|
+
const tableRowContainer = "_tableRowContainer_1qp4s_160";
|
|
124257
|
+
const tableRowCard = "_tableRowCard_1qp4s_166";
|
|
124258
|
+
const fadeInX = "_fadeInX_1qp4s_1";
|
|
124259
|
+
const canceled = "_canceled_1qp4s_174";
|
|
124260
|
+
const noData = "_noData_1qp4s_177";
|
|
124261
|
+
const tableRowHour = "_tableRowHour_1qp4s_184";
|
|
124262
|
+
const tableRowHourText = "_tableRowHourText_1qp4s_200";
|
|
124263
|
+
const hours = "_hours_1qp4s_208";
|
|
124264
|
+
const tableRowContent = "_tableRowContent_1qp4s_214";
|
|
124265
|
+
const rowImage = "_rowImage_1qp4s_229";
|
|
124266
|
+
const rowContactContainer = "_rowContactContainer_1qp4s_243";
|
|
124267
|
+
const rowContactText = "_rowContactText_1qp4s_255";
|
|
124268
|
+
const rowContactPhone = "_rowContactPhone_1qp4s_261";
|
|
124269
|
+
const rowSectionContainer = "_rowSectionContainer_1qp4s_268";
|
|
124270
|
+
const rowSection = "_rowSection_1qp4s_268";
|
|
124271
|
+
const rowSectionText = "_rowSectionText_1qp4s_281";
|
|
124272
|
+
const rowSectionSecText = "_rowSectionSecText_1qp4s_287";
|
|
124273
|
+
const rowActionButton = "_rowActionButton_1qp4s_294";
|
|
124274
|
+
const bookingInfoContainer = "_bookingInfoContainer_1qp4s_307";
|
|
124275
|
+
const bookingInfoCardColumn = "_bookingInfoCardColumn_1qp4s_312";
|
|
124276
|
+
const bookingInfoCardContainer = "_bookingInfoCardContainer_1qp4s_320";
|
|
124277
|
+
const bookingInfoCard = "_bookingInfoCard_1qp4s_312";
|
|
124278
|
+
const bookingInfoCardContent = "_bookingInfoCardContent_1qp4s_332";
|
|
124279
|
+
const bookingInfoCardTitle = "_bookingInfoCardTitle_1qp4s_338";
|
|
124280
|
+
const bookingInfoCardText = "_bookingInfoCardText_1qp4s_341";
|
|
124281
124281
|
const styles$8 = {
|
|
124282
124282
|
mainConatiner: mainConatiner$1,
|
|
124283
124283
|
mainTableContainer,
|
|
124284
124284
|
mainSidebarContainer,
|
|
124285
124285
|
headerReferece,
|
|
124286
124286
|
sidebarCloseIcon,
|
|
124287
|
-
"mainSidebarContainer--open": "_mainSidebarContainer--
|
|
124288
|
-
"mainSidebarContainer--close": "_mainSidebarContainer--
|
|
124289
|
-
"sidebarCloseIcon--show": "_sidebarCloseIcon--
|
|
124287
|
+
"mainSidebarContainer--open": "_mainSidebarContainer--open_1qp4s_46",
|
|
124288
|
+
"mainSidebarContainer--close": "_mainSidebarContainer--close_1qp4s_52",
|
|
124289
|
+
"sidebarCloseIcon--show": "_sidebarCloseIcon--show_1qp4s_60",
|
|
124290
124290
|
headerContainer,
|
|
124291
124291
|
searchContainer,
|
|
124292
124292
|
buttonList,
|
|
@@ -124782,10 +124782,7 @@ const index$8 = ({
|
|
|
124782
124782
|
radius: "md",
|
|
124783
124783
|
filled: true,
|
|
124784
124784
|
borderLess: true,
|
|
124785
|
-
rounded: true
|
|
124786
|
-
customStyles: {
|
|
124787
|
-
backgroundColor: "#2F3349"
|
|
124788
|
-
}
|
|
124785
|
+
rounded: true
|
|
124789
124786
|
})
|
|
124790
124787
|
}), /* @__PURE__ */ jsxs("div", {
|
|
124791
124788
|
className: styles$8.buttonList,
|
|
@@ -125111,7 +125108,7 @@ const TableBody = ({
|
|
|
125111
125108
|
});
|
|
125112
125109
|
return `${formattedTime}:00`;
|
|
125113
125110
|
});
|
|
125114
|
-
const sortedGroupedByHour = _23(groupedByHour).toPairs().map(([hour2, reservations]) => [hour2, _23.orderBy(reservations, (r2) => new Date(r2.date), ["
|
|
125111
|
+
const sortedGroupedByHour = _23(groupedByHour).toPairs().map(([hour2, reservations]) => [hour2, _23.orderBy(reservations, (r2) => new Date(r2.date), ["asc"])]).orderBy(([hour2]) => parseInt(hour2.split(":")[0], 10), ["asc"]).fromPairs().value();
|
|
125115
125112
|
setFormattedData(sortedGroupedByHour);
|
|
125116
125113
|
}
|
|
125117
125114
|
}, [data2, filtersData]);
|
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -2109,24 +2109,24 @@ hr {
|
|
|
2109
2109
|
padding: 20px;
|
|
2110
2110
|
padding-bottom: 5px;
|
|
2111
2111
|
border-top: 1px solid var(--moz-text-secondary);
|
|
2112
|
-
}.
|
|
2112
|
+
}._drawer_1laol_1 {
|
|
2113
2113
|
position: fixed;
|
|
2114
2114
|
top: 0;
|
|
2115
2115
|
right: -200%;
|
|
2116
2116
|
width: auto;
|
|
2117
2117
|
height: 100%;
|
|
2118
|
-
background-color:
|
|
2119
|
-
color:
|
|
2118
|
+
background-color: var(--moz-cta-content-bg);
|
|
2119
|
+
color: var(--moz-text-primary);
|
|
2120
2120
|
transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
|
|
2121
2121
|
z-index: 151;
|
|
2122
2122
|
box-shadow: -4px 0 10px rgba(0, 0, 0, 0.3);
|
|
2123
2123
|
pointer-events: none;
|
|
2124
2124
|
}
|
|
2125
|
-
._drawer--
|
|
2125
|
+
._drawer--open_1laol_14 {
|
|
2126
2126
|
right: 0;
|
|
2127
2127
|
pointer-events: auto;
|
|
2128
2128
|
}
|
|
2129
|
-
.
|
|
2129
|
+
._drawer__overlay_1laol_18 {
|
|
2130
2130
|
position: fixed;
|
|
2131
2131
|
top: 0;
|
|
2132
2132
|
left: 0;
|
|
@@ -2138,48 +2138,48 @@ hr {
|
|
|
2138
2138
|
opacity: 0;
|
|
2139
2139
|
pointer-events: none;
|
|
2140
2140
|
}
|
|
2141
|
-
._drawer--
|
|
2141
|
+
._drawer--open_1laol_14 ._drawer__overlay_1laol_18 {
|
|
2142
2142
|
opacity: 1;
|
|
2143
2143
|
pointer-events: auto;
|
|
2144
2144
|
}
|
|
2145
|
-
.
|
|
2145
|
+
._drawer__content_1laol_34 {
|
|
2146
2146
|
position: relative;
|
|
2147
2147
|
z-index: 1052;
|
|
2148
2148
|
display: flex;
|
|
2149
2149
|
flex-direction: column;
|
|
2150
2150
|
height: 100%;
|
|
2151
|
-
background-color:
|
|
2151
|
+
background-color: var(--moz-cta-content-bg);
|
|
2152
2152
|
}
|
|
2153
|
-
.
|
|
2153
|
+
._drawer__header_1laol_42 {
|
|
2154
2154
|
padding: 16px;
|
|
2155
|
-
background-color:
|
|
2155
|
+
background-color: var(--moz-cta-content-bg);
|
|
2156
2156
|
display: flex;
|
|
2157
2157
|
justify-content: space-between;
|
|
2158
2158
|
align-items: center;
|
|
2159
|
-
border-bottom: 1px solid
|
|
2159
|
+
border-bottom: 1px solid var(--moz-border);
|
|
2160
2160
|
}
|
|
2161
|
-
.
|
|
2161
|
+
._drawer__header__content_1laol_50 {
|
|
2162
2162
|
display: flex;
|
|
2163
2163
|
flex-direction: column;
|
|
2164
2164
|
justify-content: flex-start;
|
|
2165
2165
|
gap: 0.25rem;
|
|
2166
2166
|
}
|
|
2167
|
-
.
|
|
2167
|
+
._drawer__header__content__desc_1laol_56 {
|
|
2168
2168
|
font-size: 14px;
|
|
2169
|
-
color:
|
|
2169
|
+
color: var(--moz-text-secondary);
|
|
2170
2170
|
}
|
|
2171
|
-
.
|
|
2171
|
+
._drawer__header_1laol_42 ._drawer__close_1laol_60 {
|
|
2172
2172
|
background: none;
|
|
2173
2173
|
border: none;
|
|
2174
|
-
color:
|
|
2174
|
+
color: var(--moz-text-primary);
|
|
2175
2175
|
font-size: 24px;
|
|
2176
2176
|
cursor: pointer;
|
|
2177
2177
|
transition: transform 0.2s;
|
|
2178
2178
|
}
|
|
2179
|
-
.
|
|
2179
|
+
._drawer__header_1laol_42 ._drawer__close_1laol_60:hover {
|
|
2180
2180
|
transform: scale(1.2);
|
|
2181
2181
|
}
|
|
2182
|
-
.
|
|
2182
|
+
._drawer__body_1laol_71 {
|
|
2183
2183
|
flex: 1;
|
|
2184
2184
|
overflow-y: auto;
|
|
2185
2185
|
padding: 16px;
|
|
@@ -2885,25 +2885,25 @@ hr {
|
|
|
2885
2885
|
}
|
|
2886
2886
|
._container_w3z1y_1 > div {
|
|
2887
2887
|
min-width: 100px;
|
|
2888
|
-
}.
|
|
2888
|
+
}._container_gr7hf_1 {
|
|
2889
2889
|
display: flex;
|
|
2890
2890
|
flex-wrap: wrap;
|
|
2891
2891
|
align-items: center;
|
|
2892
2892
|
gap: 1rem;
|
|
2893
2893
|
}
|
|
2894
2894
|
@media (max-width: 768px) {
|
|
2895
|
-
.
|
|
2895
|
+
._container_gr7hf_1 {
|
|
2896
2896
|
justify-content: center;
|
|
2897
2897
|
}
|
|
2898
2898
|
}
|
|
2899
2899
|
|
|
2900
|
-
.
|
|
2900
|
+
._slot_gr7hf_13 {
|
|
2901
2901
|
display: flex;
|
|
2902
2902
|
align-items: center;
|
|
2903
2903
|
gap: 1rem;
|
|
2904
2904
|
flex-wrap: wrap;
|
|
2905
2905
|
}
|
|
2906
|
-
.
|
|
2906
|
+
._slot_gr7hf_13 ._close_gr7hf_19 {
|
|
2907
2907
|
border: none;
|
|
2908
2908
|
background-color: var(--moz-cta-secondary);
|
|
2909
2909
|
color: var(--moz-cta-secondary-text);
|
|
@@ -2917,7 +2917,7 @@ hr {
|
|
|
2917
2917
|
margin-top: 1.5rem;
|
|
2918
2918
|
}
|
|
2919
2919
|
|
|
2920
|
-
.
|
|
2920
|
+
._add_gr7hf_33 {
|
|
2921
2921
|
margin-top: 1.5rem;
|
|
2922
2922
|
display: flex;
|
|
2923
2923
|
align-items: center;
|
|
@@ -2931,14 +2931,15 @@ hr {
|
|
|
2931
2931
|
padding-right: 0.6rem;
|
|
2932
2932
|
cursor: pointer;
|
|
2933
2933
|
}
|
|
2934
|
-
.
|
|
2934
|
+
._add_gr7hf_33 ._plus_gr7hf_47 {
|
|
2935
2935
|
height: 20px;
|
|
2936
2936
|
width: 20px;
|
|
2937
2937
|
display: flex;
|
|
2938
2938
|
justify-content: center;
|
|
2939
2939
|
align-items: center;
|
|
2940
2940
|
border-radius: 100%;
|
|
2941
|
-
|
|
2941
|
+
color: var(--moz-cta-secondary-text);
|
|
2942
|
+
border: 1px solid var(--moz-border);
|
|
2942
2943
|
}._regularHour_1xx5k_1 {
|
|
2943
2944
|
display: flex;
|
|
2944
2945
|
padding: 1.25rem 2rem;
|
|
@@ -4039,49 +4040,11 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4039
4040
|
background: var(--moz-cta-success-hover);
|
|
4040
4041
|
color: var(--moz-cta-success-text-hover);
|
|
4041
4042
|
}
|
|
4042
|
-
:root {
|
|
4043
|
-
--font-family: "Public Sans", sans-serif !important;
|
|
4044
|
-
--cta-primary: #25293C !important;
|
|
4045
|
-
--cta-primary-text: white !important;
|
|
4046
|
-
--cta-primary-hover: white !important;
|
|
4047
|
-
--cta-primary-text-hover: black !important;
|
|
4048
|
-
--moz-cta-secondary: #383868 !important;
|
|
4049
|
-
--moz-cta-secondary-text: white !important;
|
|
4050
|
-
--moz-cta-secondary-hover: white !important;
|
|
4051
|
-
--moz-cta-secondary-text-hover: black !important;
|
|
4052
|
-
--cta-secondary: #777 !important;
|
|
4053
|
-
--cta-secondary-text: #CFCDE4 !important;
|
|
4054
|
-
--cta-secondary-hover: #CFCDE4 !important;
|
|
4055
|
-
--cta-secondary-text-hover: black !important;
|
|
4056
|
-
--text-primary: white !important;
|
|
4057
|
-
--text-secondary: rgb(15, 163, 227) !important;
|
|
4058
|
-
--text-title: #CFCDE4 !important;
|
|
4059
|
-
--text-label: #CFCDE4 !important;
|
|
4060
|
-
--state-active: gray !important;
|
|
4061
|
-
--moz-state-active: #383868 !important;
|
|
4062
|
-
--moz-container-padding: 0 !important;
|
|
4063
|
-
--ant-picker-bg: #2F3349 !important;
|
|
4064
|
-
--ant-picker-border-radius: 6px !important;
|
|
4065
|
-
--ant-picker-text-color: #ffffff !important;
|
|
4066
|
-
--ant-picker-hover-cell-bg: #3A3D54 !important;
|
|
4067
|
-
--ant-picker-selected-cell-bg: #4C4F64 !important;
|
|
4068
|
-
--ant-picker-cell-hover-color: #ffffff !important;
|
|
4069
|
-
}
|
|
4070
|
-
body {
|
|
4071
|
-
margin: 0 !important;
|
|
4072
|
-
font-family: "Public Sans", sans-serif !important;
|
|
4073
|
-
font: italic !important;
|
|
4074
|
-
font-weight: normal !important;
|
|
4075
|
-
}
|
|
4076
|
-
h1, h2, h3, h4, h5, h6 {
|
|
4077
|
-
font-family: "Public Sans", sans-serif !important;
|
|
4078
|
-
font-weight: normal !important;
|
|
4079
|
-
}
|
|
4080
4043
|
hr {
|
|
4081
4044
|
border: 0;
|
|
4082
|
-
border-top: 2px solid
|
|
4045
|
+
border-top: 2px solid var(--moz-border) !important;
|
|
4083
4046
|
}
|
|
4084
|
-
.
|
|
4047
|
+
._mainConatiner_1qp4s_7 {
|
|
4085
4048
|
color: var(--moz-text-primary);
|
|
4086
4049
|
max-height: 100vh;
|
|
4087
4050
|
padding-left: 10px;
|
|
@@ -4091,7 +4054,7 @@ hr {
|
|
|
4091
4054
|
background-color: var(--moz-cta-body-bg);
|
|
4092
4055
|
overflow: hidden;
|
|
4093
4056
|
}
|
|
4094
|
-
.
|
|
4057
|
+
._mainConatiner_1qp4s_7 ._mainTableContainer_1qp4s_17 {
|
|
4095
4058
|
padding-top: 10px;
|
|
4096
4059
|
flex: 1;
|
|
4097
4060
|
display: flex;
|
|
@@ -4099,7 +4062,7 @@ hr {
|
|
|
4099
4062
|
overflow: hidden;
|
|
4100
4063
|
height: 100vh;
|
|
4101
4064
|
}
|
|
4102
|
-
.
|
|
4065
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 {
|
|
4103
4066
|
width: auto;
|
|
4104
4067
|
padding: 1rem;
|
|
4105
4068
|
height: 100vh;
|
|
@@ -4109,100 +4072,100 @@ hr {
|
|
|
4109
4072
|
transition: 0.3s;
|
|
4110
4073
|
position: inherit;
|
|
4111
4074
|
}
|
|
4112
|
-
.
|
|
4075
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._headerReferece_1qp4s_35 {
|
|
4113
4076
|
color: var(--moz-text-primary);
|
|
4114
4077
|
}
|
|
4115
|
-
.
|
|
4078
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon_1qp4s_38 {
|
|
4116
4079
|
display: none;
|
|
4117
4080
|
}
|
|
4118
4081
|
@media (max-width: 768px) {
|
|
4119
|
-
.
|
|
4082
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 {
|
|
4120
4083
|
width: 0px;
|
|
4121
4084
|
padding: 0;
|
|
4122
4085
|
}
|
|
4123
|
-
.
|
|
4086
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer--open_1qp4s_46 {
|
|
4124
4087
|
position: fixed;
|
|
4125
4088
|
right: 0px;
|
|
4126
4089
|
width: 100%;
|
|
4127
4090
|
padding: 1rem;
|
|
4128
4091
|
}
|
|
4129
|
-
.
|
|
4092
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer--close_1qp4s_52 {
|
|
4130
4093
|
position: inherit;
|
|
4131
4094
|
width: 0px;
|
|
4132
4095
|
padding: 0;
|
|
4133
4096
|
}
|
|
4134
|
-
.
|
|
4097
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon_1qp4s_38 {
|
|
4135
4098
|
display: none;
|
|
4136
4099
|
}
|
|
4137
|
-
.
|
|
4100
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon--show_1qp4s_60 {
|
|
4138
4101
|
display: block;
|
|
4139
4102
|
cursor: pointer;
|
|
4140
4103
|
}
|
|
4141
4104
|
}
|
|
4142
4105
|
@media (min-width: 768px) and (max-width: 1200px) {
|
|
4143
|
-
.
|
|
4106
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 {
|
|
4144
4107
|
width: 0px;
|
|
4145
4108
|
padding: 0;
|
|
4146
4109
|
}
|
|
4147
|
-
.
|
|
4110
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer--open_1qp4s_46 {
|
|
4148
4111
|
position: fixed;
|
|
4149
4112
|
right: 0px;
|
|
4150
4113
|
width: 400px;
|
|
4151
4114
|
padding: 1rem;
|
|
4152
4115
|
}
|
|
4153
|
-
.
|
|
4116
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer--close_1qp4s_52 {
|
|
4154
4117
|
position: inherit;
|
|
4155
4118
|
width: 0px;
|
|
4156
4119
|
padding: 0;
|
|
4157
4120
|
}
|
|
4158
|
-
.
|
|
4121
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon_1qp4s_38 {
|
|
4159
4122
|
display: none;
|
|
4160
4123
|
}
|
|
4161
|
-
.
|
|
4124
|
+
._mainConatiner_1qp4s_7 ._mainSidebarContainer_1qp4s_25 ._sidebarCloseIcon--show_1qp4s_60 {
|
|
4162
4125
|
display: block;
|
|
4163
4126
|
cursor: pointer;
|
|
4164
4127
|
}
|
|
4165
4128
|
}
|
|
4166
|
-
.
|
|
4129
|
+
._headerContainer_1qp4s_90 {
|
|
4167
4130
|
display: flex;
|
|
4168
4131
|
justify-content: space-between;
|
|
4169
4132
|
align-items: center;
|
|
4170
4133
|
flex-wrap: wrap;
|
|
4171
4134
|
}
|
|
4172
|
-
.
|
|
4135
|
+
._headerContainer_1qp4s_90 ._searchContainer_1qp4s_96 {
|
|
4173
4136
|
display: flex;
|
|
4174
4137
|
align-items: center;
|
|
4175
4138
|
gap: 10px;
|
|
4176
4139
|
width: 180px;
|
|
4177
4140
|
}
|
|
4178
4141
|
@media (max-width: 768px) {
|
|
4179
|
-
.
|
|
4142
|
+
._headerContainer_1qp4s_90 ._searchContainer_1qp4s_96 {
|
|
4180
4143
|
width: 200px;
|
|
4181
4144
|
}
|
|
4182
4145
|
}
|
|
4183
|
-
.
|
|
4146
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 {
|
|
4184
4147
|
display: flex;
|
|
4185
4148
|
align-items: center;
|
|
4186
4149
|
gap: 0.5rem;
|
|
4187
4150
|
}
|
|
4188
|
-
.
|
|
4151
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 ._buttonItem_1qp4s_112 {
|
|
4189
4152
|
display: block;
|
|
4190
4153
|
transition: 0.3s;
|
|
4191
4154
|
}
|
|
4192
4155
|
@media (max-width: 768px) {
|
|
4193
|
-
.
|
|
4156
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 ._buttonItem_1qp4s_112 {
|
|
4194
4157
|
display: none;
|
|
4195
4158
|
}
|
|
4196
4159
|
}
|
|
4197
|
-
.
|
|
4160
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 ._addReservationButton_1qp4s_121 {
|
|
4198
4161
|
display: inherit;
|
|
4199
4162
|
}
|
|
4200
4163
|
@media (max-width: 768px) {
|
|
4201
|
-
.
|
|
4164
|
+
._headerContainer_1qp4s_90 ._buttonList_1qp4s_107 ._addReservationButton_1qp4s_121 {
|
|
4202
4165
|
display: none;
|
|
4203
4166
|
}
|
|
4204
4167
|
}
|
|
4205
|
-
.
|
|
4168
|
+
._tableTopHeader_1qp4s_130 {
|
|
4206
4169
|
display: flex;
|
|
4207
4170
|
justify-content: space-between;
|
|
4208
4171
|
align-items: center;
|
|
@@ -4211,50 +4174,50 @@ hr {
|
|
|
4211
4174
|
font: 1.125rem/1.75rem var(--moz-font-family-title);
|
|
4212
4175
|
}
|
|
4213
4176
|
@media (max-width: 768px) {
|
|
4214
|
-
.
|
|
4177
|
+
._tableTopHeader_1qp4s_130 {
|
|
4215
4178
|
font: 0.75rem/1.75rem var(--moz-font-family-title);
|
|
4216
4179
|
}
|
|
4217
4180
|
}
|
|
4218
|
-
.
|
|
4181
|
+
._tableTopHeaderContent_1qp4s_144 {
|
|
4219
4182
|
display: flex;
|
|
4220
4183
|
justify-content: space-between;
|
|
4221
4184
|
align-items: center;
|
|
4222
4185
|
margin-top: 20px;
|
|
4223
4186
|
margin-bottom: 10px;
|
|
4224
4187
|
}
|
|
4225
|
-
.
|
|
4188
|
+
._tableTopHeaderContent_1qp4s_144 ._tableTopHeaderContentText_1qp4s_151 {
|
|
4226
4189
|
font: 600 1.875rem/2.25rem var(--moz-font-family-title);
|
|
4227
4190
|
}
|
|
4228
4191
|
@media (max-width: 768px) {
|
|
4229
|
-
.
|
|
4192
|
+
._tableTopHeaderContent_1qp4s_144 ._tableTopHeaderContentText_1qp4s_151 {
|
|
4230
4193
|
font: 600 1.5rem/2rem var(--moz-font-family-title);
|
|
4231
4194
|
}
|
|
4232
4195
|
}
|
|
4233
|
-
.
|
|
4196
|
+
._tableRowContainer_1qp4s_160 {
|
|
4234
4197
|
display: flex;
|
|
4235
4198
|
flex-direction: column;
|
|
4236
4199
|
width: 100%;
|
|
4237
4200
|
gap: 0.5rem;
|
|
4238
4201
|
}
|
|
4239
|
-
.
|
|
4202
|
+
._tableRowContainer_1qp4s_160 ._tableRowCard_1qp4s_166 {
|
|
4240
4203
|
padding: 0;
|
|
4241
4204
|
background-color: var(--moz-cta-content-bg);
|
|
4242
4205
|
overflow-x: auto;
|
|
4243
4206
|
opacity: 0;
|
|
4244
4207
|
transform: translateX(-20px);
|
|
4245
|
-
animation:
|
|
4208
|
+
animation: _fadeInX_1qp4s_1 0.3s ease-in forwards;
|
|
4246
4209
|
}
|
|
4247
|
-
.
|
|
4210
|
+
._tableRowContainer_1qp4s_160 ._tableRowCard_1qp4s_166 ._canceled_1qp4s_174 {
|
|
4248
4211
|
text-decoration: line-through;
|
|
4249
4212
|
}
|
|
4250
|
-
.
|
|
4213
|
+
._tableRowContainer_1qp4s_160 ._tableRowCard_1qp4s_166 ._noData_1qp4s_177 {
|
|
4251
4214
|
display: flex;
|
|
4252
4215
|
justify-content: center;
|
|
4253
4216
|
align-items: center;
|
|
4254
4217
|
height: 100px;
|
|
4255
4218
|
color: var(--moz-text-secondary);
|
|
4256
4219
|
}
|
|
4257
|
-
.
|
|
4220
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 {
|
|
4258
4221
|
display: flex;
|
|
4259
4222
|
width: 150px;
|
|
4260
4223
|
flex-direction: column;
|
|
@@ -4266,25 +4229,25 @@ hr {
|
|
|
4266
4229
|
background-color: var(--moz-cta-content-sec-bg);
|
|
4267
4230
|
}
|
|
4268
4231
|
@media (max-width: 768px) {
|
|
4269
|
-
.
|
|
4232
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 {
|
|
4270
4233
|
padding: 0 0.5rem 0 0.5rem;
|
|
4271
4234
|
}
|
|
4272
4235
|
}
|
|
4273
|
-
.
|
|
4236
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 ._tableRowHourText_1qp4s_200 {
|
|
4274
4237
|
font: 600 1.6rem/2.25rem var(--moz-font-family-title);
|
|
4275
4238
|
}
|
|
4276
4239
|
@media (max-width: 768px) {
|
|
4277
|
-
.
|
|
4240
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 ._tableRowHourText_1qp4s_200 {
|
|
4278
4241
|
font: 1.25rem/1.75rem var(--moz-font-family-title);
|
|
4279
4242
|
}
|
|
4280
4243
|
}
|
|
4281
|
-
.
|
|
4244
|
+
._tableRowContainer_1qp4s_160 ._tableRowHour_1qp4s_184 ._hours_1qp4s_208 {
|
|
4282
4245
|
display: flex;
|
|
4283
4246
|
justify-content: center;
|
|
4284
4247
|
align-items: center;
|
|
4285
4248
|
gap: 0.5rem;
|
|
4286
4249
|
}
|
|
4287
|
-
.
|
|
4250
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 {
|
|
4288
4251
|
display: flex;
|
|
4289
4252
|
align-items: center;
|
|
4290
4253
|
gap: 0.5rem;
|
|
@@ -4294,26 +4257,26 @@ hr {
|
|
|
4294
4257
|
width: 100%;
|
|
4295
4258
|
}
|
|
4296
4259
|
@media (max-width: 768px) {
|
|
4297
|
-
.
|
|
4260
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 {
|
|
4298
4261
|
flex-direction: column;
|
|
4299
4262
|
padding: 0.5rem;
|
|
4300
4263
|
}
|
|
4301
4264
|
}
|
|
4302
|
-
.
|
|
4265
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowImage_1qp4s_229 {
|
|
4303
4266
|
width: 45px;
|
|
4304
4267
|
height: 45px;
|
|
4305
4268
|
border-radius: 50%;
|
|
4306
4269
|
margin-right: 10px;
|
|
4307
4270
|
}
|
|
4308
4271
|
@media (max-width: 768px) {
|
|
4309
|
-
.
|
|
4272
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowImage_1qp4s_229 {
|
|
4310
4273
|
width: 30px;
|
|
4311
4274
|
height: 30px;
|
|
4312
4275
|
border-radius: 50%;
|
|
4313
4276
|
margin-right: 5px;
|
|
4314
4277
|
}
|
|
4315
4278
|
}
|
|
4316
|
-
.
|
|
4279
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowContactContainer_1qp4s_243 {
|
|
4317
4280
|
display: flex;
|
|
4318
4281
|
flex-direction: column;
|
|
4319
4282
|
text-align: left;
|
|
@@ -4321,24 +4284,24 @@ hr {
|
|
|
4321
4284
|
max-width: 200px;
|
|
4322
4285
|
}
|
|
4323
4286
|
@media (max-width: 768px) {
|
|
4324
|
-
.
|
|
4287
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowContactContainer_1qp4s_243 {
|
|
4325
4288
|
text-align: center;
|
|
4326
4289
|
}
|
|
4327
4290
|
}
|
|
4328
|
-
.
|
|
4291
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowContactContainer_1qp4s_243 ._rowContactText_1qp4s_255 {
|
|
4329
4292
|
white-space: nowrap;
|
|
4330
4293
|
overflow: hidden;
|
|
4331
4294
|
text-overflow: ellipsis;
|
|
4332
4295
|
max-width: 100%;
|
|
4333
4296
|
}
|
|
4334
|
-
.
|
|
4297
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowContactContainer_1qp4s_243 ._rowContactPhone_1qp4s_261 {
|
|
4335
4298
|
white-space: nowrap;
|
|
4336
4299
|
overflow: hidden;
|
|
4337
4300
|
text-overflow: ellipsis;
|
|
4338
4301
|
max-width: 100%;
|
|
4339
4302
|
color: var(--moz-text-secondary);
|
|
4340
4303
|
}
|
|
4341
|
-
.
|
|
4304
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowSectionContainer_1qp4s_268 {
|
|
4342
4305
|
display: flex;
|
|
4343
4306
|
flex-direction: row;
|
|
4344
4307
|
text-align: center;
|
|
@@ -4346,25 +4309,25 @@ hr {
|
|
|
4346
4309
|
min-width: 200px;
|
|
4347
4310
|
}
|
|
4348
4311
|
@media (max-width: 768px) {
|
|
4349
|
-
.
|
|
4312
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowSectionContainer_1qp4s_268 {
|
|
4350
4313
|
justify-content: center;
|
|
4351
4314
|
gap: 20px;
|
|
4352
4315
|
}
|
|
4353
4316
|
}
|
|
4354
|
-
.
|
|
4317
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowSectionContainer_1qp4s_268 ._rowSection_1qp4s_268 ._rowSectionText_1qp4s_281 {
|
|
4355
4318
|
white-space: nowrap;
|
|
4356
4319
|
overflow: hidden;
|
|
4357
4320
|
text-overflow: ellipsis;
|
|
4358
4321
|
max-width: 100%;
|
|
4359
4322
|
}
|
|
4360
|
-
.
|
|
4323
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowSectionContainer_1qp4s_268 ._rowSection_1qp4s_268 ._rowSectionSecText_1qp4s_287 {
|
|
4361
4324
|
white-space: nowrap;
|
|
4362
4325
|
overflow: hidden;
|
|
4363
4326
|
text-overflow: ellipsis;
|
|
4364
4327
|
max-width: 100%;
|
|
4365
4328
|
color: var(--moz-text-secondary);
|
|
4366
4329
|
}
|
|
4367
|
-
.
|
|
4330
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowActionButton_1qp4s_294 {
|
|
4368
4331
|
min-width: 200px;
|
|
4369
4332
|
display: flex;
|
|
4370
4333
|
flex: 1;
|
|
@@ -4372,16 +4335,16 @@ hr {
|
|
|
4372
4335
|
display: inherit;
|
|
4373
4336
|
}
|
|
4374
4337
|
@media (max-width: 768px) {
|
|
4375
|
-
.
|
|
4338
|
+
._tableRowContainer_1qp4s_160 ._tableRowContent_1qp4s_214 ._rowActionButton_1qp4s_294 {
|
|
4376
4339
|
display: none;
|
|
4377
4340
|
}
|
|
4378
4341
|
}
|
|
4379
|
-
.
|
|
4342
|
+
._bookingInfoContainer_1qp4s_307 {
|
|
4380
4343
|
width: 100%;
|
|
4381
4344
|
display: flex;
|
|
4382
4345
|
justify-content: space-between;
|
|
4383
4346
|
}
|
|
4384
|
-
.
|
|
4347
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 {
|
|
4385
4348
|
display: flex;
|
|
4386
4349
|
flex-direction: column;
|
|
4387
4350
|
gap: 10px;
|
|
@@ -4389,11 +4352,11 @@ hr {
|
|
|
4389
4352
|
flex-wrap: wrap;
|
|
4390
4353
|
margin: 10px;
|
|
4391
4354
|
}
|
|
4392
|
-
.
|
|
4355
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 {
|
|
4393
4356
|
display: flex;
|
|
4394
4357
|
gap: 10px;
|
|
4395
4358
|
}
|
|
4396
|
-
.
|
|
4359
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 ._bookingInfoCard_1qp4s_312 {
|
|
4397
4360
|
width: 43px;
|
|
4398
4361
|
height: 43px;
|
|
4399
4362
|
background-color: var(--moz-cta-content-sec-bg);
|
|
@@ -4401,19 +4364,19 @@ hr {
|
|
|
4401
4364
|
padding: 10px;
|
|
4402
4365
|
border-radius: 6px;
|
|
4403
4366
|
}
|
|
4404
|
-
.
|
|
4367
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 ._bookingInfoCardContent_1qp4s_332 {
|
|
4405
4368
|
display: flex;
|
|
4406
4369
|
flex-direction: column;
|
|
4407
4370
|
justify-content: center;
|
|
4408
4371
|
gap: 4px;
|
|
4409
4372
|
}
|
|
4410
|
-
.
|
|
4373
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 ._bookingInfoCardContent_1qp4s_332 ._bookingInfoCardTitle_1qp4s_338 {
|
|
4411
4374
|
color: white;
|
|
4412
4375
|
}
|
|
4413
|
-
.
|
|
4376
|
+
._bookingInfoContainer_1qp4s_307 ._bookingInfoCardColumn_1qp4s_312 ._bookingInfoCardContainer_1qp4s_320 ._bookingInfoCardContent_1qp4s_332 ._bookingInfoCardText_1qp4s_341 {
|
|
4414
4377
|
color: var(--moz-text-secondary);
|
|
4415
4378
|
}
|
|
4416
|
-
@keyframes
|
|
4379
|
+
@keyframes _fadeInX_1qp4s_1 {
|
|
4417
4380
|
from {
|
|
4418
4381
|
opacity: 0;
|
|
4419
4382
|
transform: translateX(-20px);
|