@rezcom/rez-components 0.0.52 → 0.0.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -59,7 +59,8 @@
59
59
  </script>
60
60
 
61
61
  <div class={`relative ${otherClasses}`}>
62
- <form
62
+ <div
63
+ role="presentation"
63
64
  onmouseleave={() => {
64
65
  dropdownOpen = false;
65
66
  }}
@@ -122,5 +123,5 @@
122
123
  </ul>
123
124
  </div>
124
125
  {/if}
125
- </form>
126
+ </div>
126
127
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rezcom/rez-components",
3
- "version": "0.0.52",
3
+ "version": "0.0.54",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run prepack",
@@ -33,7 +33,7 @@
33
33
  "@tailwindcss/forms": "^0.5.10",
34
34
  "@tailwindcss/typography": "^0.5.18",
35
35
  "@tailwindcss/vite": "^4.1.13",
36
- "flowbite": "^3.1.2",
36
+ "flowbite": "^4.0.1",
37
37
  "svelte": "^5.0.0",
38
38
  "tailwindcss": "^4.1.13"
39
39
  },