Conversation
|
|
Visit the preview URL for this PR (updated for commit f9286f8): https://ameba-spindle--pr1695-feature-tooltip-k2a6wu6c.web.app (expires Fri, 15 May 2026 05:34:27 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: e7521619a2dd5c653490c8246e81ec2a5c8f1435 |
|
reg-suit detected visual differences. Check this report, and review them.
How can I change the check status?If reviewers approve this PR, the reg context status will be green automatically. |
f8f28cd to
8e7c90f
Compare
Slackでの議論に基づき、Tooltipトリガー要素のhoverスタイルに関する 仕様と設計根拠をdesign-doc.mdとTooltip.mdxに追記。 推奨スタイル: background-color: var(--color-surface-secondary) + cursor: default
他コンポーネントの慣習に合わせ、animation tokenのCSS変数参照を 値の直接記述に変更。index.cssからspindle-tokensのimportを除外。 - appear-in: 0.35s cubic-bezier(0.5, 0, 0.5, 1) - disappear: 0.15s cubic-bezier(0.5, 0, 0.5, 1)
- @jest/globalsをvitestのviに置き換え - モバイルの矢印サイズをFigmaに合わせて調整 (arrow-size: 11→14px, arrow-depth: 6→8px, arrow-offset: 4→2px)
タッチデバイスでは機能を持つボタンをトリガーにすると 本来の機能が動作しない問題をDO NOTセクションに記載。
#1642 の実装です。
TODO