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

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 +18 -23
  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 +5 -10
  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 +18 -23
  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 +18 -23
  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 +3 -7
  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_vza4f {
11
+ .bottom-sheet__highlighted_m5nt7 {
12
12
  background-color: var(--bottom-sheet-footer-background-color);
13
13
  }
14
- .bottom-sheet__highlighted_vza4f:not(:empty) {
14
+ .bottom-sheet__highlighted_m5nt7:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top);
16
16
  }
17
- .bottom-sheet__hasContent_vza4f {
17
+ .bottom-sheet__hasContent_m5nt7 {
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_vza4f","hasContent":"bottom-sheet__hasContent_vza4f"};
5
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_m5nt7","hasContent":"bottom-sheet__hasContent_m5nt7"};
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-20: var(--gap-l);
5
5
  }
6
- .bottom-sheet__footer_15anf {
6
+ .bottom-sheet__footer_1nx0h {
7
7
  padding: var(--gap-20);
8
8
  }
9
- .bottom-sheet__footer_15anf:empty {
9
+ .bottom-sheet__footer_1nx0h: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_15anf {
15
+ .bottom-sheet__sticky_1nx0h {
16
16
  position: sticky;
17
17
  bottom: var(--gap-0);
18
18
  left: var(--gap-0);
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"footer":"bottom-sheet__footer_15anf","sticky":"bottom-sheet__sticky_15anf"};
5
+ var styles = {"footer":"bottom-sheet__footer_1nx0h","sticky":"bottom-sheet__sticky_1nx0h"};
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_181ai {
11
+ .bottom-sheet__highlighted_11w48 {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  }
14
- .bottom-sheet__highlighted_181ai:not(:empty) {
14
+ .bottom-sheet__highlighted_11w48:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top-inverted);
16
16
  }
17
- .bottom-sheet__hasContent_181ai {
17
+ .bottom-sheet__hasContent_11w48 {
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_181ai","hasContent":"bottom-sheet__hasContent_181ai"};
5
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_11w48","hasContent":"bottom-sheet__hasContent_11w48"};
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_1uaup {
9
+ .bottom-sheet__title_13qlp {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_1uaup {
12
+ .bottom-sheet__hasContent_13qlp {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_1uaup.bottom-sheet__subtitle_1uaup {
15
+ .bottom-sheet__subtitle_13qlp.bottom-sheet__subtitle_13qlp {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_1uaup {
18
+ .bottom-sheet__highlighted_13qlp {
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_1uaup","hasContent":"bottom-sheet__hasContent_1uaup","subtitle":"bottom-sheet__subtitle_1uaup","highlighted":"bottom-sheet__highlighted_1uaup"};
5
+ var defaultColors = {"title":"bottom-sheet__title_13qlp","hasContent":"bottom-sheet__hasContent_13qlp","subtitle":"bottom-sheet__subtitle_13qlp","highlighted":"bottom-sheet__highlighted_13qlp"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -9,43 +9,42 @@
9
9
  --gap-12: var(--gap-s);
10
10
  }
11
11
  :root {
12
- --font-family-alfasans:
13
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
14
- Helvetica, sans-serif;
12
+ --font-family-system:
13
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
15
14
  }
16
- .bottom-sheet__headerBase_169vo {
15
+ .bottom-sheet__headerBase_1fd9s {
17
16
  border-top-left-radius: inherit;
18
17
  border-top-right-radius: inherit;
19
18
  z-index: 1;
20
19
  }
21
- .bottom-sheet__headerWrapper_169vo {
20
+ .bottom-sheet__headerWrapper_1fd9s {
22
21
  padding: var(--gap-12) var(--gap-12) var(--gap-4);
23
22
  }
24
- .bottom-sheet__headerWrapperWithoutSwipeMarker_169vo {
23
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_1fd9s {
25
24
  padding: var(--gap-8) var(--gap-12) var(--gap-4);
26
25
  }
27
- .bottom-sheet__header_169vo {
26
+ .bottom-sheet__header_1fd9s {
28
27
  display: flex;
29
28
  }
30
- .bottom-sheet__sticky_169vo {
29
+ .bottom-sheet__sticky_1fd9s {
31
30
  position: sticky;
32
31
  top: var(--gap-0);
33
32
  left: var(--gap-0);
34
33
  }
35
- .bottom-sheet__justifyEnd_169vo {
34
+ .bottom-sheet__justifyEnd_1fd9s {
36
35
  justify-content: flex-end;
37
36
  }
38
- .bottom-sheet__addon_169vo {
37
+ .bottom-sheet__addon_1fd9s {
39
38
  display: flex;
40
39
  justify-content: center;
41
40
  align-items: center;
42
41
  min-width: 48px;
43
42
  height: 48px;
44
43
  }
45
- .bottom-sheet__addonFixed_169vo {
44
+ .bottom-sheet__addonFixed_1fd9s {
46
45
  position: fixed;
47
46
  }
48
- .bottom-sheet__title_169vo {
47
+ .bottom-sheet__title_1fd9s {
49
48
  padding: var(--gap-10) var(--gap-8);
50
49
  width: 100%;
51
50
 
@@ -53,24 +52,22 @@
53
52
 
54
53
  line-height: 28px;
55
54
 
56
- font-weight: 500;
55
+ font-weight: 600;
57
56
 
58
- letter-spacing: -0.15px;
59
-
60
- font-family: var(--font-family-alfasans);
57
+ font-family: var(--font-family-system);
61
58
  }
62
- .bottom-sheet__titleCenter_169vo {
59
+ .bottom-sheet__titleCenter_1fd9s {
63
60
  text-align: center;
64
61
  }
65
- .bottom-sheet__titleLeft_169vo {
62
+ .bottom-sheet__titleLeft_1fd9s {
66
63
  text-align: left;
67
64
  }
68
- .bottom-sheet__trimTitle_169vo {
65
+ .bottom-sheet__trimTitle_1fd9s {
69
66
  white-space: nowrap;
70
67
  overflow: hidden;
71
68
  text-overflow: ellipsis;
72
69
  }
73
- .bottom-sheet__subtitle_169vo {
70
+ .bottom-sheet__subtitle_1fd9s {
74
71
  width: 100%;
75
72
 
76
73
  font-size: 14px;
@@ -79,7 +76,5 @@
79
76
 
80
77
  font-weight: 400;
81
78
 
82
- letter-spacing: -0.08px;
83
-
84
- font-family: var(--font-family-alfasans);
79
+ font-family: var(--font-family-system);
85
80
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
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"};
5
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1fd9s bottom-sheet__headerBase_1fd9s","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1fd9s bottom-sheet__headerBase_1fd9s","sticky":"bottom-sheet__sticky_1fd9s","title":"bottom-sheet__title_1fd9s","subtitle":"bottom-sheet__subtitle_1fd9s"};
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_14p5e {
9
+ .bottom-sheet__title_1wg90 {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_14p5e {
12
+ .bottom-sheet__hasContent_1wg90 {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_14p5e.bottom-sheet__subtitle_14p5e {
15
+ .bottom-sheet__subtitle_1wg90.bottom-sheet__subtitle_1wg90 {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_14p5e {
18
+ .bottom-sheet__highlighted_1wg90 {
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_14p5e","hasContent":"bottom-sheet__hasContent_14p5e","subtitle":"bottom-sheet__subtitle_14p5e","highlighted":"bottom-sheet__highlighted_14p5e"};
5
+ var invertedColors = {"title":"bottom-sheet__title_1wg90","hasContent":"bottom-sheet__hasContent_1wg90","subtitle":"bottom-sheet__subtitle_1wg90","highlighted":"bottom-sheet__highlighted_1wg90"};
6
6
 
7
7
  module.exports = invertedColors;
8
8
  //# sourceMappingURL=inverted.module.css.js.map
@@ -9,9 +9,8 @@
9
9
  --gap-12: var(--gap-s);
10
10
  }
11
11
  :root {
12
- --font-family-alfasans:
13
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
14
- Helvetica, sans-serif;
12
+ --font-family-system:
13
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
15
14
  }
16
15
  .headerBase {
17
16
  border-top-left-radius: inherit;
@@ -55,11 +54,9 @@
55
54
 
56
55
  line-height: 28px;
57
56
 
58
- font-weight: 500;
57
+ font-weight: 600;
59
58
 
60
- letter-spacing: -0.15px;
61
-
62
- font-family: var(--font-family-alfasans);
59
+ font-family: var(--font-family-system);
63
60
  }
64
61
  .titleCenter {
65
62
  text-align: center;
@@ -81,7 +78,5 @@
81
78
 
82
79
  font-weight: 400;
83
80
 
84
- letter-spacing: -0.08px;
85
-
86
- font-family: var(--font-family-alfasans);
81
+ font-family: var(--font-family-system);
87
82
  }
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_1i4jx {
11
+ .bottom-sheet__component_1r8s1 {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_1i4jx {
14
+ .bottom-sheet__content_1r8s1 {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_1i4jx {
17
+ .bottom-sheet__defaultMarker_1r8s1 {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_1i4jx {
20
+ .bottom-sheet__hasContent_1r8s1 {
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_1i4jx","content":"bottom-sheet__content_1i4jx","defaultMarker":"bottom-sheet__defaultMarker_1i4jx","hasContent":"bottom-sheet__hasContent_1i4jx"};
5
+ var defaultColors = {"component":"bottom-sheet__component_1r8s1","content":"bottom-sheet__content_1r8s1","defaultMarker":"bottom-sheet__defaultMarker_1r8s1","hasContent":"bottom-sheet__hasContent_1r8s1"};
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_vza4f {
11
+ .bottom-sheet__highlighted_m5nt7 {
12
12
  background-color: var(--bottom-sheet-footer-background-color);
13
13
  }
14
- .bottom-sheet__highlighted_vza4f:not(:empty) {
14
+ .bottom-sheet__highlighted_m5nt7:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top);
16
16
  }
17
- .bottom-sheet__hasContent_vza4f {
17
+ .bottom-sheet__hasContent_m5nt7 {
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_vza4f","hasContent":"bottom-sheet__hasContent_vza4f"};
3
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_m5nt7","hasContent":"bottom-sheet__hasContent_m5nt7"};
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-20: var(--gap-l);
5
5
  }
6
- .bottom-sheet__footer_15anf {
6
+ .bottom-sheet__footer_1nx0h {
7
7
  padding: var(--gap-20);
8
8
  }
9
- .bottom-sheet__footer_15anf:empty {
9
+ .bottom-sheet__footer_1nx0h: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_15anf {
15
+ .bottom-sheet__sticky_1nx0h {
16
16
  position: sticky;
17
17
  bottom: var(--gap-0);
18
18
  left: var(--gap-0);
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"footer":"bottom-sheet__footer_15anf","sticky":"bottom-sheet__sticky_15anf"};
3
+ var styles = {"footer":"bottom-sheet__footer_1nx0h","sticky":"bottom-sheet__sticky_1nx0h"};
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_181ai {
11
+ .bottom-sheet__highlighted_11w48 {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  }
14
- .bottom-sheet__highlighted_181ai:not(:empty) {
14
+ .bottom-sheet__highlighted_11w48:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top-inverted);
16
16
  }
17
- .bottom-sheet__hasContent_181ai {
17
+ .bottom-sheet__hasContent_11w48 {
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_181ai","hasContent":"bottom-sheet__hasContent_181ai"};
3
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_11w48","hasContent":"bottom-sheet__hasContent_11w48"};
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_1uaup {
9
+ .bottom-sheet__title_13qlp {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_1uaup {
12
+ .bottom-sheet__hasContent_13qlp {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_1uaup.bottom-sheet__subtitle_1uaup {
15
+ .bottom-sheet__subtitle_13qlp.bottom-sheet__subtitle_13qlp {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_1uaup {
18
+ .bottom-sheet__highlighted_13qlp {
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_1uaup","hasContent":"bottom-sheet__hasContent_1uaup","subtitle":"bottom-sheet__subtitle_1uaup","highlighted":"bottom-sheet__highlighted_1uaup"};
3
+ var defaultColors = {"title":"bottom-sheet__title_13qlp","hasContent":"bottom-sheet__hasContent_13qlp","subtitle":"bottom-sheet__subtitle_13qlp","highlighted":"bottom-sheet__highlighted_13qlp"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -9,43 +9,42 @@
9
9
  --gap-12: var(--gap-s);
10
10
  }
11
11
  :root {
12
- --font-family-alfasans:
13
- 'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
14
- Helvetica, sans-serif;
12
+ --font-family-system:
13
+ system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
15
14
  }
16
- .bottom-sheet__headerBase_169vo {
15
+ .bottom-sheet__headerBase_1fd9s {
17
16
  border-top-left-radius: inherit;
18
17
  border-top-right-radius: inherit;
19
18
  z-index: 1;
20
19
  }
21
- .bottom-sheet__headerWrapper_169vo {
20
+ .bottom-sheet__headerWrapper_1fd9s {
22
21
  padding: var(--gap-12) var(--gap-12) var(--gap-4);
23
22
  }
24
- .bottom-sheet__headerWrapperWithoutSwipeMarker_169vo {
23
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_1fd9s {
25
24
  padding: var(--gap-8) var(--gap-12) var(--gap-4);
26
25
  }
27
- .bottom-sheet__header_169vo {
26
+ .bottom-sheet__header_1fd9s {
28
27
  display: flex;
29
28
  }
30
- .bottom-sheet__sticky_169vo {
29
+ .bottom-sheet__sticky_1fd9s {
31
30
  position: sticky;
32
31
  top: var(--gap-0);
33
32
  left: var(--gap-0);
34
33
  }
35
- .bottom-sheet__justifyEnd_169vo {
34
+ .bottom-sheet__justifyEnd_1fd9s {
36
35
  justify-content: flex-end;
37
36
  }
38
- .bottom-sheet__addon_169vo {
37
+ .bottom-sheet__addon_1fd9s {
39
38
  display: flex;
40
39
  justify-content: center;
41
40
  align-items: center;
42
41
  min-width: 48px;
43
42
  height: 48px;
44
43
  }
45
- .bottom-sheet__addonFixed_169vo {
44
+ .bottom-sheet__addonFixed_1fd9s {
46
45
  position: fixed;
47
46
  }
48
- .bottom-sheet__title_169vo {
47
+ .bottom-sheet__title_1fd9s {
49
48
  padding: var(--gap-10) var(--gap-8);
50
49
  width: 100%;
51
50
 
@@ -53,24 +52,22 @@
53
52
 
54
53
  line-height: 28px;
55
54
 
56
- font-weight: 500;
55
+ font-weight: 600;
57
56
 
58
- letter-spacing: -0.15px;
59
-
60
- font-family: var(--font-family-alfasans);
57
+ font-family: var(--font-family-system);
61
58
  }
62
- .bottom-sheet__titleCenter_169vo {
59
+ .bottom-sheet__titleCenter_1fd9s {
63
60
  text-align: center;
64
61
  }
65
- .bottom-sheet__titleLeft_169vo {
62
+ .bottom-sheet__titleLeft_1fd9s {
66
63
  text-align: left;
67
64
  }
68
- .bottom-sheet__trimTitle_169vo {
65
+ .bottom-sheet__trimTitle_1fd9s {
69
66
  white-space: nowrap;
70
67
  overflow: hidden;
71
68
  text-overflow: ellipsis;
72
69
  }
73
- .bottom-sheet__subtitle_169vo {
70
+ .bottom-sheet__subtitle_1fd9s {
74
71
  width: 100%;
75
72
 
76
73
  font-size: 14px;
@@ -79,7 +76,5 @@
79
76
 
80
77
  font-weight: 400;
81
78
 
82
- letter-spacing: -0.08px;
83
-
84
- font-family: var(--font-family-alfasans);
79
+ font-family: var(--font-family-system);
85
80
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
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"};
3
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1fd9s bottom-sheet__headerBase_1fd9s","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1fd9s bottom-sheet__headerBase_1fd9s","sticky":"bottom-sheet__sticky_1fd9s","title":"bottom-sheet__title_1fd9s","subtitle":"bottom-sheet__subtitle_1fd9s"};
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_14p5e {
9
+ .bottom-sheet__title_1wg90 {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_14p5e {
12
+ .bottom-sheet__hasContent_1wg90 {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_14p5e.bottom-sheet__subtitle_14p5e {
15
+ .bottom-sheet__subtitle_1wg90.bottom-sheet__subtitle_1wg90 {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_14p5e {
18
+ .bottom-sheet__highlighted_1wg90 {
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_14p5e","hasContent":"bottom-sheet__hasContent_14p5e","subtitle":"bottom-sheet__subtitle_14p5e","highlighted":"bottom-sheet__highlighted_14p5e"};
3
+ var invertedColors = {"title":"bottom-sheet__title_1wg90","hasContent":"bottom-sheet__hasContent_1wg90","subtitle":"bottom-sheet__subtitle_1wg90","highlighted":"bottom-sheet__highlighted_1wg90"};
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_1i4jx {
11
+ .bottom-sheet__component_1r8s1 {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_1i4jx {
14
+ .bottom-sheet__content_1r8s1 {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_1i4jx {
17
+ .bottom-sheet__defaultMarker_1r8s1 {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_1i4jx {
20
+ .bottom-sheet__hasContent_1r8s1 {
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_1i4jx","content":"bottom-sheet__content_1i4jx","defaultMarker":"bottom-sheet__defaultMarker_1i4jx","hasContent":"bottom-sheet__hasContent_1i4jx"};
3
+ var defaultColors = {"component":"bottom-sheet__component_1r8s1","content":"bottom-sheet__content_1r8s1","defaultMarker":"bottom-sheet__defaultMarker_1r8s1","hasContent":"bottom-sheet__hasContent_1r8s1"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map