@asdp/ferryui 0.1.19 → 0.1.22-dev.0

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.
package/dist/index.d.mts CHANGED
@@ -555,6 +555,7 @@ interface CardTicketSearchProps {
555
555
  */
556
556
  isRotating?: boolean;
557
557
  showPassengerField?: boolean;
558
+ showRoundTrip?: boolean;
558
559
  }
559
560
 
560
561
  declare const CardTicketSearch: React$1.FC<CardTicketSearchProps>;
package/dist/index.d.ts CHANGED
@@ -555,6 +555,7 @@ interface CardTicketSearchProps {
555
555
  */
556
556
  isRotating?: boolean;
557
557
  showPassengerField?: boolean;
558
+ showRoundTrip?: boolean;
558
559
  }
559
560
 
560
561
  declare const CardTicketSearch: React$1.FC<CardTicketSearchProps>;
package/dist/index.js CHANGED
@@ -2886,7 +2886,8 @@ var CardTicketSearch = ({
2886
2886
  labels: customLabels,
2887
2887
  className,
2888
2888
  isRotating = false,
2889
- showPassengerField = false
2889
+ showPassengerField = false,
2890
+ showRoundTrip = true
2890
2891
  }) => {
2891
2892
  const styles = useStyles8();
2892
2893
  const labels = React5__default.default.useMemo(
@@ -3103,7 +3104,7 @@ var CardTicketSearch = ({
3103
3104
  }
3104
3105
  }
3105
3106
  ) }) }),
3106
- /* @__PURE__ */ jsxRuntime.jsx(
3107
+ showRoundTrip && /* @__PURE__ */ jsxRuntime.jsx(
3107
3108
  reactGridSystem.Col,
3108
3109
  {
3109
3110
  xs: 5,