@yamada-ui/dropzone 1.0.52-next-20241119123334 → 1.0.52-next-20241123050941
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/dropzone.d.mts +2 -2
- package/dist/dropzone.d.ts +2 -2
- package/package.json +4 -4
package/dist/dropzone.d.mts
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
2
|
-
import { HTMLUIProps, ThemeProps,
|
2
|
+
import { HTMLUIProps, ThemeProps, ColorModeToken, CSS, FC } from '@yamada-ui/core';
|
3
3
|
import { FormControlOptions } from '@yamada-ui/form-control';
|
4
4
|
import { LoadingProps } from '@yamada-ui/loading';
|
5
5
|
import { FadeProps } from '@yamada-ui/transitions';
|
6
6
|
import { Merge } from '@yamada-ui/utils';
|
7
|
-
import {
|
7
|
+
import { ForwardedRef, PropsWithChildren } from 'react';
|
8
8
|
import { DropzoneOptions as DropzoneOptions$1, Accept } from 'react-dropzone-esm';
|
9
9
|
|
10
10
|
interface DropzoneOptions {
|
package/dist/dropzone.d.ts
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
2
|
-
import { HTMLUIProps, ThemeProps,
|
2
|
+
import { HTMLUIProps, ThemeProps, ColorModeToken, CSS, FC } from '@yamada-ui/core';
|
3
3
|
import { FormControlOptions } from '@yamada-ui/form-control';
|
4
4
|
import { LoadingProps } from '@yamada-ui/loading';
|
5
5
|
import { FadeProps } from '@yamada-ui/transitions';
|
6
6
|
import { Merge } from '@yamada-ui/utils';
|
7
|
-
import {
|
7
|
+
import { ForwardedRef, PropsWithChildren } from 'react';
|
8
8
|
import { DropzoneOptions as DropzoneOptions$1, Accept } from 'react-dropzone-esm';
|
9
9
|
|
10
10
|
interface DropzoneOptions {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yamada-ui/dropzone",
|
3
|
-
"version": "1.0.52-next-
|
3
|
+
"version": "1.0.52-next-20241123050941",
|
4
4
|
"description": "Yamada UI dropzone component",
|
5
5
|
"keywords": [
|
6
6
|
"yamada",
|
@@ -38,10 +38,10 @@
|
|
38
38
|
"dependencies": {
|
39
39
|
"react-dropzone-esm": "^15.0.1",
|
40
40
|
"@yamada-ui/core": "1.15.5",
|
41
|
+
"@yamada-ui/utils": "1.5.4",
|
41
42
|
"@yamada-ui/form-control": "2.1.7",
|
42
|
-
"@yamada-ui/loading": "1.1.24-next-
|
43
|
-
"@yamada-ui/transitions": "1.1.11-next-
|
44
|
-
"@yamada-ui/utils": "1.5.4"
|
43
|
+
"@yamada-ui/loading": "1.1.24-next-20241123050941",
|
44
|
+
"@yamada-ui/transitions": "1.1.11-next-20241123050941"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"clean-package": "2.2.0",
|