poe-svelte-ui-lib 1.2.14 → 1.2.15

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.
@@ -307,7 +307,7 @@
307
307
 
308
308
  {#if tooltip.show}
309
309
  <div
310
- class="fixed z-50 w-max max-w-min rounded-md px-2 py-1 text-sm whitespace-pre-wrap shadow-lg"
310
+ class="fixed z-50 w-max max-w-[20%] rounded-md px-2 py-1 text-sm whitespace-pre-wrap shadow-lg"
311
311
  style="background: color-mix(in srgb, var(--yellow-color) 30%, var(--back-color)); transform: translateX(-50%); left: {tooltip.x +
312
312
  10}px; top: {tooltip.y + 10}px;"
313
313
  transition:fly={{ y: 10, duration: 200 }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-svelte-ui-lib",
3
- "version": "1.2.14",
3
+ "version": "1.2.15",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {