@jpmorganchase/elemental 3.2.1 → 4.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/components/API/APIWithSidebarLayout.d.ts +1 -0
- package/components/API/APIWithStackedLayout.d.ts +1 -0
- package/containers/API.d.ts +1 -0
- package/containers/API.stories.d.ts +11 -12
- package/index.d.ts +2 -0
- package/index.esm.js +43 -39
- package/index.js +44 -38
- package/index.mjs +43 -39
- package/package.json +3 -3
- package/web-components.min.js +1 -1
- package/web-components.min.js.LICENSE.txt +0 -28
@@ -115,34 +115,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
115
115
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
116
116
|
*/
|
117
117
|
|
118
|
-
/**
|
119
|
-
* @license https://raw.githubusercontent.com/node-fetch/node-fetch/master/LICENSE.md
|
120
|
-
*
|
121
|
-
* The MIT License (MIT)
|
122
|
-
*
|
123
|
-
* Copyright (c) 2016 - 2020 Node Fetch Team
|
124
|
-
*
|
125
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
126
|
-
* of this software and associated documentation files (the "Software"), to deal
|
127
|
-
* in the Software without restriction, including without limitation the rights
|
128
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
129
|
-
* copies of the Software, and to permit persons to whom the Software is
|
130
|
-
* furnished to do so, subject to the following conditions:
|
131
|
-
*
|
132
|
-
* The above copyright notice and this permission notice shall be included in all
|
133
|
-
* copies or substantial portions of the Software.
|
134
|
-
*
|
135
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
136
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
137
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
138
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
139
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
140
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
141
|
-
* SOFTWARE.
|
142
|
-
*
|
143
|
-
* Extracted from https://github.com/node-fetch/node-fetch/blob/64c5c296a0250b852010746c76144cb9e14698d9/src/utils/form-data.js
|
144
|
-
*/
|
145
|
-
|
146
118
|
/** @license React v0.19.1
|
147
119
|
* scheduler.production.min.js
|
148
120
|
*
|