@invopop/popui 0.1.25 → 0.1.27
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.
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
{/snippet}
|
|
80
80
|
|
|
81
81
|
<div
|
|
82
|
-
class="{widthClass} border border-border rounded-2xl shadow-lg bg-background flex flex-col py-1 max-h-[
|
|
82
|
+
class="{widthClass} border border-border rounded-2xl shadow-lg bg-background flex flex-col py-1 max-h-[440px] list-none"
|
|
83
83
|
>
|
|
84
84
|
{@render children?.()}
|
|
85
85
|
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
{/if}
|
|
141
141
|
|
|
142
142
|
{#if ungroupedItems.length}
|
|
143
|
-
<div class="flex-shrink-0 overflow-y-auto max-h-[
|
|
143
|
+
<div class="flex-shrink-0 overflow-y-auto max-h-[436px]">
|
|
144
144
|
{#each ungroupedItems as item}
|
|
145
145
|
{@render drawerItem(item)}
|
|
146
146
|
{/each}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
bind:this={ref}
|
|
16
16
|
data-slot="table-cell"
|
|
17
17
|
class={cn(
|
|
18
|
-
'py-
|
|
18
|
+
'py-[9.5px] pl-3 pr-3 align-middle text-foreground font-normal text-base [&:has([role=menu])]:pl-1 relative z-1 border-b border-border',
|
|
19
19
|
className
|
|
20
20
|
)}
|
|
21
21
|
onclick={bubble('click')}
|