@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.esm.js +2 -2
- 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.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -11056,7 +11056,7 @@
|
|
|
11056
11056
|
// 기본 상태 아이콘 (아이콘 패키지에서 가져온 아이콘 사용)
|
|
11057
11057
|
const iconMap = {
|
|
11058
11058
|
success: icons.CircleCheckFilledIcon,
|
|
11059
|
-
error: icons.
|
|
11059
|
+
error: icons.DeleteIcon,
|
|
11060
11060
|
warning: icons.WarningIcon,
|
|
11061
11061
|
info: icons.InfoIcon,
|
|
11062
11062
|
};
|