@jpmorganchase/elemental 7.0.1 → 7.1.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/components/API/APIWithResponsiveSidebarLayout.d.ts +6 -0
- package/components/API/APIWithSidebarLayout.d.ts +6 -0
- package/components/API/APIWithStackedLayout.d.ts +5 -1
- package/components/API/utils.d.ts +1 -0
- package/containers/API.d.ts +5 -0
- package/containers/API.spec.d.ts +0 -2
- package/index.esm.js +653 -624
- package/index.js +667 -650
- package/index.mjs +653 -624
- package/package.json +4 -4
- package/styles.min.css +1 -1
- package/web-components.min.js +1 -1
- package/web-components.min.js.LICENSE.txt +34 -25
@@ -5,13 +5,13 @@ object-assign
|
|
5
5
|
*/
|
6
6
|
|
7
7
|
/*!
|
8
|
-
|
9
|
-
|
10
|
-
|
8
|
+
Copyright (c) 2018 Jed Watson.
|
9
|
+
Licensed under the MIT License (MIT), see
|
10
|
+
http://jedwatson.github.io/classnames
|
11
11
|
*/
|
12
12
|
|
13
13
|
/*!
|
14
|
-
Copyright (c)
|
14
|
+
Copyright (c) 2017 Jed Watson.
|
15
15
|
Licensed under the MIT License (MIT), see
|
16
16
|
http://jedwatson.github.io/classnames
|
17
17
|
*/
|
@@ -91,21 +91,6 @@ object-assign
|
|
91
91
|
* Licensed under the MIT License.
|
92
92
|
*/
|
93
93
|
|
94
|
-
/*! *****************************************************************************
|
95
|
-
Copyright (c) Microsoft Corporation.
|
96
|
-
|
97
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
98
|
-
purpose with or without fee is hereby granted.
|
99
|
-
|
100
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
101
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
102
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
103
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
104
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
105
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
106
|
-
PERFORMANCE OF THIS SOFTWARE.
|
107
|
-
***************************************************************************** */
|
108
|
-
|
109
94
|
/*! https://mths.be/punycode v1.3.2 by @mathias */
|
110
95
|
|
111
96
|
/*! https://mths.be/punycode v1.4.0 by @mathias */
|
@@ -121,17 +106,41 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
121
106
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
122
107
|
*/
|
123
108
|
|
124
|
-
/**
|
125
|
-
*
|
109
|
+
/**
|
110
|
+
* @remix-run/router v1.21.0
|
126
111
|
*
|
127
|
-
* Copyright (c)
|
112
|
+
* Copyright (c) Remix Software Inc.
|
128
113
|
*
|
129
114
|
* This source code is licensed under the MIT license found in the
|
130
|
-
* LICENSE file in the root directory of this source tree.
|
115
|
+
* LICENSE.md file in the root directory of this source tree.
|
116
|
+
*
|
117
|
+
* @license MIT
|
131
118
|
*/
|
132
119
|
|
133
|
-
/**
|
134
|
-
*
|
120
|
+
/**
|
121
|
+
* React Router DOM v6.28.0
|
122
|
+
*
|
123
|
+
* Copyright (c) Remix Software Inc.
|
124
|
+
*
|
125
|
+
* This source code is licensed under the MIT license found in the
|
126
|
+
* LICENSE.md file in the root directory of this source tree.
|
127
|
+
*
|
128
|
+
* @license MIT
|
129
|
+
*/
|
130
|
+
|
131
|
+
/**
|
132
|
+
* React Router v6.28.0
|
133
|
+
*
|
134
|
+
* Copyright (c) Remix Software Inc.
|
135
|
+
*
|
136
|
+
* This source code is licensed under the MIT license found in the
|
137
|
+
* LICENSE.md file in the root directory of this source tree.
|
138
|
+
*
|
139
|
+
* @license MIT
|
140
|
+
*/
|
141
|
+
|
142
|
+
/** @license React v0.19.1
|
143
|
+
* scheduler.production.min.js
|
135
144
|
*
|
136
145
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
137
146
|
*
|