@roomstay/frontend 2.6.28 → 2.6.30
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/586.bundle.js +1 -1
- package/dist/927.bundle.js +1 -1
- package/dist/main.bundle.js +1 -1
- package/dist/src/components/steps/room/roomDetails/roomRates/RoomRates.js +14 -9
- package/dist/src/components/steps/room/roomDetails/roomRates/RoomRates.js.map +1 -1
- package/dist/src/contexts/CompanyContext/CompanyContextWrapper.js +3 -0
- package/dist/src/contexts/CompanyContext/CompanyContextWrapper.js.map +1 -1
- package/dist/src/hooks/useExternalMember.d.ts +1 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/index.js +1 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/models/Api/HotelDTO.d.ts +2 -2
- package/dist/src/models/Api/HotelDTO.js.map +1 -1
- package/dist/src/models/Client/Hotel/Hotel.d.ts +1 -0
- package/dist/src/models/Client/Hotel/Hotel.js.map +1 -1
- package/dist/test.bundle.js +1 -1
- package/dist/tests/offline/entry/OfflineEngineDefaults.js +1 -0
- package/dist/tests/offline/entry/OfflineEngineDefaults.js.map +1 -1
- package/dist/vendors.bundle.js +1 -1
- package/dist/vendors.bundle.js.LICENSE.txt +8 -2
- package/package.json +1 -1
|
@@ -10,6 +10,14 @@ object-assign
|
|
|
10
10
|
http://jedwatson.github.io/classnames
|
|
11
11
|
*/
|
|
12
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
|
+
|
|
13
21
|
/*!
|
|
14
22
|
* focus-trap 6.9.4
|
|
15
23
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
@@ -30,8 +38,6 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
30
38
|
PERFORMANCE OF THIS SOFTWARE.
|
|
31
39
|
***************************************************************************** */
|
|
32
40
|
|
|
33
|
-
/*! For license information please see web.js.LICENSE.txt */
|
|
34
|
-
|
|
35
41
|
/*! https://mths.be/base64 v1.0.0 by @mathias | MIT license */
|
|
36
42
|
|
|
37
43
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|