@hh.ru/magritte-ui-upload 3.3.20 → 3.3.21
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/FileName.js +1 -1
- package/FileView.js +1 -1
- package/FileViewWithPreview.js +1 -1
- package/MultiUpload.js +1 -1
- package/SingleUpload.js +1 -1
- package/Upload.js +1 -1
- package/index.css +33 -33
- package/index.js +1 -1
- package/package.json +6 -6
- package/upload-7saGO_mn.js +5 -0
- package/upload-7saGO_mn.js.map +1 -0
- package/upload-D1l5cfXK.js +0 -5
- package/upload-D1l5cfXK.js.map +0 -1
package/FileName.js
CHANGED
|
@@ -2,7 +2,7 @@ import './index.css';
|
|
|
2
2
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
3
|
import classnames from 'classnames';
|
|
4
4
|
|
|
5
|
-
var styles = {"file-name-body":"magritte-file-name-body___PTTMc_3-3-
|
|
5
|
+
var styles = {"file-name-body":"magritte-file-name-body___PTTMc_3-3-21","fileNameBody":"magritte-file-name-body___PTTMc_3-3-21","file-name-body_medium":"magritte-file-name-body_medium___sfmmq_3-3-21","fileNameBodyMedium":"magritte-file-name-body_medium___sfmmq_3-3-21","file-name":"magritte-file-name___ZSL2g_3-3-21","fileName":"magritte-file-name___ZSL2g_3-3-21"};
|
|
6
6
|
|
|
7
7
|
const parse = (file) => {
|
|
8
8
|
const name = file.name;
|
package/FileView.js
CHANGED
|
@@ -9,7 +9,7 @@ import { FileName } from './FileName.js';
|
|
|
9
9
|
import { getUploadIcon, bytes2mb } from './utils.js';
|
|
10
10
|
import 'classnames';
|
|
11
11
|
|
|
12
|
-
var styles = {"file-info-body":"magritte-file-info-body___HmfXd_3-3-
|
|
12
|
+
var styles = {"file-info-body":"magritte-file-info-body___HmfXd_3-3-21","fileInfoBody":"magritte-file-info-body___HmfXd_3-3-21","file-info-and-controls":"magritte-file-info-and-controls___61iyY_3-3-21","fileInfoAndControls":"magritte-file-info-and-controls___61iyY_3-3-21","file-info-container":"magritte-file-info-container___WFab8_3-3-21","fileInfoContainer":"magritte-file-info-container___WFab8_3-3-21","file-info":"magritte-file-info___HrqiB_3-3-21","fileInfo":"magritte-file-info___HrqiB_3-3-21","controls":"magritte-controls___WdH7A_3-3-21"};
|
|
13
13
|
|
|
14
14
|
const FileView = ({ uploadType, loadedFile, preview, renderFileInfo, onFileDelete, 'aria-label': ariaLabel, isLast = false, }) => {
|
|
15
15
|
const isLoading = Boolean(loadedFile?.loading);
|
package/FileViewWithPreview.js
CHANGED
|
@@ -12,7 +12,7 @@ import './FileName.js';
|
|
|
12
12
|
import 'classnames';
|
|
13
13
|
import 'react';
|
|
14
14
|
|
|
15
|
-
var styles = {"item":"magritte-item___vVDG-_3-3-
|
|
15
|
+
var styles = {"item":"magritte-item___vVDG-_3-3-21"};
|
|
16
16
|
|
|
17
17
|
const FileViewWithPreview = ({ loadedFile, ...otherProps }) => {
|
|
18
18
|
const uploadType = getFileType(loadedFile.data.type);
|
package/MultiUpload.js
CHANGED
|
@@ -8,7 +8,7 @@ import { Placeholder } from './Placeholder.js';
|
|
|
8
8
|
import { useDropActions } from './useDropActions.js';
|
|
9
9
|
import { useDropButtons } from './useDropButtons.js';
|
|
10
10
|
import { getAvaliableFileTypes, getUploadIcon, DEFAULT_ACCEPT, RenderFileInfoDefault } from './utils.js';
|
|
11
|
-
import { s as styles } from './upload-
|
|
11
|
+
import { s as styles } from './upload-7saGO_mn.js';
|
|
12
12
|
import './FileView.js';
|
|
13
13
|
import '@hh.ru/magritte-ui-avatar';
|
|
14
14
|
import '@hh.ru/magritte-ui-divider';
|
package/SingleUpload.js
CHANGED
|
@@ -14,7 +14,7 @@ import { useDropActions } from './useDropActions.js';
|
|
|
14
14
|
import { useDropButtons } from './useDropButtons.js';
|
|
15
15
|
import { useFilePreview } from './useFilePreview.js';
|
|
16
16
|
import { getAvaliableFileTypes, getUploadIcon, bytes2mb, DEFAULT_ACCEPT, RenderFileInfoDefault } from './utils.js';
|
|
17
|
-
import { s as styles } from './upload-
|
|
17
|
+
import { s as styles } from './upload-7saGO_mn.js';
|
|
18
18
|
import '@hh.ru/magritte-ui-divider';
|
|
19
19
|
import '@hh.ru/magritte-ui-breakpoint';
|
|
20
20
|
import 'react';
|
package/Upload.js
CHANGED
|
@@ -20,7 +20,7 @@ import '@hh.ru/magritte-ui-breakpoint';
|
|
|
20
20
|
import '@hh.ru/magritte-ui-typography';
|
|
21
21
|
import './useDropActions.js';
|
|
22
22
|
import './useDropButtons.js';
|
|
23
|
-
import './upload-
|
|
23
|
+
import './upload-7saGO_mn.js';
|
|
24
24
|
|
|
25
25
|
const Upload = ({ multiple, noDragEventsBubbling = true, ...uploadProps }) => {
|
|
26
26
|
if (multiple) {
|
package/index.css
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
--magritte-typography-label-2-regular-text-transform-v21-5-1:none;
|
|
9
9
|
--magritte-typography-label-2-regular-text-decoration-v21-5-1:none;
|
|
10
10
|
}
|
|
11
|
-
.magritte-file-name-body___PTTMc_3-3-
|
|
11
|
+
.magritte-file-name-body___PTTMc_3-3-21{
|
|
12
12
|
display:flex;
|
|
13
13
|
width:100%;
|
|
14
14
|
overflow:hidden;
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
text-transform:var(--magritte-typography-label-2-regular-text-transform-v21-5-1);
|
|
22
22
|
text-decoration:var(--magritte-typography-label-2-regular-text-decoration-v21-5-1);
|
|
23
23
|
}
|
|
24
|
-
.magritte-file-name-body_medium___sfmmq_3-3-
|
|
24
|
+
.magritte-file-name-body_medium___sfmmq_3-3-21{
|
|
25
25
|
justify-content:center;
|
|
26
26
|
}
|
|
27
|
-
.magritte-file-name___ZSL2g_3-3-
|
|
27
|
+
.magritte-file-name___ZSL2g_3-3-21{
|
|
28
28
|
overflow:hidden;
|
|
29
29
|
text-overflow:ellipsis;
|
|
30
30
|
}
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
--magritte-static-space-100-v21-5-1:4px;
|
|
42
42
|
--magritte-static-space-400-v21-5-1:16px;
|
|
43
43
|
}
|
|
44
|
-
.magritte-file-info-body___HmfXd_3-3-
|
|
44
|
+
.magritte-file-info-body___HmfXd_3-3-21{
|
|
45
45
|
flex-grow:1;
|
|
46
46
|
}
|
|
47
|
-
.magritte-file-info-and-controls___61iyY_3-3-
|
|
47
|
+
.magritte-file-info-and-controls___61iyY_3-3-21{
|
|
48
48
|
display:flex;
|
|
49
49
|
gap:var(--magritte-static-space-400-v21-5-1);
|
|
50
50
|
}
|
|
51
|
-
.magritte-file-info-container___WFab8_3-3-
|
|
51
|
+
.magritte-file-info-container___WFab8_3-3-21{
|
|
52
52
|
flex-grow:1;
|
|
53
53
|
width:50px;
|
|
54
54
|
}
|
|
55
|
-
.magritte-file-info___HrqiB_3-3-
|
|
55
|
+
.magritte-file-info___HrqiB_3-3-21{
|
|
56
56
|
display:flex;
|
|
57
57
|
gap:var(--magritte-static-space-100-v21-5-1);
|
|
58
58
|
font-family:var(--magritte-typography-label-4-regular-font-family-v21-5-1);
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
text-transform:var(--magritte-typography-label-4-regular-text-transform-v21-5-1);
|
|
65
65
|
text-decoration:var(--magritte-typography-label-4-regular-text-decoration-v21-5-1);
|
|
66
66
|
}
|
|
67
|
-
.magritte-controls___WdH7A_3-3-
|
|
67
|
+
.magritte-controls___WdH7A_3-3-21{
|
|
68
68
|
display:flex;
|
|
69
69
|
align-items:center;
|
|
70
70
|
margin-left:auto;
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
:root{
|
|
75
75
|
--magritte-static-space-400-v21-5-1:16px;
|
|
76
76
|
}
|
|
77
|
-
.magritte-item___vVDG-_3-3-
|
|
77
|
+
.magritte-item___vVDG-_3-3-21{
|
|
78
78
|
display:flex;
|
|
79
79
|
width:100%;
|
|
80
80
|
gap:var(--magritte-static-space-400-v21-5-1);
|
|
@@ -101,57 +101,57 @@
|
|
|
101
101
|
--magritte-color-stroke-state-focused-accessible-v21-5-1:#0070ff7a;
|
|
102
102
|
--magritte-color-component-input-stroke-state-negative-focused-accessible-v21-5-1:#ff4d3a7a;
|
|
103
103
|
}
|
|
104
|
-
.magritte-root___FV1tC_3-3-
|
|
104
|
+
.magritte-root___FV1tC_3-3-21{
|
|
105
105
|
position:relative;
|
|
106
106
|
display:flex;
|
|
107
107
|
overflow:hidden;
|
|
108
108
|
border-radius:var(--magritte-static-border-radius-600-v21-5-1);
|
|
109
109
|
background-color:var(--magritte-color-background-primary-v21-5-1);
|
|
110
110
|
}
|
|
111
|
-
.magritte-root___FV1tC_3-3-
|
|
111
|
+
.magritte-root___FV1tC_3-3-21:hover{
|
|
112
112
|
cursor:pointer;
|
|
113
113
|
}
|
|
114
|
-
.magritte-root___FV1tC_3-3-
|
|
114
|
+
.magritte-root___FV1tC_3-3-21:hover .magritte-background___RfZ0U_3-3-21{
|
|
115
115
|
border-color:var(--magritte-color-stroke-accent-v21-5-1);
|
|
116
116
|
}
|
|
117
|
-
.magritte-root___FV1tC_3-3-
|
|
117
|
+
.magritte-root___FV1tC_3-3-21.magritte-drag-active___dihBL_3-3-21 .magritte-background___RfZ0U_3-3-21{
|
|
118
118
|
border-color:var(--magritte-color-stroke-accent-v21-5-1);
|
|
119
119
|
}
|
|
120
|
-
.magritte-root___FV1tC_3-3-
|
|
120
|
+
.magritte-root___FV1tC_3-3-21.focus-visible{
|
|
121
121
|
outline:var(--magritte-color-stroke-state-focused-accessible-v21-5-1) solid 4px;
|
|
122
122
|
}
|
|
123
|
-
.magritte-root___FV1tC_3-3-
|
|
123
|
+
.magritte-root___FV1tC_3-3-21.focus-visible .magritte-background___RfZ0U_3-3-21{
|
|
124
124
|
border-color:var(--magritte-color-stroke-accent-v21-5-1);
|
|
125
125
|
}
|
|
126
|
-
.magritte-root___FV1tC_3-3-
|
|
127
|
-
.magritte-root___FV1tC_3-3-
|
|
126
|
+
.magritte-root___FV1tC_3-3-21.magritte-load___MghDA_3-3-21 .magritte-background___RfZ0U_3-3-21,
|
|
127
|
+
.magritte-root___FV1tC_3-3-21.magritte-loading___9E3p-_3-3-21 .magritte-background___RfZ0U_3-3-21{
|
|
128
128
|
border-style:solid;
|
|
129
129
|
border-width:7px;
|
|
130
130
|
}
|
|
131
|
-
.magritte-root___FV1tC_3-3-
|
|
131
|
+
.magritte-root___FV1tC_3-3-21.magritte-invalid___Rt10-_3-3-21.focus-visible{
|
|
132
132
|
outline:var(--magritte-color-component-input-stroke-state-negative-focused-accessible-v21-5-1) solid 4px;
|
|
133
133
|
}
|
|
134
|
-
.magritte-root___FV1tC_3-3-
|
|
134
|
+
.magritte-root___FV1tC_3-3-21.magritte-invalid___Rt10-_3-3-21 .magritte-background___RfZ0U_3-3-21{
|
|
135
135
|
border-color:var(--magritte-color-stroke-neutral-v21-5-1);
|
|
136
136
|
}
|
|
137
|
-
.magritte-root_medium___67WJa_3-3-
|
|
137
|
+
.magritte-root_medium___67WJa_3-3-21{
|
|
138
138
|
justify-content:center;
|
|
139
139
|
padding:var(--magritte-static-space-600-v21-5-1);
|
|
140
140
|
}
|
|
141
|
-
.magritte-root_medium___67WJa_3-3-
|
|
141
|
+
.magritte-root_medium___67WJa_3-3-21 .magritte-body___O7ROl_3-3-21{
|
|
142
142
|
flex-direction:column;
|
|
143
143
|
align-items:center;
|
|
144
144
|
justify-content:center;
|
|
145
145
|
}
|
|
146
|
-
.magritte-root_small___dkUYq_3-3-
|
|
146
|
+
.magritte-root_small___dkUYq_3-3-21{
|
|
147
147
|
padding-top:var(--magritte-static-space-400-v21-5-1);
|
|
148
148
|
padding-bottom:var(--magritte-static-space-400-v21-5-1);
|
|
149
149
|
padding-left:var(--magritte-static-space-400-v21-5-1);
|
|
150
150
|
}
|
|
151
|
-
.magritte-root_small___dkUYq_3-3-
|
|
151
|
+
.magritte-root_small___dkUYq_3-3-21 .magritte-body___O7ROl_3-3-21{
|
|
152
152
|
gap:var(--magritte-static-space-400-v21-5-1);
|
|
153
153
|
}
|
|
154
|
-
.magritte-background___RfZ0U_3-3-
|
|
154
|
+
.magritte-background___RfZ0U_3-3-21{
|
|
155
155
|
position:absolute;
|
|
156
156
|
border-width:8px;
|
|
157
157
|
border-style:dashed;
|
|
@@ -164,15 +164,15 @@
|
|
|
164
164
|
background-position:center;
|
|
165
165
|
background-size:100%;
|
|
166
166
|
}
|
|
167
|
-
.magritte-body___O7ROl_3-3-
|
|
167
|
+
.magritte-body___O7ROl_3-3-21{
|
|
168
168
|
display:flex;
|
|
169
169
|
width:100%;
|
|
170
170
|
}
|
|
171
|
-
.magritte-loader___XYpWg_3-3-
|
|
171
|
+
.magritte-loader___XYpWg_3-3-21{
|
|
172
172
|
position:relative;
|
|
173
173
|
display:flex;
|
|
174
174
|
}
|
|
175
|
-
.magritte-cancel___tQ-yX_3-3-
|
|
175
|
+
.magritte-cancel___tQ-yX_3-3-21{
|
|
176
176
|
position:absolute;
|
|
177
177
|
top:0;
|
|
178
178
|
left:0;
|
|
@@ -182,20 +182,20 @@
|
|
|
182
182
|
align-items:center;
|
|
183
183
|
justify-content:center;
|
|
184
184
|
}
|
|
185
|
-
.magritte-image-controls___vLf94_3-3-
|
|
185
|
+
.magritte-image-controls___vLf94_3-3-21{
|
|
186
186
|
display:flex;
|
|
187
187
|
gap:var(--magritte-static-space-300-v21-5-1);
|
|
188
188
|
align-items:flex-end;
|
|
189
189
|
justify-content:flex-end;
|
|
190
190
|
width:100%;
|
|
191
191
|
}
|
|
192
|
-
.magritte-small-controls___Qn9TP_3-3-
|
|
192
|
+
.magritte-small-controls___Qn9TP_3-3-21{
|
|
193
193
|
display:flex;
|
|
194
194
|
align-items:center;
|
|
195
195
|
margin-left:auto;
|
|
196
196
|
margin-right:var(--magritte-static-space-500-v21-5-1);
|
|
197
197
|
}
|
|
198
|
-
.magritte-file-list___L9uHt_3-3-
|
|
198
|
+
.magritte-file-list___L9uHt_3-3-21{
|
|
199
199
|
margin-top:var(--magritte-static-space-300-v21-5-1);
|
|
200
200
|
box-shadow:inset 0 0 0 1px var(--magritte-color-stroke-neutral-v21-5-1);
|
|
201
201
|
border-radius:var(--magritte-static-border-radius-600-v21-5-1);
|
|
@@ -204,15 +204,15 @@
|
|
|
204
204
|
padding-bottom:var(--magritte-static-space-400-v21-5-1);
|
|
205
205
|
padding-left:var(--magritte-static-space-400-v21-5-1);
|
|
206
206
|
}
|
|
207
|
-
.magritte-file-icon___oetLK_3-3-
|
|
207
|
+
.magritte-file-icon___oetLK_3-3-21{
|
|
208
208
|
display:inline-flex;
|
|
209
209
|
}
|
|
210
|
-
.magritte-file-info___Y3vyi_3-3-
|
|
210
|
+
.magritte-file-info___Y3vyi_3-3-21{
|
|
211
211
|
display:inline-flex;
|
|
212
212
|
width:100%;
|
|
213
213
|
flex-direction:column;
|
|
214
214
|
align-items:center;
|
|
215
215
|
}
|
|
216
|
-
.magritte-hidden-file-info___92c69_3-3-
|
|
216
|
+
.magritte-hidden-file-info___92c69_3-3-21{
|
|
217
217
|
visibility:hidden;
|
|
218
218
|
}
|
package/index.js
CHANGED
|
@@ -21,6 +21,6 @@ import '@hh.ru/magritte-ui-breakpoint';
|
|
|
21
21
|
import '@hh.ru/magritte-ui-typography';
|
|
22
22
|
import './useDropActions.js';
|
|
23
23
|
import './useDropButtons.js';
|
|
24
|
-
import './upload-
|
|
24
|
+
import './upload-7saGO_mn.js';
|
|
25
25
|
import './SingleUpload.js';
|
|
26
26
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hh.ru/magritte-ui-upload",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.21",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"sideEffects": [
|
|
@@ -28,16 +28,16 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@hh.ru/magritte-ui-avatar": "6.0.0",
|
|
30
30
|
"@hh.ru/magritte-ui-breakpoint": "5.0.3",
|
|
31
|
-
"@hh.ru/magritte-ui-button": "5.3.
|
|
32
|
-
"@hh.ru/magritte-ui-button-stack": "2.1.
|
|
31
|
+
"@hh.ru/magritte-ui-button": "5.3.15",
|
|
32
|
+
"@hh.ru/magritte-ui-button-stack": "2.1.65",
|
|
33
33
|
"@hh.ru/magritte-ui-divider": "1.1.54",
|
|
34
|
-
"@hh.ru/magritte-ui-icon": "11.0.
|
|
35
|
-
"@hh.ru/magritte-ui-loader": "1.3.
|
|
34
|
+
"@hh.ru/magritte-ui-icon": "11.0.12",
|
|
35
|
+
"@hh.ru/magritte-ui-loader": "1.3.42",
|
|
36
36
|
"@hh.ru/magritte-ui-mock-component": "1.1.4",
|
|
37
37
|
"@hh.ru/magritte-ui-spacing": "2.0.55",
|
|
38
38
|
"@hh.ru/magritte-ui-theme-provider": "1.1.50",
|
|
39
39
|
"@hh.ru/magritte-ui-typography": "3.0.46",
|
|
40
40
|
"react-dropzone": "14.3.5"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "98345837f5a81196f61f757e9cc17ed0fc6f1c65"
|
|
43
43
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import './index.css';
|
|
2
|
+
var styles = {"root":"magritte-root___FV1tC_3-3-21","background":"magritte-background___RfZ0U_3-3-21","drag-active":"magritte-drag-active___dihBL_3-3-21","dragActive":"magritte-drag-active___dihBL_3-3-21","load":"magritte-load___MghDA_3-3-21","loading":"magritte-loading___9E3p-_3-3-21","invalid":"magritte-invalid___Rt10-_3-3-21","root_medium":"magritte-root_medium___67WJa_3-3-21","rootMedium":"magritte-root_medium___67WJa_3-3-21","body":"magritte-body___O7ROl_3-3-21","root_small":"magritte-root_small___dkUYq_3-3-21","rootSmall":"magritte-root_small___dkUYq_3-3-21","loader":"magritte-loader___XYpWg_3-3-21","cancel":"magritte-cancel___tQ-yX_3-3-21","image-controls":"magritte-image-controls___vLf94_3-3-21","imageControls":"magritte-image-controls___vLf94_3-3-21","small-controls":"magritte-small-controls___Qn9TP_3-3-21","smallControls":"magritte-small-controls___Qn9TP_3-3-21","file-list":"magritte-file-list___L9uHt_3-3-21","fileList":"magritte-file-list___L9uHt_3-3-21","file-icon":"magritte-file-icon___oetLK_3-3-21","fileIcon":"magritte-file-icon___oetLK_3-3-21","file-info":"magritte-file-info___Y3vyi_3-3-21","fileInfo":"magritte-file-info___Y3vyi_3-3-21","hidden-file-info":"magritte-hidden-file-info___92c69_3-3-21","hiddenFileInfo":"magritte-hidden-file-info___92c69_3-3-21"};
|
|
3
|
+
|
|
4
|
+
export { styles as s };
|
|
5
|
+
//# sourceMappingURL=upload-7saGO_mn.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"upload-7saGO_mn.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/upload-D1l5cfXK.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import './index.css';
|
|
2
|
-
var styles = {"root":"magritte-root___FV1tC_3-3-20","background":"magritte-background___RfZ0U_3-3-20","drag-active":"magritte-drag-active___dihBL_3-3-20","dragActive":"magritte-drag-active___dihBL_3-3-20","load":"magritte-load___MghDA_3-3-20","loading":"magritte-loading___9E3p-_3-3-20","invalid":"magritte-invalid___Rt10-_3-3-20","root_medium":"magritte-root_medium___67WJa_3-3-20","rootMedium":"magritte-root_medium___67WJa_3-3-20","body":"magritte-body___O7ROl_3-3-20","root_small":"magritte-root_small___dkUYq_3-3-20","rootSmall":"magritte-root_small___dkUYq_3-3-20","loader":"magritte-loader___XYpWg_3-3-20","cancel":"magritte-cancel___tQ-yX_3-3-20","image-controls":"magritte-image-controls___vLf94_3-3-20","imageControls":"magritte-image-controls___vLf94_3-3-20","small-controls":"magritte-small-controls___Qn9TP_3-3-20","smallControls":"magritte-small-controls___Qn9TP_3-3-20","file-list":"magritte-file-list___L9uHt_3-3-20","fileList":"magritte-file-list___L9uHt_3-3-20","file-icon":"magritte-file-icon___oetLK_3-3-20","fileIcon":"magritte-file-icon___oetLK_3-3-20","file-info":"magritte-file-info___Y3vyi_3-3-20","fileInfo":"magritte-file-info___Y3vyi_3-3-20","hidden-file-info":"magritte-hidden-file-info___92c69_3-3-20","hiddenFileInfo":"magritte-hidden-file-info___92c69_3-3-20"};
|
|
3
|
-
|
|
4
|
-
export { styles as s };
|
|
5
|
-
//# sourceMappingURL=upload-D1l5cfXK.js.map
|
package/upload-D1l5cfXK.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"upload-D1l5cfXK.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|