react-jupiter 5.10.5 → 5.10.7
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/icon/index.js +1 -1
- package/icon/theme.js +2 -0
- package/modal/index.js +1 -1
- package/modal/index.style.js +2 -2
- package/package.json +2 -3
package/icon/index.js
CHANGED
|
@@ -42,7 +42,7 @@ j)
|
|
|
42
42
|
|
|
43
43
|
Icon.propTypes={
|
|
44
44
|
name:_propTypes.default.string.isRequired,
|
|
45
|
-
size:_propTypes.default.oneOf(["lg","md","sm","xs"]),
|
|
45
|
+
size:_propTypes.default.oneOf(["xxlg","xlg","lg","md","sm","xs"]),
|
|
46
46
|
color:_propTypes.default.oneOf(["default","red","green","blue","yellow","white","darkBlue","gray"]),
|
|
47
47
|
className:_propTypes.default.string,
|
|
48
48
|
stickyLeft:_propTypes.default.bool,
|
package/icon/theme.js
CHANGED
package/modal/index.js
CHANGED
|
@@ -70,7 +70,7 @@ j,";\n }\n }\n .overlay {\n background:
|
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
_theme.default.overlayColor,";\n position: relative;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n width: 100%;\n pointer-events: auto;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0,0,0,.2);\n border-radius: .2rem;\n outline: 0;\n padding:
|
|
73
|
+
_theme.default.overlayColor,";\n position: relative;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-orient: vertical;\n -webkit-box-direction: normal;\n -ms-flex-direction: column;\n flex-direction: column;\n width: 100%;\n pointer-events: auto;\n background-color: #fff;\n background-clip: padding-box;\n border: 1px solid rgba(0,0,0,.2);\n border-radius: .2rem;\n outline: 0;\n padding: 5px;\n }\n ")
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
|
package/modal/index.style.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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"]))),
|
|
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"]))),
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
StyledWrapper=exports.StyledWrapper=_styledComponents.default.div(_templateObject2||(_templateObject2=_taggedTemplateLiteral(["\n width: 100%;\n min-height: 300px;\n padding: 0 24px;\n box-sizing: border-box;\n"])));
|
|
12
11
|
|
|
12
|
+
StyledWrapper=exports.StyledWrapper=_styledComponents.default.div(_templateObject2||(_templateObject2=_taggedTemplateLiteral(["\n width: 100%;\n min-height: 300px;\n box-sizing: border-box;\n"])));
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-jupiter",
|
|
3
|
-
"version": "5.10.
|
|
3
|
+
"version": "5.10.7",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -13,8 +13,7 @@
|
|
|
13
13
|
"contributors": [
|
|
14
14
|
"@mehranshiri",
|
|
15
15
|
"@arashmanteghi",
|
|
16
|
-
"https://github.com/marzzy"
|
|
17
|
-
"https://github.com/mehrdad-shokri"
|
|
16
|
+
"https://github.com/marzzy"
|
|
18
17
|
],
|
|
19
18
|
"publishConfig": {
|
|
20
19
|
"access": "public"
|