hamzus-ui 0.0.183 → 0.0.185

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.183",
3
+ "version": "0.0.185",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "svelte": "index.js",
@@ -98,6 +98,7 @@
98
98
  top: 50%;
99
99
  left: var(--pad-xs);
100
100
  transform: translateY(-50%);
101
+ z-index: 1;
101
102
  }
102
103
 
103
104
  .next {
@@ -105,6 +106,7 @@
105
106
  top: 50%;
106
107
  right: var(--pad-xs);
107
108
  transform: translateY(-50%);
109
+ z-index: 1;
108
110
  }
109
111
 
110
112
  .carousel-content :global(> *) {
@@ -1,5 +1,5 @@
1
1
  <script>
2
- import IconButton from "@hamzus-ui/IconButton/IconButton.svelte";
2
+ import IconButton from "../IconButton/IconButton.svelte";
3
3
  import { onMount } from "svelte";
4
4
 
5
5
  export let min = 0