We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MapPopup
amapcn
1 parent 1efe348 commit 886bebdCopy full SHA for 886bebd
2 files changed
map/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "amapcn",
3
- "version": "0.1.2",
+ "version": "0.2.0",
4
"description": "An AMap (高德地图)-powered map component library for React, styled with Tailwind CSS.",
5
"main": "./dist/index.js",
6
"module": "./dist/index.mjs",
@@ -56,4 +56,4 @@
56
"shadcn"
57
],
58
"homepage": "https://map.ling.pub"
59
-}
+}
map/src/map.tsx
@@ -699,7 +699,7 @@ function MapPopup({
699
return createPortal(
700
<div
701
className={cn(
702
- "relative rounded-md border bg-popover p-3 text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95",
+ "relative rounded-md bg-popover p-3 text-popover-foreground shadow-md animate-in fade-in-0 zoom-in-95",
703
className
704
)}
705
>
0 commit comments