@crystaldesign/media-upload 26.7.0-beta.7 → 26.7.0-beta.9
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/build/cjs/index.js +143 -50
- package/build/esm/index.js +142 -51
- package/build/types/media-upload/src/DivaFile.d.ts +1 -2
- package/build/types/media-upload/src/DivaFile.d.ts.map +1 -1
- package/build/types/media-upload/src/DropzoneArea.d.ts +17 -0
- package/build/types/media-upload/src/DropzoneArea.d.ts.map +1 -0
- package/build/types/media-upload/src/index.d.ts.map +1 -1
- package/build/types/media-upload/src/types.d.ts +4 -1
- package/build/types/media-upload/src/types.d.ts.map +1 -1
- package/build/umd/145.media-upload.umd.min.js +1 -1
- package/build/umd/338.media-upload.umd.min.js +2 -0
- package/build/umd/338.media-upload.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/402.media-upload.umd.min.js +1 -1
- package/build/umd/472.media-upload.umd.min.js +1 -1
- package/build/umd/536.media-upload.umd.min.js +1 -1
- package/build/umd/588.media-upload.umd.min.js +1 -1
- package/build/umd/{344.media-upload.umd.min.js → 995.media-upload.umd.min.js} +2 -2
- package/build/umd/995.media-upload.umd.min.js.LICENSE.txt +1 -0
- package/build/umd/media-upload.umd.min.js +32 -32
- package/build/umd/media-upload.umd.min.js.LICENSE.txt +0 -18
- package/build/umd/report.html +1 -1
- package/package.json +7 -8
- package/build/umd/344.media-upload.umd.min.js.LICENSE.txt +0 -1
- package/build/umd/842.media-upload.umd.min.js +0 -2
- package/build/umd/842.media-upload.umd.min.js.LICENSE.txt +0 -1
|
@@ -29,8 +29,6 @@
|
|
|
29
29
|
|
|
30
30
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
31
31
|
|
|
32
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
33
|
-
|
|
34
32
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
35
33
|
|
|
36
34
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
@@ -89,14 +87,6 @@
|
|
|
89
87
|
* LICENSE file in the root directory of this source tree.
|
|
90
88
|
*/
|
|
91
89
|
|
|
92
|
-
/**
|
|
93
|
-
* @mui/styled-engine v6.4.8
|
|
94
|
-
*
|
|
95
|
-
* @license MIT
|
|
96
|
-
* This source code is licensed under the MIT license found in the
|
|
97
|
-
* LICENSE file in the root directory of this source tree.
|
|
98
|
-
*/
|
|
99
|
-
|
|
100
90
|
/**
|
|
101
91
|
* @remix-run/router v1.16.1
|
|
102
92
|
*
|
|
@@ -108,14 +98,6 @@
|
|
|
108
98
|
* @license MIT
|
|
109
99
|
*/
|
|
110
100
|
|
|
111
|
-
/**
|
|
112
|
-
* A better abstraction over CSS.
|
|
113
|
-
*
|
|
114
|
-
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
|
115
|
-
* @website https://github.com/cssinjs/jss
|
|
116
|
-
* @license MIT
|
|
117
|
-
*/
|
|
118
|
-
|
|
119
101
|
/**
|
|
120
102
|
* React Router v6.23.1
|
|
121
103
|
*
|