@alfalab/core-components-modal 10.0.2 → 10.0.3
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 +14 -14
- 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 +14 -14
- 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 +14 -14
- 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 +4 -4
- package/transitions.css +7 -7
- package/transitions.module.css.js +1 -1
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
} :root {
|
|
6
6
|
--modal-s-content-paddings: var(--gap-40) var(--gap-40) var(--gap-0);
|
|
7
7
|
--modal-s-content-only-bottom-padding: var(--gap-40);
|
|
8
|
-
} .modal__size-
|
|
9
|
-
.modal__size-
|
|
10
|
-
.modal__size-
|
|
11
|
-
.modal__size-
|
|
12
|
-
.
|
|
8
|
+
} .modal__size-500_1yw4q,
|
|
9
|
+
.modal__size-600_1yw4q,
|
|
10
|
+
.modal__size-800_1yw4q,
|
|
11
|
+
.modal__size-1140_1yw4q,
|
|
12
|
+
.modal__fullscreen_1yw4q {
|
|
13
13
|
padding: var(--modal-s-content-paddings);
|
|
14
|
-
} .modal__size-
|
|
14
|
+
} .modal__size-500_1yw4q:last-child, .modal__size-600_1yw4q:last-child, .modal__size-800_1yw4q:last-child, .modal__size-1140_1yw4q:last-child, .modal__fullscreen_1yw4q:last-child {
|
|
15
15
|
padding-bottom: var(--modal-s-content-only-bottom-padding);
|
|
16
16
|
}
|
|
@@ -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_1yw4q","size-600":"modal__size-600_1yw4q","size-800":"modal__size-800_1yw4q","size-1140":"modal__size-1140_1yw4q","fullscreen":"modal__fullscreen_1yw4q"};
|
|
6
6
|
|
|
7
7
|
module.exports = desktopStyles;
|
|
8
8
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
|
-
} .
|
|
3
|
+
} .modal__content_vs1we {
|
|
4
4
|
position: relative;
|
|
5
5
|
box-sizing: border-box;
|
|
6
6
|
width: 100%;
|
|
7
7
|
z-index: 0;
|
|
8
|
-
} .
|
|
8
|
+
} .modal__content_vs1we.modal__withHeader_vs1we {
|
|
9
9
|
padding-top: var(--gap-0);
|
|
10
|
-
} .
|
|
10
|
+
} .modal__flex_vs1we {
|
|
11
11
|
flex: 1;
|
|
12
12
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"content":"
|
|
5
|
+
var styles = {"content":"modal__content_vs1we","withHeader":"modal__withHeader_vs1we","flex":"modal__flex_vs1we"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
--gap-m: 16px;
|
|
3
3
|
--gap-0: 0px;
|
|
4
4
|
--gap-16: var(--gap-m);
|
|
5
|
-
} .
|
|
5
|
+
} .modal__content_xl806 {
|
|
6
6
|
padding: var(--gap-16) var(--gap-16) var(--gap-0);
|
|
7
|
-
} .
|
|
7
|
+
} .modal__content_xl806:last-child {
|
|
8
8
|
padding-bottom: var(--gap-16);
|
|
9
9
|
}
|
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
--modal-border-radius: var(--border-radius-24);
|
|
12
12
|
--modal-vertical-padding: var(--gap-40);
|
|
13
13
|
--modal-s-footer-paddings: var(--gap-24) var(--gap-40) var(--gap-40);
|
|
14
|
-
} .
|
|
14
|
+
} .modal__footer_1556u {
|
|
15
15
|
border-bottom-left-radius: var(--modal-border-radius);
|
|
16
16
|
border-bottom-right-radius: var(--modal-border-radius);
|
|
17
|
-
} .
|
|
17
|
+
} .modal__sticky_1556u {
|
|
18
18
|
bottom: calc(var(--modal-vertical-padding) * -1);
|
|
19
|
-
} .
|
|
19
|
+
} .modal__sticky_1556u.modal__fullscreen_1556u {
|
|
20
20
|
bottom: var(--gap-0);
|
|
21
|
-
} .modal__size-
|
|
22
|
-
.modal__size-
|
|
23
|
-
.modal__size-
|
|
24
|
-
.modal__size-
|
|
25
|
-
.
|
|
21
|
+
} .modal__size-500_1556u,
|
|
22
|
+
.modal__size-600_1556u,
|
|
23
|
+
.modal__size-800_1556u,
|
|
24
|
+
.modal__size-1140_1556u,
|
|
25
|
+
.modal__fullscreen_1556u {
|
|
26
26
|
padding: var(--modal-s-footer-paddings);
|
|
27
27
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./desktop.css');
|
|
4
4
|
|
|
5
|
-
var desktopStyles = {"footer":"
|
|
5
|
+
var desktopStyles = {"footer":"modal__footer_1556u","sticky":"modal__sticky_1556u","fullscreen":"modal__fullscreen_1556u","size-500":"modal__size-500_1556u","size-600":"modal__size-600_1556u","size-800":"modal__size-800_1556u","size-1140":"modal__size-1140_1556u"};
|
|
6
6
|
|
|
7
7
|
module.exports = desktopStyles;
|
|
8
8
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
--modal-footer-background: var(--color-light-modal-bg-primary);
|
|
6
6
|
--modal-footer-highlight-background: var(--color-light-modal-bg-primary);
|
|
7
7
|
--modal-footer-highlight-box-shadow: 0 -1px 0 0 var(--color-light-neutral-300);
|
|
8
|
-
} .
|
|
8
|
+
} .modal__footer_119hp {
|
|
9
9
|
width: 100%;
|
|
10
10
|
box-sizing: border-box;
|
|
11
11
|
transition:
|
|
12
12
|
box-shadow 0.2s ease,
|
|
13
13
|
background 0.2s ease;
|
|
14
|
-
} .
|
|
14
|
+
} .modal__sticky_119hp {
|
|
15
15
|
background: var(--modal-footer-background);
|
|
16
16
|
position: sticky;
|
|
17
|
-
} .
|
|
17
|
+
} .modal__highlighted_119hp {
|
|
18
18
|
background: var(--modal-footer-highlight-background);
|
|
19
19
|
box-shadow: var(--modal-footer-highlight-box-shadow);
|
|
20
20
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"footer":"
|
|
5
|
+
var styles = {"footer":"modal__footer_119hp","sticky":"modal__sticky_119hp","highlighted":"modal__highlighted_119hp"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -7,35 +7,35 @@
|
|
|
7
7
|
--gap-32: var(--gap-2xl);
|
|
8
8
|
} :root {
|
|
9
9
|
--modal-footer-default-gap: var(--gap-16);
|
|
10
|
-
} .
|
|
10
|
+
} .modal__column_2833v {
|
|
11
11
|
display: flex;
|
|
12
12
|
flex-direction: column;
|
|
13
|
-
} .
|
|
13
|
+
} .modal__column_2833v > *:not(:last-child):not(:only-child) {
|
|
14
14
|
margin-bottom: var(--modal-footer-default-gap);
|
|
15
|
-
} .
|
|
15
|
+
} .modal__column_2833v.modal__gap-16_2833v > *:not(:last-child):not(:only-child) {
|
|
16
16
|
margin-bottom: var(--gap-16);
|
|
17
|
-
} .
|
|
17
|
+
} .modal__column_2833v.modal__gap-24_2833v > *:not(:last-child):not(:only-child) {
|
|
18
18
|
margin-bottom: var(--gap-24);
|
|
19
|
-
} .
|
|
19
|
+
} .modal__column_2833v.modal__gap-32_2833v > *:not(:last-child):not(:only-child) {
|
|
20
20
|
margin-bottom: var(--gap-32);
|
|
21
|
-
} .
|
|
21
|
+
} .modal__start_2833v {
|
|
22
22
|
justify-content: flex-start;
|
|
23
|
-
} .
|
|
23
|
+
} .modal__center_2833v {
|
|
24
24
|
justify-content: center;
|
|
25
|
-
} .modal__space-
|
|
25
|
+
} .modal__space-between_2833v {
|
|
26
26
|
justify-content: space-between;
|
|
27
|
-
} .modal__space-
|
|
27
|
+
} .modal__space-between_2833v > * {
|
|
28
28
|
flex: 1;
|
|
29
|
-
} .
|
|
30
|
-
.
|
|
31
|
-
.modal__space-
|
|
29
|
+
} .modal__start_2833v,
|
|
30
|
+
.modal__center_2833v,
|
|
31
|
+
.modal__space-between_2833v {
|
|
32
32
|
display: flex;
|
|
33
|
-
} .
|
|
33
|
+
} .modal__start_2833v > *:not(:last-child):not(:only-child), .modal__center_2833v > *:not(:last-child):not(:only-child), .modal__space-between_2833v > *:not(:last-child):not(:only-child) {
|
|
34
34
|
margin-right: var(--modal-footer-default-gap);
|
|
35
|
-
} .
|
|
35
|
+
} .modal__start_2833v.modal__gap-16_2833v > *:not(:last-child):not(:only-child), .modal__center_2833v.modal__gap-16_2833v > *:not(:last-child):not(:only-child), .modal__space-between_2833v.modal__gap-16_2833v > *:not(:last-child):not(:only-child) {
|
|
36
36
|
margin-right: var(--gap-16);
|
|
37
|
-
} .
|
|
37
|
+
} .modal__start_2833v.modal__gap-24_2833v > *:not(:last-child):not(:only-child), .modal__center_2833v.modal__gap-24_2833v > *:not(:last-child):not(:only-child), .modal__space-between_2833v.modal__gap-24_2833v > *:not(:last-child):not(:only-child) {
|
|
38
38
|
margin-right: var(--gap-24);
|
|
39
|
-
} .
|
|
39
|
+
} .modal__start_2833v.modal__gap-32_2833v > *:not(:last-child):not(:only-child), .modal__center_2833v.modal__gap-32_2833v > *:not(:last-child):not(:only-child), .modal__space-between_2833v.modal__gap-32_2833v > *:not(:last-child):not(:only-child) {
|
|
40
40
|
margin-right: var(--gap-32);
|
|
41
41
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./layout.css');
|
|
4
4
|
|
|
5
|
-
var layoutStyles = {"column":"
|
|
5
|
+
var layoutStyles = {"column":"modal__column_2833v","gap-16":"modal__gap-16_2833v","gap-24":"modal__gap-24_2833v","gap-32":"modal__gap-32_2833v","start":"modal__start_2833v","center":"modal__center_2833v","space-between":"modal__space-between_2833v"};
|
|
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_ang7n {
|
|
10
10
|
padding: var(--gap-16);
|
|
11
11
|
}
|
|
12
12
|
@media (display-mode: standalone) {
|
|
13
|
-
.
|
|
13
|
+
.modal__footer_ang7n {
|
|
14
14
|
padding-bottom: calc(var(--sab) + var(--gap-16));
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.modal__sticky_ang7n {
|
|
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_ang7n","sticky":"modal__sticky_ang7n"};
|
|
6
6
|
|
|
7
7
|
module.exports = mobileStyles;
|
|
8
8
|
//# sourceMappingURL=mobile.module.css.js.map
|
|
@@ -24,31 +24,31 @@
|
|
|
24
24
|
--modal-l-header-desktop-line-height: 36px;
|
|
25
25
|
--modal-header-desktop-font-weight: bold;
|
|
26
26
|
--modal-header-desktop-font-family: var(--font-family-system);
|
|
27
|
-
} .
|
|
27
|
+
} .modal__header_zv3kc {
|
|
28
28
|
border-top-left-radius: var(--modal-border-radius);
|
|
29
29
|
border-top-right-radius: var(--modal-border-radius);
|
|
30
|
-
} .
|
|
30
|
+
} .modal__content_zv3kc {
|
|
31
31
|
font-weight: var(--modal-header-desktop-font-weight);
|
|
32
32
|
font-family: var(--modal-header-desktop-font-family);
|
|
33
|
-
} .modal__size-
|
|
34
|
-
.modal__size-
|
|
33
|
+
} .modal__size-500_zv3kc .modal__content_zv3kc,
|
|
34
|
+
.modal__size-600_zv3kc .modal__content_zv3kc {
|
|
35
35
|
padding: var(--modal-s-header-desktop-content-paddings);
|
|
36
36
|
font-size: var(--modal-s-header-desktop-font-size);
|
|
37
37
|
line-height: var(--modal-s-header-desktop-line-height);
|
|
38
|
-
} .modal__size-
|
|
39
|
-
.modal__size-
|
|
40
|
-
.
|
|
38
|
+
} .modal__size-800_zv3kc .modal__content_zv3kc,
|
|
39
|
+
.modal__size-1140_zv3kc .modal__content_zv3kc,
|
|
40
|
+
.modal__fullscreen_zv3kc .modal__content_zv3kc {
|
|
41
41
|
padding: var(--modal-l-header-desktop-content-paddings);
|
|
42
42
|
font-size: var(--modal-l-header-desktop-font-size);
|
|
43
43
|
line-height: var(--modal-l-header-desktop-line-height);
|
|
44
|
-
} .modal__size-
|
|
45
|
-
.modal__size-
|
|
46
|
-
.modal__size-
|
|
47
|
-
.modal__size-
|
|
48
|
-
.
|
|
44
|
+
} .modal__size-500_zv3kc,
|
|
45
|
+
.modal__size-600_zv3kc,
|
|
46
|
+
.modal__size-800_zv3kc,
|
|
47
|
+
.modal__size-1140_zv3kc,
|
|
48
|
+
.modal__fullscreen_zv3kc {
|
|
49
49
|
padding: var(--modal-s-header-paddings);
|
|
50
|
-
} .
|
|
50
|
+
} .modal__sticky_zv3kc {
|
|
51
51
|
top: calc(var(--modal-vertical-padding) * -1);
|
|
52
|
-
} .
|
|
52
|
+
} .modal__sticky_zv3kc.modal__fullscreen_zv3kc {
|
|
53
53
|
top: var(--gap-0);
|
|
54
54
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./desktop.css');
|
|
4
4
|
|
|
5
|
-
var desktopStyles = {"header":"
|
|
5
|
+
var desktopStyles = {"header":"modal__header_zv3kc","content":"modal__content_zv3kc","size-500":"modal__size-500_zv3kc","size-600":"modal__size-600_zv3kc","size-800":"modal__size-800_zv3kc","size-1140":"modal__size-1140_zv3kc","fullscreen":"modal__fullscreen_zv3kc","sticky":"modal__sticky_zv3kc"};
|
|
6
6
|
|
|
7
7
|
module.exports = desktopStyles;
|
|
8
8
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
--modal-header-background: var(--color-light-modal-bg-primary);
|
|
6
6
|
--modal-header-highlight-background: var(--color-light-modal-bg-primary);
|
|
7
7
|
--modal-header-highlight-box-shadow: 0 1px 0 0 var(--color-light-neutral-300);
|
|
8
|
-
} .
|
|
8
|
+
} .modal__highlighted_1bhg6 {
|
|
9
9
|
background: var(--modal-header-highlight-background);
|
|
10
10
|
box-shadow: var(--modal-header-highlight-box-shadow);
|
|
11
|
-
} .
|
|
11
|
+
} .modal__sticky_1bhg6 {
|
|
12
12
|
position: sticky;
|
|
13
13
|
z-index: 1;
|
|
14
|
-
} .
|
|
14
|
+
} .modal__sticky_1bhg6.modal__hasContent_1bhg6 {
|
|
15
15
|
background: var(--modal-header-background);
|
|
16
16
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"highlighted":"
|
|
5
|
+
var styles = {"highlighted":"modal__highlighted_1bhg6","sticky":"modal__sticky_1bhg6","hasContent":"modal__hasContent_1bhg6"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -22,18 +22,18 @@
|
|
|
22
22
|
--modal-header-mobile-paddings: var(--modal-header-mobile-top-padding) var(--gap-8) var(--gap-4)
|
|
23
23
|
var(--gap-8);
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
.modal__header_16bvk {
|
|
26
26
|
padding: var(--modal-header-mobile-paddings);
|
|
27
27
|
}
|
|
28
28
|
@media (display-mode: standalone) {
|
|
29
|
-
.
|
|
29
|
+
.modal__header_16bvk {
|
|
30
30
|
padding-top: calc(var(--sat) + var(--modal-header-mobile-top-padding));
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
.modal__sticky_16bvk {
|
|
34
34
|
top: var(--gap-0);
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
.modal__content_16bvk {
|
|
37
37
|
font-size: var(--modal-header-mobile-font-size);
|
|
38
38
|
line-height: var(--modal-header-mobile-line-height);
|
|
39
39
|
font-family: var(--modal-header-mobile-font-family);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./mobile.css');
|
|
4
4
|
|
|
5
|
-
var mobileStyles = {"header":"
|
|
5
|
+
var mobileStyles = {"header":"modal__header_16bvk","sticky":"modal__sticky_16bvk","content":"modal__content_16bvk"};
|
|
6
6
|
|
|
7
7
|
module.exports = mobileStyles;
|
|
8
8
|
//# sourceMappingURL=mobile.module.css.js.map
|
package/desktop/desktop.css
CHANGED
|
@@ -13,27 +13,27 @@
|
|
|
13
13
|
--modal-m-width: 600px;
|
|
14
14
|
--modal-l-width: 800px;
|
|
15
15
|
--modal-xl-width: 1140px;
|
|
16
|
-
} .
|
|
16
|
+
} .modal__wrapper_1l79r {
|
|
17
17
|
padding-top: var(--modal-vertical-padding);
|
|
18
18
|
padding-bottom: var(--modal-vertical-padding);
|
|
19
|
-
} .
|
|
19
|
+
} .modal__component_1l79r {
|
|
20
20
|
width: 100%;
|
|
21
21
|
max-width: 100%;
|
|
22
22
|
border-radius: var(--modal-border-radius);
|
|
23
|
-
} .
|
|
23
|
+
} .modal__fullscreen_1l79r {
|
|
24
24
|
padding-top: var(--gap-0);
|
|
25
25
|
padding-bottom: var(--gap-0);
|
|
26
26
|
overflow: hidden;
|
|
27
|
-
} .
|
|
27
|
+
} .modal__fullscreen_1l79r .modal__component_1l79r {
|
|
28
28
|
flex: 1;
|
|
29
29
|
border-radius: var(--border-radius-0);
|
|
30
30
|
overflow: auto;
|
|
31
|
-
} .modal__size-
|
|
31
|
+
} .modal__size-500_1l79r {
|
|
32
32
|
width: var(--modal-s-width);
|
|
33
|
-
} .modal__size-
|
|
33
|
+
} .modal__size-600_1l79r {
|
|
34
34
|
width: var(--modal-m-width);
|
|
35
|
-
} .modal__size-
|
|
35
|
+
} .modal__size-800_1l79r {
|
|
36
36
|
width: var(--modal-l-width);
|
|
37
|
-
} .modal__size-
|
|
37
|
+
} .modal__size-1140_1l79r {
|
|
38
38
|
width: var(--modal-xl-width);
|
|
39
39
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./desktop.css');
|
|
4
4
|
|
|
5
|
-
var desktopStyles = {"wrapper":"
|
|
5
|
+
var desktopStyles = {"wrapper":"modal__wrapper_1l79r","component":"modal__component_1l79r","fullscreen":"modal__fullscreen_1l79r","size-500":"modal__size-500_1l79r","size-600":"modal__size-600_1l79r","size-800":"modal__size-800_1l79r","size-1140":"modal__size-1140_1l79r"};
|
|
6
6
|
|
|
7
7
|
module.exports = desktopStyles;
|
|
8
8
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
} :root {
|
|
6
6
|
--modal-s-content-paddings: var(--gap-40) var(--gap-40) var(--gap-0);
|
|
7
7
|
--modal-s-content-only-bottom-padding: var(--gap-40);
|
|
8
|
-
} .modal__size-
|
|
9
|
-
.modal__size-
|
|
10
|
-
.modal__size-
|
|
11
|
-
.modal__size-
|
|
12
|
-
.
|
|
8
|
+
} .modal__size-500_1yw4q,
|
|
9
|
+
.modal__size-600_1yw4q,
|
|
10
|
+
.modal__size-800_1yw4q,
|
|
11
|
+
.modal__size-1140_1yw4q,
|
|
12
|
+
.modal__fullscreen_1yw4q {
|
|
13
13
|
padding: var(--modal-s-content-paddings);
|
|
14
|
-
} .modal__size-
|
|
14
|
+
} .modal__size-500_1yw4q:last-child, .modal__size-600_1yw4q:last-child, .modal__size-800_1yw4q:last-child, .modal__size-1140_1yw4q:last-child, .modal__fullscreen_1yw4q:last-child {
|
|
15
15
|
padding-bottom: var(--modal-s-content-only-bottom-padding);
|
|
16
16
|
}
|
|
@@ -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_1yw4q","size-600":"modal__size-600_1yw4q","size-800":"modal__size-800_1yw4q","size-1140":"modal__size-1140_1yw4q","fullscreen":"modal__fullscreen_1yw4q"};
|
|
4
4
|
|
|
5
5
|
export { desktopStyles as default };
|
|
6
6
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--gap-0: 0px;
|
|
3
|
-
} .
|
|
3
|
+
} .modal__content_vs1we {
|
|
4
4
|
position: relative;
|
|
5
5
|
box-sizing: border-box;
|
|
6
6
|
width: 100%;
|
|
7
7
|
z-index: 0;
|
|
8
|
-
} .
|
|
8
|
+
} .modal__content_vs1we.modal__withHeader_vs1we {
|
|
9
9
|
padding-top: var(--gap-0);
|
|
10
|
-
} .
|
|
10
|
+
} .modal__flex_vs1we {
|
|
11
11
|
flex: 1;
|
|
12
12
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"content":"
|
|
3
|
+
var styles = {"content":"modal__content_vs1we","withHeader":"modal__withHeader_vs1we","flex":"modal__flex_vs1we"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
--gap-m: 16px;
|
|
3
3
|
--gap-0: 0px;
|
|
4
4
|
--gap-16: var(--gap-m);
|
|
5
|
-
} .
|
|
5
|
+
} .modal__content_xl806 {
|
|
6
6
|
padding: var(--gap-16) var(--gap-16) var(--gap-0);
|
|
7
|
-
} .
|
|
7
|
+
} .modal__content_xl806:last-child {
|
|
8
8
|
padding-bottom: var(--gap-16);
|
|
9
9
|
}
|
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
--modal-border-radius: var(--border-radius-24);
|
|
12
12
|
--modal-vertical-padding: var(--gap-40);
|
|
13
13
|
--modal-s-footer-paddings: var(--gap-24) var(--gap-40) var(--gap-40);
|
|
14
|
-
} .
|
|
14
|
+
} .modal__footer_1556u {
|
|
15
15
|
border-bottom-left-radius: var(--modal-border-radius);
|
|
16
16
|
border-bottom-right-radius: var(--modal-border-radius);
|
|
17
|
-
} .
|
|
17
|
+
} .modal__sticky_1556u {
|
|
18
18
|
bottom: calc(var(--modal-vertical-padding) * -1);
|
|
19
|
-
} .
|
|
19
|
+
} .modal__sticky_1556u.modal__fullscreen_1556u {
|
|
20
20
|
bottom: var(--gap-0);
|
|
21
|
-
} .modal__size-
|
|
22
|
-
.modal__size-
|
|
23
|
-
.modal__size-
|
|
24
|
-
.modal__size-
|
|
25
|
-
.
|
|
21
|
+
} .modal__size-500_1556u,
|
|
22
|
+
.modal__size-600_1556u,
|
|
23
|
+
.modal__size-800_1556u,
|
|
24
|
+
.modal__size-1140_1556u,
|
|
25
|
+
.modal__fullscreen_1556u {
|
|
26
26
|
padding: var(--modal-s-footer-paddings);
|
|
27
27
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './desktop.css';
|
|
2
2
|
|
|
3
|
-
var desktopStyles = {"footer":"
|
|
3
|
+
var desktopStyles = {"footer":"modal__footer_1556u","sticky":"modal__sticky_1556u","fullscreen":"modal__fullscreen_1556u","size-500":"modal__size-500_1556u","size-600":"modal__size-600_1556u","size-800":"modal__size-800_1556u","size-1140":"modal__size-1140_1556u"};
|
|
4
4
|
|
|
5
5
|
export { desktopStyles as default };
|
|
6
6
|
//# sourceMappingURL=desktop.module.css.js.map
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
--modal-footer-background: var(--color-light-modal-bg-primary);
|
|
6
6
|
--modal-footer-highlight-background: var(--color-light-modal-bg-primary);
|
|
7
7
|
--modal-footer-highlight-box-shadow: 0 -1px 0 0 var(--color-light-neutral-300);
|
|
8
|
-
} .
|
|
8
|
+
} .modal__footer_119hp {
|
|
9
9
|
width: 100%;
|
|
10
10
|
box-sizing: border-box;
|
|
11
11
|
transition:
|
|
12
12
|
box-shadow 0.2s ease,
|
|
13
13
|
background 0.2s ease;
|
|
14
|
-
} .
|
|
14
|
+
} .modal__sticky_119hp {
|
|
15
15
|
background: var(--modal-footer-background);
|
|
16
16
|
position: sticky;
|
|
17
|
-
} .
|
|
17
|
+
} .modal__highlighted_119hp {
|
|
18
18
|
background: var(--modal-footer-highlight-background);
|
|
19
19
|
box-shadow: var(--modal-footer-highlight-box-shadow);
|
|
20
20
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"footer":"
|
|
3
|
+
var styles = {"footer":"modal__footer_119hp","sticky":"modal__sticky_119hp","highlighted":"modal__highlighted_119hp"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|