@ims360/svelte-ivory 0.1.4 → 0.1.5

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.
@@ -32,7 +32,7 @@
32
32
  <div
33
33
  class={twMerge(
34
34
  clsx(
35
- 'bg-surface-950-50/40 pointer-events-auto absolute top-0 left-0 z-40 m-0 h-full w-full p-0',
35
+ 'bg-surface-950-50/40 pointer-events-auto absolute top-0 left-0 m-0 h-full w-full p-0',
36
36
  globalClass,
37
37
  clazz
38
38
  )
@@ -105,7 +105,7 @@
105
105
  <div
106
106
  class={twMerge(
107
107
  clsx(
108
- 'absolute z-30',
108
+ 'absolute',
109
109
  !keepMounted && clazz,
110
110
  keepMounted && !currentlyOpen ? 'hidden' : clazz
111
111
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ims360/svelte-ivory",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "keywords": [
5
5
  "svelte"
6
6
  ],
@@ -32,7 +32,7 @@
32
32
  <div
33
33
  class={twMerge(
34
34
  clsx(
35
- 'bg-surface-950-50/40 pointer-events-auto absolute top-0 left-0 z-40 m-0 h-full w-full p-0',
35
+ 'bg-surface-950-50/40 pointer-events-auto absolute top-0 left-0 m-0 h-full w-full p-0',
36
36
  globalClass,
37
37
  clazz
38
38
  )
@@ -105,7 +105,7 @@
105
105
  <div
106
106
  class={twMerge(
107
107
  clsx(
108
- 'absolute z-30',
108
+ 'absolute',
109
109
  !keepMounted && clazz,
110
110
  keepMounted && !currentlyOpen ? 'hidden' : clazz
111
111
  )