@yamada-ui/dropzone 0.1.1 → 0.1.3
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.
|
@@ -116,7 +116,7 @@ var LoadingOverlay = ({ loadingProps, ...rest }) => {
|
|
|
116
116
|
alignItems: "center",
|
|
117
117
|
...styles.overlay
|
|
118
118
|
};
|
|
119
|
-
return /* @__PURE__ */ jsx(Fade, { isOpen: isLoading, unmountOnExit: true, className: "ui-dropzone-overlay", __css: css, ...rest, children: /* @__PURE__ */ jsx(Loading, { className: "ui-dropzone-loading", size: "
|
|
119
|
+
return /* @__PURE__ */ jsx(Fade, { isOpen: isLoading, unmountOnExit: true, className: "ui-dropzone-overlay", __css: css, ...rest, children: /* @__PURE__ */ jsx(Loading, { className: "ui-dropzone-loading", size: "4xl", ...loadingProps }) });
|
|
120
120
|
};
|
|
121
121
|
var DropzoneAccept = ({ children }) => {
|
|
122
122
|
const { isDragAccept } = useDropzoneContext();
|
package/dist/dropzone.js
CHANGED
|
@@ -135,7 +135,7 @@ var LoadingOverlay = ({ loadingProps, ...rest }) => {
|
|
|
135
135
|
alignItems: "center",
|
|
136
136
|
...styles.overlay
|
|
137
137
|
};
|
|
138
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_transitions.Fade, { isOpen: isLoading, unmountOnExit: true, className: "ui-dropzone-overlay", __css: css, ...rest, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_loading.Loading, { className: "ui-dropzone-loading", size: "
|
|
138
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_transitions.Fade, { isOpen: isLoading, unmountOnExit: true, className: "ui-dropzone-overlay", __css: css, ...rest, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_loading.Loading, { className: "ui-dropzone-loading", size: "4xl", ...loadingProps }) });
|
|
139
139
|
};
|
|
140
140
|
var DropzoneAccept = ({ children }) => {
|
|
141
141
|
const { isDragAccept } = useDropzoneContext();
|
package/dist/dropzone.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -144,7 +144,7 @@ var LoadingOverlay = ({ loadingProps, ...rest }) => {
|
|
|
144
144
|
alignItems: "center",
|
|
145
145
|
...styles.overlay
|
|
146
146
|
};
|
|
147
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_transitions.Fade, { isOpen: isLoading, unmountOnExit: true, className: "ui-dropzone-overlay", __css: css, ...rest, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_loading.Loading, { className: "ui-dropzone-loading", size: "
|
|
147
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_transitions.Fade, { isOpen: isLoading, unmountOnExit: true, className: "ui-dropzone-overlay", __css: css, ...rest, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_loading.Loading, { className: "ui-dropzone-loading", size: "4xl", ...loadingProps }) });
|
|
148
148
|
};
|
|
149
149
|
var DropzoneAccept = ({ children }) => {
|
|
150
150
|
const { isDragAccept } = useDropzoneContext();
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/dropzone",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Yamada UI dropzone component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yamada",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"react-dropzone": "14.2.3",
|
|
39
|
-
"@yamada-ui/core": "0.1.
|
|
39
|
+
"@yamada-ui/core": "0.1.3",
|
|
40
40
|
"@yamada-ui/utils": "0.1.0",
|
|
41
|
-
"@yamada-ui/form-control": "0.1.
|
|
42
|
-
"@yamada-ui/transitions": "0.1.
|
|
43
|
-
"@yamada-ui/loading": "0.
|
|
41
|
+
"@yamada-ui/form-control": "0.1.3",
|
|
42
|
+
"@yamada-ui/transitions": "0.1.3",
|
|
43
|
+
"@yamada-ui/loading": "0.2.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"react": "^18.0.0",
|