mozrest-sdk-react-dev 0.3.41 → 0.3.43

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.
Files changed (3) hide show
  1. package/mozrest-sdk.es.js +259 -74
  2. package/package.json +1 -1
  3. package/style.css +78 -78
package/mozrest-sdk.es.js CHANGED
@@ -7835,6 +7835,7 @@ const Period$4 = "Period";
7835
7835
  const Year$5 = "Year";
7836
7836
  const Covers$4 = "Covered";
7837
7837
  const NO_AVAILABLE_CHANNELS$4 = "No available channels";
7838
+ const select$4 = "Select";
7838
7839
  const en = {
7839
7840
  errors: errors$4,
7840
7841
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$4,
@@ -8384,7 +8385,8 @@ const en = {
8384
8385
  "No options": "No options",
8385
8386
  Covers: Covers$4,
8386
8387
  "dd/mm/yyyy": "dd/mm/yyyy",
8387
- NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$4
8388
+ NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$4,
8389
+ select: select$4
8388
8390
  };
8389
8391
  const errors$3 = { "required": "Este campo es requerido", "email": "Este correo electrónico no es válido", "phone": "Número de teléfono no válido", "url": "URL no válida" };
8390
8392
  const SPECIALCLOSINGDATES$3 = "Fechas de cierre especiales u horarios de apertura diferentes (días especiales, festivos, eventos privados…)";
@@ -8883,6 +8885,7 @@ const Year$4 = "Año";
8883
8885
  const Bookings$3 = "Reservas";
8884
8886
  const Covers$3 = "Coberturas";
8885
8887
  const NO_AVAILABLE_CHANNELS$3 = "No hay canales disponibles";
8888
+ const select$3 = "Seleccione";
8886
8889
  const es$2 = {
8887
8890
  errors: errors$3,
8888
8891
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$3,
@@ -9433,7 +9436,8 @@ const es$2 = {
9433
9436
  Bookings: Bookings$3,
9434
9437
  Covers: Covers$3,
9435
9438
  "dd/mm/yyyy": "dd/mm/yyyy",
9436
- NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$3
9439
+ NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$3,
9440
+ select: select$3
9437
9441
  };
9438
9442
  const errors$2 = { "required": "Ce champ est requis", "email": "Cet email n'est pas valide", "phone": "Numéro de téléphone non valide", "url": "Cette URL n'est pas valide" };
9439
9443
  const SPECIALCLOSINGDATES$2 = "Fermetures exceptionnelles et horaires d’ouverture modifiés (jours fériés, événements, etc.) ";
@@ -9932,6 +9936,7 @@ const Year$3 = "Année";
9932
9936
  const Bookings$2 = "Réservations";
9933
9937
  const Covers$2 = "Couverts";
9934
9938
  const NO_AVAILABLE_CHANNELS$2 = "Aucun canal disponible";
9939
+ const select$2 = "Selectionner";
9935
9940
  const fr$1 = {
9936
9941
  errors: errors$2,
9937
9942
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$2,
@@ -10481,7 +10486,8 @@ const fr$1 = {
10481
10486
  Bookings: Bookings$2,
10482
10487
  Covers: Covers$2,
10483
10488
  "dd/mm/yyyy": "JJ/MM/AAAA",
10484
- NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$2
10489
+ NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$2,
10490
+ select: select$2
10485
10491
  };
10486
10492
  const errors$1 = { "required": "Dieses Feld ist erforderlich", "email": "Diese E-Mail ist nicht gültig", "phone": "Diese Telefonnummer ist nicht gültig", "url": "Diese URL ist nicht gültig" };
10487
10493
  const SPECIALCLOSINGDATES$1 = "Besondere Schließungstage oder abweichende Öffnungszeiten (besondere Tage, Feiertage, private Veranstaltungen…)";
@@ -10980,6 +10986,7 @@ const Year$2 = "Jahr";
10980
10986
  const Bookings$1 = "Buchungen";
10981
10987
  const Covers$1 = "Covered";
10982
10988
  const NO_AVAILABLE_CHANNELS$1 = "Keine verfügbaren Kanäle";
10989
+ const select$1 = "Auswählen";
10983
10990
  const de$1 = {
10984
10991
  errors: errors$1,
10985
10992
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$1,
@@ -11530,7 +11537,8 @@ const de$1 = {
11530
11537
  Bookings: Bookings$1,
11531
11538
  Covers: Covers$1,
11532
11539
  "dd/mm/yyyy": "dd/mm/yyyy",
11533
- NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$1
11540
+ NO_AVAILABLE_CHANNELS: NO_AVAILABLE_CHANNELS$1,
11541
+ select: select$1
11534
11542
  };
11535
11543
  const errors = { "required": "Dit veld is verplicht", "email": "Dit e-mailadres is ongeldig", "phone": "Ongeldig telefoonnummer", "url": "Deze URL is ongeldig" };
11536
11544
  const SPECIALCLOSINGDATES = "Speciale sluitingsdagen of afwijkende openingstijden (feestdagen, evenementen, enz.)";
@@ -12029,6 +12037,7 @@ const Period = "Periode";
12029
12037
  const Year$1 = "Jaar";
12030
12038
  const Bookings = "Reserveringen";
12031
12039
  const Covers = "Covered";
12040
+ const select = "Selecteer";
12032
12041
  const nl$1 = {
12033
12042
  errors,
12034
12043
  SPECIALCLOSINGDATES,
@@ -12579,7 +12588,8 @@ const nl$1 = {
12579
12588
  "No options": "Geen opties",
12580
12589
  Bookings,
12581
12590
  Covers,
12582
- "dd/mm/yyyy": "dd/mm/yyyy"
12591
+ "dd/mm/yyyy": "dd/mm/yyyy",
12592
+ select
12583
12593
  };
12584
12594
  instance.use(initReactI18next).init({
12585
12595
  // the translations
@@ -60917,7 +60927,7 @@ const Modal$1 = ({
60917
60927
  children
60918
60928
  });
60919
60929
  };
60920
- const container$q = "_container_ut3y7_1";
60930
+ const container$q = "_container_1rjfx_1";
60921
60931
  const styles$1z = {
60922
60932
  container: container$q
60923
60933
  };
@@ -60930,7 +60940,7 @@ const customStyles = {
60930
60940
  borderRadius: 0,
60931
60941
  boxShadow: state.isFocused ? "0 0 5px var(--moz-input-border)" : "none",
60932
60942
  color: "var(--moz-text-input)",
60933
- padding: "2px 0"
60943
+ padding: "4px 0px 4px 0px"
60934
60944
  }),
60935
60945
  singleValue: (provided) => ({
60936
60946
  ...provided,
@@ -85924,7 +85934,43 @@ const Header$3 = ({
85924
85934
  dropdowns: {
85925
85935
  months: true,
85926
85936
  years: true
85927
- }
85937
+ },
85938
+ shortcuts: [{
85939
+ text: t2("Today"),
85940
+ onClick: (picker2) => {
85941
+ const start = hooks().startOf("day").toDate();
85942
+ const end = hooks().endOf("day").toDate();
85943
+ picker2.setDateRange(start, end);
85944
+ }
85945
+ }, {
85946
+ text: t2("This Week"),
85947
+ onClick: (picker2) => {
85948
+ const start = hooks().startOf("week").toDate();
85949
+ const end = hooks().endOf("week").toDate();
85950
+ picker2.setDateRange(start, end);
85951
+ }
85952
+ }, {
85953
+ text: t2("Last Week"),
85954
+ onClick: (picker2) => {
85955
+ const start = hooks().subtract(1, "week").startOf("week").toDate();
85956
+ const end = hooks().subtract(1, "week").endOf("week").toDate();
85957
+ picker2.setDateRange(start, end);
85958
+ }
85959
+ }, {
85960
+ text: t2("This Month"),
85961
+ onClick: (picker2) => {
85962
+ const start = hooks().startOf("month").toDate();
85963
+ const end = hooks().endOf("month").toDate();
85964
+ picker2.setDateRange(start, end);
85965
+ }
85966
+ }, {
85967
+ text: t2("Last Month"),
85968
+ onClick: (picker2) => {
85969
+ const start = hooks().subtract(1, "month").startOf("month").toDate();
85970
+ const end = hooks().subtract(1, "month").endOf("month").toDate();
85971
+ picker2.setDateRange(start, end);
85972
+ }
85973
+ }]
85928
85974
  }
85929
85975
  })
85930
85976
  }), /* @__PURE__ */ jsx$1(Col, {
@@ -92344,7 +92390,43 @@ const Header$2 = ({
92344
92390
  dropdowns: {
92345
92391
  months: true,
92346
92392
  years: true
92347
- }
92393
+ },
92394
+ shortcuts: [{
92395
+ text: t2("Today"),
92396
+ onClick: (picker2) => {
92397
+ const start = hooks().startOf("day").toDate();
92398
+ const end = hooks().endOf("day").toDate();
92399
+ picker2.setDateRange(start, end);
92400
+ }
92401
+ }, {
92402
+ text: t2("This Week"),
92403
+ onClick: (picker2) => {
92404
+ const start = hooks().startOf("week").toDate();
92405
+ const end = hooks().endOf("week").toDate();
92406
+ picker2.setDateRange(start, end);
92407
+ }
92408
+ }, {
92409
+ text: t2("Last Week"),
92410
+ onClick: (picker2) => {
92411
+ const start = hooks().subtract(1, "week").startOf("week").toDate();
92412
+ const end = hooks().subtract(1, "week").endOf("week").toDate();
92413
+ picker2.setDateRange(start, end);
92414
+ }
92415
+ }, {
92416
+ text: t2("This Month"),
92417
+ onClick: (picker2) => {
92418
+ const start = hooks().startOf("month").toDate();
92419
+ const end = hooks().endOf("month").toDate();
92420
+ picker2.setDateRange(start, end);
92421
+ }
92422
+ }, {
92423
+ text: t2("Last Month"),
92424
+ onClick: (picker2) => {
92425
+ const start = hooks().subtract(1, "month").startOf("month").toDate();
92426
+ const end = hooks().subtract(1, "month").endOf("month").toDate();
92427
+ picker2.setDateRange(start, end);
92428
+ }
92429
+ }]
92348
92430
  }
92349
92431
  })
92350
92432
  }), /* @__PURE__ */ jsx$1(Col, {
@@ -116357,7 +116439,43 @@ const Header$1 = ({
116357
116439
  dropdowns: {
116358
116440
  months: true,
116359
116441
  years: true
116360
- }
116442
+ },
116443
+ shortcuts: [{
116444
+ text: t2("Today"),
116445
+ onClick: (picker2) => {
116446
+ const start = hooks().startOf("day").toDate();
116447
+ const end = hooks().endOf("day").toDate();
116448
+ picker2.setDateRange(start, end);
116449
+ }
116450
+ }, {
116451
+ text: t2("This Week"),
116452
+ onClick: (picker2) => {
116453
+ const start = hooks().startOf("week").toDate();
116454
+ const end = hooks().endOf("week").toDate();
116455
+ picker2.setDateRange(start, end);
116456
+ }
116457
+ }, {
116458
+ text: t2("Last Week"),
116459
+ onClick: (picker2) => {
116460
+ const start = hooks().subtract(1, "week").startOf("week").toDate();
116461
+ const end = hooks().subtract(1, "week").endOf("week").toDate();
116462
+ picker2.setDateRange(start, end);
116463
+ }
116464
+ }, {
116465
+ text: t2("This Month"),
116466
+ onClick: (picker2) => {
116467
+ const start = hooks().startOf("month").toDate();
116468
+ const end = hooks().endOf("month").toDate();
116469
+ picker2.setDateRange(start, end);
116470
+ }
116471
+ }, {
116472
+ text: t2("Last Month"),
116473
+ onClick: (picker2) => {
116474
+ const start = hooks().subtract(1, "month").startOf("month").toDate();
116475
+ const end = hooks().subtract(1, "month").endOf("month").toDate();
116476
+ picker2.setDateRange(start, end);
116477
+ }
116478
+ }]
116361
116479
  },
116362
116480
  onChange: (v2) => {
116363
116481
  if (!v2 || v2.length < 2) return;
@@ -150417,7 +150535,43 @@ const ExportDataModal$1 = ({
150417
150535
  dropdowns: {
150418
150536
  months: true,
150419
150537
  years: true
150420
- }
150538
+ },
150539
+ shortcuts: [{
150540
+ text: t2("Today"),
150541
+ onClick: (picker2) => {
150542
+ const start = hooks().startOf("day").toDate();
150543
+ const end = hooks().endOf("day").toDate();
150544
+ picker2.setDateRange(start, end);
150545
+ }
150546
+ }, {
150547
+ text: t2("This Week"),
150548
+ onClick: (picker2) => {
150549
+ const start = hooks().startOf("week").toDate();
150550
+ const end = hooks().endOf("week").toDate();
150551
+ picker2.setDateRange(start, end);
150552
+ }
150553
+ }, {
150554
+ text: t2("Last Week"),
150555
+ onClick: (picker2) => {
150556
+ const start = hooks().subtract(1, "week").startOf("week").toDate();
150557
+ const end = hooks().subtract(1, "week").endOf("week").toDate();
150558
+ picker2.setDateRange(start, end);
150559
+ }
150560
+ }, {
150561
+ text: t2("This Month"),
150562
+ onClick: (picker2) => {
150563
+ const start = hooks().startOf("month").toDate();
150564
+ const end = hooks().endOf("month").toDate();
150565
+ picker2.setDateRange(start, end);
150566
+ }
150567
+ }, {
150568
+ text: t2("Last Month"),
150569
+ onClick: (picker2) => {
150570
+ const start = hooks().subtract(1, "month").startOf("month").toDate();
150571
+ const end = hooks().subtract(1, "month").endOf("month").toDate();
150572
+ picker2.setDateRange(start, end);
150573
+ }
150574
+ }]
150421
150575
  }
150422
150576
  }), /* @__PURE__ */ jsxs("div", {
150423
150577
  style: {
@@ -150790,55 +150944,55 @@ const ReservationsAnalytics = ({
150790
150944
  })]
150791
150945
  });
150792
150946
  };
150793
- const mainWrapper = "_mainWrapper_8bjty_2";
150794
- const mainConatiner$1 = "_mainConatiner_8bjty_9";
150795
- const mainTableContainer = "_mainTableContainer_8bjty_20";
150796
- const mainSidebarContainer = "_mainSidebarContainer_8bjty_28";
150797
- const sidebarContent = "_sidebarContent_8bjty_36";
150798
- const sidebarHeader = "_sidebarHeader_8bjty_41";
150799
- const sidebarMainContent = "_sidebarMainContent_8bjty_46";
150800
- const sidebarFooter = "_sidebarFooter_8bjty_54";
150801
- const headerReferece = "_headerReferece_8bjty_59";
150802
- const sidebarCloseIcon = "_sidebarCloseIcon_8bjty_62";
150803
- const headerContainer = "_headerContainer_8bjty_125";
150804
- const searchContainer = "_searchContainer_8bjty_131";
150805
- const buttonList = "_buttonList_8bjty_142";
150806
- const buttonItem = "_buttonItem_8bjty_147";
150807
- const addReservationButton = "_addReservationButton_8bjty_156";
150808
- const hideCancellationsContainer = "_hideCancellationsContainer_8bjty_165";
150809
- const customerVisitContainer = "_customerVisitContainer_8bjty_173";
150810
- const multipleVisits = "_multipleVisits_8bjty_185";
150811
- const singleVisit = "_singleVisit_8bjty_188";
150812
- const loading = "_loading_8bjty_191";
150813
- const tableTopHeader = "_tableTopHeader_8bjty_202";
150814
- const tableTopHeaderContent = "_tableTopHeaderContent_8bjty_216";
150815
- const tableTopHeaderContentText = "_tableTopHeaderContentText_8bjty_223";
150816
- const tableRowContainer = "_tableRowContainer_8bjty_232";
150817
- const tableRowCard = "_tableRowCard_8bjty_238";
150818
- const fadeInX = "_fadeInX_8bjty_1";
150819
- const canceled = "_canceled_8bjty_246";
150820
- const noData = "_noData_8bjty_249";
150821
- const tableRowHour = "_tableRowHour_8bjty_256";
150822
- const tableRowHourText = "_tableRowHourText_8bjty_272";
150823
- const hours = "_hours_8bjty_280";
150824
- const tableRowContent = "_tableRowContent_8bjty_286";
150825
- const rowImage = "_rowImage_8bjty_301";
150826
- const rowContactContainer = "_rowContactContainer_8bjty_315";
150827
- const rowContactText = "_rowContactText_8bjty_327";
150828
- const rowContactPhone = "_rowContactPhone_8bjty_333";
150829
- const rowSectionContainer = "_rowSectionContainer_8bjty_340";
150830
- const rowSection = "_rowSection_8bjty_340";
150831
- const rowSectionText = "_rowSectionText_8bjty_353";
150832
- const rowSectionSecText = "_rowSectionSecText_8bjty_359";
150833
- const rowActionButton = "_rowActionButton_8bjty_366";
150834
- const bookingInfoContainer = "_bookingInfoContainer_8bjty_379";
150835
- const bookingInfoCardColumn = "_bookingInfoCardColumn_8bjty_384";
150836
- const bookingInfoCardContainer = "_bookingInfoCardContainer_8bjty_392";
150837
- const bookingInfoCard = "_bookingInfoCard_8bjty_384";
150838
- const bookingInfoCardContent = "_bookingInfoCardContent_8bjty_404";
150839
- const bookingInfoCardTitle = "_bookingInfoCardTitle_8bjty_410";
150840
- const bookingInfoCardText = "_bookingInfoCardText_8bjty_413";
150841
- const enableOnboardingContainer = "_enableOnboardingContainer_8bjty_417";
150947
+ const mainWrapper = "_mainWrapper_fujtq_2";
150948
+ const mainConatiner$1 = "_mainConatiner_fujtq_9";
150949
+ const mainTableContainer = "_mainTableContainer_fujtq_20";
150950
+ const mainSidebarContainer = "_mainSidebarContainer_fujtq_28";
150951
+ const sidebarContent = "_sidebarContent_fujtq_36";
150952
+ const sidebarHeader = "_sidebarHeader_fujtq_41";
150953
+ const sidebarMainContent = "_sidebarMainContent_fujtq_46";
150954
+ const sidebarFooter = "_sidebarFooter_fujtq_54";
150955
+ const headerReferece = "_headerReferece_fujtq_59";
150956
+ const sidebarCloseIcon = "_sidebarCloseIcon_fujtq_62";
150957
+ const headerContainer = "_headerContainer_fujtq_125";
150958
+ const searchContainer = "_searchContainer_fujtq_131";
150959
+ const buttonList = "_buttonList_fujtq_142";
150960
+ const buttonItem = "_buttonItem_fujtq_147";
150961
+ const addReservationButton = "_addReservationButton_fujtq_156";
150962
+ const hideCancellationsContainer = "_hideCancellationsContainer_fujtq_165";
150963
+ const customerVisitContainer = "_customerVisitContainer_fujtq_173";
150964
+ const multipleVisits = "_multipleVisits_fujtq_184";
150965
+ const singleVisit = "_singleVisit_fujtq_187";
150966
+ const loading = "_loading_fujtq_190";
150967
+ const tableTopHeader = "_tableTopHeader_fujtq_201";
150968
+ const tableTopHeaderContent = "_tableTopHeaderContent_fujtq_215";
150969
+ const tableTopHeaderContentText = "_tableTopHeaderContentText_fujtq_222";
150970
+ const tableRowContainer = "_tableRowContainer_fujtq_231";
150971
+ const tableRowCard = "_tableRowCard_fujtq_237";
150972
+ const fadeInX = "_fadeInX_fujtq_1";
150973
+ const canceled = "_canceled_fujtq_245";
150974
+ const noData = "_noData_fujtq_248";
150975
+ const tableRowHour = "_tableRowHour_fujtq_255";
150976
+ const tableRowHourText = "_tableRowHourText_fujtq_271";
150977
+ const hours = "_hours_fujtq_279";
150978
+ const tableRowContent = "_tableRowContent_fujtq_285";
150979
+ const rowImage = "_rowImage_fujtq_300";
150980
+ const rowContactContainer = "_rowContactContainer_fujtq_314";
150981
+ const rowContactText = "_rowContactText_fujtq_326";
150982
+ const rowContactPhone = "_rowContactPhone_fujtq_332";
150983
+ const rowSectionContainer = "_rowSectionContainer_fujtq_339";
150984
+ const rowSection = "_rowSection_fujtq_339";
150985
+ const rowSectionText = "_rowSectionText_fujtq_352";
150986
+ const rowSectionSecText = "_rowSectionSecText_fujtq_358";
150987
+ const rowActionButton = "_rowActionButton_fujtq_365";
150988
+ const bookingInfoContainer = "_bookingInfoContainer_fujtq_378";
150989
+ const bookingInfoCardColumn = "_bookingInfoCardColumn_fujtq_383";
150990
+ const bookingInfoCardContainer = "_bookingInfoCardContainer_fujtq_391";
150991
+ const bookingInfoCard = "_bookingInfoCard_fujtq_383";
150992
+ const bookingInfoCardContent = "_bookingInfoCardContent_fujtq_403";
150993
+ const bookingInfoCardTitle = "_bookingInfoCardTitle_fujtq_409";
150994
+ const bookingInfoCardText = "_bookingInfoCardText_fujtq_412";
150995
+ const enableOnboardingContainer = "_enableOnboardingContainer_fujtq_416";
150842
150996
  const styles$f = {
150843
150997
  mainWrapper,
150844
150998
  mainConatiner: mainConatiner$1,
@@ -150850,9 +151004,9 @@ const styles$f = {
150850
151004
  sidebarFooter,
150851
151005
  headerReferece,
150852
151006
  sidebarCloseIcon,
150853
- "mainSidebarContainer--open": "_mainSidebarContainer--open_8bjty_73",
150854
- "mainSidebarContainer--close": "_mainSidebarContainer--close_8bjty_79",
150855
- "sidebarCloseIcon--show": "_sidebarCloseIcon--show_8bjty_87",
151007
+ "mainSidebarContainer--open": "_mainSidebarContainer--open_fujtq_73",
151008
+ "mainSidebarContainer--close": "_mainSidebarContainer--close_fujtq_79",
151009
+ "sidebarCloseIcon--show": "_sidebarCloseIcon--show_fujtq_87",
150856
151010
  headerContainer,
150857
151011
  searchContainer,
150858
151012
  buttonList,
@@ -151114,11 +151268,9 @@ const index$9 = ({
151114
151268
  t: t2
151115
151269
  } = useTranslation();
151116
151270
  const {
151117
- showSidebar,
151118
151271
  setShowSidebar
151119
151272
  } = useShowSidebarContext();
151120
151273
  const {
151121
- selectedBooking,
151122
151274
  setSelectedBooking,
151123
151275
  canEdit
151124
151276
  } = useSelectedBookingContext();
@@ -152576,10 +152728,7 @@ const index$7 = ({
152576
152728
  date: "",
152577
152729
  time: null,
152578
152730
  partySize: null,
152579
- table: {
152580
- value: null,
152581
- label: t2("All")
152582
- },
152731
+ table: null,
152583
152732
  firstName: "",
152584
152733
  lastName: "",
152585
152734
  email: "",
@@ -152732,7 +152881,7 @@ const index$7 = ({
152732
152881
  setTableOptions(filtersData.tables.map((item2) => ({
152733
152882
  value: item2.id,
152734
152883
  label: item2.label
152735
- })));
152884
+ })).filter((item2) => item2.value !== null));
152736
152885
  }
152737
152886
  if (filtersData == null ? void 0 : filtersData.timeZone) {
152738
152887
  setCurrentTimeZone(filtersData.timeZone);
@@ -152850,7 +152999,7 @@ const index$7 = ({
152850
152999
  width: "50%"
152851
153000
  },
152852
153001
  children: /* @__PURE__ */ jsx$1(SelectField, {
152853
- placeholder: t2("selectTime"),
153002
+ placeholder: t2("select"),
152854
153003
  isDisabled: !canEdit,
152855
153004
  control,
152856
153005
  isClearable: true,
@@ -152870,7 +153019,7 @@ const index$7 = ({
152870
153019
  width: "50%"
152871
153020
  },
152872
153021
  children: /* @__PURE__ */ jsx$1(SelectField, {
152873
- placeholder: t2("selectPartySize"),
153022
+ placeholder: t2("select"),
152874
153023
  isDisabled: !canEdit,
152875
153024
  control,
152876
153025
  isClearable: true,
@@ -152884,7 +153033,7 @@ const index$7 = ({
152884
153033
  width: "50%"
152885
153034
  },
152886
153035
  children: /* @__PURE__ */ jsx$1(SelectField, {
152887
- placeholder: t2("selectTable"),
153036
+ placeholder: t2("select"),
152888
153037
  isDisabled: !canEdit,
152889
153038
  control,
152890
153039
  id: "table",
@@ -193748,7 +193897,43 @@ const ExportDataModal = ({
193748
193897
  dropdowns: {
193749
193898
  months: true,
193750
193899
  years: true
193751
- }
193900
+ },
193901
+ shortcuts: [{
193902
+ text: t2("Today"),
193903
+ onClick: (picker2) => {
193904
+ const start = hooks().startOf("day").toDate();
193905
+ const end = hooks().endOf("day").toDate();
193906
+ picker2.setDateRange(start, end);
193907
+ }
193908
+ }, {
193909
+ text: t2("This Week"),
193910
+ onClick: (picker2) => {
193911
+ const start = hooks().startOf("week").toDate();
193912
+ const end = hooks().endOf("week").toDate();
193913
+ picker2.setDateRange(start, end);
193914
+ }
193915
+ }, {
193916
+ text: t2("Last Week"),
193917
+ onClick: (picker2) => {
193918
+ const start = hooks().subtract(1, "week").startOf("week").toDate();
193919
+ const end = hooks().subtract(1, "week").endOf("week").toDate();
193920
+ picker2.setDateRange(start, end);
193921
+ }
193922
+ }, {
193923
+ text: t2("This Month"),
193924
+ onClick: (picker2) => {
193925
+ const start = hooks().startOf("month").toDate();
193926
+ const end = hooks().endOf("month").toDate();
193927
+ picker2.setDateRange(start, end);
193928
+ }
193929
+ }, {
193930
+ text: t2("Last Month"),
193931
+ onClick: (picker2) => {
193932
+ const start = hooks().subtract(1, "month").startOf("month").toDate();
193933
+ const end = hooks().subtract(1, "month").endOf("month").toDate();
193934
+ picker2.setDateRange(start, end);
193935
+ }
193936
+ }]
193752
193937
  }
193753
193938
  }), /* @__PURE__ */ jsxs("div", {
193754
193939
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mozrest-sdk-react-dev",
3
- "version": "0.3.41",
3
+ "version": "0.3.43",
4
4
  "main": "mozrest-sdk.es.js",
5
5
  "keywords": [
6
6
  "mozrest"
package/style.css CHANGED
@@ -1294,11 +1294,12 @@
1294
1294
  }
1295
1295
  .resbook-modal .ant-modal-close-x line {
1296
1296
  stroke: var(--moz-text-input) !important;
1297
- }._container_ut3y7_1 {
1297
+ }._container_1rjfx_1 {
1298
1298
  display: inline;
1299
+ padding: 4px 0px 0px 0px;
1299
1300
  }
1300
1301
 
1301
- ._tooltip_ut3y7_5 {
1302
+ ._tooltip_1rjfx_6 {
1302
1303
  position: absolute;
1303
1304
  top: 1rem;
1304
1305
  right: 1rem;
@@ -4964,13 +4965,13 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
4964
4965
  background: var(--moz-cta-success-hover);
4965
4966
  color: var(--moz-cta-success-text-hover);
4966
4967
  }
4967
- ._mainWrapper_8bjty_2 {
4968
+ ._mainWrapper_fujtq_2 {
4968
4969
  display: flex;
4969
4970
  flex-direction: column;
4970
4971
  height: 100vh;
4971
4972
  overflow: hidden;
4972
4973
  }
4973
- ._mainConatiner_8bjty_9 {
4974
+ ._mainConatiner_fujtq_9 {
4974
4975
  color: var(--moz-text-primary);
4975
4976
  flex: 1;
4976
4977
  padding-left: 10px;
@@ -4981,7 +4982,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
4981
4982
  overflow: hidden;
4982
4983
  min-height: 0;
4983
4984
  }
4984
- ._mainConatiner_8bjty_9 ._mainTableContainer_8bjty_20 {
4985
+ ._mainConatiner_fujtq_9 ._mainTableContainer_fujtq_20 {
4985
4986
  padding-top: 10px;
4986
4987
  flex: 1;
4987
4988
  display: flex;
@@ -4989,7 +4990,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
4989
4990
  overflow: hidden;
4990
4991
  min-height: 0;
4991
4992
  }
4992
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 {
4993
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 {
4993
4994
  width: auto;
4994
4995
  padding: 1rem;
4995
4996
  display: flex;
@@ -4997,17 +4998,17 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
4997
4998
  background-color: var(--moz-cta-content-bg);
4998
4999
  box-shadow: -5px 30px 10px rgba(0, 0, 0, 0.1);
4999
5000
  }
5000
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarContent_8bjty_36 {
5001
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 ._sidebarContent_fujtq_36 {
5001
5002
  display: flex;
5002
5003
  flex-direction: column;
5003
5004
  height: 100%;
5004
5005
  }
5005
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarHeader_8bjty_41 {
5006
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 ._sidebarHeader_fujtq_41 {
5006
5007
  display: flex;
5007
5008
  align-items: center;
5008
5009
  justify-content: space-between;
5009
5010
  }
5010
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarMainContent_8bjty_46 {
5011
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 ._sidebarMainContent_fujtq_46 {
5011
5012
  flex: 1;
5012
5013
  display: flex;
5013
5014
  flex-direction: column;
@@ -5015,151 +5016,150 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5015
5016
  padding: 1rem;
5016
5017
  gap: 1.5rem;
5017
5018
  }
5018
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarFooter_8bjty_54 {
5019
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 ._sidebarFooter_fujtq_54 {
5019
5020
  display: flex;
5020
5021
  flex-direction: column;
5021
5022
  gap: 1rem;
5022
5023
  }
5023
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._headerReferece_8bjty_59 {
5024
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 ._headerReferece_fujtq_59 {
5024
5025
  color: var(--moz-text-primary);
5025
5026
  }
5026
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon_8bjty_62 {
5027
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 ._sidebarCloseIcon_fujtq_62 {
5027
5028
  display: none;
5028
5029
  }
5029
5030
  @media (max-width: 768px) {
5030
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 {
5031
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 {
5031
5032
  width: 0px;
5032
5033
  padding: 0;
5033
5034
  }
5034
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarContent_8bjty_36 {
5035
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 ._sidebarContent_fujtq_36 {
5035
5036
  display: none;
5036
5037
  }
5037
- ._mainConatiner_8bjty_9 ._mainSidebarContainer--open_8bjty_73 {
5038
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer--open_fujtq_73 {
5038
5039
  position: fixed;
5039
5040
  right: 0px;
5040
5041
  width: 100%;
5041
5042
  padding: 1rem;
5042
5043
  }
5043
- ._mainConatiner_8bjty_9 ._mainSidebarContainer--close_8bjty_79 {
5044
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer--close_fujtq_79 {
5044
5045
  position: inherit;
5045
5046
  width: 0px;
5046
5047
  padding: 0;
5047
5048
  }
5048
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon_8bjty_62 {
5049
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 ._sidebarCloseIcon_fujtq_62 {
5049
5050
  display: none;
5050
5051
  }
5051
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon--show_8bjty_87 {
5052
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 ._sidebarCloseIcon--show_fujtq_87 {
5052
5053
  display: block;
5053
5054
  cursor: pointer;
5054
5055
  }
5055
5056
  }
5056
5057
  @media (min-width: 768px) and (max-width: 1200px) {
5057
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 {
5058
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 {
5058
5059
  width: 0px;
5059
5060
  padding: 0;
5060
5061
  height: calc(100vh - var(--enable-onboarding-height, 20px));
5061
5062
  transition: width 0.3s ease-in-out;
5062
5063
  }
5063
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarContent_8bjty_36 {
5064
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 ._sidebarContent_fujtq_36 {
5064
5065
  display: none;
5065
5066
  }
5066
- ._mainConatiner_8bjty_9 ._mainSidebarContainer--open_8bjty_73 {
5067
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer--open_fujtq_73 {
5067
5068
  position: fixed;
5068
5069
  right: 0px;
5069
5070
  width: 450px;
5070
5071
  padding: 1rem;
5071
5072
  }
5072
- ._mainConatiner_8bjty_9 ._mainSidebarContainer--open_8bjty_73 ._sidebarContent_8bjty_36 {
5073
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer--open_fujtq_73 ._sidebarContent_fujtq_36 {
5073
5074
  display: flex;
5074
5075
  }
5075
- ._mainConatiner_8bjty_9 ._mainSidebarContainer--close_8bjty_79 {
5076
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer--close_fujtq_79 {
5076
5077
  position: inherit;
5077
5078
  width: 0px;
5078
5079
  padding: 0;
5079
5080
  }
5080
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon_8bjty_62 {
5081
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 ._sidebarCloseIcon_fujtq_62 {
5081
5082
  display: none;
5082
5083
  }
5083
- ._mainConatiner_8bjty_9 ._mainSidebarContainer_8bjty_28 ._sidebarCloseIcon--show_8bjty_87 {
5084
+ ._mainConatiner_fujtq_9 ._mainSidebarContainer_fujtq_28 ._sidebarCloseIcon--show_fujtq_87 {
5084
5085
  display: block;
5085
5086
  cursor: pointer;
5086
5087
  }
5087
5088
  }
5088
- ._headerContainer_8bjty_125 {
5089
+ ._headerContainer_fujtq_125 {
5089
5090
  display: flex;
5090
5091
  justify-content: space-between;
5091
5092
  align-items: center;
5092
5093
  flex-wrap: wrap;
5093
5094
  }
5094
- ._headerContainer_8bjty_125 ._searchContainer_8bjty_131 {
5095
+ ._headerContainer_fujtq_125 ._searchContainer_fujtq_131 {
5095
5096
  display: flex;
5096
5097
  align-items: center;
5097
5098
  gap: 10px;
5098
5099
  width: 180px;
5099
5100
  }
5100
5101
  @media (max-width: 768px) {
5101
- ._headerContainer_8bjty_125 ._searchContainer_8bjty_131 {
5102
+ ._headerContainer_fujtq_125 ._searchContainer_fujtq_131 {
5102
5103
  width: 200px;
5103
5104
  }
5104
5105
  }
5105
- ._headerContainer_8bjty_125 ._buttonList_8bjty_142 {
5106
+ ._headerContainer_fujtq_125 ._buttonList_fujtq_142 {
5106
5107
  display: flex;
5107
5108
  align-items: center;
5108
5109
  gap: 0.5rem;
5109
5110
  }
5110
- ._headerContainer_8bjty_125 ._buttonList_8bjty_142 ._buttonItem_8bjty_147 {
5111
+ ._headerContainer_fujtq_125 ._buttonList_fujtq_142 ._buttonItem_fujtq_147 {
5111
5112
  display: block;
5112
5113
  transition: 0.3s;
5113
5114
  }
5114
5115
  @media (max-width: 768px) {
5115
- ._headerContainer_8bjty_125 ._buttonList_8bjty_142 ._buttonItem_8bjty_147 {
5116
+ ._headerContainer_fujtq_125 ._buttonList_fujtq_142 ._buttonItem_fujtq_147 {
5116
5117
  display: none;
5117
5118
  }
5118
5119
  }
5119
- ._headerContainer_8bjty_125 ._buttonList_8bjty_142 ._addReservationButton_8bjty_156 {
5120
+ ._headerContainer_fujtq_125 ._buttonList_fujtq_142 ._addReservationButton_fujtq_156 {
5120
5121
  display: inherit;
5121
5122
  }
5122
5123
  @media (max-width: 768px) {
5123
- ._headerContainer_8bjty_125 ._buttonList_8bjty_142 ._addReservationButton_8bjty_156 {
5124
+ ._headerContainer_fujtq_125 ._buttonList_fujtq_142 ._addReservationButton_fujtq_156 {
5124
5125
  display: none;
5125
5126
  }
5126
5127
  }
5127
- ._hideCancellationsContainer_8bjty_165 {
5128
+ ._hideCancellationsContainer_fujtq_165 {
5128
5129
  display: flex;
5129
5130
  align-items: center;
5130
5131
  justify-content: flex-end;
5131
5132
  gap: 0.5rem;
5132
5133
  margin-top: 10px;
5133
5134
  }
5134
- ._customerVisitContainer_8bjty_173 {
5135
+ ._customerVisitContainer_fujtq_173 {
5135
5136
  display: flex;
5136
5137
  align-items: center;
5137
5138
  justify-content: flex-start;
5138
5139
  gap: 0.5rem;
5139
5140
  margin-top: 0px;
5140
- flex: 1;
5141
5141
  border-radius: 6px;
5142
5142
  padding-left: 10px;
5143
5143
  padding-right: 10px;
5144
5144
  color: var(--moz-cta-primary-text);
5145
5145
  }
5146
- ._customerVisitContainer_8bjty_173._multipleVisits_8bjty_185 {
5146
+ ._customerVisitContainer_fujtq_173._multipleVisits_fujtq_184 {
5147
5147
  background: var(--moz-cta-primary);
5148
5148
  }
5149
- ._customerVisitContainer_8bjty_173._singleVisit_8bjty_188 {
5149
+ ._customerVisitContainer_fujtq_173._singleVisit_fujtq_187 {
5150
5150
  background: var(--moz-cta-success);
5151
5151
  }
5152
- ._customerVisitContainer_8bjty_173._loading_8bjty_191 {
5152
+ ._customerVisitContainer_fujtq_173._loading_fujtq_190 {
5153
5153
  display: flex;
5154
5154
  align-items: center;
5155
5155
  justify-content: center;
5156
5156
  background: var(--moz-cta-content-sec-bg);
5157
5157
  }
5158
- ._customerVisitContainer_8bjty_173 h4, ._customerVisitContainer_8bjty_173 h5 {
5158
+ ._customerVisitContainer_fujtq_173 h4, ._customerVisitContainer_fujtq_173 h5 {
5159
5159
  color: inherit;
5160
5160
  margin: 0;
5161
5161
  }
5162
- ._tableTopHeader_8bjty_202 {
5162
+ ._tableTopHeader_fujtq_201 {
5163
5163
  display: flex;
5164
5164
  justify-content: space-between;
5165
5165
  align-items: center;
@@ -5168,50 +5168,50 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5168
5168
  font: 1.125rem/1.75rem var(--moz-font-family-title);
5169
5169
  }
5170
5170
  @media (max-width: 768px) {
5171
- ._tableTopHeader_8bjty_202 {
5171
+ ._tableTopHeader_fujtq_201 {
5172
5172
  font: 0.75rem/1.75rem var(--moz-font-family-title);
5173
5173
  }
5174
5174
  }
5175
- ._tableTopHeaderContent_8bjty_216 {
5175
+ ._tableTopHeaderContent_fujtq_215 {
5176
5176
  display: flex;
5177
5177
  justify-content: space-between;
5178
5178
  align-items: center;
5179
5179
  margin-top: 20px;
5180
5180
  margin-bottom: 10px;
5181
5181
  }
5182
- ._tableTopHeaderContent_8bjty_216 ._tableTopHeaderContentText_8bjty_223 {
5182
+ ._tableTopHeaderContent_fujtq_215 ._tableTopHeaderContentText_fujtq_222 {
5183
5183
  font: 600 1.875rem/2.25rem var(--moz-font-family-title);
5184
5184
  }
5185
5185
  @media (max-width: 768px) {
5186
- ._tableTopHeaderContent_8bjty_216 ._tableTopHeaderContentText_8bjty_223 {
5186
+ ._tableTopHeaderContent_fujtq_215 ._tableTopHeaderContentText_fujtq_222 {
5187
5187
  font: 600 1.5rem/2rem var(--moz-font-family-title);
5188
5188
  }
5189
5189
  }
5190
- ._tableRowContainer_8bjty_232 {
5190
+ ._tableRowContainer_fujtq_231 {
5191
5191
  display: flex;
5192
5192
  flex-direction: column;
5193
5193
  width: 100%;
5194
5194
  gap: 0.5rem;
5195
5195
  }
5196
- ._tableRowContainer_8bjty_232 ._tableRowCard_8bjty_238 {
5196
+ ._tableRowContainer_fujtq_231 ._tableRowCard_fujtq_237 {
5197
5197
  padding: 0;
5198
5198
  background-color: var(--moz-cta-content-bg);
5199
5199
  overflow-x: auto;
5200
5200
  opacity: 0;
5201
5201
  transform: translateX(-20px);
5202
- animation: _fadeInX_8bjty_1 0.3s ease-in forwards;
5202
+ animation: _fadeInX_fujtq_1 0.3s ease-in forwards;
5203
5203
  }
5204
- ._tableRowContainer_8bjty_232 ._tableRowCard_8bjty_238 ._canceled_8bjty_246 {
5204
+ ._tableRowContainer_fujtq_231 ._tableRowCard_fujtq_237 ._canceled_fujtq_245 {
5205
5205
  text-decoration: line-through;
5206
5206
  }
5207
- ._tableRowContainer_8bjty_232 ._tableRowCard_8bjty_238 ._noData_8bjty_249 {
5207
+ ._tableRowContainer_fujtq_231 ._tableRowCard_fujtq_237 ._noData_fujtq_248 {
5208
5208
  display: flex;
5209
5209
  justify-content: center;
5210
5210
  align-items: center;
5211
5211
  height: 100px;
5212
5212
  color: var(--moz-text-secondary);
5213
5213
  }
5214
- ._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 {
5214
+ ._tableRowContainer_fujtq_231 ._tableRowHour_fujtq_255 {
5215
5215
  display: flex;
5216
5216
  width: 150px;
5217
5217
  flex-direction: column;
@@ -5223,25 +5223,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5223
5223
  background-color: var(--moz-cta-content-sec-bg);
5224
5224
  }
5225
5225
  @media (max-width: 768px) {
5226
- ._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 {
5226
+ ._tableRowContainer_fujtq_231 ._tableRowHour_fujtq_255 {
5227
5227
  padding: 0 0.5rem 0 0.5rem;
5228
5228
  }
5229
5229
  }
5230
- ._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 ._tableRowHourText_8bjty_272 {
5230
+ ._tableRowContainer_fujtq_231 ._tableRowHour_fujtq_255 ._tableRowHourText_fujtq_271 {
5231
5231
  font: 600 1.6rem/2.25rem var(--moz-font-family-title);
5232
5232
  }
5233
5233
  @media (max-width: 768px) {
5234
- ._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 ._tableRowHourText_8bjty_272 {
5234
+ ._tableRowContainer_fujtq_231 ._tableRowHour_fujtq_255 ._tableRowHourText_fujtq_271 {
5235
5235
  font: 1.25rem/1.75rem var(--moz-font-family-title);
5236
5236
  }
5237
5237
  }
5238
- ._tableRowContainer_8bjty_232 ._tableRowHour_8bjty_256 ._hours_8bjty_280 {
5238
+ ._tableRowContainer_fujtq_231 ._tableRowHour_fujtq_255 ._hours_fujtq_279 {
5239
5239
  display: flex;
5240
5240
  justify-content: center;
5241
5241
  align-items: center;
5242
5242
  gap: 0.5rem;
5243
5243
  }
5244
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 {
5244
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 {
5245
5245
  display: flex;
5246
5246
  align-items: center;
5247
5247
  gap: 0.5rem;
@@ -5251,26 +5251,26 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5251
5251
  width: 100%;
5252
5252
  }
5253
5253
  @media (max-width: 768px) {
5254
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 {
5254
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 {
5255
5255
  flex-direction: column;
5256
5256
  padding: 0.5rem;
5257
5257
  }
5258
5258
  }
5259
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowImage_8bjty_301 {
5259
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 ._rowImage_fujtq_300 {
5260
5260
  width: 45px;
5261
5261
  height: 45px;
5262
5262
  border-radius: 50%;
5263
5263
  margin-right: 10px;
5264
5264
  }
5265
5265
  @media (max-width: 768px) {
5266
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowImage_8bjty_301 {
5266
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 ._rowImage_fujtq_300 {
5267
5267
  width: 30px;
5268
5268
  height: 30px;
5269
5269
  border-radius: 50%;
5270
5270
  margin-right: 5px;
5271
5271
  }
5272
5272
  }
5273
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowContactContainer_8bjty_315 {
5273
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 ._rowContactContainer_fujtq_314 {
5274
5274
  display: flex;
5275
5275
  flex-direction: column;
5276
5276
  text-align: left;
@@ -5278,24 +5278,24 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5278
5278
  max-width: 200px;
5279
5279
  }
5280
5280
  @media (max-width: 768px) {
5281
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowContactContainer_8bjty_315 {
5281
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 ._rowContactContainer_fujtq_314 {
5282
5282
  text-align: center;
5283
5283
  }
5284
5284
  }
5285
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowContactContainer_8bjty_315 ._rowContactText_8bjty_327 {
5285
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 ._rowContactContainer_fujtq_314 ._rowContactText_fujtq_326 {
5286
5286
  white-space: nowrap;
5287
5287
  overflow: hidden;
5288
5288
  text-overflow: ellipsis;
5289
5289
  max-width: 100%;
5290
5290
  }
5291
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowContactContainer_8bjty_315 ._rowContactPhone_8bjty_333 {
5291
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 ._rowContactContainer_fujtq_314 ._rowContactPhone_fujtq_332 {
5292
5292
  white-space: nowrap;
5293
5293
  overflow: hidden;
5294
5294
  text-overflow: ellipsis;
5295
5295
  max-width: 100%;
5296
5296
  color: var(--moz-text-secondary);
5297
5297
  }
5298
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowSectionContainer_8bjty_340 {
5298
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 ._rowSectionContainer_fujtq_339 {
5299
5299
  display: flex;
5300
5300
  flex-direction: row;
5301
5301
  text-align: center;
@@ -5303,25 +5303,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5303
5303
  min-width: 200px;
5304
5304
  }
5305
5305
  @media (max-width: 768px) {
5306
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowSectionContainer_8bjty_340 {
5306
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 ._rowSectionContainer_fujtq_339 {
5307
5307
  justify-content: center;
5308
5308
  gap: 20px;
5309
5309
  }
5310
5310
  }
5311
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowSectionContainer_8bjty_340 ._rowSection_8bjty_340 ._rowSectionText_8bjty_353 {
5311
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 ._rowSectionContainer_fujtq_339 ._rowSection_fujtq_339 ._rowSectionText_fujtq_352 {
5312
5312
  white-space: nowrap;
5313
5313
  overflow: hidden;
5314
5314
  text-overflow: ellipsis;
5315
5315
  max-width: 100%;
5316
5316
  }
5317
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowSectionContainer_8bjty_340 ._rowSection_8bjty_340 ._rowSectionSecText_8bjty_359 {
5317
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 ._rowSectionContainer_fujtq_339 ._rowSection_fujtq_339 ._rowSectionSecText_fujtq_358 {
5318
5318
  white-space: nowrap;
5319
5319
  overflow: hidden;
5320
5320
  text-overflow: ellipsis;
5321
5321
  max-width: 100%;
5322
5322
  color: var(--moz-text-secondary);
5323
5323
  }
5324
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowActionButton_8bjty_366 {
5324
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 ._rowActionButton_fujtq_365 {
5325
5325
  min-width: 200px;
5326
5326
  display: flex;
5327
5327
  flex: 1;
@@ -5329,16 +5329,16 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5329
5329
  display: inherit;
5330
5330
  }
5331
5331
  @media (max-width: 768px) {
5332
- ._tableRowContainer_8bjty_232 ._tableRowContent_8bjty_286 ._rowActionButton_8bjty_366 {
5332
+ ._tableRowContainer_fujtq_231 ._tableRowContent_fujtq_285 ._rowActionButton_fujtq_365 {
5333
5333
  display: none;
5334
5334
  }
5335
5335
  }
5336
- ._bookingInfoContainer_8bjty_379 {
5336
+ ._bookingInfoContainer_fujtq_378 {
5337
5337
  width: 100%;
5338
5338
  display: flex;
5339
5339
  justify-content: space-between;
5340
5340
  }
5341
- ._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 {
5341
+ ._bookingInfoContainer_fujtq_378 ._bookingInfoCardColumn_fujtq_383 {
5342
5342
  display: flex;
5343
5343
  flex-direction: column;
5344
5344
  gap: 10px;
@@ -5346,11 +5346,11 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5346
5346
  flex-wrap: wrap;
5347
5347
  margin: 10px;
5348
5348
  }
5349
- ._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 {
5349
+ ._bookingInfoContainer_fujtq_378 ._bookingInfoCardColumn_fujtq_383 ._bookingInfoCardContainer_fujtq_391 {
5350
5350
  display: flex;
5351
5351
  gap: 10px;
5352
5352
  }
5353
- ._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 ._bookingInfoCard_8bjty_384 {
5353
+ ._bookingInfoContainer_fujtq_378 ._bookingInfoCardColumn_fujtq_383 ._bookingInfoCardContainer_fujtq_391 ._bookingInfoCard_fujtq_383 {
5354
5354
  width: 43px;
5355
5355
  height: 43px;
5356
5356
  background-color: var(--moz-cta-content-sec-bg);
@@ -5358,19 +5358,19 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5358
5358
  padding: 10px;
5359
5359
  border-radius: 6px;
5360
5360
  }
5361
- ._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 ._bookingInfoCardContent_8bjty_404 {
5361
+ ._bookingInfoContainer_fujtq_378 ._bookingInfoCardColumn_fujtq_383 ._bookingInfoCardContainer_fujtq_391 ._bookingInfoCardContent_fujtq_403 {
5362
5362
  display: flex;
5363
5363
  flex-direction: column;
5364
5364
  justify-content: center;
5365
5365
  gap: 4px;
5366
5366
  }
5367
- ._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 ._bookingInfoCardContent_8bjty_404 ._bookingInfoCardTitle_8bjty_410 {
5367
+ ._bookingInfoContainer_fujtq_378 ._bookingInfoCardColumn_fujtq_383 ._bookingInfoCardContainer_fujtq_391 ._bookingInfoCardContent_fujtq_403 ._bookingInfoCardTitle_fujtq_409 {
5368
5368
  color: var(--moz-text-primary);
5369
5369
  }
5370
- ._bookingInfoContainer_8bjty_379 ._bookingInfoCardColumn_8bjty_384 ._bookingInfoCardContainer_8bjty_392 ._bookingInfoCardContent_8bjty_404 ._bookingInfoCardText_8bjty_413 {
5370
+ ._bookingInfoContainer_fujtq_378 ._bookingInfoCardColumn_fujtq_383 ._bookingInfoCardContainer_fujtq_391 ._bookingInfoCardContent_fujtq_403 ._bookingInfoCardText_fujtq_412 {
5371
5371
  color: var(--moz-text-secondary);
5372
5372
  }
5373
- ._enableOnboardingContainer_8bjty_417 {
5373
+ ._enableOnboardingContainer_fujtq_416 {
5374
5374
  background-color: var(--moz-cta-soft-danger);
5375
5375
  color: var(--moz-cta-danger-text);
5376
5376
  padding: 10px;
@@ -5381,7 +5381,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
5381
5381
  justify-content: space-between;
5382
5382
  align-items: center;
5383
5383
  }
5384
- @keyframes _fadeInX_8bjty_1 {
5384
+ @keyframes _fadeInX_fujtq_1 {
5385
5385
  from {
5386
5386
  opacity: 0;
5387
5387
  transform: translateX(-20px);