@alfalab/core-components-bottom-sheet 8.1.3-alfasans → 8.1.4

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_1iukb {
11
+ .bottom-sheet__highlighted_1x9ic {
12
12
  background-color: var(--bottom-sheet-footer-background-color);
13
13
  }
14
- .bottom-sheet__highlighted_1iukb:not(:empty) {
14
+ .bottom-sheet__highlighted_1x9ic:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top);
16
16
  }
17
- .bottom-sheet__hasContent_1iukb {
17
+ .bottom-sheet__hasContent_1x9ic {
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_1iukb","hasContent":"bottom-sheet__hasContent_1iukb"};
5
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_1x9ic","hasContent":"bottom-sheet__hasContent_1x9ic"};
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_8nkoh {
6
+ .bottom-sheet__footer_1nq69 {
7
7
  padding: var(--gap-16);
8
8
  }
9
- .bottom-sheet__footer_8nkoh:empty {
9
+ .bottom-sheet__footer_1nq69: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_8nkoh {
15
+ .bottom-sheet__sticky_1nq69 {
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_8nkoh","sticky":"bottom-sheet__sticky_8nkoh"};
5
+ var styles = {"footer":"bottom-sheet__footer_1nq69","sticky":"bottom-sheet__sticky_1nq69"};
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_1viot {
11
+ .bottom-sheet__highlighted_1cbv9 {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  }
14
- .bottom-sheet__highlighted_1viot:not(:empty) {
14
+ .bottom-sheet__highlighted_1cbv9:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top-inverted);
16
16
  }
17
- .bottom-sheet__hasContent_1viot {
17
+ .bottom-sheet__hasContent_1cbv9 {
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_1viot","hasContent":"bottom-sheet__hasContent_1viot"};
5
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_1cbv9","hasContent":"bottom-sheet__hasContent_1cbv9"};
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_9ac2o {
9
+ .bottom-sheet__title_1443d {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_9ac2o {
12
+ .bottom-sheet__hasContent_1443d {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_9ac2o.bottom-sheet__subtitle_9ac2o {
15
+ .bottom-sheet__subtitle_1443d.bottom-sheet__subtitle_1443d {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_9ac2o {
18
+ .bottom-sheet__highlighted_1443d {
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_9ac2o","hasContent":"bottom-sheet__hasContent_9ac2o","subtitle":"bottom-sheet__subtitle_9ac2o","highlighted":"bottom-sheet__highlighted_9ac2o"};
5
+ var defaultColors = {"title":"bottom-sheet__title_1443d","hasContent":"bottom-sheet__hasContent_1443d","subtitle":"bottom-sheet__subtitle_1443d","highlighted":"bottom-sheet__highlighted_1443d"};
6
6
 
7
7
  module.exports = defaultColors;
8
8
  //# sourceMappingURL=default.module.css.js.map
@@ -9,42 +9,41 @@
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_1e97e {
15
+ .bottom-sheet__headerBase_kgf48 {
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_1e97e {
20
+ .bottom-sheet__headerWrapper_kgf48 {
22
21
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
23
22
  }
24
- .bottom-sheet__headerWrapperWithoutSwipeMarker_1e97e {
23
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_kgf48 {
25
24
  padding: var(--gap-8) var(--gap-8) var(--gap-4);
26
25
  }
27
- .bottom-sheet__header_1e97e {
26
+ .bottom-sheet__header_kgf48 {
28
27
  display: flex;
29
28
  }
30
- .bottom-sheet__sticky_1e97e {
29
+ .bottom-sheet__sticky_kgf48 {
31
30
  position: sticky;
32
31
  top: var(--gap-0);
33
32
  }
34
- .bottom-sheet__justifyEnd_1e97e {
33
+ .bottom-sheet__justifyEnd_kgf48 {
35
34
  justify-content: flex-end;
36
35
  }
37
- .bottom-sheet__addon_1e97e {
36
+ .bottom-sheet__addon_kgf48 {
38
37
  display: flex;
39
38
  justify-content: center;
40
39
  align-items: center;
41
40
  min-width: 48px;
42
41
  height: 48px;
43
42
  }
44
- .bottom-sheet__addonFixed_1e97e {
43
+ .bottom-sheet__addonFixed_kgf48 {
45
44
  position: fixed;
46
45
  }
47
- .bottom-sheet__title_1e97e {
46
+ .bottom-sheet__title_kgf48 {
48
47
  padding: var(--gap-10) var(--gap-8);
49
48
  width: 100%;
50
49
 
@@ -52,24 +51,22 @@
52
51
 
53
52
  line-height: 28px;
54
53
 
55
- font-weight: 500;
54
+ font-weight: 600;
56
55
 
57
- letter-spacing: -0.15px;
58
-
59
- font-family: var(--font-family-alfasans);
56
+ font-family: var(--font-family-system);
60
57
  }
61
- .bottom-sheet__titleCenter_1e97e {
58
+ .bottom-sheet__titleCenter_kgf48 {
62
59
  text-align: center;
63
60
  }
64
- .bottom-sheet__titleLeft_1e97e {
61
+ .bottom-sheet__titleLeft_kgf48 {
65
62
  text-align: left;
66
63
  }
67
- .bottom-sheet__trimTitle_1e97e {
64
+ .bottom-sheet__trimTitle_kgf48 {
68
65
  white-space: nowrap;
69
66
  overflow: hidden;
70
67
  text-overflow: ellipsis;
71
68
  }
72
- .bottom-sheet__subtitle_1e97e {
69
+ .bottom-sheet__subtitle_kgf48 {
73
70
  width: 100%;
74
71
 
75
72
  font-size: 14px;
@@ -78,7 +75,5 @@
78
75
 
79
76
  font-weight: 400;
80
77
 
81
- letter-spacing: -0.08px;
82
-
83
- font-family: var(--font-family-alfasans);
78
+ font-family: var(--font-family-system);
84
79
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1e97e bottom-sheet__headerBase_1e97e","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1e97e bottom-sheet__headerBase_1e97e","sticky":"bottom-sheet__sticky_1e97e","title":"bottom-sheet__title_1e97e","subtitle":"bottom-sheet__subtitle_1e97e"};
5
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_kgf48 bottom-sheet__headerBase_kgf48","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_kgf48 bottom-sheet__headerBase_kgf48","sticky":"bottom-sheet__sticky_kgf48","title":"bottom-sheet__title_kgf48","subtitle":"bottom-sheet__subtitle_kgf48"};
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_7tnmk {
9
+ .bottom-sheet__title_1wuor {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_7tnmk {
12
+ .bottom-sheet__hasContent_1wuor {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_7tnmk.bottom-sheet__subtitle_7tnmk {
15
+ .bottom-sheet__subtitle_1wuor.bottom-sheet__subtitle_1wuor {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_7tnmk {
18
+ .bottom-sheet__highlighted_1wuor {
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_7tnmk","hasContent":"bottom-sheet__hasContent_7tnmk","subtitle":"bottom-sheet__subtitle_7tnmk","highlighted":"bottom-sheet__highlighted_7tnmk"};
5
+ var invertedColors = {"title":"bottom-sheet__title_1wuor","hasContent":"bottom-sheet__hasContent_1wuor","subtitle":"bottom-sheet__subtitle_1wuor","highlighted":"bottom-sheet__highlighted_1wuor"};
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;
@@ -54,11 +53,9 @@
54
53
 
55
54
  line-height: 28px;
56
55
 
57
- font-weight: 500;
56
+ font-weight: 600;
58
57
 
59
- letter-spacing: -0.15px;
60
-
61
- font-family: var(--font-family-alfasans);
58
+ font-family: var(--font-family-system);
62
59
  }
63
60
  .titleCenter {
64
61
  text-align: center;
@@ -80,7 +77,5 @@
80
77
 
81
78
  font-weight: 400;
82
79
 
83
- letter-spacing: -0.08px;
84
-
85
- font-family: var(--font-family-alfasans);
80
+ font-family: var(--font-family-system);
86
81
  }
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_mznzp {
11
+ .bottom-sheet__component_9n9f6 {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_mznzp {
14
+ .bottom-sheet__content_9n9f6 {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_mznzp {
17
+ .bottom-sheet__defaultMarker_9n9f6 {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_mznzp {
20
+ .bottom-sheet__hasContent_9n9f6 {
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_mznzp","content":"bottom-sheet__content_mznzp","defaultMarker":"bottom-sheet__defaultMarker_mznzp","hasContent":"bottom-sheet__hasContent_mznzp"};
5
+ var defaultColors = {"component":"bottom-sheet__component_9n9f6","content":"bottom-sheet__content_9n9f6","defaultMarker":"bottom-sheet__defaultMarker_9n9f6","hasContent":"bottom-sheet__hasContent_9n9f6"};
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_1iukb {
11
+ .bottom-sheet__highlighted_1x9ic {
12
12
  background-color: var(--bottom-sheet-footer-background-color);
13
13
  }
14
- .bottom-sheet__highlighted_1iukb:not(:empty) {
14
+ .bottom-sheet__highlighted_1x9ic:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top);
16
16
  }
17
- .bottom-sheet__hasContent_1iukb {
17
+ .bottom-sheet__hasContent_1x9ic {
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_1iukb","hasContent":"bottom-sheet__hasContent_1iukb"};
3
+ var defaultColors = {"highlighted":"bottom-sheet__highlighted_1x9ic","hasContent":"bottom-sheet__hasContent_1x9ic"};
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_8nkoh {
6
+ .bottom-sheet__footer_1nq69 {
7
7
  padding: var(--gap-16);
8
8
  }
9
- .bottom-sheet__footer_8nkoh:empty {
9
+ .bottom-sheet__footer_1nq69: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_8nkoh {
15
+ .bottom-sheet__sticky_1nq69 {
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_8nkoh","sticky":"bottom-sheet__sticky_8nkoh"};
3
+ var styles = {"footer":"bottom-sheet__footer_1nq69","sticky":"bottom-sheet__sticky_1nq69"};
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_1viot {
11
+ .bottom-sheet__highlighted_1cbv9 {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  }
14
- .bottom-sheet__highlighted_1viot:not(:empty) {
14
+ .bottom-sheet__highlighted_1cbv9:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top-inverted);
16
16
  }
17
- .bottom-sheet__hasContent_1viot {
17
+ .bottom-sheet__hasContent_1cbv9 {
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_1viot","hasContent":"bottom-sheet__hasContent_1viot"};
3
+ var invertedColors = {"highlighted":"bottom-sheet__highlighted_1cbv9","hasContent":"bottom-sheet__hasContent_1cbv9"};
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_9ac2o {
9
+ .bottom-sheet__title_1443d {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_9ac2o {
12
+ .bottom-sheet__hasContent_1443d {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_9ac2o.bottom-sheet__subtitle_9ac2o {
15
+ .bottom-sheet__subtitle_1443d.bottom-sheet__subtitle_1443d {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_9ac2o {
18
+ .bottom-sheet__highlighted_1443d {
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_9ac2o","hasContent":"bottom-sheet__hasContent_9ac2o","subtitle":"bottom-sheet__subtitle_9ac2o","highlighted":"bottom-sheet__highlighted_9ac2o"};
3
+ var defaultColors = {"title":"bottom-sheet__title_1443d","hasContent":"bottom-sheet__hasContent_1443d","subtitle":"bottom-sheet__subtitle_1443d","highlighted":"bottom-sheet__highlighted_1443d"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -9,42 +9,41 @@
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_1e97e {
15
+ .bottom-sheet__headerBase_kgf48 {
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_1e97e {
20
+ .bottom-sheet__headerWrapper_kgf48 {
22
21
  padding: var(--gap-12) var(--gap-8) var(--gap-4);
23
22
  }
24
- .bottom-sheet__headerWrapperWithoutSwipeMarker_1e97e {
23
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_kgf48 {
25
24
  padding: var(--gap-8) var(--gap-8) var(--gap-4);
26
25
  }
27
- .bottom-sheet__header_1e97e {
26
+ .bottom-sheet__header_kgf48 {
28
27
  display: flex;
29
28
  }
30
- .bottom-sheet__sticky_1e97e {
29
+ .bottom-sheet__sticky_kgf48 {
31
30
  position: sticky;
32
31
  top: var(--gap-0);
33
32
  }
34
- .bottom-sheet__justifyEnd_1e97e {
33
+ .bottom-sheet__justifyEnd_kgf48 {
35
34
  justify-content: flex-end;
36
35
  }
37
- .bottom-sheet__addon_1e97e {
36
+ .bottom-sheet__addon_kgf48 {
38
37
  display: flex;
39
38
  justify-content: center;
40
39
  align-items: center;
41
40
  min-width: 48px;
42
41
  height: 48px;
43
42
  }
44
- .bottom-sheet__addonFixed_1e97e {
43
+ .bottom-sheet__addonFixed_kgf48 {
45
44
  position: fixed;
46
45
  }
47
- .bottom-sheet__title_1e97e {
46
+ .bottom-sheet__title_kgf48 {
48
47
  padding: var(--gap-10) var(--gap-8);
49
48
  width: 100%;
50
49
 
@@ -52,24 +51,22 @@
52
51
 
53
52
  line-height: 28px;
54
53
 
55
- font-weight: 500;
54
+ font-weight: 600;
56
55
 
57
- letter-spacing: -0.15px;
58
-
59
- font-family: var(--font-family-alfasans);
56
+ font-family: var(--font-family-system);
60
57
  }
61
- .bottom-sheet__titleCenter_1e97e {
58
+ .bottom-sheet__titleCenter_kgf48 {
62
59
  text-align: center;
63
60
  }
64
- .bottom-sheet__titleLeft_1e97e {
61
+ .bottom-sheet__titleLeft_kgf48 {
65
62
  text-align: left;
66
63
  }
67
- .bottom-sheet__trimTitle_1e97e {
64
+ .bottom-sheet__trimTitle_kgf48 {
68
65
  white-space: nowrap;
69
66
  overflow: hidden;
70
67
  text-overflow: ellipsis;
71
68
  }
72
- .bottom-sheet__subtitle_1e97e {
69
+ .bottom-sheet__subtitle_kgf48 {
73
70
  width: 100%;
74
71
 
75
72
  font-size: 14px;
@@ -78,7 +75,5 @@
78
75
 
79
76
  font-weight: 400;
80
77
 
81
- letter-spacing: -0.08px;
82
-
83
- font-family: var(--font-family-alfasans);
78
+ font-family: var(--font-family-system);
84
79
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"headerWrapper":"bottom-sheet__headerWrapper_1e97e bottom-sheet__headerBase_1e97e","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_1e97e bottom-sheet__headerBase_1e97e","sticky":"bottom-sheet__sticky_1e97e","title":"bottom-sheet__title_1e97e","subtitle":"bottom-sheet__subtitle_1e97e"};
3
+ var styles = {"headerWrapper":"bottom-sheet__headerWrapper_kgf48 bottom-sheet__headerBase_kgf48","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_kgf48 bottom-sheet__headerBase_kgf48","sticky":"bottom-sheet__sticky_kgf48","title":"bottom-sheet__title_kgf48","subtitle":"bottom-sheet__subtitle_kgf48"};
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_7tnmk {
9
+ .bottom-sheet__title_1wuor {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_7tnmk {
12
+ .bottom-sheet__hasContent_1wuor {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_7tnmk.bottom-sheet__subtitle_7tnmk {
15
+ .bottom-sheet__subtitle_1wuor.bottom-sheet__subtitle_1wuor {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_7tnmk {
18
+ .bottom-sheet__highlighted_1wuor {
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_7tnmk","hasContent":"bottom-sheet__hasContent_7tnmk","subtitle":"bottom-sheet__subtitle_7tnmk","highlighted":"bottom-sheet__highlighted_7tnmk"};
3
+ var invertedColors = {"title":"bottom-sheet__title_1wuor","hasContent":"bottom-sheet__hasContent_1wuor","subtitle":"bottom-sheet__subtitle_1wuor","highlighted":"bottom-sheet__highlighted_1wuor"};
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_mznzp {
11
+ .bottom-sheet__component_9n9f6 {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_mznzp {
14
+ .bottom-sheet__content_9n9f6 {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_mznzp {
17
+ .bottom-sheet__defaultMarker_9n9f6 {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_mznzp {
20
+ .bottom-sheet__hasContent_9n9f6 {
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_mznzp","content":"bottom-sheet__content_mznzp","defaultMarker":"bottom-sheet__defaultMarker_mznzp","hasContent":"bottom-sheet__hasContent_mznzp"};
3
+ var defaultColors = {"component":"bottom-sheet__component_9n9f6","content":"bottom-sheet__content_9n9f6","defaultMarker":"bottom-sheet__defaultMarker_9n9f6","hasContent":"bottom-sheet__hasContent_9n9f6"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map