@alfalab/core-components-bottom-sheet 8.0.4 → 8.1.0
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/component.js +1 -1
- package/component.js.map +1 -1
- package/components/footer/default.css +5 -3
- package/components/footer/default.module.css.js +1 -1
- package/components/footer/default.module.css.js.map +1 -1
- package/components/footer/index.css +9 -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 +5 -3
- package/components/footer/inverted.module.css.js +1 -1
- package/components/footer/inverted.module.css.js.map +1 -1
- package/components/header/default.css +4 -4
- package/components/header/default.module.css.js +1 -1
- package/components/header/index.css +13 -13
- package/components/header/index.module.css.js +1 -1
- package/components/header/inverted.css +4 -4
- package/components/header/inverted.module.css.js +1 -1
- package/cssm/component.js +1 -1
- package/cssm/component.js.map +1 -1
- package/cssm/components/footer/default.module.css +3 -1
- package/cssm/components/footer/index.module.css +7 -1
- package/cssm/components/footer/inverted.module.css +3 -1
- package/default.css +4 -4
- package/default.module.css.js +1 -1
- package/esm/component.js +1 -1
- package/esm/component.js.map +1 -1
- package/esm/components/footer/default.css +5 -3
- package/esm/components/footer/default.module.css.js +1 -1
- package/esm/components/footer/default.module.css.js.map +1 -1
- package/esm/components/footer/index.css +9 -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 +5 -3
- package/esm/components/footer/inverted.module.css.js +1 -1
- package/esm/components/footer/inverted.module.css.js.map +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 +13 -13
- package/esm/components/header/index.module.css.js +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/component.js +1 -1
- package/modern/component.js.map +1 -1
- package/modern/components/footer/default.css +5 -3
- package/modern/components/footer/default.module.css.js +1 -1
- package/modern/components/footer/default.module.css.js.map +1 -1
- package/modern/components/footer/index.css +9 -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 +5 -3
- package/modern/components/footer/inverted.module.css.js +1 -1
- package/modern/components/footer/inverted.module.css.js.map +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 +13 -13
- package/modern/components/header/index.module.css.js +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/component.js +1 -1
- package/moderncssm/component.js.map +1 -1
- package/moderncssm/components/footer/default.module.css +4 -1
- package/moderncssm/components/footer/index.module.css +8 -1
- package/moderncssm/components/footer/inverted.module.css +4 -1
- package/package.json +4 -4
- package/src/component.tsx +1 -2
- package/src/components/footer/default.module.css +4 -1
- package/src/components/footer/index.module.css +8 -1
- package/src/components/footer/inverted.module.css +4 -1
|
@@ -3,10 +3,16 @@
|
|
|
3
3
|
--gap-0: 0px;
|
|
4
4
|
--gap-16: var(--gap-m);
|
|
5
5
|
}
|
|
6
|
-
.bottom-
|
|
7
|
-
padding: var(--gap-16)
|
|
6
|
+
.bottom-sheet__footer_12qi1 {
|
|
7
|
+
padding: var(--gap-16);
|
|
8
8
|
}
|
|
9
|
-
.bottom-
|
|
9
|
+
.bottom-sheet__footer_12qi1:empty {
|
|
10
|
+
padding: var(--gap-16) var(--gap-0) var(--gap-0);
|
|
11
|
+
position: sticky;
|
|
12
|
+
bottom: var(--gap-0);
|
|
13
|
+
z-index: 1;
|
|
14
|
+
}
|
|
15
|
+
.bottom-sheet__sticky_12qi1 {
|
|
10
16
|
position: sticky;
|
|
11
17
|
bottom: var(--gap-0);
|
|
12
18
|
z-index: 1;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"footer":"bottom-
|
|
3
|
+
var styles = {"footer":"bottom-sheet__footer_12qi1","sticky":"bottom-sheet__sticky_12qi1"};
|
|
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/no-typography-index.css';\n@import '../../vars.css';\n\n.footer {\n padding: var(--gap-16) var(--gap-16);\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/no-typography-index.css';\n@import '../../vars.css';\n\n.footer {\n padding: var(--gap-16);\n\n &:empty {\n padding: var(--gap-16) 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;;;;"}
|
|
@@ -8,10 +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_b93df {
|
|
12
12
|
background-color: var(--bottom-sheet-footer-background-color-inverted);
|
|
13
|
-
border-top: var(--bottom-sheet-footer-border-top-inverted);
|
|
14
13
|
}
|
|
15
|
-
.bottom-
|
|
14
|
+
.bottom-sheet__highlighted_b93df:not(:empty) {
|
|
15
|
+
border-top: var(--bottom-sheet-footer-border-top-inverted);
|
|
16
|
+
}
|
|
17
|
+
.bottom-sheet__hasContent_b93df {
|
|
16
18
|
color: var(--bottom-sheet-text-color-inverted);
|
|
17
19
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './inverted.css';
|
|
2
2
|
|
|
3
|
-
var invertedColors = {"highlighted":"bottom-
|
|
3
|
+
var invertedColors = {"highlighted":"bottom-sheet__highlighted_b93df","hasContent":"bottom-sheet__hasContent_b93df"};
|
|
4
4
|
|
|
5
5
|
export { invertedColors as default };
|
|
6
6
|
//# sourceMappingURL=inverted.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inverted.module.css.js","sources":["../../src/components/footer/inverted.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.highlighted {\n background-color: var(--bottom-sheet-footer-background-color-inverted);\n border-top: var(--bottom-sheet-footer-border-top-inverted);\n}\n\n.hasContent {\n color: var(--bottom-sheet-text-color-inverted);\n}\n"],"names":[],"mappings":";;AAEgB,qBAAe,CAAC,aAAa,CAAC,iCAAiC,CAAC,YAAY,CAAC,gCAAgC,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"inverted.module.css.js","sources":["../../src/components/footer/inverted.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.highlighted {\n background-color: var(--bottom-sheet-footer-background-color-inverted);\n\n &:not(:empty) {\n border-top: var(--bottom-sheet-footer-border-top-inverted);\n }\n}\n\n.hasContent {\n color: var(--bottom-sheet-text-color-inverted);\n}\n"],"names":[],"mappings":";;AAEgB,qBAAe,CAAC,aAAa,CAAC,iCAAiC,CAAC,YAAY,CAAC,gCAAgC,CAAC;;;;"}
|
|
@@ -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_31bi9 {
|
|
10
10
|
color: var(--bottom-sheet-text-color);
|
|
11
11
|
}
|
|
12
|
-
.bottom-
|
|
12
|
+
.bottom-sheet__hasContent_31bi9 {
|
|
13
13
|
background-color: inherit;
|
|
14
14
|
}
|
|
15
|
-
.bottom-
|
|
15
|
+
.bottom-sheet__subtitle_31bi9.bottom-sheet__subtitle_31bi9 {
|
|
16
16
|
color: var(--bottom-sheet-text-color);
|
|
17
17
|
}
|
|
18
|
-
.bottom-
|
|
18
|
+
.bottom-sheet__highlighted_31bi9 {
|
|
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_31bi9","hasContent":"bottom-sheet__hasContent_31bi9","subtitle":"bottom-sheet__subtitle_31bi9","highlighted":"bottom-sheet__highlighted_31bi9"};
|
|
4
4
|
|
|
5
5
|
export { defaultColors as default };
|
|
6
6
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -12,38 +12,38 @@
|
|
|
12
12
|
--font-family-system:
|
|
13
13
|
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
|
|
14
14
|
}
|
|
15
|
-
.bottom-
|
|
15
|
+
.bottom-sheet__headerBase_1lj6z {
|
|
16
16
|
border-top-left-radius: inherit;
|
|
17
17
|
border-top-right-radius: inherit;
|
|
18
18
|
z-index: 1;
|
|
19
19
|
}
|
|
20
|
-
.bottom-
|
|
20
|
+
.bottom-sheet__headerWrapper_1lj6z {
|
|
21
21
|
padding: var(--gap-12) var(--gap-8) var(--gap-4);
|
|
22
22
|
}
|
|
23
|
-
.bottom-
|
|
23
|
+
.bottom-sheet__headerWrapperWithoutSwipeMarker_1lj6z {
|
|
24
24
|
padding: var(--gap-8) var(--gap-8) var(--gap-4);
|
|
25
25
|
}
|
|
26
|
-
.bottom-
|
|
26
|
+
.bottom-sheet__header_1lj6z {
|
|
27
27
|
display: flex;
|
|
28
28
|
}
|
|
29
|
-
.bottom-
|
|
29
|
+
.bottom-sheet__sticky_1lj6z {
|
|
30
30
|
position: sticky;
|
|
31
31
|
top: var(--gap-0);
|
|
32
32
|
}
|
|
33
|
-
.bottom-
|
|
33
|
+
.bottom-sheet__justifyEnd_1lj6z {
|
|
34
34
|
justify-content: flex-end;
|
|
35
35
|
}
|
|
36
|
-
.bottom-
|
|
36
|
+
.bottom-sheet__addon_1lj6z {
|
|
37
37
|
display: flex;
|
|
38
38
|
justify-content: center;
|
|
39
39
|
align-items: center;
|
|
40
40
|
min-width: 48px;
|
|
41
41
|
height: 48px;
|
|
42
42
|
}
|
|
43
|
-
.bottom-
|
|
43
|
+
.bottom-sheet__addonFixed_1lj6z {
|
|
44
44
|
position: fixed;
|
|
45
45
|
}
|
|
46
|
-
.bottom-
|
|
46
|
+
.bottom-sheet__title_1lj6z {
|
|
47
47
|
padding: var(--gap-10) var(--gap-8);
|
|
48
48
|
width: 100%;
|
|
49
49
|
|
|
@@ -55,18 +55,18 @@
|
|
|
55
55
|
|
|
56
56
|
font-family: var(--font-family-system);
|
|
57
57
|
}
|
|
58
|
-
.bottom-
|
|
58
|
+
.bottom-sheet__titleCenter_1lj6z {
|
|
59
59
|
text-align: center;
|
|
60
60
|
}
|
|
61
|
-
.bottom-
|
|
61
|
+
.bottom-sheet__titleLeft_1lj6z {
|
|
62
62
|
text-align: left;
|
|
63
63
|
}
|
|
64
|
-
.bottom-
|
|
64
|
+
.bottom-sheet__trimTitle_1lj6z {
|
|
65
65
|
white-space: nowrap;
|
|
66
66
|
overflow: hidden;
|
|
67
67
|
text-overflow: ellipsis;
|
|
68
68
|
}
|
|
69
|
-
.bottom-
|
|
69
|
+
.bottom-sheet__subtitle_1lj6z {
|
|
70
70
|
width: 100%;
|
|
71
71
|
|
|
72
72
|
font-size: 14px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"headerWrapper":"bottom-
|
|
3
|
+
var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1lj6z bottom-sheet__headerBase_1lj6z","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1lj6z bottom-sheet__headerBase_1lj6z","sticky":"bottom-sheet__sticky_1lj6z","title":"bottom-sheet__title_1lj6z","subtitle":"bottom-sheet__subtitle_1lj6z"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -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_vrww6 {
|
|
10
10
|
color: var(--bottom-sheet-text-color-inverted);
|
|
11
11
|
}
|
|
12
|
-
.bottom-
|
|
12
|
+
.bottom-sheet__hasContent_vrww6 {
|
|
13
13
|
background-color: inherit;
|
|
14
14
|
}
|
|
15
|
-
.bottom-
|
|
15
|
+
.bottom-sheet__subtitle_vrww6.bottom-sheet__subtitle_vrww6 {
|
|
16
16
|
color: var(--bottom-sheet-text-color-inverted);
|
|
17
17
|
}
|
|
18
|
-
.bottom-
|
|
18
|
+
.bottom-sheet__highlighted_vrww6 {
|
|
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_vrww6","hasContent":"bottom-sheet__hasContent_vrww6","subtitle":"bottom-sheet__subtitle_vrww6","highlighted":"bottom-sheet__highlighted_vrww6"};
|
|
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_17lll {
|
|
12
12
|
background-color: var(--bottom-sheet-background-color);
|
|
13
13
|
}
|
|
14
|
-
.bottom-
|
|
14
|
+
.bottom-sheet__content_17lll {
|
|
15
15
|
color: var(--bottom-sheet-text-color);
|
|
16
16
|
}
|
|
17
|
-
.bottom-
|
|
17
|
+
.bottom-sheet__defaultMarker_17lll {
|
|
18
18
|
background-color: var(--bottom-sheet-marker-color);
|
|
19
19
|
}
|
|
20
|
-
.bottom-
|
|
20
|
+
.bottom-sheet__hasContent_17lll {
|
|
21
21
|
color: var(--bottom-sheet-text-color);
|
|
22
22
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './default.css';
|
|
2
2
|
|
|
3
|
-
var defaultColors = {"component":"bottom-
|
|
3
|
+
var defaultColors = {"component":"bottom-sheet__component_17lll","content":"bottom-sheet__content_17lll","defaultMarker":"bottom-sheet__defaultMarker_17lll","hasContent":"bottom-sheet__hasContent_17lll"};
|
|
4
4
|
|
|
5
5
|
export { defaultColors as default };
|
|
6
6
|
//# sourceMappingURL=default.module.css.js.map
|
package/esm/index.css
CHANGED
|
@@ -45,18 +45,18 @@
|
|
|
45
45
|
--bottom-sheet-top-radius: var(--border-radius-16);
|
|
46
46
|
--bottom-sheet-shadow: none;
|
|
47
47
|
}
|
|
48
|
-
.bottom-
|
|
48
|
+
.bottom-sheet__modal_1fp35 {
|
|
49
49
|
bottom: var(--gap-0);
|
|
50
50
|
width: 100%;
|
|
51
51
|
max-width: 600px;
|
|
52
52
|
pointer-events: none;
|
|
53
53
|
touch-action: none;
|
|
54
54
|
}
|
|
55
|
-
.bottom-
|
|
55
|
+
.bottom-sheet__modal_1fp35.bottom-sheet__modal_1fp35 {
|
|
56
56
|
background-color: transparent;
|
|
57
57
|
position: fixed;
|
|
58
58
|
}
|
|
59
|
-
.bottom-
|
|
59
|
+
.bottom-sheet__wrapper_1fp35 {
|
|
60
60
|
transform: translateY(100%);
|
|
61
61
|
pointer-events: none;
|
|
62
62
|
touch-action: none;
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
border-top-left-radius: var(--bottom-sheet-top-radius);
|
|
65
65
|
transition: border-radius 0.3s ease;
|
|
66
66
|
}
|
|
67
|
-
.bottom-
|
|
67
|
+
.bottom-sheet__outerClassName_1fp35 {
|
|
68
68
|
pointer-events: all;
|
|
69
69
|
}
|
|
70
|
-
.bottom-
|
|
70
|
+
.bottom-sheet__fullscreen_1fp35 {
|
|
71
71
|
border-radius: var(--border-radius-0);
|
|
72
72
|
}
|
|
73
|
-
.bottom-
|
|
73
|
+
.bottom-sheet__component_1fp35 {
|
|
74
74
|
position: relative;
|
|
75
75
|
display: flex;
|
|
76
76
|
flex-direction: column;
|
|
@@ -79,10 +79,10 @@
|
|
|
79
79
|
box-shadow: var(--bottom-sheet-shadow);
|
|
80
80
|
transform: translate(0, 0);
|
|
81
81
|
}
|
|
82
|
-
.bottom-
|
|
82
|
+
.bottom-sheet__withTransition_1fp35 {
|
|
83
83
|
transition: var(--bottom-sheet-out-transition);
|
|
84
84
|
}
|
|
85
|
-
.bottom-
|
|
85
|
+
.bottom-sheet__scrollableContainer_1fp35 {
|
|
86
86
|
overflow: auto;
|
|
87
87
|
display: flex;
|
|
88
88
|
flex-direction: column;
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
border-radius: inherit;
|
|
93
93
|
overscroll-behavior: contain;
|
|
94
94
|
}
|
|
95
|
-
.bottom-
|
|
95
|
+
.bottom-sheet__marker_1fp35 {
|
|
96
96
|
position: fixed;
|
|
97
97
|
top: var(--gap-4);
|
|
98
98
|
right: var(--gap-0);
|
|
@@ -101,11 +101,11 @@
|
|
|
101
101
|
width: 36px;
|
|
102
102
|
margin: var(--gap-0) auto;
|
|
103
103
|
}
|
|
104
|
-
.bottom-
|
|
104
|
+
.bottom-sheet__defaultMarker_1fp35 {
|
|
105
105
|
height: 4px;
|
|
106
106
|
border-radius: var(--border-radius-20);
|
|
107
107
|
}
|
|
108
|
-
.bottom-
|
|
108
|
+
.bottom-sheet__content_1fp35 {
|
|
109
109
|
position: relative;
|
|
110
110
|
z-index: 0;
|
|
111
111
|
display: flex;
|
|
@@ -115,108 +115,108 @@
|
|
|
115
115
|
background-color: inherit;
|
|
116
116
|
border-radius: inherit;
|
|
117
117
|
}
|
|
118
|
-
.bottom-
|
|
118
|
+
.bottom-sheet__noHeader_1fp35 {
|
|
119
119
|
padding-top: var(--gap-16);
|
|
120
120
|
}
|
|
121
|
-
.bottom-
|
|
121
|
+
.bottom-sheet__noFooter_1fp35 {
|
|
122
122
|
padding-bottom: var(--gap-16);
|
|
123
123
|
}
|
|
124
|
-
.bottom-
|
|
124
|
+
.bottom-sheet__scrollLocked_1fp35 {
|
|
125
125
|
overflow: hidden;
|
|
126
126
|
}
|
|
127
|
-
.bottom-
|
|
127
|
+
.bottom-sheet__hiddenScrollbar_1fp35 {
|
|
128
128
|
scrollbar-width: none;
|
|
129
129
|
}
|
|
130
|
-
.bottom-
|
|
130
|
+
.bottom-sheet__hiddenScrollbar_1fp35::-webkit-scrollbar {
|
|
131
131
|
width: 0;
|
|
132
132
|
height: 0;
|
|
133
133
|
}
|
|
134
|
-
.bottom-
|
|
134
|
+
.bottom-sheet__disabledPointerEvents_1fp35 {
|
|
135
135
|
pointer-events: none;
|
|
136
136
|
}
|
|
137
|
-
.bottom-
|
|
137
|
+
.bottom-sheet__appear_1fp35 .bottom-sheet__wrapper_1fp35, .bottom-sheet__enter_1fp35 .bottom-sheet__wrapper_1fp35 {
|
|
138
138
|
transition: none;
|
|
139
139
|
}
|
|
140
|
-
.bottom-
|
|
140
|
+
.bottom-sheet__appearActive_1fp35 .bottom-sheet__wrapper_1fp35, .bottom-sheet__enterActive_1fp35 .bottom-sheet__wrapper_1fp35 {
|
|
141
141
|
transition: var(--bottom-sheet-in-transition);
|
|
142
142
|
transform: translateY(0);
|
|
143
143
|
}
|
|
144
|
-
.bottom-
|
|
144
|
+
.bottom-sheet__enterDone_1fp35 .bottom-sheet__wrapper_1fp35, .bottom-sheet__appearDone_1fp35 .bottom-sheet__wrapper_1fp35 {
|
|
145
145
|
transform: translateY(0);
|
|
146
146
|
}
|
|
147
|
-
.bottom-
|
|
147
|
+
.bottom-sheet__exit_1fp35 .bottom-sheet__wrapper_1fp35 {
|
|
148
148
|
transform: translateY(0);
|
|
149
149
|
}
|
|
150
|
-
.bottom-
|
|
150
|
+
.bottom-sheet__exitActive_1fp35 .bottom-sheet__wrapper_1fp35 {
|
|
151
151
|
transition: var(--bottom-sheet-out-transition);
|
|
152
152
|
transform: translateY(100%);
|
|
153
153
|
}
|
|
154
|
-
.bottom-
|
|
154
|
+
.bottom-sheet__safeAreaBottom_1fp35 {
|
|
155
155
|
padding-bottom: var(--sab);
|
|
156
156
|
}
|
|
157
|
-
.bottom-sheet__background-
|
|
157
|
+
.bottom-sheet__background-accent_1fp35 {
|
|
158
158
|
background-color: var(--color-light-bg-accent);
|
|
159
159
|
}
|
|
160
|
-
.bottom-sheet__background-
|
|
160
|
+
.bottom-sheet__background-info_1fp35 {
|
|
161
161
|
background-color: var(--color-light-bg-info);
|
|
162
162
|
}
|
|
163
|
-
.bottom-sheet__background-attention-
|
|
163
|
+
.bottom-sheet__background-attention-muted_1fp35 {
|
|
164
164
|
background-color: var(--color-light-bg-attention-muted);
|
|
165
165
|
}
|
|
166
|
-
.bottom-sheet__background-positive-
|
|
166
|
+
.bottom-sheet__background-positive-muted_1fp35 {
|
|
167
167
|
background-color: var(--color-light-bg-positive-muted);
|
|
168
168
|
}
|
|
169
|
-
.bottom-sheet__background-negative-
|
|
169
|
+
.bottom-sheet__background-negative-muted_1fp35 {
|
|
170
170
|
background-color: var(--color-light-bg-negative-muted);
|
|
171
171
|
}
|
|
172
|
-
.bottom-sheet__background-
|
|
172
|
+
.bottom-sheet__background-primary_1fp35 {
|
|
173
173
|
background-color: var(--color-light-bg-primary);
|
|
174
174
|
}
|
|
175
|
-
.bottom-sheet__background-primary-
|
|
175
|
+
.bottom-sheet__background-primary-inverted_1fp35 {
|
|
176
176
|
background-color: var(--color-light-bg-primary-inverted);
|
|
177
177
|
}
|
|
178
|
-
.bottom-sheet__background-
|
|
178
|
+
.bottom-sheet__background-secondary_1fp35 {
|
|
179
179
|
background-color: var(--color-light-bg-secondary);
|
|
180
180
|
}
|
|
181
|
-
.bottom-sheet__background-secondary-
|
|
181
|
+
.bottom-sheet__background-secondary-inverted_1fp35 {
|
|
182
182
|
background-color: var(--color-light-bg-secondary-inverted);
|
|
183
183
|
}
|
|
184
|
-
.bottom-sheet__background-
|
|
184
|
+
.bottom-sheet__background-tertiary_1fp35 {
|
|
185
185
|
background-color: var(--color-light-bg-tertiary);
|
|
186
186
|
}
|
|
187
|
-
.bottom-sheet__background-tertiary-
|
|
187
|
+
.bottom-sheet__background-tertiary-inverted_1fp35 {
|
|
188
188
|
background-color: var(--color-light-bg-tertiary-inverted);
|
|
189
189
|
}
|
|
190
|
-
.bottom-sheet__background-
|
|
190
|
+
.bottom-sheet__background-quaternary_1fp35 {
|
|
191
191
|
background-color: var(--color-light-bg-quaternary);
|
|
192
192
|
}
|
|
193
|
-
.bottom-sheet__background-quaternary-
|
|
193
|
+
.bottom-sheet__background-quaternary-inverted_1fp35 {
|
|
194
194
|
background-color: var(--color-light-bg-quaternary-inverted);
|
|
195
195
|
}
|
|
196
|
-
.bottom-sheet__background-specialbg-
|
|
196
|
+
.bottom-sheet__background-specialbg-component_1fp35 {
|
|
197
197
|
background-color: var(--color-light-specialbg-component);
|
|
198
198
|
}
|
|
199
|
-
.bottom-sheet__background-specialbg-component-
|
|
199
|
+
.bottom-sheet__background-specialbg-component-inverted_1fp35 {
|
|
200
200
|
background-color: var(--color-light-specialbg-component-inverted);
|
|
201
201
|
}
|
|
202
|
-
.bottom-sheet__background-specialbg-primary-
|
|
202
|
+
.bottom-sheet__background-specialbg-primary-grouped_1fp35 {
|
|
203
203
|
background-color: var(--color-light-specialbg-primary-grouped);
|
|
204
204
|
}
|
|
205
|
-
.bottom-sheet__background-specialbg-secondary-
|
|
205
|
+
.bottom-sheet__background-specialbg-secondary-grouped_1fp35 {
|
|
206
206
|
background-color: var(--color-light-specialbg-secondary-grouped);
|
|
207
207
|
}
|
|
208
|
-
.bottom-sheet__background-specialbg-tertiary-
|
|
208
|
+
.bottom-sheet__background-specialbg-tertiary-grouped_1fp35 {
|
|
209
209
|
background-color: var(--color-light-specialbg-tertiary-grouped);
|
|
210
210
|
}
|
|
211
|
-
.bottom-sheet__background-specialbg-secondary-
|
|
211
|
+
.bottom-sheet__background-specialbg-secondary-transparent_1fp35 {
|
|
212
212
|
background-color: var(--color-light-specialbg-secondary-transparent);
|
|
213
213
|
}
|
|
214
|
-
.bottom-sheet__background-specialbg-secondary-transparent-
|
|
214
|
+
.bottom-sheet__background-specialbg-secondary-transparent-inverted_1fp35 {
|
|
215
215
|
background-color: var(--color-light-specialbg-secondary-transparent-inverted);
|
|
216
216
|
}
|
|
217
|
-
.bottom-sheet__background-specialbg-tertiary-
|
|
217
|
+
.bottom-sheet__background-specialbg-tertiary-transparent_1fp35 {
|
|
218
218
|
background-color: var(--color-light-specialbg-tertiary-transparent);
|
|
219
219
|
}
|
|
220
|
-
.bottom-sheet__background-specialbg-tertiary-transparent-
|
|
220
|
+
.bottom-sheet__background-specialbg-tertiary-transparent-inverted_1fp35 {
|
|
221
221
|
background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
|
|
222
222
|
}
|
package/esm/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"modal":"bottom-
|
|
3
|
+
var styles = {"modal":"bottom-sheet__modal_1fp35","wrapper":"bottom-sheet__wrapper_1fp35","outerClassName":"bottom-sheet__outerClassName_1fp35","fullscreen":"bottom-sheet__fullscreen_1fp35","component":"bottom-sheet__component_1fp35","withTransition":"bottom-sheet__withTransition_1fp35","scrollableContainer":"bottom-sheet__scrollableContainer_1fp35","marker":"bottom-sheet__marker_1fp35","defaultMarker":"bottom-sheet__defaultMarker_1fp35","content":"bottom-sheet__content_1fp35","noHeader":"bottom-sheet__noHeader_1fp35","noFooter":"bottom-sheet__noFooter_1fp35","scrollLocked":"bottom-sheet__scrollLocked_1fp35","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_1fp35","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_1fp35","appear":"bottom-sheet__appear_1fp35","enter":"bottom-sheet__enter_1fp35","appearActive":"bottom-sheet__appearActive_1fp35","enterActive":"bottom-sheet__enterActive_1fp35","enterDone":"bottom-sheet__enterDone_1fp35","appearDone":"bottom-sheet__appearDone_1fp35","exit":"bottom-sheet__exit_1fp35","exitActive":"bottom-sheet__exitActive_1fp35","safeAreaBottom":"bottom-sheet__safeAreaBottom_1fp35","background-accent":"bottom-sheet__background-accent_1fp35","background-info":"bottom-sheet__background-info_1fp35","background-attention-muted":"bottom-sheet__background-attention-muted_1fp35","background-positive-muted":"bottom-sheet__background-positive-muted_1fp35","background-negative-muted":"bottom-sheet__background-negative-muted_1fp35","background-primary":"bottom-sheet__background-primary_1fp35","background-primary-inverted":"bottom-sheet__background-primary-inverted_1fp35","background-secondary":"bottom-sheet__background-secondary_1fp35","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_1fp35","background-tertiary":"bottom-sheet__background-tertiary_1fp35","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_1fp35","background-quaternary":"bottom-sheet__background-quaternary_1fp35","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_1fp35","background-specialbg-component":"bottom-sheet__background-specialbg-component_1fp35","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_1fp35","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_1fp35","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_1fp35","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_1fp35","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_1fp35","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_1fp35","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_1fp35","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_1fp35"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/esm/inverted.css
CHANGED
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
--bottom-sheet-marker-color-inverted: var(--color-light-neutral-translucent-300-inverted);
|
|
9
9
|
--bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
|
|
10
10
|
}
|
|
11
|
-
.bottom-
|
|
11
|
+
.bottom-sheet__component_1k19m {
|
|
12
12
|
background-color: var(--bottom-sheet-background-color-inverted);
|
|
13
13
|
}
|
|
14
|
-
.bottom-
|
|
14
|
+
.bottom-sheet__content_1k19m {
|
|
15
15
|
color: var(--bottom-sheet-text-color-inverted);
|
|
16
16
|
}
|
|
17
|
-
.bottom-
|
|
17
|
+
.bottom-sheet__defaultMarker_1k19m {
|
|
18
18
|
background-color: var(--bottom-sheet-marker-color-inverted);
|
|
19
19
|
}
|
|
20
|
-
.bottom-
|
|
20
|
+
.bottom-sheet__hasContent_1k19m {
|
|
21
21
|
color: var(--bottom-sheet-text-color-inverted);
|
|
22
22
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './inverted.css';
|
|
2
2
|
|
|
3
|
-
var invertedColors = {"component":"bottom-
|
|
3
|
+
var invertedColors = {"component":"bottom-sheet__component_1k19m","content":"bottom-sheet__content_1k19m","defaultMarker":"bottom-sheet__defaultMarker_1k19m","hasContent":"bottom-sheet__hasContent_1k19m"};
|
|
4
4
|
|
|
5
5
|
export { invertedColors as default };
|
|
6
6
|
//# sourceMappingURL=inverted.module.css.js.map
|