bookito-widget 0.1.2 → 0.2.1
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/CHANGELOG.md +16 -2
- package/dist/3rdpartylicenses.txt +54 -0
- package/dist/bookito-widget.umd.js +87 -86
- package/dist/bookito-widget.umd.js.map +1 -1
- package/package.json +1 -1
- package/project.json +4 -3
- package/src/Card/index.tsx +7 -4
- package/src/Modal/BookingForm.tsx +37 -19
- package/src/Modal/FormSubmitButton/index.tsx +1 -1
- package/src/Modal/PartialForm.tsx +7 -6
- package/src/Modal/index.tsx +6 -6
- package/src/index.tsx +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,12 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
-
## [0.1
|
|
5
|
+
## [0.2.1](https://github.com/Concierge-GmbH/carlito-platform/compare/bookito-widget-0.2.0...bookito-widget-0.2.1) (2023-06-19)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
*
|
|
10
|
+
* tests ([ec7e5ab](https://github.com/Concierge-GmbH/carlito-platform/commit/ec7e5ab4b249ed664ee2b2f50cf40c679639207c))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [0.2.0](https://github.com/Concierge-GmbH/carlito-platform/compare/bookito-widget-0.1.2...bookito-widget-0.2.0) (2023-06-19)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **bookito-widget:** auto push via semver plugin ([5b1db2c](https://github.com/Concierge-GmbH/carlito-platform/commit/5b1db2c1f8e5803ff2960f7732ec328df7fdca86))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **bookito-widget:** finalize customization ([3183f4e](https://github.com/Concierge-GmbH/carlito-platform/commit/3183f4e96c9fd3b51c7b442e869c9b85e566dd13))
|
|
11
25
|
|
|
12
26
|
|
|
13
27
|
|
|
@@ -101,6 +101,9 @@ COMMERCIAL
|
|
|
101
101
|
@carlito/isomorphic/geo-utils
|
|
102
102
|
COMMERCIAL
|
|
103
103
|
|
|
104
|
+
@carlito/react-intl
|
|
105
|
+
MIT
|
|
106
|
+
|
|
104
107
|
@wry/context
|
|
105
108
|
MIT
|
|
106
109
|
MIT License
|
|
@@ -730,6 +733,57 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
730
733
|
For more information, please refer to <https://unlicense.org/>
|
|
731
734
|
|
|
732
735
|
|
|
736
|
+
i18next
|
|
737
|
+
MIT
|
|
738
|
+
The MIT License (MIT)
|
|
739
|
+
|
|
740
|
+
Copyright (c) 2017 i18next
|
|
741
|
+
|
|
742
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
743
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
744
|
+
in the Software without restriction, including without limitation the rights
|
|
745
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
746
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
747
|
+
furnished to do so, subject to the following conditions:
|
|
748
|
+
|
|
749
|
+
The above copyright notice and this permission notice shall be included in all
|
|
750
|
+
copies or substantial portions of the Software.
|
|
751
|
+
|
|
752
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
753
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
754
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
755
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
756
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
757
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
758
|
+
SOFTWARE.
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
i18next-browser-languagedetector
|
|
762
|
+
MIT
|
|
763
|
+
The MIT License (MIT)
|
|
764
|
+
|
|
765
|
+
Copyright (c) 2022 i18next
|
|
766
|
+
|
|
767
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
768
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
769
|
+
in the Software without restriction, including without limitation the rights
|
|
770
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
771
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
772
|
+
furnished to do so, subject to the following conditions:
|
|
773
|
+
|
|
774
|
+
The above copyright notice and this permission notice shall be included in all
|
|
775
|
+
copies or substantial portions of the Software.
|
|
776
|
+
|
|
777
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
778
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
779
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
780
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
781
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
782
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
783
|
+
SOFTWARE.
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
|
|
733
787
|
isarray
|
|
734
788
|
MIT
|
|
735
789
|
|