Featuring Design System
ChangelogDesign Tokens

0.1.1

normalize의 `[disabled]`에서 `pointer-events: none`을 제거해 disabled 컨트롤이 Tooltip 트리거로 정상 동작합니다.

normalize.css[disabled] 룰에서 pointer-events: none을 제거합니다. cursor: not-allowed는 그대로 유지됩니다.

이 룰이 박혀 있으면 disabled 컨트롤을 Tooltip.Trigger로 감쌌을 때 hover / focus 이벤트가 발화되지 않아 툴팁이 뜨지 않았습니다. @featuring-corp/components@0.1.18focusableWhenDisabled 모드도 이 normalize와 결합돼야 비로소 정상 동작합니다. click 차단은 components 측 onClick 핸들러에서 일관되게 처리되므로, normalize에서 pointer-events를 끊을 필요가 없습니다.

시각적 차이는 없습니다. @featuring-corp/components/preset/*을 사용하는 환경은 다음 components 빌드부터 자동으로 반영됩니다. @featuring-corp/design-tokens/dist/style/normalize.css를 직접 import하는 환경은 본 패키지를 0.1.1로 갱신해 주세요.