@mirai/core 0.4.13 → 0.4.15

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 (148) hide show
  1. package/build/Core.constants.js +1 -2
  2. package/build/Core.constants.js.map +1 -1
  3. package/build/components/BannerLoyalty/BannerLoyalty.js +27 -8
  4. package/build/components/BannerLoyalty/BannerLoyalty.js.map +1 -1
  5. package/build/components/BannerLoyalty/BannerLoyalty.l10n.js +1 -1
  6. package/build/components/BannerLoyalty/BannerLoyalty.l10n.js.map +1 -1
  7. package/build/components/BannerLoyalty/BannerLoyalty.module.css +13 -0
  8. package/build/components/Chat/Chat.constants.js +4 -1
  9. package/build/components/Chat/Chat.constants.js.map +1 -1
  10. package/build/components/Chat/Chat.js +4 -5
  11. package/build/components/Chat/Chat.js.map +1 -1
  12. package/build/components/Chat/Chat.theme.module.css +1 -1
  13. package/build/components/Chat/__tests__/__snapshots__/Chat.constants.test.js.snap +3 -0
  14. package/build/components/Chat/components/Message/Message.constants.js +4 -7
  15. package/build/components/Chat/components/Message/Message.constants.js.map +1 -1
  16. package/build/components/Finder/Finder.js +6 -11
  17. package/build/components/Finder/Finder.js.map +1 -1
  18. package/build/components/Finder/components/Calendar/Calendar.js +1 -1
  19. package/build/components/Finder/components/Calendar/Calendar.js.map +1 -1
  20. package/build/components/Rates/Rates.Content.js +3 -1
  21. package/build/components/Rates/Rates.Content.js.map +1 -1
  22. package/build/components/Rates/Rates.Footer.js +3 -3
  23. package/build/components/Rates/Rates.Footer.js.map +1 -1
  24. package/build/components/Rates/Rates.Unavailability.js +10 -10
  25. package/build/components/Rates/Rates.Unavailability.js.map +1 -1
  26. package/build/components/Rates/Rates.constants.js +3 -2
  27. package/build/components/Rates/Rates.constants.js.map +1 -1
  28. package/build/components/Rates/Rates.js +38 -42
  29. package/build/components/Rates/Rates.js.map +1 -1
  30. package/build/components/Rates/Rates.l10n.js +0 -3
  31. package/build/components/Rates/Rates.l10n.js.map +1 -1
  32. package/build/components/Rates/Rates.module.css +1 -1
  33. package/build/components/Rates/__tests__/__snapshots__/Rates.Content.test.js.snap +18 -3
  34. package/build/components/Rates/__tests__/__snapshots__/Rates.Unavailability.test.js.snap +0 -10
  35. package/build/components/Rates/__tests__/__snapshots__/Rates.test.js.snap +22 -3
  36. package/build/components/Rates/components/Filters/Filters.js +2 -2
  37. package/build/components/Rates/components/Filters/Filters.js.map +1 -1
  38. package/build/components/Rates/components/Item/Item.Preview.js +23 -2
  39. package/build/components/Rates/components/Item/Item.Preview.js.map +1 -1
  40. package/build/components/Rates/components/Item/Item.Rates.js +12 -1
  41. package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
  42. package/build/components/Rates/components/Item/Item.js +3 -2
  43. package/build/components/Rates/components/Item/Item.js.map +1 -1
  44. package/build/components/Rates/components/Item/Item.l10n.js +3 -0
  45. package/build/components/Rates/components/Item/Item.l10n.js.map +1 -1
  46. package/build/components/Rates/components/Item/components/{RateDetails/RateDetails.Countdown.js → Countdown/Countdown.js} +5 -3
  47. package/build/components/Rates/components/Item/components/Countdown/Countdown.js.map +1 -0
  48. package/build/components/Rates/components/Item/components/Countdown/Countdown.module.css +8 -0
  49. package/build/components/Rates/components/Item/components/Countdown/__tests__/__snapshots__/Countdown.test.js.snap +3 -0
  50. package/build/components/Rates/components/{ClubRate → Item/components/Countdown}/index.js +4 -4
  51. package/build/components/Rates/components/Item/components/Countdown/index.js.map +1 -0
  52. package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js +3 -3
  53. package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js.map +1 -1
  54. package/build/components/Rates/components/Item/components/Slider/Slider.js +50 -16
  55. package/build/components/Rates/components/Item/components/Slider/Slider.js.map +1 -1
  56. package/build/components/Rates/components/Item/components/Slider/Slider.l10n.js +3 -0
  57. package/build/components/Rates/components/Item/components/Slider/Slider.l10n.js.map +1 -1
  58. package/build/components/Rates/components/Item/components/index.js +11 -0
  59. package/build/components/Rates/components/Item/components/index.js.map +1 -1
  60. package/build/components/Rates/components/ModalClubRate/ModalClubRate.js +128 -0
  61. package/build/components/Rates/components/ModalClubRate/ModalClubRate.js.map +1 -0
  62. package/build/components/Rates/components/{ClubRate/ClubRate.l10n.js → ModalClubRate/ModalClubRate.l10n.js} +12 -3
  63. package/build/components/Rates/components/ModalClubRate/ModalClubRate.l10n.js.map +1 -0
  64. package/build/components/Rates/components/{ClubRate/ClubRate.module.css → ModalClubRate/ModalClubRate.module.css} +9 -16
  65. package/build/components/Rates/components/ModalClubRate/__tests__/__snapshots__/ModalClubRate.test.js.snap +257 -0
  66. package/build/components/Rates/components/ModalClubRate/helpers/getDiscount.js +45 -0
  67. package/build/components/Rates/components/ModalClubRate/helpers/getDiscount.js.map +1 -0
  68. package/build/components/Rates/components/ModalClubRate/helpers/index.js +17 -0
  69. package/build/components/Rates/components/ModalClubRate/helpers/index.js.map +1 -0
  70. package/build/components/Rates/components/ModalClubRate/index.js +17 -0
  71. package/build/components/Rates/components/ModalClubRate/index.js.map +1 -0
  72. package/build/components/Rates/components/index.js +11 -11
  73. package/build/components/Rates/components/index.js.map +1 -1
  74. package/build/components/Rates/helpers/{getMetaBoard.js → getBoard.js} +8 -8
  75. package/build/components/Rates/helpers/getBoard.js.map +1 -0
  76. package/build/components/Rates/helpers/index.js +11 -11
  77. package/build/components/Rates/helpers/index.js.map +1 -1
  78. package/build/components/Session/Session.Account.js +5 -3
  79. package/build/components/Session/Session.Account.js.map +1 -1
  80. package/build/components/Session/Session.Login.Modal.js +18 -8
  81. package/build/components/Session/Session.Login.Modal.js.map +1 -1
  82. package/build/components/Session/Session.Login.js +1 -0
  83. package/build/components/Session/Session.Login.js.map +1 -1
  84. package/build/components/Session/Session.js +2 -4
  85. package/build/components/Session/Session.js.map +1 -1
  86. package/build/components/Session/Session.l10n.js +4 -1
  87. package/build/components/Session/Session.l10n.js.map +1 -1
  88. package/build/components/Session/__tests__/__snapshots__/Session.test.js.snap +117 -1072
  89. package/build/components/__shared__/BookingSummary/BookingSummary.js +2 -0
  90. package/build/components/__shared__/BookingSummary/BookingSummary.js.map +1 -1
  91. package/build/components/helpers/ICON.js +3 -1
  92. package/build/components/helpers/ICON.js.map +1 -1
  93. package/build/contexts/PerformanceManager/PerformanceManager.constants.js +66 -2
  94. package/build/contexts/PerformanceManager/PerformanceManager.constants.js.map +1 -1
  95. package/build/contexts/PerformanceManager/PerformanceManager.js +28 -21
  96. package/build/contexts/PerformanceManager/PerformanceManager.js.map +1 -1
  97. package/build/contexts/PerformanceManager/helpers/getConsentMode.js +9 -5
  98. package/build/contexts/PerformanceManager/helpers/getConsentMode.js.map +1 -1
  99. package/build/contexts/PerformanceManager/providers/analytics/bookingResponse.js +0 -4
  100. package/build/contexts/PerformanceManager/providers/analytics/bookingResponse.js.map +1 -1
  101. package/build/contexts/PerformanceManager/providers/analytics/checkoutResponse.js +16 -5
  102. package/build/contexts/PerformanceManager/providers/analytics/checkoutResponse.js.map +1 -1
  103. package/build/contexts/PerformanceManager/providers/analytics/ratesResponse.js +23 -6
  104. package/build/contexts/PerformanceManager/providers/analytics/ratesResponse.js.map +1 -1
  105. package/build/contexts/PerformanceManager/providers/bing/bookingResponse.js +1 -1
  106. package/build/contexts/PerformanceManager/providers/bing/bookingResponse.js.map +1 -1
  107. package/build/contexts/PerformanceManager/providers/gtm/bookingResponse.js +10 -1
  108. package/build/contexts/PerformanceManager/providers/gtm/bookingResponse.js.map +1 -1
  109. package/build/contexts/PerformanceManager/providers/gtm/checkoutResponse.js +6 -0
  110. package/build/contexts/PerformanceManager/providers/gtm/checkoutResponse.js.map +1 -1
  111. package/build/contexts/PerformanceManager/providers/gtm/duetto/bookingResponse.js +41 -0
  112. package/build/contexts/PerformanceManager/providers/gtm/duetto/bookingResponse.js.map +1 -0
  113. package/build/contexts/PerformanceManager/providers/gtm/duetto/index.js +28 -0
  114. package/build/contexts/PerformanceManager/providers/gtm/duetto/index.js.map +1 -0
  115. package/build/contexts/PerformanceManager/providers/gtm/duetto/ratesResponse.js +70 -0
  116. package/build/contexts/PerformanceManager/providers/gtm/duetto/ratesResponse.js.map +1 -0
  117. package/build/contexts/PerformanceManager/providers/gtm/finderReady.js +10 -26
  118. package/build/contexts/PerformanceManager/providers/gtm/finderReady.js.map +1 -1
  119. package/build/contexts/PerformanceManager/providers/gtm/helpers/getInitEvent.js +33 -0
  120. package/build/contexts/PerformanceManager/providers/gtm/helpers/getInitEvent.js.map +1 -0
  121. package/build/contexts/PerformanceManager/providers/gtm/helpers/index.js +11 -0
  122. package/build/contexts/PerformanceManager/providers/gtm/helpers/index.js.map +1 -1
  123. package/build/contexts/PerformanceManager/providers/gtm/ratesResponse.js +24 -3
  124. package/build/contexts/PerformanceManager/providers/gtm/ratesResponse.js.map +1 -1
  125. package/build/helpers/consolidateStore.js +8 -2
  126. package/build/helpers/consolidateStore.js.map +1 -1
  127. package/build/helpers/getPerformance.js +4 -0
  128. package/build/helpers/getPerformance.js.map +1 -1
  129. package/package.json +1 -1
  130. package/public/index.html +1 -1
  131. package/build/components/Chat/services/Lisa/action.js +0 -28
  132. package/build/components/Chat/services/Lisa/action.js.map +0 -1
  133. package/build/components/Chat/services/Lisa/index.js +0 -17
  134. package/build/components/Chat/services/Lisa/index.js.map +0 -1
  135. package/build/components/Chat/services/Lisa/message.js +0 -26
  136. package/build/components/Chat/services/Lisa/message.js.map +0 -1
  137. package/build/components/Chat/services/Lisa/status.js +0 -13
  138. package/build/components/Chat/services/Lisa/status.js.map +0 -1
  139. package/build/components/Chat/services/Lisa/welcome.js +0 -25
  140. package/build/components/Chat/services/Lisa/welcome.js.map +0 -1
  141. package/build/components/Rates/components/ClubRate/ClubRate.js +0 -100
  142. package/build/components/Rates/components/ClubRate/ClubRate.js.map +0 -1
  143. package/build/components/Rates/components/ClubRate/ClubRate.l10n.js.map +0 -1
  144. package/build/components/Rates/components/ClubRate/__tests__/__snapshots__/ClubRate.test.js.snap +0 -38
  145. package/build/components/Rates/components/ClubRate/index.js.map +0 -1
  146. package/build/components/Rates/components/Item/components/RateDetails/RateDetails.Countdown.js.map +0 -1
  147. package/build/components/Rates/components/Item/components/RateDetails/__tests__/__snapshots__/RateDetails.Countdown.test.js.snap +0 -3
  148. package/build/components/Rates/helpers/getMetaBoard.js.map +0 -1
