ublo-lib 1.47.69 → 1.47.71

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.
@@ -20,7 +20,7 @@ const fr = {
20
20
  defaultCountry: "Indiquez votre pays...",
21
21
  defaultCategory: "Sélectionnez...",
22
22
  defaultSubject: "Sélectionnez...",
23
- sendSucesss: "Votre message à bien été envoyé !",
23
+ sendSucesss: "Votre message a bien été envoyé !",
24
24
  sendError: "Une erreur est survenue pendant l'envoi du message. Veuillez réessayer ultérieurement.",
25
25
  parametersError: "Une erreur est survenue pendant la génération du formulaire. Veuillez réessayer ultérieurement.",
26
26
  emailError: 'L\'email doit être au format "john.doe@domaine.com"',
@@ -100,6 +100,6 @@ const Booking = ({ stay, cartUrl, channel, values, maxCPDuration, currentStep, s
100
100
  if (modal) {
101
101
  return null;
102
102
  }
103
- return (_jsxs("div", { className: css.root, children: [_jsxs(Button, { onClick: goBack, children: [_jsx(ArrowLeftIcon, {}), message(lang, "go-back")] }), "&& ", _jsx("div", { id: "msem-magic-box" })] }));
103
+ return (_jsxs("div", { className: css.root, children: [_jsxs(Button, { onClick: goBack, children: [_jsx(ArrowLeftIcon, {}), message(lang, "go-back")] }), _jsx("div", { id: "msem-magic-box" })] }));
104
104
  };
105
105
  export default Booking;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.47.69",
3
+ "version": "1.47.71",
4
4
  "peerDependencies": {
5
5
  "classnames": "^2.5.1",
6
6
  "dt-design-system": "^3.12.0",