react-jupiter 5.11.22 → 5.11.24

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.
@@ -24,21 +24,25 @@ return/*#__PURE__*/(
24
24
  _react.default.createElement(_react.default.Fragment,null,/*#__PURE__*/
25
25
  _react.default.createElement(_responsive.default,{option:{greaterThan:"768px"}},/*#__PURE__*/
26
26
  _react.default.createElement(_index.LTRContainer,null,/*#__PURE__*/
27
- _react.default.createElement(_index.StyledButton,{
27
+ _react.default.createElement(_button.default,{
28
28
  styleType:"secondary",
29
29
  htmlType:"button",
30
30
  mainColor:"blue",
31
+ width:"100px",
31
32
  size:"sm",
32
33
  onClick:c},
33
34
  "\u062A\u0645\u0627\u0633"
34
35
 
35
36
  ),/*#__PURE__*/
36
- _react.default.createElement(_index.StyledButton,{
37
+ _react.default.createElement(_button.default,{
37
38
  className:"follow-button",
38
39
  styleType:"primary",
40
+ mainColor:"blue",
39
41
  htmlType:"button",
40
42
  size:"sm",
41
- onClick:b},
43
+ width:"100px",
44
+ onClick:b,
45
+ style:{marginLeft:"12px"}},
42
46
 
43
47
  d?"\u062F\u0646\u0628\u0627\u0644 \u0645\u06CC\u06A9\u0646\u06CC\u062F":"\u062F\u0646\u0628\u0627\u0644 \u06A9\u0646\u06CC\u062F"
44
48
  )
@@ -1,5 +1,4 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.TextCenter=exports.StyledButton=exports.ResponsiveFlex=exports.PartnershipBox=exports.LTRContainer=exports.Container=exports.BorderedBox=void 0;var _templateObject,_templateObject2,_templateObject3,_templateObject4,_templateObject5,_templateObject6,_templateObject7,_styledComponents=_interopRequireDefault(require("styled-components")),_cardTemplate=_interopRequireDefault(require("../card-template")),_button=_interopRequireDefault(require("../../button")),_themes=_interopRequireDefault(require("../../themes")),_avatar=_interopRequireDefault(require("../../avatar"));function _interopRequireDefault(a){return a&&a.__esModule?a:{default:a}}function _taggedTemplateLiteral(a,b){return b||(b=a.slice(0)),Object.freeze(Object.defineProperties(a,{raw:{value:Object.freeze(b)}}))}const
2
-
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.TextCenter=exports.StyledButton=exports.ResponsiveFlex=exports.PartnershipBox=exports.LTRContainer=exports.Container=exports.BorderedBox=void 0;var _templateObject,_templateObject2,_templateObject3,_templateObject4,_templateObject5,_templateObject6,_templateObject7,_styledComponents=_interopRequireDefault(require("styled-components")),_cardTemplate=_interopRequireDefault(require("../card-template")),_button=_interopRequireDefault(require("../../button")),_themes=_interopRequireDefault(require("../../themes"));function _interopRequireDefault(a){return a&&a.__esModule?a:{default:a}}function _taggedTemplateLiteral(a,b){return b||(b=a.slice(0)),Object.freeze(Object.defineProperties(a,{raw:{value:Object.freeze(b)}}))}const
3
2
 
4
3
 
5
4
 
@@ -13,7 +12,7 @@ LTRContainer=exports.LTRContainer=_styledComponents.default.div(_templateObject2
13
12
 
14
13
 
15
14
 
16
- StyledButton=exports.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"]))),
15
+ StyledButton=exports.StyledButton=(0,_styledComponents.default)(_button.default)(_templateObject3||(_templateObject3=_taggedTemplateLiteral(["\n margin: 4px 8px;\n direction: rtl;\n min-width: 120px;\n\n &.follow-button {\n }\n"]))),
17
16
 
18
17
 
19
18
 
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.StyledWrapper=exports.StyledIcon=void 0,exports.customModalStyles=customModalStyles;var _templateObject,_templateObject2,_styledComponents=_interopRequireDefault(require("styled-components")),_detectMobile=require("../utils/detectMobile");function _interopRequireDefault(a){return a&&a.__esModule?a:{default:a}}function _taggedTemplateLiteral(a,b){return b||(b=a.slice(0)),Object.freeze(Object.defineProperties(a,{raw:{value:Object.freeze(b)}}))}const
2
2
 
3
3
 
4
- StyledIcon=exports.StyledIcon=_styledComponents.default.span(_templateObject||(_templateObject=_taggedTemplateLiteral(["\n cursor: pointer;\n position: absolute;\n left: 0;\n top: 8px;\n z-index: 999;\n"]))),
4
+ StyledIcon=exports.StyledIcon=_styledComponents.default.span(_templateObject||(_templateObject=_taggedTemplateLiteral(["\n cursor: pointer;\n position: absolute;\n right: 0;\n top: 8px;\n z-index: 999;\n"]))),
5
5
 
6
6
 
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-jupiter",
3
- "version": "5.11.22",
3
+ "version": "5.11.24",
4
4
  "main": "./index.js",
5
5
  "license": "MIT",
6
6
  "keywords": [