@1d1s/design-system 2.11.2 → 2.11.3

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.
@@ -44,6 +44,11 @@ export interface HeatmapProps extends Omit<React.HTMLAttributes<HTMLDivElement>,
44
44
  *
45
45
  * `renderCellTooltip`을 넘기면 각 셀에 hover popover + 클릭 선택 인터랙션이 활성화돼요.
46
46
  *
47
+ * 구현 노트: popover 는 **컴포넌트 전체에 하나**만 있고 hover/선택된 셀을
48
+ * 가상 앵커로 따라간다. 예전엔 셀마다 Popover.Root(상태 + 이펙트 + 포털)를
49
+ * 만들어 20×7 그리드가 곧 Radix 인스턴스 140개였다 — 마이페이지 마운트가
50
+ * 눈에 띄게 느려지던 원인. 동작(hover 열림/클릭 선택/80ms 유예)은 동일하다.
51
+ *
47
52
  * @param tone `main` (default) · `mint` · `blue` · `green` · `gray`
48
53
  * @param cells 길이 rows×cols 의 number[] 0~4
49
54
  * @param cols 컬럼 수 (default 20)