@alfalab/core-components-modal 5.3.0 → 5.4.2
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 +30 -0
- package/{esm/components/header/Component.d.ts → dist/Component-5f9bc48b.d.ts} +5 -0
- package/{components/header/Component.js → dist/Component-5f9bc48b.js} +12 -9
- package/{Component.desktop.d.ts → dist/Component.desktop.d.ts} +0 -0
- package/{Component.desktop.js → dist/Component.desktop.js} +4 -4
- package/{Component.mobile.d.ts → dist/Component.mobile.d.ts} +0 -0
- package/{Component.mobile.js → dist/Component.mobile.js} +4 -4
- package/{esm → dist}/Component.responsive.d.ts +0 -0
- package/{Component.responsive.js → dist/Component.responsive.js} +3 -3
- package/{Context.d.ts → dist/Context.d.ts} +0 -0
- package/{Context.js → dist/Context.js} +0 -0
- package/{esm → dist}/components/closer/Component.d.ts +4 -0
- package/{components → dist/components}/closer/Component.js +4 -4
- package/{components → dist/components}/closer/index.css +4 -4
- package/{components → dist/components}/content/Component.d.ts +0 -0
- package/{components → dist/components}/content/Component.desktop.d.ts +0 -0
- package/{components → dist/components}/content/Component.desktop.js +2 -2
- package/{components → dist/components}/content/Component.js +1 -1
- package/{components → dist/components}/content/Component.mobile.d.ts +0 -0
- package/{components → dist/components}/content/Component.mobile.js +2 -2
- package/{esm → dist}/components/content/desktop.css +8 -8
- package/{esm → dist}/components/content/index.css +3 -3
- package/{esm → dist}/components/content/mobile.css +3 -3
- package/{components → dist/components}/footer/Component.d.ts +0 -0
- package/{components → dist/components}/footer/Component.desktop.d.ts +0 -0
- package/{components → dist/components}/footer/Component.desktop.js +2 -2
- package/{components → dist/components}/footer/Component.js +2 -2
- package/{components → dist/components}/footer/Component.mobile.d.ts +0 -0
- package/{components → dist/components}/footer/Component.mobile.js +2 -2
- package/{modern → dist}/components/footer/desktop.css +9 -9
- package/{esm → dist}/components/footer/index.css +4 -4
- package/dist/components/footer/layout.css +84 -0
- package/{modern → dist}/components/footer/mobile.css +3 -3
- package/dist/components/header/Component.d.ts +0 -0
- package/{components → dist/components}/header/Component.desktop.d.ts +1 -1
- package/{components → dist/components}/header/Component.desktop.js +5 -5
- package/dist/components/header/Component.js +13 -0
- package/{esm → dist}/components/header/Component.mobile.d.ts +1 -1
- package/{components → dist/components}/header/Component.mobile.js +5 -5
- package/{esm → dist}/components/header/desktop.css +17 -17
- package/{esm → dist}/components/header/index.css +15 -15
- package/{esm → dist}/components/header/mobile.css +3 -3
- package/{modern/components/header/Component.d.ts → dist/cssm/Component-5fe52731.d.ts} +5 -0
- package/{cssm/components/header/Component.js → dist/cssm/Component-5fe52731.js} +11 -8
- package/{cssm → dist/cssm}/Component.desktop.d.ts +0 -0
- package/{cssm → dist/cssm}/Component.desktop.js +3 -3
- package/{cssm → dist/cssm}/Component.mobile.d.ts +0 -0
- package/{cssm → dist/cssm}/Component.mobile.js +3 -3
- package/{Component.responsive.d.ts → dist/cssm/Component.responsive.d.ts} +0 -0
- package/{cssm → dist/cssm}/Component.responsive.js +3 -3
- package/{cssm → dist/cssm}/Context.d.ts +0 -0
- package/{cssm → dist/cssm}/Context.js +1 -1
- package/{components → dist/cssm/components}/closer/Component.d.ts +4 -0
- package/{cssm → dist/cssm}/components/closer/Component.js +4 -4
- package/{cssm → dist/cssm}/components/closer/index.module.css +0 -0
- package/{cssm → dist/cssm}/components/content/Component.d.ts +0 -0
- package/{cssm → dist/cssm}/components/content/Component.desktop.d.ts +0 -0
- package/{cssm → dist/cssm}/components/content/Component.desktop.js +1 -1
- package/{cssm → dist/cssm}/components/content/Component.js +1 -1
- package/{cssm → dist/cssm}/components/content/Component.mobile.d.ts +0 -0
- package/{cssm → dist/cssm}/components/content/Component.mobile.js +1 -1
- package/{cssm → dist/cssm}/components/content/desktop.module.css +0 -0
- package/{cssm → dist/cssm}/components/content/index.module.css +0 -0
- package/{cssm → dist/cssm}/components/content/mobile.module.css +0 -0
- package/{cssm → dist/cssm}/components/footer/Component.d.ts +0 -0
- package/{cssm → dist/cssm}/components/footer/Component.desktop.d.ts +0 -0
- package/{cssm → dist/cssm}/components/footer/Component.desktop.js +1 -1
- package/{cssm → dist/cssm}/components/footer/Component.js +1 -1
- package/{cssm → dist/cssm}/components/footer/Component.mobile.d.ts +0 -0
- package/{cssm → dist/cssm}/components/footer/Component.mobile.js +1 -1
- package/{cssm → dist/cssm}/components/footer/desktop.module.css +0 -0
- package/{cssm → dist/cssm}/components/footer/index.module.css +0 -0
- package/{cssm → dist/cssm}/components/footer/layout.module.css +0 -0
- package/{cssm → dist/cssm}/components/footer/mobile.module.css +0 -0
- package/dist/cssm/components/header/Component.d.ts +0 -0
- package/{cssm → dist/cssm}/components/header/Component.desktop.d.ts +1 -1
- package/{cssm → dist/cssm}/components/header/Component.desktop.js +5 -5
- package/dist/cssm/components/header/Component.js +14 -0
- package/{modern → dist/cssm}/components/header/Component.mobile.d.ts +1 -1
- package/{cssm → dist/cssm}/components/header/Component.mobile.js +5 -5
- package/{cssm → dist/cssm}/components/header/desktop.module.css +0 -0
- package/{cssm → dist/cssm}/components/header/index.module.css +0 -0
- package/{cssm → dist/cssm}/components/header/mobile.module.css +0 -0
- package/{cssm → dist/cssm}/desktop.d.ts +0 -0
- package/{cssm → dist/cssm}/desktop.js +3 -3
- package/{cssm → dist/cssm}/desktop.module.css +0 -0
- package/dist/cssm/getDataTestId-3fe0d3e6.d.ts +2 -0
- package/{cssm → dist/cssm}/index.d.ts +0 -0
- package/{cssm → dist/cssm}/index.js +3 -3
- package/{cssm → dist/cssm}/mobile.d.ts +0 -0
- package/{cssm → dist/cssm}/mobile.js +3 -3
- package/{cssm → dist/cssm}/mobile.module.css +0 -0
- package/{cssm → dist/cssm}/responsive.d.ts +0 -0
- package/{cssm → dist/cssm}/responsive.js +3 -3
- package/{cssm → dist/cssm}/transitions.module.css +0 -0
- package/{cssm → dist/cssm}/tslib.es6-ce870b46.d.ts +0 -0
- package/{cssm → dist/cssm}/tslib.es6-ce870b46.js +0 -0
- package/{cssm → dist/cssm}/utils.d.ts +0 -0
- package/{cssm → dist/cssm}/utils.js +0 -0
- package/{cssm → dist/cssm}/vars.css +0 -0
- package/{esm → dist}/desktop.css +9 -9
- package/{desktop.d.ts → dist/desktop.d.ts} +0 -0
- package/{desktop.js → dist/desktop.js} +3 -3
- package/{components/header/Component.d.ts → dist/esm/Component-105eeb58.d.ts} +5 -0
- package/{esm/components/header/Component.js → dist/esm/Component-105eeb58.js} +12 -8
- package/{esm → dist/esm}/Component.desktop.d.ts +0 -0
- package/{esm → dist/esm}/Component.desktop.js +6 -6
- package/{esm → dist/esm}/Component.mobile.d.ts +0 -0
- package/{esm → dist/esm}/Component.mobile.js +6 -6
- package/{cssm → dist/esm}/Component.responsive.d.ts +0 -0
- package/{esm → dist/esm}/Component.responsive.js +5 -5
- package/{esm → dist/esm}/Context.d.ts +0 -0
- package/{esm → dist/esm}/Context.js +1 -1
- package/{modern → dist/esm}/components/closer/Component.d.ts +4 -0
- package/{esm → dist/esm}/components/closer/Component.js +6 -6
- package/{esm → dist/esm}/components/closer/index.css +4 -4
- package/{esm → dist/esm}/components/content/Component.d.ts +0 -0
- package/{esm → dist/esm}/components/content/Component.desktop.d.ts +0 -0
- package/{esm → dist/esm}/components/content/Component.desktop.js +3 -3
- package/{esm → dist/esm}/components/content/Component.js +2 -2
- package/{esm → dist/esm}/components/content/Component.mobile.d.ts +0 -0
- package/{esm → dist/esm}/components/content/Component.mobile.js +3 -3
- package/{components → dist/esm/components}/content/desktop.css +8 -8
- package/{components → dist/esm/components}/content/index.css +3 -3
- package/{components → dist/esm/components}/content/mobile.css +3 -3
- package/{esm → dist/esm}/components/footer/Component.d.ts +0 -0
- package/{esm → dist/esm}/components/footer/Component.desktop.d.ts +0 -0
- package/{esm → dist/esm}/components/footer/Component.desktop.js +3 -3
- package/{esm → dist/esm}/components/footer/Component.js +3 -3
- package/{esm → dist/esm}/components/footer/Component.mobile.d.ts +0 -0
- package/{esm → dist/esm}/components/footer/Component.mobile.js +3 -3
- package/{esm → dist/esm}/components/footer/desktop.css +9 -9
- package/{modern → dist/esm}/components/footer/index.css +4 -4
- package/dist/esm/components/footer/layout.css +84 -0
- package/{esm → dist/esm}/components/footer/mobile.css +3 -3
- package/dist/esm/components/header/Component.d.ts +0 -0
- package/{esm → dist/esm}/components/header/Component.desktop.d.ts +1 -1
- package/dist/esm/components/header/Component.desktop.js +24 -0
- package/dist/esm/components/header/Component.js +5 -0
- package/{cssm → dist/esm}/components/header/Component.mobile.d.ts +1 -1
- package/dist/esm/components/header/Component.mobile.js +23 -0
- package/{components → dist/esm/components}/header/desktop.css +17 -17
- package/{modern → dist/esm}/components/header/index.css +15 -15
- package/{components → dist/esm/components}/header/mobile.css +3 -3
- package/{desktop.css → dist/esm/desktop.css} +9 -9
- package/{esm → dist/esm}/desktop.d.ts +0 -0
- package/{esm → dist/esm}/desktop.js +5 -5
- package/dist/esm/getDataTestId-3fe0d3e6.d.ts +2 -0
- package/{esm → dist/esm}/index.d.ts +0 -0
- package/{esm → dist/esm}/index.js +5 -5
- package/{modern → dist/esm}/mobile.css +2 -2
- package/{esm → dist/esm}/mobile.d.ts +0 -0
- package/{esm → dist/esm}/mobile.js +5 -5
- package/{esm → dist/esm}/responsive.d.ts +0 -0
- package/{esm → dist/esm}/responsive.js +5 -5
- package/{esm → dist/esm}/transitions.css +8 -8
- package/dist/esm/transitions.module-2815277c.js +4 -0
- package/{esm/tslib.es6-58151049.d.ts → dist/esm/tslib.es6-2647ca52.d.ts} +0 -0
- package/{esm/tslib.es6-58151049.js → dist/esm/tslib.es6-2647ca52.js} +0 -0
- package/{esm → dist/esm}/utils.d.ts +0 -0
- package/{esm → dist/esm}/utils.js +0 -0
- package/dist/getDataTestId-3fe0d3e6.d.ts +2 -0
- package/{index.d.ts → dist/index.d.ts} +0 -0
- package/{index.js → dist/index.js} +3 -3
- package/{mobile.css → dist/mobile.css} +2 -2
- package/{mobile.d.ts → dist/mobile.d.ts} +0 -0
- package/{mobile.js → dist/mobile.js} +3 -3
- package/{cssm/components/header/Component.d.ts → dist/modern/Component-e9c7a240.d.ts} +5 -0
- package/{modern/components/header/Component.js → dist/modern/Component-e9c7a240.js} +12 -8
- package/{modern → dist/modern}/Component.desktop.d.ts +0 -0
- package/{modern → dist/modern}/Component.desktop.js +5 -5
- package/{modern → dist/modern}/Component.mobile.d.ts +0 -0
- package/{modern → dist/modern}/Component.mobile.js +5 -5
- package/{modern → dist/modern}/Component.responsive.d.ts +1 -1
- package/{modern → dist/modern}/Component.responsive.js +4 -4
- package/{modern → dist/modern}/Context.d.ts +0 -0
- package/{modern → dist/modern}/Context.js +1 -1
- package/{cssm → dist/modern}/components/closer/Component.d.ts +4 -0
- package/{modern → dist/modern}/components/closer/Component.js +5 -5
- package/{modern → dist/modern}/components/closer/index.css +4 -4
- package/{modern → dist/modern}/components/content/Component.d.ts +0 -0
- package/{modern → dist/modern}/components/content/Component.desktop.d.ts +0 -0
- package/{modern → dist/modern}/components/content/Component.desktop.js +2 -2
- package/{modern → dist/modern}/components/content/Component.js +2 -2
- package/{modern → dist/modern}/components/content/Component.mobile.d.ts +0 -0
- package/{modern → dist/modern}/components/content/Component.mobile.js +2 -2
- package/{modern → dist/modern}/components/content/desktop.css +8 -8
- package/{modern → dist/modern}/components/content/index.css +3 -3
- package/{modern → dist/modern}/components/content/mobile.css +3 -3
- package/{modern → dist/modern}/components/footer/Component.d.ts +0 -0
- package/{modern → dist/modern}/components/footer/Component.desktop.d.ts +0 -0
- package/{modern → dist/modern}/components/footer/Component.desktop.js +2 -2
- package/{modern → dist/modern}/components/footer/Component.js +3 -3
- package/{modern → dist/modern}/components/footer/Component.mobile.d.ts +0 -0
- package/{modern → dist/modern}/components/footer/Component.mobile.js +2 -2
- package/{components → dist/modern/components}/footer/desktop.css +9 -9
- package/{components → dist/modern/components}/footer/index.css +4 -4
- package/dist/modern/components/footer/layout.css +84 -0
- package/{components → dist/modern/components}/footer/mobile.css +3 -3
- package/dist/modern/components/header/Component.d.ts +0 -0
- package/{modern → dist/modern}/components/header/Component.desktop.d.ts +1 -1
- package/dist/modern/components/header/Component.desktop.js +21 -0
- package/dist/modern/components/header/Component.js +5 -0
- package/{components → dist/modern/components}/header/Component.mobile.d.ts +1 -1
- package/dist/modern/components/header/Component.mobile.js +18 -0
- package/{modern → dist/modern}/components/header/desktop.css +17 -17
- package/{components → dist/modern/components}/header/index.css +15 -15
- package/{modern → dist/modern}/components/header/mobile.css +3 -3
- package/{modern → dist/modern}/desktop.css +9 -9
- package/{modern → dist/modern}/desktop.d.ts +0 -0
- package/{modern → dist/modern}/desktop.js +4 -4
- package/dist/modern/getDataTestId-3fe0d3e6.d.ts +2 -0
- package/{modern → dist/modern}/index.d.ts +0 -0
- package/{modern → dist/modern}/index.js +4 -4
- package/{esm → dist/modern}/mobile.css +2 -2
- package/{modern → dist/modern}/mobile.d.ts +0 -0
- package/{modern → dist/modern}/mobile.js +4 -4
- package/{modern → dist/modern}/responsive.d.ts +0 -0
- package/{modern → dist/modern}/responsive.js +4 -4
- package/{modern → dist/modern}/transitions.css +8 -8
- package/dist/modern/transitions.module-2815277c.js +4 -0
- package/{modern → dist/modern}/utils.d.ts +0 -0
- package/{modern → dist/modern}/utils.js +0 -0
- package/{responsive.d.ts → dist/responsive.d.ts} +0 -0
- package/{responsive.js → dist/responsive.js} +3 -3
- package/{send-stats.js → dist/send-stats.js} +0 -0
- package/{transitions.css → dist/transitions.css} +8 -8
- package/dist/transitions.module-833450a8.js +6 -0
- package/{tslib.es6-a88e5aa4.d.ts → dist/tslib.es6-db03169e.d.ts} +0 -0
- package/{tslib.es6-a88e5aa4.js → dist/tslib.es6-db03169e.js} +0 -0
- package/{utils.d.ts → dist/utils.d.ts} +0 -0
- package/{utils.js → dist/utils.js} +0 -0
- package/package.json +12 -9
- package/components/footer/layout.css +0 -84
- package/esm/components/footer/layout.css +0 -84
- package/esm/components/header/Component.desktop.js +0 -24
- package/esm/components/header/Component.mobile.js +0 -23
- package/esm/transitions.module-48ce371b.js +0 -4
- package/modern/components/footer/layout.css +0 -84
- package/modern/components/header/Component.desktop.js +0 -21
- package/modern/components/header/Component.mobile.js +0 -18
- package/modern/transitions.module-48ce371b.js +0 -4
- package/transitions.module-599e6d7b.js +0 -6
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from '../../tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-2647ca52.js';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import cn from 'classnames';
|
|
4
|
-
import '@alfalab/core-components-base-modal/esm';
|
|
4
|
+
import '@alfalab/core-components-base-modal/dist/esm';
|
|
5
5
|
import '../../Context.js';
|
|
6
6
|
import { Footer } from './Component.js';
|
|
7
7
|
|
|
8
|
-
var styles = {"footer":"
|
|
8
|
+
var styles = {"footer":"modal__footer_whz8h","sticky":"modal__sticky_whz8h"};
|
|
9
9
|
require('./mobile.css')
|
|
10
10
|
|
|
11
11
|
var FooterMobile = function (_a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1d6iy */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -31,22 +31,22 @@
|
|
|
31
31
|
|
|
32
32
|
/* mobile */
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.modal__footer_151q2 {
|
|
35
35
|
border-bottom-left-radius: var(--modal-border-radius);
|
|
36
36
|
border-bottom-right-radius: var(--modal-border-radius);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.modal__sticky_151q2 {
|
|
39
39
|
bottom: calc(var(--modal-vertical-padding) * -1)
|
|
40
40
|
}
|
|
41
|
-
.
|
|
41
|
+
.modal__sticky_151q2.modal__fullscreen_151q2 {
|
|
42
42
|
bottom: 0;
|
|
43
43
|
}
|
|
44
|
-
.
|
|
45
|
-
.
|
|
44
|
+
.modal__s_151q2,
|
|
45
|
+
.modal__m_151q2 {
|
|
46
46
|
padding: var(--modal-s-footer-paddings);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
49
|
-
.
|
|
50
|
-
.
|
|
48
|
+
.modal__l_151q2,
|
|
49
|
+
.modal__xl_151q2,
|
|
50
|
+
.modal__fullscreen_151q2 {
|
|
51
51
|
padding: var(--gap-2xl) var(--gap-6xl) var(--gap-6xl);
|
|
52
52
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1etcq */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
--color-light-border-primary: #dbdee1;
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
|
|
27
27
|
/* mobile */
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
.modal__footer_1t4f9 {
|
|
30
30
|
width: 100%;
|
|
31
31
|
box-sizing: border-box;
|
|
32
32
|
transition: box-shadow 0.2s ease, background 0.2s ease;
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.modal__sticky_1t4f9 {
|
|
35
35
|
background: var(--modal-footer-background);
|
|
36
36
|
position: sticky;
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.modal__highlighted_1t4f9 {
|
|
39
39
|
background: var(--modal-footer-highlight-background);
|
|
40
40
|
box-shadow: var(--modal-footer-highlight-box-shadow);
|
|
41
41
|
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/* hash: 1htw5 */
|
|
2
|
+
:root {
|
|
3
|
+
|
|
4
|
+
/* Hard */
|
|
5
|
+
|
|
6
|
+
/* Up */
|
|
7
|
+
|
|
8
|
+
/* Hard up */
|
|
9
|
+
}
|
|
10
|
+
:root {
|
|
11
|
+
--gap-m: 16px;
|
|
12
|
+
--gap-xl: 24px;
|
|
13
|
+
--gap-2xl: 32px;
|
|
14
|
+
}
|
|
15
|
+
:root {
|
|
16
|
+
--modal-footer-default-gap: var(--gap-m);
|
|
17
|
+
|
|
18
|
+
/* sizes */
|
|
19
|
+
|
|
20
|
+
/* paddings */
|
|
21
|
+
|
|
22
|
+
/* scroll */
|
|
23
|
+
|
|
24
|
+
/* desktop */
|
|
25
|
+
|
|
26
|
+
/* mobile */
|
|
27
|
+
}
|
|
28
|
+
.modal__column_1q3s8 {
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: column
|
|
31
|
+
}
|
|
32
|
+
.modal__column_1q3s8 > * {
|
|
33
|
+
margin-bottom: var(--modal-footer-default-gap);
|
|
34
|
+
}
|
|
35
|
+
.modal__column_1q3s8 > *:last-child,
|
|
36
|
+
.modal__column_1q3s8 > *:only-child {
|
|
37
|
+
margin-bottom: 0;
|
|
38
|
+
}
|
|
39
|
+
.modal__column_1q3s8.modal__gap-16_1q3s8 > * {
|
|
40
|
+
margin-bottom: var(--gap-m);
|
|
41
|
+
}
|
|
42
|
+
.modal__column_1q3s8.modal__gap-24_1q3s8 > * {
|
|
43
|
+
margin-bottom: var(--gap-xl);
|
|
44
|
+
}
|
|
45
|
+
.modal__column_1q3s8.modal__gap-32_1q3s8 > * {
|
|
46
|
+
margin-bottom: var(--gap-2xl);
|
|
47
|
+
}
|
|
48
|
+
.modal__start_1q3s8 {
|
|
49
|
+
justify-content: flex-start;
|
|
50
|
+
}
|
|
51
|
+
.modal__center_1q3s8 {
|
|
52
|
+
justify-content: center;
|
|
53
|
+
}
|
|
54
|
+
.modal__space-between_1q3s8 {
|
|
55
|
+
justify-content: space-between
|
|
56
|
+
}
|
|
57
|
+
.modal__space-between_1q3s8 > * {
|
|
58
|
+
flex: 1;
|
|
59
|
+
}
|
|
60
|
+
.modal__start_1q3s8,
|
|
61
|
+
.modal__center_1q3s8,
|
|
62
|
+
.modal__space-between_1q3s8 {
|
|
63
|
+
display: flex
|
|
64
|
+
}
|
|
65
|
+
.modal__start_1q3s8 > *, .modal__center_1q3s8 > *, .modal__space-between_1q3s8 > * {
|
|
66
|
+
margin-right: var(--modal-footer-default-gap);
|
|
67
|
+
}
|
|
68
|
+
.modal__start_1q3s8 > *:last-child,
|
|
69
|
+
.modal__start_1q3s8 > *:only-child,
|
|
70
|
+
.modal__center_1q3s8 > *:last-child,
|
|
71
|
+
.modal__center_1q3s8 > *:only-child,
|
|
72
|
+
.modal__space-between_1q3s8 > *:last-child,
|
|
73
|
+
.modal__space-between_1q3s8 > *:only-child {
|
|
74
|
+
margin-right: 0;
|
|
75
|
+
}
|
|
76
|
+
.modal__start_1q3s8.modal__gap-16_1q3s8 > *, .modal__center_1q3s8.modal__gap-16_1q3s8 > *, .modal__space-between_1q3s8.modal__gap-16_1q3s8 > * {
|
|
77
|
+
margin-right: var(--gap-m);
|
|
78
|
+
}
|
|
79
|
+
.modal__start_1q3s8.modal__gap-24_1q3s8 > *, .modal__center_1q3s8.modal__gap-24_1q3s8 > *, .modal__space-between_1q3s8.modal__gap-24_1q3s8 > * {
|
|
80
|
+
margin-right: var(--gap-xl);
|
|
81
|
+
}
|
|
82
|
+
.modal__start_1q3s8.modal__gap-32_1q3s8 > *, .modal__center_1q3s8.modal__gap-32_1q3s8 > *, .modal__space-between_1q3s8.modal__gap-32_1q3s8 > * {
|
|
83
|
+
margin-right: var(--gap-2xl);
|
|
84
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: zg4bl */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
/* mobile */
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.modal__footer_whz8h {
|
|
26
26
|
padding: var(--gap-m);
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.modal__sticky_whz8h {
|
|
29
29
|
bottom: 0;
|
|
30
30
|
}
|
|
File without changes
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-2647ca52.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import cn from 'classnames';
|
|
4
|
+
import '@alfalab/core-components-base-modal/dist/esm';
|
|
5
|
+
import '../../Context.js';
|
|
6
|
+
import { H as Header, g as getDataTestId } from '../../Component-105eeb58.js';
|
|
7
|
+
import '@alfalab/core-components-icon-button/dist/esm';
|
|
8
|
+
import '@alfalab/icons-glyph/CrossHeavyMIcon';
|
|
9
|
+
import { Closer } from '../closer/Component.js';
|
|
10
|
+
|
|
11
|
+
var styles = {"header":"modal__header_5yw44","content":"modal__content_5yw44","s":"modal__s_5yw44","m":"modal__m_5yw44","l":"modal__l_5yw44","xl":"modal__xl_5yw44","fullscreen":"modal__fullscreen_5yw44","hasContent":"modal__hasContent_5yw44","sticky":"modal__sticky_5yw44"};
|
|
12
|
+
require('./desktop.css')
|
|
13
|
+
|
|
14
|
+
var HeaderDesktop = function (_a) {
|
|
15
|
+
var _b;
|
|
16
|
+
var size = _a.size, className = _a.className, contentClassName = _a.contentClassName, _c = _a.hasCloser, hasCloser = _c === void 0 ? true : _c, sticky = _a.sticky, _d = _a.leftAddons, leftAddons = _d === void 0 ? React.createElement("span", null) : _d, title = _a.title, children = _a.children, dataTestId = _a.dataTestId, restProps = __rest(_a, ["size", "className", "contentClassName", "hasCloser", "sticky", "leftAddons", "title", "children", "dataTestId"]);
|
|
17
|
+
var hasContent = title || Boolean(children);
|
|
18
|
+
return (React.createElement(Header, __assign({ className: cn(className, styles.header, size && styles[size], (_b = {},
|
|
19
|
+
_b[styles.sticky] = sticky,
|
|
20
|
+
_b[styles.hasContent] = hasContent,
|
|
21
|
+
_b)), contentClassName: cn(styles.content, contentClassName), closer: hasCloser ? React.createElement(Closer, { dataTestId: getDataTestId(dataTestId, 'closer') }) : null, leftAddons: leftAddons, sticky: sticky, title: title, dataTestId: dataTestId }, restProps), children));
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export { HeaderDesktop };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { _ as __rest, a as __assign } from '../../tslib.es6-2647ca52.js';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import cn from 'classnames';
|
|
4
|
+
import '@alfalab/core-components-base-modal/dist/esm';
|
|
5
|
+
import '../../Context.js';
|
|
6
|
+
import { H as Header, g as getDataTestId } from '../../Component-105eeb58.js';
|
|
7
|
+
import '@alfalab/core-components-icon-button/dist/esm';
|
|
8
|
+
import '@alfalab/icons-glyph/CrossHeavyMIcon';
|
|
9
|
+
import { Closer } from '../closer/Component.js';
|
|
10
|
+
import CrossMIcon from '@alfalab/icons-glyph/CrossMIcon';
|
|
11
|
+
|
|
12
|
+
var styles = {"sticky":"modal__sticky_u4wuz","content":"modal__content_u4wuz"};
|
|
13
|
+
require('./mobile.css')
|
|
14
|
+
|
|
15
|
+
var HeaderMobile = function (_a) {
|
|
16
|
+
var _b;
|
|
17
|
+
var className = _a.className, contentClassName = _a.contentClassName, _c = _a.hasCloser, hasCloser = _c === void 0 ? true : _c, sticky = _a.sticky, dataTestId = _a.dataTestId, restProps = __rest(_a, ["className", "contentClassName", "hasCloser", "sticky", "dataTestId"]);
|
|
18
|
+
return (React.createElement(Header, __assign({ className: cn(className, (_b = {},
|
|
19
|
+
_b[styles.sticky] = sticky,
|
|
20
|
+
_b)), contentClassName: cn(styles.content, contentClassName), closer: hasCloser ? (React.createElement(Closer, { icon: CrossMIcon, size: 'xs', dataTestId: getDataTestId(dataTestId, 'closer') })) : null, sticky: sticky, dataTestId: dataTestId }, restProps)));
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
export { HeaderMobile };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 7015s */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -43,45 +43,45 @@
|
|
|
43
43
|
|
|
44
44
|
/* mobile */
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.modal__header_5yw44 {
|
|
47
47
|
border-top-left-radius: var(--modal-border-radius);
|
|
48
48
|
border-top-right-radius: var(--modal-border-radius);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
50
|
+
.modal__content_5yw44 {
|
|
51
51
|
font-weight: var(--modal-header-desktop-font-weight);
|
|
52
52
|
font-family: var(--modal-header-desktop-font-family);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
55
|
-
.
|
|
54
|
+
.modal__s_5yw44 .modal__content_5yw44,
|
|
55
|
+
.modal__m_5yw44 .modal__content_5yw44 {
|
|
56
56
|
padding: var(--modal-s-header-desktop-content-paddings);
|
|
57
57
|
font-size: var(--modal-s-header-desktop-font-size);
|
|
58
58
|
line-height: var(--modal-s-header-desktop-line-height);
|
|
59
59
|
}
|
|
60
|
-
.
|
|
61
|
-
.
|
|
62
|
-
.
|
|
60
|
+
.modal__l_5yw44 .modal__content_5yw44,
|
|
61
|
+
.modal__xl_5yw44 .modal__content_5yw44,
|
|
62
|
+
.modal__fullscreen_5yw44 .modal__content_5yw44 {
|
|
63
63
|
padding: var(--modal-l-header-desktop-content-paddings);
|
|
64
64
|
font-size: var(--modal-l-header-desktop-font-size);
|
|
65
65
|
line-height: var(--modal-l-header-desktop-line-height);
|
|
66
66
|
}
|
|
67
|
-
.
|
|
68
|
-
.
|
|
67
|
+
.modal__s_5yw44,
|
|
68
|
+
.modal__m_5yw44 {
|
|
69
69
|
padding: var(--modal-s-header-paddings)
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
.modal__s_5yw44:not(.modal__hasContent_5yw44), .modal__m_5yw44:not(.modal__hasContent_5yw44) {
|
|
72
72
|
padding-bottom: 0;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
75
|
-
.
|
|
76
|
-
.
|
|
74
|
+
.modal__l_5yw44,
|
|
75
|
+
.modal__xl_5yw44,
|
|
76
|
+
.modal__fullscreen_5yw44 {
|
|
77
77
|
padding: var(--gap-xl) var(--gap-xl) var(--gap-m)
|
|
78
78
|
}
|
|
79
|
-
.
|
|
79
|
+
.modal__l_5yw44:not(.modal__hasContent_5yw44), .modal__xl_5yw44:not(.modal__hasContent_5yw44), .modal__fullscreen_5yw44:not(.modal__hasContent_5yw44) {
|
|
80
80
|
padding-bottom: var(--gap-m);
|
|
81
81
|
}
|
|
82
|
-
.
|
|
82
|
+
.modal__sticky_5yw44 {
|
|
83
83
|
top: calc(var(--modal-vertical-padding) * -1)
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
.modal__sticky_5yw44.modal__fullscreen_5yw44 {
|
|
86
86
|
top: 0;
|
|
87
87
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: rkygt */
|
|
2
2
|
:root {
|
|
3
3
|
--color-light-bg-primary: #fff;
|
|
4
4
|
}
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
/* mobile */
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.modal__header_1vnjc {
|
|
29
29
|
width: 100%;
|
|
30
30
|
box-sizing: border-box;
|
|
31
31
|
display: flex;
|
|
@@ -33,26 +33,26 @@
|
|
|
33
33
|
justify-content: space-between;
|
|
34
34
|
transition: box-shadow 0.2s ease, background 0.2s ease
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.modal__header_1vnjc:not(.modal__hasContent_1vnjc) {
|
|
37
37
|
pointer-events: none;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.modal__highlighted_1vnjc {
|
|
40
40
|
background: var(--modal-header-highlight-background);
|
|
41
41
|
box-shadow: var(--modal-header-highlight-box-shadow);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.modal__sticky_1vnjc {
|
|
44
44
|
position: sticky
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
.modal__sticky_1vnjc.modal__hasContent_1vnjc {
|
|
47
47
|
background: var(--modal-header-background);
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
.modal__content_1vnjc {
|
|
50
50
|
flex-grow: 1;
|
|
51
51
|
}
|
|
52
|
-
.
|
|
52
|
+
.modal__title_1vnjc {
|
|
53
53
|
word-break: break-word;
|
|
54
54
|
}
|
|
55
|
-
.
|
|
55
|
+
.modal__addon_1vnjc {
|
|
56
56
|
min-width: 48px;
|
|
57
57
|
height: 48px;
|
|
58
58
|
display: flex;
|
|
@@ -60,25 +60,25 @@
|
|
|
60
60
|
align-items: center;
|
|
61
61
|
pointer-events: all;
|
|
62
62
|
}
|
|
63
|
-
.
|
|
63
|
+
.modal__closer_1vnjc {
|
|
64
64
|
margin-left: auto;
|
|
65
65
|
}
|
|
66
|
-
.
|
|
66
|
+
.modal__left_1vnjc {
|
|
67
67
|
justify-content: flex-start;
|
|
68
68
|
text-align: left;
|
|
69
69
|
}
|
|
70
|
-
.
|
|
70
|
+
.modal__center_1vnjc {
|
|
71
71
|
justify-content: center;
|
|
72
72
|
text-align: center;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
.modal__right_1vnjc {
|
|
75
75
|
justify-content: flex-end;
|
|
76
76
|
text-align: right;
|
|
77
77
|
}
|
|
78
|
-
.
|
|
78
|
+
.modal__trim_1vnjc {
|
|
79
79
|
overflow: hidden
|
|
80
80
|
}
|
|
81
|
-
.
|
|
81
|
+
.modal__trim_1vnjc .modal__title_1vnjc {
|
|
82
82
|
overflow: hidden;
|
|
83
83
|
white-space: nowrap;
|
|
84
84
|
text-overflow: ellipsis;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 1hnc1 */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
--modal-header-mobile-font-family: var(--font-family-system);
|
|
34
34
|
--modal-header-mobile-font-weight: bold;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.modal__sticky_u4wuz {
|
|
37
37
|
top: 0;
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
.modal__content_u4wuz {
|
|
40
40
|
font-size: var(--modal-header-mobile-font-size);
|
|
41
41
|
line-height: var(--modal-header-mobile-line-height);
|
|
42
42
|
font-family: var(--modal-header-mobile-font-family);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: 6am1g */
|
|
2
2
|
:root {
|
|
3
3
|
|
|
4
4
|
/* Hard */
|
|
@@ -31,32 +31,32 @@
|
|
|
31
31
|
|
|
32
32
|
/* mobile */
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.modal__wrapper_j2507 {
|
|
35
35
|
padding-top: var(--modal-vertical-padding);
|
|
36
36
|
padding-bottom: var(--modal-vertical-padding);
|
|
37
37
|
}
|
|
38
|
-
.
|
|
38
|
+
.modal__component_j2507 {
|
|
39
39
|
width: 100%;
|
|
40
40
|
max-width: 100%;
|
|
41
41
|
border-radius: var(--modal-border-radius);
|
|
42
42
|
}
|
|
43
|
-
.
|
|
43
|
+
.modal__fullscreen_j2507 {
|
|
44
44
|
padding-top: 0;
|
|
45
45
|
padding-bottom: 0
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
.modal__fullscreen_j2507 .modal__component_j2507 {
|
|
48
48
|
flex: 1;
|
|
49
49
|
border-radius: 0;
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.modal__s_j2507 {
|
|
52
52
|
width: var(--modal-s-width);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.modal__m_j2507 {
|
|
55
55
|
width: var(--modal-m-width);
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
.modal__l_j2507 {
|
|
58
58
|
width: var(--modal-l-width);
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
.modal__xl_j2507 {
|
|
61
61
|
width: var(--modal-xl-width);
|
|
62
62
|
}
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-2647ca52.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
|
-
import '@alfalab/core-components-base-modal/esm';
|
|
4
|
+
import '@alfalab/core-components-base-modal/dist/esm';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import './Context.js';
|
|
7
|
-
import './
|
|
8
|
-
import '@alfalab/core-components-icon-button/esm';
|
|
7
|
+
import './Component-105eeb58.js';
|
|
8
|
+
import '@alfalab/core-components-icon-button/dist/esm';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossHeavyMIcon';
|
|
10
10
|
import './components/closer/Component.js';
|
|
11
11
|
import './components/header/Component.desktop.js';
|
|
@@ -14,4 +14,4 @@ import './components/content/Component.desktop.js';
|
|
|
14
14
|
import './components/footer/Component.js';
|
|
15
15
|
import './components/footer/Component.desktop.js';
|
|
16
16
|
export { ModalDesktop } from './Component.desktop.js';
|
|
17
|
-
import './transitions.module-
|
|
17
|
+
import './transitions.module-2815277c.js';
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-2647ca52.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
|
-
import '@alfalab/core-components-base-modal/esm';
|
|
4
|
+
import '@alfalab/core-components-base-modal/dist/esm';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
export { ModalContext } from './Context.js';
|
|
7
|
-
import './
|
|
8
|
-
import '@alfalab/core-components-icon-button/esm';
|
|
7
|
+
import './Component-105eeb58.js';
|
|
8
|
+
import '@alfalab/core-components-icon-button/dist/esm';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossHeavyMIcon';
|
|
10
10
|
import './components/closer/Component.js';
|
|
11
11
|
import './components/header/Component.desktop.js';
|
|
@@ -14,7 +14,7 @@ import './components/content/Component.desktop.js';
|
|
|
14
14
|
import './components/footer/Component.js';
|
|
15
15
|
import './components/footer/Component.desktop.js';
|
|
16
16
|
import './Component.desktop.js';
|
|
17
|
-
import './transitions.module-
|
|
17
|
+
import './transitions.module-2815277c.js';
|
|
18
18
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
19
19
|
import './components/header/Component.mobile.js';
|
|
20
20
|
import './components/content/Component.mobile.js';
|
|
File without changes
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-2647ca52.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
|
-
import '@alfalab/core-components-base-modal/esm';
|
|
4
|
+
import '@alfalab/core-components-base-modal/dist/esm';
|
|
5
5
|
import './Context.js';
|
|
6
|
-
import './
|
|
7
|
-
import '@alfalab/core-components-icon-button/esm';
|
|
6
|
+
import './Component-105eeb58.js';
|
|
7
|
+
import '@alfalab/core-components-icon-button/dist/esm';
|
|
8
8
|
import '@alfalab/icons-glyph/CrossHeavyMIcon';
|
|
9
9
|
import './components/closer/Component.js';
|
|
10
10
|
import './components/content/Component.js';
|
|
11
11
|
import './components/footer/Component.js';
|
|
12
|
-
import './transitions.module-
|
|
12
|
+
import './transitions.module-2815277c.js';
|
|
13
13
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
14
14
|
import './components/header/Component.mobile.js';
|
|
15
15
|
import './components/content/Component.mobile.js';
|
|
File without changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import './tslib.es6-
|
|
1
|
+
import './tslib.es6-2647ca52.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'classnames';
|
|
4
|
-
import '@alfalab/core-components-base-modal/esm';
|
|
4
|
+
import '@alfalab/core-components-base-modal/dist/esm';
|
|
5
5
|
import 'react-merge-refs';
|
|
6
6
|
import './Context.js';
|
|
7
|
-
import './
|
|
8
|
-
import '@alfalab/core-components-icon-button/esm';
|
|
7
|
+
import './Component-105eeb58.js';
|
|
8
|
+
import '@alfalab/core-components-icon-button/dist/esm';
|
|
9
9
|
import '@alfalab/icons-glyph/CrossHeavyMIcon';
|
|
10
10
|
import './components/closer/Component.js';
|
|
11
11
|
import './components/header/Component.desktop.js';
|
|
@@ -14,7 +14,7 @@ import './components/content/Component.desktop.js';
|
|
|
14
14
|
import './components/footer/Component.js';
|
|
15
15
|
import './components/footer/Component.desktop.js';
|
|
16
16
|
import './Component.desktop.js';
|
|
17
|
-
import './transitions.module-
|
|
17
|
+
import './transitions.module-2815277c.js';
|
|
18
18
|
import '@alfalab/icons-glyph/CrossMIcon';
|
|
19
19
|
import './components/header/Component.mobile.js';
|
|
20
20
|
import './components/content/Component.mobile.js';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
/* hash:
|
|
2
|
-
.
|
|
3
|
-
.
|
|
1
|
+
/* hash: 5saai */
|
|
2
|
+
.modal__appear_bg5ic,
|
|
3
|
+
.modal__enter_bg5ic {
|
|
4
4
|
opacity: 0;
|
|
5
5
|
transform: translateY(15px);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.
|
|
9
|
-
.
|
|
8
|
+
.modal__appearActive_bg5ic,
|
|
9
|
+
.modal__enterActive_bg5ic {
|
|
10
10
|
opacity: 1;
|
|
11
11
|
transform: translateY(0);
|
|
12
12
|
transition: opacity 200ms ease-in, transform 200ms ease-in;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.
|
|
15
|
+
.modal__exit_bg5ic {
|
|
16
16
|
opacity: 1;
|
|
17
17
|
transform: translateY(0);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.
|
|
21
|
-
.
|
|
20
|
+
.modal__exitActive_bg5ic,
|
|
21
|
+
.modal__exitDone_bg5ic {
|
|
22
22
|
opacity: 0;
|
|
23
23
|
transform: translateY(15px);
|
|
24
24
|
transition: opacity 200ms ease-out, transform 200ms ease-out;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
var transitions = {"appear":"modal__appear_bg5ic","enter":"modal__enter_bg5ic","appearActive":"modal__appearActive_bg5ic","enterActive":"modal__enterActive_bg5ic","exit":"modal__exit_bg5ic","exitActive":"modal__exitActive_bg5ic","exitDone":"modal__exitDone_bg5ic"};
|
|
2
|
+
require('./transitions.css')
|
|
3
|
+
|
|
4
|
+
export { transitions as t };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|