feat(pop-card-list): PopCardList 컴포넌트 추가

- PopCardListComponent: 카드 리스트 렌더링 컴포넌트 구현
- PopCardListConfig: 카드 리스트 설정 패널 구현
- types.ts: PopCardListProps 타입 정의 추가
- ComponentPalette: 카드 리스트 컴포넌트 팔레트에 등록
- pop-layout.ts: cardList 타입 추가

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
shin
2026-02-12 11:07:58 +09:00
parent 8c08e7f8e9
commit 6b8d437a22
8 changed files with 2211 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ export * from "./types";
import "./pop-text";
import "./pop-icon";
import "./pop-dashboard";
import "./pop-card-list";
// 향후 추가될 컴포넌트들:
// import "./pop-field";