@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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -2
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
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,
|