feat(pop-button): pop-button 컴포넌트 MVP 구현

- PopButtonComponent: 5가지 액션 타입(save/delete/api/modal/event) + 후속 액션 체이닝
- PopButtonConfigPanel: 프리셋 기반 설정(save/delete/logout/menu/modal-open/custom)
- 확인 다이얼로그(ConfirmConfig) 선택 기능
- usePopEvent/useDataSource 훅 연동
- PopComponentType에 pop-button 추가, 팔레트 등록

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
SeongHyun Kim
2026-02-12 14:23:44 +09:00
parent ae3261d9bc
commit 84426b82cf
4 changed files with 1058 additions and 3 deletions

View File

@@ -17,7 +17,8 @@ import "./pop-icon";
import "./pop-dashboard";
import "./pop-card-list";
import "./pop-button";
// 향후 추가될 컴포넌트들:
// import "./pop-field";
// import "./pop-button";
// import "./pop-list";

File diff suppressed because it is too large Load Diff