@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-
|
|
150
|
+
className: "ui-dropzone__overlay",
|
|
151
151
|
__css: css,
|
|
152
152
|
...rest,
|
|
153
|
-
children: /* @__PURE__ */ jsx(
|
|
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-
|
|
159
|
+
className: "ui-dropzone__overlay",
|
|
160
160
|
__css: css,
|
|
161
161
|
...rest,
|
|
162
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
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
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-
|
|
168
|
+
className: "ui-dropzone__overlay",
|
|
169
169
|
__css: css,
|
|
170
170
|
...rest,
|
|
171
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/dropzone",
|
|
3
|
-
"version": "0.3.
|
|
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.
|
|
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
|
},
|