hamzus-ui 0.0.151 → 0.0.152

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.151",
3
+ "version": "0.0.152",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -288,7 +288,7 @@
288
288
  user-select: none;
289
289
  pointer-events: none;
290
290
  opacity: 0;
291
- z-index: 100;
291
+ z-index: 101;
292
292
  }
293
293
 
294
294
  .content.exit {
@@ -56,7 +56,7 @@
56
56
  <style>
57
57
  .dialog {
58
58
  position: fixed;
59
- z-index: 1000;
59
+ z-index: 100;
60
60
  top: 0;
61
61
  left: 0;
62
62
  width: 100%;
@@ -477,7 +477,7 @@
477
477
  user-select: none;
478
478
  pointer-events: none;
479
479
  opacity: 0;
480
- z-index: 100;
480
+ z-index: 101;
481
481
  }
482
482
 
483
483
  .content.exit {