@mantine/dropzone 7.0.1-alpha.0 → 7.0.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/esm/index.mjs +1 -0
- package/esm/index.mjs.map +1 -1
- package/package.json +3 -3
package/esm/index.mjs
CHANGED
package/esm/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../src/index.ts"],"sourcesContent":["import { DropzoneFullScreen } from './DropzoneFullScreen';\nimport { Dropzone as _Dropzone } from './Dropzone';\n\n_Dropzone.FullScreen = DropzoneFullScreen;\nexport const Dropzone = _Dropzone;\n\nexport { DropzoneFullScreen };\nexport { DropzoneAccept, DropzoneIdle, DropzoneReject } from './DropzoneStatus';\nexport * from './mime-types';\n\nexport type {\n DropzoneStylesNames,\n DropzoneProps,\n DropzoneCssVariables,\n DropzoneFactory,\n DropzoneVariant,\n} from './Dropzone';\nexport type {\n DropzoneFullScreenProps,\n DropzoneFullScreenStylesNames,\n DropzoneFullScreenFactory,\n} from './DropzoneFullScreen';\nexport type { DropzoneAcceptProps, DropzoneRejectProps, DropzoneIdleProps } from './DropzoneStatus';\nexport type { FileWithPath, FileRejection } from 'react-dropzone';\n"],"names":["_Dropzone"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../src/index.ts"],"sourcesContent":["import { DropzoneFullScreen } from './DropzoneFullScreen';\nimport { Dropzone as _Dropzone } from './Dropzone';\n\n_Dropzone.FullScreen = DropzoneFullScreen;\nexport const Dropzone = _Dropzone;\n\nexport { DropzoneFullScreen };\nexport { DropzoneAccept, DropzoneIdle, DropzoneReject } from './DropzoneStatus';\nexport * from './mime-types';\n\nexport type {\n DropzoneStylesNames,\n DropzoneProps,\n DropzoneCssVariables,\n DropzoneFactory,\n DropzoneVariant,\n} from './Dropzone';\nexport type {\n DropzoneFullScreenProps,\n DropzoneFullScreenStylesNames,\n DropzoneFullScreenFactory,\n} from './DropzoneFullScreen';\nexport type { DropzoneAcceptProps, DropzoneRejectProps, DropzoneIdleProps } from './DropzoneStatus';\nexport type { FileWithPath, FileRejection } from 'react-dropzone';\n"],"names":["_Dropzone"],"mappings":";;;;;;;AAEAA,UAAS,CAAC,UAAU,GAAG,kBAAkB,CAAC;AAC9B,MAAC,QAAQ,GAAGA;;"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mantine/dropzone",
|
|
3
3
|
"description": "Dropzone component built with Mantine theme and components",
|
|
4
|
-
"version": "7.0.1
|
|
4
|
+
"version": "7.0.1",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
7
7
|
"module": "./esm/index.mjs",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"upload"
|
|
44
44
|
],
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@mantine/core": "7.0.1
|
|
47
|
-
"@mantine/hooks": "7.0.1
|
|
46
|
+
"@mantine/core": "7.0.1",
|
|
47
|
+
"@mantine/hooks": "7.0.1",
|
|
48
48
|
"react": "^18.2.0",
|
|
49
49
|
"react-dom": "^18.2.0"
|
|
50
50
|
},
|