@duffel/components 2.6.4 → 2.7.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.
@@ -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
  * The buffer module from node.js, for the browser.
15
23
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duffel/components",
3
- "version": "2.6.4",
3
+ "version": "2.7.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",
@@ -58,6 +58,7 @@
58
58
  "@stripe/stripe-js": "^1.35.0",
59
59
  "base64-js": "1.5.1",
60
60
  "classnames": "2.3.2",
61
+ "decimal.js": "^10.4.3",
61
62
  "ieee754": "1.2.1",
62
63
  "prop-types": "15.8.1",
63
64
  "react-popper": "2.2.5",