@timum/booking 0.3.0 → 0.4.0
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/build/asset-manifest.json +3 -5
- package/build/index.html +1 -1
- package/build/static/media/timum-logo.8bcea41f280f1b02fa418b8f6497fbd3.svg +62 -0
- package/build/timum-booking.js +1 -1
- package/build/timum-booking.js.LICENSE.txt +0 -9
- package/build/timum-booking.js.map +1 -1
- package/examples/fullExample.htm +40 -6
- package/package.json +8 -9
- package/build/static/css/main.2cb80f6b.css +0 -2
- package/build/static/css/main.2cb80f6b.css.map +0 -1
|
@@ -100,15 +100,6 @@
|
|
|
100
100
|
* LICENSE file in the root directory of this source tree.
|
|
101
101
|
*/
|
|
102
102
|
|
|
103
|
-
/** @license React v16.13.1
|
|
104
|
-
* react-is.development.js
|
|
105
|
-
*
|
|
106
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
107
|
-
*
|
|
108
|
-
* This source code is licensed under the MIT license found in the
|
|
109
|
-
* LICENSE file in the root directory of this source tree.
|
|
110
|
-
*/
|
|
111
|
-
|
|
112
103
|
/** @license React v16.13.1
|
|
113
104
|
* react-is.production.min.js
|
|
114
105
|
*
|