@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.esm.js CHANGED
@@ -6538,7 +6538,7 @@ const Dropzone = ({ size = 'm', variant = 'default', showIcon = true, icon, imag
6538
6538
  event.target.value = '';
6539
6539
  }, [handleFileSelect]);
6540
6540
  // 기본 아이콘
6541
- const defaultIcon = (jsxs("svg", { width: "48", height: "48", viewBox: "0 0 48 48", fill: "none", children: [jsx("path", { d: "M24 8L32 16H28V28H20V16H16L24 8Z", fill: "currentColor" }), jsx("path", { d: "M8 32V40H40V32H36V36H12V32H8Z", fill: "currentColor" })] }));
6541
+ const defaultIcon = jsx(DownloadIcon, { size: 48 });
6542
6542
  // 서브 텍스트 생성
6543
6543
  const getDescription = useCallback(() => {
6544
6544
  if (description)