@invopop/popui 0.0.41 → 0.0.43
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.
|
@@ -28,7 +28,7 @@ $:
|
|
|
28
28
|
</script>
|
|
29
29
|
|
|
30
30
|
<div class="w-[300px] border border-neutral-200 rounded-md shadow-lg bg-white">
|
|
31
|
-
<div class="max-h-[60vh] overflow-y-auto rounded-
|
|
31
|
+
<div class="max-h-[60vh] overflow-y-auto rounded-md">
|
|
32
32
|
<button
|
|
33
33
|
class="flex items-center justify-between bg-neutral-50 border-b border-neutral-200 rounded-t-sm h-9 py-2 pl-2.5 pr-3 text-base font-medium text-neutral-800 w-full"
|
|
34
34
|
on:click={() => {
|
|
@@ -106,10 +106,10 @@ $:
|
|
|
106
106
|
{/if}
|
|
107
107
|
</div>
|
|
108
108
|
|
|
109
|
-
<ul class="px-1 space-y-1 bg-neutral-50 rounded-b border-t border-neutral-100">
|
|
109
|
+
<ul class="px-1 space-y-1 bg-neutral-50 rounded-b border-t border-neutral-100 py-1">
|
|
110
110
|
<li class="pl-1.5 py-1.5 pr-2 hover:bg-neutral-100 rounded-sm">
|
|
111
111
|
<button
|
|
112
|
-
class="flex items-center space-x-
|
|
112
|
+
class="flex items-center space-x-1.5 w-full"
|
|
113
113
|
on:click={() => {
|
|
114
114
|
dispatch('click', 'add')
|
|
115
115
|
}}
|
|
@@ -120,7 +120,7 @@ $:
|
|
|
120
120
|
</li>
|
|
121
121
|
<li class="pl-1.5 py-1.5 pr-2 hover:bg-neutral-100 rounded-sm">
|
|
122
122
|
<button
|
|
123
|
-
class="flex items-center space-x-
|
|
123
|
+
class="flex items-center space-x-1.5 w-full"
|
|
124
124
|
on:click={() => {
|
|
125
125
|
dispatch('click', 'settings')
|
|
126
126
|
}}
|