Skip to content

Commit

Permalink
Add transitions & cleanup event forwarding (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Aug 26, 2023
1 parent d08a5da commit 8b72f01
Show file tree
Hide file tree
Showing 125 changed files with 1,478 additions and 544 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-mayflies-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"shadcn-svelte": minor
---

- Add `flyAndScale` transitions util
2 changes: 1 addition & 1 deletion apps/www/mdsvex.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Index } from "./__registry__/index.js";

const __dirname = fileURLToPath(new URL(".", import.meta.url));

/** @type {import('@huntabyte/mdsvex').MdsvexOptions} */
/** @type {import('mdsvex').MdsvexOptions} */
export const mdsvexOptions = {
extensions: [".md"],
layout: path.resolve(
Expand Down
3 changes: 1 addition & 2 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"format:check": "prettier --plugin-search-dir . --check ."
},
"devDependencies": {
"@huntabyte/mdsvex": "^0.16.8",
"@playwright/test": "^1.36.2",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "^1.20.4",
Expand Down Expand Up @@ -72,7 +71,7 @@
"dependencies": {
"@unovis/svelte": "^1.2.0",
"@unovis/ts": "^1.2.0",
"bits-ui": "^0.0.24",
"bits-ui": "^0.5.0",
"clsx": "^2.0.0",
"d3-scale": "^4.0.2",
"esm-env": "^1.0.0",
Expand Down
Loading

1 comment on commit 8b72f01

@vercel
Copy link

@vercel vercel bot commented on 8b72f01 Aug 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.