@tripian/react 6.0.60 → 6.0.62
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/img/30284a467ed2e595168edcac83304982.png +0 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/min.css +1 -1
- package/package.json +1 -1
|
Binary file
|
package/index.js
CHANGED
|
@@ -72614,7 +72614,7 @@ var StepTravelerInfo = function (_a) {
|
|
|
72614
72614
|
react_1.default.createElement(NumberCounter_1.default, { header: "Children", defaultValue: tripProfile.numberOfChildren || 0, minValue: 0, maxValue: 20, onChange: callbackChildrenNumber, onFocus: function () { return setTip(travelerInfoTips[2]); }, onBlur: function () { return setTip(travelerInfoTips[0]); } })))),
|
|
72615
72615
|
react_1.default.createElement("div", { className: "col col12" },
|
|
72616
72616
|
react_1.default.createElement("div", { className: "col col12 px0 mb0 ".concat(StepTravelerInfo_scss_1.default.content) },
|
|
72617
|
-
react_1.default.createElement("h4", { className: "my4" }, "Where will you
|
|
72617
|
+
react_1.default.createElement("h4", { className: "my4" }, "Where will you start?"),
|
|
72618
72618
|
!tripProfile.accommodation ? react_1.default.createElement(Required_1.default, { customClassName: "mb0" }) : null),
|
|
72619
72619
|
react_1.default.createElement(GPlacesAutocomplete2_1.default, { initialText: tripProfile.accommodation ? "".concat(tripProfile.accommodation.name || '', " ").concat(tripProfile.accommodation.address || '') : '', onSelectedChanged: callbackGPlacesAutocomplete, boundry: bound, onFocus: function () { return setTip(travelerInfoTips[3]); }, onBlur: function () { return setTip(travelerInfoTips[0]); } })),
|
|
72620
72620
|
react_1.default.createElement("div", { className: "col col12" },
|