@semcore/modal 3.1.10 → 3.1.12
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/CHANGELOG.md +2 -2
- package/lib/cjs/Modal.js +6 -6
- package/lib/es6/Modal.js +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
-
## [3.1.
|
|
5
|
+
## [3.1.12] - 2022-12-06
|
|
6
6
|
|
|
7
7
|
### Changed
|
|
8
8
|
|
|
9
|
-
- Version patch update due to children dependencies update (`@semcore/animation` [1.7.
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/animation` [1.7.3 ~> 1.8.0]).
|
|
10
10
|
|
|
11
11
|
## [3.1.8] - 2022-11-08
|
|
12
12
|
|
package/lib/cjs/Modal.js
CHANGED
|
@@ -70,15 +70,15 @@ var style = (
|
|
|
70
70
|
/*__reshadow_css_start__*/
|
|
71
71
|
_core.sstyled.insert(
|
|
72
72
|
/*__inner_css_start__*/
|
|
73
|
-
".
|
|
73
|
+
".___SWindow_pnr3j_gg_{position:relative;border-radius:12px;background:#ffffff;box-sizing:border-box;margin:auto;padding:40px;box-shadow:0 3px 8px rgba(25,27,35,.2)}.___SWindow_pnr3j_gg_:focus{outline:none}.___SOverlay_pnr3j_gg_{position:fixed;top:0;bottom:0;left:0;right:0;margin:0;display:flex;justify-content:center;align-items:center;padding:40px;background:rgba(25,27,35,.7);overflow:auto;z-index:10005;-webkit-overflow-scrolling:touch}.___SOverlay_pnr3j_gg_ .___SOverlay_pnr3j_gg_{background:rgba(25,27,35,.4)}.___SClose_pnr3j_gg_{display:inline-flex;position:absolute;right:0;top:0;padding:12px;color:#a9abb6;cursor:pointer;z-index:1;border:none;background:none;outline:none}.___SClose_pnr3j_gg_:hover{color:#8a8e9b}.___SClose_pnr3j_gg_.__keyboardFocused_pnr3j_gg_{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.3)}@media (max-width:767px){.___SWindow_pnr3j_gg_{min-width:60%}.___SOverlay_pnr3j_gg_{padding:12px}}"
|
|
74
74
|
/*__inner_css_end__*/
|
|
75
|
-
, "
|
|
75
|
+
, "pnr3j_gg_")
|
|
76
76
|
/*__reshadow_css_end__*/
|
|
77
77
|
, {
|
|
78
|
-
"__SWindow": "
|
|
79
|
-
"__SOverlay": "
|
|
80
|
-
"__SClose": "
|
|
81
|
-
"_keyboardFocused": "
|
|
78
|
+
"__SWindow": "___SWindow_pnr3j_gg_",
|
|
79
|
+
"__SOverlay": "___SOverlay_pnr3j_gg_",
|
|
80
|
+
"__SClose": "___SClose_pnr3j_gg_",
|
|
81
|
+
"_keyboardFocused": "__keyboardFocused_pnr3j_gg_"
|
|
82
82
|
});
|
|
83
83
|
|
|
84
84
|
var ModalRoot = /*#__PURE__*/function (_Component) {
|
package/lib/es6/Modal.js
CHANGED
|
@@ -40,15 +40,15 @@ var style = (
|
|
|
40
40
|
/*__reshadow_css_start__*/
|
|
41
41
|
_sstyled.insert(
|
|
42
42
|
/*__inner_css_start__*/
|
|
43
|
-
".
|
|
43
|
+
".___SWindow_pnr3j_gg_{position:relative;border-radius:12px;background:#ffffff;box-sizing:border-box;margin:auto;padding:40px;box-shadow:0 3px 8px rgba(25,27,35,.2)}.___SWindow_pnr3j_gg_:focus{outline:none}.___SOverlay_pnr3j_gg_{position:fixed;top:0;bottom:0;left:0;right:0;margin:0;display:flex;justify-content:center;align-items:center;padding:40px;background:rgba(25,27,35,.7);overflow:auto;z-index:10005;-webkit-overflow-scrolling:touch}.___SOverlay_pnr3j_gg_ .___SOverlay_pnr3j_gg_{background:rgba(25,27,35,.4)}.___SClose_pnr3j_gg_{display:inline-flex;position:absolute;right:0;top:0;padding:12px;color:#a9abb6;cursor:pointer;z-index:1;border:none;background:none;outline:none}.___SClose_pnr3j_gg_:hover{color:#8a8e9b}.___SClose_pnr3j_gg_.__keyboardFocused_pnr3j_gg_{box-shadow:0 0 0 3px rgba(0, 143, 248, 0.3)}@media (max-width:767px){.___SWindow_pnr3j_gg_{min-width:60%}.___SOverlay_pnr3j_gg_{padding:12px}}"
|
|
44
44
|
/*__inner_css_end__*/
|
|
45
|
-
, "
|
|
45
|
+
, "pnr3j_gg_")
|
|
46
46
|
/*__reshadow_css_end__*/
|
|
47
47
|
, {
|
|
48
|
-
"__SWindow": "
|
|
49
|
-
"__SOverlay": "
|
|
50
|
-
"__SClose": "
|
|
51
|
-
"_keyboardFocused": "
|
|
48
|
+
"__SWindow": "___SWindow_pnr3j_gg_",
|
|
49
|
+
"__SOverlay": "___SOverlay_pnr3j_gg_",
|
|
50
|
+
"__SClose": "___SClose_pnr3j_gg_",
|
|
51
|
+
"_keyboardFocused": "__keyboardFocused_pnr3j_gg_"
|
|
52
52
|
});
|
|
53
53
|
|
|
54
54
|
var ModalRoot = /*#__PURE__*/function (_Component) {
|