diff --git a/dev/html/package.json b/dev/html/package.json index aee76d4866..f201a90050 100644 --- a/dev/html/package.json +++ b/dev/html/package.json @@ -1,7 +1,7 @@ { "name": "html-env", "private": true, - "version": "12.4.3", + "version": "12.4.4-alpha.0", "type": "module", "scripts": { "dev": "vite", @@ -10,9 +10,9 @@ "preview": "vite preview" }, "dependencies": { - "framer-motion": "^12.4.3", - "motion": "^12.4.3", - "motion-dom": "^12.0.0" + "framer-motion": "^12.4.4-alpha.0", + "motion": "^12.4.4-alpha.0", + "motion-dom": "^12.4.4-alpha.0" }, "devDependencies": { "vite": "^5.2.0" diff --git a/dev/html/public/playwright/gestures/press.html b/dev/html/public/playwright/gestures/press.html index 23d6f6f509..4ec95902c0 100644 --- a/dev/html/public/playwright/gestures/press.html +++ b/dev/html/public/playwright/gestures/press.html @@ -11,7 +11,7 @@ background-color: #0077ff; } - .box:focus { + .box:focus-visible { background-color: #ff0000; } @@ -25,11 +25,14 @@ press