@alfalab/core-components-bottom-sheet 8.1.10 → 8.1.11-alfasans
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/footer/default.css +3 -3
- package/components/footer/default.module.css.js +1 -1
- package/components/footer/index.css +4 -3
- package/components/footer/index.module.css.js +1 -1
- package/components/footer/index.module.css.js.map +1 -1
- package/components/footer/inverted.css +3 -3
- package/components/footer/inverted.module.css.js +1 -1
- package/components/header/default.css +4 -4
- package/components/header/default.module.css.js +1 -1
- package/components/header/index.css +24 -18
- package/components/header/index.module.css.js +1 -1
- package/components/header/index.module.css.js.map +1 -1
- package/components/header/inverted.css +4 -4
- package/components/header/inverted.module.css.js +1 -1
- package/cssm/components/footer/index.module.css +1 -0
- package/cssm/components/header/index.module.css +11 -5
- package/default.css +4 -4
- package/default.module.css.js +1 -1
- package/esm/components/footer/default.css +3 -3
- package/esm/components/footer/default.module.css.js +1 -1
- package/esm/components/footer/index.css +4 -3
- package/esm/components/footer/index.module.css.js +1 -1
- package/esm/components/footer/index.module.css.js.map +1 -1
- package/esm/components/footer/inverted.css +3 -3
- package/esm/components/footer/inverted.module.css.js +1 -1
- package/esm/components/header/default.css +4 -4
- package/esm/components/header/default.module.css.js +1 -1
- package/esm/components/header/index.css +24 -18
- package/esm/components/header/index.module.css.js +1 -1
- package/esm/components/header/index.module.css.js.map +1 -1
- package/esm/components/header/inverted.css +4 -4
- package/esm/components/header/inverted.module.css.js +1 -1
- package/esm/default.css +4 -4
- package/esm/default.module.css.js +1 -1
- package/esm/index.css +45 -45
- package/esm/index.module.css.js +1 -1
- package/esm/inverted.css +4 -4
- package/esm/inverted.module.css.js +1 -1
- package/index.css +45 -45
- package/index.module.css.js +1 -1
- package/inverted.css +4 -4
- package/inverted.module.css.js +1 -1
- package/modern/components/footer/default.css +3 -3
- package/modern/components/footer/default.module.css.js +1 -1
- package/modern/components/footer/index.css +4 -3
- package/modern/components/footer/index.module.css.js +1 -1
- package/modern/components/footer/index.module.css.js.map +1 -1
- package/modern/components/footer/inverted.css +3 -3
- package/modern/components/footer/inverted.module.css.js +1 -1
- package/modern/components/header/default.css +4 -4
- package/modern/components/header/default.module.css.js +1 -1
- package/modern/components/header/index.css +24 -18
- package/modern/components/header/index.module.css.js +1 -1
- package/modern/components/header/index.module.css.js.map +1 -1
- package/modern/components/header/inverted.css +4 -4
- package/modern/components/header/inverted.module.css.js +1 -1
- package/modern/default.css +4 -4
- package/modern/default.module.css.js +1 -1
- package/modern/index.css +45 -45
- package/modern/index.module.css.js +1 -1
- package/modern/inverted.css +4 -4
- package/modern/inverted.module.css.js +1 -1
- package/moderncssm/components/footer/index.module.css +1 -0
- package/moderncssm/components/header/index.module.css +8 -3
- package/package.json +8 -8
- package/src/components/footer/index.module.css +1 -0
- package/src/components/header/index.module.css +1 -0
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
--bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
|
|
9
9
|
--bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
|
|
10
10
|
}
|
|
11
|
-
.bottom-
|
|
11
|
+
.bottom-sheet__highlighted_vza4f {
|
|
12
12
|
background-color: var(--bottom-sheet-footer-background-color);
|
|
13
13
|
}
|
|
14
|
-
.bottom-
|
|
14
|
+
.bottom-sheet__highlighted_vza4f:not(:empty) {
|
|
15
15
|
border-top: var(--bottom-sheet-footer-border-top);
|
|
16
16
|
}
|
|
17
|
-
.bottom-
|
|
17
|
+
.bottom-sheet__hasContent_vza4f {
|
|
18
18
|
color: var(--bottom-sheet-text-color);
|
|
19
19
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./default.css');
|
|
4
4
|
|
|
5
|
-
var defaultColors = {"highlighted":"bottom-
|
|
5
|
+
var defaultColors = {"highlighted":"bottom-sheet__highlighted_vza4f","hasContent":"bottom-sheet__hasContent_vza4f"};
|
|
6
6
|
|
|
7
7
|
module.exports = defaultColors;
|
|
8
8
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -3,17 +3,18 @@
|
|
|
3
3
|
--gap-0: 0px;
|
|
4
4
|
--gap-20: var(--gap-l);
|
|
5
5
|
}
|
|
6
|
-
.bottom-
|
|
6
|
+
.bottom-sheet__footer_15anf {
|
|
7
7
|
padding: var(--gap-20);
|
|
8
8
|
}
|
|
9
|
-
.bottom-
|
|
9
|
+
.bottom-sheet__footer_15anf:empty {
|
|
10
10
|
padding: var(--gap-20) var(--gap-0) var(--gap-0);
|
|
11
11
|
position: sticky;
|
|
12
12
|
bottom: var(--gap-0);
|
|
13
13
|
z-index: 1;
|
|
14
14
|
}
|
|
15
|
-
.bottom-
|
|
15
|
+
.bottom-sheet__sticky_15anf {
|
|
16
16
|
position: sticky;
|
|
17
17
|
bottom: var(--gap-0);
|
|
18
|
+
left: var(--gap-0);
|
|
18
19
|
z-index: 1;
|
|
19
20
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"footer":"bottom-
|
|
5
|
+
var styles = {"footer":"bottom-sheet__footer_15anf","sticky":"bottom-sheet__sticky_15anf"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["../../src/components/footer/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.footer {\n padding: var(--gap-20);\n\n &:empty {\n padding: var(--gap-20) var(--gap-0) var(--gap-0);\n position: sticky;\n bottom: var(--gap-0);\n z-index: 1;\n }\n}\n\n.sticky {\n position: sticky;\n bottom: var(--gap-0);\n z-index: 1;\n}\n"],"names":[],"mappings":";;;;AAEgB,aAAe,CAAC,QAAQ,CAAC,4BAA4B,CAAC,QAAQ,CAAC,4BAA4B,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["../../src/components/footer/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.footer {\n padding: var(--gap-20);\n\n &:empty {\n padding: var(--gap-20) var(--gap-0) var(--gap-0);\n position: sticky;\n bottom: var(--gap-0);\n z-index: 1;\n }\n}\n\n.sticky {\n position: sticky;\n bottom: var(--gap-0);\n left: var(--gap-0);\n z-index: 1;\n}\n"],"names":[],"mappings":";;;;AAEgB,aAAe,CAAC,QAAQ,CAAC,4BAA4B,CAAC,QAAQ,CAAC,4BAA4B,CAAC;;;;"}
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
--bottom-sheet-footer-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
|
|
9
9
|
--bottom-sheet-footer-border-top-inverted: 1px solid var(--color-light-neutral-300-inverted);
|
|
10
10
|
}
|
|
11
|
-
.bottom-
|
|
11
|
+
.bottom-sheet__highlighted_181ai {
|
|
12
12
|
background-color: var(--bottom-sheet-footer-background-color-inverted);
|
|
13
13
|
}
|
|
14
|
-
.bottom-
|
|
14
|
+
.bottom-sheet__highlighted_181ai:not(:empty) {
|
|
15
15
|
border-top: var(--bottom-sheet-footer-border-top-inverted);
|
|
16
16
|
}
|
|
17
|
-
.bottom-
|
|
17
|
+
.bottom-sheet__hasContent_181ai {
|
|
18
18
|
color: var(--bottom-sheet-text-color-inverted);
|
|
19
19
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./inverted.css');
|
|
4
4
|
|
|
5
|
-
var invertedColors = {"highlighted":"bottom-
|
|
5
|
+
var invertedColors = {"highlighted":"bottom-sheet__highlighted_181ai","hasContent":"bottom-sheet__hasContent_181ai"};
|
|
6
6
|
|
|
7
7
|
module.exports = invertedColors;
|
|
8
8
|
//# sourceMappingURL=inverted.module.css.js.map
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
--bottom-sheet-header-border-bottom: 1px solid var(--color-light-neutral-300);
|
|
7
7
|
--bottom-sheet-text-color: var(--color-light-text-primary);
|
|
8
8
|
}
|
|
9
|
-
.bottom-
|
|
9
|
+
.bottom-sheet__title_1uaup {
|
|
10
10
|
color: var(--bottom-sheet-text-color);
|
|
11
11
|
}
|
|
12
|
-
.bottom-
|
|
12
|
+
.bottom-sheet__hasContent_1uaup {
|
|
13
13
|
background-color: inherit;
|
|
14
14
|
}
|
|
15
|
-
.bottom-
|
|
15
|
+
.bottom-sheet__subtitle_1uaup.bottom-sheet__subtitle_1uaup {
|
|
16
16
|
color: var(--bottom-sheet-text-color);
|
|
17
17
|
}
|
|
18
|
-
.bottom-
|
|
18
|
+
.bottom-sheet__highlighted_1uaup {
|
|
19
19
|
border-bottom: var(--bottom-sheet-header-border-bottom);
|
|
20
20
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./default.css');
|
|
4
4
|
|
|
5
|
-
var defaultColors = {"title":"bottom-
|
|
5
|
+
var defaultColors = {"title":"bottom-sheet__title_1uaup","hasContent":"bottom-sheet__hasContent_1uaup","subtitle":"bottom-sheet__subtitle_1uaup","highlighted":"bottom-sheet__highlighted_1uaup"};
|
|
6
6
|
|
|
7
7
|
module.exports = defaultColors;
|
|
8
8
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -9,41 +9,43 @@
|
|
|
9
9
|
--gap-12: var(--gap-s);
|
|
10
10
|
}
|
|
11
11
|
:root {
|
|
12
|
-
--font-family-
|
|
13
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
12
|
+
--font-family-alfasans:
|
|
13
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
14
|
+
Helvetica, sans-serif;
|
|
14
15
|
}
|
|
15
|
-
.bottom-
|
|
16
|
+
.bottom-sheet__headerBase_169vo {
|
|
16
17
|
border-top-left-radius: inherit;
|
|
17
18
|
border-top-right-radius: inherit;
|
|
18
19
|
z-index: 1;
|
|
19
20
|
}
|
|
20
|
-
.bottom-
|
|
21
|
+
.bottom-sheet__headerWrapper_169vo {
|
|
21
22
|
padding: var(--gap-12) var(--gap-12) var(--gap-4);
|
|
22
23
|
}
|
|
23
|
-
.bottom-
|
|
24
|
+
.bottom-sheet__headerWrapperWithoutSwipeMarker_169vo {
|
|
24
25
|
padding: var(--gap-8) var(--gap-12) var(--gap-4);
|
|
25
26
|
}
|
|
26
|
-
.bottom-
|
|
27
|
+
.bottom-sheet__header_169vo {
|
|
27
28
|
display: flex;
|
|
28
29
|
}
|
|
29
|
-
.bottom-
|
|
30
|
+
.bottom-sheet__sticky_169vo {
|
|
30
31
|
position: sticky;
|
|
31
32
|
top: var(--gap-0);
|
|
33
|
+
left: var(--gap-0);
|
|
32
34
|
}
|
|
33
|
-
.bottom-
|
|
35
|
+
.bottom-sheet__justifyEnd_169vo {
|
|
34
36
|
justify-content: flex-end;
|
|
35
37
|
}
|
|
36
|
-
.bottom-
|
|
38
|
+
.bottom-sheet__addon_169vo {
|
|
37
39
|
display: flex;
|
|
38
40
|
justify-content: center;
|
|
39
41
|
align-items: center;
|
|
40
42
|
min-width: 48px;
|
|
41
43
|
height: 48px;
|
|
42
44
|
}
|
|
43
|
-
.bottom-
|
|
45
|
+
.bottom-sheet__addonFixed_169vo {
|
|
44
46
|
position: fixed;
|
|
45
47
|
}
|
|
46
|
-
.bottom-
|
|
48
|
+
.bottom-sheet__title_169vo {
|
|
47
49
|
padding: var(--gap-10) var(--gap-8);
|
|
48
50
|
width: 100%;
|
|
49
51
|
|
|
@@ -51,22 +53,24 @@
|
|
|
51
53
|
|
|
52
54
|
line-height: 28px;
|
|
53
55
|
|
|
54
|
-
font-weight:
|
|
56
|
+
font-weight: 500;
|
|
55
57
|
|
|
56
|
-
|
|
58
|
+
letter-spacing: -0.15px;
|
|
59
|
+
|
|
60
|
+
font-family: var(--font-family-alfasans);
|
|
57
61
|
}
|
|
58
|
-
.bottom-
|
|
62
|
+
.bottom-sheet__titleCenter_169vo {
|
|
59
63
|
text-align: center;
|
|
60
64
|
}
|
|
61
|
-
.bottom-
|
|
65
|
+
.bottom-sheet__titleLeft_169vo {
|
|
62
66
|
text-align: left;
|
|
63
67
|
}
|
|
64
|
-
.bottom-
|
|
68
|
+
.bottom-sheet__trimTitle_169vo {
|
|
65
69
|
white-space: nowrap;
|
|
66
70
|
overflow: hidden;
|
|
67
71
|
text-overflow: ellipsis;
|
|
68
72
|
}
|
|
69
|
-
.bottom-
|
|
73
|
+
.bottom-sheet__subtitle_169vo {
|
|
70
74
|
width: 100%;
|
|
71
75
|
|
|
72
76
|
font-size: 14px;
|
|
@@ -75,5 +79,7 @@
|
|
|
75
79
|
|
|
76
80
|
font-weight: 400;
|
|
77
81
|
|
|
78
|
-
|
|
82
|
+
letter-spacing: -0.08px;
|
|
83
|
+
|
|
84
|
+
font-family: var(--font-family-alfasans);
|
|
79
85
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"headerWrapper":"bottom-
|
|
5
|
+
var styles = {"headerWrapper":"bottom-sheet__headerWrapper_169vo bottom-sheet__headerBase_169vo","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_169vo bottom-sheet__headerBase_169vo","sticky":"bottom-sheet__sticky_169vo","title":"bottom-sheet__title_169vo","subtitle":"bottom-sheet__subtitle_169vo"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["../../src/components/header/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.headerBase {\n border-top-left-radius: inherit;\n border-top-right-radius: inherit;\n z-index: 1;\n}\n\n.headerWrapper {\n composes: headerBase;\n padding: var(--gap-12) var(--gap-12) var(--gap-4);\n}\n\n.headerWrapperWithoutSwipeMarker {\n composes: headerBase;\n padding: var(--gap-8) var(--gap-12) var(--gap-4);\n}\n\n.header {\n display: flex;\n}\n\n.sticky {\n position: sticky;\n top: var(--gap-0);\n}\n\n.justifyEnd {\n justify-content: flex-end;\n}\n\n.addon {\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: 48px;\n height: 48px;\n}\n\n.addonFixed {\n position: fixed;\n}\n\n.title {\n padding: var(--gap-10) var(--gap-8);\n width: 100%;\n\n @mixin headline-system-mobile_small;\n}\n\n.titleCenter {\n text-align: center;\n}\n\n.titleLeft {\n text-align: left;\n}\n\n.trimTitle {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.subtitle {\n width: 100%;\n\n @mixin paragraph_primary_small;\n}\n"],"names":[],"mappings":";;;;AAEgB,aAAe,CAA+C,eAAe,CAAC,kEAAkE,CAAC,iCAAiC,CAAC,oFAAoF,CAAuC,QAAQ,CAAC,4BAA4B,CAAiI,OAAO,CAAC,2BAA2B,CAAyI,UAAU,CAAC,8BAA8B,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["../../src/components/header/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.headerBase {\n border-top-left-radius: inherit;\n border-top-right-radius: inherit;\n z-index: 1;\n}\n\n.headerWrapper {\n composes: headerBase;\n padding: var(--gap-12) var(--gap-12) var(--gap-4);\n}\n\n.headerWrapperWithoutSwipeMarker {\n composes: headerBase;\n padding: var(--gap-8) var(--gap-12) var(--gap-4);\n}\n\n.header {\n display: flex;\n}\n\n.sticky {\n position: sticky;\n top: var(--gap-0);\n left: var(--gap-0);\n}\n\n.justifyEnd {\n justify-content: flex-end;\n}\n\n.addon {\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: 48px;\n height: 48px;\n}\n\n.addonFixed {\n position: fixed;\n}\n\n.title {\n padding: var(--gap-10) var(--gap-8);\n width: 100%;\n\n @mixin headline-system-mobile_small;\n}\n\n.titleCenter {\n text-align: center;\n}\n\n.titleLeft {\n text-align: left;\n}\n\n.trimTitle {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.subtitle {\n width: 100%;\n\n @mixin paragraph_primary_small;\n}\n"],"names":[],"mappings":";;;;AAEgB,aAAe,CAA+C,eAAe,CAAC,kEAAkE,CAAC,iCAAiC,CAAC,oFAAoF,CAAuC,QAAQ,CAAC,4BAA4B,CAAiI,OAAO,CAAC,2BAA2B,CAAyI,UAAU,CAAC,8BAA8B,CAAC;;;;"}
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
--bottom-sheet-header-border-bottom-inverted: 1px solid var(--color-light-neutral-300-inverted);
|
|
7
7
|
--bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
|
|
8
8
|
}
|
|
9
|
-
.bottom-
|
|
9
|
+
.bottom-sheet__title_14p5e {
|
|
10
10
|
color: var(--bottom-sheet-text-color-inverted);
|
|
11
11
|
}
|
|
12
|
-
.bottom-
|
|
12
|
+
.bottom-sheet__hasContent_14p5e {
|
|
13
13
|
background-color: inherit;
|
|
14
14
|
}
|
|
15
|
-
.bottom-
|
|
15
|
+
.bottom-sheet__subtitle_14p5e.bottom-sheet__subtitle_14p5e {
|
|
16
16
|
color: var(--bottom-sheet-text-color-inverted);
|
|
17
17
|
}
|
|
18
|
-
.bottom-
|
|
18
|
+
.bottom-sheet__highlighted_14p5e {
|
|
19
19
|
border-bottom: var(--bottom-sheet-header-border-bottom-inverted);
|
|
20
20
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./inverted.css');
|
|
4
4
|
|
|
5
|
-
var invertedColors = {"title":"bottom-
|
|
5
|
+
var invertedColors = {"title":"bottom-sheet__title_14p5e","hasContent":"bottom-sheet__hasContent_14p5e","subtitle":"bottom-sheet__subtitle_14p5e","highlighted":"bottom-sheet__highlighted_14p5e"};
|
|
6
6
|
|
|
7
7
|
module.exports = invertedColors;
|
|
8
8
|
//# sourceMappingURL=inverted.module.css.js.map
|
|
@@ -9,8 +9,9 @@
|
|
|
9
9
|
--gap-12: var(--gap-s);
|
|
10
10
|
}
|
|
11
11
|
:root {
|
|
12
|
-
--font-family-
|
|
13
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
12
|
+
--font-family-alfasans:
|
|
13
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
14
|
+
Helvetica, sans-serif;
|
|
14
15
|
}
|
|
15
16
|
.headerBase {
|
|
16
17
|
border-top-left-radius: inherit;
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
.sticky {
|
|
32
33
|
position: sticky;
|
|
33
34
|
top: var(--gap-0);
|
|
35
|
+
left: var(--gap-0);
|
|
34
36
|
}
|
|
35
37
|
.justifyEnd {
|
|
36
38
|
justify-content: flex-end;
|
|
@@ -53,9 +55,11 @@
|
|
|
53
55
|
|
|
54
56
|
line-height: 28px;
|
|
55
57
|
|
|
56
|
-
font-weight:
|
|
58
|
+
font-weight: 500;
|
|
57
59
|
|
|
58
|
-
|
|
60
|
+
letter-spacing: -0.15px;
|
|
61
|
+
|
|
62
|
+
font-family: var(--font-family-alfasans);
|
|
59
63
|
}
|
|
60
64
|
.titleCenter {
|
|
61
65
|
text-align: center;
|
|
@@ -77,5 +81,7 @@
|
|
|
77
81
|
|
|
78
82
|
font-weight: 400;
|
|
79
83
|
|
|
80
|
-
|
|
84
|
+
letter-spacing: -0.08px;
|
|
85
|
+
|
|
86
|
+
font-family: var(--font-family-alfasans);
|
|
81
87
|
}
|
package/default.css
CHANGED
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
--bottom-sheet-marker-color: var(--color-light-neutral-translucent-300);
|
|
9
9
|
--bottom-sheet-text-color: var(--color-light-text-primary);
|
|
10
10
|
}
|
|
11
|
-
.bottom-
|
|
11
|
+
.bottom-sheet__component_1i4jx {
|
|
12
12
|
background-color: var(--bottom-sheet-background-color);
|
|
13
13
|
}
|
|
14
|
-
.bottom-
|
|
14
|
+
.bottom-sheet__content_1i4jx {
|
|
15
15
|
color: var(--bottom-sheet-text-color);
|
|
16
16
|
}
|
|
17
|
-
.bottom-
|
|
17
|
+
.bottom-sheet__defaultMarker_1i4jx {
|
|
18
18
|
background-color: var(--bottom-sheet-marker-color);
|
|
19
19
|
}
|
|
20
|
-
.bottom-
|
|
20
|
+
.bottom-sheet__hasContent_1i4jx {
|
|
21
21
|
color: var(--bottom-sheet-text-color);
|
|
22
22
|
}
|
package/default.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./default.css');
|
|
4
4
|
|
|
5
|
-
var defaultColors = {"component":"bottom-
|
|
5
|
+
var defaultColors = {"component":"bottom-sheet__component_1i4jx","content":"bottom-sheet__content_1i4jx","defaultMarker":"bottom-sheet__defaultMarker_1i4jx","hasContent":"bottom-sheet__hasContent_1i4jx"};
|
|
6
6
|
|
|
7
7
|
module.exports = defaultColors;
|
|
8
8
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
--bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
|
|
9
9
|
--bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
|
|
10
10
|
}
|
|
11
|
-
.bottom-
|
|
11
|
+
.bottom-sheet__highlighted_vza4f {
|
|
12
12
|
background-color: var(--bottom-sheet-footer-background-color);
|
|
13
13
|
}
|
|
14
|
-
.bottom-
|
|
14
|
+
.bottom-sheet__highlighted_vza4f:not(:empty) {
|
|
15
15
|
border-top: var(--bottom-sheet-footer-border-top);
|
|
16
16
|
}
|
|
17
|
-
.bottom-
|
|
17
|
+
.bottom-sheet__hasContent_vza4f {
|
|
18
18
|
color: var(--bottom-sheet-text-color);
|
|
19
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './default.css';
|
|
2
2
|
|
|
3
|
-
var defaultColors = {"highlighted":"bottom-
|
|
3
|
+
var defaultColors = {"highlighted":"bottom-sheet__highlighted_vza4f","hasContent":"bottom-sheet__hasContent_vza4f"};
|
|
4
4
|
|
|
5
5
|
export { defaultColors as default };
|
|
6
6
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -3,17 +3,18 @@
|
|
|
3
3
|
--gap-0: 0px;
|
|
4
4
|
--gap-20: var(--gap-l);
|
|
5
5
|
}
|
|
6
|
-
.bottom-
|
|
6
|
+
.bottom-sheet__footer_15anf {
|
|
7
7
|
padding: var(--gap-20);
|
|
8
8
|
}
|
|
9
|
-
.bottom-
|
|
9
|
+
.bottom-sheet__footer_15anf:empty {
|
|
10
10
|
padding: var(--gap-20) var(--gap-0) var(--gap-0);
|
|
11
11
|
position: sticky;
|
|
12
12
|
bottom: var(--gap-0);
|
|
13
13
|
z-index: 1;
|
|
14
14
|
}
|
|
15
|
-
.bottom-
|
|
15
|
+
.bottom-sheet__sticky_15anf {
|
|
16
16
|
position: sticky;
|
|
17
17
|
bottom: var(--gap-0);
|
|
18
|
+
left: var(--gap-0);
|
|
18
19
|
z-index: 1;
|
|
19
20
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"footer":"bottom-
|
|
3
|
+
var styles = {"footer":"bottom-sheet__footer_15anf","sticky":"bottom-sheet__sticky_15anf"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["../../src/components/footer/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.footer {\n padding: var(--gap-20);\n\n &:empty {\n padding: var(--gap-20) var(--gap-0) var(--gap-0);\n position: sticky;\n bottom: var(--gap-0);\n z-index: 1;\n }\n}\n\n.sticky {\n position: sticky;\n bottom: var(--gap-0);\n z-index: 1;\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,QAAQ,CAAC,4BAA4B,CAAC,QAAQ,CAAC,4BAA4B,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["../../src/components/footer/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.footer {\n padding: var(--gap-20);\n\n &:empty {\n padding: var(--gap-20) var(--gap-0) var(--gap-0);\n position: sticky;\n bottom: var(--gap-0);\n z-index: 1;\n }\n}\n\n.sticky {\n position: sticky;\n bottom: var(--gap-0);\n left: var(--gap-0);\n z-index: 1;\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,QAAQ,CAAC,4BAA4B,CAAC,QAAQ,CAAC,4BAA4B,CAAC;;;;"}
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
--bottom-sheet-footer-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
|
|
9
9
|
--bottom-sheet-footer-border-top-inverted: 1px solid var(--color-light-neutral-300-inverted);
|
|
10
10
|
}
|
|
11
|
-
.bottom-
|
|
11
|
+
.bottom-sheet__highlighted_181ai {
|
|
12
12
|
background-color: var(--bottom-sheet-footer-background-color-inverted);
|
|
13
13
|
}
|
|
14
|
-
.bottom-
|
|
14
|
+
.bottom-sheet__highlighted_181ai:not(:empty) {
|
|
15
15
|
border-top: var(--bottom-sheet-footer-border-top-inverted);
|
|
16
16
|
}
|
|
17
|
-
.bottom-
|
|
17
|
+
.bottom-sheet__hasContent_181ai {
|
|
18
18
|
color: var(--bottom-sheet-text-color-inverted);
|
|
19
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './inverted.css';
|
|
2
2
|
|
|
3
|
-
var invertedColors = {"highlighted":"bottom-
|
|
3
|
+
var invertedColors = {"highlighted":"bottom-sheet__highlighted_181ai","hasContent":"bottom-sheet__hasContent_181ai"};
|
|
4
4
|
|
|
5
5
|
export { invertedColors as default };
|
|
6
6
|
//# sourceMappingURL=inverted.module.css.js.map
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
--bottom-sheet-header-border-bottom: 1px solid var(--color-light-neutral-300);
|
|
7
7
|
--bottom-sheet-text-color: var(--color-light-text-primary);
|
|
8
8
|
}
|
|
9
|
-
.bottom-
|
|
9
|
+
.bottom-sheet__title_1uaup {
|
|
10
10
|
color: var(--bottom-sheet-text-color);
|
|
11
11
|
}
|
|
12
|
-
.bottom-
|
|
12
|
+
.bottom-sheet__hasContent_1uaup {
|
|
13
13
|
background-color: inherit;
|
|
14
14
|
}
|
|
15
|
-
.bottom-
|
|
15
|
+
.bottom-sheet__subtitle_1uaup.bottom-sheet__subtitle_1uaup {
|
|
16
16
|
color: var(--bottom-sheet-text-color);
|
|
17
17
|
}
|
|
18
|
-
.bottom-
|
|
18
|
+
.bottom-sheet__highlighted_1uaup {
|
|
19
19
|
border-bottom: var(--bottom-sheet-header-border-bottom);
|
|
20
20
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './default.css';
|
|
2
2
|
|
|
3
|
-
var defaultColors = {"title":"bottom-
|
|
3
|
+
var defaultColors = {"title":"bottom-sheet__title_1uaup","hasContent":"bottom-sheet__hasContent_1uaup","subtitle":"bottom-sheet__subtitle_1uaup","highlighted":"bottom-sheet__highlighted_1uaup"};
|
|
4
4
|
|
|
5
5
|
export { defaultColors as default };
|
|
6
6
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -9,41 +9,43 @@
|
|
|
9
9
|
--gap-12: var(--gap-s);
|
|
10
10
|
}
|
|
11
11
|
:root {
|
|
12
|
-
--font-family-
|
|
13
|
-
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
12
|
+
--font-family-alfasans:
|
|
13
|
+
'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
|
|
14
|
+
Helvetica, sans-serif;
|
|
14
15
|
}
|
|
15
|
-
.bottom-
|
|
16
|
+
.bottom-sheet__headerBase_169vo {
|
|
16
17
|
border-top-left-radius: inherit;
|
|
17
18
|
border-top-right-radius: inherit;
|
|
18
19
|
z-index: 1;
|
|
19
20
|
}
|
|
20
|
-
.bottom-
|
|
21
|
+
.bottom-sheet__headerWrapper_169vo {
|
|
21
22
|
padding: var(--gap-12) var(--gap-12) var(--gap-4);
|
|
22
23
|
}
|
|
23
|
-
.bottom-
|
|
24
|
+
.bottom-sheet__headerWrapperWithoutSwipeMarker_169vo {
|
|
24
25
|
padding: var(--gap-8) var(--gap-12) var(--gap-4);
|
|
25
26
|
}
|
|
26
|
-
.bottom-
|
|
27
|
+
.bottom-sheet__header_169vo {
|
|
27
28
|
display: flex;
|
|
28
29
|
}
|
|
29
|
-
.bottom-
|
|
30
|
+
.bottom-sheet__sticky_169vo {
|
|
30
31
|
position: sticky;
|
|
31
32
|
top: var(--gap-0);
|
|
33
|
+
left: var(--gap-0);
|
|
32
34
|
}
|
|
33
|
-
.bottom-
|
|
35
|
+
.bottom-sheet__justifyEnd_169vo {
|
|
34
36
|
justify-content: flex-end;
|
|
35
37
|
}
|
|
36
|
-
.bottom-
|
|
38
|
+
.bottom-sheet__addon_169vo {
|
|
37
39
|
display: flex;
|
|
38
40
|
justify-content: center;
|
|
39
41
|
align-items: center;
|
|
40
42
|
min-width: 48px;
|
|
41
43
|
height: 48px;
|
|
42
44
|
}
|
|
43
|
-
.bottom-
|
|
45
|
+
.bottom-sheet__addonFixed_169vo {
|
|
44
46
|
position: fixed;
|
|
45
47
|
}
|
|
46
|
-
.bottom-
|
|
48
|
+
.bottom-sheet__title_169vo {
|
|
47
49
|
padding: var(--gap-10) var(--gap-8);
|
|
48
50
|
width: 100%;
|
|
49
51
|
|
|
@@ -51,22 +53,24 @@
|
|
|
51
53
|
|
|
52
54
|
line-height: 28px;
|
|
53
55
|
|
|
54
|
-
font-weight:
|
|
56
|
+
font-weight: 500;
|
|
55
57
|
|
|
56
|
-
|
|
58
|
+
letter-spacing: -0.15px;
|
|
59
|
+
|
|
60
|
+
font-family: var(--font-family-alfasans);
|
|
57
61
|
}
|
|
58
|
-
.bottom-
|
|
62
|
+
.bottom-sheet__titleCenter_169vo {
|
|
59
63
|
text-align: center;
|
|
60
64
|
}
|
|
61
|
-
.bottom-
|
|
65
|
+
.bottom-sheet__titleLeft_169vo {
|
|
62
66
|
text-align: left;
|
|
63
67
|
}
|
|
64
|
-
.bottom-
|
|
68
|
+
.bottom-sheet__trimTitle_169vo {
|
|
65
69
|
white-space: nowrap;
|
|
66
70
|
overflow: hidden;
|
|
67
71
|
text-overflow: ellipsis;
|
|
68
72
|
}
|
|
69
|
-
.bottom-
|
|
73
|
+
.bottom-sheet__subtitle_169vo {
|
|
70
74
|
width: 100%;
|
|
71
75
|
|
|
72
76
|
font-size: 14px;
|
|
@@ -75,5 +79,7 @@
|
|
|
75
79
|
|
|
76
80
|
font-weight: 400;
|
|
77
81
|
|
|
78
|
-
|
|
82
|
+
letter-spacing: -0.08px;
|
|
83
|
+
|
|
84
|
+
font-family: var(--font-family-alfasans);
|
|
79
85
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"headerWrapper":"bottom-
|
|
3
|
+
var styles = {"headerWrapper":"bottom-sheet__headerWrapper_169vo bottom-sheet__headerBase_169vo","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_169vo bottom-sheet__headerBase_169vo","sticky":"bottom-sheet__sticky_169vo","title":"bottom-sheet__title_169vo","subtitle":"bottom-sheet__subtitle_169vo"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["../../src/components/header/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.headerBase {\n border-top-left-radius: inherit;\n border-top-right-radius: inherit;\n z-index: 1;\n}\n\n.headerWrapper {\n composes: headerBase;\n padding: var(--gap-12) var(--gap-12) var(--gap-4);\n}\n\n.headerWrapperWithoutSwipeMarker {\n composes: headerBase;\n padding: var(--gap-8) var(--gap-12) var(--gap-4);\n}\n\n.header {\n display: flex;\n}\n\n.sticky {\n position: sticky;\n top: var(--gap-0);\n}\n\n.justifyEnd {\n justify-content: flex-end;\n}\n\n.addon {\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: 48px;\n height: 48px;\n}\n\n.addonFixed {\n position: fixed;\n}\n\n.title {\n padding: var(--gap-10) var(--gap-8);\n width: 100%;\n\n @mixin headline-system-mobile_small;\n}\n\n.titleCenter {\n text-align: center;\n}\n\n.titleLeft {\n text-align: left;\n}\n\n.trimTitle {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.subtitle {\n width: 100%;\n\n @mixin paragraph_primary_small;\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAA+C,eAAe,CAAC,kEAAkE,CAAC,iCAAiC,CAAC,oFAAoF,CAAuC,QAAQ,CAAC,4BAA4B,CAAiI,OAAO,CAAC,2BAA2B,CAAyI,UAAU,CAAC,8BAA8B,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["../../src/components/header/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.headerBase {\n border-top-left-radius: inherit;\n border-top-right-radius: inherit;\n z-index: 1;\n}\n\n.headerWrapper {\n composes: headerBase;\n padding: var(--gap-12) var(--gap-12) var(--gap-4);\n}\n\n.headerWrapperWithoutSwipeMarker {\n composes: headerBase;\n padding: var(--gap-8) var(--gap-12) var(--gap-4);\n}\n\n.header {\n display: flex;\n}\n\n.sticky {\n position: sticky;\n top: var(--gap-0);\n left: var(--gap-0);\n}\n\n.justifyEnd {\n justify-content: flex-end;\n}\n\n.addon {\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: 48px;\n height: 48px;\n}\n\n.addonFixed {\n position: fixed;\n}\n\n.title {\n padding: var(--gap-10) var(--gap-8);\n width: 100%;\n\n @mixin headline-system-mobile_small;\n}\n\n.titleCenter {\n text-align: center;\n}\n\n.titleLeft {\n text-align: left;\n}\n\n.trimTitle {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.subtitle {\n width: 100%;\n\n @mixin paragraph_primary_small;\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAA+C,eAAe,CAAC,kEAAkE,CAAC,iCAAiC,CAAC,oFAAoF,CAAuC,QAAQ,CAAC,4BAA4B,CAAiI,OAAO,CAAC,2BAA2B,CAAyI,UAAU,CAAC,8BAA8B,CAAC;;;;"}
|
|
@@ -6,15 +6,15 @@
|
|
|
6
6
|
--bottom-sheet-header-border-bottom-inverted: 1px solid var(--color-light-neutral-300-inverted);
|
|
7
7
|
--bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
|
|
8
8
|
}
|
|
9
|
-
.bottom-
|
|
9
|
+
.bottom-sheet__title_14p5e {
|
|
10
10
|
color: var(--bottom-sheet-text-color-inverted);
|
|
11
11
|
}
|
|
12
|
-
.bottom-
|
|
12
|
+
.bottom-sheet__hasContent_14p5e {
|
|
13
13
|
background-color: inherit;
|
|
14
14
|
}
|
|
15
|
-
.bottom-
|
|
15
|
+
.bottom-sheet__subtitle_14p5e.bottom-sheet__subtitle_14p5e {
|
|
16
16
|
color: var(--bottom-sheet-text-color-inverted);
|
|
17
17
|
}
|
|
18
|
-
.bottom-
|
|
18
|
+
.bottom-sheet__highlighted_14p5e {
|
|
19
19
|
border-bottom: var(--bottom-sheet-header-border-bottom-inverted);
|
|
20
20
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './inverted.css';
|
|
2
2
|
|
|
3
|
-
var invertedColors = {"title":"bottom-
|
|
3
|
+
var invertedColors = {"title":"bottom-sheet__title_14p5e","hasContent":"bottom-sheet__hasContent_14p5e","subtitle":"bottom-sheet__subtitle_14p5e","highlighted":"bottom-sheet__highlighted_14p5e"};
|
|
4
4
|
|
|
5
5
|
export { invertedColors as default };
|
|
6
6
|
//# sourceMappingURL=inverted.module.css.js.map
|
package/esm/default.css
CHANGED
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
--bottom-sheet-marker-color: var(--color-light-neutral-translucent-300);
|
|
9
9
|
--bottom-sheet-text-color: var(--color-light-text-primary);
|
|
10
10
|
}
|
|
11
|
-
.bottom-
|
|
11
|
+
.bottom-sheet__component_1i4jx {
|
|
12
12
|
background-color: var(--bottom-sheet-background-color);
|
|
13
13
|
}
|
|
14
|
-
.bottom-
|
|
14
|
+
.bottom-sheet__content_1i4jx {
|
|
15
15
|
color: var(--bottom-sheet-text-color);
|
|
16
16
|
}
|
|
17
|
-
.bottom-
|
|
17
|
+
.bottom-sheet__defaultMarker_1i4jx {
|
|
18
18
|
background-color: var(--bottom-sheet-marker-color);
|
|
19
19
|
}
|
|
20
|
-
.bottom-
|
|
20
|
+
.bottom-sheet__hasContent_1i4jx {
|
|
21
21
|
color: var(--bottom-sheet-text-color);
|
|
22
22
|
}
|