@alfalab/core-components-modal 11.0.3 → 11.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/desktop.css +6 -6
- package/components/content/desktop.module.css.js +1 -1
- package/components/content/index.css +3 -3
- package/components/content/index.module.css.js +1 -1
- package/components/content/mobile.css +2 -2
- package/components/content/mobile.module.css.js +1 -1
- package/components/controls/index.css +1 -1
- package/components/controls/index.module.css.js +1 -1
- package/components/footer/desktop.css +8 -8
- package/components/footer/desktop.module.css.js +1 -1
- package/components/footer/index.css +3 -3
- package/components/footer/index.module.css.js +1 -1
- package/components/footer/layout.css +16 -16
- package/components/footer/layout.module.css.js +1 -1
- package/components/footer/mobile.css +3 -3
- package/components/footer/mobile.module.css.js +1 -1
- package/components/header/desktop.css +13 -13
- package/components/header/desktop.module.css.js +1 -1
- package/components/header/index.css +3 -3
- package/components/header/index.module.css.js +1 -1
- package/components/header/mobile.css +4 -4
- package/components/header/mobile.module.css.js +1 -1
- package/desktop/desktop.css +8 -8
- package/desktop/desktop.module.css.js +1 -1
- package/esm/components/content/desktop.css +6 -6
- package/esm/components/content/desktop.module.css.js +1 -1
- package/esm/components/content/index.css +3 -3
- package/esm/components/content/index.module.css.js +1 -1
- package/esm/components/content/mobile.css +2 -2
- package/esm/components/content/mobile.module.css.js +1 -1
- package/esm/components/controls/index.css +1 -1
- package/esm/components/controls/index.module.css.js +1 -1
- package/esm/components/footer/desktop.css +8 -8
- package/esm/components/footer/desktop.module.css.js +1 -1
- package/esm/components/footer/index.css +3 -3
- package/esm/components/footer/index.module.css.js +1 -1
- package/esm/components/footer/layout.css +16 -16
- package/esm/components/footer/layout.module.css.js +1 -1
- package/esm/components/footer/mobile.css +3 -3
- package/esm/components/footer/mobile.module.css.js +1 -1
- package/esm/components/header/desktop.css +13 -13
- package/esm/components/header/desktop.module.css.js +1 -1
- package/esm/components/header/index.css +3 -3
- package/esm/components/header/index.module.css.js +1 -1
- package/esm/components/header/mobile.css +4 -4
- package/esm/components/header/mobile.module.css.js +1 -1
- package/esm/desktop/desktop.css +8 -8
- package/esm/desktop/desktop.module.css.js +1 -1
- package/esm/mobile/mobile.css +2 -2
- package/esm/mobile/mobile.module.css.js +1 -1
- package/esm/transitions.css +7 -7
- package/esm/transitions.module.css.js +1 -1
- package/mobile/mobile.css +2 -2
- package/mobile/mobile.module.css.js +1 -1
- package/modern/components/content/desktop.css +6 -6
- package/modern/components/content/desktop.module.css.js +1 -1
- package/modern/components/content/index.css +3 -3
- package/modern/components/content/index.module.css.js +1 -1
- package/modern/components/content/mobile.css +2 -2
- package/modern/components/content/mobile.module.css.js +1 -1
- package/modern/components/controls/index.css +1 -1
- package/modern/components/controls/index.module.css.js +1 -1
- package/modern/components/footer/desktop.css +8 -8
- package/modern/components/footer/desktop.module.css.js +1 -1
- package/modern/components/footer/index.css +3 -3
- package/modern/components/footer/index.module.css.js +1 -1
- package/modern/components/footer/layout.css +16 -16
- package/modern/components/footer/layout.module.css.js +1 -1
- package/modern/components/footer/mobile.css +3 -3
- package/modern/components/footer/mobile.module.css.js +1 -1
- package/modern/components/header/desktop.css +13 -13
- package/modern/components/header/desktop.module.css.js +1 -1
- package/modern/components/header/index.css +3 -3
- package/modern/components/header/index.module.css.js +1 -1
- package/modern/components/header/mobile.css +4 -4
- package/modern/components/header/mobile.module.css.js +1 -1
- package/modern/desktop/desktop.css +8 -8
- package/modern/desktop/desktop.module.css.js +1 -1
- package/modern/mobile/mobile.css +2 -2
- package/modern/mobile/mobile.module.css.js +1 -1
- package/modern/transitions.css +7 -7
- package/modern/transitions.module.css.js +1 -1
- package/package.json +3 -3
- package/transitions.css +7 -7
- package/transitions.module.css.js +1 -1
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
--modal-s-content-paddings: var(--gap-40) var(--gap-40) var(--gap-0);
|
|
8
8
|
--modal-s-content-only-bottom-padding: var(--gap-40);
|
|
9
9
|
}
|
|
10
|
-
.modal__size-
|
|
11
|
-
.modal__size-
|
|
12
|
-
.modal__size-
|
|
13
|
-
.modal__size-
|
|
14
|
-
.
|
|
10
|
+
.modal__size-500_1kxjb,
|
|
11
|
+
.modal__size-600_1kxjb,
|
|
12
|
+
.modal__size-800_1kxjb,
|
|
13
|
+
.modal__size-1140_1kxjb,
|
|
14
|
+
.modal__fullscreen_1kxjb {
|
|
15
15
|
padding: var(--modal-s-content-paddings);
|
|
16
16
|
}
|
|
17
|
-
.modal__size-
|
|
17
|
+
.modal__size-500_1kxjb:last-child, .modal__size-600_1kxjb:last-child, .modal__size-800_1kxjb:last-child, .modal__size-1140_1kxjb:last-child, .modal__fullscreen_1kxjb:last-child {
|
|
18
18
|
padding-bottom: var(--modal-s-content-only-bottom-padding);
|
|
19
19
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./desktop.css');
|
|
4
4
|
|
|
5
|
-
var desktopStyles = {"size-500":"modal__size-
|
|
5
|
+
var desktopStyles = {"size-500":"modal__size-500_1kxjb","size-600":"modal__size-600_1kxjb","size-800":"modal__size-800_1kxjb","size-1140":"modal__size-1140_1kxjb","fullscreen":"modal__fullscreen_1kxjb"};
|
|
6
6
|
|
|
7
7
|
module.exports = desktopStyles;
|
|
8
8
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
.modal__content_pvzgr {
|
|
5
5
|
position: relative;
|
|
6
6
|
box-sizing: border-box;
|
|
7
7
|
width: 100%;
|
|
8
8
|
z-index: 0;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.modal__content_pvzgr.modal__withHeader_pvzgr {
|
|
11
11
|
padding-top: var(--gap-0);
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.modal__flex_pvzgr {
|
|
14
14
|
flex: 1;
|
|
15
15
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"content":"
|
|
5
|
+
var styles = {"content":"modal__content_pvzgr","withHeader":"modal__withHeader_pvzgr","flex":"modal__flex_pvzgr"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
--gap-0: 0px;
|
|
4
4
|
--gap-16: var(--gap-m);
|
|
5
5
|
}
|
|
6
|
-
.
|
|
6
|
+
.modal__content_14wc1 {
|
|
7
7
|
padding: var(--gap-16) var(--gap-16) var(--gap-0);
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
.modal__content_14wc1:last-child {
|
|
10
10
|
padding-bottom: var(--gap-16);
|
|
11
11
|
}
|
|
@@ -14,20 +14,20 @@
|
|
|
14
14
|
--modal-vertical-padding: var(--gap-40);
|
|
15
15
|
--modal-s-footer-paddings: var(--gap-24) var(--gap-40) var(--gap-40);
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.modal__footer_1hlp5 {
|
|
18
18
|
border-bottom-left-radius: var(--modal-border-radius);
|
|
19
19
|
border-bottom-right-radius: var(--modal-border-radius);
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.modal__sticky_1hlp5 {
|
|
22
22
|
bottom: calc(var(--modal-vertical-padding) * -1);
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.modal__sticky_1hlp5.modal__fullscreen_1hlp5 {
|
|
25
25
|
bottom: var(--gap-0);
|
|
26
26
|
}
|
|
27
|
-
.modal__size-
|
|
28
|
-
.modal__size-
|
|
29
|
-
.modal__size-
|
|
30
|
-
.modal__size-
|
|
31
|
-
.
|
|
27
|
+
.modal__size-500_1hlp5,
|
|
28
|
+
.modal__size-600_1hlp5,
|
|
29
|
+
.modal__size-800_1hlp5,
|
|
30
|
+
.modal__size-1140_1hlp5,
|
|
31
|
+
.modal__fullscreen_1hlp5 {
|
|
32
32
|
padding: var(--modal-s-footer-paddings);
|
|
33
33
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./desktop.css');
|
|
4
4
|
|
|
5
|
-
var desktopStyles = {"footer":"
|
|
5
|
+
var desktopStyles = {"footer":"modal__footer_1hlp5","sticky":"modal__sticky_1hlp5","fullscreen":"modal__fullscreen_1hlp5","size-500":"modal__size-500_1hlp5","size-600":"modal__size-600_1hlp5","size-800":"modal__size-800_1hlp5","size-1140":"modal__size-1140_1hlp5"};
|
|
6
6
|
|
|
7
7
|
module.exports = desktopStyles;
|
|
8
8
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -7,18 +7,18 @@
|
|
|
7
7
|
--modal-footer-highlight-background: var(--color-light-modal-bg-primary);
|
|
8
8
|
--modal-footer-highlight-box-shadow: 0 -1px 0 0 var(--color-light-neutral-300);
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.modal__footer_ar761 {
|
|
11
11
|
width: 100%;
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
transition:
|
|
14
14
|
box-shadow 0.2s ease,
|
|
15
15
|
background 0.2s ease;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.modal__sticky_ar761 {
|
|
18
18
|
background: var(--modal-footer-background);
|
|
19
19
|
position: sticky;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.modal__highlighted_ar761 {
|
|
22
22
|
background: var(--modal-footer-highlight-background);
|
|
23
23
|
box-shadow: var(--modal-footer-highlight-box-shadow);
|
|
24
24
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"footer":"
|
|
5
|
+
var styles = {"footer":"modal__footer_ar761","sticky":"modal__sticky_ar761","highlighted":"modal__highlighted_ar761"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -9,48 +9,48 @@
|
|
|
9
9
|
:root {
|
|
10
10
|
--modal-footer-default-gap: var(--gap-16);
|
|
11
11
|
}
|
|
12
|
-
.
|
|
12
|
+
.modal__column_eole8 {
|
|
13
13
|
display: flex;
|
|
14
14
|
flex-direction: column;
|
|
15
15
|
}
|
|
16
|
-
.
|
|
16
|
+
.modal__column_eole8 > *:not(:last-child):not(:only-child) {
|
|
17
17
|
margin-bottom: var(--modal-footer-default-gap);
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.modal__column_eole8.modal__gap-16_eole8 > *:not(:last-child):not(:only-child) {
|
|
20
20
|
margin-bottom: var(--gap-16);
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.modal__column_eole8.modal__gap-24_eole8 > *:not(:last-child):not(:only-child) {
|
|
23
23
|
margin-bottom: var(--gap-24);
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.modal__column_eole8.modal__gap-32_eole8 > *:not(:last-child):not(:only-child) {
|
|
26
26
|
margin-bottom: var(--gap-32);
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.modal__start_eole8 {
|
|
29
29
|
justify-content: flex-start;
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
.modal__center_eole8 {
|
|
32
32
|
justify-content: center;
|
|
33
33
|
}
|
|
34
|
-
.modal__space-
|
|
34
|
+
.modal__space-between_eole8 {
|
|
35
35
|
justify-content: space-between;
|
|
36
36
|
}
|
|
37
|
-
.modal__space-
|
|
37
|
+
.modal__space-between_eole8 > * {
|
|
38
38
|
flex: 1;
|
|
39
39
|
}
|
|
40
|
-
.
|
|
41
|
-
.
|
|
42
|
-
.modal__space-
|
|
40
|
+
.modal__start_eole8,
|
|
41
|
+
.modal__center_eole8,
|
|
42
|
+
.modal__space-between_eole8 {
|
|
43
43
|
display: flex;
|
|
44
44
|
}
|
|
45
|
-
.
|
|
45
|
+
.modal__start_eole8 > *:not(:last-child):not(:only-child), .modal__center_eole8 > *:not(:last-child):not(:only-child), .modal__space-between_eole8 > *:not(:last-child):not(:only-child) {
|
|
46
46
|
margin-right: var(--modal-footer-default-gap);
|
|
47
47
|
}
|
|
48
|
-
.
|
|
48
|
+
.modal__start_eole8.modal__gap-16_eole8 > *:not(:last-child):not(:only-child), .modal__center_eole8.modal__gap-16_eole8 > *:not(:last-child):not(:only-child), .modal__space-between_eole8.modal__gap-16_eole8 > *:not(:last-child):not(:only-child) {
|
|
49
49
|
margin-right: var(--gap-16);
|
|
50
50
|
}
|
|
51
|
-
.
|
|
51
|
+
.modal__start_eole8.modal__gap-24_eole8 > *:not(:last-child):not(:only-child), .modal__center_eole8.modal__gap-24_eole8 > *:not(:last-child):not(:only-child), .modal__space-between_eole8.modal__gap-24_eole8 > *:not(:last-child):not(:only-child) {
|
|
52
52
|
margin-right: var(--gap-24);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.modal__start_eole8.modal__gap-32_eole8 > *:not(:last-child):not(:only-child), .modal__center_eole8.modal__gap-32_eole8 > *:not(:last-child):not(:only-child), .modal__space-between_eole8.modal__gap-32_eole8 > *:not(:last-child):not(:only-child) {
|
|
55
55
|
margin-right: var(--gap-32);
|
|
56
56
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./layout.css');
|
|
4
4
|
|
|
5
|
-
var layoutStyles = {"column":"
|
|
5
|
+
var layoutStyles = {"column":"modal__column_eole8","gap-16":"modal__gap-16_eole8","gap-24":"modal__gap-24_eole8","gap-32":"modal__gap-32_eole8","start":"modal__start_eole8","center":"modal__center_eole8","space-between":"modal__space-between_eole8"};
|
|
6
6
|
|
|
7
7
|
module.exports = layoutStyles;
|
|
8
8
|
//# sourceMappingURL=layout.module.css.js.map
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
--gap-0: 0px;
|
|
7
7
|
--gap-16: var(--gap-m);
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
.modal__footer_167rk {
|
|
10
10
|
padding: var(--gap-16);
|
|
11
11
|
}
|
|
12
12
|
@media (display-mode: standalone) {
|
|
13
|
-
.
|
|
13
|
+
.modal__footer_167rk {
|
|
14
14
|
padding-bottom: calc(var(--sab) + var(--gap-16));
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.modal__sticky_167rk {
|
|
18
18
|
bottom: var(--gap-0);
|
|
19
19
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./mobile.css');
|
|
4
4
|
|
|
5
|
-
var mobileStyles = {"footer":"
|
|
5
|
+
var mobileStyles = {"footer":"modal__footer_167rk","sticky":"modal__sticky_167rk"};
|
|
6
6
|
|
|
7
7
|
module.exports = mobileStyles;
|
|
8
8
|
//# sourceMappingURL=mobile.module.css.js.map
|
|
@@ -23,37 +23,37 @@
|
|
|
23
23
|
--modal-s-header-desktop-content-paddings: var(--gap-12);
|
|
24
24
|
--modal-l-header-desktop-content-paddings: var(--gap-6) var(--gap-12) var(--gap-16);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.modal__header_1r0e8 {
|
|
27
27
|
border-top-left-radius: var(--modal-border-radius);
|
|
28
28
|
border-top-right-radius: var(--modal-border-radius);
|
|
29
29
|
}
|
|
30
|
-
.modal__size-
|
|
31
|
-
.modal__size-
|
|
30
|
+
.modal__size-500_1r0e8 .modal__content_1r0e8,
|
|
31
|
+
.modal__size-600_1r0e8 .modal__content_1r0e8 {
|
|
32
32
|
padding: var(--modal-s-header-desktop-content-paddings);
|
|
33
33
|
font-size: 22px;
|
|
34
34
|
line-height: 26px;
|
|
35
35
|
font-weight: 700;
|
|
36
36
|
font-family: var(--font-family-system);
|
|
37
37
|
}
|
|
38
|
-
.modal__size-
|
|
39
|
-
.modal__size-
|
|
40
|
-
.
|
|
38
|
+
.modal__size-800_1r0e8 .modal__content_1r0e8,
|
|
39
|
+
.modal__size-1140_1r0e8 .modal__content_1r0e8,
|
|
40
|
+
.modal__fullscreen_1r0e8 .modal__content_1r0e8 {
|
|
41
41
|
padding: var(--modal-l-header-desktop-content-paddings);
|
|
42
42
|
font-size: 30px;
|
|
43
43
|
line-height: 36px;
|
|
44
44
|
font-weight: 700;
|
|
45
45
|
font-family: var(--font-family-system);
|
|
46
46
|
}
|
|
47
|
-
.modal__size-
|
|
48
|
-
.modal__size-
|
|
49
|
-
.modal__size-
|
|
50
|
-
.modal__size-
|
|
51
|
-
.
|
|
47
|
+
.modal__size-500_1r0e8,
|
|
48
|
+
.modal__size-600_1r0e8,
|
|
49
|
+
.modal__size-800_1r0e8,
|
|
50
|
+
.modal__size-1140_1r0e8,
|
|
51
|
+
.modal__fullscreen_1r0e8 {
|
|
52
52
|
padding: var(--modal-s-header-paddings);
|
|
53
53
|
}
|
|
54
|
-
.
|
|
54
|
+
.modal__sticky_1r0e8 {
|
|
55
55
|
top: calc(var(--modal-vertical-padding) * -1);
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
.modal__sticky_1r0e8.modal__fullscreen_1r0e8 {
|
|
58
58
|
top: var(--gap-0);
|
|
59
59
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./desktop.css');
|
|
4
4
|
|
|
5
|
-
var desktopStyles = {"header":"
|
|
5
|
+
var desktopStyles = {"header":"modal__header_1r0e8","size-500":"modal__size-500_1r0e8","content":"modal__content_1r0e8","size-600":"modal__size-600_1r0e8","size-800":"modal__size-800_1r0e8","size-1140":"modal__size-1140_1r0e8","fullscreen":"modal__fullscreen_1r0e8","sticky":"modal__sticky_1r0e8"};
|
|
6
6
|
|
|
7
7
|
module.exports = desktopStyles;
|
|
8
8
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
--modal-header-highlight-background: var(--color-light-modal-bg-primary);
|
|
8
8
|
--modal-header-highlight-box-shadow: 0 1px 0 0 var(--color-light-neutral-300);
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.modal__highlighted_zny0c {
|
|
11
11
|
background: var(--modal-header-highlight-background);
|
|
12
12
|
box-shadow: var(--modal-header-highlight-box-shadow);
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
.modal__sticky_zny0c {
|
|
15
15
|
position: sticky;
|
|
16
16
|
z-index: 1;
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
.modal__sticky_zny0c.modal__hasContent_zny0c {
|
|
19
19
|
background: var(--modal-header-background);
|
|
20
20
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"highlighted":"
|
|
5
|
+
var styles = {"highlighted":"modal__highlighted_zny0c","sticky":"modal__sticky_zny0c","hasContent":"modal__hasContent_zny0c"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
--modal-header-mobile-paddings: var(--modal-header-mobile-top-padding) var(--gap-8) var(--gap-4)
|
|
20
20
|
var(--gap-8);
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
.modal__header_ffl50 {
|
|
23
23
|
padding: var(--modal-header-mobile-paddings);
|
|
24
24
|
}
|
|
25
25
|
@media (display-mode: standalone) {
|
|
26
|
-
.
|
|
26
|
+
.modal__header_ffl50 {
|
|
27
27
|
padding-top: calc(var(--sat) + var(--modal-header-mobile-top-padding));
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
.
|
|
30
|
+
.modal__sticky_ffl50 {
|
|
31
31
|
top: var(--gap-0);
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.modal__content_ffl50 {
|
|
34
34
|
padding: var(--modal-header-mobile-content-paddings);
|
|
35
35
|
font-size: 20px;
|
|
36
36
|
line-height: 28px;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./mobile.css');
|
|
4
4
|
|
|
5
|
-
var mobileStyles = {"header":"
|
|
5
|
+
var mobileStyles = {"header":"modal__header_ffl50","sticky":"modal__sticky_ffl50","content":"modal__content_ffl50"};
|
|
6
6
|
|
|
7
7
|
module.exports = mobileStyles;
|
|
8
8
|
//# sourceMappingURL=mobile.module.css.js.map
|
package/desktop/desktop.css
CHANGED
|
@@ -16,34 +16,34 @@
|
|
|
16
16
|
--modal-l-width: 800px;
|
|
17
17
|
--modal-xl-width: 1140px;
|
|
18
18
|
}
|
|
19
|
-
.
|
|
19
|
+
.modal__wrapper_1bnp0 {
|
|
20
20
|
padding-top: var(--modal-vertical-padding);
|
|
21
21
|
padding-bottom: var(--modal-vertical-padding);
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
.modal__component_1bnp0 {
|
|
24
24
|
width: 100%;
|
|
25
25
|
max-width: 100%;
|
|
26
26
|
border-radius: var(--modal-border-radius);
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
.modal__fullscreen_1bnp0 {
|
|
29
29
|
padding-top: var(--gap-0);
|
|
30
30
|
padding-bottom: var(--gap-0);
|
|
31
31
|
overflow: hidden;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.modal__fullscreen_1bnp0 .modal__component_1bnp0 {
|
|
34
34
|
flex: 1;
|
|
35
35
|
border-radius: var(--border-radius-0);
|
|
36
36
|
overflow: auto;
|
|
37
37
|
}
|
|
38
|
-
.modal__size-
|
|
38
|
+
.modal__size-500_1bnp0 {
|
|
39
39
|
width: var(--modal-s-width);
|
|
40
40
|
}
|
|
41
|
-
.modal__size-
|
|
41
|
+
.modal__size-600_1bnp0 {
|
|
42
42
|
width: var(--modal-m-width);
|
|
43
43
|
}
|
|
44
|
-
.modal__size-
|
|
44
|
+
.modal__size-800_1bnp0 {
|
|
45
45
|
width: var(--modal-l-width);
|
|
46
46
|
}
|
|
47
|
-
.modal__size-
|
|
47
|
+
.modal__size-1140_1bnp0 {
|
|
48
48
|
width: var(--modal-xl-width);
|
|
49
49
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./desktop.css');
|
|
4
4
|
|
|
5
|
-
var desktopStyles = {"wrapper":"
|
|
5
|
+
var desktopStyles = {"wrapper":"modal__wrapper_1bnp0","component":"modal__component_1bnp0","fullscreen":"modal__fullscreen_1bnp0","size-500":"modal__size-500_1bnp0","size-600":"modal__size-600_1bnp0","size-800":"modal__size-800_1bnp0","size-1140":"modal__size-1140_1bnp0"};
|
|
6
6
|
|
|
7
7
|
module.exports = desktopStyles;
|
|
8
8
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
--modal-s-content-paddings: var(--gap-40) var(--gap-40) var(--gap-0);
|
|
8
8
|
--modal-s-content-only-bottom-padding: var(--gap-40);
|
|
9
9
|
}
|
|
10
|
-
.modal__size-
|
|
11
|
-
.modal__size-
|
|
12
|
-
.modal__size-
|
|
13
|
-
.modal__size-
|
|
14
|
-
.
|
|
10
|
+
.modal__size-500_1kxjb,
|
|
11
|
+
.modal__size-600_1kxjb,
|
|
12
|
+
.modal__size-800_1kxjb,
|
|
13
|
+
.modal__size-1140_1kxjb,
|
|
14
|
+
.modal__fullscreen_1kxjb {
|
|
15
15
|
padding: var(--modal-s-content-paddings);
|
|
16
16
|
}
|
|
17
|
-
.modal__size-
|
|
17
|
+
.modal__size-500_1kxjb:last-child, .modal__size-600_1kxjb:last-child, .modal__size-800_1kxjb:last-child, .modal__size-1140_1kxjb:last-child, .modal__fullscreen_1kxjb:last-child {
|
|
18
18
|
padding-bottom: var(--modal-s-content-only-bottom-padding);
|
|
19
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './desktop.css';
|
|
2
2
|
|
|
3
|
-
var desktopStyles = {"size-500":"modal__size-
|
|
3
|
+
var desktopStyles = {"size-500":"modal__size-500_1kxjb","size-600":"modal__size-600_1kxjb","size-800":"modal__size-800_1kxjb","size-1140":"modal__size-1140_1kxjb","fullscreen":"modal__fullscreen_1kxjb"};
|
|
4
4
|
|
|
5
5
|
export { desktopStyles as default };
|
|
6
6
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
.modal__content_pvzgr {
|
|
5
5
|
position: relative;
|
|
6
6
|
box-sizing: border-box;
|
|
7
7
|
width: 100%;
|
|
8
8
|
z-index: 0;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.modal__content_pvzgr.modal__withHeader_pvzgr {
|
|
11
11
|
padding-top: var(--gap-0);
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.modal__flex_pvzgr {
|
|
14
14
|
flex: 1;
|
|
15
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"content":"
|
|
3
|
+
var styles = {"content":"modal__content_pvzgr","withHeader":"modal__withHeader_pvzgr","flex":"modal__flex_pvzgr"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
--gap-0: 0px;
|
|
4
4
|
--gap-16: var(--gap-m);
|
|
5
5
|
}
|
|
6
|
-
.
|
|
6
|
+
.modal__content_14wc1 {
|
|
7
7
|
padding: var(--gap-16) var(--gap-16) var(--gap-0);
|
|
8
8
|
}
|
|
9
|
-
.
|
|
9
|
+
.modal__content_14wc1:last-child {
|
|
10
10
|
padding-bottom: var(--gap-16);
|
|
11
11
|
}
|
|
@@ -14,20 +14,20 @@
|
|
|
14
14
|
--modal-vertical-padding: var(--gap-40);
|
|
15
15
|
--modal-s-footer-paddings: var(--gap-24) var(--gap-40) var(--gap-40);
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.modal__footer_1hlp5 {
|
|
18
18
|
border-bottom-left-radius: var(--modal-border-radius);
|
|
19
19
|
border-bottom-right-radius: var(--modal-border-radius);
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.modal__sticky_1hlp5 {
|
|
22
22
|
bottom: calc(var(--modal-vertical-padding) * -1);
|
|
23
23
|
}
|
|
24
|
-
.
|
|
24
|
+
.modal__sticky_1hlp5.modal__fullscreen_1hlp5 {
|
|
25
25
|
bottom: var(--gap-0);
|
|
26
26
|
}
|
|
27
|
-
.modal__size-
|
|
28
|
-
.modal__size-
|
|
29
|
-
.modal__size-
|
|
30
|
-
.modal__size-
|
|
31
|
-
.
|
|
27
|
+
.modal__size-500_1hlp5,
|
|
28
|
+
.modal__size-600_1hlp5,
|
|
29
|
+
.modal__size-800_1hlp5,
|
|
30
|
+
.modal__size-1140_1hlp5,
|
|
31
|
+
.modal__fullscreen_1hlp5 {
|
|
32
32
|
padding: var(--modal-s-footer-paddings);
|
|
33
33
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './desktop.css';
|
|
2
2
|
|
|
3
|
-
var desktopStyles = {"footer":"
|
|
3
|
+
var desktopStyles = {"footer":"modal__footer_1hlp5","sticky":"modal__sticky_1hlp5","fullscreen":"modal__fullscreen_1hlp5","size-500":"modal__size-500_1hlp5","size-600":"modal__size-600_1hlp5","size-800":"modal__size-800_1hlp5","size-1140":"modal__size-1140_1hlp5"};
|
|
4
4
|
|
|
5
5
|
export { desktopStyles as default };
|
|
6
6
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -7,18 +7,18 @@
|
|
|
7
7
|
--modal-footer-highlight-background: var(--color-light-modal-bg-primary);
|
|
8
8
|
--modal-footer-highlight-box-shadow: 0 -1px 0 0 var(--color-light-neutral-300);
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
.modal__footer_ar761 {
|
|
11
11
|
width: 100%;
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
transition:
|
|
14
14
|
box-shadow 0.2s ease,
|
|
15
15
|
background 0.2s ease;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.modal__sticky_ar761 {
|
|
18
18
|
background: var(--modal-footer-background);
|
|
19
19
|
position: sticky;
|
|
20
20
|
}
|
|
21
|
-
.
|
|
21
|
+
.modal__highlighted_ar761 {
|
|
22
22
|
background: var(--modal-footer-highlight-background);
|
|
23
23
|
box-shadow: var(--modal-footer-highlight-box-shadow);
|
|
24
24
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"footer":"
|
|
3
|
+
var styles = {"footer":"modal__footer_ar761","sticky":"modal__sticky_ar761","highlighted":"modal__highlighted_ar761"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|