@designbasekorea/ui 0.1.61 → 0.2.0

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.js CHANGED
@@ -11057,7 +11057,7 @@ const Toast = ({ id, status = 'info', title, description, icon: Icon, duration =
11057
11057
  // 기본 상태 아이콘 (아이콘 패키지에서 가져온 아이콘 사용)
11058
11058
  const iconMap = {
11059
11059
  success: icons.CircleCheckFilledIcon,
11060
- error: icons.XIcon,
11060
+ error: icons.DeleteIcon,
11061
11061
  warning: icons.WarningIcon,
11062
11062
  info: icons.InfoIcon,
11063
11063
  };