jamespot-react-components 1.0.160 → 1.0.162

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,21 +10,6 @@ object-assign
10
10
  http://jedwatson.github.io/classnames
11
11
  */
12
12
 
13
- /*! *****************************************************************************
14
- Copyright (c) Microsoft Corporation.
15
-
16
- Permission to use, copy, modify, and/or distribute this software for any
17
- purpose with or without fee is hereby granted.
18
-
19
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
20
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
22
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
23
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
24
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25
- PERFORMANCE OF THIS SOFTWARE.
26
- ***************************************************************************** */
27
-
28
13
  /*! @license DOMPurify 3.0.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.5/LICENSE */
29
14
 
30
15
  /**
@@ -48,21 +33,6 @@ PERFORMANCE OF THIS SOFTWARE.
48
33
  * @license MIT
49
34
  */
50
35
 
51
- /**
52
- * Checks if an event is supported in the current execution environment.
53
- *
54
- * NOTE: This will not work correctly for non-generic events such as `change`,
55
- * `reset`, `load`, `error`, and `select`.
56
- *
57
- * Borrows from Modernizr.
58
- *
59
- * @param {string} eventNameSuffix Event name, e.g. "click".
60
- * @param {?boolean} capture Check if the capture phase is supported.
61
- * @return {boolean} True if the event is supported.
62
- * @internal
63
- * @license Modernizr 3.0.0pre (Custom Build) | MIT
64
- */
65
-
66
36
  /**
67
37
  * React Router DOM v6.13.0
68
38
  *