@duffel/components 2.4.22 → 2.5.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/dist/AdditionalBaggage.esm.js +1 -1
- package/dist/AdditionalBaggage.js +1 -1
- package/dist/AdditionalBaggage.umd.min.js +1 -1
- package/dist/AdditionalBaggageSelection.esm.js +1 -1
- package/dist/AdditionalBaggageSelection.js +1 -1
- package/dist/AdditionalBaggageSelection.min.css +0 -7
- package/dist/AdditionalBaggageSelection.umd.min.js +1 -1
- package/dist/AdditionalBaggageSelection.umd.min.js.LICENSE.txt +24 -0
- package/dist/CardPayment.esm.js +1 -1
- package/dist/CardPayment.js +1 -1
- package/dist/CardPayment.umd.min.js +1 -1
- package/dist/SeatSelection.esm.js +1 -1
- package/dist/SeatSelection.js +1 -1
- package/dist/SeatSelection.min.css +0 -7
- package/dist/SeatSelection.umd.min.js +1 -1
- package/dist/duffel-components.d.ts +726 -3
- package/dist/duffel-components.esm.js +1 -1
- package/dist/duffel-components.js +1 -1
- package/dist/duffel-components.min.css +0 -7
- package/dist/duffel-components.umd.min.js +1 -1
- package/dist/duffel-components.umd.min.js.LICENSE.txt +24 -0
- package/package.json +4 -4
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/
|
|
6
|
+
|
|
1
7
|
/*!
|
|
2
8
|
Copyright (c) 2018 Jed Watson.
|
|
3
9
|
Licensed under the MIT License (MIT), see
|
|
@@ -59,3 +65,21 @@
|
|
|
59
65
|
* This source code is licensed under the MIT license found in the
|
|
60
66
|
* LICENSE file in the root directory of this source tree.
|
|
61
67
|
*/
|
|
68
|
+
|
|
69
|
+
/** @license React v16.13.1
|
|
70
|
+
* react-is.development.js
|
|
71
|
+
*
|
|
72
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
73
|
+
*
|
|
74
|
+
* This source code is licensed under the MIT license found in the
|
|
75
|
+
* LICENSE file in the root directory of this source tree.
|
|
76
|
+
*/
|
|
77
|
+
|
|
78
|
+
/** @license React v16.13.1
|
|
79
|
+
* react-is.production.min.js
|
|
80
|
+
*
|
|
81
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
82
|
+
*
|
|
83
|
+
* This source code is licensed under the MIT license found in the
|
|
84
|
+
* LICENSE file in the root directory of this source tree.
|
|
85
|
+
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@duffel/components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.1",
|
|
4
4
|
"description": "Set of pre-built UI components for integrating with Duffel API",
|
|
5
5
|
"main": "dist/duffel-components.js",
|
|
6
6
|
"module": "dist/duffel-components.esm.js",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@types/lodash": "4.14.191",
|
|
92
92
|
"@types/node": "17.0.42",
|
|
93
93
|
"@types/react": "18.0.26",
|
|
94
|
-
"@types/react-dom": "18.0.
|
|
94
|
+
"@types/react-dom": "18.0.10",
|
|
95
95
|
"@types/smoothscroll-polyfill": "0.3.1",
|
|
96
96
|
"@typescript-eslint/eslint-plugin": "5.36.1",
|
|
97
97
|
"@typescript-eslint/parser": "5.36.1",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"lodash": "4.17.21",
|
|
118
118
|
"mini-css-extract-plugin": "2.6.1",
|
|
119
119
|
"node-polyfill-webpack-plugin": "2.0.1",
|
|
120
|
-
"postcss": "8.4.
|
|
120
|
+
"postcss": "8.4.20",
|
|
121
121
|
"postcss-combine-duplicated-selectors": "10.0.3",
|
|
122
122
|
"postcss-discard-duplicates": "5.1.0",
|
|
123
123
|
"postcss-import": "14.1.0",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"glob-parent": "^6.0.0",
|
|
196
196
|
"browserslist": "^4.16.5",
|
|
197
197
|
"trim": "^1.0.0",
|
|
198
|
-
"@types/react-dom": "18.0.
|
|
198
|
+
"@types/react-dom": "18.0.10",
|
|
199
199
|
"@types/react": "18.0.26",
|
|
200
200
|
"loader-utils": "^2.0.4"
|
|
201
201
|
},
|