@invopop/popui 0.0.45 → 0.0.46

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-[550px] overflow-hidden rounded-md">
31
+ <div class="max-h-[550px] overflow-hidden rounded-t-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={() => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@invopop/popui",
3
3
  "license": "MIT",
4
- "version": "0.0.45",
4
+ "version": "0.0.46",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "vite build && npm run package",