poe-svelte-ui-lib 1.5.5 → 1.5.6

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.
@@ -188,7 +188,7 @@
188
188
 
189
189
  {#if isDropdownOpen}
190
190
  <div
191
- class="absolute top-full left-1/2 z-50 -translate-x-1/2 rounded-b-2xl border border-t-0 border-(--bg-color)"
191
+ class="absolute top-full left-1/2 z-50 -translate-x-1/2 rounded-b-2xl border border-t-0 border-(--bg-color) shadow-[0_0_3px_rgb(0_0_0_/0.25)]"
192
192
  style="width: calc(100% - 1.8rem);"
193
193
  transition:slide={{ duration: 250 }}
194
194
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-svelte-ui-lib",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {