Skip to content

Commit

Permalink
next: Box helpers (#457)
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 6a22de2 commit 722c25f
Show file tree
Hide file tree
Showing 56 changed files with 1,981 additions and 1,155 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// Enable the ESlint flat config support
"eslint.experimental.useFlatConfig": true,
"eslint.useFlatConfig": true,

// Auto fix
"editor.codeActionsOnSave": {
Expand Down
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.100",
"svelte": "5.0.0-next.104",
"svelte-eslint-parser": "^0.34.1",
"wrangler": "^3.44.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/bits-ui/other/setupTest.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import "@testing-library/svelte/vitest";
import "@testing-library/jest-dom/vitest";
import * as matchers from "@testing-library/jest-dom/matchers";
import { expect, vi } from "vitest";
import type { Navigation, Page } from "@sveltejs/kit";
Expand Down
16 changes: 9 additions & 7 deletions packages/bits-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"package": "svelte-kit sync && svelte-package && publint",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest",
"watch": "svelte-kit sync && svelte-package --watch"
"watch": "svelte-package --watch"
},
"exports": {
".": {
Expand All @@ -31,23 +31,24 @@
"@sveltejs/kit": "^2.5.0",
"@sveltejs/package": "^2.2.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/svelte": "^4.1.0",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^4.2.2",
"@testing-library/user-event": "^14.5.2",
"@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.100",
"svelte": "5.0.0-next.104",
"svelte-check": "^3.6.9",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.2.8",
"vitest": "^1.2.2"
"vitest": "^1.5.0"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
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 722c25f

Please sign in to comment.