fuma 0.1.21 → 0.1.22

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.
@@ -42,15 +42,15 @@ contextContainer.set("drawer");
42
42
  on:keyup={close}
43
43
  transition:fade={{ duration: 200 }}
44
44
  class="
45
- fixed inset-0 z-10 bg-black/25 backdrop-blur-[1.5px]
46
- dark:bg-white/25"
45
+ fixed inset-0 z-10 bg-black/15 backdrop-blur-[1.5px]
46
+ dark:bg-white/15"
47
47
  />
48
48
 
49
49
  <aside
50
50
  transition:fly|local={{ x: 500, duration: 200 }}
51
51
  style="max-width: min(100%, {maxWidth}); transform: translateX({-$offset * 4}rem);"
52
52
  class="{klass}
53
- fixed bottom-0 right-0 top-0 z-10 flex
53
+ fixed bottom-0 right-0 top-0 z-10 flex w-full
54
54
  flex-col overflow-y-scroll bg-base-100 transition-transform
55
55
  "
56
56
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fuma",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "My fullstack material build with sveltekit, daisyui, zod and more",
5
5
  "author": {
6
6
  "name": "Jonas Voisard",