react-jupiter 6.3.2 → 6.3.3
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.
package/card/event-card/index.js
CHANGED
|
@@ -51,7 +51,7 @@ t.push({iconName:"supervisor-account",text:l.name});const
|
|
|
51
51
|
|
|
52
52
|
u=()=>/*#__PURE__*/
|
|
53
53
|
_react.default.createElement("div",_extends({
|
|
54
|
-
className:"relative flex flex-col bg-white rounded-xl overflow-hidden shadow-sm hover:shadow-lg transition-all duration-300 max-w-
|
|
54
|
+
className:"relative flex flex-col bg-white rounded-xl overflow-hidden shadow-sm hover:shadow-lg transition-all duration-300 max-w-64 h-96",
|
|
55
55
|
dir:"rtl",
|
|
56
56
|
"data-test":"vertical-card"},
|
|
57
57
|
s),
|
|
@@ -59,7 +59,7 @@ s),
|
|
|
59
59
|
e(
|
|
60
60
|
q||/*#__PURE__*/
|
|
61
61
|
_react.default.createElement("img",{
|
|
62
|
-
className:"w-full min-w-
|
|
62
|
+
className:"w-full min-w-64 h-36 object-cover",
|
|
63
63
|
"data-test":"vertical-cover",
|
|
64
64
|
src:h||defaultCoverUrl,
|
|
65
65
|
loading:"lazy",
|
|
@@ -129,7 +129,7 @@ organizationArgs),{},{
|
|
|
129
129
|
type:"vertical",
|
|
130
130
|
title:"\u062A\u0627\u06CC\u062A\u0644 \u06CC\u06A9 \u0631\u0648\u06CC\u062F\u0627\u062F \u0627\u06CC\u0646\u062C\u0627\u0633\u062A \u06A9\u0647\u0646",
|
|
131
131
|
renderEventLink:(a)=>/*#__PURE__*/_react.default.createElement("a",{href:"/tosomewherenew"},a),
|
|
132
|
-
coverImage:/*#__PURE__*/_react.default.createElement("img",{src:"https://static.evand.net/assets/images/defaults/event-cover.jpg",className:"w-full min-w-
|
|
132
|
+
coverImage:/*#__PURE__*/_react.default.createElement("img",{src:"https://static.evand.net/assets/images/defaults/event-cover.jpg",className:"w-full min-w-64 h-auto min-h-36 object-cover",alt:"cover"})});
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
const VerticalWithFinished=exports.VerticalWithFinished=Template.bind({});
|