hamzus-ui 0.0.8 → 0.0.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamzus-ui",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -293,7 +293,7 @@ import { onDestroy, onMount } from 'svelte';
293
293
  <style>
294
294
  .trigger {
295
295
  all: unset;
296
- z-index: 2;
296
+ z-index: 200;
297
297
  position: relative;
298
298
  display: inline-block;
299
299
  }
@@ -306,7 +306,7 @@ import { onDestroy, onMount } from 'svelte';
306
306
  user-select: none;
307
307
  pointer-events: none;
308
308
  opacity: 0;
309
- z-index: 2;
309
+ z-index: 200;
310
310
  padding:var(--padding-top) var(--padding-right) var(--padding-bottom) var(--padding-left);
311
311
  }
312
312