react-jupiter 5.11.5 → 5.11.6
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.
|
@@ -45,22 +45,22 @@ followersCount:m=""
|
|
|
45
45
|
return/*#__PURE__*/(
|
|
46
46
|
_react.default.createElement(_index.Container,{className:"organizer-card"},/*#__PURE__*/
|
|
47
47
|
_react.default.createElement(_display.default,{display:"flex",flexDirection:"row",flexDirectionMobile:"column",alignItems:"start",justifyContent:"space-between"},/*#__PURE__*/
|
|
48
|
-
_react.default.createElement(_display.default,{display:"flex",
|
|
49
|
-
_react.default.createElement(_display.default,{display:"flex",
|
|
50
|
-
_react.default.createElement(_display.default,{display:"flex",flex:"1 1"},
|
|
48
|
+
_react.default.createElement(_display.default,{display:"flex",flexDirection:"row",flexDirectionMobile:"column",justifyContent:"start",width:"100%",flex:"4 1"},/*#__PURE__*/
|
|
49
|
+
_react.default.createElement(_display.default,{display:"flex",flex:"1 1",className:"avatar"},
|
|
51
50
|
d(/*#__PURE__*/_react.default.createElement(_avatar.default,{
|
|
52
51
|
alt:b,
|
|
53
52
|
src:c,
|
|
54
53
|
size:"md",
|
|
55
|
-
sizeMobile:"lg"
|
|
56
|
-
className:"avatar"}
|
|
54
|
+
sizeMobile:"lg"}
|
|
57
55
|
))
|
|
58
56
|
),/*#__PURE__*/
|
|
59
57
|
_react.default.createElement("div",{className:"mr"},/*#__PURE__*/
|
|
60
|
-
_react.default.createElement(
|
|
61
|
-
"
|
|
58
|
+
_react.default.createElement(_display.default,{display:"flex",alignItems:"baseline"},/*#__PURE__*/
|
|
59
|
+
_react.default.createElement(_typography.Text,{size:12,textAlign:"right"},"\u0628\u0631\u06AF\u0632\u0627\u0631\u200C\u06A9\u0646\u0646\u062F\u0647:"),"\xA0",
|
|
60
|
+
|
|
62
61
|
d(/*#__PURE__*/
|
|
63
62
|
_react.default.createElement(_typography.Text,{size:14,bold:!0,textAlign:"right"},b)
|
|
63
|
+
)
|
|
64
64
|
),
|
|
65
65
|
!!e&&/*#__PURE__*/
|
|
66
66
|
|
|
@@ -88,7 +88,6 @@ k," "),"\u0627\u06CC\u0646 \u0628\u0631\u06AF\u0632\u0627\u0631\u06A9\u0646\u064
|
|
|
88
88
|
|
|
89
89
|
)
|
|
90
90
|
|
|
91
|
-
)
|
|
92
91
|
)
|
|
93
92
|
),/*#__PURE__*/
|
|
94
93
|
_react.default.createElement(_display.default,{display:"flex",alignItems:"start",flexDirection:"column",justifyContent:"space-between",width:"100%",flex:"2 1",alignSelf:"stretch"},/*#__PURE__*/
|
|
@@ -148,7 +147,10 @@ isFollowed:f}
|
|
|
148
147
|
)
|
|
149
148
|
)
|
|
150
149
|
),/*#__PURE__*/
|
|
151
|
-
_react.default.createElement("style",null,"\n .recommend {\n display: block;\n margin: 10px
|
|
150
|
+
_react.default.createElement("style",null,"\n .recommend {\n display: block;\n margin: 10px 0;\n }\n @media (max-width: 768px) {\n .avatar {\n margin: 5px auto 10px;\n }\n .statistics {\n margin: 25px auto;\n }\n }\n @media (min-width: 768px) {\n .mr {\n display: flex;\n flex-direction: column;\n flex: 5 1;\n min-height: 123px;\n justify-content: space-between;\n }\n }\n "
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
152
154
|
|
|
153
155
|
|
|
154
156
|
|
|
@@ -18,7 +18,7 @@ activeEventsCount:(0,_addonKnobs.text)("activeEventsCount(optional)","\u06F1\u06
|
|
|
18
18
|
allEventsCount:(0,_addonKnobs.text)("allEventsCount(optional)","\u06F2\u06F4\u06F5\u06F6\u06F7"),
|
|
19
19
|
recommendedCount:(0,_addonKnobs.text)("recommendedCount(optional)","\u06F3\u06F3 \u0646\u0641\u0631"),
|
|
20
20
|
isFollowed:!0,
|
|
21
|
-
partnership:"
|
|
21
|
+
partnership:""}
|
|
22
22
|
)
|
|
23
23
|
).
|
|
24
24
|
addDecorator(_addonKnobs.withKnobs).
|