@alfalab/core-components-bottom-sheet 7.0.0 → 7.0.1
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/index.css +25 -25
- package/components/footer/index.module.css.js +1 -1
- package/components/header/index.css +14 -14
- package/components/header/index.module.css.js +1 -1
- package/esm/components/footer/index.css +25 -25
- package/esm/components/footer/index.module.css.js +1 -1
- package/esm/components/header/index.css +14 -14
- package/esm/components/header/index.module.css.js +1 -1
- package/esm/index.css +44 -44
- package/esm/index.module.css.js +1 -1
- package/index.css +44 -44
- package/index.module.css.js +1 -1
- package/modern/components/footer/index.css +25 -25
- package/modern/components/footer/index.module.css.js +1 -1
- package/modern/components/header/index.css +14 -14
- package/modern/components/header/index.module.css.js +1 -1
- package/modern/index.css +44 -44
- package/modern/index.module.css.js +1 -1
- package/package.json +6 -6
|
@@ -30,58 +30,58 @@
|
|
|
30
30
|
} :root {
|
|
31
31
|
--bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
|
|
32
32
|
--bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
|
|
33
|
-
} .bottom-
|
|
33
|
+
} .bottom-sheet__footer_1ibmh {
|
|
34
34
|
padding: var(--gap-16) var(--gap-16);
|
|
35
35
|
background-color: var(--color-light-modal-bg-primary);
|
|
36
|
-
} .bottom-
|
|
36
|
+
} .bottom-sheet__sticky_1ibmh {
|
|
37
37
|
position: sticky;
|
|
38
38
|
bottom: var(--gap-0);
|
|
39
39
|
z-index: 1;
|
|
40
|
-
} .bottom-
|
|
40
|
+
} .bottom-sheet__highlighted_1ibmh {
|
|
41
41
|
border-top: var(--bottom-sheet-footer-border-top);
|
|
42
42
|
background-color: var(--bottom-sheet-footer-background-color);
|
|
43
|
-
} .bottom-sheet__background-
|
|
43
|
+
} .bottom-sheet__background-accent_1ibmh {
|
|
44
44
|
background-color: var(--color-light-bg-accent);
|
|
45
|
-
} .bottom-sheet__background-
|
|
45
|
+
} .bottom-sheet__background-info_1ibmh {
|
|
46
46
|
background-color: var(--color-light-bg-info);
|
|
47
|
-
} .bottom-sheet__background-attention-
|
|
47
|
+
} .bottom-sheet__background-attention-muted_1ibmh {
|
|
48
48
|
background-color: var(--color-light-bg-attention-muted);
|
|
49
|
-
} .bottom-sheet__background-positive-
|
|
49
|
+
} .bottom-sheet__background-positive-muted_1ibmh {
|
|
50
50
|
background-color: var(--color-light-bg-positive-muted);
|
|
51
|
-
} .bottom-sheet__background-negative-
|
|
51
|
+
} .bottom-sheet__background-negative-muted_1ibmh {
|
|
52
52
|
background-color: var(--color-light-bg-negative-muted);
|
|
53
|
-
} .bottom-sheet__background-
|
|
53
|
+
} .bottom-sheet__background-primary_1ibmh {
|
|
54
54
|
background-color: var(--color-light-bg-primary);
|
|
55
|
-
} .bottom-sheet__background-primary-
|
|
55
|
+
} .bottom-sheet__background-primary-inverted_1ibmh {
|
|
56
56
|
background-color: var(--color-light-bg-primary-inverted);
|
|
57
|
-
} .bottom-sheet__background-
|
|
57
|
+
} .bottom-sheet__background-secondary_1ibmh {
|
|
58
58
|
background-color: var(--color-light-bg-secondary);
|
|
59
|
-
} .bottom-sheet__background-secondary-
|
|
59
|
+
} .bottom-sheet__background-secondary-inverted_1ibmh {
|
|
60
60
|
background-color: var(--color-light-bg-secondary-inverted);
|
|
61
|
-
} .bottom-sheet__background-
|
|
61
|
+
} .bottom-sheet__background-tertiary_1ibmh {
|
|
62
62
|
background-color: var(--color-light-bg-tertiary);
|
|
63
|
-
} .bottom-sheet__background-tertiary-
|
|
63
|
+
} .bottom-sheet__background-tertiary-inverted_1ibmh {
|
|
64
64
|
background-color: var(--color-light-bg-tertiary-inverted);
|
|
65
|
-
} .bottom-sheet__background-
|
|
65
|
+
} .bottom-sheet__background-quaternary_1ibmh {
|
|
66
66
|
background-color: var(--color-light-bg-quaternary);
|
|
67
|
-
} .bottom-sheet__background-quaternary-
|
|
67
|
+
} .bottom-sheet__background-quaternary-inverted_1ibmh {
|
|
68
68
|
background-color: var(--color-light-bg-quaternary-inverted);
|
|
69
|
-
} .bottom-sheet__background-specialbg-
|
|
69
|
+
} .bottom-sheet__background-specialbg-component_1ibmh {
|
|
70
70
|
background-color: var(--color-light-specialbg-component);
|
|
71
|
-
} .bottom-sheet__background-specialbg-component-
|
|
71
|
+
} .bottom-sheet__background-specialbg-component-inverted_1ibmh {
|
|
72
72
|
background-color: var(--color-light-specialbg-component-inverted);
|
|
73
|
-
} .bottom-sheet__background-specialbg-primary-
|
|
73
|
+
} .bottom-sheet__background-specialbg-primary-grouped_1ibmh {
|
|
74
74
|
background-color: var(--color-light-specialbg-primary-grouped);
|
|
75
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
75
|
+
} .bottom-sheet__background-specialbg-secondary-grouped_1ibmh {
|
|
76
76
|
background-color: var(--color-light-specialbg-secondary-grouped);
|
|
77
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
77
|
+
} .bottom-sheet__background-specialbg-tertiary-grouped_1ibmh {
|
|
78
78
|
background-color: var(--color-light-specialbg-tertiary-grouped);
|
|
79
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
79
|
+
} .bottom-sheet__background-specialbg-secondary-transparent_1ibmh {
|
|
80
80
|
background-color: var(--color-light-specialbg-secondary-transparent);
|
|
81
|
-
} .bottom-sheet__background-specialbg-secondary-transparent-
|
|
81
|
+
} .bottom-sheet__background-specialbg-secondary-transparent-inverted_1ibmh {
|
|
82
82
|
background-color: var(--color-light-specialbg-secondary-transparent-inverted);
|
|
83
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
83
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent_1ibmh {
|
|
84
84
|
background-color: var(--color-light-specialbg-tertiary-transparent);
|
|
85
|
-
} .bottom-sheet__background-specialbg-tertiary-transparent-
|
|
85
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1ibmh {
|
|
86
86
|
background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
|
|
87
87
|
}
|
|
@@ -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_1ibmh","sticky":"bottom-sheet__sticky_1ibmh","highlighted":"bottom-sheet__highlighted_1ibmh"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -17,45 +17,45 @@
|
|
|
17
17
|
--bottom-sheet-title-font-weight: 600;
|
|
18
18
|
--bottom-sheet-title-line-height: 28px;
|
|
19
19
|
--bottom-sheet-title-font-family: var(--font-family-system);
|
|
20
|
-
} .bottom-
|
|
20
|
+
} .bottom-sheet__headerBase_lqxvg {
|
|
21
21
|
border-top-left-radius: inherit;
|
|
22
22
|
border-top-right-radius: inherit;
|
|
23
23
|
z-index: 1;
|
|
24
|
-
} .bottom-
|
|
24
|
+
} .bottom-sheet__headerWrapper_lqxvg {
|
|
25
25
|
padding: var(--gap-12) var(--gap-8) var(--gap-4);
|
|
26
|
-
} .bottom-
|
|
26
|
+
} .bottom-sheet__headerWrapperWithoutSwipeMarker_lqxvg {
|
|
27
27
|
padding: var(--gap-8) var(--gap-8) var(--gap-4);
|
|
28
|
-
} .bottom-
|
|
28
|
+
} .bottom-sheet__hasContent_lqxvg {
|
|
29
29
|
background-color: inherit;
|
|
30
|
-
} .bottom-
|
|
30
|
+
} .bottom-sheet__header_lqxvg {
|
|
31
31
|
display: flex;
|
|
32
|
-
} .bottom-
|
|
32
|
+
} .bottom-sheet__sticky_lqxvg {
|
|
33
33
|
position: sticky;
|
|
34
34
|
top: var(--gap-0);
|
|
35
|
-
} .bottom-
|
|
35
|
+
} .bottom-sheet__highlighted_lqxvg {
|
|
36
36
|
border-bottom: var(--bottom-sheet-header-border-bottom);
|
|
37
|
-
} .bottom-
|
|
37
|
+
} .bottom-sheet__justifyEnd_lqxvg {
|
|
38
38
|
justify-content: flex-end;
|
|
39
|
-
} .bottom-
|
|
39
|
+
} .bottom-sheet__addon_lqxvg {
|
|
40
40
|
display: flex;
|
|
41
41
|
justify-content: center;
|
|
42
42
|
align-items: center;
|
|
43
43
|
min-width: 48px;
|
|
44
44
|
height: 48px;
|
|
45
|
-
} .bottom-
|
|
45
|
+
} .bottom-sheet__addonFixed_lqxvg {
|
|
46
46
|
position: fixed;
|
|
47
|
-
} .bottom-
|
|
47
|
+
} .bottom-sheet__title_lqxvg {
|
|
48
48
|
padding: 10px var(--gap-8);
|
|
49
49
|
width: 100%;
|
|
50
50
|
font-size: var(--bottom-sheet-title-font-size);
|
|
51
51
|
font-weight: var(--bottom-sheet-title-font-weight);
|
|
52
52
|
line-height: var(--bottom-sheet-title-line-height);
|
|
53
53
|
font-family: var(--bottom-sheet-title-font-family);
|
|
54
|
-
} .bottom-
|
|
54
|
+
} .bottom-sheet__titleCenter_lqxvg {
|
|
55
55
|
text-align: center;
|
|
56
|
-
} .bottom-
|
|
56
|
+
} .bottom-sheet__titleLeft_lqxvg {
|
|
57
57
|
text-align: left;
|
|
58
|
-
} .bottom-
|
|
58
|
+
} .bottom-sheet__trimTitle_lqxvg {
|
|
59
59
|
white-space: nowrap;
|
|
60
60
|
overflow: hidden;
|
|
61
61
|
text-overflow: ellipsis;
|
|
@@ -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_lqxvg bottom-sheet__headerBase_lqxvg","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_lqxvg bottom-sheet__headerBase_lqxvg","hasContent":"bottom-sheet__hasContent_lqxvg","sticky":"bottom-sheet__sticky_lqxvg","highlighted":"bottom-sheet__highlighted_lqxvg","title":"bottom-sheet__title_lqxvg"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -30,58 +30,58 @@
|
|
|
30
30
|
} :root {
|
|
31
31
|
--bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
|
|
32
32
|
--bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
|
|
33
|
-
} .bottom-
|
|
33
|
+
} .bottom-sheet__footer_1ibmh {
|
|
34
34
|
padding: var(--gap-16) var(--gap-16);
|
|
35
35
|
background-color: var(--color-light-modal-bg-primary);
|
|
36
|
-
} .bottom-
|
|
36
|
+
} .bottom-sheet__sticky_1ibmh {
|
|
37
37
|
position: sticky;
|
|
38
38
|
bottom: var(--gap-0);
|
|
39
39
|
z-index: 1;
|
|
40
|
-
} .bottom-
|
|
40
|
+
} .bottom-sheet__highlighted_1ibmh {
|
|
41
41
|
border-top: var(--bottom-sheet-footer-border-top);
|
|
42
42
|
background-color: var(--bottom-sheet-footer-background-color);
|
|
43
|
-
} .bottom-sheet__background-
|
|
43
|
+
} .bottom-sheet__background-accent_1ibmh {
|
|
44
44
|
background-color: var(--color-light-bg-accent);
|
|
45
|
-
} .bottom-sheet__background-
|
|
45
|
+
} .bottom-sheet__background-info_1ibmh {
|
|
46
46
|
background-color: var(--color-light-bg-info);
|
|
47
|
-
} .bottom-sheet__background-attention-
|
|
47
|
+
} .bottom-sheet__background-attention-muted_1ibmh {
|
|
48
48
|
background-color: var(--color-light-bg-attention-muted);
|
|
49
|
-
} .bottom-sheet__background-positive-
|
|
49
|
+
} .bottom-sheet__background-positive-muted_1ibmh {
|
|
50
50
|
background-color: var(--color-light-bg-positive-muted);
|
|
51
|
-
} .bottom-sheet__background-negative-
|
|
51
|
+
} .bottom-sheet__background-negative-muted_1ibmh {
|
|
52
52
|
background-color: var(--color-light-bg-negative-muted);
|
|
53
|
-
} .bottom-sheet__background-
|
|
53
|
+
} .bottom-sheet__background-primary_1ibmh {
|
|
54
54
|
background-color: var(--color-light-bg-primary);
|
|
55
|
-
} .bottom-sheet__background-primary-
|
|
55
|
+
} .bottom-sheet__background-primary-inverted_1ibmh {
|
|
56
56
|
background-color: var(--color-light-bg-primary-inverted);
|
|
57
|
-
} .bottom-sheet__background-
|
|
57
|
+
} .bottom-sheet__background-secondary_1ibmh {
|
|
58
58
|
background-color: var(--color-light-bg-secondary);
|
|
59
|
-
} .bottom-sheet__background-secondary-
|
|
59
|
+
} .bottom-sheet__background-secondary-inverted_1ibmh {
|
|
60
60
|
background-color: var(--color-light-bg-secondary-inverted);
|
|
61
|
-
} .bottom-sheet__background-
|
|
61
|
+
} .bottom-sheet__background-tertiary_1ibmh {
|
|
62
62
|
background-color: var(--color-light-bg-tertiary);
|
|
63
|
-
} .bottom-sheet__background-tertiary-
|
|
63
|
+
} .bottom-sheet__background-tertiary-inverted_1ibmh {
|
|
64
64
|
background-color: var(--color-light-bg-tertiary-inverted);
|
|
65
|
-
} .bottom-sheet__background-
|
|
65
|
+
} .bottom-sheet__background-quaternary_1ibmh {
|
|
66
66
|
background-color: var(--color-light-bg-quaternary);
|
|
67
|
-
} .bottom-sheet__background-quaternary-
|
|
67
|
+
} .bottom-sheet__background-quaternary-inverted_1ibmh {
|
|
68
68
|
background-color: var(--color-light-bg-quaternary-inverted);
|
|
69
|
-
} .bottom-sheet__background-specialbg-
|
|
69
|
+
} .bottom-sheet__background-specialbg-component_1ibmh {
|
|
70
70
|
background-color: var(--color-light-specialbg-component);
|
|
71
|
-
} .bottom-sheet__background-specialbg-component-
|
|
71
|
+
} .bottom-sheet__background-specialbg-component-inverted_1ibmh {
|
|
72
72
|
background-color: var(--color-light-specialbg-component-inverted);
|
|
73
|
-
} .bottom-sheet__background-specialbg-primary-
|
|
73
|
+
} .bottom-sheet__background-specialbg-primary-grouped_1ibmh {
|
|
74
74
|
background-color: var(--color-light-specialbg-primary-grouped);
|
|
75
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
75
|
+
} .bottom-sheet__background-specialbg-secondary-grouped_1ibmh {
|
|
76
76
|
background-color: var(--color-light-specialbg-secondary-grouped);
|
|
77
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
77
|
+
} .bottom-sheet__background-specialbg-tertiary-grouped_1ibmh {
|
|
78
78
|
background-color: var(--color-light-specialbg-tertiary-grouped);
|
|
79
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
79
|
+
} .bottom-sheet__background-specialbg-secondary-transparent_1ibmh {
|
|
80
80
|
background-color: var(--color-light-specialbg-secondary-transparent);
|
|
81
|
-
} .bottom-sheet__background-specialbg-secondary-transparent-
|
|
81
|
+
} .bottom-sheet__background-specialbg-secondary-transparent-inverted_1ibmh {
|
|
82
82
|
background-color: var(--color-light-specialbg-secondary-transparent-inverted);
|
|
83
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
83
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent_1ibmh {
|
|
84
84
|
background-color: var(--color-light-specialbg-tertiary-transparent);
|
|
85
|
-
} .bottom-sheet__background-specialbg-tertiary-transparent-
|
|
85
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1ibmh {
|
|
86
86
|
background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
|
|
87
87
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"footer":"bottom-
|
|
3
|
+
var styles = {"footer":"bottom-sheet__footer_1ibmh","sticky":"bottom-sheet__sticky_1ibmh","highlighted":"bottom-sheet__highlighted_1ibmh"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -17,45 +17,45 @@
|
|
|
17
17
|
--bottom-sheet-title-font-weight: 600;
|
|
18
18
|
--bottom-sheet-title-line-height: 28px;
|
|
19
19
|
--bottom-sheet-title-font-family: var(--font-family-system);
|
|
20
|
-
} .bottom-
|
|
20
|
+
} .bottom-sheet__headerBase_lqxvg {
|
|
21
21
|
border-top-left-radius: inherit;
|
|
22
22
|
border-top-right-radius: inherit;
|
|
23
23
|
z-index: 1;
|
|
24
|
-
} .bottom-
|
|
24
|
+
} .bottom-sheet__headerWrapper_lqxvg {
|
|
25
25
|
padding: var(--gap-12) var(--gap-8) var(--gap-4);
|
|
26
|
-
} .bottom-
|
|
26
|
+
} .bottom-sheet__headerWrapperWithoutSwipeMarker_lqxvg {
|
|
27
27
|
padding: var(--gap-8) var(--gap-8) var(--gap-4);
|
|
28
|
-
} .bottom-
|
|
28
|
+
} .bottom-sheet__hasContent_lqxvg {
|
|
29
29
|
background-color: inherit;
|
|
30
|
-
} .bottom-
|
|
30
|
+
} .bottom-sheet__header_lqxvg {
|
|
31
31
|
display: flex;
|
|
32
|
-
} .bottom-
|
|
32
|
+
} .bottom-sheet__sticky_lqxvg {
|
|
33
33
|
position: sticky;
|
|
34
34
|
top: var(--gap-0);
|
|
35
|
-
} .bottom-
|
|
35
|
+
} .bottom-sheet__highlighted_lqxvg {
|
|
36
36
|
border-bottom: var(--bottom-sheet-header-border-bottom);
|
|
37
|
-
} .bottom-
|
|
37
|
+
} .bottom-sheet__justifyEnd_lqxvg {
|
|
38
38
|
justify-content: flex-end;
|
|
39
|
-
} .bottom-
|
|
39
|
+
} .bottom-sheet__addon_lqxvg {
|
|
40
40
|
display: flex;
|
|
41
41
|
justify-content: center;
|
|
42
42
|
align-items: center;
|
|
43
43
|
min-width: 48px;
|
|
44
44
|
height: 48px;
|
|
45
|
-
} .bottom-
|
|
45
|
+
} .bottom-sheet__addonFixed_lqxvg {
|
|
46
46
|
position: fixed;
|
|
47
|
-
} .bottom-
|
|
47
|
+
} .bottom-sheet__title_lqxvg {
|
|
48
48
|
padding: 10px var(--gap-8);
|
|
49
49
|
width: 100%;
|
|
50
50
|
font-size: var(--bottom-sheet-title-font-size);
|
|
51
51
|
font-weight: var(--bottom-sheet-title-font-weight);
|
|
52
52
|
line-height: var(--bottom-sheet-title-line-height);
|
|
53
53
|
font-family: var(--bottom-sheet-title-font-family);
|
|
54
|
-
} .bottom-
|
|
54
|
+
} .bottom-sheet__titleCenter_lqxvg {
|
|
55
55
|
text-align: center;
|
|
56
|
-
} .bottom-
|
|
56
|
+
} .bottom-sheet__titleLeft_lqxvg {
|
|
57
57
|
text-align: left;
|
|
58
|
-
} .bottom-
|
|
58
|
+
} .bottom-sheet__trimTitle_lqxvg {
|
|
59
59
|
white-space: nowrap;
|
|
60
60
|
overflow: hidden;
|
|
61
61
|
text-overflow: ellipsis;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"headerWrapper":"bottom-
|
|
3
|
+
var styles = {"headerWrapper":"bottom-sheet__headerWrapper_lqxvg bottom-sheet__headerBase_lqxvg","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_lqxvg bottom-sheet__headerBase_lqxvg","hasContent":"bottom-sheet__hasContent_lqxvg","sticky":"bottom-sheet__sticky_lqxvg","highlighted":"bottom-sheet__highlighted_lqxvg","title":"bottom-sheet__title_lqxvg"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/esm/index.css
CHANGED
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
--bottom-sheet-out-transition: transform 0.3s ease;
|
|
43
43
|
--bottom-sheet-top-radius: var(--border-radius-16);
|
|
44
44
|
--bottom-sheet-shadow: none;
|
|
45
|
-
} .bottom-
|
|
45
|
+
} .bottom-sheet__modal_ct7y1 {
|
|
46
46
|
bottom: var(--gap-0);
|
|
47
47
|
width: 100%;
|
|
48
48
|
max-width: 600px;
|
|
49
49
|
pointer-events: none;
|
|
50
50
|
touch-action: none;
|
|
51
|
-
} .bottom-
|
|
51
|
+
} .bottom-sheet__modal_ct7y1.bottom-sheet__modal_ct7y1 {
|
|
52
52
|
background-color: transparent;
|
|
53
53
|
position: fixed;
|
|
54
|
-
} .bottom-
|
|
54
|
+
} .bottom-sheet__wrapper_ct7y1 {
|
|
55
55
|
transform: translateY(100%);
|
|
56
56
|
pointer-events: none;
|
|
57
57
|
touch-action: none;
|
|
58
58
|
border-top-right-radius: var(--bottom-sheet-top-radius);
|
|
59
59
|
border-top-left-radius: var(--bottom-sheet-top-radius);
|
|
60
60
|
transition: border-radius 0.3s ease;
|
|
61
|
-
} .bottom-
|
|
61
|
+
} .bottom-sheet__fullscreen_ct7y1 {
|
|
62
62
|
border-radius: 0;
|
|
63
|
-
} .bottom-
|
|
63
|
+
} .bottom-sheet__component_ct7y1 {
|
|
64
64
|
position: relative;
|
|
65
65
|
display: flex;
|
|
66
66
|
flex-direction: column;
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
background-color: var(--color-light-modal-bg-primary);
|
|
69
69
|
pointer-events: all;
|
|
70
70
|
box-shadow: var(--bottom-sheet-shadow);
|
|
71
|
-
} .bottom-
|
|
71
|
+
} .bottom-sheet__withTransition_ct7y1 {
|
|
72
72
|
transition: var(--bottom-sheet-out-transition);
|
|
73
|
-
} .bottom-
|
|
73
|
+
} .bottom-sheet__scrollableContainer_ct7y1 {
|
|
74
74
|
overflow: auto;
|
|
75
75
|
display: flex;
|
|
76
76
|
flex-direction: column;
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
background-color: inherit;
|
|
80
80
|
border-radius: inherit;
|
|
81
81
|
overscroll-behavior: contain;
|
|
82
|
-
} .bottom-
|
|
82
|
+
} .bottom-sheet__marker_ct7y1 {
|
|
83
83
|
position: fixed;
|
|
84
84
|
top: var(--gap-4);
|
|
85
85
|
right: var(--gap-0);
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
z-index: 1000;
|
|
88
88
|
width: 36px;
|
|
89
89
|
margin: var(--gap-0) auto;
|
|
90
|
-
} .bottom-
|
|
90
|
+
} .bottom-sheet__defaultMarker_ct7y1 {
|
|
91
91
|
height: 4px;
|
|
92
92
|
border-radius: var(--border-radius-20);
|
|
93
93
|
background-color: var(--color-light-neutral-translucent-300);
|
|
94
|
-
} .bottom-
|
|
94
|
+
} .bottom-sheet__content_ct7y1 {
|
|
95
95
|
position: relative;
|
|
96
96
|
z-index: 0;
|
|
97
97
|
display: flex;
|
|
@@ -101,75 +101,75 @@
|
|
|
101
101
|
color: var(--color-light-text-primary);
|
|
102
102
|
background-color: inherit;
|
|
103
103
|
border-radius: inherit;
|
|
104
|
-
} .bottom-
|
|
104
|
+
} .bottom-sheet__noHeader_ct7y1 {
|
|
105
105
|
padding-top: var(--gap-16);
|
|
106
|
-
} .bottom-
|
|
106
|
+
} .bottom-sheet__noFooter_ct7y1 {
|
|
107
107
|
padding-bottom: var(--gap-16);
|
|
108
|
-
} .bottom-
|
|
108
|
+
} .bottom-sheet__scrollLocked_ct7y1 {
|
|
109
109
|
overflow: hidden;
|
|
110
|
-
} .bottom-
|
|
110
|
+
} .bottom-sheet__hiddenScrollbar_ct7y1 {
|
|
111
111
|
scrollbar-width: none
|
|
112
|
-
} .bottom-
|
|
112
|
+
} .bottom-sheet__hiddenScrollbar_ct7y1::-webkit-scrollbar {
|
|
113
113
|
width: 0;
|
|
114
114
|
height: 0;
|
|
115
|
-
} .bottom-
|
|
115
|
+
} .bottom-sheet__disabledPointerEvents_ct7y1 {
|
|
116
116
|
pointer-events: none;
|
|
117
|
-
} .bottom-
|
|
117
|
+
} .bottom-sheet__appear_ct7y1 .bottom-sheet__wrapper_ct7y1, .bottom-sheet__enter_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
118
118
|
transition: none;
|
|
119
|
-
} .bottom-
|
|
119
|
+
} .bottom-sheet__appearActive_ct7y1 .bottom-sheet__wrapper_ct7y1, .bottom-sheet__enterActive_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
120
120
|
transition: var(--bottom-sheet-in-transition);
|
|
121
121
|
transform: translateY(0);
|
|
122
|
-
} .bottom-
|
|
122
|
+
} .bottom-sheet__enterDone_ct7y1 .bottom-sheet__wrapper_ct7y1, .bottom-sheet__appearDone_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
123
123
|
transform: translateY(0);
|
|
124
|
-
} .bottom-
|
|
124
|
+
} .bottom-sheet__exit_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
125
125
|
transform: translateY(0);
|
|
126
|
-
} .bottom-
|
|
126
|
+
} .bottom-sheet__exitActive_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
127
127
|
transition: var(--bottom-sheet-out-transition);
|
|
128
128
|
transform: translateY(100%);
|
|
129
|
-
} .bottom-
|
|
129
|
+
} .bottom-sheet__safeAreaBottom_ct7y1 {
|
|
130
130
|
padding-bottom: var(--sab);
|
|
131
|
-
} .bottom-sheet__background-
|
|
131
|
+
} .bottom-sheet__background-accent_ct7y1 {
|
|
132
132
|
background-color: var(--color-light-bg-accent);
|
|
133
|
-
} .bottom-sheet__background-
|
|
133
|
+
} .bottom-sheet__background-info_ct7y1 {
|
|
134
134
|
background-color: var(--color-light-bg-info);
|
|
135
|
-
} .bottom-sheet__background-attention-
|
|
135
|
+
} .bottom-sheet__background-attention-muted_ct7y1 {
|
|
136
136
|
background-color: var(--color-light-bg-attention-muted);
|
|
137
|
-
} .bottom-sheet__background-positive-
|
|
137
|
+
} .bottom-sheet__background-positive-muted_ct7y1 {
|
|
138
138
|
background-color: var(--color-light-bg-positive-muted);
|
|
139
|
-
} .bottom-sheet__background-negative-
|
|
139
|
+
} .bottom-sheet__background-negative-muted_ct7y1 {
|
|
140
140
|
background-color: var(--color-light-bg-negative-muted);
|
|
141
|
-
} .bottom-sheet__background-
|
|
141
|
+
} .bottom-sheet__background-primary_ct7y1 {
|
|
142
142
|
background-color: var(--color-light-bg-primary);
|
|
143
|
-
} .bottom-sheet__background-primary-
|
|
143
|
+
} .bottom-sheet__background-primary-inverted_ct7y1 {
|
|
144
144
|
background-color: var(--color-light-bg-primary-inverted);
|
|
145
|
-
} .bottom-sheet__background-
|
|
145
|
+
} .bottom-sheet__background-secondary_ct7y1 {
|
|
146
146
|
background-color: var(--color-light-bg-secondary);
|
|
147
|
-
} .bottom-sheet__background-secondary-
|
|
147
|
+
} .bottom-sheet__background-secondary-inverted_ct7y1 {
|
|
148
148
|
background-color: var(--color-light-bg-secondary-inverted);
|
|
149
|
-
} .bottom-sheet__background-
|
|
149
|
+
} .bottom-sheet__background-tertiary_ct7y1 {
|
|
150
150
|
background-color: var(--color-light-bg-tertiary);
|
|
151
|
-
} .bottom-sheet__background-tertiary-
|
|
151
|
+
} .bottom-sheet__background-tertiary-inverted_ct7y1 {
|
|
152
152
|
background-color: var(--color-light-bg-tertiary-inverted);
|
|
153
|
-
} .bottom-sheet__background-
|
|
153
|
+
} .bottom-sheet__background-quaternary_ct7y1 {
|
|
154
154
|
background-color: var(--color-light-bg-quaternary);
|
|
155
|
-
} .bottom-sheet__background-quaternary-
|
|
155
|
+
} .bottom-sheet__background-quaternary-inverted_ct7y1 {
|
|
156
156
|
background-color: var(--color-light-bg-quaternary-inverted);
|
|
157
|
-
} .bottom-sheet__background-specialbg-
|
|
157
|
+
} .bottom-sheet__background-specialbg-component_ct7y1 {
|
|
158
158
|
background-color: var(--color-light-specialbg-component);
|
|
159
|
-
} .bottom-sheet__background-specialbg-component-
|
|
159
|
+
} .bottom-sheet__background-specialbg-component-inverted_ct7y1 {
|
|
160
160
|
background-color: var(--color-light-specialbg-component-inverted);
|
|
161
|
-
} .bottom-sheet__background-specialbg-primary-
|
|
161
|
+
} .bottom-sheet__background-specialbg-primary-grouped_ct7y1 {
|
|
162
162
|
background-color: var(--color-light-specialbg-primary-grouped);
|
|
163
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
163
|
+
} .bottom-sheet__background-specialbg-secondary-grouped_ct7y1 {
|
|
164
164
|
background-color: var(--color-light-specialbg-secondary-grouped);
|
|
165
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
165
|
+
} .bottom-sheet__background-specialbg-tertiary-grouped_ct7y1 {
|
|
166
166
|
background-color: var(--color-light-specialbg-tertiary-grouped);
|
|
167
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
167
|
+
} .bottom-sheet__background-specialbg-secondary-transparent_ct7y1 {
|
|
168
168
|
background-color: var(--color-light-specialbg-secondary-transparent);
|
|
169
|
-
} .bottom-sheet__background-specialbg-secondary-transparent-
|
|
169
|
+
} .bottom-sheet__background-specialbg-secondary-transparent-inverted_ct7y1 {
|
|
170
170
|
background-color: var(--color-light-specialbg-secondary-transparent-inverted);
|
|
171
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
171
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent_ct7y1 {
|
|
172
172
|
background-color: var(--color-light-specialbg-tertiary-transparent);
|
|
173
|
-
} .bottom-sheet__background-specialbg-tertiary-transparent-
|
|
173
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_ct7y1 {
|
|
174
174
|
background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
|
|
175
175
|
}
|
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_ct7y1","wrapper":"bottom-sheet__wrapper_ct7y1","fullscreen":"bottom-sheet__fullscreen_ct7y1","component":"bottom-sheet__component_ct7y1","withTransition":"bottom-sheet__withTransition_ct7y1","scrollableContainer":"bottom-sheet__scrollableContainer_ct7y1","marker":"bottom-sheet__marker_ct7y1","defaultMarker":"bottom-sheet__defaultMarker_ct7y1","content":"bottom-sheet__content_ct7y1","noHeader":"bottom-sheet__noHeader_ct7y1","noFooter":"bottom-sheet__noFooter_ct7y1","scrollLocked":"bottom-sheet__scrollLocked_ct7y1","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_ct7y1","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_ct7y1","appear":"bottom-sheet__appear_ct7y1","enter":"bottom-sheet__enter_ct7y1","appearActive":"bottom-sheet__appearActive_ct7y1","enterActive":"bottom-sheet__enterActive_ct7y1","enterDone":"bottom-sheet__enterDone_ct7y1","appearDone":"bottom-sheet__appearDone_ct7y1","exit":"bottom-sheet__exit_ct7y1","exitActive":"bottom-sheet__exitActive_ct7y1","safeAreaBottom":"bottom-sheet__safeAreaBottom_ct7y1","background-accent":"bottom-sheet__background-accent_ct7y1","background-info":"bottom-sheet__background-info_ct7y1","background-attention-muted":"bottom-sheet__background-attention-muted_ct7y1","background-positive-muted":"bottom-sheet__background-positive-muted_ct7y1","background-negative-muted":"bottom-sheet__background-negative-muted_ct7y1","background-primary":"bottom-sheet__background-primary_ct7y1","background-primary-inverted":"bottom-sheet__background-primary-inverted_ct7y1","background-secondary":"bottom-sheet__background-secondary_ct7y1","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_ct7y1","background-tertiary":"bottom-sheet__background-tertiary_ct7y1","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_ct7y1","background-quaternary":"bottom-sheet__background-quaternary_ct7y1","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_ct7y1","background-specialbg-component":"bottom-sheet__background-specialbg-component_ct7y1","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_ct7y1","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_ct7y1","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_ct7y1","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_ct7y1","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_ct7y1","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_ct7y1","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_ct7y1","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_ct7y1"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.css
CHANGED
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
--bottom-sheet-out-transition: transform 0.3s ease;
|
|
43
43
|
--bottom-sheet-top-radius: var(--border-radius-16);
|
|
44
44
|
--bottom-sheet-shadow: none;
|
|
45
|
-
} .bottom-
|
|
45
|
+
} .bottom-sheet__modal_ct7y1 {
|
|
46
46
|
bottom: var(--gap-0);
|
|
47
47
|
width: 100%;
|
|
48
48
|
max-width: 600px;
|
|
49
49
|
pointer-events: none;
|
|
50
50
|
touch-action: none;
|
|
51
|
-
} .bottom-
|
|
51
|
+
} .bottom-sheet__modal_ct7y1.bottom-sheet__modal_ct7y1 {
|
|
52
52
|
background-color: transparent;
|
|
53
53
|
position: fixed;
|
|
54
|
-
} .bottom-
|
|
54
|
+
} .bottom-sheet__wrapper_ct7y1 {
|
|
55
55
|
transform: translateY(100%);
|
|
56
56
|
pointer-events: none;
|
|
57
57
|
touch-action: none;
|
|
58
58
|
border-top-right-radius: var(--bottom-sheet-top-radius);
|
|
59
59
|
border-top-left-radius: var(--bottom-sheet-top-radius);
|
|
60
60
|
transition: border-radius 0.3s ease;
|
|
61
|
-
} .bottom-
|
|
61
|
+
} .bottom-sheet__fullscreen_ct7y1 {
|
|
62
62
|
border-radius: 0;
|
|
63
|
-
} .bottom-
|
|
63
|
+
} .bottom-sheet__component_ct7y1 {
|
|
64
64
|
position: relative;
|
|
65
65
|
display: flex;
|
|
66
66
|
flex-direction: column;
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
background-color: var(--color-light-modal-bg-primary);
|
|
69
69
|
pointer-events: all;
|
|
70
70
|
box-shadow: var(--bottom-sheet-shadow);
|
|
71
|
-
} .bottom-
|
|
71
|
+
} .bottom-sheet__withTransition_ct7y1 {
|
|
72
72
|
transition: var(--bottom-sheet-out-transition);
|
|
73
|
-
} .bottom-
|
|
73
|
+
} .bottom-sheet__scrollableContainer_ct7y1 {
|
|
74
74
|
overflow: auto;
|
|
75
75
|
display: flex;
|
|
76
76
|
flex-direction: column;
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
background-color: inherit;
|
|
80
80
|
border-radius: inherit;
|
|
81
81
|
overscroll-behavior: contain;
|
|
82
|
-
} .bottom-
|
|
82
|
+
} .bottom-sheet__marker_ct7y1 {
|
|
83
83
|
position: fixed;
|
|
84
84
|
top: var(--gap-4);
|
|
85
85
|
right: var(--gap-0);
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
z-index: 1000;
|
|
88
88
|
width: 36px;
|
|
89
89
|
margin: var(--gap-0) auto;
|
|
90
|
-
} .bottom-
|
|
90
|
+
} .bottom-sheet__defaultMarker_ct7y1 {
|
|
91
91
|
height: 4px;
|
|
92
92
|
border-radius: var(--border-radius-20);
|
|
93
93
|
background-color: var(--color-light-neutral-translucent-300);
|
|
94
|
-
} .bottom-
|
|
94
|
+
} .bottom-sheet__content_ct7y1 {
|
|
95
95
|
position: relative;
|
|
96
96
|
z-index: 0;
|
|
97
97
|
display: flex;
|
|
@@ -101,75 +101,75 @@
|
|
|
101
101
|
color: var(--color-light-text-primary);
|
|
102
102
|
background-color: inherit;
|
|
103
103
|
border-radius: inherit;
|
|
104
|
-
} .bottom-
|
|
104
|
+
} .bottom-sheet__noHeader_ct7y1 {
|
|
105
105
|
padding-top: var(--gap-16);
|
|
106
|
-
} .bottom-
|
|
106
|
+
} .bottom-sheet__noFooter_ct7y1 {
|
|
107
107
|
padding-bottom: var(--gap-16);
|
|
108
|
-
} .bottom-
|
|
108
|
+
} .bottom-sheet__scrollLocked_ct7y1 {
|
|
109
109
|
overflow: hidden;
|
|
110
|
-
} .bottom-
|
|
110
|
+
} .bottom-sheet__hiddenScrollbar_ct7y1 {
|
|
111
111
|
scrollbar-width: none
|
|
112
|
-
} .bottom-
|
|
112
|
+
} .bottom-sheet__hiddenScrollbar_ct7y1::-webkit-scrollbar {
|
|
113
113
|
width: 0;
|
|
114
114
|
height: 0;
|
|
115
|
-
} .bottom-
|
|
115
|
+
} .bottom-sheet__disabledPointerEvents_ct7y1 {
|
|
116
116
|
pointer-events: none;
|
|
117
|
-
} .bottom-
|
|
117
|
+
} .bottom-sheet__appear_ct7y1 .bottom-sheet__wrapper_ct7y1, .bottom-sheet__enter_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
118
118
|
transition: none;
|
|
119
|
-
} .bottom-
|
|
119
|
+
} .bottom-sheet__appearActive_ct7y1 .bottom-sheet__wrapper_ct7y1, .bottom-sheet__enterActive_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
120
120
|
transition: var(--bottom-sheet-in-transition);
|
|
121
121
|
transform: translateY(0);
|
|
122
|
-
} .bottom-
|
|
122
|
+
} .bottom-sheet__enterDone_ct7y1 .bottom-sheet__wrapper_ct7y1, .bottom-sheet__appearDone_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
123
123
|
transform: translateY(0);
|
|
124
|
-
} .bottom-
|
|
124
|
+
} .bottom-sheet__exit_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
125
125
|
transform: translateY(0);
|
|
126
|
-
} .bottom-
|
|
126
|
+
} .bottom-sheet__exitActive_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
127
127
|
transition: var(--bottom-sheet-out-transition);
|
|
128
128
|
transform: translateY(100%);
|
|
129
|
-
} .bottom-
|
|
129
|
+
} .bottom-sheet__safeAreaBottom_ct7y1 {
|
|
130
130
|
padding-bottom: var(--sab);
|
|
131
|
-
} .bottom-sheet__background-
|
|
131
|
+
} .bottom-sheet__background-accent_ct7y1 {
|
|
132
132
|
background-color: var(--color-light-bg-accent);
|
|
133
|
-
} .bottom-sheet__background-
|
|
133
|
+
} .bottom-sheet__background-info_ct7y1 {
|
|
134
134
|
background-color: var(--color-light-bg-info);
|
|
135
|
-
} .bottom-sheet__background-attention-
|
|
135
|
+
} .bottom-sheet__background-attention-muted_ct7y1 {
|
|
136
136
|
background-color: var(--color-light-bg-attention-muted);
|
|
137
|
-
} .bottom-sheet__background-positive-
|
|
137
|
+
} .bottom-sheet__background-positive-muted_ct7y1 {
|
|
138
138
|
background-color: var(--color-light-bg-positive-muted);
|
|
139
|
-
} .bottom-sheet__background-negative-
|
|
139
|
+
} .bottom-sheet__background-negative-muted_ct7y1 {
|
|
140
140
|
background-color: var(--color-light-bg-negative-muted);
|
|
141
|
-
} .bottom-sheet__background-
|
|
141
|
+
} .bottom-sheet__background-primary_ct7y1 {
|
|
142
142
|
background-color: var(--color-light-bg-primary);
|
|
143
|
-
} .bottom-sheet__background-primary-
|
|
143
|
+
} .bottom-sheet__background-primary-inverted_ct7y1 {
|
|
144
144
|
background-color: var(--color-light-bg-primary-inverted);
|
|
145
|
-
} .bottom-sheet__background-
|
|
145
|
+
} .bottom-sheet__background-secondary_ct7y1 {
|
|
146
146
|
background-color: var(--color-light-bg-secondary);
|
|
147
|
-
} .bottom-sheet__background-secondary-
|
|
147
|
+
} .bottom-sheet__background-secondary-inverted_ct7y1 {
|
|
148
148
|
background-color: var(--color-light-bg-secondary-inverted);
|
|
149
|
-
} .bottom-sheet__background-
|
|
149
|
+
} .bottom-sheet__background-tertiary_ct7y1 {
|
|
150
150
|
background-color: var(--color-light-bg-tertiary);
|
|
151
|
-
} .bottom-sheet__background-tertiary-
|
|
151
|
+
} .bottom-sheet__background-tertiary-inverted_ct7y1 {
|
|
152
152
|
background-color: var(--color-light-bg-tertiary-inverted);
|
|
153
|
-
} .bottom-sheet__background-
|
|
153
|
+
} .bottom-sheet__background-quaternary_ct7y1 {
|
|
154
154
|
background-color: var(--color-light-bg-quaternary);
|
|
155
|
-
} .bottom-sheet__background-quaternary-
|
|
155
|
+
} .bottom-sheet__background-quaternary-inverted_ct7y1 {
|
|
156
156
|
background-color: var(--color-light-bg-quaternary-inverted);
|
|
157
|
-
} .bottom-sheet__background-specialbg-
|
|
157
|
+
} .bottom-sheet__background-specialbg-component_ct7y1 {
|
|
158
158
|
background-color: var(--color-light-specialbg-component);
|
|
159
|
-
} .bottom-sheet__background-specialbg-component-
|
|
159
|
+
} .bottom-sheet__background-specialbg-component-inverted_ct7y1 {
|
|
160
160
|
background-color: var(--color-light-specialbg-component-inverted);
|
|
161
|
-
} .bottom-sheet__background-specialbg-primary-
|
|
161
|
+
} .bottom-sheet__background-specialbg-primary-grouped_ct7y1 {
|
|
162
162
|
background-color: var(--color-light-specialbg-primary-grouped);
|
|
163
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
163
|
+
} .bottom-sheet__background-specialbg-secondary-grouped_ct7y1 {
|
|
164
164
|
background-color: var(--color-light-specialbg-secondary-grouped);
|
|
165
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
165
|
+
} .bottom-sheet__background-specialbg-tertiary-grouped_ct7y1 {
|
|
166
166
|
background-color: var(--color-light-specialbg-tertiary-grouped);
|
|
167
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
167
|
+
} .bottom-sheet__background-specialbg-secondary-transparent_ct7y1 {
|
|
168
168
|
background-color: var(--color-light-specialbg-secondary-transparent);
|
|
169
|
-
} .bottom-sheet__background-specialbg-secondary-transparent-
|
|
169
|
+
} .bottom-sheet__background-specialbg-secondary-transparent-inverted_ct7y1 {
|
|
170
170
|
background-color: var(--color-light-specialbg-secondary-transparent-inverted);
|
|
171
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
171
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent_ct7y1 {
|
|
172
172
|
background-color: var(--color-light-specialbg-tertiary-transparent);
|
|
173
|
-
} .bottom-sheet__background-specialbg-tertiary-transparent-
|
|
173
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_ct7y1 {
|
|
174
174
|
background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
|
|
175
175
|
}
|
package/index.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"modal":"bottom-
|
|
5
|
+
var styles = {"modal":"bottom-sheet__modal_ct7y1","wrapper":"bottom-sheet__wrapper_ct7y1","fullscreen":"bottom-sheet__fullscreen_ct7y1","component":"bottom-sheet__component_ct7y1","withTransition":"bottom-sheet__withTransition_ct7y1","scrollableContainer":"bottom-sheet__scrollableContainer_ct7y1","marker":"bottom-sheet__marker_ct7y1","defaultMarker":"bottom-sheet__defaultMarker_ct7y1","content":"bottom-sheet__content_ct7y1","noHeader":"bottom-sheet__noHeader_ct7y1","noFooter":"bottom-sheet__noFooter_ct7y1","scrollLocked":"bottom-sheet__scrollLocked_ct7y1","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_ct7y1","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_ct7y1","appear":"bottom-sheet__appear_ct7y1","enter":"bottom-sheet__enter_ct7y1","appearActive":"bottom-sheet__appearActive_ct7y1","enterActive":"bottom-sheet__enterActive_ct7y1","enterDone":"bottom-sheet__enterDone_ct7y1","appearDone":"bottom-sheet__appearDone_ct7y1","exit":"bottom-sheet__exit_ct7y1","exitActive":"bottom-sheet__exitActive_ct7y1","safeAreaBottom":"bottom-sheet__safeAreaBottom_ct7y1","background-accent":"bottom-sheet__background-accent_ct7y1","background-info":"bottom-sheet__background-info_ct7y1","background-attention-muted":"bottom-sheet__background-attention-muted_ct7y1","background-positive-muted":"bottom-sheet__background-positive-muted_ct7y1","background-negative-muted":"bottom-sheet__background-negative-muted_ct7y1","background-primary":"bottom-sheet__background-primary_ct7y1","background-primary-inverted":"bottom-sheet__background-primary-inverted_ct7y1","background-secondary":"bottom-sheet__background-secondary_ct7y1","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_ct7y1","background-tertiary":"bottom-sheet__background-tertiary_ct7y1","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_ct7y1","background-quaternary":"bottom-sheet__background-quaternary_ct7y1","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_ct7y1","background-specialbg-component":"bottom-sheet__background-specialbg-component_ct7y1","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_ct7y1","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_ct7y1","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_ct7y1","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_ct7y1","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_ct7y1","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_ct7y1","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_ct7y1","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_ct7y1"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -30,58 +30,58 @@
|
|
|
30
30
|
} :root {
|
|
31
31
|
--bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
|
|
32
32
|
--bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
|
|
33
|
-
} .bottom-
|
|
33
|
+
} .bottom-sheet__footer_1ibmh {
|
|
34
34
|
padding: var(--gap-16) var(--gap-16);
|
|
35
35
|
background-color: var(--color-light-modal-bg-primary);
|
|
36
|
-
} .bottom-
|
|
36
|
+
} .bottom-sheet__sticky_1ibmh {
|
|
37
37
|
position: sticky;
|
|
38
38
|
bottom: var(--gap-0);
|
|
39
39
|
z-index: 1;
|
|
40
|
-
} .bottom-
|
|
40
|
+
} .bottom-sheet__highlighted_1ibmh {
|
|
41
41
|
border-top: var(--bottom-sheet-footer-border-top);
|
|
42
42
|
background-color: var(--bottom-sheet-footer-background-color);
|
|
43
|
-
} .bottom-sheet__background-
|
|
43
|
+
} .bottom-sheet__background-accent_1ibmh {
|
|
44
44
|
background-color: var(--color-light-bg-accent);
|
|
45
|
-
} .bottom-sheet__background-
|
|
45
|
+
} .bottom-sheet__background-info_1ibmh {
|
|
46
46
|
background-color: var(--color-light-bg-info);
|
|
47
|
-
} .bottom-sheet__background-attention-
|
|
47
|
+
} .bottom-sheet__background-attention-muted_1ibmh {
|
|
48
48
|
background-color: var(--color-light-bg-attention-muted);
|
|
49
|
-
} .bottom-sheet__background-positive-
|
|
49
|
+
} .bottom-sheet__background-positive-muted_1ibmh {
|
|
50
50
|
background-color: var(--color-light-bg-positive-muted);
|
|
51
|
-
} .bottom-sheet__background-negative-
|
|
51
|
+
} .bottom-sheet__background-negative-muted_1ibmh {
|
|
52
52
|
background-color: var(--color-light-bg-negative-muted);
|
|
53
|
-
} .bottom-sheet__background-
|
|
53
|
+
} .bottom-sheet__background-primary_1ibmh {
|
|
54
54
|
background-color: var(--color-light-bg-primary);
|
|
55
|
-
} .bottom-sheet__background-primary-
|
|
55
|
+
} .bottom-sheet__background-primary-inverted_1ibmh {
|
|
56
56
|
background-color: var(--color-light-bg-primary-inverted);
|
|
57
|
-
} .bottom-sheet__background-
|
|
57
|
+
} .bottom-sheet__background-secondary_1ibmh {
|
|
58
58
|
background-color: var(--color-light-bg-secondary);
|
|
59
|
-
} .bottom-sheet__background-secondary-
|
|
59
|
+
} .bottom-sheet__background-secondary-inverted_1ibmh {
|
|
60
60
|
background-color: var(--color-light-bg-secondary-inverted);
|
|
61
|
-
} .bottom-sheet__background-
|
|
61
|
+
} .bottom-sheet__background-tertiary_1ibmh {
|
|
62
62
|
background-color: var(--color-light-bg-tertiary);
|
|
63
|
-
} .bottom-sheet__background-tertiary-
|
|
63
|
+
} .bottom-sheet__background-tertiary-inverted_1ibmh {
|
|
64
64
|
background-color: var(--color-light-bg-tertiary-inverted);
|
|
65
|
-
} .bottom-sheet__background-
|
|
65
|
+
} .bottom-sheet__background-quaternary_1ibmh {
|
|
66
66
|
background-color: var(--color-light-bg-quaternary);
|
|
67
|
-
} .bottom-sheet__background-quaternary-
|
|
67
|
+
} .bottom-sheet__background-quaternary-inverted_1ibmh {
|
|
68
68
|
background-color: var(--color-light-bg-quaternary-inverted);
|
|
69
|
-
} .bottom-sheet__background-specialbg-
|
|
69
|
+
} .bottom-sheet__background-specialbg-component_1ibmh {
|
|
70
70
|
background-color: var(--color-light-specialbg-component);
|
|
71
|
-
} .bottom-sheet__background-specialbg-component-
|
|
71
|
+
} .bottom-sheet__background-specialbg-component-inverted_1ibmh {
|
|
72
72
|
background-color: var(--color-light-specialbg-component-inverted);
|
|
73
|
-
} .bottom-sheet__background-specialbg-primary-
|
|
73
|
+
} .bottom-sheet__background-specialbg-primary-grouped_1ibmh {
|
|
74
74
|
background-color: var(--color-light-specialbg-primary-grouped);
|
|
75
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
75
|
+
} .bottom-sheet__background-specialbg-secondary-grouped_1ibmh {
|
|
76
76
|
background-color: var(--color-light-specialbg-secondary-grouped);
|
|
77
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
77
|
+
} .bottom-sheet__background-specialbg-tertiary-grouped_1ibmh {
|
|
78
78
|
background-color: var(--color-light-specialbg-tertiary-grouped);
|
|
79
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
79
|
+
} .bottom-sheet__background-specialbg-secondary-transparent_1ibmh {
|
|
80
80
|
background-color: var(--color-light-specialbg-secondary-transparent);
|
|
81
|
-
} .bottom-sheet__background-specialbg-secondary-transparent-
|
|
81
|
+
} .bottom-sheet__background-specialbg-secondary-transparent-inverted_1ibmh {
|
|
82
82
|
background-color: var(--color-light-specialbg-secondary-transparent-inverted);
|
|
83
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
83
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent_1ibmh {
|
|
84
84
|
background-color: var(--color-light-specialbg-tertiary-transparent);
|
|
85
|
-
} .bottom-sheet__background-specialbg-tertiary-transparent-
|
|
85
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_1ibmh {
|
|
86
86
|
background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
|
|
87
87
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"footer":"bottom-
|
|
3
|
+
const styles = {"footer":"bottom-sheet__footer_1ibmh","sticky":"bottom-sheet__sticky_1ibmh","highlighted":"bottom-sheet__highlighted_1ibmh"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -17,45 +17,45 @@
|
|
|
17
17
|
--bottom-sheet-title-font-weight: 600;
|
|
18
18
|
--bottom-sheet-title-line-height: 28px;
|
|
19
19
|
--bottom-sheet-title-font-family: var(--font-family-system);
|
|
20
|
-
} .bottom-
|
|
20
|
+
} .bottom-sheet__headerBase_lqxvg {
|
|
21
21
|
border-top-left-radius: inherit;
|
|
22
22
|
border-top-right-radius: inherit;
|
|
23
23
|
z-index: 1;
|
|
24
|
-
} .bottom-
|
|
24
|
+
} .bottom-sheet__headerWrapper_lqxvg {
|
|
25
25
|
padding: var(--gap-12) var(--gap-8) var(--gap-4);
|
|
26
|
-
} .bottom-
|
|
26
|
+
} .bottom-sheet__headerWrapperWithoutSwipeMarker_lqxvg {
|
|
27
27
|
padding: var(--gap-8) var(--gap-8) var(--gap-4);
|
|
28
|
-
} .bottom-
|
|
28
|
+
} .bottom-sheet__hasContent_lqxvg {
|
|
29
29
|
background-color: inherit;
|
|
30
|
-
} .bottom-
|
|
30
|
+
} .bottom-sheet__header_lqxvg {
|
|
31
31
|
display: flex;
|
|
32
|
-
} .bottom-
|
|
32
|
+
} .bottom-sheet__sticky_lqxvg {
|
|
33
33
|
position: sticky;
|
|
34
34
|
top: var(--gap-0);
|
|
35
|
-
} .bottom-
|
|
35
|
+
} .bottom-sheet__highlighted_lqxvg {
|
|
36
36
|
border-bottom: var(--bottom-sheet-header-border-bottom);
|
|
37
|
-
} .bottom-
|
|
37
|
+
} .bottom-sheet__justifyEnd_lqxvg {
|
|
38
38
|
justify-content: flex-end;
|
|
39
|
-
} .bottom-
|
|
39
|
+
} .bottom-sheet__addon_lqxvg {
|
|
40
40
|
display: flex;
|
|
41
41
|
justify-content: center;
|
|
42
42
|
align-items: center;
|
|
43
43
|
min-width: 48px;
|
|
44
44
|
height: 48px;
|
|
45
|
-
} .bottom-
|
|
45
|
+
} .bottom-sheet__addonFixed_lqxvg {
|
|
46
46
|
position: fixed;
|
|
47
|
-
} .bottom-
|
|
47
|
+
} .bottom-sheet__title_lqxvg {
|
|
48
48
|
padding: 10px var(--gap-8);
|
|
49
49
|
width: 100%;
|
|
50
50
|
font-size: var(--bottom-sheet-title-font-size);
|
|
51
51
|
font-weight: var(--bottom-sheet-title-font-weight);
|
|
52
52
|
line-height: var(--bottom-sheet-title-line-height);
|
|
53
53
|
font-family: var(--bottom-sheet-title-font-family);
|
|
54
|
-
} .bottom-
|
|
54
|
+
} .bottom-sheet__titleCenter_lqxvg {
|
|
55
55
|
text-align: center;
|
|
56
|
-
} .bottom-
|
|
56
|
+
} .bottom-sheet__titleLeft_lqxvg {
|
|
57
57
|
text-align: left;
|
|
58
|
-
} .bottom-
|
|
58
|
+
} .bottom-sheet__trimTitle_lqxvg {
|
|
59
59
|
white-space: nowrap;
|
|
60
60
|
overflow: hidden;
|
|
61
61
|
text-overflow: ellipsis;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"headerWrapper":"bottom-
|
|
3
|
+
const styles = {"headerWrapper":"bottom-sheet__headerWrapper_lqxvg bottom-sheet__headerBase_lqxvg","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_lqxvg bottom-sheet__headerBase_lqxvg","hasContent":"bottom-sheet__hasContent_lqxvg","sticky":"bottom-sheet__sticky_lqxvg","highlighted":"bottom-sheet__highlighted_lqxvg","title":"bottom-sheet__title_lqxvg"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -42,25 +42,25 @@
|
|
|
42
42
|
--bottom-sheet-out-transition: transform 0.3s ease;
|
|
43
43
|
--bottom-sheet-top-radius: var(--border-radius-16);
|
|
44
44
|
--bottom-sheet-shadow: none;
|
|
45
|
-
} .bottom-
|
|
45
|
+
} .bottom-sheet__modal_ct7y1 {
|
|
46
46
|
bottom: var(--gap-0);
|
|
47
47
|
width: 100%;
|
|
48
48
|
max-width: 600px;
|
|
49
49
|
pointer-events: none;
|
|
50
50
|
touch-action: none;
|
|
51
|
-
} .bottom-
|
|
51
|
+
} .bottom-sheet__modal_ct7y1.bottom-sheet__modal_ct7y1 {
|
|
52
52
|
background-color: transparent;
|
|
53
53
|
position: fixed;
|
|
54
|
-
} .bottom-
|
|
54
|
+
} .bottom-sheet__wrapper_ct7y1 {
|
|
55
55
|
transform: translateY(100%);
|
|
56
56
|
pointer-events: none;
|
|
57
57
|
touch-action: none;
|
|
58
58
|
border-top-right-radius: var(--bottom-sheet-top-radius);
|
|
59
59
|
border-top-left-radius: var(--bottom-sheet-top-radius);
|
|
60
60
|
transition: border-radius 0.3s ease;
|
|
61
|
-
} .bottom-
|
|
61
|
+
} .bottom-sheet__fullscreen_ct7y1 {
|
|
62
62
|
border-radius: 0;
|
|
63
|
-
} .bottom-
|
|
63
|
+
} .bottom-sheet__component_ct7y1 {
|
|
64
64
|
position: relative;
|
|
65
65
|
display: flex;
|
|
66
66
|
flex-direction: column;
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
background-color: var(--color-light-modal-bg-primary);
|
|
69
69
|
pointer-events: all;
|
|
70
70
|
box-shadow: var(--bottom-sheet-shadow);
|
|
71
|
-
} .bottom-
|
|
71
|
+
} .bottom-sheet__withTransition_ct7y1 {
|
|
72
72
|
transition: var(--bottom-sheet-out-transition);
|
|
73
|
-
} .bottom-
|
|
73
|
+
} .bottom-sheet__scrollableContainer_ct7y1 {
|
|
74
74
|
overflow: auto;
|
|
75
75
|
display: flex;
|
|
76
76
|
flex-direction: column;
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
background-color: inherit;
|
|
80
80
|
border-radius: inherit;
|
|
81
81
|
overscroll-behavior: contain;
|
|
82
|
-
} .bottom-
|
|
82
|
+
} .bottom-sheet__marker_ct7y1 {
|
|
83
83
|
position: fixed;
|
|
84
84
|
top: var(--gap-4);
|
|
85
85
|
right: var(--gap-0);
|
|
@@ -87,11 +87,11 @@
|
|
|
87
87
|
z-index: 1000;
|
|
88
88
|
width: 36px;
|
|
89
89
|
margin: var(--gap-0) auto;
|
|
90
|
-
} .bottom-
|
|
90
|
+
} .bottom-sheet__defaultMarker_ct7y1 {
|
|
91
91
|
height: 4px;
|
|
92
92
|
border-radius: var(--border-radius-20);
|
|
93
93
|
background-color: var(--color-light-neutral-translucent-300);
|
|
94
|
-
} .bottom-
|
|
94
|
+
} .bottom-sheet__content_ct7y1 {
|
|
95
95
|
position: relative;
|
|
96
96
|
z-index: 0;
|
|
97
97
|
display: flex;
|
|
@@ -101,75 +101,75 @@
|
|
|
101
101
|
color: var(--color-light-text-primary);
|
|
102
102
|
background-color: inherit;
|
|
103
103
|
border-radius: inherit;
|
|
104
|
-
} .bottom-
|
|
104
|
+
} .bottom-sheet__noHeader_ct7y1 {
|
|
105
105
|
padding-top: var(--gap-16);
|
|
106
|
-
} .bottom-
|
|
106
|
+
} .bottom-sheet__noFooter_ct7y1 {
|
|
107
107
|
padding-bottom: var(--gap-16);
|
|
108
|
-
} .bottom-
|
|
108
|
+
} .bottom-sheet__scrollLocked_ct7y1 {
|
|
109
109
|
overflow: hidden;
|
|
110
|
-
} .bottom-
|
|
110
|
+
} .bottom-sheet__hiddenScrollbar_ct7y1 {
|
|
111
111
|
scrollbar-width: none
|
|
112
|
-
} .bottom-
|
|
112
|
+
} .bottom-sheet__hiddenScrollbar_ct7y1::-webkit-scrollbar {
|
|
113
113
|
width: 0;
|
|
114
114
|
height: 0;
|
|
115
|
-
} .bottom-
|
|
115
|
+
} .bottom-sheet__disabledPointerEvents_ct7y1 {
|
|
116
116
|
pointer-events: none;
|
|
117
|
-
} .bottom-
|
|
117
|
+
} .bottom-sheet__appear_ct7y1 .bottom-sheet__wrapper_ct7y1, .bottom-sheet__enter_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
118
118
|
transition: none;
|
|
119
|
-
} .bottom-
|
|
119
|
+
} .bottom-sheet__appearActive_ct7y1 .bottom-sheet__wrapper_ct7y1, .bottom-sheet__enterActive_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
120
120
|
transition: var(--bottom-sheet-in-transition);
|
|
121
121
|
transform: translateY(0);
|
|
122
|
-
} .bottom-
|
|
122
|
+
} .bottom-sheet__enterDone_ct7y1 .bottom-sheet__wrapper_ct7y1, .bottom-sheet__appearDone_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
123
123
|
transform: translateY(0);
|
|
124
|
-
} .bottom-
|
|
124
|
+
} .bottom-sheet__exit_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
125
125
|
transform: translateY(0);
|
|
126
|
-
} .bottom-
|
|
126
|
+
} .bottom-sheet__exitActive_ct7y1 .bottom-sheet__wrapper_ct7y1 {
|
|
127
127
|
transition: var(--bottom-sheet-out-transition);
|
|
128
128
|
transform: translateY(100%);
|
|
129
|
-
} .bottom-
|
|
129
|
+
} .bottom-sheet__safeAreaBottom_ct7y1 {
|
|
130
130
|
padding-bottom: var(--sab);
|
|
131
|
-
} .bottom-sheet__background-
|
|
131
|
+
} .bottom-sheet__background-accent_ct7y1 {
|
|
132
132
|
background-color: var(--color-light-bg-accent);
|
|
133
|
-
} .bottom-sheet__background-
|
|
133
|
+
} .bottom-sheet__background-info_ct7y1 {
|
|
134
134
|
background-color: var(--color-light-bg-info);
|
|
135
|
-
} .bottom-sheet__background-attention-
|
|
135
|
+
} .bottom-sheet__background-attention-muted_ct7y1 {
|
|
136
136
|
background-color: var(--color-light-bg-attention-muted);
|
|
137
|
-
} .bottom-sheet__background-positive-
|
|
137
|
+
} .bottom-sheet__background-positive-muted_ct7y1 {
|
|
138
138
|
background-color: var(--color-light-bg-positive-muted);
|
|
139
|
-
} .bottom-sheet__background-negative-
|
|
139
|
+
} .bottom-sheet__background-negative-muted_ct7y1 {
|
|
140
140
|
background-color: var(--color-light-bg-negative-muted);
|
|
141
|
-
} .bottom-sheet__background-
|
|
141
|
+
} .bottom-sheet__background-primary_ct7y1 {
|
|
142
142
|
background-color: var(--color-light-bg-primary);
|
|
143
|
-
} .bottom-sheet__background-primary-
|
|
143
|
+
} .bottom-sheet__background-primary-inverted_ct7y1 {
|
|
144
144
|
background-color: var(--color-light-bg-primary-inverted);
|
|
145
|
-
} .bottom-sheet__background-
|
|
145
|
+
} .bottom-sheet__background-secondary_ct7y1 {
|
|
146
146
|
background-color: var(--color-light-bg-secondary);
|
|
147
|
-
} .bottom-sheet__background-secondary-
|
|
147
|
+
} .bottom-sheet__background-secondary-inverted_ct7y1 {
|
|
148
148
|
background-color: var(--color-light-bg-secondary-inverted);
|
|
149
|
-
} .bottom-sheet__background-
|
|
149
|
+
} .bottom-sheet__background-tertiary_ct7y1 {
|
|
150
150
|
background-color: var(--color-light-bg-tertiary);
|
|
151
|
-
} .bottom-sheet__background-tertiary-
|
|
151
|
+
} .bottom-sheet__background-tertiary-inverted_ct7y1 {
|
|
152
152
|
background-color: var(--color-light-bg-tertiary-inverted);
|
|
153
|
-
} .bottom-sheet__background-
|
|
153
|
+
} .bottom-sheet__background-quaternary_ct7y1 {
|
|
154
154
|
background-color: var(--color-light-bg-quaternary);
|
|
155
|
-
} .bottom-sheet__background-quaternary-
|
|
155
|
+
} .bottom-sheet__background-quaternary-inverted_ct7y1 {
|
|
156
156
|
background-color: var(--color-light-bg-quaternary-inverted);
|
|
157
|
-
} .bottom-sheet__background-specialbg-
|
|
157
|
+
} .bottom-sheet__background-specialbg-component_ct7y1 {
|
|
158
158
|
background-color: var(--color-light-specialbg-component);
|
|
159
|
-
} .bottom-sheet__background-specialbg-component-
|
|
159
|
+
} .bottom-sheet__background-specialbg-component-inverted_ct7y1 {
|
|
160
160
|
background-color: var(--color-light-specialbg-component-inverted);
|
|
161
|
-
} .bottom-sheet__background-specialbg-primary-
|
|
161
|
+
} .bottom-sheet__background-specialbg-primary-grouped_ct7y1 {
|
|
162
162
|
background-color: var(--color-light-specialbg-primary-grouped);
|
|
163
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
163
|
+
} .bottom-sheet__background-specialbg-secondary-grouped_ct7y1 {
|
|
164
164
|
background-color: var(--color-light-specialbg-secondary-grouped);
|
|
165
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
165
|
+
} .bottom-sheet__background-specialbg-tertiary-grouped_ct7y1 {
|
|
166
166
|
background-color: var(--color-light-specialbg-tertiary-grouped);
|
|
167
|
-
} .bottom-sheet__background-specialbg-secondary-
|
|
167
|
+
} .bottom-sheet__background-specialbg-secondary-transparent_ct7y1 {
|
|
168
168
|
background-color: var(--color-light-specialbg-secondary-transparent);
|
|
169
|
-
} .bottom-sheet__background-specialbg-secondary-transparent-
|
|
169
|
+
} .bottom-sheet__background-specialbg-secondary-transparent-inverted_ct7y1 {
|
|
170
170
|
background-color: var(--color-light-specialbg-secondary-transparent-inverted);
|
|
171
|
-
} .bottom-sheet__background-specialbg-tertiary-
|
|
171
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent_ct7y1 {
|
|
172
172
|
background-color: var(--color-light-specialbg-tertiary-transparent);
|
|
173
|
-
} .bottom-sheet__background-specialbg-tertiary-transparent-
|
|
173
|
+
} .bottom-sheet__background-specialbg-tertiary-transparent-inverted_ct7y1 {
|
|
174
174
|
background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
|
|
175
175
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"modal":"bottom-
|
|
3
|
+
const styles = {"modal":"bottom-sheet__modal_ct7y1","wrapper":"bottom-sheet__wrapper_ct7y1","fullscreen":"bottom-sheet__fullscreen_ct7y1","component":"bottom-sheet__component_ct7y1","withTransition":"bottom-sheet__withTransition_ct7y1","scrollableContainer":"bottom-sheet__scrollableContainer_ct7y1","marker":"bottom-sheet__marker_ct7y1","defaultMarker":"bottom-sheet__defaultMarker_ct7y1","content":"bottom-sheet__content_ct7y1","noHeader":"bottom-sheet__noHeader_ct7y1","noFooter":"bottom-sheet__noFooter_ct7y1","scrollLocked":"bottom-sheet__scrollLocked_ct7y1","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_ct7y1","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_ct7y1","appear":"bottom-sheet__appear_ct7y1","enter":"bottom-sheet__enter_ct7y1","appearActive":"bottom-sheet__appearActive_ct7y1","enterActive":"bottom-sheet__enterActive_ct7y1","enterDone":"bottom-sheet__enterDone_ct7y1","appearDone":"bottom-sheet__appearDone_ct7y1","exit":"bottom-sheet__exit_ct7y1","exitActive":"bottom-sheet__exitActive_ct7y1","safeAreaBottom":"bottom-sheet__safeAreaBottom_ct7y1","background-accent":"bottom-sheet__background-accent_ct7y1","background-info":"bottom-sheet__background-info_ct7y1","background-attention-muted":"bottom-sheet__background-attention-muted_ct7y1","background-positive-muted":"bottom-sheet__background-positive-muted_ct7y1","background-negative-muted":"bottom-sheet__background-negative-muted_ct7y1","background-primary":"bottom-sheet__background-primary_ct7y1","background-primary-inverted":"bottom-sheet__background-primary-inverted_ct7y1","background-secondary":"bottom-sheet__background-secondary_ct7y1","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_ct7y1","background-tertiary":"bottom-sheet__background-tertiary_ct7y1","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_ct7y1","background-quaternary":"bottom-sheet__background-quaternary_ct7y1","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_ct7y1","background-specialbg-component":"bottom-sheet__background-specialbg-component_ct7y1","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_ct7y1","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_ct7y1","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_ct7y1","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_ct7y1","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_ct7y1","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_ct7y1","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_ct7y1","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_ct7y1"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-bottom-sheet",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "Bottom sheet mobile component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@alfalab/core-components-backdrop": "^4.0.0",
|
|
14
|
-
"@alfalab/core-components-base-modal": "^6.0.
|
|
15
|
-
"@alfalab/core-components-navigation-bar-private": "^1.0.
|
|
16
|
-
"@alfalab/core-components-shared": "^1.
|
|
14
|
+
"@alfalab/core-components-base-modal": "^6.0.1",
|
|
15
|
+
"@alfalab/core-components-navigation-bar-private": "^1.0.1",
|
|
16
|
+
"@alfalab/core-components-shared": "^1.1.0",
|
|
17
17
|
"@alfalab/core-components-types": "^1.0.0",
|
|
18
18
|
"classnames": "^2.5.1",
|
|
19
19
|
"react-div-100vh": "^0.7.0",
|
|
@@ -31,6 +31,6 @@
|
|
|
31
31
|
"access": "public",
|
|
32
32
|
"directory": "dist"
|
|
33
33
|
},
|
|
34
|
-
"themesVersion": "14.
|
|
35
|
-
"varsVersion": "10.
|
|
34
|
+
"themesVersion": "14.1.0",
|
|
35
|
+
"varsVersion": "10.1.0"
|
|
36
36
|
}
|