mozrest-sdk-react-dev 0.3.53 → 0.3.54

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 +1011 -654
  2. package/package.json +1 -1
  3. package/style.css +290 -0
package/mozrest-sdk.es.js CHANGED
@@ -8,7 +8,7 @@ import ReactDOM__default, { createPortal } from "react-dom";
8
8
  const container$A = "_container_1xz3t_13";
9
9
  const item$8 = "_item_1xz3t_20";
10
10
  const itemfull$1 = "_itemfull_1xz3t_26";
11
- const styles$2c = {
11
+ const styles$2d = {
12
12
  "animate-pulse": "_animate-pulse_1xz3t_1",
13
13
  container: container$A,
14
14
  item: item$8,
@@ -960,15 +960,15 @@ const jsxs = jsxRuntimeExports.jsxs;
960
960
  const Fragment = jsxRuntimeExports.Fragment;
961
961
  const SkeletonPage$1 = () => {
962
962
  return /* @__PURE__ */ jsx$1("div", {
963
- className: styles$2c["animate-pulse"],
963
+ className: styles$2d["animate-pulse"],
964
964
  children: /* @__PURE__ */ jsxs("div", {
965
- className: styles$2c.container,
965
+ className: styles$2d.container,
966
966
  children: [/* @__PURE__ */ jsx$1("div", {
967
- className: styles$2c.item
967
+ className: styles$2d.item
968
968
  }), /* @__PURE__ */ jsx$1("div", {
969
- className: styles$2c.item
969
+ className: styles$2d.item
970
970
  }), /* @__PURE__ */ jsx$1("div", {
971
- className: styles$2c.itemfull
971
+ className: styles$2d.itemfull
972
972
  })]
973
973
  })
974
974
  });
@@ -3441,7 +3441,7 @@ const classNames$2 = (...classNames2) => {
3441
3441
  return resultClasses.join(" ");
3442
3442
  };
3443
3443
  const container$z = "_container_1ar7o_1";
3444
- const styles$2b = {
3444
+ const styles$2c = {
3445
3445
  container: container$z
3446
3446
  };
3447
3447
  const Container = ({
@@ -3455,12 +3455,12 @@ const Container = ({
3455
3455
  return /* @__PURE__ */ jsx$1(Tag2, {
3456
3456
  "aria-label": ariaLabel,
3457
3457
  "aria-labelledby": ariaLabelledby,
3458
- className: classNames$2(styles$2b["container"], className),
3458
+ className: classNames$2(styles$2c["container"], className),
3459
3459
  children
3460
3460
  });
3461
3461
  };
3462
3462
  const container$y = "_container_11xrj_1";
3463
- const styles$2a = {
3463
+ const styles$2b = {
3464
3464
  container: container$y
3465
3465
  };
3466
3466
  const LayoutPage$2 = ({
@@ -3470,12 +3470,12 @@ const LayoutPage$2 = ({
3470
3470
  contentClassName
3471
3471
  }) => {
3472
3472
  return /* @__PURE__ */ jsxs("div", {
3473
- className: classNames$2(styles$2a.container, containerClassName, "mz-sdk-cst-pf"),
3473
+ className: classNames$2(styles$2b.container, containerClassName, "mz-sdk-cst-pf"),
3474
3474
  children: [header2 && /* @__PURE__ */ jsx$1("div", {
3475
3475
  className: "mz-header",
3476
3476
  children: header2
3477
3477
  }), /* @__PURE__ */ jsx$1(Container, {
3478
- className: classNames$2(styles$2a.content, contentClassName),
3478
+ className: classNames$2(styles$2b.content, contentClassName),
3479
3479
  children
3480
3480
  })]
3481
3481
  });
@@ -7864,12 +7864,22 @@ const CHECK_NUMBER$4 = "Check Number";
7864
7864
  const START_TIME$4 = "Start Time";
7865
7865
  const SUBTOTAL$4 = "Subtotal";
7866
7866
  const TAX$4 = "Tax";
7867
+ const TIP$4 = "Tip";
7867
7868
  const TIPS$4 = "Tips";
7868
7869
  const ITEMS$4 = "Items";
7869
7870
  const QUANTITY$4 = "Quantity";
7870
7871
  const PRICE$4 = "Price";
7871
7872
  const RAW_JSON$4 = "Raw JSON";
7872
7873
  const PAYLOAD$4 = "Payload";
7874
+ const BILL$4 = "Bill";
7875
+ const BILL_NUMBER$4 = "Bill {{number}}";
7876
+ const TOTAL_AMOUNT_EXCLUDING_TIP$4 = "Total Amount Spent - excluding Tip";
7877
+ const SHOW_DETAILS$4 = "SHOW DETAILS";
7878
+ const HIDE_DETAILS$4 = "HIDE DETAILS";
7879
+ const GROSS_TOTAL$4 = "Gross Total";
7880
+ const ITEMS_ORDERED$4 = "Items ordered ({{count}})";
7881
+ const SHOW_ALL$4 = "SHOW ALL";
7882
+ const SHOW_LESS$4 = "SHOW LESS";
7873
7883
  const en = {
7874
7884
  errors: errors$4,
7875
7885
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$4,
@@ -8449,12 +8459,22 @@ const en = {
8449
8459
  START_TIME: START_TIME$4,
8450
8460
  SUBTOTAL: SUBTOTAL$4,
8451
8461
  TAX: TAX$4,
8462
+ TIP: TIP$4,
8452
8463
  TIPS: TIPS$4,
8453
8464
  ITEMS: ITEMS$4,
8454
8465
  QUANTITY: QUANTITY$4,
8455
8466
  PRICE: PRICE$4,
8456
8467
  RAW_JSON: RAW_JSON$4,
8457
- PAYLOAD: PAYLOAD$4
8468
+ PAYLOAD: PAYLOAD$4,
8469
+ BILL: BILL$4,
8470
+ BILL_NUMBER: BILL_NUMBER$4,
8471
+ TOTAL_AMOUNT_EXCLUDING_TIP: TOTAL_AMOUNT_EXCLUDING_TIP$4,
8472
+ SHOW_DETAILS: SHOW_DETAILS$4,
8473
+ HIDE_DETAILS: HIDE_DETAILS$4,
8474
+ GROSS_TOTAL: GROSS_TOTAL$4,
8475
+ ITEMS_ORDERED: ITEMS_ORDERED$4,
8476
+ SHOW_ALL: SHOW_ALL$4,
8477
+ SHOW_LESS: SHOW_LESS$4
8458
8478
  };
8459
8479
  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" };
8460
8480
  const SPECIALCLOSINGDATES$3 = "Fechas de cierre especiales u horarios de apertura diferentes (días especiales, festivos, eventos privados…)";
@@ -8981,12 +9001,22 @@ const CHECK_NUMBER$3 = "Número de Cuenta";
8981
9001
  const START_TIME$3 = "Hora de Inicio";
8982
9002
  const SUBTOTAL$3 = "Subtotal";
8983
9003
  const TAX$3 = "Impuesto";
9004
+ const TIP$3 = "Propina";
8984
9005
  const TIPS$3 = "Propinas";
8985
9006
  const ITEMS$3 = "Artículos";
8986
9007
  const QUANTITY$3 = "Cantidad";
8987
9008
  const PRICE$3 = "Precio";
8988
9009
  const RAW_JSON$3 = "JSON Raw";
8989
9010
  const PAYLOAD$3 = "Payload";
9011
+ const BILL$3 = "Factura";
9012
+ const BILL_NUMBER$3 = "Factura {{number}}";
9013
+ const TOTAL_AMOUNT_EXCLUDING_TIP$3 = "Importe Total Gastado - excluyendo Propina";
9014
+ const SHOW_DETAILS$3 = "MOSTRAR DETALLES";
9015
+ const HIDE_DETAILS$3 = "OCULTAR DETALLES";
9016
+ const GROSS_TOTAL$3 = "Total Bruto";
9017
+ const ITEMS_ORDERED$3 = "Artículos pedidos ({{count}})";
9018
+ const SHOW_ALL$3 = "MOSTRAR TODO";
9019
+ const SHOW_LESS$3 = "MOSTRAR MENOS";
8990
9020
  const es$2 = {
8991
9021
  errors: errors$3,
8992
9022
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$3,
@@ -9567,12 +9597,22 @@ const es$2 = {
9567
9597
  START_TIME: START_TIME$3,
9568
9598
  SUBTOTAL: SUBTOTAL$3,
9569
9599
  TAX: TAX$3,
9600
+ TIP: TIP$3,
9570
9601
  TIPS: TIPS$3,
9571
9602
  ITEMS: ITEMS$3,
9572
9603
  QUANTITY: QUANTITY$3,
9573
9604
  PRICE: PRICE$3,
9574
9605
  RAW_JSON: RAW_JSON$3,
9575
- PAYLOAD: PAYLOAD$3
9606
+ PAYLOAD: PAYLOAD$3,
9607
+ BILL: BILL$3,
9608
+ BILL_NUMBER: BILL_NUMBER$3,
9609
+ TOTAL_AMOUNT_EXCLUDING_TIP: TOTAL_AMOUNT_EXCLUDING_TIP$3,
9610
+ SHOW_DETAILS: SHOW_DETAILS$3,
9611
+ HIDE_DETAILS: HIDE_DETAILS$3,
9612
+ GROSS_TOTAL: GROSS_TOTAL$3,
9613
+ ITEMS_ORDERED: ITEMS_ORDERED$3,
9614
+ SHOW_ALL: SHOW_ALL$3,
9615
+ SHOW_LESS: SHOW_LESS$3
9576
9616
  };
9577
9617
  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" };
9578
9618
  const SPECIALCLOSINGDATES$2 = "Fermetures exceptionnelles et horaires d’ouverture modifiés (jours fériés, événements, etc.) ";
@@ -10099,12 +10139,22 @@ const CHECK_NUMBER$2 = "Numéro de ticket";
10099
10139
  const START_TIME$2 = "Heure de début";
10100
10140
  const SUBTOTAL$2 = "Sous-total";
10101
10141
  const TAX$2 = "Taxe";
10142
+ const TIP$2 = "Pourboire";
10102
10143
  const TIPS$2 = "Pourboires";
10103
10144
  const ITEMS$2 = "Articles";
10104
10145
  const QUANTITY$2 = "Quantité";
10105
10146
  const PRICE$2 = "Prix";
10106
10147
  const RAW_JSON$2 = "JSON brut";
10107
10148
  const PAYLOAD$2 = "Payload";
10149
+ const BILL$2 = "Facture";
10150
+ const BILL_NUMBER$2 = "Facture {{number}}";
10151
+ const TOTAL_AMOUNT_EXCLUDING_TIP$2 = "Montant Total Dépensé - excluant le Pourboire";
10152
+ const SHOW_DETAILS$2 = "AFFICHER LES DÉTAILS";
10153
+ const HIDE_DETAILS$2 = "MASQUER LES DÉTAILS";
10154
+ const GROSS_TOTAL$2 = "Total Brut";
10155
+ const ITEMS_ORDERED$2 = "Articles commandés ({{count}})";
10156
+ const SHOW_ALL$2 = "TOUT AFFICHER";
10157
+ const SHOW_LESS$2 = "AFFICHER MOINS";
10108
10158
  const fr$1 = {
10109
10159
  errors: errors$2,
10110
10160
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$2,
@@ -10684,12 +10734,22 @@ const fr$1 = {
10684
10734
  START_TIME: START_TIME$2,
10685
10735
  SUBTOTAL: SUBTOTAL$2,
10686
10736
  TAX: TAX$2,
10737
+ TIP: TIP$2,
10687
10738
  TIPS: TIPS$2,
10688
10739
  ITEMS: ITEMS$2,
10689
10740
  QUANTITY: QUANTITY$2,
10690
10741
  PRICE: PRICE$2,
10691
10742
  RAW_JSON: RAW_JSON$2,
10692
- PAYLOAD: PAYLOAD$2
10743
+ PAYLOAD: PAYLOAD$2,
10744
+ BILL: BILL$2,
10745
+ BILL_NUMBER: BILL_NUMBER$2,
10746
+ TOTAL_AMOUNT_EXCLUDING_TIP: TOTAL_AMOUNT_EXCLUDING_TIP$2,
10747
+ SHOW_DETAILS: SHOW_DETAILS$2,
10748
+ HIDE_DETAILS: HIDE_DETAILS$2,
10749
+ GROSS_TOTAL: GROSS_TOTAL$2,
10750
+ ITEMS_ORDERED: ITEMS_ORDERED$2,
10751
+ SHOW_ALL: SHOW_ALL$2,
10752
+ SHOW_LESS: SHOW_LESS$2
10693
10753
  };
10694
10754
  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" };
10695
10755
  const SPECIALCLOSINGDATES$1 = "Besondere Schließungstage oder abweichende Öffnungszeiten (besondere Tage, Feiertage, private Veranstaltungen…)";
@@ -11216,12 +11276,22 @@ const CHECK_NUMBER$1 = "Rechnungsnummer";
11216
11276
  const START_TIME$1 = "Startzeit";
11217
11277
  const SUBTOTAL$1 = "Zwischensumme";
11218
11278
  const TAX$1 = "Steuer";
11279
+ const TIP$1 = "Trinkgeld";
11219
11280
  const TIPS$1 = "Trinkgeld";
11220
11281
  const ITEMS$1 = "Artikel";
11221
11282
  const QUANTITY$1 = "Menge";
11222
11283
  const PRICE$1 = "Preis";
11223
11284
  const RAW_JSON$1 = "Roh-JSON";
11224
11285
  const PAYLOAD$1 = "Payload";
11286
+ const BILL$1 = "Rechnung";
11287
+ const BILL_NUMBER$1 = "Rechnung {{number}}";
11288
+ const TOTAL_AMOUNT_EXCLUDING_TIP$1 = "Gesamtbetrag Ausgegeben - ohne Trinkgeld";
11289
+ const SHOW_DETAILS$1 = "DETAILS ANZEIGEN";
11290
+ const HIDE_DETAILS$1 = "DETAILS AUSBLENDEN";
11291
+ const GROSS_TOTAL$1 = "Bruttogesamt";
11292
+ const ITEMS_ORDERED$1 = "Bestellte Artikel ({{count}})";
11293
+ const SHOW_ALL$1 = "ALLE ANZEIGEN";
11294
+ const SHOW_LESS$1 = "WENIGER ANZEIGEN";
11225
11295
  const de$1 = {
11226
11296
  errors: errors$1,
11227
11297
  SPECIALCLOSINGDATES: SPECIALCLOSINGDATES$1,
@@ -11802,12 +11872,22 @@ const de$1 = {
11802
11872
  START_TIME: START_TIME$1,
11803
11873
  SUBTOTAL: SUBTOTAL$1,
11804
11874
  TAX: TAX$1,
11875
+ TIP: TIP$1,
11805
11876
  TIPS: TIPS$1,
11806
11877
  ITEMS: ITEMS$1,
11807
11878
  QUANTITY: QUANTITY$1,
11808
11879
  PRICE: PRICE$1,
11809
11880
  RAW_JSON: RAW_JSON$1,
11810
- PAYLOAD: PAYLOAD$1
11881
+ PAYLOAD: PAYLOAD$1,
11882
+ BILL: BILL$1,
11883
+ BILL_NUMBER: BILL_NUMBER$1,
11884
+ TOTAL_AMOUNT_EXCLUDING_TIP: TOTAL_AMOUNT_EXCLUDING_TIP$1,
11885
+ SHOW_DETAILS: SHOW_DETAILS$1,
11886
+ HIDE_DETAILS: HIDE_DETAILS$1,
11887
+ GROSS_TOTAL: GROSS_TOTAL$1,
11888
+ ITEMS_ORDERED: ITEMS_ORDERED$1,
11889
+ SHOW_ALL: SHOW_ALL$1,
11890
+ SHOW_LESS: SHOW_LESS$1
11811
11891
  };
11812
11892
  const errors = { "required": "Dit veld is verplicht", "email": "Dit e-mailadres is ongeldig", "phone": "Ongeldig telefoonnummer", "url": "Deze URL is ongeldig" };
11813
11893
  const SPECIALCLOSINGDATES = "Speciale sluitingsdagen of afwijkende openingstijden (feestdagen, evenementen, enz.)";
@@ -12334,12 +12414,22 @@ const CHECK_NUMBER = "Bonnummer";
12334
12414
  const START_TIME = "Starttijd";
12335
12415
  const SUBTOTAL = "Subtotaal";
12336
12416
  const TAX = "Belasting";
12417
+ const TIP = "Fooi";
12337
12418
  const TIPS = "Fooien";
12338
12419
  const ITEMS = "Artikelen";
12339
12420
  const QUANTITY = "Hoeveelheid";
12340
12421
  const PRICE = "Prijs";
12341
12422
  const RAW_JSON = "Ruwe JSON";
12342
12423
  const PAYLOAD = "Payload";
12424
+ const BILL = "Rekening";
12425
+ const BILL_NUMBER = "Rekening {{number}}";
12426
+ const TOTAL_AMOUNT_EXCLUDING_TIP = "Totaalbedrag Uitgegeven - exclusief Fooi";
12427
+ const SHOW_DETAILS = "DETAILS TONEN";
12428
+ const HIDE_DETAILS = "DETAILS VERBERGEN";
12429
+ const GROSS_TOTAL = "Bruto Totaal";
12430
+ const ITEMS_ORDERED = "Bestelde artikelen ({{count}})";
12431
+ const SHOW_ALL = "ALLE TONEN";
12432
+ const SHOW_LESS = "MINDER TONEN";
12343
12433
  const nl$1 = {
12344
12434
  errors,
12345
12435
  SPECIALCLOSINGDATES,
@@ -12920,12 +13010,22 @@ const nl$1 = {
12920
13010
  START_TIME,
12921
13011
  SUBTOTAL,
12922
13012
  TAX,
13013
+ TIP,
12923
13014
  TIPS,
12924
13015
  ITEMS,
12925
13016
  QUANTITY,
12926
13017
  PRICE,
12927
13018
  RAW_JSON,
12928
- PAYLOAD
13019
+ PAYLOAD,
13020
+ BILL,
13021
+ BILL_NUMBER,
13022
+ TOTAL_AMOUNT_EXCLUDING_TIP,
13023
+ SHOW_DETAILS,
13024
+ HIDE_DETAILS,
13025
+ GROSS_TOTAL,
13026
+ ITEMS_ORDERED,
13027
+ SHOW_ALL,
13028
+ SHOW_LESS
12929
13029
  };
12930
13030
  instance.use(initReactI18next).init({
12931
13031
  // the translations
@@ -40154,25 +40254,25 @@ const ContextUserRole = React__default.createContext([
40154
40254
  const label$8 = "_label_7mgn7_1";
40155
40255
  const comment$4 = "_comment_7mgn7_5";
40156
40256
  const translate = "_translate_7mgn7_9";
40157
- const styles$29 = {
40257
+ const styles$2a = {
40158
40258
  label: label$8,
40159
40259
  comment: comment$4,
40160
40260
  translate
40161
40261
  };
40162
40262
  const sronly$1 = "_sronly_1n9bw_1";
40163
- const styles$28 = {
40263
+ const styles$29 = {
40164
40264
  sronly: sronly$1
40165
40265
  };
40166
40266
  const SrOnly$1 = ({
40167
40267
  children
40168
40268
  }) => {
40169
40269
  return /* @__PURE__ */ jsx$1("span", {
40170
- className: styles$28.sronly,
40270
+ className: styles$29.sronly,
40171
40271
  children
40172
40272
  });
40173
40273
  };
40174
40274
  const label$7 = "_label_1vki7_1";
40175
- const styles$27 = {
40275
+ const styles$28 = {
40176
40276
  label: label$7
40177
40277
  };
40178
40278
  var propTypes$3 = { exports: {} };
@@ -45078,7 +45178,7 @@ const icons$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePrope
45078
45178
  yes: yes$1
45079
45179
  }, Symbol.toStringTag, { value: "Module" }));
45080
45180
  const icon$a = "_icon_69yub_1";
45081
- const styles$26 = {
45181
+ const styles$27 = {
45082
45182
  icon: icon$a,
45083
45183
  "icon--small": "_icon--small_69yub_12",
45084
45184
  "icon--medium": "_icon--medium_69yub_15",
@@ -45093,14 +45193,14 @@ const Icon$1 = ({
45093
45193
  ...props
45094
45194
  }) => {
45095
45195
  return /* @__PURE__ */ jsx$1("span", {
45096
- className: classNames$2(styles$26["icon"], styles$26[`icon--${size}`], className),
45196
+ className: classNames$2(styles$27["icon"], styles$27[`icon--${size}`], className),
45097
45197
  ...props,
45098
45198
  children: icons$1[icon2]()
45099
45199
  });
45100
45200
  };
45101
45201
  const tooltip$2 = "_tooltip_17puf_1";
45102
45202
  const tooltip__icon$1 = "_tooltip__icon_17puf_4";
45103
- const styles$25 = {
45203
+ const styles$26 = {
45104
45204
  tooltip: tooltip$2,
45105
45205
  tooltip__icon: tooltip__icon$1
45106
45206
  };
@@ -45108,9 +45208,9 @@ const Tooltip$2 = ({
45108
45208
  children
45109
45209
  }) => {
45110
45210
  return /* @__PURE__ */ jsxs("div", {
45111
- className: styles$25.tooltip,
45211
+ className: styles$26.tooltip,
45112
45212
  children: [/* @__PURE__ */ jsx$1(Icon$1, {
45113
- className: styles$25.tooltip__icon,
45213
+ className: styles$26.tooltip__icon,
45114
45214
  icon: "question",
45115
45215
  size: "small",
45116
45216
  "data-tip": true
@@ -45131,7 +45231,7 @@ const Label$2 = ({
45131
45231
  ...props
45132
45232
  }) => {
45133
45233
  const label2 = /* @__PURE__ */ jsxs("label", {
45134
- className: styles$27.label,
45234
+ className: styles$28.label,
45135
45235
  ...props,
45136
45236
  children: [children, tooltip2 && /* @__PURE__ */ jsx$1(Tooltip$2, {
45137
45237
  children: tooltip2
@@ -45143,7 +45243,7 @@ const Label$2 = ({
45143
45243
  };
45144
45244
  const label$6 = "_label_15hk9_1";
45145
45245
  const translation$1 = "_translation_15hk9_6";
45146
- const styles$24 = {
45246
+ const styles$25 = {
45147
45247
  label: label$6,
45148
45248
  translation: translation$1
45149
45249
  };
@@ -45154,6 +45254,12 @@ const TranslateReply = async ({
45154
45254
  const data2 = await instance$1.post(`listing/venue-listing-reviews/reply/translate`, { text: text2, locale: locale2 });
45155
45255
  return { data: data2 };
45156
45256
  };
45257
+ const decodeHtmlEntities$1 = (value2) => {
45258
+ if (!value2) return value2;
45259
+ const textarea2 = document.createElement("textarea");
45260
+ textarea2.innerHTML = value2;
45261
+ return textarea2.value;
45262
+ };
45157
45263
  const ReplyTranslation = ({
45158
45264
  text: text2
45159
45265
  }) => {
@@ -45177,14 +45283,14 @@ const ReplyTranslation = ({
45177
45283
  children: [isExecuting && /* @__PURE__ */ jsxs("span", {
45178
45284
  children: [t2("TRANSLATING"), "..."]
45179
45285
  }), !isExecuting && /* @__PURE__ */ jsxs("div", {
45180
- className: styles$24.translation,
45286
+ className: styles$25.translation,
45181
45287
  children: [/* @__PURE__ */ jsx$1(Label$2, {
45182
45288
  htmlFor: "",
45183
- className: styles$24.label,
45289
+ className: styles$25.label,
45184
45290
  children: t2("TRANSLATION")
45185
45291
  }), /* @__PURE__ */ jsx$1("p", {
45186
- className: styles$24.translation,
45187
- children: data2 && data2.translatedText ? data2.translatedText : "---"
45292
+ className: styles$25.translation,
45293
+ children: data2 && data2.translatedText ? decodeHtmlEntities$1(data2.translatedText) : "---"
45188
45294
  })]
45189
45295
  })]
45190
45296
  });
@@ -46794,7 +46900,7 @@ const icons = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePropert
46794
46900
  yes
46795
46901
  }, Symbol.toStringTag, { value: "Module" }));
46796
46902
  const icon$9 = "_icon_lm3br_1";
46797
- const styles$23 = {
46903
+ const styles$24 = {
46798
46904
  icon: icon$9,
46799
46905
  "icon--xs": "_icon--xs_lm3br_12",
46800
46906
  "icon--small": "_icon--small_lm3br_15",
@@ -46809,13 +46915,13 @@ const Icon = ({
46809
46915
  ...props
46810
46916
  }) => {
46811
46917
  return /* @__PURE__ */ jsx$1("span", {
46812
- className: classNames$2(styles$23["icon"], styles$23[`icon--${size}`], className),
46918
+ className: classNames$2(styles$24["icon"], styles$24[`icon--${size}`], className),
46813
46919
  ...props,
46814
46920
  children: React__default.createElement(icons[icon2])
46815
46921
  });
46816
46922
  };
46817
46923
  const btn$2 = "_btn_g6dop_1";
46818
- const styles$22 = {
46924
+ const styles$23 = {
46819
46925
  btn: btn$2,
46820
46926
  "btn--large": "_btn--large_g6dop_16",
46821
46927
  "btn--default": "_btn--default_g6dop_20",
@@ -46843,7 +46949,7 @@ const Button$1 = ({
46843
46949
  ...props
46844
46950
  }) => {
46845
46951
  const componentProps = {
46846
- className: classNames$2(styles$22["btn"], styles$22[`btn--${mode}`], styles$22[`btn--${size}`], "mz-btn", className),
46952
+ className: classNames$2(styles$23["btn"], styles$23[`btn--${mode}`], styles$23[`btn--${size}`], "mz-btn", className),
46847
46953
  ...props
46848
46954
  };
46849
46955
  const IconBtn = icon2 ? /* @__PURE__ */ jsx$1(Icon, {
@@ -46868,25 +46974,25 @@ const Button$1 = ({
46868
46974
  });
46869
46975
  };
46870
46976
  const sronly = "_sronly_1n9bw_1";
46871
- const styles$21 = {
46977
+ const styles$22 = {
46872
46978
  sronly
46873
46979
  };
46874
46980
  const SrOnly = ({
46875
46981
  children
46876
46982
  }) => {
46877
46983
  return /* @__PURE__ */ jsx$1("span", {
46878
- className: styles$21.sronly,
46984
+ className: styles$22.sronly,
46879
46985
  children
46880
46986
  });
46881
46987
  };
46882
46988
  const label$5 = "_label_wrsfp_1";
46883
- const styles$20 = {
46989
+ const styles$21 = {
46884
46990
  label: label$5
46885
46991
  };
46886
46992
  const tooltipContainer = "_tooltipContainer_13ux5_1";
46887
46993
  const tooltipBox = "_tooltipBox_13ux5_5";
46888
46994
  const isVisible = "_isVisible_13ux5_26";
46889
- const styles$1$ = {
46995
+ const styles$20 = {
46890
46996
  tooltipContainer,
46891
46997
  tooltipBox,
46892
46998
  isVisible,
@@ -46906,14 +47012,14 @@ const Tooltip$1 = ({
46906
47012
  const showTooltip = () => setIsVisible(true);
46907
47013
  const hideTooltip = () => setIsVisible(false);
46908
47014
  return /* @__PURE__ */ jsxs("div", {
46909
- className: styles$1$.tooltipContainer,
47015
+ className: styles$20.tooltipContainer,
46910
47016
  onMouseEnter: showTooltip,
46911
47017
  onMouseLeave: hideTooltip,
46912
47018
  onFocus: showTooltip,
46913
47019
  onBlur: hideTooltip,
46914
47020
  tabIndex: 0,
46915
47021
  children: [children, /* @__PURE__ */ jsx$1("div", {
46916
- className: classNames$2(styles$1$.tooltipBox, styles$1$[`tooltip--${position2}`], isVisible2 ? styles$1$.isVisible : "", className),
47022
+ className: classNames$2(styles$20.tooltipBox, styles$20[`tooltip--${position2}`], isVisible2 ? styles$20.isVisible : "", className),
46917
47023
  ...props,
46918
47024
  children: message2 ?? ""
46919
47025
  })]
@@ -46927,7 +47033,7 @@ const Label$1 = ({
46927
47033
  ...props
46928
47034
  }) => {
46929
47035
  const label2 = /* @__PURE__ */ jsxs("label", {
46930
- className: styles$20.label,
47036
+ className: styles$21.label,
46931
47037
  ...props,
46932
47038
  children: [children, tooltip2 && /* @__PURE__ */ jsx$1(Tooltip$1, {
46933
47039
  message: tooltip2,
@@ -48859,7 +48965,7 @@ function o(o2, n, a2) {
48859
48965
  };
48860
48966
  }
48861
48967
  const text$2 = "_text_1f1l5_1";
48862
- const styles$1_ = {
48968
+ const styles$1$ = {
48863
48969
  text: text$2
48864
48970
  };
48865
48971
  const FieldError$1 = ({
@@ -48867,14 +48973,14 @@ const FieldError$1 = ({
48867
48973
  }) => {
48868
48974
  if (error3) {
48869
48975
  return /* @__PURE__ */ jsx$1("div", {
48870
- className: styles$1_.text,
48976
+ className: styles$1$.text,
48871
48977
  children: error3.message
48872
48978
  });
48873
48979
  }
48874
48980
  return null;
48875
48981
  };
48876
48982
  const input$5 = "_input_1ayrx_1";
48877
- const styles$1Z = {
48983
+ const styles$1_ = {
48878
48984
  input: input$5
48879
48985
  };
48880
48986
  const TextArea$1 = React__default.forwardRef(({
@@ -48910,7 +49016,7 @@ const TextArea$1 = React__default.forwardRef(({
48910
49016
  position: "relative"
48911
49017
  },
48912
49018
  children: /* @__PURE__ */ jsx$1("textarea", {
48913
- className: styles$1Z.input,
49019
+ className: styles$1_.input,
48914
49020
  onChange: handleChange,
48915
49021
  id: id2,
48916
49022
  name: id2,
@@ -49053,11 +49159,11 @@ const ReplyForm = ({
49053
49159
  marginTop: 10
49054
49160
  },
49055
49161
  children: [!showTranslation && locale2 !== "en" && /* @__PURE__ */ jsx$1("span", {
49056
- className: styles$29.translate,
49162
+ className: styles$2a.translate,
49057
49163
  onClick: () => setShowTranslation(true),
49058
49164
  children: t2("SHOWTRANSLATION")
49059
49165
  }), showTranslation && locale2 !== "en" && /* @__PURE__ */ jsx$1("span", {
49060
- className: styles$29.translate,
49166
+ className: styles$2a.translate,
49061
49167
  onClick: () => setShowTranslation(false),
49062
49168
  children: t2("HIDETRANSLATION")
49063
49169
  })]
@@ -49106,7 +49212,7 @@ const ReplyForm = ({
49106
49212
  const label$4 = "_label_x1r40_1";
49107
49213
  const comment$1 = "_comment_x1r40_7";
49108
49214
  const date$3 = "_date_x1r40_12";
49109
- const styles$1Y = {
49215
+ const styles$1Z = {
49110
49216
  label: label$4,
49111
49217
  comment: comment$1,
49112
49218
  date: date$3
@@ -49120,13 +49226,13 @@ const Reply = ({
49120
49226
  return /* @__PURE__ */ jsxs("div", {
49121
49227
  children: [/* @__PURE__ */ jsx$1(Label$2, {
49122
49228
  htmlFor: "",
49123
- className: styles$1Y.label,
49229
+ className: styles$1Z.label,
49124
49230
  children: t2("REPLY")
49125
49231
  }), /* @__PURE__ */ jsx$1("p", {
49126
- className: styles$1Y.comment,
49232
+ className: styles$1Z.comment,
49127
49233
  children: reply2.comment
49128
49234
  }), /* @__PURE__ */ jsx$1("span", {
49129
- className: styles$1Y.date,
49235
+ className: styles$1Z.date,
49130
49236
  children: reply2.createdAt
49131
49237
  }), /* @__PURE__ */ jsx$1("br", {})]
49132
49238
  });
@@ -49212,7 +49318,7 @@ const back = "_back_ypeoh_30";
49212
49318
  const statusbar = "_statusbar_ypeoh_38";
49213
49319
  const statusbar__icons = "_statusbar__icons_ypeoh_44";
49214
49320
  const platform$1 = "_platform_ypeoh_48";
49215
- const styles$1X = {
49321
+ const styles$1Y = {
49216
49322
  detail: detail$1,
49217
49323
  hidden,
49218
49324
  reviewer: reviewer$1,
@@ -49238,36 +49344,36 @@ const Comment = ({
49238
49344
  return /* @__PURE__ */ jsxs("div", {
49239
49345
  children: [/* @__PURE__ */ jsx$1(Label$2, {
49240
49346
  htmlFor: "",
49241
- className: styles$29.label,
49347
+ className: styles$2a.label,
49242
49348
  children: t2("REVIEW")
49243
49349
  }), /* @__PURE__ */ jsx$1("p", {
49244
- className: styles$29.comment,
49350
+ className: styles$2a.comment,
49245
49351
  children
49246
49352
  }), !showTranslation && locale2 !== lang2 && /* @__PURE__ */ jsx$1("span", {
49247
- className: styles$29.translate,
49353
+ className: styles$2a.translate,
49248
49354
  onClick: () => setShowTranslation(true),
49249
49355
  children: t2("SHOWTRANSLATION")
49250
49356
  }), showTranslation && locale2 !== lang2 && /* @__PURE__ */ jsx$1("span", {
49251
- className: styles$29.translate,
49357
+ className: styles$2a.translate,
49252
49358
  onClick: () => setShowTranslation(false),
49253
49359
  children: t2("HIDETRANSLATION")
49254
49360
  })]
49255
49361
  });
49256
49362
  };
49257
49363
  const flag = "_flag_wd4ay_1";
49258
- const styles$1W = {
49364
+ const styles$1X = {
49259
49365
  flag
49260
49366
  };
49261
49367
  const CountryFlag = ({
49262
49368
  locale: locale2
49263
49369
  }) => {
49264
49370
  return /* @__PURE__ */ jsx$1("span", {
49265
- className: `fib fi-${locale2 === "en" ? "gb" : locale2} ${styles$1W.flag}`
49371
+ className: `fib fi-${locale2 === "en" ? "gb" : locale2} ${styles$1X.flag}`
49266
49372
  });
49267
49373
  };
49268
49374
  const label$3 = "_label_15hk9_1";
49269
49375
  const translation = "_translation_15hk9_6";
49270
- const styles$1V = {
49376
+ const styles$1W = {
49271
49377
  label: label$3,
49272
49378
  translation
49273
49379
  };
@@ -49285,6 +49391,12 @@ const GetReviewTranslation = async ({
49285
49391
  );
49286
49392
  return translatedText;
49287
49393
  };
49394
+ const decodeHtmlEntities = (value2) => {
49395
+ if (!value2) return value2;
49396
+ const textarea2 = document.createElement("textarea");
49397
+ textarea2.innerHTML = value2;
49398
+ return textarea2.value;
49399
+ };
49288
49400
  const CommentTranslation = ({
49289
49401
  commentId
49290
49402
  }) => {
@@ -49304,21 +49416,21 @@ const CommentTranslation = ({
49304
49416
  children: [isLoading && /* @__PURE__ */ jsxs("span", {
49305
49417
  children: [t2("TRANSLATING"), "..."]
49306
49418
  }), !isLoading && /* @__PURE__ */ jsxs("div", {
49307
- className: styles$1V.translation,
49419
+ className: styles$1W.translation,
49308
49420
  children: [/* @__PURE__ */ jsx$1(Label$2, {
49309
49421
  htmlFor: "",
49310
- className: styles$1V.label,
49422
+ className: styles$1W.label,
49311
49423
  children: t2("TRANSLATION")
49312
49424
  }), /* @__PURE__ */ jsx$1("p", {
49313
- className: styles$1V.translation,
49314
- children: data2
49425
+ className: styles$1W.translation,
49426
+ children: decodeHtmlEntities(data2 || "")
49315
49427
  })]
49316
49428
  })]
49317
49429
  });
49318
49430
  };
49319
49431
  const label$2 = "_label_13kaz_1";
49320
49432
  const title$3 = "_title_13kaz_5";
49321
- const styles$1U = {
49433
+ const styles$1V = {
49322
49434
  label: label$2,
49323
49435
  title: title$3
49324
49436
  };
@@ -49331,10 +49443,10 @@ const Title = ({
49331
49443
  return /* @__PURE__ */ jsxs("div", {
49332
49444
  children: [/* @__PURE__ */ jsx$1(Label$2, {
49333
49445
  htmlFor: "",
49334
- className: styles$1U.label,
49446
+ className: styles$1V.label,
49335
49447
  children: t2("TITLE")
49336
49448
  }), /* @__PURE__ */ jsx$1("p", {
49337
- className: styles$1U.title,
49449
+ className: styles$1V.title,
49338
49450
  children
49339
49451
  })]
49340
49452
  });
@@ -49512,7 +49624,7 @@ const formatData$k = (data2) => {
49512
49624
  });
49513
49625
  };
49514
49626
  const text$1 = "_text_12cto_1";
49515
- const styles$1T = {
49627
+ const styles$1U = {
49516
49628
  text: text$1
49517
49629
  };
49518
49630
  const tagsMap$2 = {
@@ -49525,7 +49637,7 @@ const TemplateText = ({
49525
49637
  text: text2
49526
49638
  }) => {
49527
49639
  return /* @__PURE__ */ jsx$1("p", {
49528
- className: styles$1T.text,
49640
+ className: styles$1U.text,
49529
49641
  children: text2.split("@@").map((item2, index2) => {
49530
49642
  if (tagsMap$2[item2]) {
49531
49643
  return /* @__PURE__ */ jsx$1("span", {
@@ -49537,7 +49649,7 @@ const TemplateText = ({
49537
49649
  });
49538
49650
  };
49539
49651
  const button$7 = "_button_1hbqp_1";
49540
- const styles$1S = {
49652
+ const styles$1T = {
49541
49653
  button: button$7
49542
49654
  };
49543
49655
  const Template$1 = ({
@@ -49552,7 +49664,7 @@ const Template$1 = ({
49552
49664
  children: [/* @__PURE__ */ jsx$1(TemplateText, {
49553
49665
  text: text2
49554
49666
  }), /* @__PURE__ */ jsx$1("button", {
49555
- className: styles$1S.button,
49667
+ className: styles$1T.button,
49556
49668
  onClick: handleClickUse,
49557
49669
  children: "Use"
49558
49670
  })]
@@ -49561,7 +49673,7 @@ const Template$1 = ({
49561
49673
  const container$x = "_container_1ej4w_1";
49562
49674
  const hide$1 = "_hide_1ej4w_8";
49563
49675
  const toolbar$3 = "_toolbar_1ej4w_12";
49564
- const styles$1R = {
49676
+ const styles$1S = {
49565
49677
  container: container$x,
49566
49678
  hide: hide$1,
49567
49679
  toolbar: toolbar$3
@@ -55641,7 +55753,7 @@ var StateManagedSelect = /* @__PURE__ */ forwardRef(function(props, ref) {
55641
55753
  });
55642
55754
  const tooltip$1 = "_tooltip_17puf_1";
55643
55755
  const tooltip__icon = "_tooltip__icon_17puf_4";
55644
- const styles$1Q = {
55756
+ const styles$1R = {
55645
55757
  tooltip: tooltip$1,
55646
55758
  tooltip__icon
55647
55759
  };
@@ -55649,9 +55761,9 @@ const LockTooltip = ({
55649
55761
  children
55650
55762
  }) => {
55651
55763
  return /* @__PURE__ */ jsxs("div", {
55652
- className: styles$1Q.tooltip,
55764
+ className: styles$1R.tooltip,
55653
55765
  children: [/* @__PURE__ */ jsx$1(Icon$1, {
55654
- className: styles$1Q.tooltip__icon,
55766
+ className: styles$1R.tooltip__icon,
55655
55767
  icon: "lock",
55656
55768
  size: "small",
55657
55769
  "data-tip": children
@@ -55665,7 +55777,7 @@ const LockTooltip = ({
55665
55777
  };
55666
55778
  const container$w = "_container_ut3y7_1";
55667
55779
  const tooltip = "_tooltip_ut3y7_5";
55668
- const styles$1P = {
55780
+ const styles$1Q = {
55669
55781
  container: container$w,
55670
55782
  tooltip
55671
55783
  };
@@ -55694,7 +55806,7 @@ const NewSelect = ({
55694
55806
  ...props
55695
55807
  }) => {
55696
55808
  return /* @__PURE__ */ jsxs("div", {
55697
- className: styles$1P.container,
55809
+ className: styles$1Q.container,
55698
55810
  children: [label2 && /* @__PURE__ */ jsx$1(Label$2, {
55699
55811
  htmlFor: id2,
55700
55812
  children: label2
@@ -55708,7 +55820,7 @@ const NewSelect = ({
55708
55820
  id: id2,
55709
55821
  isDisabled
55710
55822
  }), isDisabled && /* @__PURE__ */ jsx$1("div", {
55711
- className: styles$1P.tooltip,
55823
+ className: styles$1Q.tooltip,
55712
55824
  children: /* @__PURE__ */ jsx$1(LockTooltip, {
55713
55825
  children: disabledTooltip
55714
55826
  })
@@ -55784,12 +55896,12 @@ const filterTemplatesByLanguage = (templates, language) => {
55784
55896
  };
55785
55897
  const header$7 = "_header_1jmjy_1";
55786
55898
  const icon$8 = "_icon_1jmjy_11";
55787
- const styles$1O = {
55899
+ const styles$1P = {
55788
55900
  header: header$7,
55789
55901
  icon: icon$8
55790
55902
  };
55791
55903
  const heading = "_heading_1fifa_1";
55792
- const styles$1N = {
55904
+ const styles$1O = {
55793
55905
  heading,
55794
55906
  "heading--large": "_heading--large_1fifa_7",
55795
55907
  "heading--medium": "_heading--medium_1fifa_15",
@@ -55805,7 +55917,7 @@ const Heading = ({
55805
55917
  const Tag2 = level;
55806
55918
  return /* @__PURE__ */ jsx$1(Tag2, {
55807
55919
  id: id2,
55808
- className: classNames$2(styles$1N["heading"], styles$1N[`heading--${size}`]),
55920
+ className: classNames$2(styles$1O["heading"], styles$1O[`heading--${size}`]),
55809
55921
  ...props,
55810
55922
  children
55811
55923
  });
@@ -55820,18 +55932,18 @@ const Header$6 = ({
55820
55932
  return header2;
55821
55933
  }
55822
55934
  return /* @__PURE__ */ jsxs("div", {
55823
- className: styles$1O.header,
55935
+ className: styles$1P.header,
55824
55936
  children: [/* @__PURE__ */ jsx$1(Heading, {
55825
55937
  children: header2.title
55826
55938
  }), typeof header2.icon === "string" && /* @__PURE__ */ jsx$1(Icon, {
55827
55939
  icon: header2.icon,
55828
55940
  onClick: header2.onClickIcon,
55829
- className: styles$1O.icon
55941
+ className: styles$1P.icon
55830
55942
  }), typeof header2.icon !== "string" && header2.icon && header2.icon]
55831
55943
  });
55832
55944
  };
55833
55945
  const container$v = "_container_pc1hp_1";
55834
- const styles$1M = {
55946
+ const styles$1N = {
55835
55947
  container: container$v
55836
55948
  };
55837
55949
  const Card$1 = ({
@@ -55843,12 +55955,12 @@ const Card$1 = ({
55843
55955
  }) => {
55844
55956
  return /* @__PURE__ */ jsx$1(Fragment, {
55845
55957
  children: /* @__PURE__ */ jsxs("div", {
55846
- className: classNames$2(styles$1M.container, className, "mz-card"),
55958
+ className: classNames$2(styles$1N.container, className, "mz-card"),
55847
55959
  style: style2,
55848
55960
  children: [/* @__PURE__ */ jsx$1(Header$6, {
55849
55961
  header: header2
55850
55962
  }), /* @__PURE__ */ jsx$1("div", {
55851
- className: classNames$2(styles$1M.content, classNameContent),
55963
+ className: classNames$2(styles$1N.content, classNameContent),
55852
55964
  children
55853
55965
  })]
55854
55966
  })
@@ -55920,11 +56032,11 @@ const TemplatesModal = ({
55920
56032
  icon: "close",
55921
56033
  onClickIcon: onClose2
55922
56034
  },
55923
- className: classNames$2(styles$1R.container, {
55924
- [styles$1R.hide]: !open
56035
+ className: classNames$2(styles$1S.container, {
56036
+ [styles$1S.hide]: !open
55925
56037
  }),
55926
56038
  children: [/* @__PURE__ */ jsxs("div", {
55927
- className: styles$1R.toolbar,
56039
+ className: styles$1S.toolbar,
55928
56040
  children: [/* @__PURE__ */ jsx$1(NewSelect, {
55929
56041
  label: t2("REPLYTEMPLATETYPE"),
55930
56042
  options: typeOptions,
@@ -55983,31 +56095,31 @@ const DetailMobile = ({
55983
56095
  const openModal = () => setShowTemplates(true);
55984
56096
  const closeModal = () => setShowTemplates(false);
55985
56097
  return /* @__PURE__ */ jsxs("div", {
55986
- className: classNames$2(styles$1X.detail, {
55987
- [styles$1X.hidden]: !openForm
56098
+ className: classNames$2(styles$1Y.detail, {
56099
+ [styles$1Y.hidden]: !openForm
55988
56100
  }),
55989
56101
  children: [/* @__PURE__ */ jsx$1("div", {
55990
56102
  onClick,
55991
- className: styles$1X.back,
56103
+ className: styles$1Y.back,
55992
56104
  children: /* @__PURE__ */ jsx$1(Icon, {
55993
56105
  icon: "close"
55994
56106
  })
55995
56107
  }), /* @__PURE__ */ jsxs("div", {
55996
- className: styles$1X.statusbar,
56108
+ className: styles$1Y.statusbar,
55997
56109
  children: [/* @__PURE__ */ jsxs("div", {
55998
- className: styles$1X.statusbar__icons,
56110
+ className: styles$1Y.statusbar__icons,
55999
56111
  children: [/* @__PURE__ */ jsx$1(Icon, {
56000
56112
  icon: reply2 ? "mailReplied" : "mailNotReplied"
56001
56113
  }), /* @__PURE__ */ jsx$1("img", {
56002
56114
  alt: platform2,
56003
56115
  src: platformImages[platform2],
56004
- className: styles$1X.platform
56116
+ className: styles$1Y.platform
56005
56117
  })]
56006
56118
  }), /* @__PURE__ */ jsx$1("div", {
56007
56119
  children: createdAt
56008
56120
  })]
56009
56121
  }), /* @__PURE__ */ jsxs("strong", {
56010
- className: styles$1X.reviewer,
56122
+ className: styles$1Y.reviewer,
56011
56123
  children: [reviewer2.name, " ", ` `, locale2 && /* @__PURE__ */ jsx$1(CountryFlag, {
56012
56124
  locale: locale2
56013
56125
  })]
@@ -56052,7 +56164,7 @@ const DetailMobile = ({
56052
56164
  commentId: id2
56053
56165
  })]
56054
56166
  }), platform2 !== "tripadvisor" ? /* @__PURE__ */ jsx$1("div", {
56055
- className: styles$1X["container--reply"],
56167
+ className: styles$1Y["container--reply"],
56056
56168
  children: reply2 && platform2 !== "facebook" && platform2 !== "google" ? /* @__PURE__ */ jsx$1(Reply, {
56057
56169
  reply: reply2
56058
56170
  }) : /* @__PURE__ */ jsx$1(ReplyForm, {
@@ -56068,7 +56180,7 @@ const DetailMobile = ({
56068
56180
  reply: reply2
56069
56181
  })
56070
56182
  }) : /* @__PURE__ */ jsx$1("div", {
56071
- className: styles$1X["container--reply"],
56183
+ className: styles$1Y["container--reply"],
56072
56184
  children: reply2 && /* @__PURE__ */ jsx$1(Reply, {
56073
56185
  reply: reply2
56074
56186
  })
@@ -56101,13 +56213,13 @@ const DetailMobile = ({
56101
56213
  const detail = "_detail_1nbuk_1";
56102
56214
  const reply = "_reply_1nbuk_10";
56103
56215
  const hide = "_hide_1nbuk_14";
56104
- const styles$1L = {
56216
+ const styles$1M = {
56105
56217
  detail,
56106
56218
  reply,
56107
56219
  hide
56108
56220
  };
56109
56221
  const btn$1 = "_btn_1wg4v_1";
56110
- const styles$1K = {
56222
+ const styles$1L = {
56111
56223
  btn: btn$1,
56112
56224
  "btn--large": "_btn--large_1wg4v_16",
56113
56225
  "btn--small": "_btn--small_1wg4v_19",
@@ -56132,7 +56244,7 @@ const Button = React__default.forwardRef(({
56132
56244
  ...props
56133
56245
  }, ref = null) => {
56134
56246
  const componentProps = {
56135
- className: classNames$2(styles$1K["btn"], styles$1K[`btn--${mode}`], styles$1K[`btn--${size}`], "mz-btn", className),
56247
+ className: classNames$2(styles$1L["btn"], styles$1L[`btn--${mode}`], styles$1L[`btn--${size}`], "mz-btn", className),
56136
56248
  ...props
56137
56249
  };
56138
56250
  const IconBtn = icon2 ? /* @__PURE__ */ jsx$1(Icon$1, {
@@ -56184,8 +56296,8 @@ const DetailDesktop = ({
56184
56296
  } = useTranslation();
56185
56297
  const [showTranslation, setShowTranslation] = useState(false);
56186
56298
  return /* @__PURE__ */ jsxs("div", {
56187
- className: classNames$2(styles$1L.detail, {
56188
- [styles$1L.hide]: !openForm
56299
+ className: classNames$2(styles$1M.detail, {
56300
+ [styles$1M.hide]: !openForm
56189
56301
  }),
56190
56302
  children: [meta && /* @__PURE__ */ jsxs("div", {
56191
56303
  style: {
@@ -56226,7 +56338,7 @@ const DetailDesktop = ({
56226
56338
  commentId: id2
56227
56339
  })]
56228
56340
  }), platform2 !== "tripadvisor" ? /* @__PURE__ */ jsx$1("div", {
56229
- className: styles$1L.reply,
56341
+ className: styles$1M.reply,
56230
56342
  children: reply2 && platform2 !== "facebook" && platform2 !== "google" ? /* @__PURE__ */ jsx$1(Reply, {
56231
56343
  reply: reply2
56232
56344
  }) : /* @__PURE__ */ jsx$1(ReplyForm, {
@@ -56242,7 +56354,7 @@ const DetailDesktop = ({
56242
56354
  reply: reply2
56243
56355
  })
56244
56356
  }) : /* @__PURE__ */ jsx$1("div", {
56245
- className: styles$1L.reply,
56357
+ className: styles$1M.reply,
56246
56358
  children: reply2 ? /* @__PURE__ */ jsx$1(Reply, {
56247
56359
  reply: reply2
56248
56360
  }) : /* @__PURE__ */ jsx$1("div", {
@@ -56272,7 +56384,7 @@ const image$1 = "_image_x6ey8_40";
56272
56384
  const imageMobile = "_imageMobile_x6ey8_46";
56273
56385
  const reviewer = "_reviewer_x6ey8_61";
56274
56386
  const location = "_location_x6ey8_66";
56275
- const styles$1J = {
56387
+ const styles$1K = {
56276
56388
  container: container$u,
56277
56389
  light,
56278
56390
  active,
@@ -56336,30 +56448,30 @@ const Review = ({
56336
56448
  }
56337
56449
  }, [data2]);
56338
56450
  return /* @__PURE__ */ jsxs("article", {
56339
- className: classNames$2(styles$1J.container, {
56340
- [styles$1J.light]: light2,
56341
- [styles$1J.active]: openForm
56451
+ className: classNames$2(styles$1K.container, {
56452
+ [styles$1K.light]: light2,
56453
+ [styles$1K.active]: openForm
56342
56454
  }),
56343
56455
  children: [/* @__PURE__ */ jsx$1("div", {
56344
- className: styles$1J.resume,
56456
+ className: styles$1K.resume,
56345
56457
  onClick,
56346
56458
  children: /* @__PURE__ */ jsxs("div", {
56347
- className: styles$1J.resume__container,
56459
+ className: styles$1K.resume__container,
56348
56460
  children: [/* @__PURE__ */ jsxs("div", {
56349
- className: styles$1J.left,
56461
+ className: styles$1K.left,
56350
56462
  children: [/* @__PURE__ */ jsx$1(Row, {
56351
56463
  children: /* @__PURE__ */ jsxs(Col, {
56352
56464
  xs: 24,
56353
56465
  sm: 0,
56354
56466
  children: [/* @__PURE__ */ jsx$1("span", {
56355
- className: styles$1J["icon--center"],
56467
+ className: styles$1K["icon--center"],
56356
56468
  children: /* @__PURE__ */ jsx$1(Icon, {
56357
56469
  icon: reply2 ? "mailReplied" : "mailNotReplied"
56358
56470
  })
56359
56471
  }), /* @__PURE__ */ jsx$1("img", {
56360
56472
  alt: platform2,
56361
56473
  src: module2.logo || platformImages[platform2],
56362
- className: styles$1J.imageMobile
56474
+ className: styles$1K.imageMobile
56363
56475
  })]
56364
56476
  })
56365
56477
  }), /* @__PURE__ */ jsx$1(Row, {
@@ -56367,7 +56479,7 @@ const Review = ({
56367
56479
  xs: 0,
56368
56480
  sm: 24,
56369
56481
  children: /* @__PURE__ */ jsx$1("span", {
56370
- className: styles$1J["icon--center"],
56482
+ className: styles$1K["icon--center"],
56371
56483
  children: /* @__PURE__ */ jsx$1(Icon, {
56372
56484
  icon: reply2 ? "mailReplied" : "mailNotReplied"
56373
56485
  })
@@ -56380,7 +56492,7 @@ const Review = ({
56380
56492
  children: /* @__PURE__ */ jsx$1("img", {
56381
56493
  alt: platform2,
56382
56494
  src: module2.logo || platformImages[platform2],
56383
- className: styles$1J.image
56495
+ className: styles$1K.image
56384
56496
  })
56385
56497
  })
56386
56498
  }), /* @__PURE__ */ jsx$1(Row, {
@@ -56404,7 +56516,7 @@ const Review = ({
56404
56516
  },
56405
56517
  children: [/* @__PURE__ */ jsx$1(Col, {
56406
56518
  children: /* @__PURE__ */ jsx$1("strong", {
56407
- className: styles$1J.reviewer,
56519
+ className: styles$1K.reviewer,
56408
56520
  children: reviewer2.name
56409
56521
  })
56410
56522
  }), /* @__PURE__ */ jsx$1(Col, {
@@ -56442,11 +56554,11 @@ const Review = ({
56442
56554
  })]
56443
56555
  }), multiVenue && /* @__PURE__ */ jsx$1("div", {
56444
56556
  children: /* @__PURE__ */ jsx$1("div", {
56445
- className: styles$1J.location,
56557
+ className: styles$1K.location,
56446
56558
  children: locationName
56447
56559
  })
56448
56560
  }), /* @__PURE__ */ jsx$1("div", {
56449
- className: styles$1J.right,
56561
+ className: styles$1K.right,
56450
56562
  children: createdAt
56451
56563
  })]
56452
56564
  })
@@ -56492,7 +56604,7 @@ const Review = ({
56492
56604
  };
56493
56605
  const header$6 = "_header_190p9_1";
56494
56606
  const icon$7 = "_icon_190p9_10";
56495
- const styles$1I = {
56607
+ const styles$1J = {
56496
56608
  header: header$6,
56497
56609
  icon: icon$7
56498
56610
  };
@@ -56506,18 +56618,18 @@ const Header$5 = ({
56506
56618
  return header2;
56507
56619
  }
56508
56620
  return /* @__PURE__ */ jsxs("div", {
56509
- className: styles$1I.header,
56621
+ className: styles$1J.header,
56510
56622
  children: [/* @__PURE__ */ jsx$1(Heading, {
56511
56623
  children: header2.title
56512
56624
  }), typeof header2.icon === "string" && /* @__PURE__ */ jsx$1(Icon$1, {
56513
56625
  icon: header2.icon,
56514
56626
  onClick: header2.onClickIcon,
56515
- className: styles$1I.icon
56627
+ className: styles$1J.icon
56516
56628
  }), typeof header2.icon !== "string" && header2.icon && header2.icon]
56517
56629
  });
56518
56630
  };
56519
56631
  const container$t = "_container_pd6ji_1";
56520
- const styles$1H = {
56632
+ const styles$1I = {
56521
56633
  container: container$t
56522
56634
  };
56523
56635
  const Card = ({
@@ -56529,43 +56641,43 @@ const Card = ({
56529
56641
  }) => {
56530
56642
  return /* @__PURE__ */ jsx$1(Fragment, {
56531
56643
  children: /* @__PURE__ */ jsxs("div", {
56532
- className: classNames$2(styles$1H.container, className, "mz-card"),
56644
+ className: classNames$2(styles$1I.container, className, "mz-card"),
56533
56645
  style: style2,
56534
56646
  children: [/* @__PURE__ */ jsx$1(Header$5, {
56535
56647
  header: header2
56536
56648
  }), /* @__PURE__ */ jsx$1("div", {
56537
- className: classNames$2(styles$1H.content, classNameContent),
56649
+ className: classNames$2(styles$1I.content, classNameContent),
56538
56650
  children
56539
56651
  })]
56540
56652
  })
56541
56653
  });
56542
56654
  };
56543
56655
  const header$5 = "_header_1qr4z_1";
56544
- const styles$1G = {
56656
+ const styles$1H = {
56545
56657
  header: header$5
56546
56658
  };
56547
56659
  const Header$4 = ({
56548
56660
  title: title2
56549
56661
  }) => {
56550
56662
  return /* @__PURE__ */ jsx$1("div", {
56551
- className: styles$1G.header,
56663
+ className: styles$1H.header,
56552
56664
  children: /* @__PURE__ */ jsxs(Heading, {
56553
56665
  children: [" ", title2]
56554
56666
  })
56555
56667
  });
56556
56668
  };
56557
56669
  const container$s = "_container_1egcu_1";
56558
- const styles$1F = {
56670
+ const styles$1G = {
56559
56671
  container: container$s
56560
56672
  };
56561
56673
  const Empty = ({
56562
56674
  children
56563
56675
  }) => {
56564
56676
  return /* @__PURE__ */ jsxs("div", {
56565
- className: styles$1F.container,
56677
+ className: styles$1G.container,
56566
56678
  children: [/* @__PURE__ */ jsx$1(Icon$1, {
56567
56679
  icon: "fileSad",
56568
- className: styles$1F.icon,
56680
+ className: styles$1G.icon,
56569
56681
  size: "xxl"
56570
56682
  }), /* @__PURE__ */ jsx$1("h2", {
56571
56683
  children
@@ -56575,7 +56687,7 @@ const Empty = ({
56575
56687
  const container$r = "_container_n6953_1";
56576
56688
  const content$8 = "_content_n6953_6";
56577
56689
  const empty = "_empty_n6953_10";
56578
- const styles$1E = {
56690
+ const styles$1F = {
56579
56691
  container: container$r,
56580
56692
  content: content$8,
56581
56693
  empty
@@ -56616,13 +56728,13 @@ const Reviews = ({
56616
56728
  }
56617
56729
  };
56618
56730
  return /* @__PURE__ */ jsxs(Card, {
56619
- className: styles$1E.container,
56620
- classNameContent: styles$1E.content,
56731
+ className: styles$1F.container,
56732
+ classNameContent: styles$1F.content,
56621
56733
  header: /* @__PURE__ */ jsx$1(Header$4, {
56622
56734
  title: t2("REVIEWS")
56623
56735
  }),
56624
56736
  children: [isEmpty && /* @__PURE__ */ jsx$1("div", {
56625
- className: styles$1E.empty,
56737
+ className: styles$1F.empty,
56626
56738
  children: /* @__PURE__ */ jsx$1(Empty, {
56627
56739
  children: t2("youDontHaveReviewsYet")
56628
56740
  })
@@ -56674,7 +56786,7 @@ const collapse = "_collapse_1tnkf_8";
56674
56786
  const collapse__header = "_collapse__header_1tnkf_15";
56675
56787
  const left$1 = "_left_1tnkf_23";
56676
56788
  const content$7 = "_content_1tnkf_28";
56677
- const styles$1D = {
56789
+ const styles$1E = {
56678
56790
  collapse,
56679
56791
  "collapse--light": "_collapse--light_1tnkf_12",
56680
56792
  collapse__header,
@@ -56696,14 +56808,14 @@ const Template = ({
56696
56808
  t: t2
56697
56809
  } = useTranslation();
56698
56810
  return /* @__PURE__ */ jsxs("div", {
56699
- className: classNames$2(styles$1D.collapse, {
56700
- [styles$1D["collapse--light"]]: light2
56811
+ className: classNames$2(styles$1E.collapse, {
56812
+ [styles$1E["collapse--light"]]: light2
56701
56813
  }),
56702
56814
  children: [/* @__PURE__ */ jsxs("div", {
56703
- className: styles$1D.collapse__header,
56815
+ className: styles$1E.collapse__header,
56704
56816
  onClick: toggle,
56705
56817
  children: [/* @__PURE__ */ jsxs("div", {
56706
- className: styles$1D.left,
56818
+ className: styles$1E.left,
56707
56819
  children: [/* @__PURE__ */ jsx$1(Icon$1, {
56708
56820
  icon: open ? "chevronDown" : "chevronRight"
56709
56821
  }), template.title, /* @__PURE__ */ jsx$1(CountryFlag, {
@@ -56714,7 +56826,7 @@ const Template = ({
56714
56826
  children: t2("USE")
56715
56827
  })]
56716
56828
  }), open && /* @__PURE__ */ jsx$1("div", {
56717
- className: styles$1D.content,
56829
+ className: styles$1E.content,
56718
56830
  children: /* @__PURE__ */ jsx$1(TemplateContent, {
56719
56831
  children: template.reply
56720
56832
  })
@@ -56724,7 +56836,7 @@ const Template = ({
56724
56836
  const skeleton$3 = "_skeleton_1jxqg_12";
56725
56837
  const error$2 = "_error_1jxqg_16";
56726
56838
  const filters$1 = "_filters_1jxqg_20";
56727
- const styles$1C = {
56839
+ const styles$1D = {
56728
56840
  skeleton: skeleton$3,
56729
56841
  error: error$2,
56730
56842
  filters: filters$1,
@@ -62270,7 +62382,7 @@ const Modal$1 = ({
62270
62382
  });
62271
62383
  };
62272
62384
  const container$q = "_container_1rjfx_1";
62273
- const styles$1B = {
62385
+ const styles$1C = {
62274
62386
  container: container$q
62275
62387
  };
62276
62388
  const customStyles = {
@@ -62390,7 +62502,7 @@ const Select = ({
62390
62502
  };
62391
62503
  }, [value2, translateLabels, t2]);
62392
62504
  return /* @__PURE__ */ jsxs("div", {
62393
- className: styles$1B.container,
62505
+ className: styles$1C.container,
62394
62506
  children: [label2 && /* @__PURE__ */ jsx$1(Label$1, {
62395
62507
  htmlFor: id2,
62396
62508
  children: label2
@@ -62473,15 +62585,15 @@ const Templates = ({
62473
62585
  children: t2("REPLYTEMPLATES")
62474
62586
  }),
62475
62587
  children: [isLoading && /* @__PURE__ */ jsx$1("div", {
62476
- className: styles$1C.skeleton,
62588
+ className: styles$1D.skeleton,
62477
62589
  children: /* @__PURE__ */ jsx$1(SkeletonPage$1, {})
62478
62590
  }), error3 && /* @__PURE__ */ jsx$1("div", {
62479
- className: styles$1C.error,
62591
+ className: styles$1D.error,
62480
62592
  children: /* @__PURE__ */ jsx$1("h2", {
62481
62593
  children: error3
62482
62594
  })
62483
62595
  }), /* @__PURE__ */ jsxs("div", {
62484
- className: styles$1C.filters,
62596
+ className: styles$1D.filters,
62485
62597
  children: [/* @__PURE__ */ jsx$1(Select, {
62486
62598
  label: t2("REPLYTEMPLATETYPE"),
62487
62599
  options: typeOptions,
@@ -62494,7 +62606,7 @@ const Templates = ({
62494
62606
  onChange: handleOnChangeLanguage
62495
62607
  })]
62496
62608
  }), /* @__PURE__ */ jsx$1("div", {
62497
- className: styles$1C["templates--container"],
62609
+ className: styles$1D["templates--container"],
62498
62610
  children: templates == null ? void 0 : templates.map((template, index2) => /* @__PURE__ */ jsx$1(Template, {
62499
62611
  template,
62500
62612
  light: index2 % 2 === 1,
@@ -62891,7 +63003,7 @@ const useOutsideClick = (ref, callback) => {
62891
63003
  const filterButton$1 = "_filterButton_c0yjo_1";
62892
63004
  const buttonClose$1 = "_buttonClose_c0yjo_21";
62893
63005
  const toolbar$2 = "_toolbar_c0yjo_38";
62894
- const styles$1A = {
63006
+ const styles$1B = {
62895
63007
  filterButton: filterButton$1,
62896
63008
  buttonClose: buttonClose$1,
62897
63009
  toolbar: toolbar$2,
@@ -62911,12 +63023,12 @@ const FiltersWrapper$1 = ({
62911
63023
  return /* @__PURE__ */ jsxs(Fragment, {
62912
63024
  children: [/* @__PURE__ */ jsxs("div", {
62913
63025
  ref,
62914
- className: classNames$2(styles$1A.toolbar, {
62915
- [styles$1A["toolbar--hide"]]: !showFilters
63026
+ className: classNames$2(styles$1B.toolbar, {
63027
+ [styles$1B["toolbar--hide"]]: !showFilters
62916
63028
  }),
62917
63029
  children: [/* @__PURE__ */ jsx$1("div", {
62918
- className: classNames$2(styles$1A.buttonClose, {
62919
- [styles$1A.hide]: !showFilters
63030
+ className: classNames$2(styles$1B.buttonClose, {
63031
+ [styles$1B.hide]: !showFilters
62920
63032
  }),
62921
63033
  children: /* @__PURE__ */ jsx$1(Icon, {
62922
63034
  icon: "close",
@@ -62928,7 +63040,7 @@ const FiltersWrapper$1 = ({
62928
63040
  })]
62929
63041
  }), /* @__PURE__ */ jsxs("button", {
62930
63042
  onClick: toogleFilter,
62931
- className: styles$1A.filterButton,
63043
+ className: styles$1B.filterButton,
62932
63044
  children: [/* @__PURE__ */ jsx$1(Icon, {
62933
63045
  icon: "descriptionShort",
62934
63046
  size: "small"
@@ -62939,7 +63051,7 @@ const FiltersWrapper$1 = ({
62939
63051
  const inputWrapper = "_inputWrapper_c5acm_1";
62940
63052
  const input$4 = "_input_c5acm_1";
62941
63053
  const inputIcon = "_inputIcon_c5acm_89";
62942
- const styles$1z = {
63054
+ const styles$1A = {
62943
63055
  inputWrapper,
62944
63056
  input: input$4,
62945
63057
  "input--r-md": "_input--r-md_c5acm_37",
@@ -63001,7 +63113,7 @@ const Input$2 = React__default.forwardRef(({
63001
63113
  },
63002
63114
  children: [/* @__PURE__ */ jsx$1("input", {
63003
63115
  ref,
63004
- className: classNames$2(styles$1z["input"], styles$1z[`input--h-${heigth}`], styles$1z[`input--r-${radius}`], icon2 && styles$1z[`input--with-icon-${iconPosition}`], filled == true ? styles$1z[`input--filled`] : "", borderLess == true ? styles$1z[`input--borderless`] : "", rounded == true ? styles$1z[`input--rounded`] : "", error3 == true ? styles$1z[`input--error`] : "", lineThrough == true ? styles$1z[`input--line-through`] : ""),
63116
+ className: classNames$2(styles$1A["input"], styles$1A[`input--h-${heigth}`], styles$1A[`input--r-${radius}`], icon2 && styles$1A[`input--with-icon-${iconPosition}`], filled == true ? styles$1A[`input--filled`] : "", borderLess == true ? styles$1A[`input--borderless`] : "", rounded == true ? styles$1A[`input--rounded`] : "", error3 == true ? styles$1A[`input--error`] : "", lineThrough == true ? styles$1A[`input--line-through`] : ""),
63005
63117
  style: customStyles2,
63006
63118
  onChange: onChange2,
63007
63119
  id: id2,
@@ -63012,7 +63124,7 @@ const Input$2 = React__default.forwardRef(({
63012
63124
  disabled: disabled2,
63013
63125
  ...props
63014
63126
  }), icon2 && /* @__PURE__ */ jsx$1("div", {
63015
- className: classNames$2(styles$1z["inputIcon"], styles$1z[`inputIcon--p-${iconPosition}`], className ? className : ""),
63127
+ className: classNames$2(styles$1A["inputIcon"], styles$1A[`inputIcon--p-${iconPosition}`], className ? className : ""),
63016
63128
  children: /* @__PURE__ */ jsx$1(Icon, {
63017
63129
  icon: icon2,
63018
63130
  size: iconSize
@@ -63022,7 +63134,7 @@ const Input$2 = React__default.forwardRef(({
63022
63134
  });
63023
63135
  });
63024
63136
  const datePicker$1 = "_datePicker_aezmq_1";
63025
- const styles$1y = {
63137
+ const styles$1z = {
63026
63138
  datePicker: datePicker$1
63027
63139
  };
63028
63140
  function r(e) {
@@ -72228,7 +72340,7 @@ const left = "_left_10sq9_38";
72228
72340
  const datePickerShortcuts = "_datePickerShortcuts_10sq9_48";
72229
72341
  const singleMode = "_singleMode_10sq9_298";
72230
72342
  const rangeMode = "_rangeMode_10sq9_303";
72231
- const styles$1x = {
72343
+ const styles$1y = {
72232
72344
  datePicker,
72233
72345
  inlinePicker,
72234
72346
  visible,
@@ -85828,12 +85940,12 @@ const DatePicker$1 = ({
85828
85940
  return null;
85829
85941
  }
85830
85942
  return /* @__PURE__ */ jsx$1("div", {
85831
- className: styles$1x.datePickerShortcuts,
85943
+ className: styles$1y.datePickerShortcuts,
85832
85944
  children: options2.shortcuts.map((shortcut, index2) => /* @__PURE__ */ jsx$1(Button$1, {
85833
85945
  type: "button",
85834
85946
  mode: "tertiary",
85835
85947
  size: "mini",
85836
- className: styles$1x.datePickerShortcutBtn,
85948
+ className: styles$1y.datePickerShortcutBtn,
85837
85949
  onClick: () => {
85838
85950
  shortcut.onClick({
85839
85951
  setDateRange: (start, end) => {
@@ -85884,7 +85996,7 @@ const DatePicker$1 = ({
85884
85996
  }, [value2, format3, isRangeMode]);
85885
85997
  const selectedDate = isRangeMode ? startDate : singleDate;
85886
85998
  return /* @__PURE__ */ jsxs("div", {
85887
- className: `${styles$1x.inlinePicker} ${show ? styles$1x.visible : ""} ${isRangeMode ? styles$1x.rangeMode : styles$1x.singleMode} ${styles$1x[pickerPosition]}`,
85999
+ className: `${styles$1y.inlinePicker} ${show ? styles$1y.visible : ""} ${isRangeMode ? styles$1y.rangeMode : styles$1y.singleMode} ${styles$1y[pickerPosition]}`,
85888
86000
  children: [/* @__PURE__ */ jsx$1(DatePicker$2, {
85889
86001
  id: id2,
85890
86002
  ref: datePickerRef,
@@ -85952,7 +86064,7 @@ const InputDatePicker = (props) => {
85952
86064
  });
85953
86065
  });
85954
86066
  return /* @__PURE__ */ jsxs("div", {
85955
- className: styles$1y.datePicker,
86067
+ className: styles$1z.datePicker,
85956
86068
  ref: pickerContainerRef,
85957
86069
  children: [/* @__PURE__ */ jsx$1(CustomInput, {}), /* @__PURE__ */ jsx$1(DatePicker$1, {
85958
86070
  id: props.id,
@@ -86155,7 +86267,7 @@ const Header$3 = ({
86155
86267
  const content$6 = "_content_6vryc_2";
86156
86268
  const grid = "_grid_6vryc_8";
86157
86269
  const footer$8 = "_footer_6vryc_15";
86158
- const styles$1w = {
86270
+ const styles$1x = {
86159
86271
  content: content$6,
86160
86272
  grid,
86161
86273
  footer: footer$8
@@ -86163,7 +86275,7 @@ const styles$1w = {
86163
86275
  const container$p = "_container_1xz3t_13";
86164
86276
  const item$7 = "_item_1xz3t_20";
86165
86277
  const itemfull = "_itemfull_1xz3t_26";
86166
- const styles$1v = {
86278
+ const styles$1w = {
86167
86279
  "animate-pulse": "_animate-pulse_1xz3t_1",
86168
86280
  container: container$p,
86169
86281
  item: item$7,
@@ -86171,21 +86283,21 @@ const styles$1v = {
86171
86283
  };
86172
86284
  const SkeletonPage = () => {
86173
86285
  return /* @__PURE__ */ jsx$1("div", {
86174
- className: styles$1v["animate-pulse"],
86286
+ className: styles$1w["animate-pulse"],
86175
86287
  children: /* @__PURE__ */ jsxs("div", {
86176
- className: styles$1v.container,
86288
+ className: styles$1w.container,
86177
86289
  children: [/* @__PURE__ */ jsx$1("div", {
86178
- className: styles$1v.item
86290
+ className: styles$1w.item
86179
86291
  }), /* @__PURE__ */ jsx$1("div", {
86180
- className: styles$1v.item
86292
+ className: styles$1w.item
86181
86293
  }), /* @__PURE__ */ jsx$1("div", {
86182
- className: styles$1v.itemfull
86294
+ className: styles$1w.itemfull
86183
86295
  })]
86184
86296
  })
86185
86297
  });
86186
86298
  };
86187
86299
  const container$o = "_container_1oqup_1";
86188
- const styles$1u = {
86300
+ const styles$1v = {
86189
86301
  container: container$o
86190
86302
  };
86191
86303
  const LayoutPage$1 = ({
@@ -86195,12 +86307,12 @@ const LayoutPage$1 = ({
86195
86307
  contentClassName
86196
86308
  }) => {
86197
86309
  return /* @__PURE__ */ jsxs("div", {
86198
- className: classNames$2(styles$1u.container, containerClassName, "mz-sdk-cst-pf"),
86310
+ className: classNames$2(styles$1v.container, containerClassName, "mz-sdk-cst-pf"),
86199
86311
  children: [header2 && /* @__PURE__ */ jsx$1("div", {
86200
86312
  className: "mz-header",
86201
86313
  children: header2
86202
86314
  }), /* @__PURE__ */ jsx$1(Container, {
86203
- className: classNames$2(styles$1u.content, contentClassName),
86315
+ className: classNames$2(styles$1v.content, contentClassName),
86204
86316
  children
86205
86317
  })]
86206
86318
  });
@@ -86296,7 +86408,7 @@ const ReviewsPage = ({
86296
86408
  });
86297
86409
  }
86298
86410
  return /* @__PURE__ */ jsx$1(LayoutPage$2, {
86299
- contentClassName: styles$1w.content,
86411
+ contentClassName: styles$1x.content,
86300
86412
  header: /* @__PURE__ */ jsx$1(Header$3, {
86301
86413
  onChangeFilter: setFilters,
86302
86414
  filters: filter2,
@@ -86313,7 +86425,7 @@ const ReviewsPage = ({
86313
86425
  value: [lang2],
86314
86426
  children: /* @__PURE__ */ jsxs("div", {
86315
86427
  children: [isLoadingInitialData && /* @__PURE__ */ jsx$1(SkeletonPage, {}), !isLoadingInitialData && /* @__PURE__ */ jsxs("div", {
86316
- className: styles$1w.grid,
86428
+ className: styles$1x.grid,
86317
86429
  children: [/* @__PURE__ */ jsxs("div", {
86318
86430
  children: [/* @__PURE__ */ jsx$1(Reviews, {
86319
86431
  reviews: issues,
@@ -86323,7 +86435,7 @@ const ReviewsPage = ({
86323
86435
  setShowTemplate: setShowReplyTemplates,
86324
86436
  selectedReviewId: filter2.reviewId
86325
86437
  }), !isReachingEnd && /* @__PURE__ */ jsx$1("div", {
86326
- className: styles$1w.footer,
86438
+ className: styles$1x.footer,
86327
86439
  children: /* @__PURE__ */ jsx$1(Button$1, {
86328
86440
  type: "button",
86329
86441
  onClick: loadMore,
@@ -87336,7 +87448,7 @@ const container$n = "_container_1jgim_1";
87336
87448
  const button$6 = "_button_1jgim_14";
87337
87449
  const skeleton$2 = "_skeleton_1jgim_22";
87338
87450
  const item$6 = "_item_1jgim_33";
87339
- const styles$1t = {
87451
+ const styles$1u = {
87340
87452
  container: container$n,
87341
87453
  button: button$6,
87342
87454
  "button-disable": "_button-disable_1jgim_17",
@@ -87359,11 +87471,11 @@ const Table$1 = ({
87359
87471
  width: "100%"
87360
87472
  },
87361
87473
  children: /* @__PURE__ */ jsxs(Card, {
87362
- classNameContent: classNames$2(styles$1t.container, classNameContent),
87474
+ classNameContent: classNames$2(styles$1u.container, classNameContent),
87363
87475
  className: classNameConatiner,
87364
87476
  header: Header2,
87365
87477
  children: [/* @__PURE__ */ jsxs("table", {
87366
- className: classNames$2(styles$1t.table, className),
87478
+ className: classNames$2(styles$1u.table, className),
87367
87479
  children: [/* @__PURE__ */ jsx$1("thead", {
87368
87480
  children: /* @__PURE__ */ jsx$1("tr", {
87369
87481
  children: header2.map((h2) => /* @__PURE__ */ jsx$1("th", {
@@ -87393,12 +87505,12 @@ const LoadingBody$2 = ({
87393
87505
  rows = 5,
87394
87506
  items = 5
87395
87507
  }) => /* @__PURE__ */ jsx$1("tbody", {
87396
- className: styles$1t.skeleton,
87508
+ className: styles$1u.skeleton,
87397
87509
  children: Object.keys(Array(rows).fill(1)).map((index2) => {
87398
87510
  return /* @__PURE__ */ jsx$1("tr", {
87399
87511
  children: Object.keys(Array(items).fill(1)).map((id2) => /* @__PURE__ */ jsx$1("td", {
87400
87512
  children: /* @__PURE__ */ jsx$1("div", {
87401
- className: styles$1t.item
87513
+ className: styles$1u.item
87402
87514
  })
87403
87515
  }, `${index2}-${id2}`))
87404
87516
  }, index2);
@@ -87423,11 +87535,11 @@ const TablePagination$2 = ({
87423
87535
  page,
87424
87536
  onChangePage
87425
87537
  });
87426
- const leftButtonsStyle = classNames$2(styles$1t.button, {
87427
- [styles$1t["button-disable"]]: page === minPage
87538
+ const leftButtonsStyle = classNames$2(styles$1u.button, {
87539
+ [styles$1u["button-disable"]]: page === minPage
87428
87540
  });
87429
- const rightButtonsStyle = classNames$2(styles$1t.button, {
87430
- [styles$1t["button-disable"]]: page === maxPage
87541
+ const rightButtonsStyle = classNames$2(styles$1u.button, {
87542
+ [styles$1u["button-disable"]]: page === maxPage
87431
87543
  });
87432
87544
  if (total === 0) {
87433
87545
  return null;
@@ -88470,7 +88582,7 @@ const formatParams$4 = ({ limit = 10, page = 1 }) => {
88470
88582
  };
88471
88583
  };
88472
88584
  const container$m = "_container_aljvu_1";
88473
- const styles$1s = {
88585
+ const styles$1t = {
88474
88586
  container: container$m
88475
88587
  };
88476
88588
  const roleOptions = [{
@@ -88486,7 +88598,7 @@ const FiltersBar = () => {
88486
88598
  title: "Filters"
88487
88599
  },
88488
88600
  children: /* @__PURE__ */ jsxs("div", {
88489
- className: styles$1s.container,
88601
+ className: styles$1t.container,
88490
88602
  children: [/* @__PURE__ */ jsx$1(NewSelect, {
88491
88603
  placeholder: "All roles",
88492
88604
  options: roleOptions,
@@ -88503,7 +88615,7 @@ const FiltersBar = () => {
88503
88615
  };
88504
88616
  const container$l = "_container_ntz7t_1";
88505
88617
  const table$2 = "_table_ntz7t_6";
88506
- const styles$1r = {
88618
+ const styles$1s = {
88507
88619
  container: container$l,
88508
88620
  table: table$2
88509
88621
  };
@@ -88525,8 +88637,8 @@ const Users = () => {
88525
88637
  totalElements: (data2 == null ? void 0 : data2.total) || 0,
88526
88638
  data: (data2 == null ? void 0 : data2.data) || [],
88527
88639
  header: TableHeader,
88528
- className: styles$1r.table,
88529
- classNameConatiner: styles$1r.container
88640
+ className: styles$1s.table,
88641
+ classNameConatiner: styles$1s.container
88530
88642
  })]
88531
88643
  });
88532
88644
  };
@@ -90489,7 +90601,7 @@ var Form$7 = /* @__PURE__ */ forwardRef(function(props, ref) {
90489
90601
  });
90490
90602
  Form$7.displayName = "Form";
90491
90603
  const text = "_text_1f1l5_1";
90492
- const styles$1q = {
90604
+ const styles$1r = {
90493
90605
  text
90494
90606
  };
90495
90607
  const FieldError = ({
@@ -90498,7 +90610,7 @@ const FieldError = ({
90498
90610
  }) => {
90499
90611
  if (touched && error3) {
90500
90612
  return /* @__PURE__ */ jsx$1("div", {
90501
- className: styles$1q.text,
90613
+ className: styles$1r.text,
90502
90614
  children: error3
90503
90615
  });
90504
90616
  }
@@ -90541,7 +90653,7 @@ const SelectField$1 = ({
90541
90653
  });
90542
90654
  };
90543
90655
  const input$3 = "_input_1xto5_1";
90544
- const styles$1p = {
90656
+ const styles$1q = {
90545
90657
  input: input$3,
90546
90658
  "input--r-md": "_input--r-md_1xto5_23",
90547
90659
  "input--r-sm": "_input--r-sm_1xto5_26"
@@ -90586,7 +90698,7 @@ const Input$1 = ({
90586
90698
  position: "relative"
90587
90699
  },
90588
90700
  children: /* @__PURE__ */ jsx$1("input", {
90589
- className: classNames$2(styles$1p["input"], styles$1p[`input--h-${heigth}`], styles$1p[`input--r-${radius}`]),
90701
+ className: classNames$2(styles$1q["input"], styles$1q[`input--h-${heigth}`], styles$1q[`input--r-${radius}`]),
90590
90702
  onChange: handleChange,
90591
90703
  id: id2,
90592
90704
  name: id2,
@@ -90611,14 +90723,14 @@ const TextInputField$1 = (props) => {
90611
90723
  });
90612
90724
  };
90613
90725
  const layoutForm = "_layoutForm_2ktmv_1";
90614
- const styles$1o = {
90726
+ const styles$1p = {
90615
90727
  layoutForm
90616
90728
  };
90617
90729
  const LayoutForm = ({
90618
90730
  children
90619
90731
  }) => {
90620
90732
  return /* @__PURE__ */ jsx$1("div", {
90621
- className: styles$1o.layoutForm,
90733
+ className: styles$1p.layoutForm,
90622
90734
  children
90623
90735
  });
90624
90736
  };
@@ -90823,7 +90935,7 @@ const formatData$h = (data2) => {
90823
90935
  const mainConatiner$3 = "_mainConatiner_1mt10_1";
90824
90936
  const container$k = "_container_1mt10_5";
90825
90937
  const item$5 = "_item_1mt10_23";
90826
- const styles$1n = {
90938
+ const styles$1o = {
90827
90939
  mainConatiner: mainConatiner$3,
90828
90940
  container: container$k,
90829
90941
  item: item$5
@@ -90831,7 +90943,7 @@ const styles$1n = {
90831
90943
  const label$1 = "_label_4sekk_1";
90832
90944
  const label__switch$1 = "_label__switch_4sekk_8";
90833
90945
  const input$2 = "_input_4sekk_30";
90834
- const styles$1m = {
90946
+ const styles$1n = {
90835
90947
  label: label$1,
90836
90948
  label__switch: label__switch$1,
90837
90949
  input: input$2
@@ -90855,7 +90967,7 @@ const Toggle$2 = ({
90855
90967
  }
90856
90968
  return /* @__PURE__ */ jsxs("div", {
90857
90969
  children: [/* @__PURE__ */ jsx$1("input", {
90858
- className: styles$1m.input,
90970
+ className: styles$1n.input,
90859
90971
  onChange: handleChange,
90860
90972
  id: id2,
90861
90973
  name: id2,
@@ -90863,9 +90975,9 @@ const Toggle$2 = ({
90863
90975
  checked
90864
90976
  }), /* @__PURE__ */ jsxs("label", {
90865
90977
  htmlFor: id2,
90866
- className: styles$1m.label,
90978
+ className: styles$1n.label,
90867
90979
  children: [/* @__PURE__ */ jsx$1("span", {
90868
- className: styles$1m.label__switch
90980
+ className: styles$1n.label__switch
90869
90981
  }), label2]
90870
90982
  })]
90871
90983
  });
@@ -90885,7 +90997,7 @@ const ToggleField = (props) => {
90885
90997
  });
90886
90998
  };
90887
90999
  const item$4 = "_item_1hc7u_1";
90888
- const styles$1l = {
91000
+ const styles$1m = {
90889
91001
  item: item$4
90890
91002
  };
90891
91003
  const Item$1 = ({
@@ -90895,7 +91007,7 @@ const Item$1 = ({
90895
91007
  isLoading
90896
91008
  }) => {
90897
91009
  return /* @__PURE__ */ jsxs("div", {
90898
- className: styles$1l.item,
91010
+ className: styles$1m.item,
90899
91011
  children: [name2, isLoading ? /* @__PURE__ */ jsx$1(Spinner$1, {}) : /* @__PURE__ */ jsx$1(ToggleField, {
90900
91012
  id: id2,
90901
91013
  onChange: onChange2
@@ -90907,7 +91019,7 @@ const email2 = "_email_1vq15_8";
90907
91019
  const button$5 = "_button_1vq15_20";
90908
91020
  const plus$1 = "_plus_1vq15_33";
90909
91021
  const footer$7 = "_footer_1vq15_42";
90910
- const styles$1k = {
91022
+ const styles$1l = {
90911
91023
  container: container$j,
90912
91024
  email: email2,
90913
91025
  button: button$5,
@@ -90926,7 +91038,7 @@ const cardFooter$1 = "_cardFooter_75rsa_119";
90926
91038
  const cardFooterContent$1 = "_cardFooterContent_75rsa_132";
90927
91039
  const sectionManagement$1 = "_sectionManagement_75rsa_145";
90928
91040
  const sectionFormRow$1 = "_sectionFormRow_75rsa_145";
90929
- const styles$1j = {
91041
+ const styles$1k = {
90930
91042
  mainConatiner: mainConatiner$2,
90931
91043
  header: header$4,
90932
91044
  content: content$5,
@@ -90951,20 +91063,20 @@ const EmailsCard = ({
90951
91063
  t: t2
90952
91064
  } = useTranslation();
90953
91065
  return /* @__PURE__ */ jsx$1(Card, {
90954
- className: styles$1j.sectionCard,
91066
+ className: styles$1k.sectionCard,
90955
91067
  children: /* @__PURE__ */ jsxs("div", {
90956
- className: styles$1j.sectionCard,
91068
+ className: styles$1k.sectionCard,
90957
91069
  children: [/* @__PURE__ */ jsxs("div", {
90958
- className: styles$1j.cardHeader,
91070
+ className: styles$1k.cardHeader,
90959
91071
  children: [/* @__PURE__ */ jsx$1("h2", {
90960
- className: styles$1j.cardTitle,
91072
+ className: styles$1k.cardTitle,
90961
91073
  children: t2("EMAILS")
90962
91074
  }), /* @__PURE__ */ jsx$1("p", {
90963
- className: styles$1j.cardDesc,
91075
+ className: styles$1k.cardDesc,
90964
91076
  children: t2("EMAILS_DESC")
90965
91077
  })]
90966
91078
  }), /* @__PURE__ */ jsxs("div", {
90967
- className: styles$1j.cardBody,
91079
+ className: styles$1k.cardBody,
90968
91080
  children: [(data2 == null ? void 0 : data2.emails) && data2.emails.length > 0 && /* @__PURE__ */ jsx$1("div", {
90969
91081
  style: {
90970
91082
  display: "flex",
@@ -90987,9 +91099,9 @@ const EmailsCard = ({
90987
91099
  }), t2("NOTDEFINED")]
90988
91100
  })]
90989
91101
  }), canEdit && /* @__PURE__ */ jsxs("div", {
90990
- className: styles$1j.cardFooter,
91102
+ className: styles$1k.cardFooter,
90991
91103
  children: [/* @__PURE__ */ jsx$1(Divider$1, {}), /* @__PURE__ */ jsx$1("div", {
90992
- className: styles$1j.cardFooterContent,
91104
+ className: styles$1k.cardFooterContent,
90993
91105
  onClick: () => {
90994
91106
  setIsOpenDrawer(true);
90995
91107
  },
@@ -91007,7 +91119,7 @@ const drawer__header__content = "_drawer__header__content_nrlje_50";
91007
91119
  const drawer__header__content__desc = "_drawer__header__content__desc_nrlje_56";
91008
91120
  const drawer__close = "_drawer__close_nrlje_61";
91009
91121
  const drawer__body = "_drawer__body_nrlje_72";
91010
- const styles$1i = {
91122
+ const styles$1j = {
91011
91123
  drawer,
91012
91124
  "drawer--open": "_drawer--open_nrlje_14",
91013
91125
  drawer__overlay,
@@ -91027,36 +91139,36 @@ const Drawer = ({
91027
91139
  width = 500
91028
91140
  }) => {
91029
91141
  return /* @__PURE__ */ jsxs("div", {
91030
- className: classNames$2(styles$1i.drawer, isOpen ? styles$1i[`drawer--open`] : ""),
91142
+ className: classNames$2(styles$1j.drawer, isOpen ? styles$1j[`drawer--open`] : ""),
91031
91143
  children: [isOpen && /* @__PURE__ */ jsx$1("div", {
91032
- className: styles$1i.drawer__overlay,
91144
+ className: styles$1j.drawer__overlay,
91033
91145
  onClick: onClose2
91034
91146
  }), /* @__PURE__ */ jsxs("div", {
91035
- className: styles$1i.drawer__content,
91147
+ className: styles$1j.drawer__content,
91036
91148
  children: [/* @__PURE__ */ jsxs("div", {
91037
- className: styles$1i.drawer__header,
91149
+ className: styles$1j.drawer__header,
91038
91150
  children: [/* @__PURE__ */ jsxs("div", {
91039
- className: styles$1i.drawer__header__content,
91151
+ className: styles$1j.drawer__header__content,
91040
91152
  children: [/* @__PURE__ */ jsx$1("h3", {
91041
91153
  children: title2
91042
91154
  }), titleDesc && /* @__PURE__ */ jsx$1("p", {
91043
- className: styles$1i.drawer__header__content__desc,
91155
+ className: styles$1j.drawer__header__content__desc,
91044
91156
  children: titleDesc
91045
91157
  })]
91046
91158
  }), /* @__PURE__ */ jsx$1("button", {
91047
- className: styles$1i.drawer__close,
91159
+ className: styles$1j.drawer__close,
91048
91160
  onClick: onClose2,
91049
91161
  children: "×"
91050
91162
  })]
91051
91163
  }), /* @__PURE__ */ jsx$1("div", {
91052
- className: styles$1i.drawer__body,
91164
+ className: styles$1j.drawer__body,
91053
91165
  children
91054
91166
  })]
91055
91167
  })]
91056
91168
  });
91057
91169
  };
91058
91170
  const infoText$1 = "_infoText_1m2uc_1";
91059
- const styles$1h = {
91171
+ const styles$1i = {
91060
91172
  infoText: infoText$1
91061
91173
  };
91062
91174
  const TextInputField = ({
@@ -91096,7 +91208,7 @@ const TextInputField = ({
91096
91208
  error: error3 ? true : false,
91097
91209
  ...props
91098
91210
  }), infoText2 && /* @__PURE__ */ jsx$1("p", {
91099
- className: styles$1h.infoText,
91211
+ className: styles$1i.infoText,
91100
91212
  children: t2(infoText2)
91101
91213
  }), error3 && /* @__PURE__ */ jsx$1(FieldError$1, {
91102
91214
  error: error3
@@ -91175,7 +91287,7 @@ const EmailEditDrawer = ({
91175
91287
  children: /* @__PURE__ */ jsxs("div", {
91176
91288
  children: [/* @__PURE__ */ jsx$1("div", {
91177
91289
  children: fields.map((item2, index2) => /* @__PURE__ */ jsxs("div", {
91178
- className: styles$1j.sectionFormRow,
91290
+ className: styles$1k.sectionFormRow,
91179
91291
  style: {
91180
91292
  justifyContent: "flex-start"
91181
91293
  },
@@ -91236,7 +91348,7 @@ const index$d = ({
91236
91348
  }) => {
91237
91349
  const [isOpenDrawer, setIsOpenDrawer] = useState(false);
91238
91350
  return /* @__PURE__ */ jsxs("div", {
91239
- className: styles$1j.sectionManagement,
91351
+ className: styles$1k.sectionManagement,
91240
91352
  children: [/* @__PURE__ */ jsx$1(EmailsCard, {
91241
91353
  isOpenDrawer,
91242
91354
  setIsOpenDrawer,
@@ -91254,7 +91366,7 @@ const index$d = ({
91254
91366
  const label = "_label_1ghpv_1";
91255
91367
  const label__switch = "_label__switch_1ghpv_8";
91256
91368
  const input$1 = "_input_1ghpv_34";
91257
- const styles$1g = {
91369
+ const styles$1h = {
91258
91370
  label,
91259
91371
  label__switch,
91260
91372
  "label__switch--disabled": "_label__switch--disabled_1ghpv_18",
@@ -91282,7 +91394,7 @@ const Toggle$1 = ({
91282
91394
  };
91283
91395
  return /* @__PURE__ */ jsxs("div", {
91284
91396
  children: [/* @__PURE__ */ jsx$1("input", {
91285
- className: styles$1g.input,
91397
+ className: styles$1h.input,
91286
91398
  type: "checkbox",
91287
91399
  onChange: handleChange,
91288
91400
  id: id2,
@@ -91292,14 +91404,14 @@ const Toggle$1 = ({
91292
91404
  disabled: disabled2
91293
91405
  }), /* @__PURE__ */ jsxs("label", {
91294
91406
  htmlFor: id2,
91295
- className: styles$1g.label,
91407
+ className: styles$1h.label,
91296
91408
  style: {
91297
91409
  display: "flex",
91298
91410
  flexDirection: labelPosition === "left" ? "row-reverse" : "row",
91299
91411
  fontWeight: boldLabel ? "bold" : "normal"
91300
91412
  },
91301
91413
  children: [/* @__PURE__ */ jsx$1("span", {
91302
- className: classNames$2(styles$1g.label__switch, disabled2 ? styles$1g["label__switch--disabled"] : "")
91414
+ className: classNames$2(styles$1h.label__switch, disabled2 ? styles$1h["label__switch--disabled"] : "")
91303
91415
  }), t2(label2 ?? "")]
91304
91416
  })]
91305
91417
  });
@@ -91379,18 +91491,18 @@ const ReservationsCard = ({
91379
91491
  }
91380
91492
  }, [data2]);
91381
91493
  return /* @__PURE__ */ jsxs(Card, {
91382
- className: styles$1j.sectionCard,
91494
+ className: styles$1k.sectionCard,
91383
91495
  children: [/* @__PURE__ */ jsxs("div", {
91384
- className: styles$1j.cardHeader,
91496
+ className: styles$1k.cardHeader,
91385
91497
  children: [/* @__PURE__ */ jsx$1("h2", {
91386
- className: styles$1j.cardTitle,
91498
+ className: styles$1k.cardTitle,
91387
91499
  children: t2("RESERVATIONS")
91388
91500
  }), /* @__PURE__ */ jsx$1("p", {
91389
- className: styles$1j.cardDesc,
91501
+ className: styles$1k.cardDesc,
91390
91502
  children: t2("RESERVATIONS_DESC")
91391
91503
  })]
91392
91504
  }), /* @__PURE__ */ jsx$1("div", {
91393
- className: styles$1j.cardBody,
91505
+ className: styles$1k.cardBody,
91394
91506
  children: data2 && /* @__PURE__ */ jsxs("div", {
91395
91507
  style: {
91396
91508
  display: "flex",
@@ -91451,7 +91563,7 @@ const index$c = ({
91451
91563
  canEdit
91452
91564
  }) => {
91453
91565
  return /* @__PURE__ */ jsx$1("div", {
91454
- className: styles$1j.sectionManagement,
91566
+ className: styles$1k.sectionManagement,
91455
91567
  children: /* @__PURE__ */ jsx$1(ReservationsCard, {
91456
91568
  data: data2,
91457
91569
  reload,
@@ -91499,18 +91611,18 @@ const ReviewsCard = ({
91499
91611
  }
91500
91612
  }, [data2]);
91501
91613
  return /* @__PURE__ */ jsxs(Card, {
91502
- className: styles$1j.sectionCard,
91614
+ className: styles$1k.sectionCard,
91503
91615
  children: [/* @__PURE__ */ jsxs("div", {
91504
- className: styles$1j.cardHeader,
91616
+ className: styles$1k.cardHeader,
91505
91617
  children: [/* @__PURE__ */ jsx$1("h2", {
91506
- className: styles$1j.cardTitle,
91618
+ className: styles$1k.cardTitle,
91507
91619
  children: t2("REVIEWS")
91508
91620
  }), /* @__PURE__ */ jsx$1("p", {
91509
- className: styles$1j.cardDesc,
91621
+ className: styles$1k.cardDesc,
91510
91622
  children: t2("REVIEWS_DESC")
91511
91623
  })]
91512
91624
  }), /* @__PURE__ */ jsx$1("div", {
91513
- className: styles$1j.cardBody,
91625
+ className: styles$1k.cardBody,
91514
91626
  children: data2 && /* @__PURE__ */ jsxs("div", {
91515
91627
  style: {
91516
91628
  display: "flex",
@@ -91557,7 +91669,7 @@ const index$b = ({
91557
91669
  canEdit
91558
91670
  }) => {
91559
91671
  return /* @__PURE__ */ jsx$1("div", {
91560
- className: styles$1j.sectionManagement,
91672
+ className: styles$1k.sectionManagement,
91561
91673
  children: /* @__PURE__ */ jsx$1(ReviewsCard, {
91562
91674
  data: data2,
91563
91675
  reload,
@@ -91606,18 +91718,18 @@ const ReviewsReportCard = ({
91606
91718
  }
91607
91719
  }, [data2]);
91608
91720
  return /* @__PURE__ */ jsxs(Card, {
91609
- className: styles$1j.sectionCard,
91721
+ className: styles$1k.sectionCard,
91610
91722
  children: [/* @__PURE__ */ jsxs("div", {
91611
- className: styles$1j.cardHeader,
91723
+ className: styles$1k.cardHeader,
91612
91724
  children: [/* @__PURE__ */ jsx$1("h2", {
91613
- className: styles$1j.cardTitle,
91725
+ className: styles$1k.cardTitle,
91614
91726
  children: t2("REVIEWSREPORT")
91615
91727
  }), /* @__PURE__ */ jsx$1("p", {
91616
- className: styles$1j.cardDesc,
91728
+ className: styles$1k.cardDesc,
91617
91729
  children: t2("REVIEWSREPORT_DESC")
91618
91730
  })]
91619
91731
  }), /* @__PURE__ */ jsx$1("div", {
91620
- className: styles$1j.cardBody,
91732
+ className: styles$1k.cardBody,
91621
91733
  children: data2 && /* @__PURE__ */ jsxs("div", {
91622
91734
  style: {
91623
91735
  display: "flex",
@@ -91678,7 +91790,7 @@ const index$a = ({
91678
91790
  canEdit
91679
91791
  }) => {
91680
91792
  return /* @__PURE__ */ jsx$1("div", {
91681
- className: styles$1j.sectionManagement,
91793
+ className: styles$1k.sectionManagement,
91682
91794
  children: /* @__PURE__ */ jsx$1(ReviewsReportCard, {
91683
91795
  data: data2,
91684
91796
  reload,
@@ -91712,14 +91824,14 @@ function Main$3({
91712
91824
  setCurrentVenue(venueId);
91713
91825
  }, [venueId]);
91714
91826
  return /* @__PURE__ */ jsxs("div", {
91715
- className: styles$1j.mainConatiner,
91827
+ className: styles$1k.mainConatiner,
91716
91828
  children: [/* @__PURE__ */ jsx$1("div", {
91717
- className: styles$1j.header,
91829
+ className: styles$1k.header,
91718
91830
  children: /* @__PURE__ */ jsx$1("h2", {
91719
91831
  children: t2("NOTIFICATIONS")
91720
91832
  })
91721
91833
  }), /* @__PURE__ */ jsxs("div", {
91722
- className: styles$1j.content,
91834
+ className: styles$1k.content,
91723
91835
  children: [/* @__PURE__ */ jsx$1(index$d, {
91724
91836
  venueId: currentVenue,
91725
91837
  data: data2,
@@ -91825,9 +91937,9 @@ const EmailForm = ({
91825
91937
  onSubmit: handleSubmit(onSubmitForm),
91826
91938
  children: /* @__PURE__ */ jsxs("div", {
91827
91939
  children: [fields && fields.length > 0 ? fields.map((item2, index2) => /* @__PURE__ */ jsxs("div", {
91828
- className: styles$1k.container,
91940
+ className: styles$1l.container,
91829
91941
  children: [/* @__PURE__ */ jsx$1("div", {
91830
- className: styles$1k.email,
91942
+ className: styles$1l.email,
91831
91943
  children: /* @__PURE__ */ jsx$1(TextInputField, {
91832
91944
  control,
91833
91945
  id: `emails.${index2}`,
@@ -91837,19 +91949,19 @@ const EmailForm = ({
91837
91949
  radius: "sm"
91838
91950
  })
91839
91951
  }), index2 > 0 && /* @__PURE__ */ jsx$1("button", {
91840
- className: styles$1k.button,
91952
+ className: styles$1l.button,
91841
91953
  type: "button",
91842
91954
  onClick: () => remove(index2),
91843
91955
  children: /* @__PURE__ */ jsx$1("span", {
91844
- className: styles$1k.plus,
91956
+ className: styles$1l.plus,
91845
91957
  children: "-"
91846
91958
  })
91847
91959
  }), /* @__PURE__ */ jsx$1("button", {
91848
- className: styles$1k.button,
91960
+ className: styles$1l.button,
91849
91961
  type: "button",
91850
91962
  onClick: () => append2(""),
91851
91963
  children: /* @__PURE__ */ jsx$1("span", {
91852
- className: styles$1k.plus,
91964
+ className: styles$1l.plus,
91853
91965
  children: "+"
91854
91966
  })
91855
91967
  })]
@@ -91860,7 +91972,7 @@ const EmailForm = ({
91860
91972
  onClick: () => append2(""),
91861
91973
  children: t2("ADDANEMAIL")
91862
91974
  }), /* @__PURE__ */ jsx$1("div", {
91863
- className: styles$1k.footer,
91975
+ className: styles$1l.footer,
91864
91976
  children: /* @__PURE__ */ jsx$1(Button$1, {
91865
91977
  size: "small",
91866
91978
  type: "submit",
@@ -91890,7 +92002,7 @@ const formatData$g = (data2) => {
91890
92002
  autoReplyReviews: data2.autoReplyReviews ? "true" : "false"
91891
92003
  };
91892
92004
  };
91893
- const styles$1f = {
92005
+ const styles$1g = {
91894
92006
  "ui-list": "_ui-list_4zr5h_1",
91895
92007
  "ui-list--horizontal": "_ui-list--horizontal_4zr5h_10"
91896
92008
  };
@@ -91899,7 +92011,7 @@ const UIList$1 = ({
91899
92011
  children
91900
92012
  }) => {
91901
92013
  return /* @__PURE__ */ jsx$1("ul", {
91902
- className: classNames$2(styles$1f["ui-list"], styles$1f[`ui-list--${mode}`]),
92014
+ className: classNames$2(styles$1g["ui-list"], styles$1g[`ui-list--${mode}`]),
91903
92015
  children: React__default.Children.map(children, (child, i) => /* @__PURE__ */ jsx$1("li", {
91904
92016
  children: child
91905
92017
  }, i))
@@ -91932,7 +92044,7 @@ const Modal2 = ({
91932
92044
  });
91933
92045
  };
91934
92046
  const input = "_input_1ufjp_1";
91935
- const styles$1e = {
92047
+ const styles$1f = {
91936
92048
  input
91937
92049
  };
91938
92050
  const TextArea = React__default.forwardRef(({
@@ -91968,7 +92080,7 @@ const TextArea = React__default.forwardRef(({
91968
92080
  position: "relative"
91969
92081
  },
91970
92082
  children: [/* @__PURE__ */ jsx$1("textarea", {
91971
- className: styles$1e.input,
92083
+ className: styles$1f.input,
91972
92084
  onChange: handleChange,
91973
92085
  id: id2,
91974
92086
  name: id2,
@@ -92255,7 +92367,7 @@ const Notifications = ({
92255
92367
  });
92256
92368
  }
92257
92369
  return /* @__PURE__ */ jsxs(LayoutPage$1, {
92258
- containerClassName: styles$1n.mainConatiner,
92370
+ containerClassName: styles$1o.mainConatiner,
92259
92371
  children: [/* @__PURE__ */ jsx$1(Formik, {
92260
92372
  initialValues: data2,
92261
92373
  onSubmit: handleSubmit,
@@ -92263,7 +92375,7 @@ const Notifications = ({
92263
92375
  children: ({
92264
92376
  handleSubmit: handleSubmit2
92265
92377
  }) => /* @__PURE__ */ jsxs("div", {
92266
- className: styles$1n.container,
92378
+ className: styles$1o.container,
92267
92379
  children: [/* @__PURE__ */ jsxs(Card$1, {
92268
92380
  header: {
92269
92381
  title: t2("REVIEWSREPORT")
@@ -92314,7 +92426,7 @@ const Notifications = ({
92314
92426
  children: t2("Get all the notifications on these emails.")
92315
92427
  }), /* @__PURE__ */ jsx$1("br", {}), data2 == null ? void 0 : data2.emails.map((email3, index2) => {
92316
92428
  return /* @__PURE__ */ jsxs("div", {
92317
- className: styles$1n.item,
92429
+ className: styles$1o.item,
92318
92430
  children: [/* @__PURE__ */ jsx$1("div", {
92319
92431
  children: /* @__PURE__ */ jsx$1(Icon, {
92320
92432
  icon: "mail"
@@ -92322,7 +92434,7 @@ const Notifications = ({
92322
92434
  }), email3 || t2("NOTDEFINED")]
92323
92435
  }, index2);
92324
92436
  }), !(data2 == null ? void 0 : data2.emails) && /* @__PURE__ */ jsxs("div", {
92325
- className: styles$1n.item,
92437
+ className: styles$1o.item,
92326
92438
  children: [/* @__PURE__ */ jsx$1("div", {
92327
92439
  children: /* @__PURE__ */ jsx$1(Icon, {
92328
92440
  icon: "mail"
@@ -92514,7 +92626,7 @@ function App$1() {
92514
92626
  const filterButton = "_filterButton_l1kwj_1";
92515
92627
  const buttonClose = "_buttonClose_l1kwj_20";
92516
92628
  const toolbar$1 = "_toolbar_l1kwj_36";
92517
- const styles$1d = {
92629
+ const styles$1e = {
92518
92630
  filterButton,
92519
92631
  buttonClose,
92520
92632
  toolbar: toolbar$1,
@@ -92531,12 +92643,12 @@ const FiltersWrapper = ({
92531
92643
  return /* @__PURE__ */ jsxs(Fragment, {
92532
92644
  children: [/* @__PURE__ */ jsxs("div", {
92533
92645
  ref,
92534
- className: classNames$2(styles$1d.toolbar, {
92535
- [styles$1d["toolbar--hide"]]: !showFilters
92646
+ className: classNames$2(styles$1e.toolbar, {
92647
+ [styles$1e["toolbar--hide"]]: !showFilters
92536
92648
  }),
92537
92649
  children: [/* @__PURE__ */ jsx$1("div", {
92538
- className: classNames$2(styles$1d.buttonClose, {
92539
- [styles$1d.hide]: !showFilters
92650
+ className: classNames$2(styles$1e.buttonClose, {
92651
+ [styles$1e.hide]: !showFilters
92540
92652
  }),
92541
92653
  children: /* @__PURE__ */ jsx$1(Icon$1, {
92542
92654
  icon: "close",
@@ -92548,7 +92660,7 @@ const FiltersWrapper = ({
92548
92660
  })]
92549
92661
  }), /* @__PURE__ */ jsxs("button", {
92550
92662
  onClick: toogleFilter,
92551
- className: styles$1d.filterButton,
92663
+ className: styles$1e.filterButton,
92552
92664
  children: [/* @__PURE__ */ jsx$1(Icon$1, {
92553
92665
  icon: "descriptionShort",
92554
92666
  size: "small"
@@ -92880,7 +92992,7 @@ const icon$6 = "_icon_wt0av_1";
92880
92992
  const green$1 = "_green_wt0av_10";
92881
92993
  const blue$1 = "_blue_wt0av_15";
92882
92994
  const red$1 = "_red_wt0av_20";
92883
- const styles$1c = {
92995
+ const styles$1d = {
92884
92996
  icon: icon$6,
92885
92997
  green: green$1,
92886
92998
  blue: blue$1,
@@ -92891,7 +93003,7 @@ const CircleIcon$1 = ({
92891
93003
  color: color2 = "green"
92892
93004
  }) => {
92893
93005
  return /* @__PURE__ */ jsx$1("span", {
92894
- className: classNames$2(styles$1c.icon, styles$1c[color2]),
93006
+ className: classNames$2(styles$1d.icon, styles$1d[color2]),
92895
93007
  children: /* @__PURE__ */ jsx$1(Icon2, {
92896
93008
  size: 20
92897
93009
  })
@@ -116157,7 +116269,7 @@ const container$i = "_container_6pm34_1";
116157
116269
  const content$4 = "_content_6pm34_7";
116158
116270
  const item$3 = "_item_6pm34_13";
116159
116271
  const compare = "_compare_6pm34_19";
116160
- const styles$1b = {
116272
+ const styles$1c = {
116161
116273
  container: container$i,
116162
116274
  content: content$4,
116163
116275
  item: item$3,
@@ -116175,11 +116287,11 @@ const AverageScoreCard = ({
116175
116287
  header: {
116176
116288
  title: t2("AVERAGESCORE")
116177
116289
  },
116178
- className: styles$1b.container,
116179
- classNameContent: styles$1b.content,
116290
+ className: styles$1c.container,
116291
+ classNameContent: styles$1c.content,
116180
116292
  children: [/* @__PURE__ */ jsxs("div", {
116181
116293
  children: [/* @__PURE__ */ jsxs("div", {
116182
- className: styles$1b.item,
116294
+ className: styles$1c.item,
116183
116295
  children: [/* @__PURE__ */ jsx$1(ScoreChart, {
116184
116296
  data: inPeriod.chart,
116185
116297
  avg: inPeriod.avg
@@ -116188,7 +116300,7 @@ const AverageScoreCard = ({
116188
116300
  data: inPeriod.chart
116189
116301
  })]
116190
116302
  }), /* @__PURE__ */ jsxs("div", {
116191
- className: styles$1b.item,
116303
+ className: styles$1c.item,
116192
116304
  children: [/* @__PURE__ */ jsx$1(ScoreChart, {
116193
116305
  data: compare2.chart,
116194
116306
  avg: compare2.avg
@@ -116198,7 +116310,7 @@ const AverageScoreCard = ({
116198
116310
  })]
116199
116311
  })]
116200
116312
  }), /* @__PURE__ */ jsx$1("div", {
116201
- className: styles$1b.compare,
116313
+ className: styles$1c.compare,
116202
116314
  children: /* @__PURE__ */ jsx$1("small", {
116203
116315
  children: t2("COMPARED_PERIOD", {
116204
116316
  date: comparedPeriod
@@ -116257,7 +116369,7 @@ const comparison$1 = "_comparison_18cx4_20";
116257
116369
  const container$h = "_container_18cx4_25";
116258
116370
  const content$3 = "_content_18cx4_29";
116259
116371
  const title$2 = "_title_18cx4_33";
116260
- const styles$1a = {
116372
+ const styles$1b = {
116261
116373
  success: success$1,
116262
116374
  danger: danger$1,
116263
116375
  header: header$3,
@@ -116269,18 +116381,18 @@ const styles$1a = {
116269
116381
  };
116270
116382
  const container$g = "_container_1vji6_13";
116271
116383
  const itemStatCard$1 = "_itemStatCard_1vji6_32";
116272
- const styles$19 = {
116384
+ const styles$1a = {
116273
116385
  "animate-pulse": "_animate-pulse_1vji6_1",
116274
116386
  container: container$g,
116275
116387
  itemStatCard: itemStatCard$1
116276
116388
  };
116277
116389
  const SkeletonStatCard$1 = () => {
116278
116390
  return /* @__PURE__ */ jsx$1("div", {
116279
- className: styles$19["animate-pulse"],
116391
+ className: styles$1a["animate-pulse"],
116280
116392
  children: /* @__PURE__ */ jsx$1("div", {
116281
- className: styles$19.container,
116393
+ className: styles$1a.container,
116282
116394
  children: /* @__PURE__ */ jsx$1("div", {
116283
- className: styles$19.itemStatCard
116395
+ className: styles$1a.itemStatCard
116284
116396
  })
116285
116397
  })
116286
116398
  });
@@ -116297,10 +116409,10 @@ const StatsCard$1 = ({
116297
116409
  }) => {
116298
116410
  const arrow2 = comparison2 > 0 ? /* @__PURE__ */ jsx$1(ArrowUp, {
116299
116411
  size: 20,
116300
- className: styles$1a.success
116412
+ className: styles$1b.success
116301
116413
  }) : /* @__PURE__ */ jsx$1(ArrowDown, {
116302
116414
  size: 20,
116303
- className: styles$1a.danger
116415
+ className: styles$1b.danger
116304
116416
  });
116305
116417
  const renderValue = () => {
116306
116418
  if (loadingValue) {
@@ -116317,12 +116429,12 @@ const StatsCard$1 = ({
116317
116429
  }
116318
116430
  if (typeof value2 === "number") {
116319
116431
  return /* @__PURE__ */ jsx$1("span", {
116320
- className: styles$1a.value,
116432
+ className: styles$1b.value,
116321
116433
  children: numberToLocaleString(value2)
116322
116434
  });
116323
116435
  }
116324
116436
  return /* @__PURE__ */ jsxs("span", {
116325
- className: styles$1a.value,
116437
+ className: styles$1b.value,
116326
116438
  children: [numberToLocaleString(value2.value), /* @__PURE__ */ jsx$1("sub", {
116327
116439
  style: {
116328
116440
  fontWeight: "bold",
@@ -116334,19 +116446,19 @@ const StatsCard$1 = ({
116334
116446
  };
116335
116447
  return /* @__PURE__ */ jsx$1(Card$1, {
116336
116448
  header: /* @__PURE__ */ jsxs("div", {
116337
- className: styles$1a.header,
116449
+ className: styles$1b.header,
116338
116450
  children: [icon2, /* @__PURE__ */ jsx$1("span", {
116339
- className: styles$1a.title,
116451
+ className: styles$1b.title,
116340
116452
  children: title2
116341
116453
  })]
116342
116454
  }),
116343
- className: styles$1a.container,
116344
- classNameContent: styles$1a.content,
116455
+ className: styles$1b.container,
116456
+ classNameContent: styles$1b.content,
116345
116457
  children: !loading2 ? /* @__PURE__ */ jsxs(React__default.Fragment, {
116346
116458
  children: [renderValue(), comparison2 !== 0 && /* @__PURE__ */ jsxs("div", {
116347
- className: classNames$2(styles$1a.comparison, {
116348
- [styles$1a.success]: comparison2 > 0,
116349
- [styles$1a.danger]: comparison2 < 0
116459
+ className: classNames$2(styles$1b.comparison, {
116460
+ [styles$1b.success]: comparison2 > 0,
116461
+ [styles$1b.danger]: comparison2 < 0
116350
116462
  }),
116351
116463
  children: [comparison2 !== 0 ? arrow2 : /* @__PURE__ */ jsx$1("span", {
116352
116464
  style: {
@@ -116611,7 +116723,7 @@ const content$2 = "_content_15v81_42";
116611
116723
  const errorContainer = "_errorContainer_15v81_49";
116612
116724
  const venueSelectorContainer = "_venueSelectorContainer_15v81_54";
116613
116725
  const venueSelector$1 = "_venueSelector_15v81_54";
116614
- const styles$18 = {
116726
+ const styles$19 = {
116615
116727
  listingAnalyticsContainer,
116616
116728
  h3,
116617
116729
  center,
@@ -116901,7 +117013,7 @@ const SelectVenue = ({
116901
117013
  };
116902
117014
  const param = "_param_su98a_1";
116903
117015
  const title$1 = "_title_su98a_6";
116904
- const styles$17 = {
117016
+ const styles$18 = {
116905
117017
  param,
116906
117018
  title: title$1
116907
117019
  };
@@ -116911,9 +117023,9 @@ const Param = ({
116911
117023
  tooltip: tooltip2,
116912
117024
  loadingValue = false
116913
117025
  }) => /* @__PURE__ */ jsxs("div", {
116914
- className: styles$17.param,
117026
+ className: styles$18.param,
116915
117027
  children: [/* @__PURE__ */ jsx$1("span", {
116916
- className: styles$17.title,
117028
+ className: styles$18.title,
116917
117029
  children: tooltip2 ? /* @__PURE__ */ jsx$1(Tooltip$1, {
116918
117030
  message: tooltip2,
116919
117031
  children: title2
@@ -116983,11 +117095,11 @@ const Analytics$2 = ({
116983
117095
  }
116984
117096
  }, [data2]);
116985
117097
  return /* @__PURE__ */ jsxs("div", {
116986
- className: styles$18.listingAnalyticsContainer,
117098
+ className: styles$19.listingAnalyticsContainer,
116987
117099
  children: [/* @__PURE__ */ jsx$1("div", {
116988
- className: styles$18.venueSelectorContainer,
117100
+ className: styles$19.venueSelectorContainer,
116989
117101
  children: /* @__PURE__ */ jsx$1("div", {
116990
- className: styles$18.venueSelector,
117102
+ className: styles$19.venueSelector,
116991
117103
  children: /* @__PURE__ */ jsx$1(SelectVenue, {
116992
117104
  onChange: handleChangeVenue,
116993
117105
  selectedVenue: listingId,
@@ -116996,18 +117108,18 @@ const Analytics$2 = ({
116996
117108
  })
116997
117109
  }), isLoading && /* @__PURE__ */ jsx$1(LayoutPage$1, {
116998
117110
  children: /* @__PURE__ */ jsxs("div", {
116999
- className: styles$18.center,
117111
+ className: styles$19.center,
117000
117112
  children: [/* @__PURE__ */ jsx$1(Icon, {
117001
117113
  icon: "Spinner",
117002
117114
  size: "xl"
117003
117115
  }), /* @__PURE__ */ jsx$1("h3", {
117004
- className: styles$18.h3,
117116
+ className: styles$19.h3,
117005
117117
  children: t2("loadingAnalytics")
117006
117118
  })]
117007
117119
  })
117008
117120
  }), !isLoading && !formattedStats && (data2 == null ? void 0 : data2.error) && /* @__PURE__ */ jsx$1(LayoutPage$1, {
117009
117121
  children: /* @__PURE__ */ jsxs("div", {
117010
- className: styles$18.errorContainer,
117122
+ className: styles$19.errorContainer,
117011
117123
  children: [/* @__PURE__ */ jsx$1("h1", {
117012
117124
  children: t2("You don't have a connected Google Account")
117013
117125
  }), /* @__PURE__ */ jsx$1("p", {
@@ -117016,7 +117128,7 @@ const Analytics$2 = ({
117016
117128
  })
117017
117129
  }), !isLoading && notAuthorized && /* @__PURE__ */ jsx$1(LayoutPage$1, {
117018
117130
  children: /* @__PURE__ */ jsxs("div", {
117019
- className: styles$18.errorContainer,
117131
+ className: styles$19.errorContainer,
117020
117132
  children: [/* @__PURE__ */ jsx$1("h1", {
117021
117133
  children: t2("Your Google Business Profile is not Verified")
117022
117134
  }), /* @__PURE__ */ jsx$1("p", {
@@ -117029,7 +117141,7 @@ const Analytics$2 = ({
117029
117141
  value: filter2
117030
117142
  }),
117031
117143
  children: [isLoading && /* @__PURE__ */ jsx$1(SkeletonPage, {}), !isLoading && formattedStats && /* @__PURE__ */ jsxs("div", {
117032
- className: styles$18.content,
117144
+ className: styles$19.content,
117033
117145
  children: [/* @__PURE__ */ jsxs(Row, {
117034
117146
  gutter: [16, 28],
117035
117147
  children: [/* @__PURE__ */ jsx$1(Col, {
@@ -117138,7 +117250,7 @@ const comparison = "_comparison_18cx4_20";
117138
117250
  const container$f = "_container_18cx4_25";
117139
117251
  const content$1 = "_content_18cx4_29";
117140
117252
  const title = "_title_18cx4_33";
117141
- const styles$16 = {
117253
+ const styles$17 = {
117142
117254
  success,
117143
117255
  danger,
117144
117256
  header: header$2,
@@ -117151,7 +117263,7 @@ const styles$16 = {
117151
117263
  const container$e = "_container_1vji6_13";
117152
117264
  const itemStatCard = "_itemStatCard_1vji6_32";
117153
117265
  const itemDiv = "_itemDiv_1vji6_39";
117154
- const styles$15 = {
117266
+ const styles$16 = {
117155
117267
  "animate-pulse": "_animate-pulse_1vji6_1",
117156
117268
  container: container$e,
117157
117269
  itemStatCard,
@@ -117159,28 +117271,28 @@ const styles$15 = {
117159
117271
  };
117160
117272
  const SkeletonStatCard = () => {
117161
117273
  return /* @__PURE__ */ jsx$1("div", {
117162
- className: styles$15["animate-pulse"],
117274
+ className: styles$16["animate-pulse"],
117163
117275
  children: /* @__PURE__ */ jsx$1("div", {
117164
- className: styles$15.container,
117276
+ className: styles$16.container,
117165
117277
  children: /* @__PURE__ */ jsx$1("div", {
117166
- className: styles$15.itemStatCard
117278
+ className: styles$16.itemStatCard
117167
117279
  })
117168
117280
  })
117169
117281
  });
117170
117282
  };
117171
117283
  const SkeletonDiv = () => {
117172
117284
  return /* @__PURE__ */ jsx$1("div", {
117173
- className: styles$15["animate-pulse"],
117285
+ className: styles$16["animate-pulse"],
117174
117286
  children: /* @__PURE__ */ jsx$1("div", {
117175
- className: styles$15.container,
117287
+ className: styles$16.container,
117176
117288
  children: /* @__PURE__ */ jsx$1("div", {
117177
- className: styles$15.itemDiv
117289
+ className: styles$16.itemDiv
117178
117290
  })
117179
117291
  })
117180
117292
  });
117181
117293
  };
117182
117294
  const spinner = "_spinner_mmhvn_1";
117183
- const styles$14 = {
117295
+ const styles$15 = {
117184
117296
  spinner
117185
117297
  };
117186
117298
  const Spinner = ({
@@ -117194,7 +117306,7 @@ const Spinner = ({
117194
117306
  borderTop: `${size / 10}px solid transparent`
117195
117307
  };
117196
117308
  return /* @__PURE__ */ jsx$1("div", {
117197
- className: styles$14.spinner,
117309
+ className: styles$15.spinner,
117198
117310
  style: spinnerStyle
117199
117311
  });
117200
117312
  };
@@ -117210,10 +117322,10 @@ const StatsCard = ({
117210
117322
  }) => {
117211
117323
  const arrow2 = comparison2 > 0 ? /* @__PURE__ */ jsx$1(ArrowUp, {
117212
117324
  size: 20,
117213
- className: styles$16.success
117325
+ className: styles$17.success
117214
117326
  }) : /* @__PURE__ */ jsx$1(ArrowDown, {
117215
117327
  size: 20,
117216
- className: styles$16.danger
117328
+ className: styles$17.danger
117217
117329
  });
117218
117330
  const renderValue = () => {
117219
117331
  if (loadingValue) {
@@ -117229,12 +117341,12 @@ const StatsCard = ({
117229
117341
  }
117230
117342
  if (typeof value2 === "number") {
117231
117343
  return /* @__PURE__ */ jsx$1("span", {
117232
- className: styles$16.value,
117344
+ className: styles$17.value,
117233
117345
  children: numberToLocaleString(value2)
117234
117346
  });
117235
117347
  }
117236
117348
  return /* @__PURE__ */ jsxs("span", {
117237
- className: styles$16.value,
117349
+ className: styles$17.value,
117238
117350
  children: [numberToLocaleString(value2.value), /* @__PURE__ */ jsx$1("sub", {
117239
117351
  style: {
117240
117352
  fontWeight: "bold",
@@ -117246,19 +117358,19 @@ const StatsCard = ({
117246
117358
  };
117247
117359
  return /* @__PURE__ */ jsx$1(Card$1, {
117248
117360
  header: /* @__PURE__ */ jsxs("div", {
117249
- className: styles$16.header,
117361
+ className: styles$17.header,
117250
117362
  children: [icon2, /* @__PURE__ */ jsx$1("span", {
117251
- className: styles$16.title,
117363
+ className: styles$17.title,
117252
117364
  children: title2
117253
117365
  })]
117254
117366
  }),
117255
- className: styles$16.container,
117256
- classNameContent: styles$16.content,
117367
+ className: styles$17.container,
117368
+ classNameContent: styles$17.content,
117257
117369
  children: !loading2 ? /* @__PURE__ */ jsxs(React__default.Fragment, {
117258
117370
  children: [renderValue(), comparison2 !== 0 && /* @__PURE__ */ jsxs("div", {
117259
- className: classNames$2(styles$16.comparison, {
117260
- [styles$16.success]: comparison2 > 0,
117261
- [styles$16.danger]: comparison2 < 0
117371
+ className: classNames$2(styles$17.comparison, {
117372
+ [styles$17.success]: comparison2 > 0,
117373
+ [styles$17.danger]: comparison2 < 0
117262
117374
  }),
117263
117375
  children: [comparison2 !== 0 ? arrow2 : /* @__PURE__ */ jsx$1("span", {
117264
117376
  style: {
@@ -117273,7 +117385,7 @@ const StatsCard = ({
117273
117385
  }) : /* @__PURE__ */ jsx$1(SkeletonStatCard, {})
117274
117386
  });
117275
117387
  };
117276
- const styles$13 = {
117388
+ const styles$14 = {
117277
117389
  "ui-list": "_ui-list_4zr5h_1",
117278
117390
  "ui-list--horizontal": "_ui-list--horizontal_4zr5h_10"
117279
117391
  };
@@ -117282,7 +117394,7 @@ const UIList = ({
117282
117394
  children
117283
117395
  }) => {
117284
117396
  return /* @__PURE__ */ jsx$1("ul", {
117285
- className: classNames$2(styles$13["ui-list"], styles$13[`ui-list--${mode}`]),
117397
+ className: classNames$2(styles$14["ui-list"], styles$14[`ui-list--${mode}`]),
117286
117398
  children: React__default.Children.map(children, (child, i) => /* @__PURE__ */ jsx$1("li", {
117287
117399
  children: child
117288
117400
  }, i))
@@ -117317,7 +117429,7 @@ const icon$5 = "_icon_wt0av_1";
117317
117429
  const green = "_green_wt0av_10";
117318
117430
  const blue = "_blue_wt0av_15";
117319
117431
  const red = "_red_wt0av_20";
117320
- const styles$12 = {
117432
+ const styles$13 = {
117321
117433
  icon: icon$5,
117322
117434
  green,
117323
117435
  blue,
@@ -117328,7 +117440,7 @@ const CircleIcon = ({
117328
117440
  color: color2 = "green"
117329
117441
  }) => {
117330
117442
  return /* @__PURE__ */ jsx$1("span", {
117331
- className: classNames$2(styles$12.icon, styles$12[color2]),
117443
+ className: classNames$2(styles$13.icon, styles$13[color2]),
117332
117444
  children: /* @__PURE__ */ jsx$1(Icon, {
117333
117445
  size: "medium",
117334
117446
  icon: name2
@@ -117774,18 +117886,18 @@ const Analytics$1 = ({
117774
117886
  children: /* @__PURE__ */ jsxs("div", {
117775
117887
  children: [isLoadingListingAnalytics && /* @__PURE__ */ jsx$1(LayoutPage$1, {
117776
117888
  children: /* @__PURE__ */ jsxs("div", {
117777
- className: styles$18.center,
117889
+ className: styles$19.center,
117778
117890
  children: [/* @__PURE__ */ jsx$1(Icon, {
117779
117891
  icon: "Spinner",
117780
117892
  size: "xl"
117781
117893
  }), /* @__PURE__ */ jsx$1("h3", {
117782
- className: styles$18.h3,
117894
+ className: styles$19.h3,
117783
117895
  children: t2("loadingAnalytics")
117784
117896
  })]
117785
117897
  })
117786
117898
  }), !isLoadingListingAnalytics && !formattedStats && (data2 == null ? void 0 : data2.error) && /* @__PURE__ */ jsx$1(LayoutPage$1, {
117787
117899
  children: /* @__PURE__ */ jsxs("div", {
117788
- className: styles$18.errorContainer,
117900
+ className: styles$19.errorContainer,
117789
117901
  children: [/* @__PURE__ */ jsx$1("h1", {
117790
117902
  children: t2("You don't have a connected Google Account")
117791
117903
  }), /* @__PURE__ */ jsx$1("p", {
@@ -117794,7 +117906,7 @@ const Analytics$1 = ({
117794
117906
  })
117795
117907
  }), !isLoadingListingAnalytics && notAuthorized && /* @__PURE__ */ jsx$1(LayoutPage$1, {
117796
117908
  children: /* @__PURE__ */ jsxs("div", {
117797
- className: styles$18.errorContainer,
117909
+ className: styles$19.errorContainer,
117798
117910
  children: [/* @__PURE__ */ jsx$1("h1", {
117799
117911
  children: t2("Your Google Business Profile is not Verified")
117800
117912
  }), /* @__PURE__ */ jsx$1("p", {
@@ -118220,7 +118332,7 @@ const getTooltipContentSourceName = (rule) => {
118220
118332
  });
118221
118333
  };
118222
118334
  const icon$4 = "_icon_14ksh_1";
118223
- const styles$11 = {
118335
+ const styles$12 = {
118224
118336
  icon: icon$4
118225
118337
  };
118226
118338
  const EditIconWithRule = ({
@@ -118234,7 +118346,7 @@ const EditIconWithRule = ({
118234
118346
  children: [/* @__PURE__ */ jsx$1(Icon, {
118235
118347
  icon: "lock",
118236
118348
  "data-tip": getTooltipContentSourceName(rule),
118237
- className: styles$11.icon
118349
+ className: styles$12.icon
118238
118350
  }), /* @__PURE__ */ jsx$1(ReactTooltip, {
118239
118351
  place: "right",
118240
118352
  type: "dark",
@@ -118246,12 +118358,12 @@ const EditIconWithRule = ({
118246
118358
  return /* @__PURE__ */ jsx$1(Icon, {
118247
118359
  icon: "edit",
118248
118360
  onClick,
118249
- className: styles$11.icon
118361
+ className: styles$12.icon
118250
118362
  });
118251
118363
  };
118252
118364
  const item$2 = "_item_1pd7z_1";
118253
118365
  const icon$3 = "_icon_1pd7z_7";
118254
- const styles$10 = {
118366
+ const styles$11 = {
118255
118367
  item: item$2,
118256
118368
  icon: icon$3
118257
118369
  };
@@ -118264,10 +118376,10 @@ const Item = ({
118264
118376
  t: t2
118265
118377
  } = useTranslation();
118266
118378
  return /* @__PURE__ */ jsxs("div", {
118267
- className: styles$10.item,
118379
+ className: styles$11.item,
118268
118380
  children: [icon2 && /* @__PURE__ */ jsx$1("div", {
118269
118381
  children: /* @__PURE__ */ jsx$1(Icon, {
118270
- className: styles$10.icon,
118382
+ className: styles$11.icon,
118271
118383
  icon: icon2
118272
118384
  })
118273
118385
  }), label2 && /* @__PURE__ */ jsx$1("div", {
@@ -118440,7 +118552,7 @@ const GetListingCategories = async () => {
118440
118552
  };
118441
118553
  const container$d = "_container_d8rq4_1";
118442
118554
  const footer$6 = "_footer_d8rq4_5";
118443
- const styles$$ = {
118555
+ const styles$10 = {
118444
118556
  container: container$d,
118445
118557
  footer: footer$6
118446
118558
  };
@@ -118622,7 +118734,7 @@ const Form$6 = ({
118622
118734
  children: /* @__PURE__ */ jsxs("form", {
118623
118735
  onSubmit: handleSubmit(onSubmitForm),
118624
118736
  children: [/* @__PURE__ */ jsx$1("div", {
118625
- className: styles$$.container,
118737
+ className: styles$10.container,
118626
118738
  children: /* @__PURE__ */ jsxs(Row, {
118627
118739
  gutter: [16, 16],
118628
118740
  children: [/* @__PURE__ */ jsx$1(Col, {
@@ -118693,7 +118805,7 @@ const Form$6 = ({
118693
118805
  })]
118694
118806
  })
118695
118807
  }), /* @__PURE__ */ jsxs("div", {
118696
- className: styles$$.footer,
118808
+ className: styles$10.footer,
118697
118809
  children: [/* @__PURE__ */ jsx$1(Button$1, {
118698
118810
  size: "small",
118699
118811
  type: "reset",
@@ -119735,7 +119847,7 @@ function requireFacebookLoginRenderProps() {
119735
119847
  var facebookLoginRenderPropsExports = requireFacebookLoginRenderProps();
119736
119848
  const FacebookLogin = /* @__PURE__ */ getDefaultExportFromCjs(facebookLoginRenderPropsExports);
119737
119849
  const connectedText$3 = "_connectedText_1nbx5_1";
119738
- const styles$_ = {
119850
+ const styles$$ = {
119739
119851
  connectedText: connectedText$3
119740
119852
  };
119741
119853
  const FbButton$1 = ({
@@ -119768,7 +119880,7 @@ const FbButton$1 = ({
119768
119880
  mode: "tertiary",
119769
119881
  onClick: handleDisconect,
119770
119882
  children: /* @__PURE__ */ jsx$1("span", {
119771
- className: styles$_.connectedText,
119883
+ className: styles$$.connectedText,
119772
119884
  children: isDisconnecting ? t2("SYNCING") : t2("SYNCKED")
119773
119885
  })
119774
119886
  });
@@ -119785,7 +119897,7 @@ const FbButton$1 = ({
119785
119897
  onClick: () => setTimeout(renderProps.onClick, 100),
119786
119898
  disabled: renderProps.isDisabled,
119787
119899
  children: /* @__PURE__ */ jsx$1("span", {
119788
- className: styles$_.connectedText,
119900
+ className: styles$$.connectedText,
119789
119901
  children: t2("CONNECT")
119790
119902
  })
119791
119903
  })
@@ -125891,7 +126003,7 @@ const GoogleAuthCallback = async ({
125891
126003
  return { data: data2 };
125892
126004
  };
125893
126005
  const connectedText$2 = "_connectedText_1nbx5_1";
125894
- const styles$Z = {
126006
+ const styles$_ = {
125895
126007
  connectedText: connectedText$2
125896
126008
  };
125897
126009
  const GoogleButton$1 = ({
@@ -125937,7 +126049,7 @@ const GoogleButton$1 = ({
125937
126049
  type: "button",
125938
126050
  onClick: handleDisconect,
125939
126051
  children: /* @__PURE__ */ jsx$1("span", {
125940
- className: styles$Z.connectedText,
126052
+ className: styles$_.connectedText,
125941
126053
  children: isDisconnecting ? t2("SYNCING") : t2("SYNCKED")
125942
126054
  })
125943
126055
  });
@@ -125950,7 +126062,7 @@ const GoogleButton$1 = ({
125950
126062
  onClick: () => login(),
125951
126063
  isLoading: isExecuting,
125952
126064
  children: /* @__PURE__ */ jsx$1("span", {
125953
- className: styles$Z.connectedText,
126065
+ className: styles$_.connectedText,
125954
126066
  children: t2("CONNECT")
125955
126067
  })
125956
126068
  });
@@ -125964,7 +126076,7 @@ const GoogleButtonContainer$1 = (props) => {
125964
126076
  });
125965
126077
  };
125966
126078
  const connectedText$1 = "_connectedText_1nbx5_1";
125967
- const styles$Y = {
126079
+ const styles$Z = {
125968
126080
  connectedText: connectedText$1
125969
126081
  };
125970
126082
  const BingButton$1 = ({
@@ -125991,7 +126103,7 @@ const BingButton$1 = ({
125991
126103
  icon: "Bing",
125992
126104
  onClick: handleDisconnect,
125993
126105
  children: /* @__PURE__ */ jsx$1("span", {
125994
- className: styles$Y.connectedText,
126106
+ className: styles$Z.connectedText,
125995
126107
  children: t2("SYNCKED")
125996
126108
  })
125997
126109
  });
@@ -126003,7 +126115,7 @@ const BingButton$1 = ({
126003
126115
  icon: "Bing",
126004
126116
  onClick: onBingVerify,
126005
126117
  children: /* @__PURE__ */ jsx$1("span", {
126006
- className: styles$Y.connectedText,
126118
+ className: styles$Z.connectedText,
126007
126119
  children: t2("VERIFY")
126008
126120
  })
126009
126121
  });
@@ -126016,7 +126128,7 @@ const BingButton$1 = ({
126016
126128
  icon: "Bing",
126017
126129
  onClick: onBingConnect,
126018
126130
  children: /* @__PURE__ */ jsx$1("span", {
126019
- className: styles$Y.connectedText,
126131
+ className: styles$Z.connectedText,
126020
126132
  children: t2("CONNECT")
126021
126133
  })
126022
126134
  });
@@ -126063,14 +126175,14 @@ const toolbar = "_toolbar_1e45v_1";
126063
126175
  const buttonGroup = "_buttonGroup_1e45v_9";
126064
126176
  const venueSelector = "_venueSelector_1e45v_15";
126065
126177
  const lastUpdate = "_lastUpdate_1e45v_26";
126066
- const styles$X = {
126178
+ const styles$Y = {
126067
126179
  toolbar,
126068
126180
  buttonGroup,
126069
126181
  venueSelector,
126070
126182
  lastUpdate
126071
126183
  };
126072
126184
  const connectedText = "_connectedText_1nbx5_1";
126073
- const styles$W = {
126185
+ const styles$X = {
126074
126186
  connectedText
126075
126187
  };
126076
126188
  const TripadvisorButton = ({
@@ -126094,7 +126206,7 @@ const TripadvisorButton = ({
126094
126206
  type: "button",
126095
126207
  onClick: handleDisconnect,
126096
126208
  children: /* @__PURE__ */ jsx$1("span", {
126097
- className: styles$W.connectedText,
126209
+ className: styles$X.connectedText,
126098
126210
  children: t2("SYNCKED")
126099
126211
  })
126100
126212
  });
@@ -126106,7 +126218,7 @@ const TripadvisorButton = ({
126106
126218
  type: "button",
126107
126219
  onClick: onTripadvisorConnect,
126108
126220
  children: /* @__PURE__ */ jsx$1("span", {
126109
- className: styles$W.connectedText,
126221
+ className: styles$X.connectedText,
126110
126222
  children: t2("CONNECT")
126111
126223
  })
126112
126224
  });
@@ -126159,9 +126271,9 @@ const FormToolBar = ({
126159
126271
  return /* @__PURE__ */ jsx$1(Fragment, {
126160
126272
  children: /* @__PURE__ */ jsx$1(HeaderBar, {
126161
126273
  children: /* @__PURE__ */ jsxs("div", {
126162
- className: styles$X.toolbar,
126274
+ className: styles$Y.toolbar,
126163
126275
  children: [/* @__PURE__ */ jsxs("div", {
126164
- className: styles$X.buttonGroup,
126276
+ className: styles$Y.buttonGroup,
126165
126277
  children: [(GoogleConnected || FacebookConnected || BingConnected) && /* @__PURE__ */ jsxs(Fragment, {
126166
126278
  children: [/* @__PURE__ */ jsx$1(GoogleButtonContainer$1, {
126167
126279
  onSuccess: setGoogleResponse,
@@ -126201,7 +126313,7 @@ const FormToolBar = ({
126201
126313
  type: "button",
126202
126314
  children: t2("CONNECT")
126203
126315
  }), (GoogleConnected || FacebookConnected || BingConnected) && /* @__PURE__ */ jsxs("div", {
126204
- className: styles$X.lastUpdate,
126316
+ className: styles$Y.lastUpdate,
126205
126317
  children: [/* @__PURE__ */ jsxs("div", {
126206
126318
  style: {
126207
126319
  fontWeight: "bolder"
@@ -126212,11 +126324,11 @@ const FormToolBar = ({
126212
126324
  })]
126213
126325
  })]
126214
126326
  }), /* @__PURE__ */ jsx$1("div", {
126215
- className: styles$X.buttonGroup,
126327
+ className: styles$Y.buttonGroup,
126216
126328
  children: !singleVenue2 && /* @__PURE__ */ jsx$1("div", {
126217
- className: styles$X.buttonGroup,
126329
+ className: styles$Y.buttonGroup,
126218
126330
  children: /* @__PURE__ */ jsx$1("div", {
126219
- className: styles$X.venueSelector,
126331
+ className: styles$Y.venueSelector,
126220
126332
  children: /* @__PURE__ */ jsx$1(SelectVenue, {
126221
126333
  onChange: handleChangeVenue,
126222
126334
  selectedVenue: venueId,
@@ -126230,7 +126342,7 @@ const FormToolBar = ({
126230
126342
  });
126231
126343
  };
126232
126344
  const mapcontainer = "_mapcontainer_1eyjs_1";
126233
- const styles$V = {
126345
+ const styles$W = {
126234
126346
  mapcontainer
126235
126347
  };
126236
126348
  var _createClass = /* @__PURE__ */ (function() {
@@ -127022,7 +127134,7 @@ const CardLocation = ({
127022
127134
  icon: "pin",
127023
127135
  text: formatAddres(values)
127024
127136
  }), /* @__PURE__ */ jsx$1("div", {
127025
- className: styles$V.mapcontainer,
127137
+ className: styles$W.mapcontainer,
127026
127138
  children: /* @__PURE__ */ jsx$1(StaticMap, {
127027
127139
  latitude: values.lat,
127028
127140
  longitude: values.lng
@@ -142570,7 +142682,7 @@ const Map$2 = distExports.GoogleApiWrapper({
142570
142682
  apiKey: config$1.maps_key
142571
142683
  })(MapContainer$1);
142572
142684
  const container$c = "_container_1biod_1";
142573
- const styles$U = {
142685
+ const styles$V = {
142574
142686
  container: container$c
142575
142687
  };
142576
142688
  const MapField = ({
@@ -142590,7 +142702,7 @@ const MapField = ({
142590
142702
  setValue("lng", value2.lng);
142591
142703
  };
142592
142704
  return /* @__PURE__ */ jsx$1("div", {
142593
- className: styles$U.container,
142705
+ className: styles$V.container,
142594
142706
  children: /* @__PURE__ */ jsx$1(Map$2, {
142595
142707
  onChangePosition,
142596
142708
  position: {
@@ -142603,7 +142715,7 @@ const MapField = ({
142603
142715
  const dropdown = "_dropdown_1lr1m_1";
142604
142716
  const dropdown__option = "_dropdown__option_1lr1m_12";
142605
142717
  const dropdown__option__text = "_dropdown__option__text_1lr1m_23";
142606
- const styles$T = {
142718
+ const styles$U = {
142607
142719
  dropdown,
142608
142720
  dropdown__option,
142609
142721
  "dropdown__option--active": "_dropdown__option--active_1lr1m_20",
@@ -142614,20 +142726,20 @@ const Dropdown = ({
142614
142726
  onClickItem
142615
142727
  }) => {
142616
142728
  return /* @__PURE__ */ jsxs("div", {
142617
- className: styles$T.dropdown,
142729
+ className: styles$U.dropdown,
142618
142730
  children: [options2.map((item2) => {
142619
142731
  return /* @__PURE__ */ jsx$1("div", {
142620
- className: classNames$2(styles$T.dropdown__option, {
142621
- [styles$T["dropdown__option--active"]]: !!item2.selected
142732
+ className: classNames$2(styles$U.dropdown__option, {
142733
+ [styles$U["dropdown__option--active"]]: !!item2.selected
142622
142734
  }),
142623
142735
  onClick: () => onClickItem(item2),
142624
142736
  children: /* @__PURE__ */ jsx$1("div", {
142625
- className: styles$T.dropdown__option__text,
142737
+ className: styles$U.dropdown__option__text,
142626
142738
  children: item2.label
142627
142739
  })
142628
142740
  }, item2.id);
142629
142741
  }), options2.length === 0 && /* @__PURE__ */ jsx$1("div", {
142630
- className: styles$T.dropdown__option,
142742
+ className: styles$U.dropdown__option,
142631
142743
  children: "No options"
142632
142744
  })]
142633
142745
  });
@@ -142714,7 +142826,7 @@ const form$3 = "_form_7ju6w_1";
142714
142826
  const form__row1 = "_form__row1_7ju6w_8";
142715
142827
  const form__row2 = "_form__row2_7ju6w_18";
142716
142828
  const footer$5 = "_footer_7ju6w_29";
142717
- const styles$S = {
142829
+ const styles$T = {
142718
142830
  form: form$3,
142719
142831
  form__row1,
142720
142832
  form__row2,
@@ -142788,7 +142900,7 @@ const Form$5 = ({
142788
142900
  children: /* @__PURE__ */ jsxs("form", {
142789
142901
  onSubmit: handleSubmit(onSubmitForm),
142790
142902
  children: [/* @__PURE__ */ jsxs("div", {
142791
- className: styles$S.form,
142903
+ className: styles$T.form,
142792
142904
  children: [/* @__PURE__ */ jsxs("div", {
142793
142905
  children: [/* @__PURE__ */ jsx$1("h3", {
142794
142906
  children: t2("address")
@@ -142798,7 +142910,7 @@ const Form$5 = ({
142798
142910
  children: t2("listingLoacationDesc")
142799
142911
  })]
142800
142912
  }), /* @__PURE__ */ jsxs("div", {
142801
- className: styles$S.form__row1,
142913
+ className: styles$T.form__row1,
142802
142914
  children: [/* @__PURE__ */ jsx$1(AddressAutoComplete, {
142803
142915
  control,
142804
142916
  setValue
@@ -142811,7 +142923,7 @@ const Form$5 = ({
142811
142923
  radius: "md"
142812
142924
  })]
142813
142925
  }), /* @__PURE__ */ jsxs("div", {
142814
- className: styles$S.form__row2,
142926
+ className: styles$T.form__row2,
142815
142927
  children: [/* @__PURE__ */ jsx$1("div", {
142816
142928
  children: /* @__PURE__ */ jsx$1(TextInputField, {
142817
142929
  control,
@@ -142861,7 +142973,7 @@ const Form$5 = ({
142861
142973
  })]
142862
142974
  })]
142863
142975
  }), /* @__PURE__ */ jsxs("div", {
142864
- className: styles$S.footer,
142976
+ className: styles$T.footer,
142865
142977
  children: [/* @__PURE__ */ jsx$1(Button$1, {
142866
142978
  size: "small",
142867
142979
  type: "reset",
@@ -142914,7 +143026,7 @@ const weekday = "_weekday_1gedj_1";
142914
143026
  const weekday__name = "_weekday__name_1gedj_6";
142915
143027
  const weekday__close = "_weekday__close_1gedj_10";
142916
143028
  const weekday__time = "_weekday__time_1gedj_13";
142917
- const styles$R = {
143029
+ const styles$S = {
142918
143030
  weekday,
142919
143031
  weekday__name,
142920
143032
  weekday__close,
@@ -142953,15 +143065,15 @@ const CardOpeningHours = ({
142953
143065
  } = day2;
142954
143066
  const slots = Object.values(times);
142955
143067
  return /* @__PURE__ */ jsxs("div", {
142956
- className: styles$R.weekday,
143068
+ className: styles$S.weekday,
142957
143069
  children: [/* @__PURE__ */ jsx$1("div", {
142958
- className: styles$R.weekday__name,
143070
+ className: styles$S.weekday__name,
142959
143071
  children: t2(weekday2.name)
142960
143072
  }), closed && /* @__PURE__ */ jsx$1("div", {
142961
- className: styles$R.weekday__close,
143073
+ className: styles$S.weekday__close,
142962
143074
  children: t2("CLOSED")
142963
143075
  }), !closed && /* @__PURE__ */ jsx$1("div", {
142964
- className: styles$R.weekday__time,
143076
+ className: styles$S.weekday__time,
142965
143077
  children: slots.map((slot2, index2) => /* @__PURE__ */ jsxs("div", {
142966
143078
  children: [slot2.start, " - ", slot2.end]
142967
143079
  }, weekday2.id + index2))
@@ -143009,7 +143121,7 @@ const CardOpeningHours = ({
143009
143121
  }) => {
143010
143122
  const slots = Object.values(times);
143011
143123
  return /* @__PURE__ */ jsxs("div", {
143012
- className: styles$R.weekday,
143124
+ className: styles$S.weekday,
143013
143125
  children: [/* @__PURE__ */ jsxs("div", {
143014
143126
  // className={styles.weekday__name}
143015
143127
  style: {
@@ -143017,10 +143129,10 @@ const CardOpeningHours = ({
143017
143129
  },
143018
143130
  children: [date4.start, " to ", date4.end]
143019
143131
  }), closed && /* @__PURE__ */ jsx$1("div", {
143020
- className: styles$R.weekday__close,
143132
+ className: styles$S.weekday__close,
143021
143133
  children: t2("CLOSED")
143022
143134
  }), !closed && /* @__PURE__ */ jsx$1("div", {
143023
- className: styles$R.weekday__time,
143135
+ className: styles$S.weekday__time,
143024
143136
  children: slots.map((slot2, index2) => /* @__PURE__ */ jsxs("div", {
143025
143137
  children: [slot2.start, " - ", slot2.end]
143026
143138
  }, date4.start + date4.end + index2))
@@ -143031,7 +143143,7 @@ const CardOpeningHours = ({
143031
143143
  });
143032
143144
  };
143033
143145
  const container$b = "_container_w3z1y_1";
143034
- const styles$Q = {
143146
+ const styles$R = {
143035
143147
  container: container$b
143036
143148
  };
143037
143149
  const TimeSlotField = ({
@@ -143059,7 +143171,7 @@ const TimeSlotField = ({
143059
143171
  });
143060
143172
  };
143061
143173
  return /* @__PURE__ */ jsxs("div", {
143062
- className: styles$Q.container,
143174
+ className: styles$R.container,
143063
143175
  children: [/* @__PURE__ */ jsx$1(Input$2, {
143064
143176
  id: `${id2}-start`,
143065
143177
  label: t2("START"),
@@ -143080,7 +143192,7 @@ const slot$1 = "_slot_gr7hf_13";
143080
143192
  const close$1 = "_close_gr7hf_19";
143081
143193
  const add = "_add_gr7hf_33";
143082
143194
  const plus = "_plus_gr7hf_47";
143083
- const styles$P = {
143195
+ const styles$Q = {
143084
143196
  container: container$a,
143085
143197
  slot: slot$1,
143086
143198
  close: close$1,
@@ -143102,26 +143214,26 @@ const TimeSlotManager = ({
143102
143214
  setSlots(slots);
143103
143215
  };
143104
143216
  return /* @__PURE__ */ jsxs("div", {
143105
- className: styles$P.container,
143217
+ className: styles$Q.container,
143106
143218
  children: [slots.map((key2) => /* @__PURE__ */ jsxs("div", {
143107
- className: styles$P.slot,
143219
+ className: styles$Q.slot,
143108
143220
  children: [/* @__PURE__ */ jsx$1(TimeSlotField, {
143109
143221
  id: `${id2}[${key2}]`
143110
143222
  }), /* @__PURE__ */ jsx$1("div", {
143111
143223
  children: /* @__PURE__ */ jsx$1("button", {
143112
- className: styles$P.close,
143224
+ className: styles$Q.close,
143113
143225
  type: "button",
143114
143226
  onClick: () => removeSlot(key2),
143115
143227
  children: "X"
143116
143228
  })
143117
143229
  })]
143118
143230
  }, key2)), /* @__PURE__ */ jsx$1("button", {
143119
- className: styles$P.add,
143231
+ className: styles$Q.add,
143120
143232
  type: "button",
143121
143233
  onClick: addSlot,
143122
143234
  children: /* @__PURE__ */ jsxs(Fragment, {
143123
143235
  children: [/* @__PURE__ */ jsx$1("div", {
143124
- className: styles$P.plus,
143236
+ className: styles$Q.plus,
143125
143237
  children: "+"
143126
143238
  }), t("ADD")]
143127
143239
  })
@@ -143129,7 +143241,7 @@ const TimeSlotManager = ({
143129
143241
  });
143130
143242
  };
143131
143243
  const regularHourContainer = "_regularHourContainer_1xx5k_18";
143132
- const styles$O = {
143244
+ const styles$P = {
143133
143245
  regularHourContainer
143134
143246
  };
143135
143247
  const RegularHour = ({
@@ -143151,7 +143263,7 @@ const RegularHour = ({
143151
143263
  });
143152
143264
  };
143153
143265
  return /* @__PURE__ */ jsxs("div", {
143154
- className: styles$O.regularHourContainer,
143266
+ className: styles$P.regularHourContainer,
143155
143267
  children: [/* @__PURE__ */ jsxs("div", {
143156
143268
  style: {
143157
143269
  display: "flex",
@@ -143183,14 +143295,14 @@ const RegularHour = ({
143183
143295
  });
143184
143296
  };
143185
143297
  const container$9 = "_container_1wtrl_1";
143186
- const styles$N = {
143298
+ const styles$O = {
143187
143299
  container: container$9
143188
143300
  };
143189
143301
  const RegularHours = ({
143190
143302
  id: id2
143191
143303
  }) => {
143192
143304
  return /* @__PURE__ */ jsx$1("div", {
143193
- className: styles$N.container,
143305
+ className: styles$O.container,
143194
143306
  children: weekdays.map((weekday2) => /* @__PURE__ */ jsx$1(RegularHour, {
143195
143307
  id: `${id2}.${weekday2.id}`,
143196
143308
  weekday: weekday2.name
@@ -143199,7 +143311,7 @@ const RegularHours = ({
143199
143311
  };
143200
143312
  const container$8 = "_container_1w6jm_1";
143201
143313
  const date3 = "_date_1w6jm_8";
143202
- const styles$M = {
143314
+ const styles$N = {
143203
143315
  container: container$8,
143204
143316
  date: date3
143205
143317
  };
@@ -143223,9 +143335,9 @@ const SpecificHour = ({
143223
143335
  });
143224
143336
  };
143225
143337
  return /* @__PURE__ */ jsxs("div", {
143226
- className: styles$M.container,
143338
+ className: styles$N.container,
143227
143339
  children: [/* @__PURE__ */ jsx$1("div", {
143228
- className: styles$M.date,
143340
+ className: styles$N.date,
143229
143341
  children: /* @__PURE__ */ jsx$1(TimeSlotField, {
143230
143342
  id: `${id2}.date`,
143231
143343
  type: "date"
@@ -143247,7 +143359,7 @@ const SpecificHour = ({
143247
143359
  };
143248
143360
  const container$7 = "_container_130ly_1";
143249
143361
  const slot = "_slot_130ly_8";
143250
- const styles$L = {
143362
+ const styles$M = {
143251
143363
  container: container$7,
143252
143364
  slot,
143253
143365
  "delete": "_delete_130ly_13"
@@ -143273,13 +143385,13 @@ const SpecificHours = ({
143273
143385
  setSpecificHours(specificHoursUpdate);
143274
143386
  };
143275
143387
  return /* @__PURE__ */ jsxs("div", {
143276
- className: styles$L.container,
143388
+ className: styles$M.container,
143277
143389
  children: [specificHours.map((key2) => /* @__PURE__ */ jsxs("div", {
143278
- className: styles$L.slot,
143390
+ className: styles$M.slot,
143279
143391
  children: [/* @__PURE__ */ jsx$1(Icon$1, {
143280
143392
  icon: "trash",
143281
143393
  onClick: () => removeSpecificHour(key2),
143282
- className: styles$L.delete
143394
+ className: styles$M.delete
143283
143395
  }), /* @__PURE__ */ jsx$1(SpecificHour, {
143284
143396
  id: `${id2}[${key2}]`
143285
143397
  })]
@@ -143348,7 +143460,7 @@ const formarSpecialHours$2 = ({ specialHours }) => {
143348
143460
  };
143349
143461
  const form$2 = "_form_17xjl_1";
143350
143462
  const footer$4 = "_footer_17xjl_5";
143351
- const styles$K = {
143463
+ const styles$L = {
143352
143464
  form: form$2,
143353
143465
  footer: footer$4
143354
143466
  };
@@ -143391,7 +143503,7 @@ const Form$4 = ({
143391
143503
  initialValues,
143392
143504
  onSubmit: handleSubmit,
143393
143505
  children: /* @__PURE__ */ jsxs(Form$7, {
143394
- className: styles$K.form,
143506
+ className: styles$L.form,
143395
143507
  children: [/* @__PURE__ */ jsx$1(RegularHours, {
143396
143508
  id: "regularHours"
143397
143509
  }), /* @__PURE__ */ jsx$1("br", {}), /* @__PURE__ */ jsx$1(Heading, {
@@ -143401,7 +143513,7 @@ const Form$4 = ({
143401
143513
  }), /* @__PURE__ */ jsx$1(SpecificHours, {
143402
143514
  id: "specialHours"
143403
143515
  }), /* @__PURE__ */ jsxs("div", {
143404
- className: styles$K.footer,
143516
+ className: styles$L.footer,
143405
143517
  children: [/* @__PURE__ */ jsx$1(Button$1, {
143406
143518
  size: "small",
143407
143519
  type: "reset",
@@ -143640,7 +143752,7 @@ const useFieldAttribute = ({ id: id2 }) => {
143640
143752
  };
143641
143753
  const container$6 = "_container_1f3nv_1";
143642
143754
  const button$4 = "_button_1f3nv_9";
143643
- const styles$J = {
143755
+ const styles$K = {
143644
143756
  container: container$6,
143645
143757
  button: button$4,
143646
143758
  "button--active": "_button--active_1f3nv_19"
@@ -143659,14 +143771,14 @@ const ButtonGroup2 = ({
143659
143771
  htmlFor: "",
143660
143772
  children: label2
143661
143773
  }), /* @__PURE__ */ jsx$1("div", {
143662
- className: classNames$2(styles$J.container, className),
143774
+ className: classNames$2(styles$K.container, className),
143663
143775
  role: "group",
143664
143776
  children: buttons2.map((button2, index2) => /* @__PURE__ */ jsx$1("button", {
143665
143777
  type: "button",
143666
- className: classNames$2(styles$J.button, {
143667
- [styles$J["button--first"]]: index2 === firstButton,
143668
- [styles$J["button--latest"]]: index2 === lastButton,
143669
- [styles$J["button--active"]]: button2.value === value2
143778
+ className: classNames$2(styles$K.button, {
143779
+ [styles$K["button--first"]]: index2 === firstButton,
143780
+ [styles$K["button--latest"]]: index2 === lastButton,
143781
+ [styles$K["button--active"]]: button2.value === value2
143670
143782
  }),
143671
143783
  onClick: () => onClick(button2),
143672
143784
  children: button2.label
@@ -143676,7 +143788,7 @@ const ButtonGroup2 = ({
143676
143788
  };
143677
143789
  const container$5 = "_container_ii6rz_1";
143678
143790
  const container__attribute = "_container__attribute_ii6rz_6";
143679
- const styles$I = {
143791
+ const styles$J = {
143680
143792
  container: container$5,
143681
143793
  container__attribute
143682
143794
  };
@@ -143699,9 +143811,9 @@ const SimpliAttribute = ({
143699
143811
  onDelete();
143700
143812
  };
143701
143813
  return /* @__PURE__ */ jsxs("div", {
143702
- className: styles$I.container,
143814
+ className: styles$J.container,
143703
143815
  children: [/* @__PURE__ */ jsx$1("div", {
143704
- className: styles$I.container__attribute,
143816
+ className: styles$J.container__attribute,
143705
143817
  children: /* @__PURE__ */ jsx$1(ButtonGroup2, {
143706
143818
  buttons: buttons$1,
143707
143819
  onClick,
@@ -143999,7 +144111,7 @@ const formatName = ({
143999
144111
  const container$4 = "_container_idvh8_1";
144000
144112
  const form$1 = "_form_idvh8_22";
144001
144113
  const actionsButtons = "_actionsButtons_idvh8_36";
144002
- const styles$H = {
144114
+ const styles$I = {
144003
144115
  container: container$4,
144004
144116
  form: form$1,
144005
144117
  actionsButtons
@@ -144061,9 +144173,9 @@ const Form$3 = ({
144061
144173
  onSubmit: handleSubmit,
144062
144174
  children: /* @__PURE__ */ jsx$1(Form$7, {
144063
144175
  children: /* @__PURE__ */ jsxs("div", {
144064
- className: styles$H.container,
144176
+ className: styles$I.container,
144065
144177
  children: [/* @__PURE__ */ jsx$1("div", {
144066
- className: styles$H.form,
144178
+ className: styles$I.form,
144067
144179
  children: cleanAttributes.map(({
144068
144180
  title: title2,
144069
144181
  openDefault,
@@ -144090,7 +144202,7 @@ const Form$3 = ({
144090
144202
  }
144091
144203
  })
144092
144204
  }), /* @__PURE__ */ jsxs("div", {
144093
- className: styles$H.actionsButtons,
144205
+ className: styles$I.actionsButtons,
144094
144206
  children: [/* @__PURE__ */ jsx$1(Button$1, {
144095
144207
  size: "small",
144096
144208
  type: "reset",
@@ -144293,7 +144405,7 @@ const Contact = ({
144293
144405
  };
144294
144406
  const container$3 = "_container_1q4zb_1";
144295
144407
  const footer$3 = "_footer_1q4zb_6";
144296
- const styles$G = {
144408
+ const styles$H = {
144297
144409
  container: container$3,
144298
144410
  footer: footer$3
144299
144411
  };
@@ -145417,7 +145529,7 @@ function useDropzone(props = {}) {
145417
145529
  }
145418
145530
  const icon$2 = "_icon_e2tpc_1";
145419
145531
  const button$3 = "_button_e2tpc_6";
145420
- const styles$F = {
145532
+ const styles$G = {
145421
145533
  icon: icon$2,
145422
145534
  button: button$3
145423
145535
  };
@@ -145468,7 +145580,7 @@ function Dropzone({
145468
145580
  children: [/* @__PURE__ */ jsx$1("input", {
145469
145581
  ...getInputProps()
145470
145582
  }), showChildren && showAddButton && /* @__PURE__ */ jsx$1("div", {
145471
- className: styles$F.button,
145583
+ className: styles$G.button,
145472
145584
  onClick,
145473
145585
  children: /* @__PURE__ */ jsx$1(Icon$1, {
145474
145586
  icon: "plus"
@@ -145491,7 +145603,7 @@ function Dropzone({
145491
145603
  },
145492
145604
  children: /* @__PURE__ */ jsx$1(Icon$1, {
145493
145605
  icon: "folderAdd",
145494
- className: styles$F.icon
145606
+ className: styles$G.icon
145495
145607
  })
145496
145608
  }), /* @__PURE__ */ jsx$1("p", {
145497
145609
  children: t2("DRAGANDDROPPICT")
@@ -145584,7 +145696,7 @@ const image = "_image_1ciqr_44";
145584
145696
  const textarea = "_textarea_1ciqr_51";
145585
145697
  const channels$4 = "_channels_1ciqr_61";
145586
145698
  const social_logo = "_social_logo_1ciqr_73";
145587
- const styles$E = {
145699
+ const styles$F = {
145588
145700
  container: container$2,
145589
145701
  container__files,
145590
145702
  file,
@@ -145595,7 +145707,7 @@ const styles$E = {
145595
145707
  };
145596
145708
  const nav = "_nav_1pvvi_1";
145597
145709
  const nav__tab = "_nav__tab_1pvvi_6";
145598
- const styles$D = {
145710
+ const styles$E = {
145599
145711
  nav,
145600
145712
  nav__tab,
145601
145713
  "nav__tab--active": "_nav__tab--active_1pvvi_10"
@@ -145606,13 +145718,13 @@ const Tabs = ({
145606
145718
  onClick
145607
145719
  }) => {
145608
145720
  return /* @__PURE__ */ jsx$1("nav", {
145609
- className: styles$D.nav,
145721
+ className: styles$E.nav,
145610
145722
  children: tabs.map(({
145611
145723
  id: id2,
145612
145724
  label: label2
145613
145725
  }) => /* @__PURE__ */ jsx$1("div", {
145614
- className: classNames$2(styles$D.nav__tab, {
145615
- [styles$D["nav__tab--active"]]: id2 === selectedTab
145726
+ className: classNames$2(styles$E.nav__tab, {
145727
+ [styles$E["nav__tab--active"]]: id2 === selectedTab
145616
145728
  }),
145617
145729
  onClick: () => onClick(id2),
145618
145730
  children: label2
@@ -145735,7 +145847,7 @@ const MediaPage = () => {
145735
145847
  mediaTypeSelected == null ? void 0 : mediaTypeSelected.description;
145736
145848
  return /* @__PURE__ */ jsxs(Fragment, {
145737
145849
  children: [/* @__PURE__ */ jsxs("div", {
145738
- className: styles$E.container,
145850
+ className: styles$F.container,
145739
145851
  children: [/* @__PURE__ */ jsx$1("div", {
145740
145852
  children: /* @__PURE__ */ jsx$1(Tabs, {
145741
145853
  tabs: tabsMedia,
@@ -145753,16 +145865,16 @@ const MediaPage = () => {
145753
145865
  showChildren: filesToShow.length > 0,
145754
145866
  selectedCategory,
145755
145867
  children: /* @__PURE__ */ jsx$1("div", {
145756
- className: styles$E["container__files"],
145868
+ className: styles$F["container__files"],
145757
145869
  children: filesToShow.map((file2, index2) => {
145758
145870
  var _a2, _b, _c;
145759
145871
  return /* @__PURE__ */ jsxs("div", {
145760
- className: styles$E.file,
145872
+ className: styles$F.file,
145761
145873
  children: [/* @__PURE__ */ jsx$1("img", {
145762
145874
  src: file2.url || URL.createObjectURL(file2.file),
145763
- className: styles$E.image
145875
+ className: styles$F.image
145764
145876
  }), /* @__PURE__ */ jsxs("div", {
145765
- className: styles$E.textarea,
145877
+ className: styles$F.textarea,
145766
145878
  children: [/* @__PURE__ */ jsx$1(TextArea$1, {
145767
145879
  label: "",
145768
145880
  onChange: (event) => updateDescription(event, file2.index),
@@ -145770,7 +145882,7 @@ const MediaPage = () => {
145770
145882
  rows: 3,
145771
145883
  id: `caption-${index2}`
145772
145884
  }), /* @__PURE__ */ jsxs("div", {
145773
- className: styles$E.channels,
145885
+ className: styles$F.channels,
145774
145886
  children: [/* @__PURE__ */ jsx$1("div", {
145775
145887
  children: "Publish on:"
145776
145888
  }), /* @__PURE__ */ jsxs("div", {
@@ -145785,7 +145897,7 @@ const MediaPage = () => {
145785
145897
  children: /* @__PURE__ */ jsx$1("img", {
145786
145898
  src: google$1,
145787
145899
  alt: "google",
145788
- className: styles$E.social_logo
145900
+ className: styles$F.social_logo
145789
145901
  })
145790
145902
  })]
145791
145903
  }), /* @__PURE__ */ jsxs("div", {
@@ -145800,7 +145912,7 @@ const MediaPage = () => {
145800
145912
  children: /* @__PURE__ */ jsx$1("img", {
145801
145913
  src: facebook$1,
145802
145914
  alt: "facebook",
145803
- className: styles$E.social_logo
145915
+ className: styles$F.social_logo
145804
145916
  })
145805
145917
  })]
145806
145918
  }), /* @__PURE__ */ jsxs("div", {
@@ -145815,7 +145927,7 @@ const MediaPage = () => {
145815
145927
  children: /* @__PURE__ */ jsx$1("img", {
145816
145928
  src: bing$1,
145817
145929
  alt: "bing",
145818
- className: styles$E.social_logo
145930
+ className: styles$F.social_logo
145819
145931
  })
145820
145932
  })]
145821
145933
  })]
@@ -145957,10 +146069,10 @@ const Form$1 = ({
145957
146069
  onSubmit: handleSubmit,
145958
146070
  children: /* @__PURE__ */ jsxs(Form$7, {
145959
146071
  children: [/* @__PURE__ */ jsx$1("div", {
145960
- className: styles$G.container,
146072
+ className: styles$H.container,
145961
146073
  children: /* @__PURE__ */ jsx$1(MediaPage, {})
145962
146074
  }), /* @__PURE__ */ jsxs("div", {
145963
- className: styles$G.footer,
146075
+ className: styles$H.footer,
145964
146076
  children: [/* @__PURE__ */ jsx$1(Button$1, {
145965
146077
  size: "small",
145966
146078
  type: "reset",
@@ -146043,7 +146155,7 @@ const Media = ({
146043
146155
  };
146044
146156
  const wrap_links = "_wrap_links_9tmdu_1";
146045
146157
  const link = "_link_9tmdu_5";
146046
- const styles$C = {
146158
+ const styles$D = {
146047
146159
  wrap_links,
146048
146160
  link
146049
146161
  };
@@ -146063,13 +146175,13 @@ const CardLinks = ({
146063
146175
  onClick: onClickEdit
146064
146176
  })
146065
146177
  },
146066
- className: styles$C.wrap_links,
146178
+ className: styles$D.wrap_links,
146067
146179
  children: [/* @__PURE__ */ jsxs(UIList$1, {
146068
146180
  mode: "vertical",
146069
146181
  children: [values.urlWebsite && /* @__PURE__ */ jsx$1("a", {
146070
146182
  href: values.urlWebsite,
146071
146183
  target: "_blank",
146072
- className: styles$C.link,
146184
+ className: styles$D.link,
146073
146185
  children: /* @__PURE__ */ jsx$1(Item, {
146074
146186
  label: "Website",
146075
146187
  text: " "
@@ -146080,7 +146192,7 @@ const CardLinks = ({
146080
146192
  }, key2) => /* @__PURE__ */ jsx$1("a", {
146081
146193
  href: value2,
146082
146194
  target: "_blank",
146083
- className: styles$C.link,
146195
+ className: styles$D.link,
146084
146196
  children: /* @__PURE__ */ jsx$1(Item, {
146085
146197
  label: displayName,
146086
146198
  text: " "
@@ -146115,7 +146227,7 @@ const CardLinks = ({
146115
146227
  });
146116
146228
  };
146117
146229
  const container$1 = "_container_1w35v_1";
146118
- const styles$B = {
146230
+ const styles$C = {
146119
146231
  container: container$1
146120
146232
  };
146121
146233
  const Form2 = ({
@@ -146202,7 +146314,7 @@ const Form2 = ({
146202
146314
  children: /* @__PURE__ */ jsxs("form", {
146203
146315
  onSubmit: handleSubmit(onSubmitForm),
146204
146316
  children: [/* @__PURE__ */ jsxs("div", {
146205
- className: styles$B.container,
146317
+ className: styles$C.container,
146206
146318
  children: [/* @__PURE__ */ jsx$1("div", {
146207
146319
  children: /* @__PURE__ */ jsx$1(TextInputField, {
146208
146320
  control,
@@ -146526,7 +146638,7 @@ class Masonry extends React__default.Component {
146526
146638
  }
146527
146639
  }
146528
146640
  Masonry.defaultProps = defaultProps;
146529
- const styles$A = {
146641
+ const styles$B = {
146530
146642
  "my-masonry-grid": "_my-masonry-grid_vahsi_1",
146531
146643
  "my-masonry-grid_column": "_my-masonry-grid_column_vahsi_12"
146532
146644
  };
@@ -146550,7 +146662,7 @@ const addModuleGoogle = async ({
146550
146662
  };
146551
146663
  const account = "_account_p1rn0_12";
146552
146664
  const account__address = "_account__address_p1rn0_27";
146553
- const styles$z = {
146665
+ const styles$A = {
146554
146666
  account,
146555
146667
  "account--selected": "_account--selected_p1rn0_24",
146556
146668
  account__address
@@ -146562,12 +146674,12 @@ const Account = ({
146562
146674
  address: address2
146563
146675
  }) => {
146564
146676
  return /* @__PURE__ */ jsxs("div", {
146565
- className: classNames$2(styles$z.account, {
146566
- [styles$z["account--selected"]]: selected
146677
+ className: classNames$2(styles$A.account, {
146678
+ [styles$A["account--selected"]]: selected
146567
146679
  }),
146568
146680
  onClick,
146569
146681
  children: [name2, address2 && /* @__PURE__ */ jsx$1("div", {
146570
- className: styles$z.account__address,
146682
+ className: styles$A.account__address,
146571
146683
  children: address2
146572
146684
  })]
146573
146685
  });
@@ -146575,7 +146687,7 @@ const Account = ({
146575
146687
  const selectAccount$1 = "_selectAccount_1cl8x_1";
146576
146688
  const selectAccount__title$1 = "_selectAccount__title_1cl8x_7";
146577
146689
  const close2 = "_close_1cl8x_27";
146578
- const styles$y = {
146690
+ const styles$z = {
146579
146691
  selectAccount: selectAccount$1,
146580
146692
  selectAccount__title: selectAccount__title$1,
146581
146693
  close: close2
@@ -146616,9 +146728,9 @@ const SelectAccount$1 = ({
146616
146728
  setFilteredAccounts(accounts);
146617
146729
  }, [accounts]);
146618
146730
  return /* @__PURE__ */ jsxs("div", {
146619
- className: styles$y.selectAccount,
146731
+ className: styles$z.selectAccount,
146620
146732
  children: [/* @__PURE__ */ jsx$1("div", {
146621
- className: styles$y.selectAccount__title,
146733
+ className: styles$z.selectAccount__title,
146622
146734
  children: t2("Select an account")
146623
146735
  }), /* @__PURE__ */ jsx$1("div", {
146624
146736
  children: t2("Please select an accout that you want to connect to Google")
@@ -146642,7 +146754,7 @@ const SelectAccount$1 = ({
146642
146754
  })
146643
146755
  }), searchValue && searchValue.length > 0 && /* @__PURE__ */ jsx$1("div", {
146644
146756
  children: /* @__PURE__ */ jsx$1("button", {
146645
- className: styles$y.close,
146757
+ className: styles$z.close,
146646
146758
  type: "button",
146647
146759
  onClick: () => {
146648
146760
  setSearchValue("");
@@ -146669,7 +146781,7 @@ const SelectAccount$1 = ({
146669
146781
  };
146670
146782
  const stepsContainer = "_stepsContainer_jtj1a_1";
146671
146783
  const step = "_step_jtj1a_1";
146672
- const styles$x = {
146784
+ const styles$y = {
146673
146785
  stepsContainer,
146674
146786
  step
146675
146787
  };
@@ -146686,7 +146798,7 @@ const Steps = ({
146686
146798
  };
146687
146799
  return /* @__PURE__ */ jsxs(Fragment, {
146688
146800
  children: [/* @__PURE__ */ jsx$1("div", {
146689
- className: styles$x.stepsContainer,
146801
+ className: styles$y.stepsContainer,
146690
146802
  children: stepsToRender.map((index2) => /* @__PURE__ */ jsx$1(Step, {
146691
146803
  onClick: () => handleNext(index2)
146692
146804
  }, index2))
@@ -146697,7 +146809,7 @@ const Step = ({
146697
146809
  onClick
146698
146810
  }) => {
146699
146811
  return /* @__PURE__ */ jsx$1("div", {
146700
- className: styles$x.step,
146812
+ className: styles$y.step,
146701
146813
  onClick
146702
146814
  });
146703
146815
  };
@@ -146742,7 +146854,7 @@ const GooogleStepsToConnect = ({
146742
146854
  };
146743
146855
  const selectAccount = "_selectAccount_1jze1_1";
146744
146856
  const selectAccount__title = "_selectAccount__title_1jze1_7";
146745
- const styles$w = {
146857
+ const styles$x = {
146746
146858
  selectAccount,
146747
146859
  selectAccount__title
146748
146860
  };
@@ -146759,9 +146871,9 @@ const SelectAccount = ({
146759
146871
  setSelectedAccount(value2);
146760
146872
  };
146761
146873
  return /* @__PURE__ */ jsxs("div", {
146762
- className: styles$w.selectAccount,
146874
+ className: styles$x.selectAccount,
146763
146875
  children: [/* @__PURE__ */ jsx$1("div", {
146764
- className: styles$w.selectAccount__title,
146876
+ className: styles$x.selectAccount__title,
146765
146877
  children: t2("Select an account")
146766
146878
  }), /* @__PURE__ */ jsx$1("div", {
146767
146879
  children: t2("Please select an accout that you want to connect to Facebook.")
@@ -146860,7 +146972,7 @@ const p15 = "_p15_90mhs_21";
146860
146972
  const centered$1 = "_centered_90mhs_24";
146861
146973
  const w100 = "_w100_90mhs_49";
146862
146974
  const noChannel = "_noChannel_90mhs_72";
146863
- const styles$v = {
146975
+ const styles$w = {
146864
146976
  partner_onboarding,
146865
146977
  subtitle,
146866
146978
  p15,
@@ -146874,7 +146986,7 @@ const disabled$2 = "_disabled_1f436_1";
146874
146986
  const channels$3 = "_channels_1f436_12";
146875
146987
  const relative$2 = "_relative_1f436_19";
146876
146988
  const connected$2 = "_connected_1f436_23";
146877
- const styles$u = {
146989
+ const styles$v = {
146878
146990
  disabled: disabled$2,
146879
146991
  channels: channels$3,
146880
146992
  relative: relative$2,
@@ -146918,15 +147030,15 @@ const GoogleButton = ({
146918
147030
  if (isConnected) {
146919
147031
  return /* @__PURE__ */ jsxs(Fragment, {
146920
147032
  children: [type4 === "image" && /* @__PURE__ */ jsxs("div", {
146921
- className: styles$u.relative,
147033
+ className: styles$v.relative,
146922
147034
  children: [/* @__PURE__ */ jsx$1("div", {
146923
- className: styles$u.connected,
147035
+ className: styles$v.connected,
146924
147036
  children: /* @__PURE__ */ jsx$1("img", {
146925
147037
  src: connected$3,
146926
147038
  alt: "connected"
146927
147039
  })
146928
147040
  }), /* @__PURE__ */ jsx$1("img", {
146929
- className: `${styles$u.channels} ${styles$u.disabled}`,
147041
+ className: `${styles$v.channels} ${styles$v.disabled}`,
146930
147042
  src: gmb,
146931
147043
  alt: "Google My Business"
146932
147044
  })]
@@ -146940,7 +147052,7 @@ const GoogleButton = ({
146940
147052
  return /* @__PURE__ */ jsxs(Fragment, {
146941
147053
  children: [type4 === "image" && /* @__PURE__ */ jsx$1("img", {
146942
147054
  onClick: () => login(),
146943
- className: styles$u.channels,
147055
+ className: styles$v.channels,
146944
147056
  src: gmb,
146945
147057
  alt: "Google My Business"
146946
147058
  }), type4 !== "image" && /* @__PURE__ */ jsx$1(Button$1, {
@@ -146973,10 +147085,10 @@ const Step1 = ({
146973
147085
  children: [/* @__PURE__ */ jsx$1("h2", {
146974
147086
  children: t2("gettingStarted")
146975
147087
  }), /* @__PURE__ */ jsxs("p", {
146976
- className: styles$v.subtitle,
147088
+ className: styles$w.subtitle,
146977
147089
  children: [t2("hello"), " ", venue, ",", /* @__PURE__ */ jsx$1("br", {}), /* @__PURE__ */ jsx$1("br", {}), t2("The purpose of Listing and Review is to help you manage your contents and comments from one place."), /* @__PURE__ */ jsx$1("br", {}), /* @__PURE__ */ jsx$1("br", {}), t2("To initiate the service, we will be able to control each step of data synchronisation:"), /* @__PURE__ */ jsx$1("br", {}), /* @__PURE__ */ jsx$1("br", {})]
146978
147090
  }), /* @__PURE__ */ jsxs("ul", {
146979
- className: styles$v.subtitle,
147091
+ className: styles$w.subtitle,
146980
147092
  children: [/* @__PURE__ */ jsx$1("li", {
146981
147093
  children: t2("Review your information before publishing the information to Google My Business")
146982
147094
  }), /* @__PURE__ */ jsx$1("li", {
@@ -146985,9 +147097,9 @@ const Step1 = ({
146985
147097
  children: t2("Connect additional channels (Facebook, Bing...)")
146986
147098
  })]
146987
147099
  }), /* @__PURE__ */ jsx$1("br", {}), /* @__PURE__ */ jsx$1("br", {}), /* @__PURE__ */ jsxs("div", {
146988
- className: styles$v.centered,
147100
+ className: styles$w.centered,
146989
147101
  children: [/* @__PURE__ */ jsx$1("div", {
146990
- className: styles$v.w100,
147102
+ className: styles$w.w100,
146991
147103
  children: /* @__PURE__ */ jsx$1(GoogleButtonContainer, {
146992
147104
  onSuccess: setGoogleResponse,
146993
147105
  venueId,
@@ -146996,7 +147108,7 @@ const Step1 = ({
146996
147108
  })
146997
147109
  }), /* @__PURE__ */ jsx$1("span", {
146998
147110
  onClick: onClose2,
146999
- className: styles$v.noChannel,
147111
+ className: styles$w.noChannel,
147000
147112
  children: t2("I don't have a Google My Business account")
147001
147113
  })]
147002
147114
  })]
@@ -147007,7 +147119,7 @@ const disabled$1 = "_disabled_1f436_1";
147007
147119
  const channels$2 = "_channels_1f436_12";
147008
147120
  const relative$1 = "_relative_1f436_19";
147009
147121
  const connected$1 = "_connected_1f436_23";
147010
- const styles$t = {
147122
+ const styles$u = {
147011
147123
  disabled: disabled$1,
147012
147124
  channels: channels$2,
147013
147125
  relative: relative$1,
@@ -147041,15 +147153,15 @@ const FbButton = ({
147041
147153
  }, [autoLoad]);
147042
147154
  if (isConnected) {
147043
147155
  return /* @__PURE__ */ jsxs("div", {
147044
- className: styles$t.relative,
147156
+ className: styles$u.relative,
147045
147157
  children: [/* @__PURE__ */ jsx$1("div", {
147046
- className: styles$t.connected,
147158
+ className: styles$u.connected,
147047
147159
  children: /* @__PURE__ */ jsx$1("img", {
147048
147160
  src: connected$3,
147049
147161
  alt: "connected"
147050
147162
  })
147051
147163
  }), /* @__PURE__ */ jsx$1("img", {
147052
- className: `${styles$t.channels} ${styles$t.disabled}`,
147164
+ className: `${styles$u.channels} ${styles$u.disabled}`,
147053
147165
  src: facebook,
147054
147166
  alt: "Facebook"
147055
147167
  })]
@@ -147063,7 +147175,7 @@ const FbButton = ({
147063
147175
  autoLoad,
147064
147176
  render: (renderProps) => /* @__PURE__ */ jsx$1("img", {
147065
147177
  onClick: () => setTimeout(renderProps.onClick, 100),
147066
- className: styles$t.channels,
147178
+ className: styles$u.channels,
147067
147179
  src: facebook,
147068
147180
  alt: "Facebook"
147069
147181
  })
@@ -147074,7 +147186,7 @@ const disabled = "_disabled_1f436_1";
147074
147186
  const channels$1 = "_channels_1f436_12";
147075
147187
  const relative = "_relative_1f436_19";
147076
147188
  const connected = "_connected_1f436_23";
147077
- const styles$s = {
147189
+ const styles$t = {
147078
147190
  disabled,
147079
147191
  channels: channels$1,
147080
147192
  relative,
@@ -147092,15 +147204,15 @@ const BingButton = ({
147092
147204
  };
147093
147205
  if (isConnected) {
147094
147206
  return /* @__PURE__ */ jsxs("div", {
147095
- className: styles$s.relative,
147207
+ className: styles$t.relative,
147096
147208
  children: [/* @__PURE__ */ jsx$1("div", {
147097
- className: styles$s.connected,
147209
+ className: styles$t.connected,
147098
147210
  children: /* @__PURE__ */ jsx$1("img", {
147099
147211
  src: connected$3,
147100
147212
  alt: "connected"
147101
147213
  })
147102
147214
  }), /* @__PURE__ */ jsx$1("img", {
147103
- className: `${styles$s.channels} ${styles$s.disabled}`,
147215
+ className: `${styles$t.channels} ${styles$t.disabled}`,
147104
147216
  src: bing,
147105
147217
  alt: "Bing"
147106
147218
  })]
@@ -147108,7 +147220,7 @@ const BingButton = ({
147108
147220
  }
147109
147221
  return /* @__PURE__ */ jsx$1("img", {
147110
147222
  onClick: handleConnect,
147111
- className: styles$s.channels,
147223
+ className: styles$t.channels,
147112
147224
  src: bing,
147113
147225
  alt: "Bing"
147114
147226
  });
@@ -147131,12 +147243,12 @@ const Step2 = ({
147131
147243
  children: [/* @__PURE__ */ jsxs("h2", {
147132
147244
  children: [t2("Congratulations! You're all setup."), " ", /* @__PURE__ */ jsx$1("br", {}), " ", t2("Let's connect more channels and start syncing")]
147133
147245
  }), /* @__PURE__ */ jsx$1("p", {
147134
- className: styles$v.subtitle,
147246
+ className: styles$w.subtitle,
147135
147247
  children: t2("Now you can connect additional channels and start managing your content and reviews from one place.")
147136
147248
  }), /* @__PURE__ */ jsxs(Row, {
147137
147249
  justify: "center",
147138
147250
  children: [/* @__PURE__ */ jsx$1(Col, {
147139
- className: `${styles$v.p15} ${styles$v.centered}`,
147251
+ className: `${styles$w.p15} ${styles$w.centered}`,
147140
147252
  md: 7,
147141
147253
  offset: 1,
147142
147254
  children: /* @__PURE__ */ jsx$1(GoogleButtonContainer, {
@@ -147147,7 +147259,7 @@ const Step2 = ({
147147
147259
  type: "image"
147148
147260
  })
147149
147261
  }), /* @__PURE__ */ jsx$1(Col, {
147150
- className: `${styles$v.p15} ${styles$v.centered}`,
147262
+ className: `${styles$w.p15} ${styles$w.centered}`,
147151
147263
  md: 7,
147152
147264
  children: /* @__PURE__ */ jsx$1(FbButton, {
147153
147265
  onSuccess: setfbResponse,
@@ -147156,7 +147268,7 @@ const Step2 = ({
147156
147268
  venueId
147157
147269
  })
147158
147270
  }), /* @__PURE__ */ jsx$1(Col, {
147159
- className: `${styles$v.p15} ${styles$v.centered}`,
147271
+ className: `${styles$w.p15} ${styles$w.centered}`,
147160
147272
  md: 7,
147161
147273
  children: /* @__PURE__ */ jsx$1(BingButton, {
147162
147274
  isConnected: BingConnected,
@@ -147165,9 +147277,9 @@ const Step2 = ({
147165
147277
  })
147166
147278
  })]
147167
147279
  }), /* @__PURE__ */ jsx$1("br", {}), /* @__PURE__ */ jsx$1("div", {
147168
- className: styles$v.centered,
147280
+ className: styles$w.centered,
147169
147281
  children: /* @__PURE__ */ jsx$1("div", {
147170
- className: styles$v.w100,
147282
+ className: styles$w.w100,
147171
147283
  children: /* @__PURE__ */ jsx$1(Button$1, {
147172
147284
  onClick: onClose2,
147173
147285
  children: t2("Ready!")
@@ -147213,7 +147325,7 @@ const ModalOnboarding = ({
147213
147325
  onClose: onClose2,
147214
147326
  width: 800,
147215
147327
  children: /* @__PURE__ */ jsxs("div", {
147216
- className: styles$v.partner_onboarding,
147328
+ className: styles$w.partner_onboarding,
147217
147329
  children: [step2 === 1 && /* @__PURE__ */ jsx$1(Step1, {
147218
147330
  venue,
147219
147331
  setGoogleResponse,
@@ -147251,7 +147363,7 @@ const channels = "_channels_34lsg_13";
147251
147363
  const loader = "_loader_34lsg_27";
147252
147364
  const check = "_check_34lsg_31";
147253
147365
  const error2 = "_error_34lsg_34";
147254
- const styles$r = {
147366
+ const styles$s = {
147255
147367
  centered,
147256
147368
  channels,
147257
147369
  loader,
@@ -147292,27 +147404,27 @@ const ModalPublish = ({
147292
147404
  children: [/* @__PURE__ */ jsx$1("h2", {
147293
147405
  children: t2("ERRORSYNC")
147294
147406
  }), /* @__PURE__ */ jsxs("ul", {
147295
- className: styles$r.channels,
147407
+ className: styles$s.channels,
147296
147408
  children: [GoogleConnected && /* @__PURE__ */ jsxs("li", {
147297
- className: styles$r.channelsLi,
147409
+ className: styles$s.channelsLi,
147298
147410
  children: [t2("Google Business Profile"), googlePublishing === "in_progress" && /* @__PURE__ */ jsxs("span", {
147299
- className: styles$r.publishingInProgress,
147411
+ className: styles$s.publishingInProgress,
147300
147412
  children: [t2("publishing"), " ", /* @__PURE__ */ jsx$1("img", {
147301
147413
  src: Loader,
147302
- className: styles$r.loader,
147414
+ className: styles$s.loader,
147303
147415
  alt: "Loading"
147304
147416
  })]
147305
147417
  }), googlePublishing === "success" && /* @__PURE__ */ jsxs("span", {
147306
147418
  children: [t2("success"), " ", /* @__PURE__ */ jsx$1("img", {
147307
147419
  src: Check,
147308
- className: styles$r.check,
147420
+ className: styles$s.check,
147309
147421
  alt: "Success"
147310
147422
  })]
147311
147423
  }), googleErrors && /* @__PURE__ */ jsxs(Fragment, {
147312
147424
  children: [/* @__PURE__ */ jsxs("span", {
147313
147425
  children: [t2("error"), " ", /* @__PURE__ */ jsx$1("img", {
147314
147426
  src: Close,
147315
- className: styles$r.error,
147427
+ className: styles$s.error,
147316
147428
  alt: "Error"
147317
147429
  })]
147318
147430
  }), /* @__PURE__ */ jsx$1("div", {
@@ -147323,26 +147435,26 @@ const ModalPublish = ({
147323
147435
  children: ["Facebook", facebookPublishing === "in_progress" && /* @__PURE__ */ jsxs("span", {
147324
147436
  children: [t2("publishing"), " ", /* @__PURE__ */ jsx$1("img", {
147325
147437
  src: Loader,
147326
- className: styles$r.loader,
147438
+ className: styles$s.loader,
147327
147439
  alt: "Loading"
147328
147440
  })]
147329
147441
  }), facebookPublishing === "waiting" && /* @__PURE__ */ jsxs("span", {
147330
147442
  children: [t2("pending"), " ", /* @__PURE__ */ jsx$1("img", {
147331
147443
  src: Loader,
147332
- className: styles$r.loader,
147444
+ className: styles$s.loader,
147333
147445
  alt: "Loading"
147334
147446
  })]
147335
147447
  }), facebookPublishing === "success" && /* @__PURE__ */ jsxs("span", {
147336
147448
  children: [t2("success"), " ", /* @__PURE__ */ jsx$1("img", {
147337
147449
  src: Check,
147338
- className: styles$r.check,
147450
+ className: styles$s.check,
147339
147451
  alt: "Success"
147340
147452
  })]
147341
147453
  }), facebookErrors && /* @__PURE__ */ jsxs(Fragment, {
147342
147454
  children: [/* @__PURE__ */ jsxs("span", {
147343
147455
  children: [t2("error"), " ", /* @__PURE__ */ jsx$1("img", {
147344
147456
  src: Close,
147345
- className: styles$r.error,
147457
+ className: styles$s.error,
147346
147458
  alt: "Error"
147347
147459
  })]
147348
147460
  }), /* @__PURE__ */ jsx$1("div", {
@@ -147353,13 +147465,13 @@ const ModalPublish = ({
147353
147465
  children: ["Bing", (facebookPublishing === "waiting" || googlePublishing === "waiting") && /* @__PURE__ */ jsxs("span", {
147354
147466
  children: [t2("pending"), " ", /* @__PURE__ */ jsx$1("img", {
147355
147467
  src: Loader,
147356
- className: styles$r.loader,
147468
+ className: styles$s.loader,
147357
147469
  alt: "Loading"
147358
147470
  })]
147359
147471
  }), facebookPublishing !== "in_progress" && facebookPublishing !== "waiting" && googlePublishing !== "in_progress" && googlePublishing !== "waiting" && /* @__PURE__ */ jsxs("span", {
147360
147472
  children: [t2("success"), " ", /* @__PURE__ */ jsx$1("img", {
147361
147473
  src: Check,
147362
- className: styles$r.check,
147474
+ className: styles$s.check,
147363
147475
  alt: "Success"
147364
147476
  })]
147365
147477
  })]
@@ -147368,11 +147480,11 @@ const ModalPublish = ({
147368
147480
  children: [/* @__PURE__ */ jsx$1("p", {
147369
147481
  children: t2("Please, note that your connected channels may take up to 24h to be updated and that all information may pass a review process before publication.")
147370
147482
  }), /* @__PURE__ */ jsx$1("div", {
147371
- className: styles$r.centered,
147483
+ className: styles$s.centered,
147372
147484
  children: /* @__PURE__ */ jsx$1("div", {
147373
- className: styles$r.w100,
147485
+ className: styles$s.w100,
147374
147486
  children: /* @__PURE__ */ jsx$1(Button$1, {
147375
- className: styles$r.button,
147487
+ className: styles$s.button,
147376
147488
  size: "small",
147377
147489
  onClick: onClose2,
147378
147490
  children: t2("Close")
@@ -147873,8 +147985,8 @@ const VenueListingDetail = ({
147873
147985
  1200: 2,
147874
147986
  800: 1
147875
147987
  },
147876
- className: styles$A["my-masonry-grid"],
147877
- columnClassName: styles$A["my-masonry-grid_column"],
147988
+ className: styles$B["my-masonry-grid"],
147989
+ columnClassName: styles$B["my-masonry-grid_column"],
147878
147990
  children: [/* @__PURE__ */ jsx$1(Description, {
147879
147991
  values: data2,
147880
147992
  reload: handleOnPublish,
@@ -148489,7 +148601,7 @@ const VenueListingPage = ({
148489
148601
  const channelCardContainer = "_channelCardContainer_12h4p_1";
148490
148602
  const channelCard = "_channelCard_12h4p_1";
148491
148603
  const channelCardBody = "_channelCardBody_12h4p_18";
148492
- const styles$q = {
148604
+ const styles$r = {
148493
148605
  channelCardContainer,
148494
148606
  channelCard,
148495
148607
  channelCardBody
@@ -148503,9 +148615,9 @@ const ChannelCard = ({
148503
148615
  t: t2
148504
148616
  } = useTranslation();
148505
148617
  return /* @__PURE__ */ jsx$1(Card$1, {
148506
- className: styles$q.channelCard,
148618
+ className: styles$r.channelCard,
148507
148619
  children: /* @__PURE__ */ jsxs("div", {
148508
- className: styles$q.channelCardBody,
148620
+ className: styles$r.channelCardBody,
148509
148621
  children: [/* @__PURE__ */ jsx$1("img", {
148510
148622
  src: logo2,
148511
148623
  height: "80",
@@ -148679,9 +148791,9 @@ const ChannelsDashboard = ({
148679
148791
  },
148680
148792
  children: t2("ACTIVEBOOKINGCHANNELS")
148681
148793
  }), /* @__PURE__ */ jsx$1("div", {
148682
- className: styles$q.channelCardContainer,
148794
+ className: styles$r.channelCardContainer,
148683
148795
  children: connectedChannelsData.length > 0 ? connectedChannelsData.map((c2, index2) => /* @__PURE__ */ jsx$1("div", {
148684
- className: styles$q.channelCard,
148796
+ className: styles$r.channelCard,
148685
148797
  style: {
148686
148798
  cursor: "pointer"
148687
148799
  },
@@ -148704,7 +148816,7 @@ const ChannelsDashboard = ({
148704
148816
  },
148705
148817
  children: t2("AVAILABLE_BOOKING_CHANNELS")
148706
148818
  }), /* @__PURE__ */ jsx$1("div", {
148707
- className: styles$q.channelCardContainer,
148819
+ className: styles$r.channelCardContainer,
148708
148820
  children: (() => {
148709
148821
  const availableChannels = channelsData.filter((c2) => !connectedChannelsData.find((cc) => cc.reservationPortal.id === c2.id));
148710
148822
  return availableChannels.length > 0 ? availableChannels.map((c2, index2) => /* @__PURE__ */ jsx$1(ChannelCard, {
@@ -148743,7 +148855,7 @@ const td$1 = "_td_1c81r_106";
148743
148855
  const tableContainer$1 = "_tableContainer_1c81r_116";
148744
148856
  const tbody$1 = "_tbody_1c81r_156";
148745
148857
  const tr$1 = "_tr_1c81r_164";
148746
- const styles$p = {
148858
+ const styles$q = {
148747
148859
  skeleton: skeleton$1,
148748
148860
  item: item$1,
148749
148861
  rowsSelector: rowsSelector$1,
@@ -148775,19 +148887,19 @@ const CustomTable = ({
148775
148887
  t: t2
148776
148888
  } = useTranslation();
148777
148889
  return /* @__PURE__ */ jsxs("div", {
148778
- className: classNames$2(styles$p.tableContainer, classNameConatiner),
148890
+ className: classNames$2(styles$q.tableContainer, classNameConatiner),
148779
148891
  children: [/* @__PURE__ */ jsx$1("div", {
148780
148892
  style: {
148781
148893
  overflowY: "auto"
148782
148894
  },
148783
148895
  children: /* @__PURE__ */ jsxs("table", {
148784
- className: styles$p.table,
148896
+ className: styles$q.table,
148785
148897
  children: [/* @__PURE__ */ jsx$1("thead", {
148786
- className: styles$p.thead,
148898
+ className: styles$q.thead,
148787
148899
  children: /* @__PURE__ */ jsx$1("tr", {
148788
- className: styles$p.tr,
148900
+ className: styles$q.tr,
148789
148901
  children: header2.map((h2) => /* @__PURE__ */ jsx$1("th", {
148790
- className: styles$p.th,
148902
+ className: styles$q.th,
148791
148903
  children: h2.label
148792
148904
  }, h2.id))
148793
148905
  })
@@ -148795,23 +148907,23 @@ const CustomTable = ({
148795
148907
  rows: (paginationProps == null ? void 0 : paginationProps.rows) ?? 1,
148796
148908
  items: header2.length
148797
148909
  }), !isLoading && data2.length > 0 && /* @__PURE__ */ jsx$1("tbody", {
148798
- className: styles$p.tbody,
148910
+ className: styles$q.tbody,
148799
148911
  children: data2.map((item2, index2) => /* @__PURE__ */ jsx$1("tr", {
148800
- className: styles$p.tr,
148912
+ className: styles$q.tr,
148801
148913
  children: header2.map(({
148802
148914
  id: id2,
148803
148915
  render: render2
148804
148916
  }) => /* @__PURE__ */ jsx$1("td", {
148805
- className: styles$p.td,
148917
+ className: styles$q.td,
148806
148918
  children: render2 ? render2(item2[id2], item2) : item2[id2]
148807
148919
  }, `${index2}-${id2}`))
148808
148920
  }, index2))
148809
148921
  }), !isLoading && data2.length === 0 && /* @__PURE__ */ jsx$1("tbody", {
148810
- className: styles$p.tbody,
148922
+ className: styles$q.tbody,
148811
148923
  children: /* @__PURE__ */ jsx$1("tr", {
148812
- className: styles$p.tr,
148924
+ className: styles$q.tr,
148813
148925
  children: /* @__PURE__ */ jsx$1("td", {
148814
- className: styles$p.td,
148926
+ className: styles$q.td,
148815
148927
  colSpan: header2.length,
148816
148928
  children: /* @__PURE__ */ jsx$1("p", {
148817
148929
  children: t2("THEREARENORECORDSTODISPLAY")
@@ -148849,21 +148961,21 @@ const TablePagination$1 = ({
148849
148961
  page,
148850
148962
  onChangePage
148851
148963
  });
148852
- const leftButtonsStyle = classNames$2(styles$p.button, {
148853
- [styles$p["button-disable"]]: page === minPage
148964
+ const leftButtonsStyle = classNames$2(styles$q.button, {
148965
+ [styles$q["button-disable"]]: page === minPage
148854
148966
  });
148855
- const rightButtonsStyle = classNames$2(styles$p.button, {
148856
- [styles$p["button-disable"]]: page === maxPage
148967
+ const rightButtonsStyle = classNames$2(styles$q.button, {
148968
+ [styles$q["button-disable"]]: page === maxPage
148857
148969
  });
148858
148970
  if (total === 0) {
148859
148971
  return null;
148860
148972
  }
148861
148973
  return /* @__PURE__ */ jsxs("div", {
148862
- className: styles$p.paginationContainer,
148974
+ className: styles$q.paginationContainer,
148863
148975
  children: [/* @__PURE__ */ jsxs("div", {
148864
- className: styles$p.rowsSelectorContainer,
148976
+ className: styles$q.rowsSelectorContainer,
148865
148977
  children: [t2("ROWSPERPAGE"), /* @__PURE__ */ jsx$1("select", {
148866
- className: styles$p.rowsSelector,
148978
+ className: styles$q.rowsSelector,
148867
148979
  value: rows,
148868
148980
  onChange: (e) => {
148869
148981
  onChangeRows(parseInt(e.target.value));
@@ -148874,10 +148986,10 @@ const TablePagination$1 = ({
148874
148986
  }, index2))
148875
148987
  })]
148876
148988
  }), /* @__PURE__ */ jsxs("div", {
148877
- className: styles$p.rowsSummary,
148989
+ className: styles$q.rowsSummary,
148878
148990
  children: [from2, " - ", to2, " of ", total]
148879
148991
  }), /* @__PURE__ */ jsxs("div", {
148880
- className: styles$p.tablePaginationButtons,
148992
+ className: styles$q.tablePaginationButtons,
148881
148993
  children: [/* @__PURE__ */ jsx$1(Icon$1, {
148882
148994
  icon: "chevronDoubleLeft",
148883
148995
  className: leftButtonsStyle,
@@ -148887,7 +148999,7 @@ const TablePagination$1 = ({
148887
148999
  className: leftButtonsStyle,
148888
149000
  onClick: changePage("decrement")
148889
149001
  }), /* @__PURE__ */ jsx$1("select", {
148890
- className: styles$p.rowsSelector,
149002
+ className: styles$q.rowsSelector,
148891
149003
  value: rows,
148892
149004
  onChange: (e) => {
148893
149005
  onChangeRows(parseInt(e.target.value));
@@ -148912,14 +149024,14 @@ const LoadingBody$1 = ({
148912
149024
  rows = 5,
148913
149025
  items = 5
148914
149026
  }) => /* @__PURE__ */ jsx$1("tbody", {
148915
- className: classNames$2(styles$p.tbody, styles$p.skeleton),
149027
+ className: classNames$2(styles$q.tbody, styles$q.skeleton),
148916
149028
  children: Object.keys(Array(rows).fill(1)).map((index2) => {
148917
149029
  return /* @__PURE__ */ jsx$1("tr", {
148918
- className: styles$p.tr,
149030
+ className: styles$q.tr,
148919
149031
  children: Object.keys(Array(items).fill(1)).map((id2) => /* @__PURE__ */ jsx$1("td", {
148920
- className: styles$p.td,
149032
+ className: styles$q.td,
148921
149033
  children: /* @__PURE__ */ jsx$1("div", {
148922
- className: styles$p.item
149034
+ className: styles$q.item
148923
149035
  })
148924
149036
  }, `${index2}-${id2}`))
148925
149037
  }, index2);
@@ -149362,7 +149474,7 @@ const CommercialFeeTypes = {
149362
149474
  };
149363
149475
  const conditionsContainer$2 = "_conditionsContainer_1yf4e_1";
149364
149476
  const conditionsCardContainer$2 = "_conditionsCardContainer_1yf4e_7";
149365
- const styles$o = {
149477
+ const styles$p = {
149366
149478
  conditionsContainer: conditionsContainer$2,
149367
149479
  conditionsCardContainer: conditionsCardContainer$2
149368
149480
  };
@@ -149407,9 +149519,9 @@ const ChannelPayment = ({
149407
149519
  }
149408
149520
  return /* @__PURE__ */ jsxs(LayoutPage$1, {
149409
149521
  children: [isLoading && /* @__PURE__ */ jsx$1(SkeletonPage, {}), !isLoading && /* @__PURE__ */ jsx$1("div", {
149410
- className: styles$o.conditionsContainer,
149522
+ className: styles$p.conditionsContainer,
149411
149523
  children: /* @__PURE__ */ jsxs(Card$1, {
149412
- className: styles$o.conditionsCardContainer,
149524
+ className: styles$p.conditionsCardContainer,
149413
149525
  children: [/* @__PURE__ */ jsxs("div", {
149414
149526
  style: {
149415
149527
  display: "flex",
@@ -149493,7 +149605,7 @@ const paddleEmbed = (opportunityId, venueId, onCheckoutComplete) => {
149493
149605
  };
149494
149606
  const conditionsContainer$1 = "_conditionsContainer_1xqb5_1";
149495
149607
  const conditionsCardContainer$1 = "_conditionsCardContainer_1xqb5_7";
149496
- const styles$n = {
149608
+ const styles$o = {
149497
149609
  conditionsContainer: conditionsContainer$1,
149498
149610
  conditionsCardContainer: conditionsCardContainer$1
149499
149611
  };
@@ -149513,9 +149625,9 @@ const PaymentView = ({
149513
149625
  openCheckout();
149514
149626
  }, []);
149515
149627
  return /* @__PURE__ */ jsx$1("div", {
149516
- className: styles$n.conditionsContainer,
149628
+ className: styles$o.conditionsContainer,
149517
149629
  children: /* @__PURE__ */ jsxs(Card$1, {
149518
- className: styles$n.conditionsCardContainer,
149630
+ className: styles$o.conditionsCardContainer,
149519
149631
  children: [/* @__PURE__ */ jsxs("div", {
149520
149632
  style: {
149521
149633
  display: "flex",
@@ -149598,7 +149710,7 @@ const ChannelSubscription = ({
149598
149710
  };
149599
149711
  const conditionsContainer = "_conditionsContainer_1xqb5_1";
149600
149712
  const conditionsCardContainer = "_conditionsCardContainer_1xqb5_7";
149601
- const styles$m = {
149713
+ const styles$n = {
149602
149714
  conditionsContainer,
149603
149715
  conditionsCardContainer
149604
149716
  };
@@ -149675,9 +149787,9 @@ const ChannelGetStarted = ({
149675
149787
  });
149676
149788
  };
149677
149789
  return /* @__PURE__ */ jsx$1("div", {
149678
- className: styles$m.conditionsContainer,
149790
+ className: styles$n.conditionsContainer,
149679
149791
  children: /* @__PURE__ */ jsxs(Card, {
149680
- className: styles$m.conditionsCardContainer,
149792
+ className: styles$n.conditionsCardContainer,
149681
149793
  children: [/* @__PURE__ */ jsxs("div", {
149682
149794
  style: {
149683
149795
  display: "flex",
@@ -149806,7 +149918,7 @@ const showStatsOptions = [
149806
149918
  { value: 2, label: t("COVERS") }
149807
149919
  ];
149808
149920
  const content = "_content_7cjx9_1";
149809
- const styles$l = {
149921
+ const styles$m = {
149810
149922
  content
149811
149923
  };
149812
149924
  const LoadingBarChart = ({ data: data2, type: type4, dateType }) => {
@@ -150021,7 +150133,7 @@ const Chart = ({
150021
150133
  }
150022
150134
  }, [params]);
150023
150135
  return /* @__PURE__ */ jsxs(Card$1, {
150024
- classNameContent: styles$l.content,
150136
+ classNameContent: styles$m.content,
150025
150137
  header: /* @__PURE__ */ jsxs(Row, {
150026
150138
  gutter: [28, 28],
150027
150139
  align: "middle",
@@ -150166,12 +150278,12 @@ const partySizeOptions = [
150166
150278
  { value: 7, label: "7+" }
150167
150279
  ];
150168
150280
  const btn = "_btn_n2vx2_1";
150169
- const styles$k = {
150281
+ const styles$l = {
150170
150282
  btn
150171
150283
  };
150172
150284
  const filtersContainer = "_filtersContainer_srxei_1";
150173
150285
  const filters = "_filters_srxei_1";
150174
- const styles$j = {
150286
+ const styles$k = {
150175
150287
  filtersContainer,
150176
150288
  filters
150177
150289
  };
@@ -150321,7 +150433,7 @@ const RestaurantsSelector = ({
150321
150433
  children: /* @__PURE__ */ jsxs("div", {
150322
150434
  className: "",
150323
150435
  children: [/* @__PURE__ */ jsxs("div", {
150324
- className: styles$j.filtersContainer,
150436
+ className: styles$k.filtersContainer,
150325
150437
  children: [/* @__PURE__ */ jsxs("div", {
150326
150438
  style: {
150327
150439
  display: "flex",
@@ -150346,7 +150458,7 @@ const RestaurantsSelector = ({
150346
150458
  })
150347
150459
  })]
150348
150460
  }), /* @__PURE__ */ jsx$1("div", {
150349
- className: styles$j.filters,
150461
+ className: styles$k.filters,
150350
150462
  children: /* @__PURE__ */ jsx$1("div", {
150351
150463
  style: {
150352
150464
  minWidth: 150
@@ -150376,7 +150488,7 @@ const RestaurantsSelector = ({
150376
150488
  })
150377
150489
  });
150378
150490
  };
150379
- const styles$i = {
150491
+ const styles$j = {
150380
150492
  "icon-btn": "_icon-btn_862hi_1",
150381
150493
  "icon-btn--small": "_icon-btn--small_862hi_12",
150382
150494
  "icon-btn--medium": "_icon-btn--medium_862hi_15",
@@ -150395,7 +150507,7 @@ const IconButton = ({
150395
150507
  }) => {
150396
150508
  const iconSize = size === "large" ? "large" : "medium";
150397
150509
  const componentProps = {
150398
- className: classNames$2(styles$i["icon-btn"], styles$i[`icon-btn--${mode}`], styles$i[`icon-btn--${size}`]),
150510
+ className: classNames$2(styles$j["icon-btn"], styles$j[`icon-btn--${mode}`], styles$j[`icon-btn--${size}`]),
150399
150511
  "aria-label": label2,
150400
150512
  ...props
150401
150513
  };
@@ -150571,7 +150683,7 @@ const ToolbarFormFields = ({
150571
150683
  children: t2("RESTAURANTS")
150572
150684
  }), /* @__PURE__ */ jsx$1(Button, {
150573
150685
  mode: "secondary",
150574
- className: styles$k.btn,
150686
+ className: styles$l.btn,
150575
150687
  onClick: () => handleOnClickRestaurantsButton(),
150576
150688
  children: selectedRestaurants.length > 0 ? `x ${selectedRestaurants.length}` : selectedBrand ? `x All ${selectedBrand.name}` : "All"
150577
150689
  })]
@@ -151190,7 +151302,7 @@ const bookingInfoCardContent = "_bookingInfoCardContent_fujtq_403";
151190
151302
  const bookingInfoCardTitle = "_bookingInfoCardTitle_fujtq_409";
151191
151303
  const bookingInfoCardText = "_bookingInfoCardText_fujtq_412";
151192
151304
  const enableOnboardingContainer = "_enableOnboardingContainer_fujtq_416";
151193
- const styles$h = {
151305
+ const styles$i = {
151194
151306
  mainWrapper,
151195
151307
  mainConatiner: mainConatiner$1,
151196
151308
  mainTableContainer,
@@ -151293,7 +151405,7 @@ const ShowSidebarProvider = ({
151293
151405
  };
151294
151406
  const container = "_container_7a16n_1";
151295
151407
  const picker = "_picker_7a16n_5";
151296
- const styles$g = {
151408
+ const styles$h = {
151297
151409
  container,
151298
151410
  picker
151299
151411
  };
@@ -151316,7 +151428,7 @@ const DatePicker = ({
151316
151428
  }
151317
151429
  };
151318
151430
  return /* @__PURE__ */ jsxs("div", {
151319
- className: classNames$2(styles$g.container, className),
151431
+ className: classNames$2(styles$h.container, className),
151320
151432
  children: [/* @__PURE__ */ jsx$1(Label$2, {
151321
151433
  htmlFor: id2,
151322
151434
  children: label2
@@ -151326,7 +151438,7 @@ const DatePicker = ({
151326
151438
  value: range4 && [hooks(range4 == null ? void 0 : range4.from), hooks(range4 == null ? void 0 : range4.till)],
151327
151439
  onChange: handleChange,
151328
151440
  format: dateFormat,
151329
- className: styles$g.picker,
151441
+ className: styles$h.picker,
151330
151442
  ranges: {
151331
151443
  Today: [hooks(), hooks()],
151332
151444
  "This week": [hooks().startOf("week"), hooks().endOf("week")],
@@ -151336,7 +151448,7 @@ const DatePicker = ({
151336
151448
  },
151337
151449
  allowClear: false,
151338
151450
  panelRender: (panelNode) => /* @__PURE__ */ jsx$1("div", {
151339
- className: styles$g.dateRangePickerContainer,
151451
+ className: styles$h.dateRangePickerContainer,
151340
151452
  children: panelNode
151341
151453
  })
151342
151454
  })]
@@ -151562,9 +151674,9 @@ const index$9 = ({
151562
151674
  }, [criteria, debouncedCriteriaUpdate]);
151563
151675
  return /* @__PURE__ */ jsxs(Fragment, {
151564
151676
  children: [/* @__PURE__ */ jsxs("div", {
151565
- className: styles$h.headerContainer,
151677
+ className: styles$i.headerContainer,
151566
151678
  children: [/* @__PURE__ */ jsx$1("div", {
151567
- className: styles$h.searchContainer,
151679
+ className: styles$i.searchContainer,
151568
151680
  children: /* @__PURE__ */ jsx$1(TextInputField, {
151569
151681
  control,
151570
151682
  id: "criteria",
@@ -151581,24 +151693,24 @@ const index$9 = ({
151581
151693
  rounded: true
151582
151694
  })
151583
151695
  }), /* @__PURE__ */ jsxs("div", {
151584
- className: styles$h.buttonList,
151696
+ className: styles$i.buttonList,
151585
151697
  children: [/* @__PURE__ */ jsx$1(Button$1, {
151586
151698
  mode: "tertiary",
151587
- className: styles$h.buttonItem,
151699
+ className: styles$i.buttonItem,
151588
151700
  onClick: () => selectDate("commingUp"),
151589
151701
  children: t2("COMMINGUP")
151590
151702
  }), /* @__PURE__ */ jsx$1(Button$1, {
151591
151703
  mode: "tertiary",
151592
- className: styles$h.buttonItem,
151704
+ className: styles$i.buttonItem,
151593
151705
  onClick: () => selectDate("today"),
151594
151706
  children: t2("TODAY")
151595
151707
  }), /* @__PURE__ */ jsx$1(Button$1, {
151596
151708
  mode: "tertiary",
151597
- className: styles$h.buttonItem,
151709
+ className: styles$i.buttonItem,
151598
151710
  onClick: () => selectDate("tomorrow"),
151599
151711
  children: t2("TOMORROW")
151600
151712
  }), /* @__PURE__ */ jsxs("div", {
151601
- className: styles$h.datePickerContainer,
151713
+ className: styles$i.datePickerContainer,
151602
151714
  ref: datePickerContainerRef,
151603
151715
  style: {
151604
151716
  position: "relative"
@@ -151630,7 +151742,7 @@ const index$9 = ({
151630
151742
  containerRef: datePickerContainerRef
151631
151743
  })]
151632
151744
  }), canEdit && /* @__PURE__ */ jsx$1(Button$1, {
151633
- className: styles$h.addReservationButton,
151745
+ className: styles$i.addReservationButton,
151634
151746
  mode: "success",
151635
151747
  onClick: () => {
151636
151748
  setSelectedBooking(null);
@@ -151651,7 +151763,7 @@ const index$9 = ({
151651
151763
  }
151652
151764
  })]
151653
151765
  }), /* @__PURE__ */ jsx$1("div", {
151654
- className: styles$h.hideCancellationsContainer,
151766
+ className: styles$i.hideCancellationsContainer,
151655
151767
  children: /* @__PURE__ */ jsx$1(SwitchField, {
151656
151768
  control,
151657
151769
  name: "hideCancellations",
@@ -151669,7 +151781,7 @@ const TableTopHeader = ({
151669
151781
  t: t2
151670
151782
  } = useTranslation();
151671
151783
  return /* @__PURE__ */ jsxs("div", {
151672
- className: styles$h.tableTopHeader,
151784
+ className: styles$i.tableTopHeader,
151673
151785
  children: [/* @__PURE__ */ jsx$1("h1", {
151674
151786
  children: hooks(date4).format("DD.MM.YYYY")
151675
151787
  }), /* @__PURE__ */ jsxs("h1", {
@@ -151824,7 +151936,7 @@ const TableRow = ({
151824
151936
  }
151825
151937
  };
151826
151938
  return /* @__PURE__ */ jsx$1(Card, {
151827
- className: styles$h.tableRowCard,
151939
+ className: styles$i.tableRowCard,
151828
151940
  style: {
151829
151941
  animationDelay: `${index2 * 0.2}s`
151830
151942
  },
@@ -151840,51 +151952,51 @@ const TableRow = ({
151840
151952
  }
151841
151953
  },
151842
151954
  children: [/* @__PURE__ */ jsx$1("div", {
151843
- className: classNames$2(styles$h.tableRowHour, (item2 == null ? void 0 : item2.status) === "canceled" ? styles$h.canceled : ""),
151955
+ className: classNames$2(styles$i.tableRowHour, (item2 == null ? void 0 : item2.status) === "canceled" ? styles$i.canceled : ""),
151844
151956
  children: /* @__PURE__ */ jsx$1("h2", {
151845
- className: styles$h.tableRowHourText,
151957
+ className: styles$i.tableRowHourText,
151846
151958
  children: /* @__PURE__ */ jsx$1(TimeFormat, {
151847
151959
  currentTimeZone: filtersData == null ? void 0 : filtersData.timeZone,
151848
151960
  dateTime: item2 == null ? void 0 : item2.date
151849
151961
  })
151850
151962
  })
151851
151963
  }), /* @__PURE__ */ jsxs("div", {
151852
- className: styles$h.tableRowContent,
151964
+ className: styles$i.tableRowContent,
151853
151965
  children: [/* @__PURE__ */ jsx$1("img", {
151854
- className: styles$h.rowImage,
151966
+ className: styles$i.rowImage,
151855
151967
  src: item2.bookingChannelLogo
151856
151968
  }), /* @__PURE__ */ jsxs("div", {
151857
- className: classNames$2(styles$h.rowContactContainer, (item2 == null ? void 0 : item2.status) === "canceled" ? styles$h.canceled : ""),
151969
+ className: classNames$2(styles$i.rowContactContainer, (item2 == null ? void 0 : item2.status) === "canceled" ? styles$i.canceled : ""),
151858
151970
  children: [/* @__PURE__ */ jsx$1("h4", {
151859
- className: styles$h.rowContactText,
151971
+ className: styles$i.rowContactText,
151860
151972
  children: item2.name
151861
151973
  }), /* @__PURE__ */ jsx$1("p", {
151862
- className: styles$h.rowContactPhone,
151974
+ className: styles$i.rowContactPhone,
151863
151975
  children: (_a2 = item2 == null ? void 0 : item2.contact) == null ? void 0 : _a2.telephone
151864
151976
  })]
151865
151977
  }), /* @__PURE__ */ jsxs("div", {
151866
- className: classNames$2(styles$h.rowSectionContainer, (item2 == null ? void 0 : item2.status) === "canceled" ? styles$h.canceled : ""),
151978
+ className: classNames$2(styles$i.rowSectionContainer, (item2 == null ? void 0 : item2.status) === "canceled" ? styles$i.canceled : ""),
151867
151979
  children: [/* @__PURE__ */ jsxs("div", {
151868
- className: styles$h.rowSection,
151980
+ className: styles$i.rowSection,
151869
151981
  children: [/* @__PURE__ */ jsx$1("h4", {
151870
- className: styles$h.rowSectionText,
151982
+ className: styles$i.rowSectionText,
151871
151983
  children: item2 == null ? void 0 : item2.partySize
151872
151984
  }), /* @__PURE__ */ jsx$1("p", {
151873
- className: styles$h.rowSectionSecText,
151985
+ className: styles$i.rowSectionSecText,
151874
151986
  children: t2("GUESTS")
151875
151987
  })]
151876
151988
  }), /* @__PURE__ */ jsxs("div", {
151877
- className: styles$h.rowSection,
151989
+ className: styles$i.rowSection,
151878
151990
  children: [/* @__PURE__ */ jsx$1("h4", {
151879
- className: styles$h.rowSectionText,
151991
+ className: styles$i.rowSectionText,
151880
151992
  children: (_b = item2 == null ? void 0 : item2.table) == null ? void 0 : _b.name
151881
151993
  }), ((_c = item2 == null ? void 0 : item2.table) == null ? void 0 : _c.areaName) && /* @__PURE__ */ jsx$1("p", {
151882
- className: styles$h.rowSectionSecText,
151994
+ className: styles$i.rowSectionSecText,
151883
151995
  children: (_d = item2 == null ? void 0 : item2.table) == null ? void 0 : _d.areaName
151884
151996
  })]
151885
151997
  })]
151886
151998
  }), canEdit && /* @__PURE__ */ jsx$1("div", {
151887
- className: styles$h.rowActionButton,
151999
+ className: styles$i.rowActionButton,
151888
152000
  children: /* @__PURE__ */ jsx$1(Button$1, {
151889
152001
  icon: statusBuilder(item2.status).icon,
151890
152002
  disabled: (_e2 = statusBuilder(item2.status)) == null ? void 0 : _e2.disabled,
@@ -151927,27 +152039,27 @@ const TableBody = ({
151927
152039
  }, [data2, filtersData]);
151928
152040
  return /* @__PURE__ */ jsx$1("div", {
151929
152041
  children: _23.isEmpty(formattedData) ? /* @__PURE__ */ jsx$1("div", {
151930
- className: styles$h.tableRowContainer,
152042
+ className: styles$i.tableRowContainer,
151931
152043
  children: /* @__PURE__ */ jsx$1(Card, {
151932
- className: styles$h.tableRowCard,
152044
+ className: styles$i.tableRowCard,
151933
152045
  children: /* @__PURE__ */ jsx$1("h2", {
151934
- className: styles$h.noData,
152046
+ className: styles$i.noData,
151935
152047
  children: t2("NO_RESERVATIONS")
151936
152048
  })
151937
152049
  })
151938
152050
  }) : _23.map(formattedData, (group, key2) => {
151939
152051
  return /* @__PURE__ */ jsxs("div", {
151940
152052
  children: [/* @__PURE__ */ jsxs("div", {
151941
- className: styles$h.tableTopHeaderContent,
152053
+ className: styles$i.tableTopHeaderContent,
151942
152054
  children: [/* @__PURE__ */ jsx$1("h2", {
151943
- className: styles$h.tableTopHeaderContentText,
152055
+ className: styles$i.tableTopHeaderContentText,
151944
152056
  children: key2
151945
152057
  }), /* @__PURE__ */ jsxs("h2", {
151946
- className: styles$h.tableTopHeaderContentText,
152058
+ className: styles$i.tableTopHeaderContentText,
151947
152059
  children: [group.length, " ", t2("RESERVATIONS")]
151948
152060
  })]
151949
152061
  }), /* @__PURE__ */ jsx$1("div", {
151950
- className: styles$h.tableRowContainer,
152062
+ className: styles$i.tableRowContainer,
151951
152063
  children: group.map((item2, index2) => {
151952
152064
  return /* @__PURE__ */ jsx$1(TableRow, {
151953
152065
  index: index2,
@@ -152069,7 +152181,7 @@ const BookingInfoCard = ({
152069
152181
  icon: icon2
152070
152182
  }) => {
152071
152183
  return /* @__PURE__ */ jsx$1("div", {
152072
- className: styles$h.bookingInfoCard,
152184
+ className: styles$i.bookingInfoCard,
152073
152185
  children: /* @__PURE__ */ jsx$1(Icon, {
152074
152186
  icon: icon2,
152075
152187
  size: "medium"
@@ -152083,65 +152195,65 @@ const BookingInfo = ({
152083
152195
  t: t2
152084
152196
  } = useTranslation();
152085
152197
  return /* @__PURE__ */ jsxs("div", {
152086
- className: styles$h.bookingInfoContainer,
152198
+ className: styles$i.bookingInfoContainer,
152087
152199
  children: [/* @__PURE__ */ jsxs("div", {
152088
- className: styles$h.bookingInfoCardColumn,
152200
+ className: styles$i.bookingInfoCardColumn,
152089
152201
  children: [/* @__PURE__ */ jsxs("div", {
152090
- className: styles$h.bookingInfoCardContainer,
152202
+ className: styles$i.bookingInfoCardContainer,
152091
152203
  children: [/* @__PURE__ */ jsx$1(BookingInfoCard, {
152092
152204
  icon: "Scale"
152093
152205
  }), /* @__PURE__ */ jsxs("div", {
152094
- className: styles$h.bookingInfoCardContent,
152206
+ className: styles$i.bookingInfoCardContent,
152095
152207
  children: [/* @__PURE__ */ jsx$1("h4", {
152096
- className: styles$h.bookingInfoCardTitle,
152208
+ className: styles$i.bookingInfoCardTitle,
152097
152209
  children: t2("STATUS")
152098
152210
  }), /* @__PURE__ */ jsx$1("small", {
152099
- className: styles$h.bookingInfoCardText,
152211
+ className: styles$i.bookingInfoCardText,
152100
152212
  children: t2(item2 == null ? void 0 : item2.status)
152101
152213
  })]
152102
152214
  })]
152103
152215
  }), /* @__PURE__ */ jsxs("div", {
152104
- className: styles$h.bookingInfoCardContainer,
152216
+ className: styles$i.bookingInfoCardContainer,
152105
152217
  children: [/* @__PURE__ */ jsx$1(BookingInfoCard, {
152106
152218
  icon: "CheckBox"
152107
152219
  }), /* @__PURE__ */ jsxs("div", {
152108
- className: styles$h.bookingInfoCardContent,
152220
+ className: styles$i.bookingInfoCardContent,
152109
152221
  children: [/* @__PURE__ */ jsx$1("h4", {
152110
- className: styles$h.bookingInfoCardTitle,
152222
+ className: styles$i.bookingInfoCardTitle,
152111
152223
  children: t2("OPTIN")
152112
152224
  }), /* @__PURE__ */ jsx$1("small", {
152113
- className: styles$h.bookingInfoCardText,
152225
+ className: styles$i.bookingInfoCardText,
152114
152226
  children: t2("Yes")
152115
152227
  })]
152116
152228
  })]
152117
152229
  })]
152118
152230
  }), /* @__PURE__ */ jsxs("div", {
152119
- className: styles$h.bookingInfoCardColumn,
152231
+ className: styles$i.bookingInfoCardColumn,
152120
152232
  children: [/* @__PURE__ */ jsxs("div", {
152121
- className: styles$h.bookingInfoCardContainer,
152233
+ className: styles$i.bookingInfoCardContainer,
152122
152234
  children: [/* @__PURE__ */ jsx$1(BookingInfoCard, {
152123
152235
  icon: "FidgetSpinner"
152124
152236
  }), /* @__PURE__ */ jsxs("div", {
152125
- className: styles$h.bookingInfoCardContent,
152237
+ className: styles$i.bookingInfoCardContent,
152126
152238
  children: [/* @__PURE__ */ jsx$1("h4", {
152127
- className: styles$h.bookingInfoCardTitle,
152239
+ className: styles$i.bookingInfoCardTitle,
152128
152240
  children: t2("BOOKINGCHANNEL")
152129
152241
  }), /* @__PURE__ */ jsx$1("small", {
152130
- className: styles$h.bookingInfoCardText,
152242
+ className: styles$i.bookingInfoCardText,
152131
152243
  children: t2((item2 == null ? void 0 : item2.bookingChannelName) == "Resbook" ? "Widget" : item2 == null ? void 0 : item2.bookingChannelName)
152132
152244
  })]
152133
152245
  })]
152134
152246
  }), /* @__PURE__ */ jsxs("div", {
152135
- className: styles$h.bookingInfoCardContainer,
152247
+ className: styles$i.bookingInfoCardContainer,
152136
152248
  children: [/* @__PURE__ */ jsx$1(BookingInfoCard, {
152137
152249
  icon: "CalendarTime"
152138
152250
  }), /* @__PURE__ */ jsxs("div", {
152139
- className: styles$h.bookingInfoCardContent,
152251
+ className: styles$i.bookingInfoCardContent,
152140
152252
  children: [/* @__PURE__ */ jsx$1("h4", {
152141
- className: styles$h.bookingInfoCardTitle,
152253
+ className: styles$i.bookingInfoCardTitle,
152142
152254
  children: t2("CREATEDAT")
152143
152255
  }), /* @__PURE__ */ jsx$1("small", {
152144
- className: styles$h.bookingInfoCardText,
152256
+ className: styles$i.bookingInfoCardText,
152145
152257
  children: hooks(item2 == null ? void 0 : item2.createAt).format("ddd, Do MMM YYYY")
152146
152258
  })]
152147
152259
  })]
@@ -152150,12 +152262,12 @@ const BookingInfo = ({
152150
152262
  });
152151
152263
  };
152152
152264
  const divider = "_divider_1k33v_1";
152153
- const styles$f = {
152265
+ const styles$g = {
152154
152266
  divider
152155
152267
  };
152156
152268
  const Divider2 = (props) => {
152157
152269
  return /* @__PURE__ */ jsx$1("div", {
152158
- className: styles$f.divider,
152270
+ className: styles$g.divider,
152159
152271
  children: /* @__PURE__ */ jsx$1("hr", {})
152160
152272
  });
152161
152273
  };
@@ -152172,14 +152284,14 @@ const Header = () => {
152172
152284
  } = useSelectedBookingContext();
152173
152285
  return /* @__PURE__ */ jsxs("div", {
152174
152286
  children: [/* @__PURE__ */ jsxs("div", {
152175
- className: styles$h.sidebarHeader,
152287
+ className: styles$i.sidebarHeader,
152176
152288
  children: [/* @__PURE__ */ jsx$1("h3", {
152177
152289
  children: t2(selectedBooking ? "UPDATERESERVATION" : "ADDRESERVATION")
152178
152290
  }), selectedBooking && (selectedBooking == null ? void 0 : selectedBooking.id) && /* @__PURE__ */ jsxs("p", {
152179
- className: styles$h.headerReferece,
152291
+ className: styles$i.headerReferece,
152180
152292
  children: [t2("REFERENCE"), ": ", (selectedBooking == null ? void 0 : selectedBooking.id) ? selectedBooking.id.slice(-8) : ""]
152181
152293
  }), /* @__PURE__ */ jsx$1(Icon, {
152182
- className: classNames$2(styles$h["sidebarCloseIcon"], showSidebar ? styles$h["sidebarCloseIcon--show"] : ""),
152294
+ className: classNames$2(styles$i["sidebarCloseIcon"], showSidebar ? styles$i["sidebarCloseIcon--show"] : ""),
152183
152295
  icon: "close",
152184
152296
  size: "small",
152185
152297
  onClick: () => {
@@ -152776,7 +152888,7 @@ const AddBooking = async ({
152776
152888
  return { data: "created" };
152777
152889
  };
152778
152890
  const infoText = "_infoText_1m2uc_1";
152779
- const styles$e = {
152891
+ const styles$f = {
152780
152892
  infoText
152781
152893
  };
152782
152894
  const DatePickerField = ({
@@ -152837,7 +152949,7 @@ const DatePickerField = ({
152837
152949
  disabled: disabled2,
152838
152950
  ...props
152839
152951
  }), infoText2 && /* @__PURE__ */ jsx$1("p", {
152840
- className: styles$e.infoText,
152952
+ className: styles$f.infoText,
152841
152953
  children: t2(infoText2)
152842
152954
  }), error3 && /* @__PURE__ */ jsx$1(FieldError$1, {
152843
152955
  error: error3
@@ -152873,7 +152985,7 @@ const CustomerVisits = ({
152873
152985
  });
152874
152986
  if (visitCountLoading && selectedBooking) {
152875
152987
  return /* @__PURE__ */ jsx$1("div", {
152876
- className: classNames$2(styles$h.customerVisitContainer, styles$h.loading),
152988
+ className: classNames$2(styles$i.customerVisitContainer, styles$i.loading),
152877
152989
  children: /* @__PURE__ */ jsx$1(Icon, {
152878
152990
  icon: "Spinner",
152879
152991
  size: "small"
@@ -152882,20 +152994,266 @@ const CustomerVisits = ({
152882
152994
  }
152883
152995
  return /* @__PURE__ */ jsx$1(Fragment, {
152884
152996
  children: selectedBooking && visitCountData && !visitCountLoading && /* @__PURE__ */ jsxs("div", {
152885
- className: classNames$2(styles$h.customerVisitContainer, visitCountData.customerNumberOfVisits === 1 ? styles$h.singleVisit : styles$h.multipleVisits),
152997
+ className: classNames$2(styles$i.customerVisitContainer, visitCountData.customerNumberOfVisits === 1 ? styles$i.singleVisit : styles$i.multipleVisits),
152886
152998
  children: [/* @__PURE__ */ jsx$1(Icon, {
152887
- icon: visitCountData.customerNumberOfVisits === 1 ? "UserPlus" : "UsersPlus",
152999
+ icon: visitCountData.customerNumberOfVisits === 1 || visitCountData.customerNumberOfVisits === 0 ? "UserPlus" : "UsersPlus",
152888
153000
  size: "small"
152889
153001
  }), /* @__PURE__ */ jsxs("h4", {
152890
- children: [visitCountData.customerNumberOfVisits === 1 ? t2("firstTimeCustomer") : t2("recurrentCustomer"), ":"]
153002
+ children: [visitCountData.customerNumberOfVisits === 1 || visitCountData.customerNumberOfVisits === 0 ? t2("firstTimeCustomer") : t2("recurrentCustomer"), ":"]
152891
153003
  }), /* @__PURE__ */ jsx$1("h5", {
152892
- children: visitCountData.customerNumberOfVisits === 1 ? t2("firstVisitMessage") : t2("previousVisitsMessage", {
153004
+ children: visitCountData.customerNumberOfVisits === 1 || visitCountData.customerNumberOfVisits === 0 ? t2("firstVisitMessage") : t2("previousVisitsMessage", {
152893
153005
  count: (visitCountData == null ? void 0 : visitCountData.customerNumberOfVisits) - 1
152894
153006
  })
152895
153007
  })]
152896
153008
  })
152897
153009
  });
152898
153010
  };
153011
+ const billInformationContainer = "_billInformationContainer_is0qa_1";
153012
+ const billSection = "_billSection_is0qa_10";
153013
+ const billSectionSpacing = "_billSectionSpacing_is0qa_18";
153014
+ const billHeader = "_billHeader_is0qa_33";
153015
+ const billTitleRow = "_billTitleRow_is0qa_37";
153016
+ const billTitle = "_billTitle_is0qa_37";
153017
+ const billSummary = "_billSummary_is0qa_84";
153018
+ const summaryLabel = "_summaryLabel_is0qa_91";
153019
+ const summaryAmount = "_summaryAmount_is0qa_96";
153020
+ const toggleButton = "_toggleButton_is0qa_101";
153021
+ const billDetails = "_billDetails_is0qa_126";
153022
+ const billDetailsAnimated = "_billDetailsAnimated_is0qa_131";
153023
+ const billDetailsVisible = "_billDetailsVisible_is0qa_137";
153024
+ const billDetailsHidden = "_billDetailsHidden_is0qa_144";
153025
+ const financialDetails = "_financialDetails_is0qa_152";
153026
+ const detailRow = "_detailRow_is0qa_165";
153027
+ const grossTotalLabel = "_grossTotalLabel_is0qa_177";
153028
+ const grossTotalAmount = "_grossTotalAmount_is0qa_181";
153029
+ const checkDetails = "_checkDetails_is0qa_185";
153030
+ const checkNumber = "_checkNumber_is0qa_200";
153031
+ const itemsSection = "_itemsSection_is0qa_205";
153032
+ const itemsHeader = "_itemsHeader_is0qa_219";
153033
+ const itemsList = "_itemsList_is0qa_226";
153034
+ const itemRow$1 = "_itemRow_is0qa_232";
153035
+ const itemName$1 = "_itemName_is0qa_244";
153036
+ const itemPrice = "_itemPrice_is0qa_248";
153037
+ const itemRowAnimated = "_itemRowAnimated_is0qa_252";
153038
+ const itemRowVisible = "_itemRowVisible_is0qa_257";
153039
+ const itemRowHidden = "_itemRowHidden_is0qa_264";
153040
+ const styles$e = {
153041
+ billInformationContainer,
153042
+ billSection,
153043
+ billSectionSpacing,
153044
+ billHeader,
153045
+ billTitleRow,
153046
+ billTitle,
153047
+ billSummary,
153048
+ summaryLabel,
153049
+ summaryAmount,
153050
+ toggleButton,
153051
+ billDetails,
153052
+ billDetailsAnimated,
153053
+ billDetailsVisible,
153054
+ billDetailsHidden,
153055
+ financialDetails,
153056
+ detailRow,
153057
+ grossTotalLabel,
153058
+ grossTotalAmount,
153059
+ checkDetails,
153060
+ checkNumber,
153061
+ itemsSection,
153062
+ itemsHeader,
153063
+ itemsList,
153064
+ itemRow: itemRow$1,
153065
+ itemName: itemName$1,
153066
+ itemPrice,
153067
+ itemRowAnimated,
153068
+ itemRowVisible,
153069
+ itemRowHidden
153070
+ };
153071
+ const GetBillInformation = async ({
153072
+ venue_id,
153073
+ booking_id
153074
+ }) => {
153075
+ const responseData = await instance$1.get(
153076
+ `v1/pos/${venue_id}/reservation/${booking_id}/order`
153077
+ );
153078
+ return responseData;
153079
+ };
153080
+ const CheckDisplay = ({
153081
+ check: check2,
153082
+ index: index2,
153083
+ currency
153084
+ }) => {
153085
+ const {
153086
+ t: t2
153087
+ } = useTranslation();
153088
+ const [showDetails, setShowDetails] = useState(false);
153089
+ const [showAllItems, setShowAllItems] = useState(false);
153090
+ const formatCurrency = (amount) => {
153091
+ switch (currency) {
153092
+ case "EUR":
153093
+ return `€${amount.toFixed(2)}`;
153094
+ case "USD":
153095
+ return `$${amount.toFixed(2)}`;
153096
+ case "GBP":
153097
+ return `£${amount.toFixed(2)}`;
153098
+ default:
153099
+ return `${amount.toFixed(2)} ${currency ?? ""}`;
153100
+ }
153101
+ };
153102
+ const calculatedValues = useMemo$1(() => {
153103
+ const subtotal = check2.totalAmount - check2.tax - check2.tip;
153104
+ const taxPercentage = subtotal > 0 ? check2.tax / subtotal * 100 : 0;
153105
+ const tipPercentage = check2.totalAmount > 0 ? check2.tip / check2.totalAmount * 100 : 0;
153106
+ const grossTotal = check2.totalAmount;
153107
+ return {
153108
+ subtotal,
153109
+ taxPercentage: Math.round(taxPercentage * 100) / 100,
153110
+ tipPercentage: Math.round(tipPercentage * 100) / 100,
153111
+ grossTotal
153112
+ };
153113
+ }, [check2]);
153114
+ const hasMoreItems = check2.items.length > 2;
153115
+ return /* @__PURE__ */ jsxs("div", {
153116
+ className: classNames$2(styles$e.billSection, index2 > 0 ? styles$e.billSectionSpacing : void 0),
153117
+ children: [/* @__PURE__ */ jsxs("div", {
153118
+ className: styles$e.billHeader,
153119
+ children: [/* @__PURE__ */ jsx$1("div", {
153120
+ className: styles$e.billTitleRow,
153121
+ children: /* @__PURE__ */ jsx$1("h3", {
153122
+ className: styles$e.billTitle,
153123
+ children: index2 > 0 ? t2("BILL_NUMBER", {
153124
+ number: index2 + 1
153125
+ }) : t2("BILL")
153126
+ })
153127
+ }), /* @__PURE__ */ jsxs("div", {
153128
+ className: styles$e.billSummary,
153129
+ children: [/* @__PURE__ */ jsx$1("span", {
153130
+ className: styles$e.summaryLabel,
153131
+ children: t2("TOTAL_AMOUNT_EXCLUDING_TIP")
153132
+ }), /* @__PURE__ */ jsx$1("span", {
153133
+ className: styles$e.summaryAmount,
153134
+ children: formatCurrency(calculatedValues.subtotal)
153135
+ })]
153136
+ }), /* @__PURE__ */ jsx$1("button", {
153137
+ className: styles$e.toggleButton,
153138
+ onClick: () => setShowDetails(!showDetails),
153139
+ children: showDetails ? t2("HIDE_DETAILS") : t2("SHOW_DETAILS")
153140
+ })]
153141
+ }), /* @__PURE__ */ jsxs("div", {
153142
+ className: classNames$2(styles$e.billDetails, styles$e.billDetailsAnimated, showDetails ? styles$e.billDetailsVisible : styles$e.billDetailsHidden),
153143
+ children: [/* @__PURE__ */ jsxs("div", {
153144
+ className: styles$e.financialDetails,
153145
+ children: [/* @__PURE__ */ jsxs("div", {
153146
+ className: styles$e.detailRow,
153147
+ children: [/* @__PURE__ */ jsxs("span", {
153148
+ children: [t2("TAX"), " (", calculatedValues.taxPercentage, "%)"]
153149
+ }), /* @__PURE__ */ jsx$1("span", {
153150
+ children: formatCurrency(check2.tax)
153151
+ })]
153152
+ }), /* @__PURE__ */ jsxs("div", {
153153
+ className: styles$e.detailRow,
153154
+ children: [/* @__PURE__ */ jsxs("span", {
153155
+ children: [t2("TIP"), " (", calculatedValues.tipPercentage, "%)"]
153156
+ }), /* @__PURE__ */ jsx$1("span", {
153157
+ children: formatCurrency(check2.tip)
153158
+ })]
153159
+ }), /* @__PURE__ */ jsxs("div", {
153160
+ className: styles$e.detailRow,
153161
+ children: [/* @__PURE__ */ jsx$1("span", {
153162
+ className: styles$e.grossTotalLabel,
153163
+ children: t2("GROSS_TOTAL")
153164
+ }), /* @__PURE__ */ jsx$1("span", {
153165
+ className: styles$e.grossTotalAmount,
153166
+ children: formatCurrency(calculatedValues.grossTotal)
153167
+ })]
153168
+ })]
153169
+ }), /* @__PURE__ */ jsx$1("div", {
153170
+ className: styles$e.checkDetails,
153171
+ children: /* @__PURE__ */ jsxs("div", {
153172
+ className: styles$e.checkNumber,
153173
+ children: [t2("CHECK_NUMBER"), ": ", check2.checkNumber]
153174
+ })
153175
+ }), /* @__PURE__ */ jsxs("div", {
153176
+ className: styles$e.itemsSection,
153177
+ children: [/* @__PURE__ */ jsx$1("div", {
153178
+ className: styles$e.itemsHeader,
153179
+ children: t2("ITEMS_ORDERED", {
153180
+ count: check2.items.length
153181
+ })
153182
+ }), /* @__PURE__ */ jsx$1("div", {
153183
+ className: styles$e.itemsList,
153184
+ children: check2.items.map((item2, itemIndex) => {
153185
+ const isVisible2 = itemIndex < 2 || showAllItems;
153186
+ return /* @__PURE__ */ jsxs("div", {
153187
+ className: classNames$2(styles$e.itemRow, styles$e.itemRowAnimated, isVisible2 ? styles$e.itemRowVisible : styles$e.itemRowHidden),
153188
+ style: {
153189
+ transitionDelay: `${itemIndex * 50}ms`
153190
+ },
153191
+ children: [/* @__PURE__ */ jsxs("span", {
153192
+ className: styles$e.itemName,
153193
+ children: [item2.quantity, " - ", item2.name]
153194
+ }), /* @__PURE__ */ jsx$1("span", {
153195
+ className: styles$e.itemPrice,
153196
+ children: formatCurrency(item2.price)
153197
+ })]
153198
+ }, `${check2.checkNumber}-${item2.id}-${itemIndex}`);
153199
+ })
153200
+ }), hasMoreItems && /* @__PURE__ */ jsx$1("button", {
153201
+ className: styles$e.toggleButton,
153202
+ onClick: () => setShowAllItems(!showAllItems),
153203
+ children: showAllItems ? t2("SHOW_LESS") : t2("SHOW_ALL")
153204
+ })]
153205
+ })]
153206
+ })]
153207
+ });
153208
+ };
153209
+ const BillSection = ({
153210
+ venueId,
153211
+ currency,
153212
+ className
153213
+ }) => {
153214
+ const {
153215
+ selectedBooking
153216
+ } = useSelectedBookingContext();
153217
+ const {
153218
+ t: t2
153219
+ } = useTranslation();
153220
+ const {
153221
+ data: billInformationData,
153222
+ isLoading: billInformationLoading
153223
+ } = useFetch((selectedBooking == null ? void 0 : selectedBooking.id) ? GetBillInformation : () => Promise.resolve(null), {
153224
+ cacheId: `bill-information-${selectedBooking == null ? void 0 : selectedBooking.id}`,
153225
+ venue_id: venueId,
153226
+ booking_id: selectedBooking == null ? void 0 : selectedBooking.id
153227
+ });
153228
+ const checks = useMemo$1(() => {
153229
+ if (!billInformationData || !billInformationData.checks || billInformationData.checks.length === 0) {
153230
+ return [];
153231
+ }
153232
+ return billInformationData.checks;
153233
+ }, [billInformationData]);
153234
+ if (billInformationLoading && selectedBooking) {
153235
+ return /* @__PURE__ */ jsx$1("div", {
153236
+ className: classNames$2(styles$e.billInformationContainer, styles$e.loading),
153237
+ children: /* @__PURE__ */ jsx$1(Icon, {
153238
+ icon: "Spinner",
153239
+ size: "small"
153240
+ })
153241
+ });
153242
+ }
153243
+ if (!checks || checks.length === 0 || !selectedBooking) {
153244
+ return null;
153245
+ }
153246
+ return /* @__PURE__ */ jsx$1(Fragment, {
153247
+ children: venueId && (selectedBooking == null ? void 0 : selectedBooking.id) && /* @__PURE__ */ jsx$1("div", {
153248
+ className,
153249
+ children: checks.map((check2, index2) => /* @__PURE__ */ jsx$1(CheckDisplay, {
153250
+ check: check2,
153251
+ index: index2,
153252
+ currency
153253
+ }, check2.checkNumber))
153254
+ })
153255
+ });
153256
+ };
152899
153257
  const index$7 = ({
152900
153258
  filtersData,
152901
153259
  venueId
@@ -153153,10 +153511,10 @@ const index$7 = ({
153153
153511
  }
153154
153512
  }, [source2, timeOptions, setValue]);
153155
153513
  return /* @__PURE__ */ jsxs("div", {
153156
- className: styles$h.sidebarContent,
153514
+ className: styles$i.sidebarContent,
153157
153515
  onSubmit: handleSubmit(onSubmit),
153158
153516
  children: [/* @__PURE__ */ jsx$1(Header, {}), /* @__PURE__ */ jsxs("div", {
153159
- className: styles$h.sidebarMainContent,
153517
+ className: styles$i.sidebarMainContent,
153160
153518
  children: [!selectedBooking && /* @__PURE__ */ jsx$1("div", {
153161
153519
  style: {
153162
153520
  width: "100%"
@@ -153167,7 +153525,6 @@ const index$7 = ({
153167
153525
  control,
153168
153526
  id: "source",
153169
153527
  name: "source",
153170
- label: t2("source"),
153171
153528
  options: sourceOptions.map((item2) => ({
153172
153529
  value: item2.value,
153173
153530
  label: t2(item2.label)
@@ -153187,8 +153544,7 @@ const index$7 = ({
153187
153544
  control,
153188
153545
  id: "date",
153189
153546
  name: "date",
153190
- label: t2("date"),
153191
- placeholder: "dd/mm/yyyy",
153547
+ placeholder: t2("date"),
153192
153548
  mode: "single"
153193
153549
  })
153194
153550
  }), /* @__PURE__ */ jsx$1("div", {
@@ -153196,13 +153552,12 @@ const index$7 = ({
153196
153552
  width: "50%"
153197
153553
  },
153198
153554
  children: /* @__PURE__ */ jsx$1(SelectField, {
153199
- placeholder: t2("select"),
153555
+ placeholder: t2("time"),
153200
153556
  isDisabled: !canEdit,
153201
153557
  control,
153202
153558
  isClearable: true,
153203
153559
  id: "time",
153204
153560
  name: "time",
153205
- label: t2("time"),
153206
153561
  options: timeOptions
153207
153562
  })
153208
153563
  })]
@@ -153216,13 +153571,12 @@ const index$7 = ({
153216
153571
  width: "50%"
153217
153572
  },
153218
153573
  children: /* @__PURE__ */ jsx$1(SelectField, {
153219
- placeholder: t2("select"),
153574
+ placeholder: t2("partySize"),
153220
153575
  isDisabled: !canEdit,
153221
153576
  control,
153222
153577
  isClearable: true,
153223
153578
  id: "partySize",
153224
153579
  name: "partySize",
153225
- label: t2("partySize"),
153226
153580
  options: partySizeOptions2
153227
153581
  })
153228
153582
  }), /* @__PURE__ */ jsx$1("div", {
@@ -153230,12 +153584,11 @@ const index$7 = ({
153230
153584
  width: "50%"
153231
153585
  },
153232
153586
  children: /* @__PURE__ */ jsx$1(SelectField, {
153233
- placeholder: t2("select"),
153587
+ placeholder: t2("table"),
153234
153588
  isDisabled: !canEdit,
153235
153589
  control,
153236
153590
  id: "table",
153237
153591
  name: "table",
153238
- label: t2("table"),
153239
153592
  options: tableOptions
153240
153593
  })
153241
153594
  })]
@@ -153253,7 +153606,6 @@ const index$7 = ({
153253
153606
  control,
153254
153607
  id: "firstName",
153255
153608
  name: "firstName",
153256
- label: t2("firstname"),
153257
153609
  placeholder: t2("firstname"),
153258
153610
  radius: "md",
153259
153611
  filled: true
@@ -153267,7 +153619,6 @@ const index$7 = ({
153267
153619
  control,
153268
153620
  id: "lastName",
153269
153621
  name: "lastName",
153270
- label: t2("lastname"),
153271
153622
  placeholder: t2("lastname"),
153272
153623
  radius: "md",
153273
153624
  filled: true
@@ -153284,8 +153635,7 @@ const index$7 = ({
153284
153635
  control,
153285
153636
  id: "phone",
153286
153637
  name: "phone",
153287
- label: t2("phone"),
153288
- placeholder: "+12345678999",
153638
+ placeholder: t2("phone"),
153289
153639
  radius: "md",
153290
153640
  filled: true
153291
153641
  })
@@ -153298,7 +153648,6 @@ const index$7 = ({
153298
153648
  control,
153299
153649
  id: "email",
153300
153650
  name: "email",
153301
- label: t2("email"),
153302
153651
  placeholder: t2("email"),
153303
153652
  radius: "md",
153304
153653
  filled: true
@@ -153312,16 +153661,23 @@ const index$7 = ({
153312
153661
  control,
153313
153662
  id: "notes",
153314
153663
  name: "notes",
153315
- label: t2("notes"),
153316
153664
  placeholder: t2("notes")
153317
153665
  })
153666
+ }), /* @__PURE__ */ jsx$1("div", {
153667
+ style: {
153668
+ width: "100%"
153669
+ },
153670
+ children: /* @__PURE__ */ jsx$1(BillSection, {
153671
+ venueId,
153672
+ currency: filtersData == null ? void 0 : filtersData.currency
153673
+ })
153318
153674
  }), selectedBooking && selectedBooking.status !== "canceled" && /* @__PURE__ */ jsxs(React__default.Fragment, {
153319
153675
  children: [/* @__PURE__ */ jsx$1(Divider2, {}), /* @__PURE__ */ jsx$1(BookingInfo, {
153320
153676
  item: selectedBooking
153321
153677
  })]
153322
153678
  })]
153323
153679
  }), /* @__PURE__ */ jsxs("div", {
153324
- className: styles$h.sidebarFooter,
153680
+ className: styles$i.sidebarFooter,
153325
153681
  children: [/* @__PURE__ */ jsx$1(Divider2, {}), canEdit && /* @__PURE__ */ jsx$1(ActionButtons, {
153326
153682
  onSubmit,
153327
153683
  venueId
@@ -153380,6 +153736,7 @@ const GetCreateBookingSelectsData = async ({
153380
153736
  const responseChannels = await instance$1.get(`/resbook/smart-channels`);
153381
153737
  const data2 = {
153382
153738
  onboardingReady: (responseVenueData == null ? void 0 : responseVenueData.onboardingReady) ?? false,
153739
+ currency: (responseVenueData == null ? void 0 : responseVenueData.currency) ?? "EUR",
153383
153740
  partySizes: formatPartySizeData(responseVenueData),
153384
153741
  areas: formatAreasData(responseAreas),
153385
153742
  hours: formatHoursData(responseHours),
@@ -153516,7 +153873,7 @@ const EnableOnboarding = ({
153516
153873
  if (onboardingReady) return null;
153517
153874
  return /* @__PURE__ */ jsxs("div", {
153518
153875
  ref: containerRef,
153519
- className: styles$h.enableOnboardingContainer,
153876
+ className: styles$i.enableOnboardingContainer,
153520
153877
  children: [/* @__PURE__ */ jsx$1("p", {
153521
153878
  children: t2("enableOnboardingText")
153522
153879
  }), /* @__PURE__ */ jsx$1(Button$1, {
@@ -153618,7 +153975,7 @@ function MainComponent({
153618
153975
  }, [selectedBooking]);
153619
153976
  useEffect(() => {
153620
153977
  function handleOutsideClick(event) {
153621
- const sidebarElement = document.querySelector(`.${styles$h.mainSidebarContainer}`);
153978
+ const sidebarElement = document.querySelector(`.${styles$i.mainSidebarContainer}`);
153622
153979
  if (sidebarElement && !sidebarElement.contains(event.target)) {
153623
153980
  setShowSidebar(false);
153624
153981
  }
@@ -153641,15 +153998,15 @@ function MainComponent({
153641
153998
  return /* @__PURE__ */ jsx$1(ReloadProvider$1, {
153642
153999
  reload,
153643
154000
  children: /* @__PURE__ */ jsxs("div", {
153644
- className: styles$h.mainWrapper,
154001
+ className: styles$i.mainWrapper,
153645
154002
  children: [/* @__PURE__ */ jsx$1(EnableOnboarding, {
153646
154003
  venueId,
153647
154004
  onboardingReady: !filtersData ? true : filtersData == null ? void 0 : filtersData.onboardingReady,
153648
154005
  reloadSelectsData
153649
154006
  }), /* @__PURE__ */ jsxs("div", {
153650
- className: styles$h.mainConatiner,
154007
+ className: styles$i.mainConatiner,
153651
154008
  children: [/* @__PURE__ */ jsxs("div", {
153652
- className: styles$h.mainTableContainer,
154009
+ className: styles$i.mainTableContainer,
153653
154010
  children: [/* @__PURE__ */ jsx$1(index$9, {
153654
154011
  filters: filters2,
153655
154012
  setFilters,
@@ -153663,7 +154020,7 @@ function MainComponent({
153663
154020
  venueId
153664
154021
  })]
153665
154022
  }), /* @__PURE__ */ jsx$1("div", {
153666
- className: classNames$2(styles$h.mainSidebarContainer, showSidebar ? styles$h[`mainSidebarContainer--open`] : "styles[`mainSidebarContainer--close`]"),
154023
+ className: classNames$2(styles$i.mainSidebarContainer, showSidebar ? styles$i[`mainSidebarContainer--open`] : "styles[`mainSidebarContainer--close`]"),
153667
154024
  children: /* @__PURE__ */ jsx$1(index$7, {
153668
154025
  filtersData,
153669
154026
  venueId