@alfalab/core-components-bottom-sheet 8.1.0 → 8.1.1-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 (57) 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 +3 -3
  4. package/components/footer/index.module.css.js +1 -1
  5. package/components/footer/inverted.css +3 -3
  6. package/components/footer/inverted.module.css.js +1 -1
  7. package/components/header/default.css +4 -4
  8. package/components/header/default.module.css.js +1 -1
  9. package/components/header/index.css +23 -18
  10. package/components/header/index.module.css.js +1 -1
  11. package/components/header/inverted.css +4 -4
  12. package/components/header/inverted.module.css.js +1 -1
  13. package/cssm/components/header/index.module.css +10 -5
  14. package/default.css +4 -4
  15. package/default.module.css.js +1 -1
  16. package/esm/components/footer/default.css +3 -3
  17. package/esm/components/footer/default.module.css.js +1 -1
  18. package/esm/components/footer/index.css +3 -3
  19. package/esm/components/footer/index.module.css.js +1 -1
  20. package/esm/components/footer/inverted.css +3 -3
  21. package/esm/components/footer/inverted.module.css.js +1 -1
  22. package/esm/components/header/default.css +4 -4
  23. package/esm/components/header/default.module.css.js +1 -1
  24. package/esm/components/header/index.css +23 -18
  25. package/esm/components/header/index.module.css.js +1 -1
  26. package/esm/components/header/inverted.css +4 -4
  27. package/esm/components/header/inverted.module.css.js +1 -1
  28. package/esm/default.css +4 -4
  29. package/esm/default.module.css.js +1 -1
  30. package/esm/index.css +45 -45
  31. package/esm/index.module.css.js +1 -1
  32. package/esm/inverted.css +4 -4
  33. package/esm/inverted.module.css.js +1 -1
  34. package/index.css +45 -45
  35. package/index.module.css.js +1 -1
  36. package/inverted.css +4 -4
  37. package/inverted.module.css.js +1 -1
  38. package/modern/components/footer/default.css +3 -3
  39. package/modern/components/footer/default.module.css.js +1 -1
  40. package/modern/components/footer/index.css +3 -3
  41. package/modern/components/footer/index.module.css.js +1 -1
  42. package/modern/components/footer/inverted.css +3 -3
  43. package/modern/components/footer/inverted.module.css.js +1 -1
  44. package/modern/components/header/default.css +4 -4
  45. package/modern/components/header/default.module.css.js +1 -1
  46. package/modern/components/header/index.css +23 -18
  47. package/modern/components/header/index.module.css.js +1 -1
  48. package/modern/components/header/inverted.css +4 -4
  49. package/modern/components/header/inverted.module.css.js +1 -1
  50. package/modern/default.css +4 -4
  51. package/modern/default.module.css.js +1 -1
  52. package/modern/index.css +45 -45
  53. package/modern/index.module.css.js +1 -1
  54. package/modern/inverted.css +4 -4
  55. package/modern/inverted.module.css.js +1 -1
  56. package/moderncssm/components/header/index.module.css +7 -3
  57. package/package.json +8 -8
@@ -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_w6qgk {
11
+ .bottom-sheet__highlighted_5phf8 {
12
12
  background-color: var(--bottom-sheet-footer-background-color);
13
13
  }
14
- .bottom-sheet__highlighted_w6qgk:not(:empty) {
14
+ .bottom-sheet__highlighted_5phf8:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top);
16
16
  }
