@admin-layout/tailwind-design-pro 10.1.1-alpha.21 → 10.1.1-alpha.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.
|
@@ -188,7 +188,7 @@ const PropertyCard = ({
|
|
|
188
188
|
WithAuthentication(LikeButton);
|
|
189
189
|
return jsx(Fragment, {
|
|
190
190
|
children: jsxs("div", {
|
|
191
|
-
className: "flex flex-row p-2 relative
|
|
191
|
+
className: "flex flex-row p-2 relative w-[370px]",
|
|
192
192
|
onMouseEnter: () => setFocus(item.id),
|
|
193
193
|
onMouseLeave: () => setBlur(item.id),
|
|
194
194
|
...props,
|
|
@@ -203,7 +203,7 @@ const PropertyCard = ({
|
|
|
203
203
|
})
|
|
204
204
|
})]
|
|
205
205
|
}), jsx("div", {
|
|
206
|
-
className: "w-full max-w-[100%] border border-solid border-gray-200 rounded-2xl
|
|
206
|
+
className: "w-full max-w-[100%] border border-solid border-gray-200 rounded-2xl shadow-md transition-all duration-300 hover:transform hover:-translate-y-1 hover:shadow-lg",
|
|
207
207
|
children: jsxs("div", {
|
|
208
208
|
className: "w-full h-full flex flex-col justify-between space-y-4",
|
|
209
209
|
children: [jsxs("div", {
|
|
@@ -378,7 +378,7 @@ const PropertyCard = ({
|
|
|
378
378
|
className: "text-2xl font-semibold text-right underline cursor-help",
|
|
379
379
|
children: item.preferences?.property?.pricing?.price?.price_breakdown?.details?.summary?.total
|
|
380
380
|
}), jsxs("div", {
|
|
381
|
-
className: "hidden group-hover:block absolute
|
|
381
|
+
className: "hidden group-hover:block absolute top-0 right-0 transform -translate-y-full mt-2 w-[300px] shadow-lg bg-white rounded-md z-50",
|
|
382
382
|
children: [jsx("div", {
|
|
383
383
|
className: "font-bold border-b border-gray-200 p-3 text-center",
|
|
384
384
|
children: "Price breakdown"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@admin-layout/tailwind-design-pro",
|
|
3
|
-
"version": "10.1.1-alpha.
|
|
3
|
+
"version": "10.1.1-alpha.22",
|
|
4
4
|
"description": "Sample core for higher packages to depend on",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "CDMBase LLC",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"typescript": {
|
|
62
62
|
"definition": "lib/index.d.ts"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "6a193abffe883ee300db663eb18375de710dee3a"
|
|
65
65
|
}
|