@yamada-ui/dropzone 0.3.16 → 0.3.17

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.
@@ -147,10 +147,17 @@ var LoadingOverlay = ({ loadingProps, ...rest }) => {
147
147
  {
148
148
  isOpen: isLoading,
149
149
  unmountOnExit: true,
150
- className: "ui-dropzone-overlay",
150
+ className: "ui-dropzone__overlay",
151
151
  __css: css,
152
152
  ...rest,
153
- children: /* @__PURE__ */ jsx(Loading, { className: "ui-dropzone-loading", size: "4xl", ...loadingProps })
153
+ children: /* @__PURE__ */ jsx(
154
+ Loading,
155
+ {
156
+ className: "ui-dropzone__overlay__loading",
157
+ size: "4xl",
158
+ ...loadingProps
159
+ }
160
+ )
154
161
  }
155
162
  );
156
163
  };
package/dist/dropzone.js CHANGED
@@ -156,10 +156,17 @@ var LoadingOverlay = ({ loadingProps, ...rest }) => {
156
156
  {
157
157
  isOpen: isLoading,
158
158
  unmountOnExit: true,
159
- className: "ui-dropzone-overlay",
159
+ className: "ui-dropzone__overlay",
160
160
  __css: css,
161
161
  ...rest,
162
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_loading.Loading, { className: "ui-dropzone-loading", size: "4xl", ...loadingProps })
162
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
163
+ import_loading.Loading,
164
+ {
165
+ className: "ui-dropzone__overlay__loading",
166
+ size: "4xl",
167
+ ...loadingProps
168
+ }
169
+ )
163
170
  }
164
171
  );
165
172
  };
package/dist/dropzone.mjs CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  DropzoneAccept,
5
5
  DropzoneIdle,
6
6
  DropzoneReject
7
- } from "./chunk-3GIDMH6N.mjs";
7
+ } from "./chunk-B32TANOA.mjs";
8
8
  export {
9
9
  Dropzone,
10
10
  DropzoneAccept,
package/dist/index.js CHANGED
@@ -165,10 +165,17 @@ var LoadingOverlay = ({ loadingProps, ...rest }) => {
165
165
  {
166
166
  isOpen: isLoading,
167
167
  unmountOnExit: true,
168
- className: "ui-dropzone-overlay",
168
+ className: "ui-dropzone__overlay",
169
169
  __css: css,
170
170
  ...rest,
171
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_loading.Loading, { className: "ui-dropzone-loading", size: "4xl", ...loadingProps })
171
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
172
+ import_loading.Loading,
173
+ {
174
+ className: "ui-dropzone__overlay__loading",
175
+ size: "4xl",
176
+ ...loadingProps
177
+ }
178
+ )
172
179
  }
173
180
  );
174
181
  };
package/dist/index.mjs CHANGED
@@ -13,7 +13,7 @@ import {
13
13
  DropzoneAccept,
14
14
  DropzoneIdle,
15
15
  DropzoneReject
16
- } from "./chunk-3GIDMH6N.mjs";
16
+ } from "./chunk-B32TANOA.mjs";
17
17
  export {
18
18
  ACCEPT_TYPES,
19
19
  Dropzone,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/dropzone",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "Yamada UI dropzone component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -38,7 +38,7 @@
38
38
  "react-dropzone": "14.2.3",
39
39
  "@yamada-ui/core": "0.12.4",
40
40
  "@yamada-ui/utils": "0.3.2",
41
- "@yamada-ui/form-control": "0.3.16",
41
+ "@yamada-ui/form-control": "0.3.17",
42
42
  "@yamada-ui/transitions": "0.3.14",
43
43
  "@yamada-ui/loading": "0.5.1"
44
44
  },