@alfalab/core-components-bottom-sheet 8.1.10 → 8.1.11-alfasans

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/components/footer/default.css +3 -3
  2. package/components/footer/default.module.css.js +1 -1
  3. package/components/footer/index.css +4 -3
  4. package/components/footer/index.module.css.js +1 -1
  5. package/components/footer/index.module.css.js.map +1 -1
  6. package/components/footer/inverted.css +3 -3
  7. package/components/footer/inverted.module.css.js +1 -1
  8. package/components/header/default.css +4 -4
  9. package/components/header/default.module.css.js +1 -1
  10. package/components/header/index.css +24 -18
  11. package/components/header/index.module.css.js +1 -1
  12. package/components/header/index.module.css.js.map +1 -1
  13. package/components/header/inverted.css +4 -4
  14. package/components/header/inverted.module.css.js +1 -1
  15. package/cssm/components/footer/index.module.css +1 -0
  16. package/cssm/components/header/index.module.css +11 -5
  17. package/default.css +4 -4
  18. package/default.module.css.js +1 -1
  19. package/esm/components/footer/default.css +3 -3
  20. package/esm/components/footer/default.module.css.js +1 -1
  21. package/esm/components/footer/index.css +4 -3
  22. package/esm/components/footer/index.module.css.js +1 -1
  23. package/esm/components/footer/index.module.css.js.map +1 -1
  24. package/esm/components/footer/inverted.css +3 -3
  25. package/esm/components/footer/inverted.module.css.js +1 -1
  26. package/esm/components/header/default.css +4 -4
  27. package/esm/components/header/default.module.css.js +1 -1
  28. package/esm/components/header/index.css +24 -18
  29. package/esm/components/header/index.module.css.js +1 -1
  30. package/esm/components/header/index.module.css.js.map +1 -1
  31. package/esm/components/header/inverted.css +4 -4
  32. package/esm/components/header/inverted.module.css.js +1 -1
  33. package/esm/default.css +4 -4
  34. package/esm/default.module.css.js +1 -1
  35. package/esm/index.css +45 -45
  36. package/esm/index.module.css.js +1 -1
  37. package/esm/inverted.css +4 -4
  38. package/esm/inverted.module.css.js +1 -1
  39. package/index.css +45 -45
  40. package/index.module.css.js +1 -1
  41. package/inverted.css +4 -4
  42. package/inverted.module.css.js +1 -1
  43. package/modern/components/footer/default.css +3 -3
  44. package/modern/components/footer/default.module.css.js +1 -1
  45. package/modern/components/footer/index.css +4 -3
  46. package/modern/components/footer/index.module.css.js +1 -1
  47. package/modern/components/footer/index.module.css.js.map +1 -1
  48. package/modern/components/footer/inverted.css +3 -3
  49. package/modern/components/footer/inverted.module.css.js +1 -1
  50. package/modern/components/header/default.css +4 -4
  51. package/modern/components/header/default.module.css.js +1 -1
  52. package/modern/components/header/index.css +24 -18
  53. package/modern/components/header/index.module.css.js +1 -1
  54. package/modern/components/header/index.module.css.js.map +1 -1
  55. package/modern/components/header/inverted.css +4 -4
  56. package/modern/components/header/inverted.module.css.js +1 -1
  57. package/modern/default.css +4 -4
  58. package/modern/default.module.css.js +1 -1
  59. package/modern/index.css +45 -45
  60. package/modern/index.module.css.js +1 -1
  61. package/modern/inverted.css +4 -4
  62. package/modern/inverted.module.css.js +1 -1
  63. package/moderncssm/components/footer/index.module.css +1 -0
  64. package/moderncssm/components/header/index.module.css +8 -3
  65. package/package.json +8 -8
  66. package/src/components/footer/index.module.css +1 -0
  67. package/src/components/header/index.module.css +1 -0
@@ -8,12 +8,12 @@
8
8
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
9
9
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
10
10
  }
11
- .bottom-sheet__highlighted_p1q72 {
11
+ .bottom-sheet__highlighted_vza4f {
12
12
  background-color: var(--bottom-sheet-footer-background-color);
13
13
  }
14
- .bottom-sheet__highlighted_p1q72:not(:empty) {
14
+ .bottom-sheet__highlighted_vza4f:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top);
16
16
  }
