ba-js-common-header 0.0.54 → 0.0.55

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.
@@ -14562,11 +14562,13 @@ function HotelFinder(props) {
14562
14562
  index: index2
14563
14563
  })), {
14564
14564
  children: /* @__PURE__ */ jsxs("div", {
14565
- style: {
14565
+ style: __spreadValues({
14566
14566
  display: "flex",
14567
14567
  justifyContent: "space-between",
14568
14568
  alignItems: "center"
14569
- },
14569
+ }, highlightedIndex === index2 && {
14570
+ backgroundColor: "#81bf8c"
14571
+ }),
14570
14572
  children: [/* @__PURE__ */ jsx("div", {
14571
14573
  children: hotel[0]
14572
14574
  }), hotel === selectedHotel && /* @__PURE__ */ jsx(commonThin.Tick, {})]