Skip to content

Commit

Permalink
fix: tooltip arrow & improve doc styles (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Jan 8, 2024
1 parent 95d3f40 commit c39a70f
Show file tree
Hide file tree
Showing 23 changed files with 762 additions and 419 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-news-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": patch
---

fix: bug with tooltip arrow causing it to increase offset on each toggle
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
"warn",
{
argsIgnorePattern: "^_",
varsIgnorePattern: "^\\$\\$(Props|Events|Slots|Generic|_[^$])*$"
varsIgnorePattern: "^\\$\\$(Props|Events|Slots|Generic)$"
}
]
}
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,53 +35,53 @@
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@huntabyte/mdsvex": "0.16.5",
"@melt-ui/pp": "^0.1.4",
"@melt-ui/pp": "^0.3.0",
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-vercel": "^3.1.0",
"@sveltejs/kit": "^1.27.6",
"@sveltejs/package": "^2.2.3",
"@sveltejs/package": "^2.2.5",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/dom": "^9.3.1",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/svelte": "^4.0.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest-axe": "^3.5.8",
"@types/jest-axe": "^3.5.9",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"clsx": "^2.1.0",
"concurrently": "^8.2.2",
"contentlayer": "^0.3.4",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.35.0",
"eslint-plugin-svelte": "^2.35.1",
"esm-env": "^1.0.0",
"hast-util-to-html": "^9.0.0",
"jest-axe": "^8.0.0",
"jsdom": "^22.1.0",
"mode-watcher": "^0.1.1",
"phosphor-svelte": "^1.3.0",
"postcss": "^8.4.31",
"mode-watcher": "^0.1.2",
"phosphor-svelte": "^1.4.2",
"postcss": "^8.4.33",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"prettier-plugin-tailwindcss": "0.2.7",
"publint": "^0.2.5",
"publint": "^0.2.7",
"rehype-pretty-code": "^0.10.0",
"remark-gfm": "^4.0.0",
"resize-observer-polyfill": "^1.5.1",
"shiki": "^0.14.5",
"svelte": "^4.2.3",
"svelte-check": "^3.6.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte-sequential-preprocessor": "^2.0.1",
"svelte-wrap-balancer": "^0.0.4",
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.14",
"tailwindcss": "^3.3.5",
"tailwind-merge": "^2.2.0",
"tailwind-variants": "^0.1.20",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"vite": "^4.5.0",
Expand Down
Loading

0 comments on commit c39a70f

Please sign in to comment.