poe-svelte-ui-lib 1.1.10 → 1.1.11

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.
@@ -20,8 +20,8 @@
20
20
  <div
21
21
  {id}
22
22
  class={twMerge(
23
- `w-full border border-[var(--border-color)] bg-[var(--container-color)] p-0 transition-shadow duration-250
24
- ${outline ? 'border-[var(--bg-color)]' : 'rounded-xl hover:shadow-md'}`,
23
+ `${outline ? 'border-none' : 'rounded-xl hover:shadow-md'} w-full
24
+ border border-[var(--border-color)] bg-[var(--container-color)] p-0 transition-shadow duration-250`,
25
25
  wrapperClass,
26
26
  )}
27
27
  transition:slide={{ duration: 250 }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-svelte-ui-lib",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {