@qite/tide-booking-component 1.4.95 → 1.4.97

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 (453) hide show
  1. package/README.md +24 -24
  2. package/build/build-cjs/index.js +48813 -29709
  3. package/build/build-cjs/src/booking-product/components/age-select.d.ts +3 -3
  4. package/build/build-cjs/src/booking-product/components/amount-input.d.ts +5 -5
  5. package/build/build-cjs/src/booking-product/components/date-range-picker/calendar-day.d.ts +8 -8
  6. package/build/build-cjs/src/booking-product/components/date-range-picker/calendar.d.ts +14 -14
  7. package/build/build-cjs/src/booking-product/components/date-range-picker/index.d.ts +16 -19
  8. package/build/build-cjs/src/booking-product/components/dates.d.ts +8 -8
  9. package/build/build-cjs/src/booking-product/components/footer.d.ts +5 -5
  10. package/build/build-cjs/src/booking-product/components/header.d.ts +6 -6
  11. package/build/build-cjs/src/booking-product/components/icon.d.ts +5 -5
  12. package/build/build-cjs/src/booking-product/components/list-view.d.ts +2 -2
  13. package/build/build-cjs/src/booking-product/components/product.d.ts +4 -4
  14. package/build/build-cjs/src/booking-product/components/rating.d.ts +1 -1
  15. package/build/build-cjs/src/booking-product/components/rooms.d.ts +4 -4
  16. package/build/build-cjs/src/booking-product/constants.d.ts +1 -1
  17. package/build/build-cjs/src/booking-product/index.d.ts +4 -4
  18. package/build/build-cjs/src/booking-product/settings-context.d.ts +1 -2
  19. package/build/build-cjs/src/booking-product/types.d.ts +21 -21
  20. package/build/build-cjs/src/booking-product/utils/api.d.ts +11 -2
  21. package/build/build-cjs/src/booking-product/utils/price.d.ts +10 -1
  22. package/build/build-cjs/src/booking-wizard/api-settings-slice.d.ts +3 -2
  23. package/build/build-cjs/src/booking-wizard/components/icon.d.ts +5 -5
  24. package/build/build-cjs/src/booking-wizard/components/labeled-input.d.ts +13 -13
  25. package/build/build-cjs/src/booking-wizard/components/labeled-select.d.ts +16 -16
  26. package/build/build-cjs/src/booking-wizard/components/message.d.ts +4 -4
  27. package/build/build-cjs/src/booking-wizard/components/multi-range-filter.d.ts +6 -6
  28. package/build/build-cjs/src/booking-wizard/components/phone-input.d.ts +11 -11
  29. package/build/build-cjs/src/booking-wizard/components/print-offer-button.d.ts +11 -11
  30. package/build/build-cjs/src/booking-wizard/components/product-card.d.ts +3 -3
  31. package/build/build-cjs/src/booking-wizard/components/step-indicator.d.ts +1 -1
  32. package/build/build-cjs/src/booking-wizard/components/step-route.d.ts +3 -3
  33. package/build/build-cjs/src/booking-wizard/features/booking/api.d.ts +26 -7
  34. package/build/build-cjs/src/booking-wizard/features/booking/booking-self-contained.d.ts +3 -3
  35. package/build/build-cjs/src/booking-wizard/features/booking/booking-slice.d.ts +102 -43
  36. package/build/build-cjs/src/booking-wizard/features/booking/booking.d.ts +3 -3
  37. package/build/build-cjs/src/booking-wizard/features/booking/constants.d.ts +8 -1
  38. package/build/build-cjs/src/booking-wizard/features/booking/selectors.d.ts +644 -479
  39. package/build/build-cjs/src/booking-wizard/features/confirmation/confirmation.d.ts +1 -2
  40. package/build/build-cjs/src/booking-wizard/features/error/error.d.ts +1 -2
  41. package/build/build-cjs/src/booking-wizard/features/flight-options/flight-filter.d.ts +3 -3
  42. package/build/build-cjs/src/booking-wizard/features/flight-options/flight-option-flight.d.ts +2 -2
  43. package/build/build-cjs/src/booking-wizard/features/flight-options/flight-option.d.ts +4 -4
  44. package/build/build-cjs/src/booking-wizard/features/flight-options/flight-utils.d.ts +9 -2
  45. package/build/build-cjs/src/booking-wizard/features/flight-options/index.d.ts +1 -2
  46. package/build/build-cjs/src/booking-wizard/features/price-details/price-details-api.d.ts +6 -1
  47. package/build/build-cjs/src/booking-wizard/features/price-details/price-details-slice.d.ts +15 -10
  48. package/build/build-cjs/src/booking-wizard/features/price-details/selectors.d.ts +302 -287
  49. package/build/build-cjs/src/booking-wizard/features/product-options/none-option.d.ts +3 -3
  50. package/build/build-cjs/src/booking-wizard/features/product-options/option-booking-airline-group.d.ts +2 -2
  51. package/build/build-cjs/src/booking-wizard/features/product-options/option-booking-group.d.ts +6 -6
  52. package/build/build-cjs/src/booking-wizard/features/product-options/option-item.d.ts +5 -5
  53. package/build/build-cjs/src/booking-wizard/features/product-options/option-pax-card.d.ts +4 -4
  54. package/build/build-cjs/src/booking-wizard/features/product-options/option-pax-group.d.ts +7 -7
  55. package/build/build-cjs/src/booking-wizard/features/product-options/option-room.d.ts +5 -5
  56. package/build/build-cjs/src/booking-wizard/features/product-options/option-unit-group.d.ts +7 -7
  57. package/build/build-cjs/src/booking-wizard/features/product-options/option-units-card.d.ts +3 -3
  58. package/build/build-cjs/src/booking-wizard/features/product-options/options-form.d.ts +1 -2
  59. package/build/build-cjs/src/booking-wizard/features/room-options/index.d.ts +1 -2
  60. package/build/build-cjs/src/booking-wizard/features/room-options/room-utils.d.ts +19 -6
  61. package/build/build-cjs/src/booking-wizard/features/room-options/room.d.ts +6 -6
  62. package/build/build-cjs/src/booking-wizard/features/room-options/traveler-rooms.d.ts +3 -3
  63. package/build/build-cjs/src/booking-wizard/features/sidebar/index.d.ts +2 -2
  64. package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar-flight.d.ts +2 -2
  65. package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar-util.d.ts +4 -2
  66. package/build/build-cjs/src/booking-wizard/features/sidebar/sidebar.d.ts +24 -24
  67. package/build/build-cjs/src/booking-wizard/features/summary/summary-booking-option-pax.d.ts +1 -1
  68. package/build/build-cjs/src/booking-wizard/features/summary/summary-booking-option-unit.d.ts +1 -1
  69. package/build/build-cjs/src/booking-wizard/features/summary/summary-flight.d.ts +2 -2
  70. package/build/build-cjs/src/booking-wizard/features/summary/summary-per-booking-option-group.d.ts +1 -1
  71. package/build/build-cjs/src/booking-wizard/features/summary/summary-per-pax-option-group.d.ts +1 -1
  72. package/build/build-cjs/src/booking-wizard/features/summary/summary-per-unit-option-group.d.ts +1 -1
  73. package/build/build-cjs/src/booking-wizard/features/summary/summary-slice.d.ts +3 -3
  74. package/build/build-cjs/src/booking-wizard/features/summary/summary.d.ts +1 -2
  75. package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +75 -75
  76. package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form-util.d.ts +4 -4
  77. package/build/build-cjs/src/booking-wizard/features/travelers-form/travelers-form.d.ts +1 -2
  78. package/build/build-cjs/src/booking-wizard/features/travelers-form/type-ahead-input.d.ts +11 -11
  79. package/build/build-cjs/src/booking-wizard/features/travelers-form/validate-form.d.ts +8 -1
  80. package/build/build-cjs/src/booking-wizard/index.d.ts +6 -6
  81. package/build/build-cjs/src/booking-wizard/settings-context.d.ts +1 -2
  82. package/build/build-cjs/src/booking-wizard/store.d.ts +40 -22
  83. package/build/build-cjs/src/booking-wizard/types.d.ts +240 -240
  84. package/build/build-cjs/src/booking-wizard/use-offer-printer.d.ts +8 -8
  85. package/build/build-cjs/src/content/components/LanguageSwitcher.d.ts +5 -5
  86. package/build/build-cjs/src/content/components/accordion.d.ts +4 -4
  87. package/build/build-cjs/src/content/components/breadcrumb.d.ts +7 -7
  88. package/build/build-cjs/src/content/components/faq.d.ts +4 -4
  89. package/build/build-cjs/src/content/components/gallery.d.ts +6 -6
  90. package/build/build-cjs/src/content/components/icon.d.ts +5 -5
  91. package/build/build-cjs/src/content/components/image-with-text.d.ts +18 -18
  92. package/build/build-cjs/src/content/components/slider.d.ts +5 -5
  93. package/build/build-cjs/src/content/featured-trips/types.d.ts +8 -8
  94. package/build/build-cjs/src/content/features/content-page/content-page-self-contained.d.ts +1 -1
  95. package/build/build-cjs/src/content/footer/types.d.ts +17 -17
  96. package/build/build-cjs/src/content/header/types.d.ts +23 -20
  97. package/build/build-cjs/src/content/image-card-grid/types.d.ts +8 -8
  98. package/build/build-cjs/src/content/image-with-text-section/types.d.ts +15 -15
  99. package/build/build-cjs/src/content/login/login-services.d.ts +6 -1
  100. package/build/build-cjs/src/content/login/types.d.ts +19 -19
  101. package/build/build-cjs/src/content/navbar/placeholderData.d.ts +2 -2
  102. package/build/build-cjs/src/content/navbar/types.d.ts +22 -22
  103. package/build/build-cjs/src/index.d.ts +17 -1
  104. package/build/build-cjs/src/qsm/components/date-range-picker/calendar-day.d.ts +7 -7
  105. package/build/build-cjs/src/qsm/components/date-range-picker/calendar.d.ts +18 -18
  106. package/build/build-cjs/src/qsm/components/date-range-picker/index.d.ts +5 -5
  107. package/build/build-cjs/src/qsm/components/double-search-input-group/index.d.ts +2 -2
  108. package/build/build-cjs/src/qsm/components/icon.d.ts +5 -5
  109. package/build/build-cjs/src/qsm/components/item-picker/index.d.ts +7 -7
  110. package/build/build-cjs/src/qsm/components/search-input/index.d.ts +9 -9
  111. package/build/build-cjs/src/qsm/components/search-input-group/index.d.ts +7 -7
  112. package/build/build-cjs/src/qsm/index.d.ts +1 -1
  113. package/build/build-cjs/src/qsm/store/qsm-slice.d.ts +110 -58
  114. package/build/build-cjs/src/qsm/store/qsm-store.d.ts +20 -7
  115. package/build/build-cjs/src/qsm/types.d.ts +59 -59
  116. package/build/build-cjs/src/search-results/components/filters/filters.d.ts +5 -5
  117. package/build/build-cjs/src/search-results/components/filters/flight-filters.d.ts +3 -3
  118. package/build/build-cjs/src/search-results/components/flight/flight-banner.d.ts +2 -2
  119. package/build/build-cjs/src/search-results/components/flight/flight-card.d.ts +1 -1
  120. package/build/build-cjs/src/search-results/components/flight/flight-leg.d.ts +1 -1
  121. package/build/build-cjs/src/search-results/components/flight/flight-path.d.ts +1 -1
  122. package/build/build-cjs/src/search-results/components/flight/flight-results.d.ts +2 -2
  123. package/build/build-cjs/src/search-results/components/flight/flight-search-context/index.d.ts +29 -29
  124. package/build/build-cjs/src/search-results/components/flight/flight-selection/independent-flight-option.d.ts +5 -5
  125. package/build/build-cjs/src/search-results/components/flight/flight-selection/independent-flight-selection.d.ts +1 -1
  126. package/build/build-cjs/src/search-results/components/flight/flight-selection/index.d.ts +2 -2
  127. package/build/build-cjs/src/search-results/components/flight/flight-selection/paired-flight-option.d.ts +1 -1
  128. package/build/build-cjs/src/search-results/components/flight/flight-selection/paired-flight-selection.d.ts +1 -1
  129. package/build/build-cjs/src/search-results/components/group-tour/group-tour-card.d.ts +3 -3
  130. package/build/build-cjs/src/search-results/components/group-tour/group-tour-results.d.ts +1 -1
  131. package/build/build-cjs/src/search-results/components/hotel/hotel-accommodation-results.d.ts +1 -1
  132. package/build/build-cjs/src/search-results/components/hotel/hotel-card.d.ts +2 -2
  133. package/build/build-cjs/src/search-results/components/icon.d.ts +6 -6
  134. package/build/build-cjs/src/search-results/components/item-picker/index.d.ts +8 -8
  135. package/build/build-cjs/src/search-results/components/itinerary/index.d.ts +3 -3
  136. package/build/build-cjs/src/search-results/components/multi-range-filter.d.ts +6 -6
  137. package/build/build-cjs/src/search-results/components/round-trip/round-trip-results.d.ts +1 -2
  138. package/build/build-cjs/src/search-results/components/search-results-container/flight-search-results.d.ts +1 -1
  139. package/build/build-cjs/src/search-results/components/tab-views/index.d.ts +1 -2
  140. package/build/build-cjs/src/search-results/features/flights/flight-search-results-self-contained.d.ts +1 -2
  141. package/build/build-cjs/src/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +1 -2
  142. package/build/build-cjs/src/search-results/features/hotels/hotel-search-results-self-contained.d.ts +1 -2
  143. package/build/build-cjs/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +1 -2
  144. package/build/build-cjs/src/search-results/index.d.ts +1 -1
  145. package/build/build-cjs/src/search-results/store/search-results-slice.d.ts +63 -26
  146. package/build/build-cjs/src/search-results/store/search-results-store.d.ts +20 -7
  147. package/build/build-cjs/src/search-results/types.d.ts +104 -104
  148. package/build/build-cjs/src/search-results/utils/flight-utils.d.ts +6 -1
  149. package/build/build-cjs/src/search-results/utils/search-results-utils.d.ts +10 -2
  150. package/build/build-cjs/src/shared/components/flyin/accommodation-flyin.d.ts +3 -3
  151. package/build/build-cjs/src/shared/components/flyin/flights-flyin.d.ts +2 -2
  152. package/build/build-cjs/src/shared/components/flyin/flyin.d.ts +7 -7
  153. package/build/build-cjs/src/shared/components/flyin/group-tour-flyin.d.ts +3 -3
  154. package/build/build-cjs/src/shared/components/icon.d.ts +5 -5
  155. package/build/build-cjs/src/shared/components/loader.d.ts +1 -1
  156. package/build/build-cjs/src/shared/types.d.ts +9 -9
  157. package/build/build-cjs/src/shared/utils/localization-util.d.ts +395 -396
  158. package/build/build-esm/index.js +48531 -29650
  159. package/build/build-esm/src/booking-product/components/age-select.d.ts +3 -3
  160. package/build/build-esm/src/booking-product/components/amount-input.d.ts +5 -5
  161. package/build/build-esm/src/booking-product/components/date-range-picker/calendar-day.d.ts +8 -8
  162. package/build/build-esm/src/booking-product/components/date-range-picker/calendar.d.ts +14 -14
  163. package/build/build-esm/src/booking-product/components/date-range-picker/index.d.ts +16 -19
  164. package/build/build-esm/src/booking-product/components/dates.d.ts +8 -8
  165. package/build/build-esm/src/booking-product/components/footer.d.ts +5 -5
  166. package/build/build-esm/src/booking-product/components/header.d.ts +6 -6
  167. package/build/build-esm/src/booking-product/components/icon.d.ts +5 -5
  168. package/build/build-esm/src/booking-product/components/list-view.d.ts +2 -2
  169. package/build/build-esm/src/booking-product/components/product.d.ts +4 -4
  170. package/build/build-esm/src/booking-product/components/rating.d.ts +1 -1
  171. package/build/build-esm/src/booking-product/components/rooms.d.ts +4 -4
  172. package/build/build-esm/src/booking-product/constants.d.ts +1 -1
  173. package/build/build-esm/src/booking-product/index.d.ts +4 -4
  174. package/build/build-esm/src/booking-product/settings-context.d.ts +1 -2
  175. package/build/build-esm/src/booking-product/types.d.ts +21 -21
  176. package/build/build-esm/src/booking-product/utils/api.d.ts +11 -2
  177. package/build/build-esm/src/booking-product/utils/price.d.ts +10 -1
  178. package/build/build-esm/src/booking-wizard/api-settings-slice.d.ts +3 -2
  179. package/build/build-esm/src/booking-wizard/components/icon.d.ts +5 -5
  180. package/build/build-esm/src/booking-wizard/components/labeled-input.d.ts +13 -13
  181. package/build/build-esm/src/booking-wizard/components/labeled-select.d.ts +16 -16
  182. package/build/build-esm/src/booking-wizard/components/message.d.ts +4 -4
  183. package/build/build-esm/src/booking-wizard/components/multi-range-filter.d.ts +6 -6
  184. package/build/build-esm/src/booking-wizard/components/phone-input.d.ts +11 -11
  185. package/build/build-esm/src/booking-wizard/components/print-offer-button.d.ts +11 -11
  186. package/build/build-esm/src/booking-wizard/components/product-card.d.ts +3 -3
  187. package/build/build-esm/src/booking-wizard/components/step-indicator.d.ts +1 -1
  188. package/build/build-esm/src/booking-wizard/components/step-route.d.ts +3 -3
  189. package/build/build-esm/src/booking-wizard/features/booking/api.d.ts +26 -7
  190. package/build/build-esm/src/booking-wizard/features/booking/booking-self-contained.d.ts +3 -3
  191. package/build/build-esm/src/booking-wizard/features/booking/booking-slice.d.ts +102 -43
  192. package/build/build-esm/src/booking-wizard/features/booking/booking.d.ts +3 -3
  193. package/build/build-esm/src/booking-wizard/features/booking/constants.d.ts +8 -1
  194. package/build/build-esm/src/booking-wizard/features/booking/selectors.d.ts +644 -479
  195. package/build/build-esm/src/booking-wizard/features/confirmation/confirmation.d.ts +1 -2
  196. package/build/build-esm/src/booking-wizard/features/error/error.d.ts +1 -2
  197. package/build/build-esm/src/booking-wizard/features/flight-options/flight-filter.d.ts +3 -3
  198. package/build/build-esm/src/booking-wizard/features/flight-options/flight-option-flight.d.ts +2 -2
  199. package/build/build-esm/src/booking-wizard/features/flight-options/flight-option.d.ts +4 -4
  200. package/build/build-esm/src/booking-wizard/features/flight-options/flight-utils.d.ts +9 -2
  201. package/build/build-esm/src/booking-wizard/features/flight-options/index.d.ts +1 -2
  202. package/build/build-esm/src/booking-wizard/features/price-details/price-details-api.d.ts +6 -1
  203. package/build/build-esm/src/booking-wizard/features/price-details/price-details-slice.d.ts +15 -10
  204. package/build/build-esm/src/booking-wizard/features/price-details/selectors.d.ts +302 -287
  205. package/build/build-esm/src/booking-wizard/features/product-options/none-option.d.ts +3 -3
  206. package/build/build-esm/src/booking-wizard/features/product-options/option-booking-airline-group.d.ts +2 -2
  207. package/build/build-esm/src/booking-wizard/features/product-options/option-booking-group.d.ts +6 -6
  208. package/build/build-esm/src/booking-wizard/features/product-options/option-item.d.ts +5 -5
  209. package/build/build-esm/src/booking-wizard/features/product-options/option-pax-card.d.ts +4 -4
  210. package/build/build-esm/src/booking-wizard/features/product-options/option-pax-group.d.ts +7 -7
  211. package/build/build-esm/src/booking-wizard/features/product-options/option-room.d.ts +5 -5
  212. package/build/build-esm/src/booking-wizard/features/product-options/option-unit-group.d.ts +7 -7
  213. package/build/build-esm/src/booking-wizard/features/product-options/option-units-card.d.ts +3 -3
  214. package/build/build-esm/src/booking-wizard/features/product-options/options-form.d.ts +1 -2
  215. package/build/build-esm/src/booking-wizard/features/room-options/index.d.ts +1 -2
  216. package/build/build-esm/src/booking-wizard/features/room-options/room-utils.d.ts +19 -6
  217. package/build/build-esm/src/booking-wizard/features/room-options/room.d.ts +6 -6
  218. package/build/build-esm/src/booking-wizard/features/room-options/traveler-rooms.d.ts +3 -3
  219. package/build/build-esm/src/booking-wizard/features/sidebar/index.d.ts +2 -2
  220. package/build/build-esm/src/booking-wizard/features/sidebar/sidebar-flight.d.ts +2 -2
  221. package/build/build-esm/src/booking-wizard/features/sidebar/sidebar-util.d.ts +4 -2
  222. package/build/build-esm/src/booking-wizard/features/sidebar/sidebar.d.ts +24 -24
  223. package/build/build-esm/src/booking-wizard/features/summary/summary-booking-option-pax.d.ts +1 -1
  224. package/build/build-esm/src/booking-wizard/features/summary/summary-booking-option-unit.d.ts +1 -1
  225. package/build/build-esm/src/booking-wizard/features/summary/summary-flight.d.ts +2 -2
  226. package/build/build-esm/src/booking-wizard/features/summary/summary-per-booking-option-group.d.ts +1 -1
  227. package/build/build-esm/src/booking-wizard/features/summary/summary-per-pax-option-group.d.ts +1 -1
  228. package/build/build-esm/src/booking-wizard/features/summary/summary-per-unit-option-group.d.ts +1 -1
  229. package/build/build-esm/src/booking-wizard/features/summary/summary-slice.d.ts +3 -3
  230. package/build/build-esm/src/booking-wizard/features/summary/summary.d.ts +1 -2
  231. package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form-slice.d.ts +75 -75
  232. package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form-util.d.ts +4 -4
  233. package/build/build-esm/src/booking-wizard/features/travelers-form/travelers-form.d.ts +1 -2
  234. package/build/build-esm/src/booking-wizard/features/travelers-form/type-ahead-input.d.ts +11 -11
  235. package/build/build-esm/src/booking-wizard/features/travelers-form/validate-form.d.ts +8 -1
  236. package/build/build-esm/src/booking-wizard/index.d.ts +6 -6
  237. package/build/build-esm/src/booking-wizard/settings-context.d.ts +1 -2
  238. package/build/build-esm/src/booking-wizard/store.d.ts +40 -22
  239. package/build/build-esm/src/booking-wizard/types.d.ts +240 -240
  240. package/build/build-esm/src/booking-wizard/use-offer-printer.d.ts +8 -8
  241. package/build/build-esm/src/content/components/LanguageSwitcher.d.ts +5 -5
  242. package/build/build-esm/src/content/components/accordion.d.ts +4 -4
  243. package/build/build-esm/src/content/components/breadcrumb.d.ts +7 -7
  244. package/build/build-esm/src/content/components/faq.d.ts +4 -4
  245. package/build/build-esm/src/content/components/gallery.d.ts +6 -6
  246. package/build/build-esm/src/content/components/icon.d.ts +5 -5
  247. package/build/build-esm/src/content/components/image-with-text.d.ts +18 -18
  248. package/build/build-esm/src/content/components/slider.d.ts +5 -5
  249. package/build/build-esm/src/content/featured-trips/types.d.ts +8 -8
  250. package/build/build-esm/src/content/features/content-page/content-page-self-contained.d.ts +1 -1
  251. package/build/build-esm/src/content/footer/types.d.ts +17 -17
  252. package/build/build-esm/src/content/header/types.d.ts +23 -20
  253. package/build/build-esm/src/content/image-card-grid/types.d.ts +8 -8
  254. package/build/build-esm/src/content/image-with-text-section/types.d.ts +15 -15
  255. package/build/build-esm/src/content/login/login-services.d.ts +6 -1
  256. package/build/build-esm/src/content/login/types.d.ts +19 -19
  257. package/build/build-esm/src/content/navbar/placeholderData.d.ts +2 -2
  258. package/build/build-esm/src/content/navbar/types.d.ts +22 -22
  259. package/build/build-esm/src/index.d.ts +17 -1
  260. package/build/build-esm/src/qsm/components/date-range-picker/calendar-day.d.ts +7 -7
  261. package/build/build-esm/src/qsm/components/date-range-picker/calendar.d.ts +18 -18
  262. package/build/build-esm/src/qsm/components/date-range-picker/index.d.ts +5 -5
  263. package/build/build-esm/src/qsm/components/double-search-input-group/index.d.ts +2 -2
  264. package/build/build-esm/src/qsm/components/icon.d.ts +5 -5
  265. package/build/build-esm/src/qsm/components/item-picker/index.d.ts +7 -7
  266. package/build/build-esm/src/qsm/components/search-input/index.d.ts +9 -9
  267. package/build/build-esm/src/qsm/components/search-input-group/index.d.ts +7 -7
  268. package/build/build-esm/src/qsm/index.d.ts +1 -1
  269. package/build/build-esm/src/qsm/store/qsm-slice.d.ts +110 -58
  270. package/build/build-esm/src/qsm/store/qsm-store.d.ts +20 -7
  271. package/build/build-esm/src/qsm/types.d.ts +59 -59
  272. package/build/build-esm/src/search-results/components/filters/filters.d.ts +5 -5
  273. package/build/build-esm/src/search-results/components/filters/flight-filters.d.ts +3 -3
  274. package/build/build-esm/src/search-results/components/flight/flight-banner.d.ts +2 -2
  275. package/build/build-esm/src/search-results/components/flight/flight-card.d.ts +1 -1
  276. package/build/build-esm/src/search-results/components/flight/flight-leg.d.ts +1 -1
  277. package/build/build-esm/src/search-results/components/flight/flight-path.d.ts +1 -1
  278. package/build/build-esm/src/search-results/components/flight/flight-results.d.ts +2 -2
  279. package/build/build-esm/src/search-results/components/flight/flight-search-context/index.d.ts +29 -29
  280. package/build/build-esm/src/search-results/components/flight/flight-selection/independent-flight-option.d.ts +5 -5
  281. package/build/build-esm/src/search-results/components/flight/flight-selection/independent-flight-selection.d.ts +1 -1
  282. package/build/build-esm/src/search-results/components/flight/flight-selection/index.d.ts +2 -2
  283. package/build/build-esm/src/search-results/components/flight/flight-selection/paired-flight-option.d.ts +1 -1
  284. package/build/build-esm/src/search-results/components/flight/flight-selection/paired-flight-selection.d.ts +1 -1
  285. package/build/build-esm/src/search-results/components/group-tour/group-tour-card.d.ts +3 -3
  286. package/build/build-esm/src/search-results/components/group-tour/group-tour-results.d.ts +1 -1
  287. package/build/build-esm/src/search-results/components/hotel/hotel-accommodation-results.d.ts +1 -1
  288. package/build/build-esm/src/search-results/components/hotel/hotel-card.d.ts +2 -2
  289. package/build/build-esm/src/search-results/components/icon.d.ts +6 -6
  290. package/build/build-esm/src/search-results/components/item-picker/index.d.ts +8 -8
  291. package/build/build-esm/src/search-results/components/itinerary/index.d.ts +3 -3
  292. package/build/build-esm/src/search-results/components/multi-range-filter.d.ts +6 -6
  293. package/build/build-esm/src/search-results/components/round-trip/round-trip-results.d.ts +1 -2
  294. package/build/build-esm/src/search-results/components/search-results-container/flight-search-results.d.ts +1 -1
  295. package/build/build-esm/src/search-results/components/tab-views/index.d.ts +1 -2
  296. package/build/build-esm/src/search-results/features/flights/flight-search-results-self-contained.d.ts +1 -2
  297. package/build/build-esm/src/search-results/features/hotels/hotel-flight-search-results-self-contained.d.ts +1 -2
  298. package/build/build-esm/src/search-results/features/hotels/hotel-search-results-self-contained.d.ts +1 -2
  299. package/build/build-esm/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.d.ts +1 -2
  300. package/build/build-esm/src/search-results/index.d.ts +1 -1
  301. package/build/build-esm/src/search-results/store/search-results-slice.d.ts +63 -26
  302. package/build/build-esm/src/search-results/store/search-results-store.d.ts +20 -7
  303. package/build/build-esm/src/search-results/types.d.ts +104 -104
  304. package/build/build-esm/src/search-results/utils/flight-utils.d.ts +6 -1
  305. package/build/build-esm/src/search-results/utils/search-results-utils.d.ts +10 -2
  306. package/build/build-esm/src/shared/components/flyin/accommodation-flyin.d.ts +3 -3
  307. package/build/build-esm/src/shared/components/flyin/flights-flyin.d.ts +2 -2
  308. package/build/build-esm/src/shared/components/flyin/flyin.d.ts +7 -7
  309. package/build/build-esm/src/shared/components/flyin/group-tour-flyin.d.ts +3 -3
  310. package/build/build-esm/src/shared/components/icon.d.ts +5 -5
  311. package/build/build-esm/src/shared/components/loader.d.ts +1 -1
  312. package/build/build-esm/src/shared/types.d.ts +9 -9
  313. package/build/build-esm/src/shared/utils/localization-util.d.ts +395 -396
  314. package/package.json +83 -83
  315. package/rollup.config.js +16 -16
  316. package/src/booking-product/components/date-range-picker/calendar-day.tsx +46 -46
  317. package/src/booking-product/components/date-range-picker/index.tsx +185 -185
  318. package/src/booking-product/components/dates.tsx +153 -153
  319. package/src/booking-product/components/product.tsx +379 -379
  320. package/src/booking-wizard/components/step-indicator.tsx +57 -57
  321. package/src/booking-wizard/components/step-route.tsx +26 -26
  322. package/src/booking-wizard/features/booking/api.ts +44 -44
  323. package/src/booking-wizard/features/booking/booking-self-contained.tsx +318 -318
  324. package/src/booking-wizard/features/booking/booking-slice.ts +633 -633
  325. package/src/booking-wizard/features/booking/booking.tsx +342 -342
  326. package/src/booking-wizard/features/booking/constants.ts +16 -16
  327. package/src/booking-wizard/features/booking/selectors.ts +411 -411
  328. package/src/booking-wizard/features/confirmation/confirmation.tsx +90 -90
  329. package/src/booking-wizard/features/error/error.tsx +71 -71
  330. package/src/booking-wizard/features/flight-options/index.tsx +166 -166
  331. package/src/booking-wizard/features/price-details/price-details-slice.ts +79 -79
  332. package/src/booking-wizard/features/price-details/selectors.ts +118 -118
  333. package/src/booking-wizard/features/product-options/option-units-card.tsx +148 -148
  334. package/src/booking-wizard/features/product-options/options-form.tsx +382 -382
  335. package/src/booking-wizard/features/room-options/index.tsx +132 -132
  336. package/src/booking-wizard/features/sidebar/index.tsx +83 -83
  337. package/src/booking-wizard/features/sidebar/sidebar-util.ts +147 -147
  338. package/src/booking-wizard/features/sidebar/sidebar.tsx +344 -332
  339. package/src/booking-wizard/features/summary/summary.tsx +562 -562
  340. package/src/booking-wizard/features/travelers-form/controls/gender-control.tsx +60 -60
  341. package/src/booking-wizard/features/travelers-form/travelers-form.tsx +1101 -1101
  342. package/src/booking-wizard/settings-context.ts +64 -64
  343. package/src/booking-wizard/types.ts +332 -332
  344. package/src/content/components/breadcrumb.tsx +67 -67
  345. package/src/content/components/faq.tsx +42 -42
  346. package/src/content/components/gallery.tsx +153 -153
  347. package/src/content/components/icon.tsx +695 -695
  348. package/src/content/components/image-with-text.tsx +120 -120
  349. package/src/content/components/login.tsx +162 -162
  350. package/src/content/components/slider.tsx +237 -237
  351. package/src/content/featured-trips/featured-trip-card.tsx +48 -48
  352. package/src/content/featured-trips/index.tsx +19 -19
  353. package/src/content/featured-trips/types.ts +13 -13
  354. package/src/content/features/content-page/content-page-self-contained.tsx +895 -895
  355. package/src/content/footer/index.tsx +159 -159
  356. package/src/content/footer/types.ts +36 -36
  357. package/src/content/image-card-grid/index.tsx +34 -34
  358. package/src/content/image-card-grid/types.ts +13 -13
  359. package/src/content/image-with-text-section/card.tsx +58 -58
  360. package/src/content/image-with-text-section/index.tsx +22 -22
  361. package/src/content/image-with-text-section/types.ts +20 -20
  362. package/src/content/login/confirm-component.tsx +149 -149
  363. package/src/content/login/index.tsx +70 -70
  364. package/src/content/login/login-component.tsx +159 -159
  365. package/src/content/login/login-services.ts +109 -109
  366. package/src/content/login/reset-password-component.tsx +191 -191
  367. package/src/content/login/types.ts +29 -29
  368. package/src/content/navbar/index.tsx +354 -354
  369. package/src/content/navbar/placeholderData.tsx +173 -173
  370. package/src/content/navbar/types.ts +43 -43
  371. package/src/index.ts +44 -44
  372. package/src/qsm/components/QSMContainer/qsm-container.tsx +512 -512
  373. package/src/qsm/components/double-search-input-group/index.tsx +78 -78
  374. package/src/qsm/components/icon.tsx +354 -354
  375. package/src/qsm/components/item-picker/index.tsx +69 -69
  376. package/src/qsm/components/mobile-filter-modal/index.tsx +307 -307
  377. package/src/qsm/components/search-input/index.tsx +91 -91
  378. package/src/qsm/components/search-input-group/index.tsx +199 -199
  379. package/src/qsm/components/travel-class-picker/index.tsx +28 -28
  380. package/src/qsm/components/travel-input/index.tsx +243 -243
  381. package/src/qsm/components/travel-input-group/index.tsx +114 -114
  382. package/src/qsm/components/travel-nationality-picker/index.tsx +28 -28
  383. package/src/qsm/components/travel-type-picker/index.tsx +28 -28
  384. package/src/qsm/qsm-configuration-context.ts +31 -31
  385. package/src/qsm/store/qsm-slice.ts +275 -275
  386. package/src/qsm/types.ts +110 -110
  387. package/src/search-results/components/filters/filters.tsx +230 -230
  388. package/src/search-results/components/filters/flight-filters.tsx +671 -671
  389. package/src/search-results/components/flight/flight-banner.tsx +35 -35
  390. package/src/search-results/components/flight/flight-results.tsx +208 -208
  391. package/src/search-results/components/flight/flight-search-context/index.tsx +628 -628
  392. package/src/search-results/components/flight/flight-selection/independent-flight-option.tsx +147 -147
  393. package/src/search-results/components/flight/flight-selection/independent-flight-selection.tsx +172 -172
  394. package/src/search-results/components/flight/flight-selection/index.tsx +19 -19
  395. package/src/search-results/components/flight/flight-selection/paired-flight-option.tsx +255 -255
  396. package/src/search-results/components/flight/flight-selection/paired-flight-selection.tsx +38 -38
  397. package/src/search-results/components/group-tour/group-tour-card.tsx +105 -105
  398. package/src/search-results/components/group-tour/group-tour-results.tsx +62 -62
  399. package/src/search-results/components/hotel/hotel-accommodation-results.tsx +176 -176
  400. package/src/search-results/components/hotel/hotel-card.tsx +113 -113
  401. package/src/search-results/components/icon.tsx +680 -680
  402. package/src/search-results/components/item-picker/index.tsx +81 -81
  403. package/src/search-results/components/itinerary/index.tsx +310 -310
  404. package/src/search-results/components/round-trip/round-trip-results.tsx +199 -199
  405. package/src/search-results/components/search-results-container/flight-search-results.tsx +137 -137
  406. package/src/search-results/components/search-results-container/search-results-container.tsx +893 -893
  407. package/src/search-results/components/spinner/spinner.tsx +16 -16
  408. package/src/search-results/components/tab-views/index.tsx +53 -53
  409. package/src/search-results/features/flights/flight-search-results-self-contained.tsx +294 -294
  410. package/src/search-results/features/hotels/hotel-flight-search-results-self-contained.tsx +143 -143
  411. package/src/search-results/features/hotels/hotel-search-results-self-contained.tsx +220 -220
  412. package/src/search-results/features/roundtrips/roundtrip-search-results-self-contained.tsx +65 -65
  413. package/src/search-results/store/search-results-slice.ts +158 -158
  414. package/src/search-results/types.ts +181 -181
  415. package/src/search-results/utils/flight-utils.ts +93 -93
  416. package/src/search-results/utils/search-results-utils.ts +251 -251
  417. package/src/shared/components/flyin/accommodation-flyin.tsx +422 -422
  418. package/src/shared/components/flyin/flights-flyin.tsx +503 -503
  419. package/src/shared/components/flyin/flyin.tsx +82 -82
  420. package/src/shared/components/flyin/group-tour-flyin.tsx +293 -293
  421. package/src/shared/components/icon.tsx +826 -826
  422. package/src/shared/translations/ar-SA.json +382 -382
  423. package/src/shared/translations/da-DK.json +382 -382
  424. package/src/shared/translations/de-DE.json +382 -382
  425. package/src/shared/translations/en-GB.json +386 -386
  426. package/src/shared/translations/es-ES.json +382 -382
  427. package/src/shared/translations/fr-BE.json +386 -386
  428. package/src/shared/translations/fr-FR.json +382 -382
  429. package/src/shared/translations/is-IS.json +382 -382
  430. package/src/shared/translations/it-IT.json +382 -382
  431. package/src/shared/translations/ja-JP.json +382 -382
  432. package/src/shared/translations/nl-BE.json +386 -386
  433. package/src/shared/translations/nl-NL.json +382 -382
  434. package/src/shared/translations/no-NO.json +382 -382
  435. package/src/shared/translations/pl-PL.json +382 -382
  436. package/src/shared/translations/pt-PT.json +382 -382
  437. package/src/shared/translations/sv-SE.json +382 -382
  438. package/src/shared/types.ts +31 -31
  439. package/src/shared/utils/localization-util.ts +275 -275
  440. package/styles/booking-search-results-variables.scss +728 -728
  441. package/styles/booking-search-results.scss +53 -53
  442. package/styles/components/_booking.scss +872 -872
  443. package/styles/components/_content.scss +336 -336
  444. package/styles/components/_flyin.scss +727 -727
  445. package/styles/components/_footer.scss +141 -141
  446. package/styles/components/_form.scss +1634 -1634
  447. package/styles/components/_image-with-text.scss +206 -206
  448. package/styles/components/_login.scss +140 -140
  449. package/styles/components/_navbar.scss +765 -765
  450. package/styles/components/_pricing-summary.scss +163 -163
  451. package/styles/components/_search.scss +2009 -2009
  452. package/styles/components/_tree.scss +648 -648
  453. package/styles/content-blocks.scss +64 -64
