@semcore/fullscreen-modal 1.5.1 → 1.6.1
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 +18 -0
- package/lib/cjs/FullscreenModal.js +16 -16
- package/lib/cjs/style/fullscreen-modal.shadow.css +6 -0
- package/lib/es6/FullscreenModal.js +16 -16
- package/lib/es6/style/fullscreen-modal.shadow.css +6 -0
- package/package.json +6 -1
- package/src/style/fullscreen-modal.shadow.css +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
|
|
4
4
|
|
|
5
|
+
## [1.6.1] - 2022-03-05
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Version patch update due to children dependencies update (`@semcore/modal` [2.4.2 ~> 2.4.3]).
|
|
10
|
+
|
|
11
|
+
## [1.6.0] - 2021-03-04
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
- Disabled animation if reduce motion is preferred.
|
|
16
|
+
|
|
17
|
+
## [1.5.1] - 2022-02-24
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
|
|
21
|
+
- Added repository field to package.json file.
|
|
22
|
+
|
|
5
23
|
## [1.5.0] - 2022-01-18
|
|
6
24
|
|
|
7
25
|
### Changed
|
|
@@ -58,25 +58,25 @@ var style = (
|
|
|
58
58
|
/*__reshadow_css_start__*/
|
|
59
59
|
_core.sstyled.insert(
|
|
60
60
|
/*__inner_css_start__*/
|
|
61
|
-
".
|
|
61
|
+
".___SFullscreenOverlay_1hvvo_gg_{padding:0}.___SFullscreenModal_1hvvo_gg_{height:100%;display:flex;flex-direction:column;width:100%;background:#fff;border-radius:0;padding:0}.___SBack_1hvvo_gg_,.___SClose_1hvvo_gg_{cursor:pointer;position:absolute;z-index:1}.___SClose_1hvvo_gg_{top:12px;right:20px;padding:12px;color:#a6b0b3}.___SClose_1hvvo_gg_:hover{color:#929b9e}.___SBack_1hvvo_gg_{top:10px;left:32px;display:flex;align-items:center;padding:2px;color:#757575;font-size:var(--fs100_1v9y5xa);line-height:var(--lh100_1v9y5xa)}.___SBack_1hvvo_gg_:hover{color:#676767}.___SBack_1hvvo_gg_:hover .___SBackText_1hvvo_gg_{border-bottom-color:currentColor}.___SBackText_1hvvo_gg_{margin-left:4px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:transparent;transition:border-bottom-color .15s ease-in-out}.___SDescription_1hvvo_gg_,.___STitle_1hvvo_gg_{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.___STitle_1hvvo_gg_{font-size:25px;line-height:1.12;font-weight:500;color:#333333}.___SDescription_1hvvo_gg_{font-size:12px;line-height:1.5;color:#757575}.___SHeader_1hvvo_gg_{display:flex;align-items:baseline;padding-left:32px;padding-bottom:12px;padding-right:77px;padding-top:30px;min-height:72px;box-shadow:inset 0 -1px 1px 0 #cccccc;box-sizing:border-box}.___SFooter_1hvvo_gg_{min-height:56px;box-shadow:inset 0 1px 1px 0 #cccccc;box-sizing:border-box}.___SBody_1hvvo_gg_{display:flex;height:100%;overflow:auto}.___SSection_1hvvo_gg_{padding-top:24px;padding-bottom:24px;padding-left:32px;padding-right:32px;flex:1 1 auto}.___SHeaderDivider_1hvvo_gg_{margin-left:12px;margin-right:12px;height:16px;width:1px;background-color:#cccccc}@media (prefers-reduced-motion){.___SBackText_1hvvo_gg_{transition:none}}"
|
|
62
62
|
/*__inner_css_end__*/
|
|
63
|
-
, "
|
|
63
|
+
, "1v9y5xa_gg_")
|
|
64
64
|
/*__reshadow_css_end__*/
|
|
65
65
|
, {
|
|
66
|
-
"__SFullscreenOverlay": "
|
|
67
|
-
"__SFullscreenModal": "
|
|
68
|
-
"__SBack": "
|
|
69
|
-
"__SClose": "
|
|
70
|
-
"--fs100": "--
|
|
71
|
-
"--lh100": "--
|
|
72
|
-
"__SBackText": "
|
|
73
|
-
"__SDescription": "
|
|
74
|
-
"__STitle": "
|
|
75
|
-
"__SHeader": "
|
|
76
|
-
"__SFooter": "
|
|
77
|
-
"__SBody": "
|
|
78
|
-
"__SSection": "
|
|
79
|
-
"__SHeaderDivider": "
|
|
66
|
+
"__SFullscreenOverlay": "___SFullscreenOverlay_1hvvo_gg_",
|
|
67
|
+
"__SFullscreenModal": "___SFullscreenModal_1hvvo_gg_",
|
|
68
|
+
"__SBack": "___SBack_1hvvo_gg_",
|
|
69
|
+
"__SClose": "___SClose_1hvvo_gg_",
|
|
70
|
+
"--fs100": "--fs100_1v9y5xa",
|
|
71
|
+
"--lh100": "--lh100_1v9y5xa",
|
|
72
|
+
"__SBackText": "___SBackText_1hvvo_gg_",
|
|
73
|
+
"__SDescription": "___SDescription_1hvvo_gg_",
|
|
74
|
+
"__STitle": "___STitle_1hvvo_gg_",
|
|
75
|
+
"__SHeader": "___SHeader_1hvvo_gg_",
|
|
76
|
+
"__SFooter": "___SFooter_1hvvo_gg_",
|
|
77
|
+
"__SBody": "___SBody_1hvvo_gg_",
|
|
78
|
+
"__SSection": "___SSection_1hvvo_gg_",
|
|
79
|
+
"__SHeaderDivider": "___SHeaderDivider_1hvvo_gg_"
|
|
80
80
|
});
|
|
81
81
|
|
|
82
82
|
var FullscreenModalRoot = /*#__PURE__*/function (_Component) {
|
|
@@ -39,25 +39,25 @@ var style = (
|
|
|
39
39
|
/*__reshadow_css_start__*/
|
|
40
40
|
_sstyled.insert(
|
|
41
41
|
/*__inner_css_start__*/
|
|
42
|
-
".
|
|
42
|
+
".___SFullscreenOverlay_1hvvo_gg_{padding:0}.___SFullscreenModal_1hvvo_gg_{height:100%;display:flex;flex-direction:column;width:100%;background:#fff;border-radius:0;padding:0}.___SBack_1hvvo_gg_,.___SClose_1hvvo_gg_{cursor:pointer;position:absolute;z-index:1}.___SClose_1hvvo_gg_{top:12px;right:20px;padding:12px;color:#a6b0b3}.___SClose_1hvvo_gg_:hover{color:#929b9e}.___SBack_1hvvo_gg_{top:10px;left:32px;display:flex;align-items:center;padding:2px;color:#757575;font-size:var(--fs100_1v9y5xa);line-height:var(--lh100_1v9y5xa)}.___SBack_1hvvo_gg_:hover{color:#676767}.___SBack_1hvvo_gg_:hover .___SBackText_1hvvo_gg_{border-bottom-color:currentColor}.___SBackText_1hvvo_gg_{margin-left:4px;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:transparent;transition:border-bottom-color .15s ease-in-out}.___SDescription_1hvvo_gg_,.___STitle_1hvvo_gg_{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.___STitle_1hvvo_gg_{font-size:25px;line-height:1.12;font-weight:500;color:#333333}.___SDescription_1hvvo_gg_{font-size:12px;line-height:1.5;color:#757575}.___SHeader_1hvvo_gg_{display:flex;align-items:baseline;padding-left:32px;padding-bottom:12px;padding-right:77px;padding-top:30px;min-height:72px;box-shadow:inset 0 -1px 1px 0 #cccccc;box-sizing:border-box}.___SFooter_1hvvo_gg_{min-height:56px;box-shadow:inset 0 1px 1px 0 #cccccc;box-sizing:border-box}.___SBody_1hvvo_gg_{display:flex;height:100%;overflow:auto}.___SSection_1hvvo_gg_{padding-top:24px;padding-bottom:24px;padding-left:32px;padding-right:32px;flex:1 1 auto}.___SHeaderDivider_1hvvo_gg_{margin-left:12px;margin-right:12px;height:16px;width:1px;background-color:#cccccc}@media (prefers-reduced-motion){.___SBackText_1hvvo_gg_{transition:none}}"
|
|
43
43
|
/*__inner_css_end__*/
|
|
44
|
-
, "
|
|
44
|
+
, "1v9y5xa_gg_")
|
|
45
45
|
/*__reshadow_css_end__*/
|
|
46
46
|
, {
|
|
47
|
-
"__SFullscreenOverlay": "
|
|
48
|
-
"__SFullscreenModal": "
|
|
49
|
-
"__SBack": "
|
|
50
|
-
"__SClose": "
|
|
51
|
-
"--fs100": "--
|
|
52
|
-
"--lh100": "--
|
|
53
|
-
"__SBackText": "
|
|
54
|
-
"__SDescription": "
|
|
55
|
-
"__STitle": "
|
|
56
|
-
"__SHeader": "
|
|
57
|
-
"__SFooter": "
|
|
58
|
-
"__SBody": "
|
|
59
|
-
"__SSection": "
|
|
60
|
-
"__SHeaderDivider": "
|
|
47
|
+
"__SFullscreenOverlay": "___SFullscreenOverlay_1hvvo_gg_",
|
|
48
|
+
"__SFullscreenModal": "___SFullscreenModal_1hvvo_gg_",
|
|
49
|
+
"__SBack": "___SBack_1hvvo_gg_",
|
|
50
|
+
"__SClose": "___SClose_1hvvo_gg_",
|
|
51
|
+
"--fs100": "--fs100_1v9y5xa",
|
|
52
|
+
"--lh100": "--lh100_1v9y5xa",
|
|
53
|
+
"__SBackText": "___SBackText_1hvvo_gg_",
|
|
54
|
+
"__SDescription": "___SDescription_1hvvo_gg_",
|
|
55
|
+
"__STitle": "___STitle_1hvvo_gg_",
|
|
56
|
+
"__SHeader": "___SHeader_1hvvo_gg_",
|
|
57
|
+
"__SFooter": "___SFooter_1hvvo_gg_",
|
|
58
|
+
"__SBody": "___SBody_1hvvo_gg_",
|
|
59
|
+
"__SSection": "___SSection_1hvvo_gg_",
|
|
60
|
+
"__SHeaderDivider": "___SHeaderDivider_1hvvo_gg_"
|
|
61
61
|
});
|
|
62
62
|
|
|
63
63
|
var FullscreenModalRoot = /*#__PURE__*/function (_Component) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/fullscreen-modal",
|
|
3
3
|
"description": "SEMRush FullscreenModal Component",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.6.1",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/es6/index.js",
|
|
7
7
|
"typings": "lib/types/index.d.ts",
|
|
@@ -25,5 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"jest": {
|
|
27
27
|
"preset": "@semcore/jest-preset-ui"
|
|
28
|
+
},
|
|
29
|
+
"repository": {
|
|
30
|
+
"type": "git",
|
|
31
|
+
"url": "https://github.com/semrush/intergalactic.git",
|
|
32
|
+
"directory": "semcore/fullscreen-modal"
|
|
28
33
|
}
|
|
29
34
|
}
|