@invopop/popui 0.0.82 → 0.0.83

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.
@@ -44,7 +44,7 @@ export const toggle = () => {
44
44
  </button>
45
45
  {#if isOpen}
46
46
  <div
47
- class="max-h-40 absolute z-40"
47
+ class="max-h-40 absolute z-[1001]"
48
48
  use:portal
49
49
  use:floatingContent
50
50
  use:clickOutside
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@invopop/popui",
3
3
  "license": "MIT",
4
- "version": "0.0.82",
4
+ "version": "0.0.83",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "vite build && npm run package",