@designbasekorea/ui 0.1.47 → 0.1.49
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.
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.esm.css +1 -1
- package/dist/index.esm.css.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.umd.css +1 -1
- package/dist/index.umd.css.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -6540,7 +6540,7 @@ const Dropzone = ({ size = 'm', variant = 'default', showIcon = true, icon, imag
|
|
|
6540
6540
|
event.target.value = '';
|
|
6541
6541
|
}, [handleFileSelect]);
|
|
6542
6542
|
// 기본 아이콘
|
|
6543
|
-
const defaultIcon =
|
|
6543
|
+
const defaultIcon = jsxRuntime.jsx(icons.DownloadIcon, { size: 48 });
|
|
6544
6544
|
// 서브 텍스트 생성
|
|
6545
6545
|
const getDescription = React.useCallback(() => {
|
|
6546
6546
|
if (description)
|