@yamada-ui/dropzone 1.0.52-next-20241118203459 → 1.0.52-next-20241118220617

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,10 +1,10 @@
1
1
  import * as _yamada_ui_core from '@yamada-ui/core';
2
- import { HTMLUIProps, ThemeProps, ColorModeToken, CSS, FC } from '@yamada-ui/core';
2
+ import { HTMLUIProps, ThemeProps, FC, ColorModeToken, CSS } 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 { ForwardedRef, PropsWithChildren } from 'react';
7
+ import { PropsWithChildren, ForwardedRef } from 'react';
8
8
  import { DropzoneOptions as DropzoneOptions$1, Accept } from 'react-dropzone-esm';
9
9
 
10
10
  interface DropzoneOptions {
@@ -1,10 +1,10 @@
1
1
  import * as _yamada_ui_core from '@yamada-ui/core';
2
- import { HTMLUIProps, ThemeProps, ColorModeToken, CSS, FC } from '@yamada-ui/core';
2
+ import { HTMLUIProps, ThemeProps, FC, ColorModeToken, CSS } 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 { ForwardedRef, PropsWithChildren } from 'react';
7
+ import { PropsWithChildren, ForwardedRef } 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-20241118203459",
3
+ "version": "1.0.52-next-20241118220617",
4
4
  "description": "Yamada UI dropzone component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -39,8 +39,8 @@
39
39
  "react-dropzone-esm": "^15.0.1",
40
40
  "@yamada-ui/core": "1.15.5",
41
41
  "@yamada-ui/form-control": "2.1.7",
42
- "@yamada-ui/loading": "1.1.24-next-20241118203459",
43
- "@yamada-ui/transitions": "1.1.11-next-20241118203459",
42
+ "@yamada-ui/loading": "1.1.24-next-20241118220617",
43
+ "@yamada-ui/transitions": "1.1.11-next-20241118220617",
44
44
  "@yamada-ui/utils": "1.5.4"
45
45
  },
46
46
  "devDependencies": {