Skip to content

Commit

Permalink
initial presence (#465)
Browse files Browse the repository at this point in the history
Co-authored-by: Anatol Zakrividoroga <53095479+anatolzak@users.noreply.github.com>
fix accordion presence transition (#463)
  • Loading branch information
huntabyte authored Apr 15, 2024
1 parent b5c71e3 commit 268e16c
Show file tree
Hide file tree
Showing 46 changed files with 1,169 additions and 802 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "0.5.13",
"svelte": "5.0.0-next.101",
"svelte": "5.0.0-next.104",
"svelte-eslint-parser": "^0.34.1",
"wrangler": "^3.44.0"
},
Expand Down
6 changes: 4 additions & 2 deletions packages/bits-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.12.2",
"@types/testing-library__jest-dom": "^5.14.9",
"csstype": "^3.1.3",
"jest-axe": "^8.0.0",
"jsdom": "^24.0.0",
"publint": "^0.2.7",
"resize-observer-polyfill": "^1.5.1",
"svelte": "5.0.0-next.101",
"svelte": "5.0.0-next.104",
"svelte-check": "^3.6.9",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
Expand All @@ -56,7 +57,8 @@
"@internationalized/date": "^3.5.1",
"@melt-ui/svelte": "0.76.2",
"esm-env": "^1.0.0",
"nanoid": "^5.0.5"
"nanoid": "^5.0.5",
"style-object-to-css-string": "^1.1.3"
},
"peerDependencies": {
"svelte": "^5.0.0"
Expand Down
Loading

0 comments on commit 268e16c

Please sign in to comment.