@@ -56,11 +56,14 @@ const L10N = exports.L10N = {
56
56
  id: 'common.label.password'
57
57
  },
58
58
  TITLE: {
59
- id: 'user.label.title_session'
59
+ id: 'common.action.login'
60
60
  },
61
61
  TITLE_RESET: {
62
62
  id: 'user.action.reset'
63
63
  },
64
+ TITLE_WITH_SIGNUP: {
65
+ id: 'user.label.title_session'
66
+ },
64
67
  NOTIFICATION_ERROR: {
65
68
  id: 'common.notification.error_unknown'
66
69
  },
@@ -1 +1 @@
1
- {"version":3,"file":"Session.l10n.js","names":["L10N","exports","ACTION_BACK","id","ACTION_CHANGE_PASSWORD","ACTION_MANAGE_ACCOUNT","defaultMessage","ACTION_MODAL","ACTION_MY_BOOKINGS","ACTION_PROFILE","ACTION_RESET","ACTION_SIGNUP","CTA","CTA_RESET","CTA_LOGOUT","FORM_DESCRIPTION","FORM_RESET_DESCRIPTION","EMAIL_LABEL","LEVEL","PASSWORD_LABEL","TITLE","TITLE_RESET","NOTIFICATION_ERROR","NOTIFICATION_FINISH_SIGNUP_TITLE","NOTIFICATION_FINISH_SIGNUP_DESCRIPTION","NOTIFICATION_FINISH_SIGNUP_ERROR","NOTIFICATION_SUCCESS_RESET"],"sources":["../../../src/components/Session/Session.l10n.js"],"sourcesContent":["export const L10N = {\n ACTION_BACK: { id: 'user.action.back_login' },\n ACTION_CHANGE_PASSWORD: { id: 'user.action.change_login_password' },\n ACTION_MANAGE_ACCOUNT: { id: 'user.action.manage_account', defaultMessage: 'Log in' },\n ACTION_MODAL: { id: 'common.action.login', defaultMessage: 'Log in' },\n ACTION_MY_BOOKINGS: { id: 'user.action.my_bookings' },\n ACTION_PROFILE: { id: 'user.action.view_profile' },\n ACTION_RESET: { id: 'user.action.reset' },\n ACTION_SIGNUP: { id: 'user.action.signup' },\n CTA: { id: 'common.action.login' },\n CTA_RESET: { id: 'user.action.cta_reset' },\n CTA_LOGOUT: { id: 'common.action.logout' },\n FORM_DESCRIPTION: { id: 'user.label.form_description' },\n FORM_RESET_DESCRIPTION: { id: 'user.label.form_reset_description' },\n EMAIL_LABEL: { id: 'common.label.email' },\n LEVEL: { id: 'user.label.level' },\n PASSWORD_LABEL: { id: 'common.label.password' },\n TITLE: { id: 'user.label.title_session' },\n TITLE_RESET: { id: 'user.action.reset' },\n NOTIFICATION_ERROR: { id: 'common.notification.error_unknown' },\n NOTIFICATION_FINISH_SIGNUP_TITLE: { id: 'user.notification.activation_success' },\n NOTIFICATION_FINISH_SIGNUP_DESCRIPTION: { id: 'user.notification.finish_signup_description' },\n NOTIFICATION_FINISH_SIGNUP_ERROR: { id: 'user.notification.validation_error' },\n NOTIFICATION_SUCCESS_RESET: { id: 'user.notification.success_reset' },\n};\n"],"mappings":";;;;;;AAAO,MAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG;EAClBE,WAAW,EAAE;IAAEC,EAAE,EAAE;EAAyB,CAAC;EAC7CC,sBAAsB,EAAE;IAAED,EAAE,EAAE;EAAoC,CAAC;EACnEE,qBAAqB,EAAE;IAAEF,EAAE,EAAE,4BAA4B;IAAEG,cAAc,EAAE;EAAS,CAAC;EACrFC,YAAY,EAAE;IAAEJ,EAAE,EAAE,qBAAqB;IAAEG,cAAc,EAAE;EAAS,CAAC;EACrEE,kBAAkB,EAAE;IAAEL,EAAE,EAAE;EAA0B,CAAC;EACrDM,cAAc,EAAE;IAAEN,EAAE,EAAE;EAA2B,CAAC;EAClDO,YAAY,EAAE;IAAEP,EAAE,EAAE;EAAoB,CAAC;EACzCQ,aAAa,EAAE;IAAER,EAAE,EAAE;EAAqB,CAAC;EAC3CS,GAAG,EAAE;IAAET,EAAE,EAAE;EAAsB,CAAC;EAClCU,SAAS,EAAE;IAAEV,EAAE,EAAE;EAAwB,CAAC;EAC1CW,UAAU,EAAE;IAAEX,EAAE,EAAE;EAAuB,CAAC;EAC1CY,gBAAgB,EAAE;IAAEZ,EAAE,EAAE;EAA8B,CAAC;EACvDa,sBAAsB,EAAE;IAAEb,EAAE,EAAE;EAAoC,CAAC;EACnEc,WAAW,EAAE;IAAEd,EAAE,EAAE;EAAqB,CAAC;EACzCe,KAAK,EAAE;IAAEf,EAAE,EAAE;EAAmB,CAAC;EACjCgB,cAAc,EAAE;IAAEhB,EAAE,EAAE;EAAwB,CAAC;EAC/CiB,KAAK,EAAE;IAAEjB,EAAE,EAAE;EAA2B,CAAC;EACzCkB,WAAW,EAAE;IAAElB,EAAE,EAAE;EAAoB,CAAC;EACxCmB,kBAAkB,EAAE;IAAEnB,EAAE,EAAE;EAAoC,CAAC;EAC/DoB,gCAAgC,EAAE;IAAEpB,EAAE,EAAE;EAAuC,CAAC;EAChFqB,sCAAsC,EAAE;IAAErB,EAAE,EAAE;EAA8C,CAAC;EAC7FsB,gCAAgC,EAAE;IAAEtB,EAAE,EAAE;EAAqC,CAAC;EAC9EuB,0BAA0B,EAAE;IAAEvB,EAAE,EAAE;EAAkC;AACtE,CAAC"}
1
+ {"version":3,"file":"Session.l10n.js","names":["L10N","exports","ACTION_BACK","id","ACTION_CHANGE_PASSWORD","ACTION_MANAGE_ACCOUNT","defaultMessage","ACTION_MODAL","ACTION_MY_BOOKINGS","ACTION_PROFILE","ACTION_RESET","ACTION_SIGNUP","CTA","CTA_RESET","CTA_LOGOUT","FORM_DESCRIPTION","FORM_RESET_DESCRIPTION","EMAIL_LABEL","LEVEL","PASSWORD_LABEL","TITLE","TITLE_RESET","TITLE_WITH_SIGNUP","NOTIFICATION_ERROR","NOTIFICATION_FINISH_SIGNUP_TITLE","NOTIFICATION_FINISH_SIGNUP_DESCRIPTION","NOTIFICATION_FINISH_SIGNUP_ERROR","NOTIFICATION_SUCCESS_RESET"],"sources":["../../../src/components/Session/Session.l10n.js"],"sourcesContent":["export const L10N = {\n ACTION_BACK: { id: 'user.action.back_login' },\n ACTION_CHANGE_PASSWORD: { id: 'user.action.change_login_password' },\n ACTION_MANAGE_ACCOUNT: { id: 'user.action.manage_account', defaultMessage: 'Log in' },\n ACTION_MODAL: { id: 'common.action.login', defaultMessage: 'Log in' },\n ACTION_MY_BOOKINGS: { id: 'user.action.my_bookings' },\n ACTION_PROFILE: { id: 'user.action.view_profile' },\n ACTION_RESET: { id: 'user.action.reset' },\n ACTION_SIGNUP: { id: 'user.action.signup' },\n CTA: { id: 'common.action.login' },\n CTA_RESET: { id: 'user.action.cta_reset' },\n CTA_LOGOUT: { id: 'common.action.logout' },\n FORM_DESCRIPTION: { id: 'user.label.form_description' },\n FORM_RESET_DESCRIPTION: { id: 'user.label.form_reset_description' },\n EMAIL_LABEL: { id: 'common.label.email' },\n LEVEL: { id: 'user.label.level' },\n PASSWORD_LABEL: { id: 'common.label.password' },\n TITLE: { id: 'common.action.login' },\n TITLE_RESET: { id: 'user.action.reset' },\n TITLE_WITH_SIGNUP: { id: 'user.label.title_session' },\n NOTIFICATION_ERROR: { id: 'common.notification.error_unknown' },\n NOTIFICATION_FINISH_SIGNUP_TITLE: { id: 'user.notification.activation_success' },\n NOTIFICATION_FINISH_SIGNUP_DESCRIPTION: { id: 'user.notification.finish_signup_description' },\n NOTIFICATION_FINISH_SIGNUP_ERROR: { id: 'user.notification.validation_error' },\n NOTIFICATION_SUCCESS_RESET: { id: 'user.notification.success_reset' },\n};\n"],"mappings":";;;;;;AAAO,MAAMA,IAAI,GAAAC,OAAA,CAAAD,IAAA,GAAG;EAClBE,WAAW,EAAE;IAAEC,EAAE,EAAE;EAAyB,CAAC;EAC7CC,sBAAsB,EAAE;IAAED,EAAE,EAAE;EAAoC,CAAC;EACnEE,qBAAqB,EAAE;IAAEF,EAAE,EAAE,4BAA4B;IAAEG,cAAc,EAAE;EAAS,CAAC;EACrFC,YAAY,EAAE;IAAEJ,EAAE,EAAE,qBAAqB;IAAEG,cAAc,EAAE;EAAS,CAAC;EACrEE,kBAAkB,EAAE;IAAEL,EAAE,EAAE;EAA0B,CAAC;EACrDM,cAAc,EAAE;IAAEN,EAAE,EAAE;EAA2B,CAAC;EAClDO,YAAY,EAAE;IAAEP,EAAE,EAAE;EAAoB,CAAC;EACzCQ,aAAa,EAAE;IAAER,EAAE,EAAE;EAAqB,CAAC;EAC3CS,GAAG,EAAE;IAAET,EAAE,EAAE;EAAsB,CAAC;EAClCU,SAAS,EAAE;IAAEV,EAAE,EAAE;EAAwB,CAAC;EAC1CW,UAAU,EAAE;IAAEX,EAAE,EAAE;EAAuB,CAAC;EAC1CY,gBAAgB,EAAE;IAAEZ,EAAE,EAAE;EAA8B,CAAC;EACvDa,sBAAsB,EAAE;IAAEb,EAAE,EAAE;EAAoC,CAAC;EACnEc,WAAW,EAAE;IAAEd,EAAE,EAAE;EAAqB,CAAC;EACzCe,KAAK,EAAE;IAAEf,EAAE,EAAE;EAAmB,CAAC;EACjCgB,cAAc,EAAE;IAAEhB,EAAE,EAAE;EAAwB,CAAC;EAC/CiB,KAAK,EAAE;IAAEjB,EAAE,EAAE;EAAsB,CAAC;EACpCkB,WAAW,EAAE;IAAElB,EAAE,EAAE;EAAoB,CAAC;EACxCmB,iBAAiB,EAAE;IAAEnB,EAAE,EAAE;EAA2B,CAAC;EACrDoB,kBAAkB,EAAE;IAAEpB,EAAE,EAAE;EAAoC,CAAC;EAC/DqB,gCAAgC,EAAE;IAAErB,EAAE,EAAE;EAAuC,CAAC;EAChFsB,sCAAsC,EAAE;IAAEtB,EAAE,EAAE;EAA8C,CAAC;EAC7FuB,gCAAgC,EAAE;IAAEvB,EAAE,EAAE;EAAqC,CAAC;EAC9EwB,0BAA0B,EAAE;IAAExB,EAAE,EAAE;EAAkC;AACtE,CAAC"}