@roomstay/frontend 2.6.48 → 2.6.49
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/src/components/generic/AgedBetweenLabel/AgedBetweenLabel.js +18 -6
- package/dist/src/components/generic/AgedBetweenLabel/AgedBetweenLabel.js.map +1 -1
- package/dist/src/components/generic/BookingWizard/BookingWizardGuestSelector/BookingWizardGuestSelector.d.ts +2 -0
- package/dist/src/components/generic/BookingWizard/BookingWizardGuestSelector/BookingWizardGuestSelector.js +6 -4
- package/dist/src/components/generic/BookingWizard/BookingWizardGuestSelector/BookingWizardGuestSelector.js.map +1 -1
- package/dist/src/components/generic/Currency.d.ts +3 -1
- package/dist/src/components/generic/Currency.js +28 -2
- package/dist/src/components/generic/Currency.js.map +1 -1
- package/dist/src/components/generic/date/DatePickerDay.js +1 -1
- package/dist/src/components/generic/date/DatePickerDay.js.map +1 -1
- package/dist/src/components/steps/date/PeoplePickerRow.js +5 -3
- package/dist/src/components/steps/date/PeoplePickerRow.js.map +1 -1
- package/dist/src/components/steps/room/RatesNotFoundBlock.d.ts +2 -0
- package/dist/src/components/steps/room/{RatesNotFound.js → RatesNotFoundBlock.js} +9 -3
- package/dist/src/components/steps/room/RatesNotFoundBlock.js.map +1 -0
- package/dist/src/components/steps/room/roomDetails/RoomDetails.js +6 -4
- package/dist/src/components/steps/room/roomDetails/RoomDetails.js.map +1 -1
- package/dist/src/components/steps/room/roomDetails/roomRates/RoomRateRow.js +1 -0
- package/dist/src/components/steps/room/roomDetails/roomRates/RoomRateRow.js.map +1 -1
- package/dist/src/contexts/CompanyContext/CompanyContextWrapper.js +2 -0
- package/dist/src/contexts/CompanyContext/CompanyContextWrapper.js.map +1 -1
- package/dist/src/contexts/FullPageEngineContext/EngineBodyLayout.js.map +1 -1
- package/dist/src/contexts/HotelOverridesContext.js +4 -0
- package/dist/src/contexts/HotelOverridesContext.js.map +1 -1
- package/dist/src/engines/BookingWizardEngine/BookingWizardEngine.d.ts +1 -1
- package/dist/src/engines/BookingWizardEngine/BookingWizardEngine.js.map +1 -1
- package/dist/src/engines/InlineRoomMiniEngine/InlineRoomMiniEngineElement.js +2 -2
- package/dist/src/engines/InlineRoomMiniEngine/InlineRoomMiniEngineElement.js.map +1 -1
- package/dist/src/hooks/Planpay.d.ts +1 -1
- package/dist/src/hooks/useSignedInMember.d.ts +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.js +5 -2
- package/dist/src/index.js.map +1 -1
- package/dist/src/models/Api/HotelDTO.d.ts +1 -1
- package/dist/src/models/Api/HotelDTO.js.map +1 -1
- package/dist/src/models/Api/HotelOverrideDTO.d.ts +1 -0
- package/dist/src/models/Api/HotelOverrideDTO.js.map +1 -1
- package/dist/src/models/Client/Hotel/Hotel.d.ts +2 -0
- package/dist/src/models/Client/Hotel/Hotel.js.map +1 -1
- package/dist/src/pages/findReservation/FindReservationResults.js +2 -2
- package/dist/src/pages/findReservation/FindReservationResults.js.map +1 -1
- package/dist/src/pages/steps/Step.js.map +1 -1
- package/dist/src/stories/Icon.stories.d.ts +2 -3
- package/dist/src/stories/IconNavCard.stories.d.ts +0 -1
- package/dist/src/stories/IconText.stories.d.ts +2 -3
- package/dist/src/translations/Translation.d.ts +3 -0
- package/dist/src/translations/Translation.js +3 -0
- package/dist/src/translations/Translation.js.map +1 -1
- package/dist/src/translations/languages/en-gb.js +3 -0
- package/dist/src/translations/languages/en-gb.js.map +1 -1
- package/dist/src/util/Analytics/GoogleAnalytics4.d.ts +1 -1
- package/dist/src/util/Analytics/UniversalAnalytics.d.ts +1 -1
- package/package.json +1 -1
- package/dist/151.bundle.js +0 -1
- package/dist/279.bundle.js +0 -1
- package/dist/288.bundle.js +0 -1
- package/dist/370.bundle.js +0 -1
- package/dist/446.bundle.js +0 -1
- package/dist/449.bundle.js +0 -1
- package/dist/493.bundle.js +0 -1
- package/dist/535.bundle.js +0 -2
- package/dist/535.bundle.js.LICENSE.txt +0 -30
- package/dist/586.bundle.js +0 -1
- package/dist/619.bundle.js +0 -1
- package/dist/625.bundle.js +0 -1
- package/dist/686.bundle.js +0 -1
- package/dist/839.bundle.js +0 -1
- package/dist/850.bundle.js +0 -1
- package/dist/873.bundle.js +0 -1
- package/dist/903.bundle.js +0 -1
- package/dist/972.bundle.js +0 -1
- package/dist/978.bundle.js +0 -1
- package/dist/984.bundle.js +0 -1
- package/dist/main.bundle.js +0 -1
- package/dist/src/components/steps/room/RatesNotFound.d.ts +0 -1
- package/dist/src/components/steps/room/RatesNotFound.js.map +0 -1
- package/dist/test.bundle.js +0 -1
- package/dist/vendors.bundle.js +0 -2
- package/dist/vendors.bundle.js.LICENSE.txt +0 -114
|
@@ -1,114 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
Copyright (c) 2018 Jed Watson.
|
|
9
|
-
Licensed under the MIT License (MIT), see
|
|
10
|
-
http://jedwatson.github.io/classnames
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/*!
|
|
14
|
-
* decimal.js v10.4.3
|
|
15
|
-
* An arbitrary-precision Decimal type for JavaScript.
|
|
16
|
-
* https://github.com/MikeMcl/decimal.js
|
|
17
|
-
* Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
|
|
18
|
-
* MIT Licence
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/*!
|
|
22
|
-
* focus-trap 6.9.4
|
|
23
|
-
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/*! *****************************************************************************
|
|
27
|
-
Copyright (c) Microsoft Corporation.
|
|
28
|
-
|
|
29
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
30
|
-
purpose with or without fee is hereby granted.
|
|
31
|
-
|
|
32
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
33
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
34
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
35
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
36
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
37
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
38
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
39
|
-
***************************************************************************** */
|
|
40
|
-
|
|
41
|
-
/*! For license information please see index.js.LICENSE.txt */
|
|
42
|
-
|
|
43
|
-
/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */
|
|
44
|
-
|
|
45
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* @license
|
|
49
|
-
* Lodash <https://lodash.com/>
|
|
50
|
-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
51
|
-
* Released under MIT license <https://lodash.com/license>
|
|
52
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
53
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
54
|
-
*/
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* @remix-run/router v1.21.0
|
|
58
|
-
*
|
|
59
|
-
* Copyright (c) Remix Software Inc.
|
|
60
|
-
*
|
|
61
|
-
* This source code is licensed under the MIT license found in the
|
|
62
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
63
|
-
*
|
|
64
|
-
* @license MIT
|
|
65
|
-
*/
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* React Router DOM v6.28.1
|
|
69
|
-
*
|
|
70
|
-
* Copyright (c) Remix Software Inc.
|
|
71
|
-
*
|
|
72
|
-
* This source code is licensed under the MIT license found in the
|
|
73
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
74
|
-
*
|
|
75
|
-
* @license MIT
|
|
76
|
-
*/
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* React Router v6.28.1
|
|
80
|
-
*
|
|
81
|
-
* Copyright (c) Remix Software Inc.
|
|
82
|
-
*
|
|
83
|
-
* This source code is licensed under the MIT license found in the
|
|
84
|
-
* LICENSE.md file in the root directory of this source tree.
|
|
85
|
-
*
|
|
86
|
-
* @license MIT
|
|
87
|
-
*/
|
|
88
|
-
|
|
89
|
-
/** @license React v0.19.1
|
|
90
|
-
* scheduler.production.min.js
|
|
91
|
-
*
|
|
92
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
93
|
-
*
|
|
94
|
-
* This source code is licensed under the MIT license found in the
|
|
95
|
-
* LICENSE file in the root directory of this source tree.
|
|
96
|
-
*/
|
|
97
|
-
|
|
98
|
-
/** @license React v16.14.0
|
|
99
|
-
* react-dom.production.min.js
|
|
100
|
-
*
|
|
101
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
102
|
-
*
|
|
103
|
-
* This source code is licensed under the MIT license found in the
|
|
104
|
-
* LICENSE file in the root directory of this source tree.
|
|
105
|
-
*/
|
|
106
|
-
|
|
107
|
-
/** @license React v16.14.0
|
|
108
|
-
* react.production.min.js
|
|
109
|
-
*
|
|
110
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
111
|
-
*
|
|
112
|
-
* This source code is licensed under the MIT license found in the
|
|
113
|
-
* LICENSE file in the root directory of this source tree.
|
|
114
|
-
*/
|