Skip to content

Commit

Permalink
fix: update sidebar menu to close it when you click outside of the si…
Browse files Browse the repository at this point in the history
…debar
  • Loading branch information
shinokada committed Apr 11, 2022
1 parent 9e4f395 commit 30c6026
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowbite-svelte",
"version": "0.13.2",
"version": "0.13.3",
"description": "Flowbite components for Svelte",
"main": "./package/index.js",
"author": {
Expand All @@ -24,7 +24,7 @@
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@codewithshin/svelte-sidebar": "^0.4.5",
"@codewithshin/svelte-sidebar": "^0.4.7",
"@codewithshin/svelte-simpleicons": "^0.2.2",
"@codewithshin/svelte-utterances": "^0.1.2",
"@playwright/test": "^1.19.1",
Expand Down Expand Up @@ -59,15 +59,25 @@
"ui",
"accordion",
"alert",
"avatar",
"badges",
"button-groups",
"buttons",
"cards",
"darkmode",
"footer",
"forms",
"list group",
"modals",
"navbar",
"paginations",
"progress bars",
"sidebars",
"spinners",
"tables",
"tabs",
"timelines",
"toasts",
"tooltip"
],
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30c6026

Please sign in to comment.