@alfalab/core-components-bottom-sheet 7.4.0 → 7.4.2
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 +2 -2
- package/components/footer/default.module.css.js +1 -1
- package/components/footer/index.css +2 -2
- package/components/footer/index.module.css.js +1 -1
- package/components/footer/inverted.css +2 -2
- 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/default.module.css.js.map +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/components/header/inverted.module.css.js.map +1 -1
- package/cssm/components/header/default.module.css +1 -1
- package/cssm/components/header/inverted.module.css +1 -1
- package/default.css +4 -4
- package/default.module.css.js +1 -1
- package/esm/components/footer/default.css +2 -2
- package/esm/components/footer/default.module.css.js +1 -1
- package/esm/components/footer/index.css +2 -2
- package/esm/components/footer/index.module.css.js +1 -1
- package/esm/components/footer/inverted.css +2 -2
- 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/default.module.css.js.map +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/components/header/inverted.module.css.js.map +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 +2 -2
- package/modern/components/footer/default.module.css.js +1 -1
- package/modern/components/footer/index.css +2 -2
- package/modern/components/footer/index.module.css.js +1 -1
- package/modern/components/footer/inverted.css +2 -2
- 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/default.module.css.js.map +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/components/header/inverted.module.css.js.map +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/header/default.module.css +1 -1
- package/moderncssm/components/header/inverted.module.css +1 -1
- package/package.json +3 -3
- package/src/components/header/default.module.css +1 -1
- package/src/components/header/inverted.module.css +1 -1
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
--bottom-sheet-text-color: var(--color-light-text-primary);
|
|
7
7
|
--bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
|
|
8
8
|
--bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
|
|
9
|
-
} .bottom-
|
|
9
|
+
} .bottom-sheet__highlighted_11lko {
|
|
10
10
|
background-color: var(--bottom-sheet-footer-background-color);
|
|
11
11
|
border-top: var(--bottom-sheet-footer-border-top);
|
|
12
|
-
} .bottom-
|
|
12
|
+
} .bottom-sheet__hasContent_11lko {
|
|
13
13
|
color: var(--bottom-sheet-text-color);
|
|
14
14
|
}
|
|
@@ -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_11lko","hasContent":"bottom-sheet__hasContent_11lko"};
|
|
6
6
|
|
|
7
7
|
module.exports = defaultColors;
|
|
8
8
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
--gap-m: 16px;
|
|
3
3
|
--gap-0: 0px;
|
|
4
4
|
--gap-16: var(--gap-m);
|
|
5
|
-
} .bottom-
|
|
5
|
+
} .bottom-sheet__footer_17h26 {
|
|
6
6
|
padding: var(--gap-16) var(--gap-16);
|
|
7
|
-
} .bottom-
|
|
7
|
+
} .bottom-sheet__sticky_17h26 {
|
|
8
8
|
position: sticky;
|
|
9
9
|
bottom: var(--gap-0);
|
|
10
10
|
z-index: 1;
|
|
@@ -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_17h26","sticky":"bottom-sheet__sticky_17h26"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
--bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
|
|
7
7
|
--bottom-sheet-footer-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
|
|
8
8
|
--bottom-sheet-footer-border-top-inverted: 1px solid var(--color-light-neutral-300-inverted);
|
|
9
|
-
} .bottom-
|
|
9
|
+
} .bottom-sheet__highlighted_16mx9 {
|
|
10
10
|
background-color: var(--bottom-sheet-footer-background-color-inverted);
|
|
11
11
|
border-top: var(--bottom-sheet-footer-border-top-inverted);
|
|
12
|
-
} .bottom-
|
|
12
|
+
} .bottom-sheet__hasContent_16mx9 {
|
|
13
13
|
color: var(--bottom-sheet-text-color-inverted);
|
|
14
14
|
}
|
|
@@ -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_16mx9","hasContent":"bottom-sheet__hasContent_16mx9"};
|
|
6
6
|
|
|
7
7
|
module.exports = invertedColors;
|
|
8
8
|
//# sourceMappingURL=inverted.module.css.js.map
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
} :root {
|
|
5
5
|
--bottom-sheet-header-border-bottom: 1px solid var(--color-light-neutral-300);
|
|
6
6
|
--bottom-sheet-text-color: var(--color-light-text-primary);
|
|
7
|
-
} .bottom-
|
|
7
|
+
} .bottom-sheet__title_1cn87 {
|
|
8
8
|
color: var(--bottom-sheet-text-color);
|
|
9
|
-
} .bottom-
|
|
9
|
+
} .bottom-sheet__hasContent_1cn87 {
|
|
10
10
|
background-color: inherit;
|
|
11
|
-
} .bottom-
|
|
11
|
+
} .bottom-sheet__subtitle_1cn87.bottom-sheet__subtitle_1cn87 {
|
|
12
12
|
color: var(--bottom-sheet-text-color);
|
|
13
|
-
} .bottom-
|
|
13
|
+
} .bottom-sheet__highlighted_1cn87 {
|
|
14
14
|
border-bottom: var(--bottom-sheet-header-border-bottom);
|
|
15
15
|
}
|
|
@@ -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_1cn87","hasContent":"bottom-sheet__hasContent_1cn87","subtitle":"bottom-sheet__subtitle_1cn87","highlighted":"bottom-sheet__highlighted_1cn87"};
|
|
6
6
|
|
|
7
7
|
module.exports = defaultColors;
|
|
8
8
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.module.css.js","sources":["../../src/components/header/default.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle {\n color: var(--bottom-sheet-text-color);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom);\n}\n"],"names":[],"mappings":";;;;AAEgB,oBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"default.module.css.js","sources":["../../src/components/header/default.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle.subtitle {\n color: var(--bottom-sheet-text-color);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom);\n}\n"],"names":[],"mappings":";;;;AAEgB,oBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
|
|
@@ -19,45 +19,45 @@
|
|
|
19
19
|
--bottom-sheet-subtitle-font-weight: 400;
|
|
20
20
|
--bottom-sheet-subtitle-line-height: 20px;
|
|
21
21
|
--bottom-sheet-subtitle-font-family: var(--font-family-system);
|
|
22
|
-
} .bottom-
|
|
22
|
+
} .bottom-sheet__headerBase_vfpju {
|
|
23
23
|
border-top-left-radius: inherit;
|
|
24
24
|
border-top-right-radius: inherit;
|
|
25
25
|
z-index: 1;
|
|
26
|
-
} .bottom-
|
|
26
|
+
} .bottom-sheet__headerWrapper_vfpju {
|
|
27
27
|
padding: var(--gap-12) var(--gap-8) var(--gap-4);
|
|
28
|
-
} .bottom-
|
|
28
|
+
} .bottom-sheet__headerWrapperWithoutSwipeMarker_vfpju {
|
|
29
29
|
padding: var(--gap-8) var(--gap-8) var(--gap-4);
|
|
30
|
-
} .bottom-
|
|
30
|
+
} .bottom-sheet__header_vfpju {
|
|
31
31
|
display: flex;
|
|
32
|
-
} .bottom-
|
|
32
|
+
} .bottom-sheet__sticky_vfpju {
|
|
33
33
|
position: sticky;
|
|
34
34
|
top: var(--gap-0);
|
|
35
|
-
} .bottom-
|
|
35
|
+
} .bottom-sheet__justifyEnd_vfpju {
|
|
36
36
|
justify-content: flex-end;
|
|
37
|
-
} .bottom-
|
|
37
|
+
} .bottom-sheet__addon_vfpju {
|
|
38
38
|
display: flex;
|
|
39
39
|
justify-content: center;
|
|
40
40
|
align-items: center;
|
|
41
41
|
min-width: 48px;
|
|
42
42
|
height: 48px;
|
|
43
|
-
} .bottom-
|
|
43
|
+
} .bottom-sheet__addonFixed_vfpju {
|
|
44
44
|
position: fixed;
|
|
45
|
-
} .bottom-
|
|
45
|
+
} .bottom-sheet__title_vfpju {
|
|
46
46
|
padding: var(--gap-10) var(--gap-8);
|
|
47
47
|
width: 100%;
|
|
48
48
|
font-size: var(--bottom-sheet-title-font-size);
|
|
49
49
|
font-weight: var(--bottom-sheet-title-font-weight);
|
|
50
50
|
line-height: var(--bottom-sheet-title-line-height);
|
|
51
51
|
font-family: var(--bottom-sheet-title-font-family);
|
|
52
|
-
} .bottom-
|
|
52
|
+
} .bottom-sheet__titleCenter_vfpju {
|
|
53
53
|
text-align: center;
|
|
54
|
-
} .bottom-
|
|
54
|
+
} .bottom-sheet__titleLeft_vfpju {
|
|
55
55
|
text-align: left;
|
|
56
|
-
} .bottom-
|
|
56
|
+
} .bottom-sheet__trimTitle_vfpju {
|
|
57
57
|
white-space: nowrap;
|
|
58
58
|
overflow: hidden;
|
|
59
59
|
text-overflow: ellipsis;
|
|
60
|
-
} .bottom-
|
|
60
|
+
} .bottom-sheet__subtitle_vfpju {
|
|
61
61
|
width: 100%;
|
|
62
62
|
font-size: var(--bottom-sheet-subtitle-font-size);
|
|
63
63
|
font-weight: var(--bottom-sheet-subtitle-font-weight);
|
|
@@ -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_vfpju bottom-sheet__headerBase_vfpju","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_vfpju bottom-sheet__headerBase_vfpju","sticky":"bottom-sheet__sticky_vfpju","title":"bottom-sheet__title_vfpju","subtitle":"bottom-sheet__subtitle_vfpju"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
} :root {
|
|
5
5
|
--bottom-sheet-header-border-bottom-inverted: 1px solid var(--color-light-neutral-300-inverted);
|
|
6
6
|
--bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
|
|
7
|
-
} .bottom-
|
|
7
|
+
} .bottom-sheet__title_1fetx {
|
|
8
8
|
color: var(--bottom-sheet-text-color-inverted);
|
|
9
|
-
} .bottom-
|
|
9
|
+
} .bottom-sheet__hasContent_1fetx {
|
|
10
10
|
background-color: inherit;
|
|
11
|
-
} .bottom-
|
|
11
|
+
} .bottom-sheet__subtitle_1fetx.bottom-sheet__subtitle_1fetx {
|
|
12
12
|
color: var(--bottom-sheet-text-color-inverted);
|
|
13
|
-
} .bottom-
|
|
13
|
+
} .bottom-sheet__highlighted_1fetx {
|
|
14
14
|
border-bottom: var(--bottom-sheet-header-border-bottom-inverted);
|
|
15
15
|
}
|
|
@@ -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_1fetx","hasContent":"bottom-sheet__hasContent_1fetx","subtitle":"bottom-sheet__subtitle_1fetx","highlighted":"bottom-sheet__highlighted_1fetx"};
|
|
6
6
|
|
|
7
7
|
module.exports = invertedColors;
|
|
8
8
|
//# sourceMappingURL=inverted.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inverted.module.css.js","sources":["../../src/components/header/inverted.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom-inverted);\n}\n"],"names":[],"mappings":";;;;AAEgB,qBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"inverted.module.css.js","sources":["../../src/components/header/inverted.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle.subtitle {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom-inverted);\n}\n"],"names":[],"mappings":";;;;AAEgB,qBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
color: var(--bottom-sheet-text-color-inverted);
|
|
9
9
|
} .hasContent {
|
|
10
10
|
background-color: inherit;
|
|
11
|
-
} .subtitle {
|
|
11
|
+
} .subtitle.subtitle {
|
|
12
12
|
color: var(--bottom-sheet-text-color-inverted);
|
|
13
13
|
} .highlighted {
|
|
14
14
|
border-bottom: var(--bottom-sheet-header-border-bottom-inverted);
|
package/default.css
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
--bottom-sheet-background-color: var(--color-light-modal-bg-primary);
|
|
7
7
|
--bottom-sheet-marker-color: var(--color-light-neutral-translucent-300);
|
|
8
8
|
--bottom-sheet-text-color: var(--color-light-text-primary);
|
|
9
|
-
} .bottom-
|
|
9
|
+
} .bottom-sheet__component_tw0h4 {
|
|
10
10
|
background-color: var(--bottom-sheet-background-color);
|
|
11
|
-
} .bottom-
|
|
11
|
+
} .bottom-sheet__content_tw0h4 {
|
|
12
12
|
color: var(--bottom-sheet-text-color);
|
|
13
|
-
} .bottom-
|
|
13
|
+
} .bottom-sheet__defaultMarker_tw0h4 {
|
|
14
14
|
background-color: var(--bottom-sheet-marker-color);
|
|
15
|
-
} .bottom-
|
|
15
|
+
} .bottom-sheet__hasContent_tw0h4 {
|
|
16
16
|
color: var(--bottom-sheet-text-color);
|
|
17
17
|
}
|
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_tw0h4","content":"bottom-sheet__content_tw0h4","defaultMarker":"bottom-sheet__defaultMarker_tw0h4","hasContent":"bottom-sheet__hasContent_tw0h4"};
|
|
6
6
|
|
|
7
7
|
module.exports = defaultColors;
|
|
8
8
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
--bottom-sheet-text-color: var(--color-light-text-primary);
|
|
7
7
|
--bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
|
|
8
8
|
--bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
|
|
9
|
-
} .bottom-
|
|
9
|
+
} .bottom-sheet__highlighted_11lko {
|
|
10
10
|
background-color: var(--bottom-sheet-footer-background-color);
|
|
11
11
|
border-top: var(--bottom-sheet-footer-border-top);
|
|
12
|
-
} .bottom-
|
|
12
|
+
} .bottom-sheet__hasContent_11lko {
|
|
13
13
|
color: var(--bottom-sheet-text-color);
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './default.css';
|
|
2
2
|
|
|
3
|
-
var defaultColors = {"highlighted":"bottom-
|
|
3
|
+
var defaultColors = {"highlighted":"bottom-sheet__highlighted_11lko","hasContent":"bottom-sheet__hasContent_11lko"};
|
|
4
4
|
|
|
5
5
|
export { defaultColors as default };
|
|
6
6
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
--gap-m: 16px;
|
|
3
3
|
--gap-0: 0px;
|
|
4
4
|
--gap-16: var(--gap-m);
|
|
5
|
-
} .bottom-
|
|
5
|
+
} .bottom-sheet__footer_17h26 {
|
|
6
6
|
padding: var(--gap-16) var(--gap-16);
|
|
7
|
-
} .bottom-
|
|
7
|
+
} .bottom-sheet__sticky_17h26 {
|
|
8
8
|
position: sticky;
|
|
9
9
|
bottom: var(--gap-0);
|
|
10
10
|
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_17h26","sticky":"bottom-sheet__sticky_17h26"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
--bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
|
|
7
7
|
--bottom-sheet-footer-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
|
|
8
8
|
--bottom-sheet-footer-border-top-inverted: 1px solid var(--color-light-neutral-300-inverted);
|
|
9
|
-
} .bottom-
|
|
9
|
+
} .bottom-sheet__highlighted_16mx9 {
|
|
10
10
|
background-color: var(--bottom-sheet-footer-background-color-inverted);
|
|
11
11
|
border-top: var(--bottom-sheet-footer-border-top-inverted);
|
|
12
|
-
} .bottom-
|
|
12
|
+
} .bottom-sheet__hasContent_16mx9 {
|
|
13
13
|
color: var(--bottom-sheet-text-color-inverted);
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './inverted.css';
|
|
2
2
|
|
|
3
|
-
var invertedColors = {"highlighted":"bottom-
|
|
3
|
+
var invertedColors = {"highlighted":"bottom-sheet__highlighted_16mx9","hasContent":"bottom-sheet__hasContent_16mx9"};
|
|
4
4
|
|
|
5
5
|
export { invertedColors as default };
|
|
6
6
|
//# sourceMappingURL=inverted.module.css.js.map
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
} :root {
|
|
5
5
|
--bottom-sheet-header-border-bottom: 1px solid var(--color-light-neutral-300);
|
|
6
6
|
--bottom-sheet-text-color: var(--color-light-text-primary);
|
|
7
|
-
} .bottom-
|
|
7
|
+
} .bottom-sheet__title_1cn87 {
|
|
8
8
|
color: var(--bottom-sheet-text-color);
|
|
9
|
-
} .bottom-
|
|
9
|
+
} .bottom-sheet__hasContent_1cn87 {
|
|
10
10
|
background-color: inherit;
|
|
11
|
-
} .bottom-
|
|
11
|
+
} .bottom-sheet__subtitle_1cn87.bottom-sheet__subtitle_1cn87 {
|
|
12
12
|
color: var(--bottom-sheet-text-color);
|
|
13
|
-
} .bottom-
|
|
13
|
+
} .bottom-sheet__highlighted_1cn87 {
|
|
14
14
|
border-bottom: var(--bottom-sheet-header-border-bottom);
|
|
15
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './default.css';
|
|
2
2
|
|
|
3
|
-
var defaultColors = {"title":"bottom-
|
|
3
|
+
var defaultColors = {"title":"bottom-sheet__title_1cn87","hasContent":"bottom-sheet__hasContent_1cn87","subtitle":"bottom-sheet__subtitle_1cn87","highlighted":"bottom-sheet__highlighted_1cn87"};
|
|
4
4
|
|
|
5
5
|
export { defaultColors as default };
|
|
6
6
|
//# sourceMappingURL=default.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.module.css.js","sources":["../../src/components/header/default.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle {\n color: var(--bottom-sheet-text-color);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom);\n}\n"],"names":[],"mappings":";;AAEgB,oBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"default.module.css.js","sources":["../../src/components/header/default.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle.subtitle {\n color: var(--bottom-sheet-text-color);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom);\n}\n"],"names":[],"mappings":";;AAEgB,oBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
|
|
@@ -19,45 +19,45 @@
|
|
|
19
19
|
--bottom-sheet-subtitle-font-weight: 400;
|
|
20
20
|
--bottom-sheet-subtitle-line-height: 20px;
|
|
21
21
|
--bottom-sheet-subtitle-font-family: var(--font-family-system);
|
|
22
|
-
} .bottom-
|
|
22
|
+
} .bottom-sheet__headerBase_vfpju {
|
|
23
23
|
border-top-left-radius: inherit;
|
|
24
24
|
border-top-right-radius: inherit;
|
|
25
25
|
z-index: 1;
|
|
26
|
-
} .bottom-
|
|
26
|
+
} .bottom-sheet__headerWrapper_vfpju {
|
|
27
27
|
padding: var(--gap-12) var(--gap-8) var(--gap-4);
|
|
28
|
-
} .bottom-
|
|
28
|
+
} .bottom-sheet__headerWrapperWithoutSwipeMarker_vfpju {
|
|
29
29
|
padding: var(--gap-8) var(--gap-8) var(--gap-4);
|
|
30
|
-
} .bottom-
|
|
30
|
+
} .bottom-sheet__header_vfpju {
|
|
31
31
|
display: flex;
|
|
32
|
-
} .bottom-
|
|
32
|
+
} .bottom-sheet__sticky_vfpju {
|
|
33
33
|
position: sticky;
|
|
34
34
|
top: var(--gap-0);
|
|
35
|
-
} .bottom-
|
|
35
|
+
} .bottom-sheet__justifyEnd_vfpju {
|
|
36
36
|
justify-content: flex-end;
|
|
37
|
-
} .bottom-
|
|
37
|
+
} .bottom-sheet__addon_vfpju {
|
|
38
38
|
display: flex;
|
|
39
39
|
justify-content: center;
|
|
40
40
|
align-items: center;
|
|
41
41
|
min-width: 48px;
|
|
42
42
|
height: 48px;
|
|
43
|
-
} .bottom-
|
|
43
|
+
} .bottom-sheet__addonFixed_vfpju {
|
|
44
44
|
position: fixed;
|
|
45
|
-
} .bottom-
|
|
45
|
+
} .bottom-sheet__title_vfpju {
|
|
46
46
|
padding: var(--gap-10) var(--gap-8);
|
|
47
47
|
width: 100%;
|
|
48
48
|
font-size: var(--bottom-sheet-title-font-size);
|
|
49
49
|
font-weight: var(--bottom-sheet-title-font-weight);
|
|
50
50
|
line-height: var(--bottom-sheet-title-line-height);
|
|
51
51
|
font-family: var(--bottom-sheet-title-font-family);
|
|
52
|
-
} .bottom-
|
|
52
|
+
} .bottom-sheet__titleCenter_vfpju {
|
|
53
53
|
text-align: center;
|
|
54
|
-
} .bottom-
|
|
54
|
+
} .bottom-sheet__titleLeft_vfpju {
|
|
55
55
|
text-align: left;
|
|
56
|
-
} .bottom-
|
|
56
|
+
} .bottom-sheet__trimTitle_vfpju {
|
|
57
57
|
white-space: nowrap;
|
|
58
58
|
overflow: hidden;
|
|
59
59
|
text-overflow: ellipsis;
|
|
60
|
-
} .bottom-
|
|
60
|
+
} .bottom-sheet__subtitle_vfpju {
|
|
61
61
|
width: 100%;
|
|
62
62
|
font-size: var(--bottom-sheet-subtitle-font-size);
|
|
63
63
|
font-weight: var(--bottom-sheet-subtitle-font-weight);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"headerWrapper":"bottom-
|
|
3
|
+
var styles = {"headerWrapper":"bottom-sheet__headerWrapper_vfpju bottom-sheet__headerBase_vfpju","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_vfpju bottom-sheet__headerBase_vfpju","sticky":"bottom-sheet__sticky_vfpju","title":"bottom-sheet__title_vfpju","subtitle":"bottom-sheet__subtitle_vfpju"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
} :root {
|
|
5
5
|
--bottom-sheet-header-border-bottom-inverted: 1px solid var(--color-light-neutral-300-inverted);
|
|
6
6
|
--bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
|
|
7
|
-
} .bottom-
|
|
7
|
+
} .bottom-sheet__title_1fetx {
|
|
8
8
|
color: var(--bottom-sheet-text-color-inverted);
|
|
9
|
-
} .bottom-
|
|
9
|
+
} .bottom-sheet__hasContent_1fetx {
|
|
10
10
|
background-color: inherit;
|
|
11
|
-
} .bottom-
|
|
11
|
+
} .bottom-sheet__subtitle_1fetx.bottom-sheet__subtitle_1fetx {
|
|
12
12
|
color: var(--bottom-sheet-text-color-inverted);
|
|
13
|
-
} .bottom-
|
|
13
|
+
} .bottom-sheet__highlighted_1fetx {
|
|
14
14
|
border-bottom: var(--bottom-sheet-header-border-bottom-inverted);
|
|
15
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './inverted.css';
|
|
2
2
|
|
|
3
|
-
var invertedColors = {"title":"bottom-
|
|
3
|
+
var invertedColors = {"title":"bottom-sheet__title_1fetx","hasContent":"bottom-sheet__hasContent_1fetx","subtitle":"bottom-sheet__subtitle_1fetx","highlighted":"bottom-sheet__highlighted_1fetx"};
|
|
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/header/inverted.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom-inverted);\n}\n"],"names":[],"mappings":";;AAEgB,qBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"inverted.module.css.js","sources":["../../src/components/header/inverted.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle.subtitle {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom-inverted);\n}\n"],"names":[],"mappings":";;AAEgB,qBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
|
package/esm/default.css
CHANGED
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
--bottom-sheet-background-color: var(--color-light-modal-bg-primary);
|
|
7
7
|
--bottom-sheet-marker-color: var(--color-light-neutral-translucent-300);
|
|
8
8
|
--bottom-sheet-text-color: var(--color-light-text-primary);
|
|
9
|
-
} .bottom-
|
|
9
|
+
} .bottom-sheet__component_tw0h4 {
|
|
10
10
|
background-color: var(--bottom-sheet-background-color);
|
|
11
|
-
} .bottom-
|
|
11
|
+
} .bottom-sheet__content_tw0h4 {
|
|
12
12
|
color: var(--bottom-sheet-text-color);
|
|
13
|
-
} .bottom-
|
|
13
|
+
} .bottom-sheet__defaultMarker_tw0h4 {
|
|
14
14
|
background-color: var(--bottom-sheet-marker-color);
|
|
15
|
-
} .bottom-
|
|
15
|
+
} .bottom-sheet__hasContent_tw0h4 {
|
|
16
16
|
color: var(--bottom-sheet-text-color);
|
|
17
17
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './default.css';
|
|
2
2
|
|
|
3
|
-
var defaultColors = {"component":"bottom-
|
|
3
|
+
var defaultColors = {"component":"bottom-sheet__component_tw0h4","content":"bottom-sheet__content_tw0h4","defaultMarker":"bottom-sheet__defaultMarker_tw0h4","hasContent":"bottom-sheet__hasContent_tw0h4"};
|
|
4
4
|
|
|
5
5
|
export { defaultColors as default };
|
|
6
6
|
//# sourceMappingURL=default.module.css.js.map
|