Skip to content

Commit

Permalink
Merge branch 'v3' into avoid-focus-visible-style-being-cut-off-by-ove…
Browse files Browse the repository at this point in the history
…rflow-hidden
  • Loading branch information
dimaMachina authored Aug 28, 2024
2 parents 0258f6e + 8ffe2fe commit b918b8e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-adults-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'nextra-theme-docs': patch
---

remove focus-visible polyfill
1 change: 0 additions & 1 deletion examples/swr-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"types:check": "tsc --noEmit"
},
"dependencies": {
"focus-visible": "^5.1.0",
"intersection-observer": "^0.10.0",
"markdown-to-jsx": "^6.11.4",
"next": "^14.2.5",
Expand Down
1 change: 0 additions & 1 deletion packages/nextra-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"clsx": "^2.0.0",
"escape-string-regexp": "^5.0.0",
"flexsearch": "^0.7.43",
"focus-visible": "^5.2.0",
"intersection-observer": "^0.12.2",
"next-themes": "^0.3.0",
"scroll-into-view-if-needed": "^3.1.0",
Expand Down
1 change: 0 additions & 1 deletion packages/nextra-theme-docs/src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'focus-visible'
import './polyfill'
import { ThemeProvider } from 'next-themes'
import type { NextraThemeLayoutProps } from 'nextra'
Expand Down
21 changes: 5 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b918b8e

Please sign in to comment.