Skip to content

Commit

Permalink
Merge pull request #129 from skeletonlabs/dev
Browse files Browse the repository at this point in the history
Merge for Release - June 4, 2024
  • Loading branch information
endigo9740 authored Jun 4, 2024
2 parents 70dfe32 + 9542fe3 commit 2a853c1
Show file tree
Hide file tree
Showing 53 changed files with 4,223 additions and 3,991 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ node_modules
.env.*
!.env.example
/coverage
**/pagefind

# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ node_modules
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
/coverage
**/pagefind
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ yarn.lock
/coverage
**/*.mdx
**/*.md
**/pagefind
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![github-banner](https://github.com/skeletonlabs/floating-ui-svelte/assets/1509726/46b00221-9088-4986-86c8-60a480d9213f)

# Floating UI Svelte

Svelte bindings for [Floating UI](https://github.com/floating-ui/floating-ui). Based on [Floating UI React](https://floating-ui.com/docs/react).
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "vite dev",
"preview": "vite preview",
"build": "pnpm build:docs && pnpm build:package",
"build:docs": "svelte-kit sync && vite build",
"build:docs": "svelte-kit sync && vite build && pagefind",
"build:package": "svelte-kit sync && svelte-package && publint",
"ci:publish": "pnpm build:package && changeset publish",
"test": "vitest run --coverage",
Expand Down Expand Up @@ -39,9 +39,10 @@
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.1",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/svelte": "^5.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
Expand All @@ -51,8 +52,10 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0-next.4",
"focus-trap": "^7.5.4",
"jsdom": "^24.0.0",
"lucide-svelte": "^0.373.0",
"pagefind": "^1.1.0",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"prettier": "^3.1.1",
Expand All @@ -65,6 +68,7 @@
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.11",
"vite-plugin-pagefind": "^0.2.8",
"vitest": "^1.2.0"
},
"svelte": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions pagefind.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"site": "build",
"exclude_selectors": [".expressive-code"],
"vite_plugin_pagefind": {
"assets_dir": "static",
"build_command": "pnpm build:docs",
"dev_strategy": "lazy"
}
}
Loading

0 comments on commit 2a853c1

Please sign in to comment.