@alfalab/core-components-universal-modal 3.0.3 → 3.0.4
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/components/content/base-content/index.css +1 -1
- package/components/content/base-content/index.module.css.js +1 -1
- package/components/content/desktop/desktop.css +2 -2
- package/components/content/desktop/desktop.module.css.js +1 -1
- package/components/content/mobile/mobile.css +3 -3
- package/components/content/mobile/mobile.module.css.js +1 -1
- package/components/footer/base-footer/index.css +3 -3
- package/components/footer/base-footer/index.module.css.js +1 -1
- package/components/footer/desktop/desktop.css +1 -1
- package/components/footer/desktop/desktop.module.css.js +1 -1
- package/components/footer/desktop/layout.css +9 -9
- package/components/footer/desktop/layout.module.css.js +1 -1
- package/components/footer/mobile/layout.mobile.css +8 -8
- package/components/footer/mobile/layout.mobile.module.css.js +1 -1
- package/components/footer/mobile/mobile.css +2 -2
- package/components/footer/mobile/mobile.module.css.js +1 -1
- package/components/header/base-header/index.css +4 -4
- package/components/header/base-header/index.module.css.js +1 -1
- package/components/header/desktop/desktop.css +5 -5
- package/components/header/desktop/desktop.module.css.js +1 -1
- package/components/header/mobile/mobile.css +3 -3
- package/components/header/mobile/mobile.module.css.js +1 -1
- package/desktop/components/center-modal/index.css +521 -521
- package/desktop/components/center-modal/index.module.css.js +1 -1
- package/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
- package/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
- package/desktop/components/center-modal/transitions/transitions.css +7 -7
- package/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
- package/desktop/components/modal-content/modal-content.css +4 -4
- package/desktop/components/modal-content/modal-content.module.css.js +1 -1
- package/desktop/components/side-modal/index.css +523 -523
- package/desktop/components/side-modal/index.module.css.js +1 -1
- package/desktop/components/side-modal/transitions/transitions.css +71 -71
- package/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
- package/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
- package/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
- package/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
- package/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
- package/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
- package/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
- package/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
- package/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
- package/esm/components/content/base-content/index.css +1 -1
- package/esm/components/content/base-content/index.module.css.js +1 -1
- package/esm/components/content/desktop/desktop.css +2 -2
- package/esm/components/content/desktop/desktop.module.css.js +1 -1
- package/esm/components/content/mobile/mobile.css +3 -3
- package/esm/components/content/mobile/mobile.module.css.js +1 -1
- package/esm/components/footer/base-footer/index.css +3 -3
- package/esm/components/footer/base-footer/index.module.css.js +1 -1
- package/esm/components/footer/desktop/desktop.css +1 -1
- package/esm/components/footer/desktop/desktop.module.css.js +1 -1
- package/esm/components/footer/desktop/layout.css +9 -9
- package/esm/components/footer/desktop/layout.module.css.js +1 -1
- package/esm/components/footer/mobile/layout.mobile.css +8 -8
- package/esm/components/footer/mobile/layout.mobile.module.css.js +1 -1
- package/esm/components/footer/mobile/mobile.css +2 -2
- package/esm/components/footer/mobile/mobile.module.css.js +1 -1
- package/esm/components/header/base-header/index.css +4 -4
- package/esm/components/header/base-header/index.module.css.js +1 -1
- package/esm/components/header/desktop/desktop.css +5 -5
- package/esm/components/header/desktop/desktop.module.css.js +1 -1
- package/esm/components/header/mobile/mobile.css +3 -3
- package/esm/components/header/mobile/mobile.module.css.js +1 -1
- package/esm/desktop/components/center-modal/index.css +521 -521
- package/esm/desktop/components/center-modal/index.module.css.js +1 -1
- package/esm/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
- package/esm/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
- package/esm/desktop/components/center-modal/transitions/transitions.css +7 -7
- package/esm/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
- package/esm/desktop/components/modal-content/modal-content.css +4 -4
- package/esm/desktop/components/modal-content/modal-content.module.css.js +1 -1
- package/esm/desktop/components/side-modal/index.css +523 -523
- package/esm/desktop/components/side-modal/index.module.css.js +1 -1
- package/esm/desktop/components/side-modal/transitions/transitions.css +71 -71
- package/esm/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
- package/esm/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
- package/esm/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
- package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
- package/esm/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
- package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
- package/esm/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
- package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
- package/esm/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
- package/esm/mobile/mobile.css +3 -3
- package/esm/mobile/mobile.module.css.js +1 -1
- package/esm/mobile/transitions/right-side-transitions.mobile.css +7 -7
- package/esm/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
- package/esm/mobile/transitions/transitions.mobile.css +7 -7
- package/esm/mobile/transitions/transitions.mobile.module.css.js +1 -1
- package/mobile/mobile.css +3 -3
- package/mobile/mobile.module.css.js +1 -1
- package/mobile/transitions/right-side-transitions.mobile.css +7 -7
- package/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
- package/mobile/transitions/transitions.mobile.css +7 -7
- package/mobile/transitions/transitions.mobile.module.css.js +1 -1
- package/modern/components/content/base-content/index.css +1 -1
- package/modern/components/content/base-content/index.module.css.js +1 -1
- package/modern/components/content/desktop/desktop.css +2 -2
- package/modern/components/content/desktop/desktop.module.css.js +1 -1
- package/modern/components/content/mobile/mobile.css +3 -3
- package/modern/components/content/mobile/mobile.module.css.js +1 -1
- package/modern/components/footer/base-footer/index.css +3 -3
- package/modern/components/footer/base-footer/index.module.css.js +1 -1
- package/modern/components/footer/desktop/desktop.css +1 -1
- package/modern/components/footer/desktop/desktop.module.css.js +1 -1
- package/modern/components/footer/desktop/layout.css +9 -9
- package/modern/components/footer/desktop/layout.module.css.js +1 -1
- package/modern/components/footer/mobile/layout.mobile.css +8 -8
- package/modern/components/footer/mobile/layout.mobile.module.css.js +1 -1
- package/modern/components/footer/mobile/mobile.css +2 -2
- package/modern/components/footer/mobile/mobile.module.css.js +1 -1
- package/modern/components/header/base-header/index.css +4 -4
- package/modern/components/header/base-header/index.module.css.js +1 -1
- package/modern/components/header/desktop/desktop.css +5 -5
- package/modern/components/header/desktop/desktop.module.css.js +1 -1
- package/modern/components/header/mobile/mobile.css +3 -3
- package/modern/components/header/mobile/mobile.module.css.js +1 -1
- package/modern/desktop/components/center-modal/index.css +521 -521
- package/modern/desktop/components/center-modal/index.module.css.js +1 -1
- package/modern/desktop/components/center-modal/transitions/safari-transitions.css +7 -7
- package/modern/desktop/components/center-modal/transitions/safari-transitions.module.css.js +1 -1
- package/modern/desktop/components/center-modal/transitions/transitions.css +7 -7
- package/modern/desktop/components/center-modal/transitions/transitions.module.css.js +1 -1
- package/modern/desktop/components/modal-content/modal-content.css +4 -4
- package/modern/desktop/components/modal-content/modal-content.module.css.js +1 -1
- package/modern/desktop/components/side-modal/index.css +523 -523
- package/modern/desktop/components/side-modal/index.module.css.js +1 -1
- package/modern/desktop/components/side-modal/transitions/transitions.css +71 -71
- package/modern/desktop/components/side-modal/transitions/transitions.module.css.js +1 -1
- package/modern/desktop/styles/transitions/full-size-backdrop-transitions.css +13 -13
- package/modern/desktop/styles/transitions/full-size-backdrop-transitions.module.css.js +1 -1
- package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.css +7 -7
- package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js +1 -1
- package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.css +7 -7
- package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js +1 -1
- package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.css +7 -7
- package/modern/desktop/styles/transitions/full-size-vertical-top-transitions.module.css.js +1 -1
- package/modern/mobile/mobile.css +3 -3
- package/modern/mobile/mobile.module.css.js +1 -1
- package/modern/mobile/transitions/right-side-transitions.mobile.css +7 -7
- package/modern/mobile/transitions/right-side-transitions.mobile.module.css.js +1 -1
- package/modern/mobile/transitions/transitions.mobile.css +7 -7
- package/modern/mobile/transitions/transitions.mobile.module.css.js +1 -1
- package/package.json +5 -5
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
--universal-modal-backdrop-visible-background: var(--color-light-overlay-default);
|
|
6
6
|
--universal-modal-backdrop-hidden-background: transparent;
|
|
7
7
|
}
|
|
8
|
-
@keyframes universal-
|
|
8
|
+
@keyframes universal-modal__step_1_ggpzv {
|
|
9
9
|
0% {
|
|
10
10
|
opacity: 1;
|
|
11
11
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
opacity: 0.5;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
@keyframes universal-
|
|
16
|
+
@keyframes universal-modal__step_2_ggpzv {
|
|
17
17
|
0% {
|
|
18
18
|
opacity: 0.5;
|
|
19
19
|
}
|
|
@@ -22,26 +22,26 @@
|
|
|
22
22
|
background-color: var(--universal-modal-backdrop-hidden-background);
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
|
-
.universal-
|
|
26
|
-
.universal-
|
|
25
|
+
.universal-modal__appear_ggpzv,
|
|
26
|
+
.universal-modal__enter_ggpzv {
|
|
27
27
|
background-color: var(--universal-modal-backdrop-hidden-background);
|
|
28
28
|
}
|
|
29
|
-
.universal-
|
|
30
|
-
.universal-
|
|
31
|
-
.universal-
|
|
32
|
-
.universal-
|
|
29
|
+
.universal-modal__appearActive_ggpzv,
|
|
30
|
+
.universal-modal__enterActive_ggpzv,
|
|
31
|
+
.universal-modal__appearDone_ggpzv,
|
|
32
|
+
.universal-modal__enterDone_ggpzv {
|
|
33
33
|
background-color: var(--universal-modal-backdrop-visible-background);
|
|
34
34
|
}
|
|
35
|
-
.universal-
|
|
35
|
+
.universal-modal__exit_ggpzv {
|
|
36
36
|
background-color: var(--universal-modal-backdrop-visible-background);
|
|
37
37
|
}
|
|
38
|
-
.universal-
|
|
38
|
+
.universal-modal__exitActive_ggpzv {
|
|
39
39
|
opacity: 1;
|
|
40
40
|
animation:
|
|
41
|
-
universal-
|
|
42
|
-
universal-
|
|
41
|
+
universal-modal__step_1_ggpzv 200ms cubic-bezier(0, 0, 1, 0),
|
|
42
|
+
universal-modal__step_2_ggpzv 200ms cubic-bezier(0, 0, 0, 1) 200ms forwards;
|
|
43
43
|
}
|
|
44
|
-
.universal-
|
|
44
|
+
.universal-modal__exitDone_ggpzv {
|
|
45
45
|
opacity: 0;
|
|
46
46
|
background-color: var(--universal-modal-backdrop-hidden-background);
|
|
47
47
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './full-size-backdrop-transitions.css';
|
|
2
2
|
|
|
3
|
-
const fullSizeBackdropTransitions = {"appear":"universal-
|
|
3
|
+
const fullSizeBackdropTransitions = {"appear":"universal-modal__appear_ggpzv","enter":"universal-modal__enter_ggpzv","appearActive":"universal-modal__appearActive_ggpzv","enterActive":"universal-modal__enterActive_ggpzv","appearDone":"universal-modal__appearDone_ggpzv","enterDone":"universal-modal__enterDone_ggpzv","exit":"universal-modal__exit_ggpzv","exitActive":"universal-modal__exitActive_ggpzv","step_1":"universal-modal__step_1_ggpzv","step_2":"universal-modal__step_2_ggpzv","exitDone":"universal-modal__exitDone_ggpzv"};
|
|
4
4
|
|
|
5
5
|
export { fullSizeBackdropTransitions as default };
|
|
6
6
|
//# sourceMappingURL=full-size-backdrop-transitions.module.css.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
.universal-
|
|
2
|
-
.universal-
|
|
1
|
+
.universal-modal__appear_bw14c,
|
|
2
|
+
.universal-modal__enter_bw14c {
|
|
3
3
|
opacity: 0;
|
|
4
4
|
transform: translateY(40px);
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.universal-
|
|
8
|
-
.universal-
|
|
7
|
+
.universal-modal__appearActive_bw14c,
|
|
8
|
+
.universal-modal__enterActive_bw14c {
|
|
9
9
|
opacity: 1;
|
|
10
10
|
transform: translateY(0);
|
|
11
11
|
transition:
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
transform 200ms cubic-bezier(0, 0, 0, 1);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.universal-
|
|
16
|
+
.universal-modal__exit_bw14c {
|
|
17
17
|
opacity: 1;
|
|
18
18
|
transform: translateY(0);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.universal-
|
|
22
|
-
.universal-
|
|
21
|
+
.universal-modal__exitActive_bw14c,
|
|
22
|
+
.universal-modal__exitDone_bw14c {
|
|
23
23
|
opacity: 0;
|
|
24
24
|
transform: translateY(40px);
|
|
25
25
|
transition:
|
package/modern/desktop/styles/transitions/full-size-vertical-bottom-transitions.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './full-size-vertical-bottom-transitions.css';
|
|
2
2
|
|
|
3
|
-
const fullSizeVerticalBottomTransitions = {"appear":"universal-
|
|
3
|
+
const fullSizeVerticalBottomTransitions = {"appear":"universal-modal__appear_bw14c","enter":"universal-modal__enter_bw14c","appearActive":"universal-modal__appearActive_bw14c","enterActive":"universal-modal__enterActive_bw14c","exit":"universal-modal__exit_bw14c","exitActive":"universal-modal__exitActive_bw14c","exitDone":"universal-modal__exitDone_bw14c"};
|
|
4
4
|
|
|
5
5
|
export { fullSizeVerticalBottomTransitions as default };
|
|
6
6
|
//# sourceMappingURL=full-size-vertical-bottom-transitions.module.css.js.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
.universal-
|
|
2
|
-
.universal-
|
|
1
|
+
.universal-modal__appear_1725n,
|
|
2
|
+
.universal-modal__enter_1725n {
|
|
3
3
|
opacity: 0;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.universal-
|
|
7
|
-
.universal-
|
|
6
|
+
.universal-modal__appearActive_1725n,
|
|
7
|
+
.universal-modal__enterActive_1725n {
|
|
8
8
|
opacity: 1;
|
|
9
9
|
transition: opacity 200ms cubic-bezier(0, 0, 0, 1);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.universal-
|
|
12
|
+
.universal-modal__exit_1725n {
|
|
13
13
|
opacity: 1;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.universal-
|
|
17
|
-
.universal-
|
|
16
|
+
.universal-modal__exitActive_1725n,
|
|
17
|
+
.universal-modal__exitDone_1725n {
|
|
18
18
|
opacity: 0;
|
|
19
19
|
transition: opacity 200ms cubic-bezier(0, 0, 1, 0);
|
|
20
20
|
}
|
package/modern/desktop/styles/transitions/full-size-vertical-center-transitions.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './full-size-vertical-center-transitions.css';
|
|
2
2
|
|
|
3
|
-
const fullSizeVerticalCenterTransitions = {"appear":"universal-
|
|
3
|
+
const fullSizeVerticalCenterTransitions = {"appear":"universal-modal__appear_1725n","enter":"universal-modal__enter_1725n","appearActive":"universal-modal__appearActive_1725n","enterActive":"universal-modal__enterActive_1725n","exit":"universal-modal__exit_1725n","exitActive":"universal-modal__exitActive_1725n","exitDone":"universal-modal__exitDone_1725n"};
|
|
4
4
|
|
|
5
5
|
export { fullSizeVerticalCenterTransitions as default };
|
|
6
6
|
//# sourceMappingURL=full-size-vertical-center-transitions.module.css.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
.universal-
|
|
2
|
-
.universal-
|
|
1
|
+
.universal-modal__appear_1ou9m,
|
|
2
|
+
.universal-modal__enter_1ou9m {
|
|
3
3
|
opacity: 0;
|
|
4
4
|
transform: translateY(-40px);
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.universal-
|
|
8
|
-
.universal-
|
|
7
|
+
.universal-modal__appearActive_1ou9m,
|
|
8
|
+
.universal-modal__enterActive_1ou9m {
|
|
9
9
|
opacity: 1;
|
|
10
10
|
transform: translateY(0);
|
|
11
11
|
transition:
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
transform 200ms cubic-bezier(0, 0, 0, 1);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.universal-
|
|
16
|
+
.universal-modal__exit_1ou9m {
|
|
17
17
|
opacity: 1;
|
|
18
18
|
transform: translateY(0);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.universal-
|
|
22
|
-
.universal-
|
|
21
|
+
.universal-modal__exitActive_1ou9m,
|
|
22
|
+
.universal-modal__exitDone_1ou9m {
|
|
23
23
|
opacity: 0;
|
|
24
24
|
transform: translateY(-40px);
|
|
25
25
|
transition:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './full-size-vertical-top-transitions.css';
|
|
2
2
|
|
|
3
|
-
const fullSizeVerticalTopTransitions = {"appear":"universal-
|
|
3
|
+
const fullSizeVerticalTopTransitions = {"appear":"universal-modal__appear_1ou9m","enter":"universal-modal__enter_1ou9m","appearActive":"universal-modal__appearActive_1ou9m","enterActive":"universal-modal__enterActive_1ou9m","exit":"universal-modal__exit_1ou9m","exitActive":"universal-modal__exitActive_1ou9m","exitDone":"universal-modal__exitDone_1ou9m"};
|
|
4
4
|
|
|
5
5
|
export { fullSizeVerticalTopTransitions as default };
|
|
6
6
|
//# sourceMappingURL=full-size-vertical-top-transitions.module.css.js.map
|
package/modern/mobile/mobile.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
3
|
}
|
|
4
|
-
.universal-
|
|
4
|
+
.universal-modal__component_1y0r1 {
|
|
5
5
|
top: var(--gap-0);
|
|
6
6
|
height: 100%;
|
|
7
7
|
width: 100%;
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
display: flex;
|
|
12
12
|
flex-direction: column;
|
|
13
13
|
}
|
|
14
|
-
.universal-
|
|
14
|
+
.universal-modal__component_1y0r1 .universal-modal__content_1y0r1 {
|
|
15
15
|
height: auto;
|
|
16
16
|
}
|
|
17
|
-
.universal-
|
|
17
|
+
.universal-modal__component_1y0r1.universal-modal__component_1y0r1 {
|
|
18
18
|
position: fixed;
|
|
19
19
|
flex: 1;
|
|
20
20
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './mobile.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"component":"universal-
|
|
3
|
+
const styles = {"component":"universal-modal__component_1y0r1","content":"universal-modal__content_1y0r1"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=mobile.module.css.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
.universal-
|
|
2
|
-
.universal-
|
|
1
|
+
.universal-modal__appear_ad6xf,
|
|
2
|
+
.universal-modal__enter_ad6xf {
|
|
3
3
|
transform: translateX(100%);
|
|
4
4
|
}
|
|
5
|
-
.universal-
|
|
6
|
-
.universal-
|
|
5
|
+
.universal-modal__appearActive_ad6xf,
|
|
6
|
+
.universal-modal__enterActive_ad6xf {
|
|
7
7
|
transform: translateX(0);
|
|
8
8
|
transition: transform 280ms ease-in-out;
|
|
9
9
|
transition-delay: 80ms;
|
|
10
10
|
}
|
|
11
|
-
.universal-
|
|
11
|
+
.universal-modal__exit_ad6xf {
|
|
12
12
|
transform: translateX(0);
|
|
13
13
|
}
|
|
14
|
-
.universal-
|
|
15
|
-
.universal-
|
|
14
|
+
.universal-modal__exitActive_ad6xf,
|
|
15
|
+
.universal-modal__exitDone_ad6xf {
|
|
16
16
|
transform: translateX(100%);
|
|
17
17
|
transition: transform 280ms ease-in-out;
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './right-side-transitions.mobile.css';
|
|
2
2
|
|
|
3
|
-
const rightSideTransitions = {"appear":"universal-
|
|
3
|
+
const rightSideTransitions = {"appear":"universal-modal__appear_ad6xf","enter":"universal-modal__enter_ad6xf","appearActive":"universal-modal__appearActive_ad6xf","enterActive":"universal-modal__enterActive_ad6xf","exit":"universal-modal__exit_ad6xf","exitActive":"universal-modal__exitActive_ad6xf","exitDone":"universal-modal__exitDone_ad6xf"};
|
|
4
4
|
|
|
5
5
|
export { rightSideTransitions as default };
|
|
6
6
|
//# sourceMappingURL=right-side-transitions.mobile.module.css.js.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
.universal-
|
|
2
|
-
.universal-
|
|
1
|
+
.universal-modal__appear_1nwio,
|
|
2
|
+
.universal-modal__enter_1nwio {
|
|
3
3
|
opacity: 0;
|
|
4
4
|
transform: translateY(15px);
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.universal-
|
|
8
|
-
.universal-
|
|
7
|
+
.universal-modal__appearActive_1nwio,
|
|
8
|
+
.universal-modal__enterActive_1nwio {
|
|
9
9
|
opacity: 1;
|
|
10
10
|
transform: translateY(0);
|
|
11
11
|
transition:
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
transform 200ms ease-in;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
.universal-
|
|
16
|
+
.universal-modal__exit_1nwio {
|
|
17
17
|
opacity: 1;
|
|
18
18
|
transform: translateY(0);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
.universal-
|
|
22
|
-
.universal-
|
|
21
|
+
.universal-modal__exitActive_1nwio,
|
|
22
|
+
.universal-modal__exitDone_1nwio {
|
|
23
23
|
opacity: 0;
|
|
24
24
|
transform: translateY(15px);
|
|
25
25
|
transition:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './transitions.mobile.css';
|
|
2
2
|
|
|
3
|
-
const transitions = {"appear":"universal-
|
|
3
|
+
const transitions = {"appear":"universal-modal__appear_1nwio","enter":"universal-modal__enter_1nwio","appearActive":"universal-modal__appearActive_1nwio","enterActive":"universal-modal__enterActive_1nwio","exit":"universal-modal__exit_1nwio","exitActive":"universal-modal__exitActive_1nwio","exitDone":"universal-modal__exitDone_1nwio"};
|
|
4
4
|
|
|
5
5
|
export { transitions as default };
|
|
6
6
|
//# sourceMappingURL=transitions.mobile.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-universal-modal",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "UniversalModal component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@alfalab/core-components-backdrop": "^5.0.1",
|
|
14
|
-
"@alfalab/core-components-base-modal": "^7.1.
|
|
15
|
-
"@alfalab/core-components-mq": "^6.0.
|
|
16
|
-
"@alfalab/core-components-navigation-bar-private": "^2.0.
|
|
14
|
+
"@alfalab/core-components-base-modal": "^7.1.1",
|
|
15
|
+
"@alfalab/core-components-mq": "^6.0.2",
|
|
16
|
+
"@alfalab/core-components-navigation-bar-private": "^2.0.3",
|
|
17
17
|
"@alfalab/core-components-scrollbar": "^5.0.1",
|
|
18
|
-
"@alfalab/core-components-shared": "^2.0
|
|
18
|
+
"@alfalab/core-components-shared": "^2.1.0",
|
|
19
19
|
"@types/react-transition-group": "^4.4.12",
|
|
20
20
|
"classnames": "^2.5.1",
|
|
21
21
|
"react-merge-refs": "^1.1.0",
|