@alfalab/core-components-modal 10.0.7 → 10.0.8
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 +2 -2
- 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_17fko,
|
|
9
|
+
.modal__size-600_17fko,
|
|
10
|
+
.modal__size-800_17fko,
|
|
11
|
+
.modal__size-1140_17fko,
|
|
12
|
+
.modal__fullscreen_17fko {
|
|
13
13
|
padding: var(--modal-s-content-paddings);
|
|
14
|
-
} .modal__size-
|
|
14
|
+
} .modal__size-500_17fko:last-child, .modal__size-600_17fko:last-child, .modal__size-800_17fko:last-child, .modal__size-1140_17fko:last-child, .modal__fullscreen_17fko: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_17fko","size-600":"modal__size-600_17fko","size-800":"modal__size-800_17fko","size-1140":"modal__size-1140_17fko","fullscreen":"modal__fullscreen_17fko"};
|
|
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_11ge4 {
|
|
4
4
|
position: relative;
|
|
5
5
|
box-sizing: border-box;
|
|
6
6
|
width: 100%;
|
|
7
7
|
z-index: 0;
|
|
8
|
-
} .
|
|
8
|
+
} .modal__content_11ge4.modal__withHeader_11ge4 {
|
|
9
9
|
padding-top: var(--gap-0);
|
|
10
|
-
} .
|
|
10
|
+
} .modal__flex_11ge4 {
|
|
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_11ge4","withHeader":"modal__withHeader_11ge4","flex":"modal__flex_11ge4"};
|
|
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_1iqbi {
|
|
6
6
|
padding: var(--gap-16) var(--gap-16) var(--gap-0);
|
|
7
|
-
} .
|
|
7
|
+
} .modal__content_1iqbi: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_tv9j1 {
|
|
15
15
|
border-bottom-left-radius: var(--modal-border-radius);
|
|
16
16
|
border-bottom-right-radius: var(--modal-border-radius);
|
|
17
|
-
} .
|
|
17
|
+
} .modal__sticky_tv9j1 {
|
|
18
18
|
bottom: calc(var(--modal-vertical-padding) * -1);
|
|
19
|
-
} .
|
|
19
|
+
} .modal__sticky_tv9j1.modal__fullscreen_tv9j1 {
|
|
20
20
|
bottom: var(--gap-0);
|
|
21
|
-
} .modal__size-
|
|
22
|
-
.modal__size-
|
|
23
|
-
.modal__size-
|
|
24
|
-
.modal__size-
|
|
25
|
-
.
|
|
21
|
+
} .modal__size-500_tv9j1,
|
|
22
|
+
.modal__size-600_tv9j1,
|
|
23
|
+
.modal__size-800_tv9j1,
|
|
24
|
+
.modal__size-1140_tv9j1,
|
|
25
|
+
.modal__fullscreen_tv9j1 {
|
|
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_tv9j1","sticky":"modal__sticky_tv9j1","fullscreen":"modal__fullscreen_tv9j1","size-500":"modal__size-500_tv9j1","size-600":"modal__size-600_tv9j1","size-800":"modal__size-800_tv9j1","size-1140":"modal__size-1140_tv9j1"};
|
|
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_wzibr {
|
|
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_wzibr {
|
|
15
15
|
background: var(--modal-footer-background);
|
|
16
16
|
position: sticky;
|
|
17
|
-
} .
|
|
17
|
+
} .modal__highlighted_wzibr {
|
|
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_wzibr","sticky":"modal__sticky_wzibr","highlighted":"modal__highlighted_wzibr"};
|
|
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_1wz7r {
|
|
11
11
|
display: flex;
|
|
12
12
|
flex-direction: column;
|
|
13
|
-
} .
|
|
13
|
+
} .modal__column_1wz7r > *:not(:last-child):not(:only-child) {
|
|
14
14
|
margin-bottom: var(--modal-footer-default-gap);
|
|
15
|
-
} .
|
|
15
|
+
} .modal__column_1wz7r.modal__gap-16_1wz7r > *:not(:last-child):not(:only-child) {
|
|
16
16
|
margin-bottom: var(--gap-16);
|
|
17
|
-
} .
|
|
17
|
+
} .modal__column_1wz7r.modal__gap-24_1wz7r > *:not(:last-child):not(:only-child) {
|
|
18
18
|
margin-bottom: var(--gap-24);
|
|
19
|
-
} .
|
|
19
|
+
} .modal__column_1wz7r.modal__gap-32_1wz7r > *:not(:last-child):not(:only-child) {
|
|
20
20
|
margin-bottom: var(--gap-32);
|
|
21
|
-
} .
|
|
21
|
+
} .modal__start_1wz7r {
|
|
22
22
|
justify-content: flex-start;
|
|
23
|
-
} .
|
|
23
|
+
} .modal__center_1wz7r {
|
|
24
24
|
justify-content: center;
|
|
25
|
-
} .modal__space-
|
|
25
|
+
} .modal__space-between_1wz7r {
|
|
26
26
|
justify-content: space-between;
|
|
27
|
-
} .modal__space-
|
|
27
|
+
} .modal__space-between_1wz7r > * {
|
|
28
28
|
flex: 1;
|
|
29
|
-
} .
|
|
30
|
-
.
|
|
31
|
-
.modal__space-
|
|
29
|
+
} .modal__start_1wz7r,
|
|
30
|
+
.modal__center_1wz7r,
|
|
31
|
+
.modal__space-between_1wz7r {
|
|
32
32
|
display: flex;
|
|
33
|
-
} .
|
|
33
|
+
} .modal__start_1wz7r > *:not(:last-child):not(:only-child), .modal__center_1wz7r > *:not(:last-child):not(:only-child), .modal__space-between_1wz7r > *:not(:last-child):not(:only-child) {
|
|
34
34
|
margin-right: var(--modal-footer-default-gap);
|
|
35
|
-
} .
|
|
35
|
+
} .modal__start_1wz7r.modal__gap-16_1wz7r > *:not(:last-child):not(:only-child), .modal__center_1wz7r.modal__gap-16_1wz7r > *:not(:last-child):not(:only-child), .modal__space-between_1wz7r.modal__gap-16_1wz7r > *:not(:last-child):not(:only-child) {
|
|
36
36
|
margin-right: var(--gap-16);
|
|
37
|
-
} .
|
|
37
|
+
} .modal__start_1wz7r.modal__gap-24_1wz7r > *:not(:last-child):not(:only-child), .modal__center_1wz7r.modal__gap-24_1wz7r > *:not(:last-child):not(:only-child), .modal__space-between_1wz7r.modal__gap-24_1wz7r > *:not(:last-child):not(:only-child) {
|
|
38
38
|
margin-right: var(--gap-24);
|
|
39
|
-
} .
|
|
39
|
+
} .modal__start_1wz7r.modal__gap-32_1wz7r > *:not(:last-child):not(:only-child), .modal__center_1wz7r.modal__gap-32_1wz7r > *:not(:last-child):not(:only-child), .modal__space-between_1wz7r.modal__gap-32_1wz7r > *: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_1wz7r","gap-16":"modal__gap-16_1wz7r","gap-24":"modal__gap-24_1wz7r","gap-32":"modal__gap-32_1wz7r","start":"modal__start_1wz7r","center":"modal__center_1wz7r","space-between":"modal__space-between_1wz7r"};
|
|
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_1o3g1 {
|
|
10
10
|
padding: var(--gap-16);
|
|
11
11
|
}
|
|
12
12
|
@media (display-mode: standalone) {
|
|
13
|
-
.
|
|
13
|
+
.modal__footer_1o3g1 {
|
|
14
14
|
padding-bottom: calc(var(--sab) + var(--gap-16));
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
.modal__sticky_1o3g1 {
|
|
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_1o3g1","sticky":"modal__sticky_1o3g1"};
|
|
6
6
|
|
|
7
7
|
module.exports = mobileStyles;
|
|
8
8
|
//# sourceMappingURL=mobile.module.css.js.map
|
|
@@ -25,31 +25,31 @@
|
|
|
25
25
|
--modal-l-header-desktop-line-height: 36px;
|
|
26
26
|
--modal-header-desktop-font-weight: bold;
|
|
27
27
|
--modal-header-desktop-font-family: var(--font-family-system);
|
|
28
|
-
} .
|
|
28
|
+
} .modal__header_1a9wk {
|
|
29
29
|
border-top-left-radius: var(--modal-border-radius);
|
|
30
30
|
border-top-right-radius: var(--modal-border-radius);
|
|
31
|
-
} .
|
|
31
|
+
} .modal__content_1a9wk {
|
|
32
32
|
font-weight: var(--modal-header-desktop-font-weight);
|
|
33
33
|
font-family: var(--modal-header-desktop-font-family);
|
|
34
|
-
} .modal__size-
|
|
35
|
-
.modal__size-
|
|
34
|
+
} .modal__size-500_1a9wk .modal__content_1a9wk,
|
|
35
|
+
.modal__size-600_1a9wk .modal__content_1a9wk {
|
|
36
36
|
padding: var(--modal-s-header-desktop-content-paddings);
|
|
37
37
|
font-size: var(--modal-s-header-desktop-font-size);
|
|
38
38
|
line-height: var(--modal-s-header-desktop-line-height);
|
|
39
|
-
} .modal__size-
|
|
40
|
-
.modal__size-
|
|
41
|
-
.
|
|
39
|
+
} .modal__size-800_1a9wk .modal__content_1a9wk,
|
|
40
|
+
.modal__size-1140_1a9wk .modal__content_1a9wk,
|
|
41
|
+
.modal__fullscreen_1a9wk .modal__content_1a9wk {
|
|
42
42
|
padding: var(--modal-l-header-desktop-content-paddings);
|
|
43
43
|
font-size: var(--modal-l-header-desktop-font-size);
|
|
44
44
|
line-height: var(--modal-l-header-desktop-line-height);
|
|
45
|
-
} .modal__size-
|
|
46
|
-
.modal__size-
|
|
47
|
-
.modal__size-
|
|
48
|
-
.modal__size-
|
|
49
|
-
.
|
|
45
|
+
} .modal__size-500_1a9wk,
|
|
46
|
+
.modal__size-600_1a9wk,
|
|
47
|
+
.modal__size-800_1a9wk,
|
|
48
|
+
.modal__size-1140_1a9wk,
|
|
49
|
+
.modal__fullscreen_1a9wk {
|
|
50
50
|
padding: var(--modal-s-header-paddings);
|
|
51
|
-
} .
|
|
51
|
+
} .modal__sticky_1a9wk {
|
|
52
52
|
top: calc(var(--modal-vertical-padding) * -1);
|
|
53
|
-
} .
|
|
53
|
+
} .modal__sticky_1a9wk.modal__fullscreen_1a9wk {
|
|
54
54
|
top: var(--gap-0);
|
|
55
55
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./desktop.css');
|
|
4
4
|
|
|
5
|
-
var desktopStyles = {"header":"
|
|
5
|
+
var desktopStyles = {"header":"modal__header_1a9wk","content":"modal__content_1a9wk","size-500":"modal__size-500_1a9wk","size-600":"modal__size-600_1a9wk","size-800":"modal__size-800_1a9wk","size-1140":"modal__size-1140_1a9wk","fullscreen":"modal__fullscreen_1a9wk","sticky":"modal__sticky_1a9wk"};
|
|
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_1ewb8 {
|
|
9
9
|
background: var(--modal-header-highlight-background);
|
|
10
10
|
box-shadow: var(--modal-header-highlight-box-shadow);
|
|
11
|
-
} .
|
|
11
|
+
} .modal__sticky_1ewb8 {
|
|
12
12
|
position: sticky;
|
|
13
13
|
z-index: 1;
|
|
14
|
-
} .
|
|
14
|
+
} .modal__sticky_1ewb8.modal__hasContent_1ewb8 {
|
|
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_1ewb8","sticky":"modal__sticky_1ewb8","hasContent":"modal__hasContent_1ewb8"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
--modal-header-mobile-paddings: var(--modal-header-mobile-top-padding) var(--gap-8) var(--gap-4)
|
|
24
24
|
var(--gap-8);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
.modal__header_plm16 {
|
|
27
27
|
padding: var(--modal-header-mobile-paddings);
|
|
28
28
|
}
|
|
29
29
|
@media (display-mode: standalone) {
|
|
30
|
-
.
|
|
30
|
+
.modal__header_plm16 {
|
|
31
31
|
padding-top: calc(var(--sat) + var(--modal-header-mobile-top-padding));
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
.modal__sticky_plm16 {
|
|
35
35
|
top: var(--gap-0);
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
.modal__content_plm16 {
|
|
38
38
|
font-size: var(--modal-header-mobile-font-size);
|
|
39
39
|
line-height: var(--modal-header-mobile-line-height);
|
|
40
40
|
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_plm16","sticky":"modal__sticky_plm16","content":"modal__content_plm16"};
|
|
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_1x7c2 {
|
|
17
17
|
padding-top: var(--modal-vertical-padding);
|
|
18
18
|
padding-bottom: var(--modal-vertical-padding);
|
|
19
|
-
} .
|
|
19
|
+
} .modal__component_1x7c2 {
|
|
20
20
|
width: 100%;
|
|
21
21
|
max-width: 100%;
|
|
22
22
|
border-radius: var(--modal-border-radius);
|
|
23
|
-
} .
|
|
23
|
+
} .modal__fullscreen_1x7c2 {
|
|
24
24
|
padding-top: var(--gap-0);
|
|
25
25
|
padding-bottom: var(--gap-0);
|
|
26
26
|
overflow: hidden;
|
|
27
|
-
} .
|
|
27
|
+
} .modal__fullscreen_1x7c2 .modal__component_1x7c2 {
|
|
28
28
|
flex: 1;
|
|
29
29
|
border-radius: var(--border-radius-0);
|
|
30
30
|
overflow: auto;
|
|
31
|
-
} .modal__size-
|
|
31
|
+
} .modal__size-500_1x7c2 {
|
|
32
32
|
width: var(--modal-s-width);
|
|
33
|
-
} .modal__size-
|
|
33
|
+
} .modal__size-600_1x7c2 {
|
|
34
34
|
width: var(--modal-m-width);
|
|
35
|
-
} .modal__size-
|
|
35
|
+
} .modal__size-800_1x7c2 {
|
|
36
36
|
width: var(--modal-l-width);
|
|
37
|
-
} .modal__size-
|
|
37
|
+
} .modal__size-1140_1x7c2 {
|
|
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_1x7c2","component":"modal__component_1x7c2","fullscreen":"modal__fullscreen_1x7c2","size-500":"modal__size-500_1x7c2","size-600":"modal__size-600_1x7c2","size-800":"modal__size-800_1x7c2","size-1140":"modal__size-1140_1x7c2"};
|
|
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_17fko,
|
|
9
|
+
.modal__size-600_17fko,
|
|
10
|
+
.modal__size-800_17fko,
|
|
11
|
+
.modal__size-1140_17fko,
|
|
12
|
+
.modal__fullscreen_17fko {
|
|
13
13
|
padding: var(--modal-s-content-paddings);
|
|
14
|
-
} .modal__size-
|
|
14
|
+
} .modal__size-500_17fko:last-child, .modal__size-600_17fko:last-child, .modal__size-800_17fko:last-child, .modal__size-1140_17fko:last-child, .modal__fullscreen_17fko: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_17fko","size-600":"modal__size-600_17fko","size-800":"modal__size-800_17fko","size-1140":"modal__size-1140_17fko","fullscreen":"modal__fullscreen_17fko"};
|
|
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_11ge4 {
|
|
4
4
|
position: relative;
|
|
5
5
|
box-sizing: border-box;
|
|
6
6
|
width: 100%;
|
|
7
7
|
z-index: 0;
|
|
8
|
-
} .
|
|
8
|
+
} .modal__content_11ge4.modal__withHeader_11ge4 {
|
|
9
9
|
padding-top: var(--gap-0);
|
|
10
|
-
} .
|
|
10
|
+
} .modal__flex_11ge4 {
|
|
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_11ge4","withHeader":"modal__withHeader_11ge4","flex":"modal__flex_11ge4"};
|
|
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_1iqbi {
|
|
6
6
|
padding: var(--gap-16) var(--gap-16) var(--gap-0);
|
|
7
|
-
} .
|
|
7
|
+
} .modal__content_1iqbi: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_tv9j1 {
|
|
15
15
|
border-bottom-left-radius: var(--modal-border-radius);
|
|
16
16
|
border-bottom-right-radius: var(--modal-border-radius);
|
|
17
|
-
} .
|
|
17
|
+
} .modal__sticky_tv9j1 {
|
|
18
18
|
bottom: calc(var(--modal-vertical-padding) * -1);
|
|
19
|
-
} .
|
|
19
|
+
} .modal__sticky_tv9j1.modal__fullscreen_tv9j1 {
|
|
20
20
|
bottom: var(--gap-0);
|
|
21
|
-
} .modal__size-
|
|
22
|
-
.modal__size-
|
|
23
|
-
.modal__size-
|
|
24
|
-
.modal__size-
|
|
25
|
-
.
|
|
21
|
+
} .modal__size-500_tv9j1,
|
|
22
|
+
.modal__size-600_tv9j1,
|
|
23
|
+
.modal__size-800_tv9j1,
|
|
24
|
+
.modal__size-1140_tv9j1,
|
|
25
|
+
.modal__fullscreen_tv9j1 {
|
|
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_tv9j1","sticky":"modal__sticky_tv9j1","fullscreen":"modal__fullscreen_tv9j1","size-500":"modal__size-500_tv9j1","size-600":"modal__size-600_tv9j1","size-800":"modal__size-800_tv9j1","size-1140":"modal__size-1140_tv9j1"};
|
|
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_wzibr {
|
|
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_wzibr {
|
|
15
15
|
background: var(--modal-footer-background);
|
|
16
16
|
position: sticky;
|
|
17
|
-
} .
|
|
17
|
+
} .modal__highlighted_wzibr {
|
|
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_wzibr","sticky":"modal__sticky_wzibr","highlighted":"modal__highlighted_wzibr"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|