17
- .bottom-sheet__hasContent_w6qgk {
17
+ .bottom-sheet__hasContent_5phf8 {
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_w6qgk","hasContent":"bottom-sheet__hasContent_w6qgk"};
5
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_5phf8","hasContent":"bottom-sheet__hasContent_5phf8"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -3,16 +3,16 @@
3
3
  --gap-0: 0px;
4
4
  --gap-16: var(--gap-m);
5
5
  }
6
- .bottom-sheet__footer_12qi1 {
6
+ .bottom-sheet__footer_ujlu6 {
7
7
  padding: var(--gap-16);
8
8
  }
9
- .bottom-sheet__footer_12qi1:empty {
9
+ .bottom-sheet__footer_ujlu6:empty {
10
10
  padding: var(--gap-16) 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_12qi1 {
15
+ .bottom-sheet__sticky_ujlu6 {
16
16
  position: sticky;
17
17
  bottom: var(--gap-0);
18
18
  z-index: 1;
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"footer":"bottom-sheet__footer_12qi1","sticky":"bottom-sheet__sticky_12qi1"};
5
+ var styles = {"footer":"bottom-sheet__footer_ujlu6","sticky":"bottom-sheet__sticky_ujlu6"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -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_b93df {
11
+ .bottom-sheet__highlighted_idlxo {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  }
14
- .bottom-sheet__highlighted_b93df:not(:empty) {
14
+ .bottom-sheet__highlighted_idlxo:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top-inverted);
16
16
  }
17
- .bottom-sheet__hasContent_b93df {
17
+ .bottom-sheet__hasContent_idlxo {
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_b93df","hasContent":"bottom-sheet__hasContent_b93df"};
5
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_idlxo","hasContent":"bottom-sheet__hasContent_idlxo"};
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_31bi9 {
9
+ .bottom-sheet__title_n9jlh {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_31bi9 {
12
+ .bottom-sheet__hasContent_n9jlh {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_31bi9.bottom-sheet__subtitle_31bi9 {
15
+ .bottom-sheet__subtitle_n9jlh.bottom-sheet__subtitle_n9jlh {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_31bi9 {
18
+ .bottom-sheet__highlighted_n9jlh {
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_31bi9","hasContent":"bottom-sheet__hasContent_31bi9","subtitle":"bottom-sheet__subtitle_31bi9","highlighted":"bottom-sheet__highlighted_31bi9"};
5
+ var defaultColors = {"title":"bottom-sheet__title_n9jlh","hasContent":"bottom-sheet__hasContent_n9jlh","subtitle":"bottom-sheet__subtitle_n9jlh","highlighted":"bottom-sheet__highlighted_n9jlh"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -9,41 +9,42 @@
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_1lj6z {
16
+ .bottom-sheet__headerBase_1s8ex {
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_1lj6z {
21
+ .bottom-sheet__headerWrapper_1s8ex {
21
22
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
22
23
  }
23
- .bottom-sheet__headerWrapperWithoutSwipeMarker_1lj6z {
24
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_1s8ex {
24
25
  padding: var(--gap-8) var(--gap-8) var(--gap-4);
25
26
  }
26
- .bottom-sheet__header_1lj6z {
27
+ .bottom-sheet__header_1s8ex {
27
28
  display: flex;
28
29
  }
29
- .bottom-sheet__sticky_1lj6z {
30
+ .bottom-sheet__sticky_1s8ex {
30
31
  position: sticky;
31
32
  top: var(--gap-0);
32
33
  }
33
- .bottom-sheet__justifyEnd_1lj6z {
34
+ .bottom-sheet__justifyEnd_1s8ex {
34
35
  justify-content: flex-end;
35
36
  }
36
- .bottom-sheet__addon_1lj6z {
37
+ .bottom-sheet__addon_1s8ex {
37
38
  display: flex;
38
39
  justify-content: center;
39
40
  align-items: center;
40
41
  min-width: 48px;
41
42
  height: 48px;
42
43
  }
43
- .bottom-sheet__addonFixed_1lj6z {
44
+ .bottom-sheet__addonFixed_1s8ex {
44
45
  position: fixed;
45
46
  }
46
- .bottom-sheet__title_1lj6z {
47
+ .bottom-sheet__title_1s8ex {
47
48
  padding: var(--gap-10) var(--gap-8);
48
49
  width: 100%;
49
50
 
@@ -51,22 +52,24 @@
51
52
 
52
53
  line-height: 28px;
53
54
 
54
- font-weight: 600;
55
+ font-weight: 500;
55
56
 
56
- font-family: var(--font-family-system);
57
+ letter-spacing: -0.15px;
58
+
59
+ font-family: var(--font-family-alfasans);
57
60
  }
58
- .bottom-sheet__titleCenter_1lj6z {
61
+ .bottom-sheet__titleCenter_1s8ex {
59
62
  text-align: center;
60
63
  }
61
- .bottom-sheet__titleLeft_1lj6z {
64
+ .bottom-sheet__titleLeft_1s8ex {
62
65
  text-align: left;
63
66
  }
64
- .bottom-sheet__trimTitle_1lj6z {
67
+ .bottom-sheet__trimTitle_1s8ex {
65
68
  white-space: nowrap;
66
69
  overflow: hidden;
67
70
  text-overflow: ellipsis;
68
71
  }
69
- .bottom-sheet__subtitle_1lj6z {
72
+ .bottom-sheet__subtitle_1s8ex {
70
73
  width: 100%;
71
74
 
72
75
  font-size: 14px;
@@ -75,5 +78,7 @@
75
78
 
76
79
  font-weight: 400;
77
80
 
78
- font-family: var(--font-family-system);
81
+ letter-spacing: -0.08px;
82
+
83
+ font-family: var(--font-family-alfasans);
79
84
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1lj6z bottom-sheet__headerBase_1lj6z","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1lj6z bottom-sheet__headerBase_1lj6z","sticky":"bottom-sheet__sticky_1lj6z","title":"bottom-sheet__title_1lj6z","subtitle":"bottom-sheet__subtitle_1lj6z"};
5
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1s8ex bottom-sheet__headerBase_1s8ex","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1s8ex bottom-sheet__headerBase_1s8ex","sticky":"bottom-sheet__sticky_1s8ex","title":"bottom-sheet__title_1s8ex","subtitle":"bottom-sheet__subtitle_1s8ex"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -6,15 +6,15 @@
6
6
  --bottom-sheet-header-border-bottom-inverted: 1px solid var(--color-light-neutral-300-inverted);
7
7
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
8
8
  }
9
- .bottom-sheet__title_vrww6 {
9
+ .bottom-sheet__title_lsv5e {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_vrww6 {
12
+ .bottom-sheet__hasContent_lsv5e {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_vrww6.bottom-sheet__subtitle_vrww6 {
15
+ .bottom-sheet__subtitle_lsv5e.bottom-sheet__subtitle_lsv5e {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_vrww6 {
18
+ .bottom-sheet__highlighted_lsv5e {
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_vrww6","hasContent":"bottom-sheet__hasContent_vrww6","subtitle":"bottom-sheet__subtitle_vrww6","highlighted":"bottom-sheet__highlighted_vrww6"};
5
+ var invertedColors = {"title":"bottom-sheet__title_lsv5e","hasContent":"bottom-sheet__hasContent_lsv5e","subtitle":"bottom-sheet__subtitle_lsv5e","highlighted":"bottom-sheet__highlighted_lsv5e"};
6
6
 
7
7
  module.exports = invertedColors;
8
8
  //# sourceMappingURL=inverted.module.css.js.map
@@ -9,8 +9,9 @@
9
9
  --gap-12: var(--gap-s);
10
10
  }
11
11
  :root {
12
- --font-family-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;
@@ -53,9 +54,11 @@
53
54
 
54
55
  line-height: 28px;
55
56
 
56
- font-weight: 600;
57
+ font-weight: 500;
57
58
 
58
- font-family: var(--font-family-system);
59
+ letter-spacing: -0.15px;
60
+
61
+ font-family: var(--font-family-alfasans);
59
62
  }
60
63
  .titleCenter {
61
64
  text-align: center;
@@ -77,5 +80,7 @@
77
80
 
78
81
  font-weight: 400;
79
82
 
80
- font-family: var(--font-family-system);
83
+ letter-spacing: -0.08px;
84
+
85
+ font-family: var(--font-family-alfasans);
81
86
  }
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_17lll {
11
+ .bottom-sheet__component_18vp5 {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_17lll {
14
+ .bottom-sheet__content_18vp5 {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_17lll {
17
+ .bottom-sheet__defaultMarker_18vp5 {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_17lll {
20
+ .bottom-sheet__hasContent_18vp5 {
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_17lll","content":"bottom-sheet__content_17lll","defaultMarker":"bottom-sheet__defaultMarker_17lll","hasContent":"bottom-sheet__hasContent_17lll"};
5
+ var defaultColors = {"component":"bottom-sheet__component_18vp5","content":"bottom-sheet__content_18vp5","defaultMarker":"bottom-sheet__defaultMarker_18vp5","hasContent":"bottom-sheet__hasContent_18vp5"};
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_w6qgk {
11
+ .bottom-sheet__highlighted_5phf8 {
12
12
  background-color: var(--bottom-sheet-footer-background-color);
13
13
  }
14
- .bottom-sheet__highlighted_w6qgk:not(:empty) {
14
+ .bottom-sheet__highlighted_5phf8:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top);
16
16
  }
17
- .bottom-sheet__hasContent_w6qgk {
17
+ .bottom-sheet__hasContent_5phf8 {
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_w6qgk","hasContent":"bottom-sheet__hasContent_w6qgk"};
3
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_5phf8","hasContent":"bottom-sheet__hasContent_5phf8"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -3,16 +3,16 @@
3
3
  --gap-0: 0px;
4
4
  --gap-16: var(--gap-m);
5
5
  }
6
- .bottom-sheet__footer_12qi1 {
6
+ .bottom-sheet__footer_ujlu6 {
7
7
  padding: var(--gap-16);
8
8
  }
9
- .bottom-sheet__footer_12qi1:empty {
9
+ .bottom-sheet__footer_ujlu6:empty {
10
10
  padding: var(--gap-16) 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_12qi1 {
15
+ .bottom-sheet__sticky_ujlu6 {
16
16
  position: sticky;
17
17
  bottom: var(--gap-0);
18
18
  z-index: 1;
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"footer":"bottom-sheet__footer_12qi1","sticky":"bottom-sheet__sticky_12qi1"};
3
+ var styles = {"footer":"bottom-sheet__footer_ujlu6","sticky":"bottom-sheet__sticky_ujlu6"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -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_b93df {
11
+ .bottom-sheet__highlighted_idlxo {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  }
14
- .bottom-sheet__highlighted_b93df:not(:empty) {
14
+ .bottom-sheet__highlighted_idlxo:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top-inverted);
16
16
  }
17
- .bottom-sheet__hasContent_b93df {
17
+ .bottom-sheet__hasContent_idlxo {
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_b93df","hasContent":"bottom-sheet__hasContent_b93df"};
3
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_idlxo","hasContent":"bottom-sheet__hasContent_idlxo"};
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_31bi9 {
9
+ .bottom-sheet__title_n9jlh {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_31bi9 {
12
+ .bottom-sheet__hasContent_n9jlh {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_31bi9.bottom-sheet__subtitle_31bi9 {
15
+ .bottom-sheet__subtitle_n9jlh.bottom-sheet__subtitle_n9jlh {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_31bi9 {
18
+ .bottom-sheet__highlighted_n9jlh {
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_31bi9","hasContent":"bottom-sheet__hasContent_31bi9","subtitle":"bottom-sheet__subtitle_31bi9","highlighted":"bottom-sheet__highlighted_31bi9"};
3
+ var defaultColors = {"title":"bottom-sheet__title_n9jlh","hasContent":"bottom-sheet__hasContent_n9jlh","subtitle":"bottom-sheet__subtitle_n9jlh","highlighted":"bottom-sheet__highlighted_n9jlh"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -9,41 +9,42 @@
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_1lj6z {
16
+ .bottom-sheet__headerBase_1s8ex {
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_1lj6z {
21
+ .bottom-sheet__headerWrapper_1s8ex {
21
22
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
22
23
  }
23
- .bottom-sheet__headerWrapperWithoutSwipeMarker_1lj6z {
24
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_1s8ex {
24
25
  padding: var(--gap-8) var(--gap-8) var(--gap-4);
25
26
  }
26
- .bottom-sheet__header_1lj6z {
27
+ .bottom-sheet__header_1s8ex {
27
28
  display: flex;
28
29
  }
29
- .bottom-sheet__sticky_1lj6z {
30
+ .bottom-sheet__sticky_1s8ex {
30
31
  position: sticky;
31
32
  top: var(--gap-0);
32
33
  }
33
- .bottom-sheet__justifyEnd_1lj6z {
34
+ .bottom-sheet__justifyEnd_1s8ex {
34
35
  justify-content: flex-end;
35
36
  }
36
- .bottom-sheet__addon_1lj6z {
37
+ .bottom-sheet__addon_1s8ex {
37
38
  display: flex;
38
39
  justify-content: center;
39
40
  align-items: center;
40
41
  min-width: 48px;
41
42
  height: 48px;
42
43
  }
43
- .bottom-sheet__addonFixed_1lj6z {
44
+ .bottom-sheet__addonFixed_1s8ex {
44
45
  position: fixed;
45
46
  }
46
- .bottom-sheet__title_1lj6z {
47
+ .bottom-sheet__title_1s8ex {
47
48
  padding: var(--gap-10) var(--gap-8);
48
49
  width: 100%;
49
50
 
@@ -51,22 +52,24 @@
51
52
 
52
53
  line-height: 28px;
53
54
 
54
- font-weight: 600;
55
+ font-weight: 500;
55
56
 
56
- font-family: var(--font-family-system);
57
+ letter-spacing: -0.15px;
58
+
59
+ font-family: var(--font-family-alfasans);
57
60
  }
58
- .bottom-sheet__titleCenter_1lj6z {
61
+ .bottom-sheet__titleCenter_1s8ex {
59
62
  text-align: center;
60
63
  }
61
- .bottom-sheet__titleLeft_1lj6z {
64
+ .bottom-sheet__titleLeft_1s8ex {
62
65
  text-align: left;
63
66
  }
64
- .bottom-sheet__trimTitle_1lj6z {
67
+ .bottom-sheet__trimTitle_1s8ex {
65
68
  white-space: nowrap;
66
69
  overflow: hidden;
67
70
  text-overflow: ellipsis;
68
71
  }
69
- .bottom-sheet__subtitle_1lj6z {
72
+ .bottom-sheet__subtitle_1s8ex {
70
73
  width: 100%;
71
74
 
72
75
  font-size: 14px;
@@ -75,5 +78,7 @@
75
78
 
76
79
  font-weight: 400;
77
80
 
78
- font-family: var(--font-family-system);
81
+ letter-spacing: -0.08px;
82
+
83
+ font-family: var(--font-family-alfasans);
79
84
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1lj6z bottom-sheet__headerBase_1lj6z","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1lj6z bottom-sheet__headerBase_1lj6z","sticky":"bottom-sheet__sticky_1lj6z","title":"bottom-sheet__title_1lj6z","subtitle":"bottom-sheet__subtitle_1lj6z"};
3
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1s8ex bottom-sheet__headerBase_1s8ex","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1s8ex bottom-sheet__headerBase_1s8ex","sticky":"bottom-sheet__sticky_1s8ex","title":"bottom-sheet__title_1s8ex","subtitle":"bottom-sheet__subtitle_1s8ex"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,15 +6,15 @@
6
6
  --bottom-sheet-header-border-bottom-inverted: 1px solid var(--color-light-neutral-300-inverted);
7
7
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
8
8
  }
9
- .bottom-sheet__title_vrww6 {
9
+ .bottom-sheet__title_lsv5e {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_vrww6 {
12
+ .bottom-sheet__hasContent_lsv5e {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_vrww6.bottom-sheet__subtitle_vrww6 {
15
+ .bottom-sheet__subtitle_lsv5e.bottom-sheet__subtitle_lsv5e {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_vrww6 {
18
+ .bottom-sheet__highlighted_lsv5e {
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_vrww6","hasContent":"bottom-sheet__hasContent_vrww6","subtitle":"bottom-sheet__subtitle_vrww6","highlighted":"bottom-sheet__highlighted_vrww6"};
3
+ var invertedColors = {"title":"bottom-sheet__title_lsv5e","hasContent":"bottom-sheet__hasContent_lsv5e","subtitle":"bottom-sheet__subtitle_lsv5e","highlighted":"bottom-sheet__highlighted_lsv5e"};
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_17lll {
11
+ .bottom-sheet__component_18vp5 {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_17lll {
14
+ .bottom-sheet__content_18vp5 {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_17lll {
17
+ .bottom-sheet__defaultMarker_18vp5 {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_17lll {
20
+ .bottom-sheet__hasContent_18vp5 {
21
21
  color: var(--bottom-sheet-text-color);
22
22
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- var defaultColors = {"component":"bottom-sheet__component_17lll","content":"bottom-sheet__content_17lll","defaultMarker":"bottom-sheet__defaultMarker_17lll","hasContent":"bottom-sheet__hasContent_17lll"};
3
+ var defaultColors = {"component":"bottom-sheet__component_18vp5","content":"bottom-sheet__content_18vp5","defaultMarker":"bottom-sheet__defaultMarker_18vp5","hasContent":"bottom-sheet__hasContent_18vp5"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map