17
- .bottom-sheet__hasContent_p1q72 {
17
+ .bottom-sheet__hasContent_vza4f {
18
18
  color: var(--bottom-sheet-text-color);
19
19
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./default.css');
4
4
 
5
- var defaultColors = {"highlighted":"bottom-sheet__highlighted_p1q72","hasContent":"bottom-sheet__hasContent_p1q72"};
5
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_vza4f","hasContent":"bottom-sheet__hasContent_vza4f"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -3,17 +3,18 @@
3
3
  --gap-0: 0px;
4
4
  --gap-20: var(--gap-l);
5
5
  }
6
- .bottom-sheet__footer_j1y17 {
6
+ .bottom-sheet__footer_15anf {
7
7
  padding: var(--gap-20);
8
8
  }
9
- .bottom-sheet__footer_j1y17:empty {
9
+ .bottom-sheet__footer_15anf:empty {
10
10
  padding: var(--gap-20) var(--gap-0) var(--gap-0);
11
11
  position: sticky;
12
12
  bottom: var(--gap-0);
13
13
  z-index: 1;
14
14
  }
15
- .bottom-sheet__sticky_j1y17 {
15
+ .bottom-sheet__sticky_15anf {
16
16
  position: sticky;
17
17
  bottom: var(--gap-0);
18
+ left: var(--gap-0);
18
19
  z-index: 1;
19
20
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"footer":"bottom-sheet__footer_j1y17","sticky":"bottom-sheet__sticky_j1y17"};
5
+ var styles = {"footer":"bottom-sheet__footer_15anf","sticky":"bottom-sheet__sticky_15anf"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.module.css.js","sources":["../../src/components/footer/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.footer {\n padding: var(--gap-20);\n\n &:empty {\n padding: var(--gap-20) var(--gap-0) var(--gap-0);\n position: sticky;\n bottom: var(--gap-0);\n z-index: 1;\n }\n}\n\n.sticky {\n position: sticky;\n bottom: var(--gap-0);\n z-index: 1;\n}\n"],"names":[],"mappings":";;;;AAEgB,aAAe,CAAC,QAAQ,CAAC,4BAA4B,CAAC,QAAQ,CAAC,4BAA4B,CAAC;;;;"}
1
+ {"version":3,"file":"index.module.css.js","sources":["../../src/components/footer/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.footer {\n padding: var(--gap-20);\n\n &:empty {\n padding: var(--gap-20) var(--gap-0) var(--gap-0);\n position: sticky;\n bottom: var(--gap-0);\n z-index: 1;\n }\n}\n\n.sticky {\n position: sticky;\n bottom: var(--gap-0);\n left: var(--gap-0);\n z-index: 1;\n}\n"],"names":[],"mappings":";;;;AAEgB,aAAe,CAAC,QAAQ,CAAC,4BAA4B,CAAC,QAAQ,CAAC,4BAA4B,CAAC;;;;"}
@@ -8,12 +8,12 @@
8
8
  --bottom-sheet-footer-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
9
9
  --bottom-sheet-footer-border-top-inverted: 1px solid var(--color-light-neutral-300-inverted);
10
10
  }
11
- .bottom-sheet__highlighted_14s6m {
11
+ .bottom-sheet__highlighted_181ai {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  }
14
- .bottom-sheet__highlighted_14s6m:not(:empty) {
14
+ .bottom-sheet__highlighted_181ai:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top-inverted);
16
16
  }
17
- .bottom-sheet__hasContent_14s6m {
17
+ .bottom-sheet__hasContent_181ai {
18
18
  color: var(--bottom-sheet-text-color-inverted);
19
19
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./inverted.css');
4
4
 
5
- var invertedColors = {"highlighted":"bottom-sheet__highlighted_14s6m","hasContent":"bottom-sheet__hasContent_14s6m"};
5
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_181ai","hasContent":"bottom-sheet__hasContent_181ai"};
6
6
 
7
7
  module.exports = invertedColors;
8
8
  //# sourceMappingURL=inverted.module.css.js.map
@@ -6,15 +6,15 @@
6
6
  --bottom-sheet-header-border-bottom: 1px solid var(--color-light-neutral-300);
7
7
  --bottom-sheet-text-color: var(--color-light-text-primary);
8
8
  }
9
- .bottom-sheet__title_1ic4x {
9
+ .bottom-sheet__title_1uaup {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_1ic4x {
12
+ .bottom-sheet__hasContent_1uaup {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_1ic4x.bottom-sheet__subtitle_1ic4x {
15
+ .bottom-sheet__subtitle_1uaup.bottom-sheet__subtitle_1uaup {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_1ic4x {
18
+ .bottom-sheet__highlighted_1uaup {
19
19
  border-bottom: var(--bottom-sheet-header-border-bottom);
20
20
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./default.css');
4
4
 
5
- var defaultColors = {"title":"bottom-sheet__title_1ic4x","hasContent":"bottom-sheet__hasContent_1ic4x","subtitle":"bottom-sheet__subtitle_1ic4x","highlighted":"bottom-sheet__highlighted_1ic4x"};
5
+ var defaultColors = {"title":"bottom-sheet__title_1uaup","hasContent":"bottom-sheet__hasContent_1uaup","subtitle":"bottom-sheet__subtitle_1uaup","highlighted":"bottom-sheet__highlighted_1uaup"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -9,41 +9,43 @@
9
9
  --gap-12: var(--gap-s);
10
10
  }
11
11
  :root {
12
- --font-family-system:
13
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
12
+ --font-family-alfasans:
13
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
14
+ Helvetica, sans-serif;
14
15
  }
15
- .bottom-sheet__headerBase_ai7cc {
16
+ .bottom-sheet__headerBase_169vo {
16
17
  border-top-left-radius: inherit;
17
18
  border-top-right-radius: inherit;
18
19
  z-index: 1;
19
20
  }
20
- .bottom-sheet__headerWrapper_ai7cc {
21
+ .bottom-sheet__headerWrapper_169vo {
21
22
  padding: var(--gap-12) var(--gap-12) var(--gap-4);
22
23
  }
23
- .bottom-sheet__headerWrapperWithoutSwipeMarker_ai7cc {
24
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_169vo {
24
25
  padding: var(--gap-8) var(--gap-12) var(--gap-4);
25
26
  }
26
- .bottom-sheet__header_ai7cc {
27
+ .bottom-sheet__header_169vo {
27
28
  display: flex;
28
29
  }
29
- .bottom-sheet__sticky_ai7cc {
30
+ .bottom-sheet__sticky_169vo {
30
31
  position: sticky;
31
32
  top: var(--gap-0);
33
+ left: var(--gap-0);
32
34
  }
33
- .bottom-sheet__justifyEnd_ai7cc {
35
+ .bottom-sheet__justifyEnd_169vo {
34
36
  justify-content: flex-end;
35
37
  }
36
- .bottom-sheet__addon_ai7cc {
38
+ .bottom-sheet__addon_169vo {
37
39
  display: flex;
38
40
  justify-content: center;
39
41
  align-items: center;
40
42
  min-width: 48px;
41
43
  height: 48px;
42
44
  }
43
- .bottom-sheet__addonFixed_ai7cc {
45
+ .bottom-sheet__addonFixed_169vo {
44
46
  position: fixed;
45
47
  }
46
- .bottom-sheet__title_ai7cc {
48
+ .bottom-sheet__title_169vo {
47
49
  padding: var(--gap-10) var(--gap-8);
48
50
  width: 100%;
49
51
 
@@ -51,22 +53,24 @@
51
53
 
52
54
  line-height: 28px;
53
55
 
54
- font-weight: 600;
56
+ font-weight: 500;
55
57
 
56
- font-family: var(--font-family-system);
58
+ letter-spacing: -0.15px;
59
+
60
+ font-family: var(--font-family-alfasans);
57
61
  }
58
- .bottom-sheet__titleCenter_ai7cc {
62
+ .bottom-sheet__titleCenter_169vo {
59
63
  text-align: center;
60
64
  }
61
- .bottom-sheet__titleLeft_ai7cc {
65
+ .bottom-sheet__titleLeft_169vo {
62
66
  text-align: left;
63
67
  }
64
- .bottom-sheet__trimTitle_ai7cc {
68
+ .bottom-sheet__trimTitle_169vo {
65
69
  white-space: nowrap;
66
70
  overflow: hidden;
67
71
  text-overflow: ellipsis;
68
72
  }
69
- .bottom-sheet__subtitle_ai7cc {
73
+ .bottom-sheet__subtitle_169vo {
70
74
  width: 100%;
71
75
 
72
76
  font-size: 14px;
@@ -75,5 +79,7 @@
75
79
 
76
80
  font-weight: 400;
77
81
 
78
- font-family: var(--font-family-system);
82
+ letter-spacing: -0.08px;
83
+
84
+ font-family: var(--font-family-alfasans);
79
85
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_ai7cc bottom-sheet__headerBase_ai7cc","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_ai7cc bottom-sheet__headerBase_ai7cc","sticky":"bottom-sheet__sticky_ai7cc","title":"bottom-sheet__title_ai7cc","subtitle":"bottom-sheet__subtitle_ai7cc"};
5
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_169vo bottom-sheet__headerBase_169vo","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_169vo bottom-sheet__headerBase_169vo","sticky":"bottom-sheet__sticky_169vo","title":"bottom-sheet__title_169vo","subtitle":"bottom-sheet__subtitle_169vo"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.module.css.js","sources":["../../src/components/header/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.headerBase {\n border-top-left-radius: inherit;\n border-top-right-radius: inherit;\n z-index: 1;\n}\n\n.headerWrapper {\n composes: headerBase;\n padding: var(--gap-12) var(--gap-12) var(--gap-4);\n}\n\n.headerWrapperWithoutSwipeMarker {\n composes: headerBase;\n padding: var(--gap-8) var(--gap-12) var(--gap-4);\n}\n\n.header {\n display: flex;\n}\n\n.sticky {\n position: sticky;\n top: var(--gap-0);\n}\n\n.justifyEnd {\n justify-content: flex-end;\n}\n\n.addon {\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: 48px;\n height: 48px;\n}\n\n.addonFixed {\n position: fixed;\n}\n\n.title {\n padding: var(--gap-10) var(--gap-8);\n width: 100%;\n\n @mixin headline-system-mobile_small;\n}\n\n.titleCenter {\n text-align: center;\n}\n\n.titleLeft {\n text-align: left;\n}\n\n.trimTitle {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.subtitle {\n width: 100%;\n\n @mixin paragraph_primary_small;\n}\n"],"names":[],"mappings":";;;;AAEgB,aAAe,CAA+C,eAAe,CAAC,kEAAkE,CAAC,iCAAiC,CAAC,oFAAoF,CAAuC,QAAQ,CAAC,4BAA4B,CAAiI,OAAO,CAAC,2BAA2B,CAAyI,UAAU,CAAC,8BAA8B,CAAC;;;;"}
1
+ {"version":3,"file":"index.module.css.js","sources":["../../src/components/header/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.headerBase {\n border-top-left-radius: inherit;\n border-top-right-radius: inherit;\n z-index: 1;\n}\n\n.headerWrapper {\n composes: headerBase;\n padding: var(--gap-12) var(--gap-12) var(--gap-4);\n}\n\n.headerWrapperWithoutSwipeMarker {\n composes: headerBase;\n padding: var(--gap-8) var(--gap-12) var(--gap-4);\n}\n\n.header {\n display: flex;\n}\n\n.sticky {\n position: sticky;\n top: var(--gap-0);\n left: var(--gap-0);\n}\n\n.justifyEnd {\n justify-content: flex-end;\n}\n\n.addon {\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: 48px;\n height: 48px;\n}\n\n.addonFixed {\n position: fixed;\n}\n\n.title {\n padding: var(--gap-10) var(--gap-8);\n width: 100%;\n\n @mixin headline-system-mobile_small;\n}\n\n.titleCenter {\n text-align: center;\n}\n\n.titleLeft {\n text-align: left;\n}\n\n.trimTitle {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.subtitle {\n width: 100%;\n\n @mixin paragraph_primary_small;\n}\n"],"names":[],"mappings":";;;;AAEgB,aAAe,CAA+C,eAAe,CAAC,kEAAkE,CAAC,iCAAiC,CAAC,oFAAoF,CAAuC,QAAQ,CAAC,4BAA4B,CAAiI,OAAO,CAAC,2BAA2B,CAAyI,UAAU,CAAC,8BAA8B,CAAC;;;;"}
@@ -6,15 +6,15 @@
6
6
  --bottom-sheet-header-border-bottom-inverted: 1px solid var(--color-light-neutral-300-inverted);
7
7
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
8
8
  }
9
- .bottom-sheet__title_c0o61 {
9
+ .bottom-sheet__title_14p5e {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_c0o61 {
12
+ .bottom-sheet__hasContent_14p5e {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_c0o61.bottom-sheet__subtitle_c0o61 {
15
+ .bottom-sheet__subtitle_14p5e.bottom-sheet__subtitle_14p5e {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_c0o61 {
18
+ .bottom-sheet__highlighted_14p5e {
19
19
  border-bottom: var(--bottom-sheet-header-border-bottom-inverted);
20
20
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./inverted.css');
4
4
 
5
- var invertedColors = {"title":"bottom-sheet__title_c0o61","hasContent":"bottom-sheet__hasContent_c0o61","subtitle":"bottom-sheet__subtitle_c0o61","highlighted":"bottom-sheet__highlighted_c0o61"};
5
+ var invertedColors = {"title":"bottom-sheet__title_14p5e","hasContent":"bottom-sheet__hasContent_14p5e","subtitle":"bottom-sheet__subtitle_14p5e","highlighted":"bottom-sheet__highlighted_14p5e"};
6
6
 
7
7
  module.exports = invertedColors;
8
8
  //# sourceMappingURL=inverted.module.css.js.map
@@ -15,5 +15,6 @@
15
15
  .sticky {
16
16
  position: sticky;
17
17
  bottom: var(--gap-0);
18
+ left: var(--gap-0);
18
19
  z-index: 1;
19
20
  }
@@ -9,8 +9,9 @@
9
9
  --gap-12: var(--gap-s);
10
10
  }
11
11
  :root {
12
- --font-family-system:
13
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
12
+ --font-family-alfasans:
13
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
14
+ Helvetica, sans-serif;
14
15
  }
15
16
  .headerBase {
16
17
  border-top-left-radius: inherit;
@@ -31,6 +32,7 @@
31
32
  .sticky {
32
33
  position: sticky;
33
34
  top: var(--gap-0);
35
+ left: var(--gap-0);
34
36
  }
35
37
  .justifyEnd {
36
38
  justify-content: flex-end;
@@ -53,9 +55,11 @@
53
55
 
54
56
  line-height: 28px;
55
57
 
56
- font-weight: 600;
58
+ font-weight: 500;
57
59
 
58
- font-family: var(--font-family-system);
60
+ letter-spacing: -0.15px;
61
+
62
+ font-family: var(--font-family-alfasans);
59
63
  }
60
64
  .titleCenter {
61
65
  text-align: center;
@@ -77,5 +81,7 @@
77
81
 
78
82
  font-weight: 400;
79
83
 
80
- font-family: var(--font-family-system);
84
+ letter-spacing: -0.08px;
85
+
86
+ font-family: var(--font-family-alfasans);
81
87
  }
package/default.css CHANGED
@@ -8,15 +8,15 @@
8
8
  --bottom-sheet-marker-color: var(--color-light-neutral-translucent-300);
9
9
  --bottom-sheet-text-color: var(--color-light-text-primary);
10
10
  }
11
- .bottom-sheet__component_mdpla {
11
+ .bottom-sheet__component_1i4jx {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_mdpla {
14
+ .bottom-sheet__content_1i4jx {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_mdpla {
17
+ .bottom-sheet__defaultMarker_1i4jx {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_mdpla {
20
+ .bottom-sheet__hasContent_1i4jx {
21
21
  color: var(--bottom-sheet-text-color);
22
22
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./default.css');
4
4
 
5
- var defaultColors = {"component":"bottom-sheet__component_mdpla","content":"bottom-sheet__content_mdpla","defaultMarker":"bottom-sheet__defaultMarker_mdpla","hasContent":"bottom-sheet__hasContent_mdpla"};
5
+ var defaultColors = {"component":"bottom-sheet__component_1i4jx","content":"bottom-sheet__content_1i4jx","defaultMarker":"bottom-sheet__defaultMarker_1i4jx","hasContent":"bottom-sheet__hasContent_1i4jx"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -8,12 +8,12 @@
8
8
  --bottom-sheet-footer-background-color: var(--color-light-modal-bg-primary);
9
9
  --bottom-sheet-footer-border-top: 1px solid var(--color-light-neutral-300);
10
10
  }
11
- .bottom-sheet__highlighted_p1q72 {
11
+ .bottom-sheet__highlighted_vza4f {
12
12
  background-color: var(--bottom-sheet-footer-background-color);
13
13
  }
14
- .bottom-sheet__highlighted_p1q72:not(:empty) {
14
+ .bottom-sheet__highlighted_vza4f:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top);
16
16
  }
17
- .bottom-sheet__hasContent_p1q72 {
17
+ .bottom-sheet__hasContent_vza4f {
18
18
  color: var(--bottom-sheet-text-color);
19
19
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- var defaultColors = {"highlighted":"bottom-sheet__highlighted_p1q72","hasContent":"bottom-sheet__hasContent_p1q72"};
3
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_vza4f","hasContent":"bottom-sheet__hasContent_vza4f"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -3,17 +3,18 @@
3
3
  --gap-0: 0px;
4
4
  --gap-20: var(--gap-l);
5
5
  }
6
- .bottom-sheet__footer_j1y17 {
6
+ .bottom-sheet__footer_15anf {
7
7
  padding: var(--gap-20);
8
8
  }
9
- .bottom-sheet__footer_j1y17:empty {
9
+ .bottom-sheet__footer_15anf:empty {
10
10
  padding: var(--gap-20) var(--gap-0) var(--gap-0);
11
11
  position: sticky;
12
12
  bottom: var(--gap-0);
13
13
  z-index: 1;
14
14
  }
15
- .bottom-sheet__sticky_j1y17 {
15
+ .bottom-sheet__sticky_15anf {
16
16
  position: sticky;
17
17
  bottom: var(--gap-0);
18
+ left: var(--gap-0);
18
19
  z-index: 1;
19
20
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"footer":"bottom-sheet__footer_j1y17","sticky":"bottom-sheet__sticky_j1y17"};
3
+ var styles = {"footer":"bottom-sheet__footer_15anf","sticky":"bottom-sheet__sticky_15anf"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.module.css.js","sources":["../../src/components/footer/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.footer {\n padding: var(--gap-20);\n\n &:empty {\n padding: var(--gap-20) var(--gap-0) var(--gap-0);\n position: sticky;\n bottom: var(--gap-0);\n z-index: 1;\n }\n}\n\n.sticky {\n position: sticky;\n bottom: var(--gap-0);\n z-index: 1;\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,QAAQ,CAAC,4BAA4B,CAAC,QAAQ,CAAC,4BAA4B,CAAC;;;;"}
1
+ {"version":3,"file":"index.module.css.js","sources":["../../src/components/footer/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.footer {\n padding: var(--gap-20);\n\n &:empty {\n padding: var(--gap-20) var(--gap-0) var(--gap-0);\n position: sticky;\n bottom: var(--gap-0);\n z-index: 1;\n }\n}\n\n.sticky {\n position: sticky;\n bottom: var(--gap-0);\n left: var(--gap-0);\n z-index: 1;\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,QAAQ,CAAC,4BAA4B,CAAC,QAAQ,CAAC,4BAA4B,CAAC;;;;"}
@@ -8,12 +8,12 @@
8
8
  --bottom-sheet-footer-background-color-inverted: var(--color-light-modal-bg-primary-inverted);
9
9
  --bottom-sheet-footer-border-top-inverted: 1px solid var(--color-light-neutral-300-inverted);
10
10
  }
11
- .bottom-sheet__highlighted_14s6m {
11
+ .bottom-sheet__highlighted_181ai {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  }
14
- .bottom-sheet__highlighted_14s6m:not(:empty) {
14
+ .bottom-sheet__highlighted_181ai:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top-inverted);
16
16
  }
17
- .bottom-sheet__hasContent_14s6m {
17
+ .bottom-sheet__hasContent_181ai {
18
18
  color: var(--bottom-sheet-text-color-inverted);
19
19
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- var invertedColors = {"highlighted":"bottom-sheet__highlighted_14s6m","hasContent":"bottom-sheet__hasContent_14s6m"};
3
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_181ai","hasContent":"bottom-sheet__hasContent_181ai"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
@@ -6,15 +6,15 @@
6
6
  --bottom-sheet-header-border-bottom: 1px solid var(--color-light-neutral-300);
7
7
  --bottom-sheet-text-color: var(--color-light-text-primary);
8
8
  }
9
- .bottom-sheet__title_1ic4x {
9
+ .bottom-sheet__title_1uaup {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_1ic4x {
12
+ .bottom-sheet__hasContent_1uaup {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_1ic4x.bottom-sheet__subtitle_1ic4x {
15
+ .bottom-sheet__subtitle_1uaup.bottom-sheet__subtitle_1uaup {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_1ic4x {
18
+ .bottom-sheet__highlighted_1uaup {
19
19
  border-bottom: var(--bottom-sheet-header-border-bottom);
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- var defaultColors = {"title":"bottom-sheet__title_1ic4x","hasContent":"bottom-sheet__hasContent_1ic4x","subtitle":"bottom-sheet__subtitle_1ic4x","highlighted":"bottom-sheet__highlighted_1ic4x"};
3
+ var defaultColors = {"title":"bottom-sheet__title_1uaup","hasContent":"bottom-sheet__hasContent_1uaup","subtitle":"bottom-sheet__subtitle_1uaup","highlighted":"bottom-sheet__highlighted_1uaup"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -9,41 +9,43 @@
9
9
  --gap-12: var(--gap-s);
10
10
  }
11
11
  :root {
12
- --font-family-system:
13
- system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
12
+ --font-family-alfasans:
13
+ 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
14
+ Helvetica, sans-serif;
14
15
  }
15
- .bottom-sheet__headerBase_ai7cc {
16
+ .bottom-sheet__headerBase_169vo {
16
17
  border-top-left-radius: inherit;
17
18
  border-top-right-radius: inherit;
18
19
  z-index: 1;
19
20
  }
20
- .bottom-sheet__headerWrapper_ai7cc {
21
+ .bottom-sheet__headerWrapper_169vo {
21
22
  padding: var(--gap-12) var(--gap-12) var(--gap-4);
22
23
  }
23
- .bottom-sheet__headerWrapperWithoutSwipeMarker_ai7cc {
24
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_169vo {
24
25
  padding: var(--gap-8) var(--gap-12) var(--gap-4);
25
26
  }
26
- .bottom-sheet__header_ai7cc {
27
+ .bottom-sheet__header_169vo {
27
28
  display: flex;
28
29
  }
29
- .bottom-sheet__sticky_ai7cc {
30
+ .bottom-sheet__sticky_169vo {
30
31
  position: sticky;
31
32
  top: var(--gap-0);
33
+ left: var(--gap-0);
32
34
  }
33
- .bottom-sheet__justifyEnd_ai7cc {
35
+ .bottom-sheet__justifyEnd_169vo {
34
36
  justify-content: flex-end;
35
37
  }
36
- .bottom-sheet__addon_ai7cc {
38
+ .bottom-sheet__addon_169vo {
37
39
  display: flex;
38
40
  justify-content: center;
39
41
  align-items: center;
40
42
  min-width: 48px;
41
43
  height: 48px;
42
44
  }
43
- .bottom-sheet__addonFixed_ai7cc {
45
+ .bottom-sheet__addonFixed_169vo {
44
46
  position: fixed;
45
47
  }
46
- .bottom-sheet__title_ai7cc {
48
+ .bottom-sheet__title_169vo {
47
49
  padding: var(--gap-10) var(--gap-8);
48
50
  width: 100%;
49
51
 
@@ -51,22 +53,24 @@
51
53
 
52
54
  line-height: 28px;
53
55
 
54
- font-weight: 600;
56
+ font-weight: 500;
55
57
 
56
- font-family: var(--font-family-system);
58
+ letter-spacing: -0.15px;
59
+
60
+ font-family: var(--font-family-alfasans);
57
61
  }
58
- .bottom-sheet__titleCenter_ai7cc {
62
+ .bottom-sheet__titleCenter_169vo {
59
63
  text-align: center;
60
64
  }
61
- .bottom-sheet__titleLeft_ai7cc {
65
+ .bottom-sheet__titleLeft_169vo {
62
66
  text-align: left;
63
67
  }
64
- .bottom-sheet__trimTitle_ai7cc {
68
+ .bottom-sheet__trimTitle_169vo {
65
69
  white-space: nowrap;
66
70
  overflow: hidden;
67
71
  text-overflow: ellipsis;
68
72
  }
69
- .bottom-sheet__subtitle_ai7cc {
73
+ .bottom-sheet__subtitle_169vo {
70
74
  width: 100%;
71
75
 
72
76
  font-size: 14px;
@@ -75,5 +79,7 @@
75
79
 
76
80
  font-weight: 400;
77
81
 
78
- font-family: var(--font-family-system);
82
+ letter-spacing: -0.08px;
83
+
84
+ font-family: var(--font-family-alfasans);
79
85
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_ai7cc bottom-sheet__headerBase_ai7cc","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_ai7cc bottom-sheet__headerBase_ai7cc","sticky":"bottom-sheet__sticky_ai7cc","title":"bottom-sheet__title_ai7cc","subtitle":"bottom-sheet__subtitle_ai7cc"};
3
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_169vo bottom-sheet__headerBase_169vo","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_169vo bottom-sheet__headerBase_169vo","sticky":"bottom-sheet__sticky_169vo","title":"bottom-sheet__title_169vo","subtitle":"bottom-sheet__subtitle_169vo"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.module.css.js","sources":["../../src/components/header/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.headerBase {\n border-top-left-radius: inherit;\n border-top-right-radius: inherit;\n z-index: 1;\n}\n\n.headerWrapper {\n composes: headerBase;\n padding: var(--gap-12) var(--gap-12) var(--gap-4);\n}\n\n.headerWrapperWithoutSwipeMarker {\n composes: headerBase;\n padding: var(--gap-8) var(--gap-12) var(--gap-4);\n}\n\n.header {\n display: flex;\n}\n\n.sticky {\n position: sticky;\n top: var(--gap-0);\n}\n\n.justifyEnd {\n justify-content: flex-end;\n}\n\n.addon {\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: 48px;\n height: 48px;\n}\n\n.addonFixed {\n position: fixed;\n}\n\n.title {\n padding: var(--gap-10) var(--gap-8);\n width: 100%;\n\n @mixin headline-system-mobile_small;\n}\n\n.titleCenter {\n text-align: center;\n}\n\n.titleLeft {\n text-align: left;\n}\n\n.trimTitle {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.subtitle {\n width: 100%;\n\n @mixin paragraph_primary_small;\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAA+C,eAAe,CAAC,kEAAkE,CAAC,iCAAiC,CAAC,oFAAoF,CAAuC,QAAQ,CAAC,4BAA4B,CAAiI,OAAO,CAAC,2BAA2B,CAAyI,UAAU,CAAC,8BAA8B,CAAC;;;;"}
1
+ {"version":3,"file":"index.module.css.js","sources":["../../src/components/header/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.headerBase {\n border-top-left-radius: inherit;\n border-top-right-radius: inherit;\n z-index: 1;\n}\n\n.headerWrapper {\n composes: headerBase;\n padding: var(--gap-12) var(--gap-12) var(--gap-4);\n}\n\n.headerWrapperWithoutSwipeMarker {\n composes: headerBase;\n padding: var(--gap-8) var(--gap-12) var(--gap-4);\n}\n\n.header {\n display: flex;\n}\n\n.sticky {\n position: sticky;\n top: var(--gap-0);\n left: var(--gap-0);\n}\n\n.justifyEnd {\n justify-content: flex-end;\n}\n\n.addon {\n display: flex;\n justify-content: center;\n align-items: center;\n min-width: 48px;\n height: 48px;\n}\n\n.addonFixed {\n position: fixed;\n}\n\n.title {\n padding: var(--gap-10) var(--gap-8);\n width: 100%;\n\n @mixin headline-system-mobile_small;\n}\n\n.titleCenter {\n text-align: center;\n}\n\n.titleLeft {\n text-align: left;\n}\n\n.trimTitle {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.subtitle {\n width: 100%;\n\n @mixin paragraph_primary_small;\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAA+C,eAAe,CAAC,kEAAkE,CAAC,iCAAiC,CAAC,oFAAoF,CAAuC,QAAQ,CAAC,4BAA4B,CAAiI,OAAO,CAAC,2BAA2B,CAAyI,UAAU,CAAC,8BAA8B,CAAC;;;;"}
@@ -6,15 +6,15 @@
6
6
  --bottom-sheet-header-border-bottom-inverted: 1px solid var(--color-light-neutral-300-inverted);
7
7
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
8
8
  }
9
- .bottom-sheet__title_c0o61 {
9
+ .bottom-sheet__title_14p5e {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_c0o61 {
12
+ .bottom-sheet__hasContent_14p5e {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_c0o61.bottom-sheet__subtitle_c0o61 {
15
+ .bottom-sheet__subtitle_14p5e.bottom-sheet__subtitle_14p5e {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_c0o61 {
18
+ .bottom-sheet__highlighted_14p5e {
19
19
  border-bottom: var(--bottom-sheet-header-border-bottom-inverted);
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- var invertedColors = {"title":"bottom-sheet__title_c0o61","hasContent":"bottom-sheet__hasContent_c0o61","subtitle":"bottom-sheet__subtitle_c0o61","highlighted":"bottom-sheet__highlighted_c0o61"};
3
+ var invertedColors = {"title":"bottom-sheet__title_14p5e","hasContent":"bottom-sheet__hasContent_14p5e","subtitle":"bottom-sheet__subtitle_14p5e","highlighted":"bottom-sheet__highlighted_14p5e"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
package/esm/default.css CHANGED
@@ -8,15 +8,15 @@
8
8
  --bottom-sheet-marker-color: var(--color-light-neutral-translucent-300);
9
9
  --bottom-sheet-text-color: var(--color-light-text-primary);
10
10
  }
11
- .bottom-sheet__component_mdpla {
11
+ .bottom-sheet__component_1i4jx {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_mdpla {
14
+ .bottom-sheet__content_1i4jx {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_mdpla {
17
+ .bottom-sheet__defaultMarker_1i4jx {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_mdpla {
20
+ .bottom-sheet__hasContent_1i4jx {
21
21
  color: var(--bottom-sheet-text-color);
22
22
  }