react-jupiter 5.6.26 → 5.6.27
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/button/theme.js
CHANGED
|
@@ -47,7 +47,7 @@ a.name,c=a.description,d=a.logo,e=a.followersCount,f=a.onClickFollowMe,g=a.onCli
|
|
|
47
47
|
return/*#__PURE__*/(
|
|
48
48
|
_react.default.createElement(_index.Container,null,/*#__PURE__*/
|
|
49
49
|
_react.default.createElement(_index.ResponsiveFlex,null,/*#__PURE__*/
|
|
50
|
-
_react.default.createElement(_display.default,{display:"flex",alignItems:"center",justifyContent:"space-between"
|
|
50
|
+
_react.default.createElement(_display.default,{display:"flex",alignItems:"center",justifyContent:"space-between"},
|
|
51
51
|
l(/*#__PURE__*/_react.default.createElement(_avatar.default,{
|
|
52
52
|
alt:b,
|
|
53
53
|
src:d,
|
|
@@ -142,11 +142,22 @@ k," "),"\u0627\u06CC\u0646 \u0628\u0631\u06AF\u0632\u0627\u0631\u06A9\u0646\u064
|
|
|
142
142
|
|
|
143
143
|
|
|
144
144
|
|
|
145
|
-
_react.default.createElement(
|
|
145
|
+
_react.default.createElement(_responsive.default,{option:{greaterThan:"768px"}},/*#__PURE__*/
|
|
146
|
+
_react.default.createElement(_display.default,{display:"flex",justifyContent:"end",width:!k?"100%":"50%"},/*#__PURE__*/
|
|
147
|
+
_react.default.createElement(_buttons.default,{
|
|
148
|
+
onClickFollowMe:f,
|
|
149
|
+
onClickConnectUs:g,
|
|
150
|
+
isFollowed:h}))),/*#__PURE__*/
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
_react.default.createElement(_responsive.default,{option:{lessThan:"768px"}},/*#__PURE__*/
|
|
155
|
+
_react.default.createElement(_display.default,{display:"flex",justifyContent:"center",width:!k?"100%":"auto"},/*#__PURE__*/
|
|
146
156
|
_react.default.createElement(_buttons.default,{
|
|
147
157
|
onClickFollowMe:f,
|
|
148
158
|
onClickConnectUs:g,
|
|
149
|
-
isFollowed:h})))));
|
|
159
|
+
isFollowed:h}))))));
|
|
160
|
+
|
|
150
161
|
|
|
151
162
|
|
|
152
163
|
|
|
@@ -12,7 +12,7 @@ var LTRContainer=_styledComponents.default.div(_templateObject2||(_templateObjec
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
var StyledButton=(0,_styledComponents.default)(_button.default)(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["\n margin: 4px 8px;\n direction: rtl;\n\n &.follow-button {\n min-width:
|
|
15
|
+
var StyledButton=(0,_styledComponents.default)(_button.default)(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["\n margin: 4px 8px;\n direction: rtl;\n\n &.follow-button {\n min-width: 120px;\n }\n"])));exports.StyledButton=StyledButton;
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
@@ -33,7 +33,7 @@ var TextCenter=_styledComponents.default.div(_templateObject5||(_templateObject5
|
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
36
|
-
var ResponsiveFlex=_styledComponents.default.div(_templateObject6||(_templateObject6=_taggedTemplateLiteral(["\n display: flex;\n @media only screen and (max-width: ","px) {\n flex-flow: column
|
|
36
|
+
var ResponsiveFlex=_styledComponents.default.div(_templateObject6||(_templateObject6=_taggedTemplateLiteral(["\n display: flex;\n @media only screen and (max-width: ","px) {\n flex-flow: column nowrap;\n }\n @media only screen and (min-width: ","px) {\n flex-flow: row nowrap;\n }\n align-items: center;\n justify-content: space-between;\n"])),
|
|
37
37
|
|
|
38
38
|
_themes.default.breakpoints.sm,
|
|
39
39
|
|