@@ -1,727 +1,727 @@
1
- @use '../components/mixins' as mixins;
2
-
3
- * {
4
- box-sizing: border-box;
5
- }
6
-
7
- .flyin {
8
- position: fixed;
9
- inset: 0;
10
- background: rgba(0, 0, 0, 0);
11
- display: flex;
12
- justify-content: flex-end;
13
- z-index: 100001;
14
- pointer-events: none;
15
- transition: background 0.2s ease;
16
-
17
- &--active {
18
- background: rgba(0, 0, 0, 0.6);
19
- pointer-events: auto;
20
- }
21
-
22
- &__panel {
23
- background: var(--tide-booking-gray-xlight);
24
- height: 100%;
25
- width: 100%;
26
- max-width: 100%;
27
- transform: translateX(100%);
28
- opacity: 0;
29
- transition: transform 0.4s ease, opacity 0.4s ease;
30
- box-shadow: none;
31
- border-radius: 0;
32
- position: relative;
33
- display: flex;
34
- flex-direction: column;
35
- overflow-y: auto;
36
- overflow-x: hidden;
37
- @extend %scrollbar-thin;
38
-
39
- @include mixins.media-sm {
40
- width: 80%;
41
- box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
42
- }
43
-
44
- @include mixins.media-lg {
45
- width: 850px;
46
- }
47
-
48
- &--active {
49
- transform: translateX(0%);
50
- opacity: 1;
51
- }
52
- }
53
-
54
- &__close {
55
- font-size: 14px;
56
- cursor: pointer;
57
- color: var(--tide-booking-color-primary);
58
- text-decoration: underline;
59
- }
60
-
61
- &__content {
62
- // background: var(--tide-booking-gray-background-light);
63
- position: relative;
64
- padding: 15px;
65
- padding-bottom: 0px;
66
-
67
- @include mixins.media-sm {
68
- padding: 30px;
69
- padding-bottom: 0px;
70
- }
71
-
72
- & + .flyin__content {
73
- padding: 0 15px;
74
- padding-bottom: 0px;
75
-
76
- @include mixins.media-sm {
77
- padding: 0 30px;
78
- padding-bottom: 0px;
79
- }
80
- }
81
-
82
- &-title {
83
- margin: 0px;
84
- font-weight: 700;
85
-
86
- &-row {
87
- display: flex;
88
- justify-content: space-between;
89
- align-items: center;
90
- padding-bottom: 15px;
91
- }
92
- }
93
-
94
- &-arrow {
95
- height: 30px;
96
- width: 30px;
97
- background: var(--tide-booking-white);
98
- border-radius: 50%;
99
- cursor: pointer;
100
- display: flex;
101
- justify-content: center;
102
- align-items: center;
103
- box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
104
- transition: all 0.3s ease;
105
-
106
- &.is-disabled {
107
- opacity: 0.4;
108
- pointer-events: none;
109
- cursor: not-allowed;
110
- }
111
-
112
- &:hover {
113
- background: var(--tide-booking-color-primary);
114
-
115
- .flyin__content-arrow-icon {
116
- color: var(--tide-booking-white);
117
-
118
- &-- {
119
- &forward {
120
- transform: rotate(180deg);
121
- }
122
- }
123
- }
124
- }
125
-
126
- &-row {
127
- display: flex;
128
- gap: 15px;
129
- width: auto;
130
- justify-content: end;
131
- align-items: center;
132
- flex: 0 0 auto;
133
- margin-bottom: 10px;
134
-
135
- @include mixins.media-sm {
136
- justify-content: start;
137
- margin-bottom: 0;
138
- }
139
- }
140
-
141
- &-icon {
142
- fill: var(--tide-booking-color-primary-light);
143
- transition: all 0.3s ease;
144
-
145
- &--forward {
146
- transform: rotate(180deg);
147
- }
148
- }
149
- }
150
-
151
- &-text {
152
- font-size: 12px;
153
- color: var(--tide-booking-gray-dark);
154
-
155
- &-icon {
156
- position: absolute;
157
- top: 0;
158
- left: -20px;
159
- transform: translateY(50%);
160
-
161
- &-row {
162
- display: flex;
163
- width: 100%;
164
- flex-direction: column;
165
- align-items: flex-start;
166
- flex: 0 0 auto;
167
- // order: 2;
168
- margin-bottom: 10px;
169
-
170
- @include mixins.media-sm {
171
- width: auto;
172
- gap: 15px;
173
- flex-direction: row;
174
- align-items: center;
175
- margin-bottom: 0;
176
- }
177
-
178
- img {
179
- width: auto;
180
- height: 80px;
181
- }
182
-
183
- span {
184
- font-size: var(--tide-booking-black);
185
- color: var(--tide-booking-gray-dark);
186
- }
187
- }
188
- }
189
-
190
- &-title {
191
- font-size: 18px;
192
- font-weight: 700;
193
-
194
- &-row {
195
- position: relative;
196
-
197
- strong {
198
- font-weight: 600;
199
- }
200
- }
201
- }
202
-
203
- &-row {
204
- display: flex;
205
- justify-content: flex-end;
206
- align-items: center;
207
- // margin-bottom: 15px;
208
- flex-wrap: wrap;
209
- margin-right: 0;
210
- padding-top: 15px;
211
- border-top: 1.5px solid var(--tide-booking-gray-background-light);
212
-
213
- @include mixins.media-sm {
214
- row-gap: 10px;
215
- column-gap: 50px;
216
- justify-content: space-between;
217
- }
218
- }
219
-
220
- &-col {
221
- display: flex;
222
- flex-direction: column;
223
- gap: 0.75rem;
224
- flex: 0 0 auto;
225
- width: 100%;
226
- order: 1;
227
- margin-bottom: 10px;
228
- margin-top: 5px;
229
-
230
- @include mixins.media-sm {
231
- width: auto;
232
- order: 0;
233
- margin-bottom: 0px;
234
- margin-top: 0px;
235
- }
236
- }
237
- }
238
-
239
- &-cards {
240
- display: flex;
241
- gap: 15px;
242
- // overflow-x: auto;
243
- // scroll-behavior: smooth;
244
- width: max-content;
245
- padding: 15px;
246
- // -ms-overflow-style: none;
247
- // scrollbar-width: none;
248
-
249
- @include mixins.media-sm {
250
- gap: 30px;
251
- padding: 15px 30px;
252
- }
253
-
254
- &-wrapper {
255
- position: relative;
256
- // scrollbar-width: none;
257
- // -ms-overflow-style: none;
258
- overflow-x: scroll;
259
- overflow-y: visible;
260
- min-height: min-content;
261
-
262
- // &::-webkit-scrollbar {
263
- // display: none;
264
- // }
265
- }
266
-
267
- /* Hide scrollbar */
268
- // &::-webkit-scrollbar {
269
- // display: none;
270
- // }
271
- }
272
-
273
- &-card {
274
- display: flex;
275
- flex-direction: column;
276
- padding-bottom: 20px;
277
- border-radius: 24px;
278
- background: var(--tide-booking-white);
279
- box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
280
- }
281
-
282
- // Slicing with image and usps,
283
- // not available in the current API response.
284
- &-card--flight {
285
- // height: 522px;
286
- width: 100%;
287
- max-width: 315px;
288
- min-width: 315px;
289
-
290
- border-radius: 16px;
291
- box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
292
- display: flex;
293
- flex-direction: column;
294
- justify-content: space-between;
295
- overflow: hidden;
296
- background: var(--tide-booking-white);
297
- transition: all 0.4s ease;
298
- cursor: pointer;
299
-
300
- @include mixins.media-sm {
301
- max-width: 345px;
302
- min-width: 345px;
303
- }
304
-
305
- &:hover {
306
- .flyin__content-card-top {
307
- background: var(--tide-booking-color-primary-fade);
308
- }
309
-
310
- .flyin__content-card-button {
311
- // background: var(--tide-booking-color-primary);
312
- color: var(--tide-booking-white);
313
-
314
- .cta--select {
315
- background: var(--tide-booking-cta-background-select-hover);
316
- }
317
- }
318
- }
319
-
320
- &.flyin__content-card--selected {
321
- .flyin__content-card-top {
322
- background: var(--tide-booking-color-primary-gradient);
323
- border-bottom: none;
324
- }
325
-
326
- .flyin__content-card-top-price {
327
- color: var(--tide-booking-white);
328
- }
329
-
330
- .flyin__content-card-top-tag {
331
- color: var(--tide-booking-white);
332
- }
333
-
334
- .flyin__content-card-middle {
335
- // border-left: 4px solid var(--tide-booking-color-primary);
336
- // border-right: 4px solid var(--tide-booking-color-primary);
337
- }
338
-
339
- &:hover {
340
- .flyin__content {
341
- cursor: default;
342
- }
343
-
344
- .flyin__content-card-top {
345
- background: var(--tide-booking-color-primary-gradient);
346
- }
347
- }
348
- }
349
-
350
- .flyin__content-card-top {
351
- min-height: 60px;
352
- width: 100%;
353
- background: var(--tide-booking-color-primary);
354
- display: flex;
355
- justify-content: space-between;
356
- align-items: end;
357
- padding: 0 15px 12px 15px;
358
- background: var(--tide-booking-white);
359
- transition: all 0.4s ease;
360
-
361
- &-price {
362
- font-size: 18px;
363
- font-weight: 700;
364
- color: var(--tide-booking-black);
365
-
366
- &--decrease {
367
- color: green;
368
- }
369
-
370
- &--increase {
371
- color: red;
372
- }
373
- }
374
-
375
- &-tag {
376
- font-size: 24px;
377
- color: var(--tide-booking-black);
378
- /* color: variables.$white; */
379
- font-weight: 700;
380
- }
381
- }
382
-
383
- .flyin__content-card-middle {
384
- height: 430px;
385
- background: var(--tide-booking-white);
386
- transition: all 0.4s ease;
387
-
388
- &-rows {
389
- display: flex;
390
- flex-direction: column;
391
- gap: 10px;
392
- padding: 15px 15px 0 15px;
393
- max-height: 430px;
394
- }
395
-
396
- &-row {
397
- display: flex;
398
- justify-content: space-between;
399
- align-items: center;
400
- padding-bottom: 5px;
401
- border-bottom: 1px dashed var(--tide-booking-color-primary-light);
402
-
403
- &-left {
404
- font-weight: 500;
405
- color: var(--tide-booking-black);
406
- }
407
-
408
- &-right {
409
- font-weight: 300;
410
- }
411
- }
412
- }
413
-
414
- .flyin__content-card-bottom {
415
- height: 30px;
416
- background: var(--tide-booking-color-primary);
417
- display: flex;
418
- justify-content: center;
419
- align-items: center;
420
- color: var(--tide-booking-white);
421
- font-size: 14px;
422
- transition: all 0.4s ease;
423
- }
424
-
425
- .flyin__content-card-button {
426
- // border: 1.25px solid var(--tide-booking-color-primary);
427
- border-radius: 3px;
428
- display: flex;
429
- justify-content: center;
430
- align-items: center;
431
- color: var(--tide-booking-color-primary);
432
- padding: 15px;
433
- cursor: pointer;
434
- font-size: 14px;
435
- transition: all 0.2s ease;
436
- }
437
- }
438
-
439
- &-data {
440
- display: flex;
441
- flex-direction: column;
442
- gap: 10px;
443
- height: 300px;
444
- overflow-y: auto;
445
- @extend %scrollbar-thin;
446
-
447
- &__title {
448
- font-size: 18px;
449
- color: var(--tide-booking-gray-dark);
450
- }
451
-
452
- &__item {
453
- display: grid;
454
- grid-template-columns: auto 1fr auto;
455
- grid-template-rows: auto;
456
- gap: 10px;
457
- align-items: flex-start;
458
-
459
- &-icon {
460
- // margin-top: 3px;
461
- color: var(--tide-booking-black);
462
-
463
- // &--other {
464
- // margin-top: 0;
465
- // }
466
- }
467
-
468
- &-content {
469
- display: flex;
470
- flex-direction: column;
471
- gap: 3px;
472
-
473
- &-title {
474
- font-size: 16px;
475
- font-weight: 500;
476
- margin-top: 0.125rem;
477
- color: var(--tide-booking-black);
478
- }
479
-
480
- &-description {
481
- font-size: 16px;
482
- font-weight: 300;
483
- color: var(--tide-booking-gray-dark);
484
-
485
- @include mixins.media-sm {
486
- overflow-wrap: break-word;
487
- // inline-size: 60vw;
488
- }
489
-
490
- &--last {
491
- margin-top: 5px;
492
- }
493
-
494
- &--list {
495
- list-style-type: disc;
496
- padding-left: 10px;
497
- margin-top: 5px;
498
-
499
- li {
500
- margin-bottom: 5px;
501
- }
502
- }
503
- }
504
- }
505
-
506
- &-price {
507
- font-size: 16px;
508
- color: var(--tide-booking-gray-dark);
509
- white-space: nowrap;
510
- margin-left: 15px;
511
- margin-top: 5px;
512
- }
513
- }
514
- }
515
- }
516
-
517
- &__button {
518
- height: 30px;
519
- width: 100%;
520
- border: 1.25px solid var(--tide-booking-color-primary);
521
- border-radius: 3px;
522
- display: flex;
523
- justify-content: center;
524
- align-items: center;
525
- background: var(--tide-booking-color-primary);
526
- color: var(--tide-booking-white);
527
- margin: 1rem;
528
- cursor: pointer;
529
- font-size: 14px;
530
- transition: all 0.2s ease;
531
-
532
- @include mixins.media-sm {
533
- width: 216px;
534
- }
535
-
536
- &-wrapper {
537
- display: flex;
538
- justify-content: flex-end;
539
-
540
- .cta {
541
- width: auto;
542
- min-width: 150px;
543
- }
544
-
545
- &--white {
546
- @include mixins.media-sm {
547
- }
548
- }
549
- }
550
-
551
- &:hover {
552
- background: var(--tide-booking-color-primary);
553
- border: var(--tide-booking-color-primary);
554
- }
555
-
556
- &--white {
557
- background: var(--tide-booking-white);
558
- color: var(--tide-booking-color-primary);
559
- margin-top: 0;
560
-
561
- &:hover {
562
- background: var(--tide-booking-color-primary-light);
563
- border: var(--tide-booking-color-primary-light);
564
- }
565
- }
566
- }
567
-
568
- &__footer {
569
- display: flex;
570
- justify-content: space-between;
571
- align-items: center;
572
-
573
- position: sticky;
574
- bottom: 0;
575
- padding: 15px;
576
-
577
- background: var(--tide-booking-white);
578
-
579
- @include mixins.media-sm {
580
- margin-top: auto;
581
- padding: 30px;
582
- }
583
-
584
- &__price {
585
- font-size: 18px;
586
- font-weight: 700;
587
- color: var(--tide-booking-black);
588
- }
589
- }
590
-
591
- &__acco {
592
- padding-bottom: 30px;
593
-
594
- &__cards {
595
- display: grid;
596
- grid-template-columns: repeat(1, 1fr);
597
- gap: 30px;
598
-
599
- @include mixins.media-sm {
600
- grid-template-columns: repeat(2, 1fr);
601
- }
602
-
603
- // @include mixins.media-xxl {
604
- // grid-template-columns: repeat(3, 1fr);
605
- // }
606
- }
607
-
608
- &__card {
609
- display: flex;
610
- flex-direction: column;
611
- gap: 15px;
612
- border-radius: 24px;
613
- background: var(--tide-booking-white);
614
- box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
615
- padding-bottom: 20px;
616
- }
617
-
618
- &__img {
619
- width: 100%;
620
- height: 100%;
621
- object-fit: cover;
622
-
623
- &__wrapper {
624
- position: relative;
625
- width: 100%;
626
- height: 200px;
627
- overflow: hidden;
628
- border-radius: 24px 24px 0 0;
629
- background-color: #f5f5f5;
630
- }
631
- }
632
-
633
- &__usps {
634
- display: flex;
635
- flex-wrap: wrap;
636
- gap: 15px;
637
- }
638
-
639
- &__usp {
640
- display: flex;
641
- align-items: center;
642
- gap: 3px;
643
- }
644
-
645
- &__price {
646
- font-family: var(--tide-booking-search-hotel-card-price-font-family);
647
- font-weight: var(--tide-booking-search-hotel-card-price-font-weight);
648
- color: var(--tide-booking-search-hotel-card-price-color);
649
- font-size: 20px;
650
- white-space: nowrap;
651
-
652
- // &__wrapper {
653
- // position: absolute;
654
- // bottom: 0px;
655
- // right: 0px;
656
- // background: var(--tide-booking-search-hotel-card-price-background-color);
657
- // display: flex;
658
- // flex-flow: column nowrap;
659
- // align-items: center;
660
- // justify-content: center;
661
- // gap: 5px;
662
- // padding: 5px 20px;
663
- // border-radius: 5px 0 0 0;
664
- // box-shadow: var(--tide-booking-search-hotel-card-price-box-shadow);
665
- // }
666
- &__wrapper {
667
- display: flex;
668
- flex-flow: column nowrap;
669
- align-items: center;
670
- justify-content: center;
671
- gap: 5px;
672
- }
673
-
674
- &__label {
675
- font-size: 12px;
676
- font-weight: var(--tide-booking-search-hotel-card-price-label-font-weight);
677
- color: var(--tide-booking-search-hotel-card-price-label-color);
678
- }
679
-
680
- &--increase {
681
- color: var(--tide-booking-price-increase);
682
- }
683
-
684
- &--decrease {
685
- color: var(--tide-booking-price-decrease);
686
- }
687
- }
688
-
689
- &__content {
690
- padding: 20px 20px 0px 20px;
691
- display: flex;
692
- flex-direction: column;
693
- justify-content: space-between;
694
- gap: 10px;
695
- }
696
-
697
- &__footer {
698
- margin-top: auto;
699
- padding: 0 20px;
700
- display: flex;
701
- flex-direction: column;
702
- gap: 10px;
703
-
704
- &__actions {
705
- display: flex;
706
- gap: 15px;
707
- }
708
- }
709
-
710
- .dropdown {
711
- width: 100%;
712
-
713
- &-menu {
714
- top: 45px;
715
- }
716
-
717
- &::after {
718
- content: '';
719
- display: none;
720
- }
721
-
722
- &__input {
723
- gap: 0;
724
- }
725
- }
726
- }
727
- }
1
+ @use '../components/mixins' as mixins;
2
+
3
+ * {
4
+ box-sizing: border-box;
5
+ }
6
+
7
+ .flyin {
8
+ position: fixed;
9
+ inset: 0;
10
+ background: rgba(0, 0, 0, 0);
11
+ display: flex;
12
+ justify-content: flex-end;
13
+ z-index: 100001;
14
+ pointer-events: none;
15
+ transition: background 0.2s ease;
16
+
17
+ &--active {
18
+ background: rgba(0, 0, 0, 0.6);
19
+ pointer-events: auto;
20
+ }
21
+
22
+ &__panel {
23
+ background: var(--tide-booking-gray-xlight);
24
+ height: 100%;
25
+ width: 100%;
26
+ max-width: 100%;
27
+ transform: translateX(100%);
28
+ opacity: 0;
29
+ transition: transform 0.4s ease, opacity 0.4s ease;
30
+ box-shadow: none;
31
+ border-radius: 0;
32
+ position: relative;
33
+ display: flex;
34
+ flex-direction: column;
35
+ overflow-y: auto;
36
+ overflow-x: hidden;
37
+ @extend %scrollbar-thin;
38
+
39
+ @include mixins.media-sm {
40
+ width: 80%;
41
+ box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
42
+ }
43
+
44
+ @include mixins.media-lg {
45
+ width: 850px;
46
+ }
47
+
48
+ &--active {
49
+ transform: translateX(0%);
50
+ opacity: 1;
51
+ }
52
+ }
53
+
54
+ &__close {
55
+ font-size: 14px;
56
+ cursor: pointer;
57
+ color: var(--tide-booking-color-primary);
58
+ text-decoration: underline;
59
+ }
60
+
61
+ &__content {
62
+ // background: var(--tide-booking-gray-background-light);
63
+ position: relative;
64
+ padding: 15px;
65
+ padding-bottom: 0px;
66
+
67
+ @include mixins.media-sm {
68
+ padding: 30px;
69
+ padding-bottom: 0px;
70
+ }
71
+
72
+ & + .flyin__content {
73
+ padding: 0 15px;
74
+ padding-bottom: 0px;
75
+
76
+ @include mixins.media-sm {
77
+ padding: 0 30px;
78
+ padding-bottom: 0px;
79
+ }
80
+ }
81
+
82
+ &-title {
83
+ margin: 0px;
84
+ font-weight: 700;
85
+
86
+ &-row {
87
+ display: flex;
88
+ justify-content: space-between;
89
+ align-items: center;
90
+ padding-bottom: 15px;
91
+ }
92
+ }
93
+
94
+ &-arrow {
95
+ height: 30px;
96
+ width: 30px;
97
+ background: var(--tide-booking-white);
98
+ border-radius: 50%;
99
+ cursor: pointer;
100
+ display: flex;
101
+ justify-content: center;
102
+ align-items: center;
103
+ box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
104
+ transition: all 0.3s ease;
105
+
106
+ &.is-disabled {
107
+ opacity: 0.4;
108
+ pointer-events: none;
109
+ cursor: not-allowed;
110
+ }
111
+
112
+ &:hover {
113
+ background: var(--tide-booking-color-primary);
114
+
115
+ .flyin__content-arrow-icon {
116
+ color: var(--tide-booking-white);
117
+
118
+ &-- {
119
+ &forward {
120
+ transform: rotate(180deg);
121
+ }
122
+ }
123
+ }
124
+ }
125
+
126
+ &-row {
127
+ display: flex;
128
+ gap: 15px;
129
+ width: auto;
130
+ justify-content: end;
131
+ align-items: center;
132
+ flex: 0 0 auto;
133
+ margin-bottom: 10px;
134
+
135
+ @include mixins.media-sm {
136
+ justify-content: start;
137
+ margin-bottom: 0;
138
+ }
139
+ }
140
+
141
+ &-icon {
142
+ fill: var(--tide-booking-color-primary-light);
143
+ transition: all 0.3s ease;
144
+
145
+ &--forward {
146
+ transform: rotate(180deg);
147
+ }
148
+ }
149
+ }
150
+
151
+ &-text {
152
+ font-size: 12px;
153
+ color: var(--tide-booking-gray-dark);
154
+
155
+ &-icon {
156
+ position: absolute;
157
+ top: 0;
158
+ left: -20px;
159
+ transform: translateY(50%);
160
+
161
+ &-row {
162
+ display: flex;
163
+ width: 100%;
164
+ flex-direction: column;
165
+ align-items: flex-start;
166
+ flex: 0 0 auto;
167
+ // order: 2;
168
+ margin-bottom: 10px;
169
+
170
+ @include mixins.media-sm {
171
+ width: auto;
172
+ gap: 15px;
173
+ flex-direction: row;
174
+ align-items: center;
175
+ margin-bottom: 0;
176
+ }
177
+
178
+ img {
179
+ width: auto;
180
+ height: 80px;
181
+ }
182
+
183
+ span {
184
+ font-size: var(--tide-booking-black);
185
+ color: var(--tide-booking-gray-dark);
186
+ }
187
+ }
188
+ }
189
+
190
+ &-title {
191
+ font-size: 18px;
192
+ font-weight: 700;
193
+
194
+ &-row {
195
+ position: relative;
196
+
197
+ strong {
198
+ font-weight: 600;
199
+ }
200
+ }
201
+ }
202
+
203
+ &-row {
204
+ display: flex;
205
+ justify-content: flex-end;
206
+ align-items: center;
207
+ // margin-bottom: 15px;
208
+ flex-wrap: wrap;
209
+ margin-right: 0;
210
+ padding-top: 15px;
211
+ border-top: 1.5px solid var(--tide-booking-gray-background-light);
212
+
213
+ @include mixins.media-sm {
214
+ row-gap: 10px;
215
+ column-gap: 50px;
216
+ justify-content: space-between;
217
+ }
218
+ }
219
+
220
+ &-col {
221
+ display: flex;
222
+ flex-direction: column;
223
+ gap: 0.75rem;
224
+ flex: 0 0 auto;
225
+ width: 100%;
226
+ order: 1;
227
+ margin-bottom: 10px;
228
+ margin-top: 5px;
229
+
230
+ @include mixins.media-sm {
231
+ width: auto;
232
+ order: 0;
233
+ margin-bottom: 0px;
234
+ margin-top: 0px;
235
+ }
236
+ }
237
+ }
238
+
239
+ &-cards {
240
+ display: flex;
241
+ gap: 15px;
242
+ // overflow-x: auto;
243
+ // scroll-behavior: smooth;
244
+ width: max-content;
245
+ padding: 15px;
246
+ // -ms-overflow-style: none;
247
+ // scrollbar-width: none;
248
+
249
+ @include mixins.media-sm {
250
+ gap: 30px;
251
+ padding: 15px 30px;
252
+ }
253
+
254
+ &-wrapper {
255
+ position: relative;
256
+ // scrollbar-width: none;
257
+ // -ms-overflow-style: none;
258
+ overflow-x: scroll;
259
+ overflow-y: visible;
260
+ min-height: min-content;
261
+
262
+ // &::-webkit-scrollbar {
263
+ // display: none;
264
+ // }
265
+ }
266
+
267
+ /* Hide scrollbar */
268
+ // &::-webkit-scrollbar {
269
+ // display: none;
270
+ // }
271
+ }
272
+
273
+ &-card {
274
+ display: flex;
275
+ flex-direction: column;
276
+ padding-bottom: 20px;
277
+ border-radius: 24px;
278
+ background: var(--tide-booking-white);
279
+ box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
280
+ }
281
+
282
+ // Slicing with image and usps,
283
+ // not available in the current API response.
284
+ &-card--flight {
285
+ // height: 522px;
286
+ width: 100%;
287
+ max-width: 315px;
288
+ min-width: 315px;
289
+
290
+ border-radius: 16px;
291
+ box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
292
+ display: flex;
293
+ flex-direction: column;
294
+ justify-content: space-between;
295
+ overflow: hidden;
296
+ background: var(--tide-booking-white);
297
+ transition: all 0.4s ease;
298
+ cursor: pointer;
299
+
300
+ @include mixins.media-sm {
301
+ max-width: 345px;
302
+ min-width: 345px;
303
+ }
304
+
305
+ &:hover {
306
+ .flyin__content-card-top {
307
+ background: var(--tide-booking-color-primary-fade);
308
+ }
309
+
310
+ .flyin__content-card-button {
311
+ // background: var(--tide-booking-color-primary);
312
+ color: var(--tide-booking-white);
313
+
314
+ .cta--select {
315
+ background: var(--tide-booking-cta-background-select-hover);
316
+ }
317
+ }
318
+ }
319
+
320
+ &.flyin__content-card--selected {
321
+ .flyin__content-card-top {
322
+ background: var(--tide-booking-color-primary-gradient);
323
+ border-bottom: none;
324
+ }
325
+
326
+ .flyin__content-card-top-price {
327
+ color: var(--tide-booking-white);
328
+ }
329
+
330
+ .flyin__content-card-top-tag {
331
+ color: var(--tide-booking-white);
332
+ }
333
+
334
+ .flyin__content-card-middle {
335
+ // border-left: 4px solid var(--tide-booking-color-primary);
336
+ // border-right: 4px solid var(--tide-booking-color-primary);
337
+ }
338
+
339
+ &:hover {
340
+ .flyin__content {
341
+ cursor: default;
342
+ }
343
+
344
+ .flyin__content-card-top {
345
+ background: var(--tide-booking-color-primary-gradient);
346
+ }
347
+ }
348
+ }
349
+
350
+ .flyin__content-card-top {
351
+ min-height: 60px;
352
+ width: 100%;
353
+ background: var(--tide-booking-color-primary);
354
+ display: flex;
355
+ justify-content: space-between;
356
+ align-items: end;
357
+ padding: 0 15px 12px 15px;
358
+ background: var(--tide-booking-white);
359
+ transition: all 0.4s ease;
360
+
361
+ &-price {
362
+ font-size: 18px;
363
+ font-weight: 700;
364
+ color: var(--tide-booking-black);
365
+
366
+ &--decrease {
367
+ color: green;
368
+ }
369
+
370
+ &--increase {
371
+ color: red;
372
+ }
373
+ }
374
+
375
+ &-tag {
376
+ font-size: 24px;
377
+ color: var(--tide-booking-black);
378
+ /* color: variables.$white; */
379
+ font-weight: 700;
380
+ }
381
+ }
382
+
383
+ .flyin__content-card-middle {
384
+ height: 430px;
385
+ background: var(--tide-booking-white);
386
+ transition: all 0.4s ease;
387
+
388
+ &-rows {
389
+ display: flex;
390
+ flex-direction: column;
391
+ gap: 10px;
392
+ padding: 15px 15px 0 15px;
393
+ max-height: 430px;
394
+ }
395
+
396
+ &-row {
397
+ display: flex;
398
+ justify-content: space-between;
399
+ align-items: center;
400
+ padding-bottom: 5px;
401
+ border-bottom: 1px dashed var(--tide-booking-color-primary-light);
402
+
403
+ &-left {
404
+ font-weight: 500;
405
+ color: var(--tide-booking-black);
406
+ }
407
+
408
+ &-right {
409
+ font-weight: 300;
410
+ }
411
+ }
412
+ }
413
+
414
+ .flyin__content-card-bottom {
415
+ height: 30px;
416
+ background: var(--tide-booking-color-primary);
417
+ display: flex;
418
+ justify-content: center;
419
+ align-items: center;
420
+ color: var(--tide-booking-white);
421
+ font-size: 14px;
422
+ transition: all 0.4s ease;
423
+ }
424
+
425
+ .flyin__content-card-button {
426
+ // border: 1.25px solid var(--tide-booking-color-primary);
427
+ border-radius: 3px;
428
+ display: flex;
429
+ justify-content: center;
430
+ align-items: center;
431
+ color: var(--tide-booking-color-primary);
432
+ padding: 15px;
433
+ cursor: pointer;
434
+ font-size: 14px;
435
+ transition: all 0.2s ease;
436
+ }
437
+ }
438
+
439
+ &-data {
440
+ display: flex;
441
+ flex-direction: column;
442
+ gap: 10px;
443
+ height: 300px;
444
+ overflow-y: auto;
445
+ @extend %scrollbar-thin;
446
+
447
+ &__title {
448
+ font-size: 18px;
449
+ color: var(--tide-booking-gray-dark);
450
+ }
451
+
452
+ &__item {
453
+ display: grid;
454
+ grid-template-columns: auto 1fr auto;
455
+ grid-template-rows: auto;
456
+ gap: 10px;
457
+ align-items: flex-start;
458
+
459
+ &-icon {
460
+ // margin-top: 3px;
461
+ color: var(--tide-booking-black);
462
+
463
+ // &--other {
464
+ // margin-top: 0;
465
+ // }
466
+ }
467
+
468
+ &-content {
469
+ display: flex;
470
+ flex-direction: column;
471
+ gap: 3px;
472
+
473
+ &-title {
474
+ font-size: 16px;
475
+ font-weight: 500;
476
+ margin-top: 0.125rem;
477
+ color: var(--tide-booking-black);
478
+ }
479
+
480
+ &-description {
481
+ font-size: 16px;
482
+ font-weight: 300;
483
+ color: var(--tide-booking-gray-dark);
484
+
485
+ @include mixins.media-sm {
486
+ overflow-wrap: break-word;
487
+ // inline-size: 60vw;
488
+ }
489
+
490
+ &--last {
491
+ margin-top: 5px;
492
+ }
493
+
494
+ &--list {
495
+ list-style-type: disc;
496
+ padding-left: 10px;
497
+ margin-top: 5px;
498
+
499
+ li {
500
+ margin-bottom: 5px;
501
+ }
502
+ }
503
+ }
504
+ }
505
+
506
+ &-price {
507
+ font-size: 16px;
508
+ color: var(--tide-booking-gray-dark);
509
+ white-space: nowrap;
510
+ margin-left: 15px;
511
+ margin-top: 5px;
512
+ }
513
+ }
514
+ }
515
+ }
516
+
517
+ &__button {
518
+ height: 30px;
519
+ width: 100%;
520
+ border: 1.25px solid var(--tide-booking-color-primary);
521
+ border-radius: 3px;
522
+ display: flex;
523
+ justify-content: center;
524
+ align-items: center;
525
+ background: var(--tide-booking-color-primary);
526
+ color: var(--tide-booking-white);
527
+ margin: 1rem;
528
+ cursor: pointer;
529
+ font-size: 14px;
530
+ transition: all 0.2s ease;
531
+
532
+ @include mixins.media-sm {
533
+ width: 216px;
534
+ }
535
+
536
+ &-wrapper {
537
+ display: flex;
538
+ justify-content: flex-end;
539
+
540
+ .cta {
541
+ width: auto;
542
+ min-width: 150px;
543
+ }
544
+
545
+ &--white {
546
+ @include mixins.media-sm {
547
+ }
548
+ }
549
+ }
550
+
551
+ &:hover {
552
+ background: var(--tide-booking-color-primary);
553
+ border: var(--tide-booking-color-primary);
554
+ }
555
+
556
+ &--white {
557
+ background: var(--tide-booking-white);
558
+ color: var(--tide-booking-color-primary);
559
+ margin-top: 0;
560
+
561
+ &:hover {
562
+ background: var(--tide-booking-color-primary-light);
563
+ border: var(--tide-booking-color-primary-light);
564
+ }
565
+ }
566
+ }
567
+
568
+ &__footer {
569
+ display: flex;
570
+ justify-content: space-between;
571
+ align-items: center;
572
+
573
+ position: sticky;
574
+ bottom: 0;
575
+ padding: 15px;
576
+
577
+ background: var(--tide-booking-white);
578
+
579
+ @include mixins.media-sm {
580
+ margin-top: auto;
581
+ padding: 30px;
582
+ }
583
+
584
+ &__price {
585
+ font-size: 18px;
586
+ font-weight: 700;
587
+ color: var(--tide-booking-black);
588
+ }
589
+ }
590
+
591
+ &__acco {
592
+ padding-bottom: 30px;
593
+
594
+ &__cards {
595
+ display: grid;
596
+ grid-template-columns: repeat(1, 1fr);
597
+ gap: 30px;
598
+
599
+ @include mixins.media-sm {
600
+ grid-template-columns: repeat(2, 1fr);
601
+ }
602
+
603
+ // @include mixins.media-xxl {
604
+ // grid-template-columns: repeat(3, 1fr);
605
+ // }
606
+ }
607
+
608
+ &__card {
609
+ display: flex;
610
+ flex-direction: column;
611
+ gap: 15px;
612
+ border-radius: 24px;
613
+ background: var(--tide-booking-white);
614
+ box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
615
+ padding-bottom: 20px;
616
+ }
617
+
618
+ &__img {
619
+ width: 100%;
620
+ height: 100%;
621
+ object-fit: cover;
622
+
623
+ &__wrapper {
624
+ position: relative;
625
+ width: 100%;
626
+ height: 200px;
627
+ overflow: hidden;
628
+ border-radius: 24px 24px 0 0;
629
+ background-color: #f5f5f5;
630
+ }
631
+ }
632
+
633
+ &__usps {
634
+ display: flex;
635
+ flex-wrap: wrap;
636
+ gap: 15px;
637
+ }
638
+
639
+ &__usp {
640
+ display: flex;
641
+ align-items: center;
642
+ gap: 3px;
643
+ }
644
+
645
+ &__price {
646
+ font-family: var(--tide-booking-search-hotel-card-price-font-family);
647
+ font-weight: var(--tide-booking-search-hotel-card-price-font-weight);
648
+ color: var(--tide-booking-search-hotel-card-price-color);
649
+ font-size: 20px;
650
+ white-space: nowrap;
651
+
652
+ // &__wrapper {
653
+ // position: absolute;
654
+ // bottom: 0px;
655
+ // right: 0px;
656
+ // background: var(--tide-booking-search-hotel-card-price-background-color);
657
+ // display: flex;
658
+ // flex-flow: column nowrap;
659
+ // align-items: center;
660
+ // justify-content: center;
661
+ // gap: 5px;
662
+ // padding: 5px 20px;
663
+ // border-radius: 5px 0 0 0;
664
+ // box-shadow: var(--tide-booking-search-hotel-card-price-box-shadow);
665
+ // }
666
+ &__wrapper {
667
+ display: flex;
668
+ flex-flow: column nowrap;
669
+ align-items: center;
670
+ justify-content: center;
671
+ gap: 5px;
672
+ }
673
+
674
+ &__label {
675
+ font-size: 12px;
676
+ font-weight: var(--tide-booking-search-hotel-card-price-label-font-weight);
677
+ color: var(--tide-booking-search-hotel-card-price-label-color);
678
+ }
679
+
680
+ &--increase {
681
+ color: var(--tide-booking-price-increase);
682
+ }
683
+
684
+ &--decrease {
685
+ color: var(--tide-booking-price-decrease);
686
+ }
687
+ }
688
+
689
+ &__content {
690
+ padding: 20px 20px 0px 20px;
691
+ display: flex;
692
+ flex-direction: column;
693
+ justify-content: space-between;
694
+ gap: 10px;
695
+ }
696
+
697
+ &__footer {
698
+ margin-top: auto;
699
+ padding: 0 20px;
700
+ display: flex;
701
+ flex-direction: column;
702
+ gap: 10px;
703
+
704
+ &__actions {
705
+ display: flex;
706
+ gap: 15px;
707
+ }
708
+ }
709
+
710
+ .dropdown {
711
+ width: 100%;
712
+
713
+ &-menu {
714
+ top: 45px;
715
+ }
716
+
717
+ &::after {
718
+ content: '';
719
+ display: none;
720
+ }
721
+
722
+ &__input {
723
+ gap: 0;
724
+ }
725
+ }
726
+ }
727
+ }