@asdp/ferryui 0.1.22-dev.8583 → 0.1.22-dev.8631
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 +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3057,7 +3057,8 @@ var CardTicketSearch = ({
|
|
|
3057
3057
|
className,
|
|
3058
3058
|
isRotating = false,
|
|
3059
3059
|
showPassengerField = false,
|
|
3060
|
-
showRoundTrip = true
|
|
3060
|
+
showRoundTrip = true,
|
|
3061
|
+
onServiceClick
|
|
3061
3062
|
}) => {
|
|
3062
3063
|
const styles = useStyles7();
|
|
3063
3064
|
const labels = React5.useMemo(
|
|
@@ -3140,7 +3141,8 @@ var CardTicketSearch = ({
|
|
|
3140
3141
|
{
|
|
3141
3142
|
className: styles.serviceMenuCard,
|
|
3142
3143
|
activeServiceId,
|
|
3143
|
-
language
|
|
3144
|
+
language,
|
|
3145
|
+
onServiceClick
|
|
3144
3146
|
}
|
|
3145
3147
|
)
|
|
3146
3148
|
}
|