@alfalab/core-components-bottom-sheet 8.1.7 → 8.1.8-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 (81) hide show
  1. package/components/footer/default.css +3 -3
  2. package/components/footer/default.module.css.js +1 -1
  3. package/components/footer/default.module.css.js.map +1 -1
  4. package/components/footer/index.css +3 -3
  5. package/components/footer/index.module.css.js +1 -1
  6. package/components/footer/inverted.css +3 -3
  7. package/components/footer/inverted.module.css.js +1 -1
  8. package/components/footer/inverted.module.css.js.map +1 -1
  9. package/components/header/default.css +4 -4
  10. package/components/header/default.module.css.js +1 -1
  11. package/components/header/default.module.css.js.map +1 -1
  12. package/components/header/index.css +23 -18
  13. package/components/header/index.module.css.js +1 -1
  14. package/components/header/inverted.css +4 -4
  15. package/components/header/inverted.module.css.js +1 -1
  16. package/components/header/inverted.module.css.js.map +1 -1
  17. package/cssm/components/header/index.module.css +10 -5
  18. package/default.css +4 -4
  19. package/default.module.css.js +1 -1
  20. package/default.module.css.js.map +1 -1
  21. package/esm/components/footer/default.css +3 -3
  22. package/esm/components/footer/default.module.css.js +1 -1
  23. package/esm/components/footer/default.module.css.js.map +1 -1
  24. package/esm/components/footer/index.css +3 -3
  25. package/esm/components/footer/index.module.css.js +1 -1
  26. package/esm/components/footer/inverted.css +3 -3
  27. package/esm/components/footer/inverted.module.css.js +1 -1
  28. package/esm/components/footer/inverted.module.css.js.map +1 -1
  29. package/esm/components/header/default.css +4 -4
  30. package/esm/components/header/default.module.css.js +1 -1
  31. package/esm/components/header/default.module.css.js.map +1 -1
  32. package/esm/components/header/index.css +23 -18
  33. package/esm/components/header/index.module.css.js +1 -1
  34. package/esm/components/header/inverted.css +4 -4
  35. package/esm/components/header/inverted.module.css.js +1 -1
  36. package/esm/components/header/inverted.module.css.js.map +1 -1
  37. package/esm/default.css +4 -4
  38. package/esm/default.module.css.js +1 -1
  39. package/esm/default.module.css.js.map +1 -1
  40. package/esm/index.css +45 -45
  41. package/esm/index.module.css.js +1 -1
  42. package/esm/inverted.css +4 -4
  43. package/esm/inverted.module.css.js +1 -1
  44. package/esm/inverted.module.css.js.map +1 -1
  45. package/index.css +45 -45
  46. package/index.module.css.js +1 -1
  47. package/inverted.css +4 -4
  48. package/inverted.module.css.js +1 -1
  49. package/inverted.module.css.js.map +1 -1
  50. package/modern/components/footer/default.css +3 -3
  51. package/modern/components/footer/default.module.css.js +1 -1
  52. package/modern/components/footer/default.module.css.js.map +1 -1
  53. package/modern/components/footer/index.css +3 -3
  54. package/modern/components/footer/index.module.css.js +1 -1
  55. package/modern/components/footer/inverted.css +3 -3
  56. package/modern/components/footer/inverted.module.css.js +1 -1
  57. package/modern/components/footer/inverted.module.css.js.map +1 -1
  58. package/modern/components/header/default.css +4 -4
  59. package/modern/components/header/default.module.css.js +1 -1
  60. package/modern/components/header/default.module.css.js.map +1 -1
  61. package/modern/components/header/index.css +23 -18
  62. package/modern/components/header/index.module.css.js +1 -1
  63. package/modern/components/header/inverted.css +4 -4
  64. package/modern/components/header/inverted.module.css.js +1 -1
  65. package/modern/components/header/inverted.module.css.js.map +1 -1
  66. package/modern/default.css +4 -4
  67. package/modern/default.module.css.js +1 -1
  68. package/modern/default.module.css.js.map +1 -1
  69. package/modern/index.css +45 -45
  70. package/modern/index.module.css.js +1 -1
  71. package/modern/inverted.css +4 -4
  72. package/modern/inverted.module.css.js +1 -1
  73. package/modern/inverted.module.css.js.map +1 -1
  74. package/moderncssm/components/header/index.module.css +7 -3
  75. package/package.json +8 -8
  76. package/src/components/footer/default.module.css +1 -1
  77. package/src/components/footer/inverted.module.css +1 -1
  78. package/src/components/header/default.module.css +1 -1
  79. package/src/components/header/inverted.module.css +1 -1
  80. package/src/default.module.css +1 -1
  81. package/src/inverted.module.css +1 -1
@@ -3,16 +3,16 @@
3
3
  --gap-0: 0px;
4
4
  --gap-20: var(--gap-l);
5
5
  }
6
- .bottom-sheet__footer_1clj0 {
6
+ .bottom-sheet__footer_16sav {
7
7
  padding: var(--gap-20);
8
8
  }
9
- .bottom-sheet__footer_1clj0:empty {
9
+ .bottom-sheet__footer_16sav: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_1clj0 {
15
+ .bottom-sheet__sticky_16sav {
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
- const styles = {"footer":"bottom-sheet__footer_1clj0","sticky":"bottom-sheet__sticky_1clj0"};
3
+ const styles = {"footer":"bottom-sheet__footer_16sav","sticky":"bottom-sheet__sticky_16sav"};
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_1nx3s {
11
+ .bottom-sheet__highlighted_64wwl {
12
12
  background-color: var(--bottom-sheet-footer-background-color-inverted);
13
13
  }
14
- .bottom-sheet__highlighted_1nx3s:not(:empty) {
14
+ .bottom-sheet__highlighted_64wwl:not(:empty) {
15
15
  border-top: var(--bottom-sheet-footer-border-top-inverted);
16
16
  }
17
- .bottom-sheet__hasContent_1nx3s {
17
+ .bottom-sheet__hasContent_64wwl {
18
18
  color: var(--bottom-sheet-text-color-inverted);
19
19
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- const invertedColors = {"highlighted":"bottom-sheet__highlighted_1nx3s","hasContent":"bottom-sheet__hasContent_1nx3s"};
3
+ const invertedColors = {"highlighted":"bottom-sheet__highlighted_64wwl","hasContent":"bottom-sheet__hasContent_64wwl"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"inverted.module.css.js","sources":["../../src/components/footer/inverted.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.highlighted {\n background-color: var(--bottom-sheet-footer-background-color-inverted);\n\n &:not(:empty) {\n border-top: var(--bottom-sheet-footer-border-top-inverted);\n }\n}\n\n.hasContent {\n color: var(--bottom-sheet-text-color-inverted);\n}\n"],"names":[],"mappings":";;AAEgB,uBAAe,CAAC,aAAa,CAAC,iCAAiC,CAAC,YAAY,CAAC,gCAAgC,CAAC;;;;"}
1
+ {"version":3,"file":"inverted.module.css.js","sources":["../../src/components/footer/inverted.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.highlighted {\n background-color: var(--bottom-sheet-footer-background-color-inverted);\n\n &:not(:empty) {\n border-top: var(--bottom-sheet-footer-border-top-inverted);\n }\n}\n\n.hasContent {\n color: var(--bottom-sheet-text-color-inverted);\n}\n"],"names":[],"mappings":";;AAEgB,uBAAe,CAAC,aAAa,CAAC,iCAAiC,CAAC,YAAY,CAAC,gCAAgC,CAAC;;;;"}
@@ -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_nqww0 {
9
+ .bottom-sheet__title_5lmbp {
10
10
  color: var(--bottom-sheet-text-color);
11
11
  }
12
- .bottom-sheet__hasContent_nqww0 {
12
+ .bottom-sheet__hasContent_5lmbp {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_nqww0.bottom-sheet__subtitle_nqww0 {
15
+ .bottom-sheet__subtitle_5lmbp.bottom-sheet__subtitle_5lmbp {
16
16
  color: var(--bottom-sheet-text-color);
17
17
  }
18
- .bottom-sheet__highlighted_nqww0 {
18
+ .bottom-sheet__highlighted_5lmbp {
19
19
  border-bottom: var(--bottom-sheet-header-border-bottom);
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- const defaultColors = {"title":"bottom-sheet__title_nqww0","hasContent":"bottom-sheet__hasContent_nqww0","subtitle":"bottom-sheet__subtitle_nqww0","highlighted":"bottom-sheet__highlighted_nqww0"};
3
+ const defaultColors = {"title":"bottom-sheet__title_5lmbp","hasContent":"bottom-sheet__hasContent_5lmbp","subtitle":"bottom-sheet__subtitle_5lmbp","highlighted":"bottom-sheet__highlighted_5lmbp"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"default.module.css.js","sources":["../../src/components/header/default.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle.subtitle {\n color: var(--bottom-sheet-text-color);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom);\n}\n"],"names":[],"mappings":";;AAEgB,sBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
1
+ {"version":3,"file":"default.module.css.js","sources":["../../src/components/header/default.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle.subtitle {\n color: var(--bottom-sheet-text-color);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom);\n}\n"],"names":[],"mappings":";;AAEgB,sBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
@@ -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_49xja {
16
+ .bottom-sheet__headerBase_15sjp {
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_49xja {
21
+ .bottom-sheet__headerWrapper_15sjp {
21
22
  padding: var(--gap-12) var(--gap-12) var(--gap-4);
22
23
  }
23
- .bottom-sheet__headerWrapperWithoutSwipeMarker_49xja {
24
+ .bottom-sheet__headerWrapperWithoutSwipeMarker_15sjp {
24
25
  padding: var(--gap-8) var(--gap-12) var(--gap-4);
25
26
  }
26
- .bottom-sheet__header_49xja {
27
+ .bottom-sheet__header_15sjp {
27
28
  display: flex;
28
29
  }
29
- .bottom-sheet__sticky_49xja {
30
+ .bottom-sheet__sticky_15sjp {
30
31
  position: sticky;
31
32
  top: var(--gap-0);
32
33
  }
33
- .bottom-sheet__justifyEnd_49xja {
34
+ .bottom-sheet__justifyEnd_15sjp {
34
35
  justify-content: flex-end;
35
36
  }
36
- .bottom-sheet__addon_49xja {
37
+ .bottom-sheet__addon_15sjp {
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_49xja {
44
+ .bottom-sheet__addonFixed_15sjp {
44
45
  position: fixed;
45
46
  }
46
- .bottom-sheet__title_49xja {
47
+ .bottom-sheet__title_15sjp {
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_49xja {
61
+ .bottom-sheet__titleCenter_15sjp {
59
62
  text-align: center;
60
63
  }
61
- .bottom-sheet__titleLeft_49xja {
64
+ .bottom-sheet__titleLeft_15sjp {
62
65
  text-align: left;
63
66
  }
64
- .bottom-sheet__trimTitle_49xja {
67
+ .bottom-sheet__trimTitle_15sjp {
65
68
  white-space: nowrap;
66
69
  overflow: hidden;
67
70
  text-overflow: ellipsis;
68
71
  }
69
- .bottom-sheet__subtitle_49xja {
72
+ .bottom-sheet__subtitle_15sjp {
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
- const styles = {"headerWrapper":"bottom-sheet__headerWrapper_49xja bottom-sheet__headerBase_49xja","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_49xja bottom-sheet__headerBase_49xja","sticky":"bottom-sheet__sticky_49xja","title":"bottom-sheet__title_49xja","subtitle":"bottom-sheet__subtitle_49xja"};
3
+ const styles = {"headerWrapper":"bottom-sheet__headerWrapper_15sjp bottom-sheet__headerBase_15sjp","headerWrapperWithoutSwipeMarker":"bottom-sheet__headerWrapperWithoutSwipeMarker_15sjp bottom-sheet__headerBase_15sjp","sticky":"bottom-sheet__sticky_15sjp","title":"bottom-sheet__title_15sjp","subtitle":"bottom-sheet__subtitle_15sjp"};
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_1ghi9 {
9
+ .bottom-sheet__title_188qd {
10
10
  color: var(--bottom-sheet-text-color-inverted);
11
11
  }
12
- .bottom-sheet__hasContent_1ghi9 {
12
+ .bottom-sheet__hasContent_188qd {
13
13
  background-color: inherit;
14
14
  }
15
- .bottom-sheet__subtitle_1ghi9.bottom-sheet__subtitle_1ghi9 {
15
+ .bottom-sheet__subtitle_188qd.bottom-sheet__subtitle_188qd {
16
16
  color: var(--bottom-sheet-text-color-inverted);
17
17
  }
18
- .bottom-sheet__highlighted_1ghi9 {
18
+ .bottom-sheet__highlighted_188qd {
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
- const invertedColors = {"title":"bottom-sheet__title_1ghi9","hasContent":"bottom-sheet__hasContent_1ghi9","subtitle":"bottom-sheet__subtitle_1ghi9","highlighted":"bottom-sheet__highlighted_1ghi9"};
3
+ const invertedColors = {"title":"bottom-sheet__title_188qd","hasContent":"bottom-sheet__hasContent_188qd","subtitle":"bottom-sheet__subtitle_188qd","highlighted":"bottom-sheet__highlighted_188qd"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"inverted.module.css.js","sources":["../../src/components/header/inverted.module.css"],"sourcesContent":["@import '../../../../vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle.subtitle {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom-inverted);\n}\n"],"names":[],"mappings":";;AAEgB,uBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
1
+ {"version":3,"file":"inverted.module.css.js","sources":["../../src/components/header/inverted.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import '../../vars.css';\n\n.title {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.hasContent {\n background-color: inherit;\n}\n\n.subtitle.subtitle {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.highlighted {\n border-bottom: var(--bottom-sheet-header-border-bottom-inverted);\n}\n"],"names":[],"mappings":";;AAEgB,uBAAe,CAAC,OAAO,CAAC,2BAA2B,CAAC,YAAY,CAAC,gCAAgC,CAAC,UAAU,CAAC,8BAA8B,CAAC,aAAa,CAAC,iCAAiC,CAAC;;;;"}
@@ -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_1kl29 {
11
+ .bottom-sheet__component_h0loo {
12
12
  background-color: var(--bottom-sheet-background-color);
13
13
  }
14
- .bottom-sheet__content_1kl29 {
14
+ .bottom-sheet__content_h0loo {
15
15
  color: var(--bottom-sheet-text-color);
16
16
  }
17
- .bottom-sheet__defaultMarker_1kl29 {
17
+ .bottom-sheet__defaultMarker_h0loo {
18
18
  background-color: var(--bottom-sheet-marker-color);
19
19
  }
20
- .bottom-sheet__hasContent_1kl29 {
20
+ .bottom-sheet__hasContent_h0loo {
21
21
  color: var(--bottom-sheet-text-color);
22
22
  }
@@ -1,6 +1,6 @@
1
1
  import './default.css';
2
2
 
3
- const defaultColors = {"component":"bottom-sheet__component_1kl29","content":"bottom-sheet__content_1kl29","defaultMarker":"bottom-sheet__defaultMarker_1kl29","hasContent":"bottom-sheet__hasContent_1kl29"};
3
+ const defaultColors = {"component":"bottom-sheet__component_h0loo","content":"bottom-sheet__content_h0loo","defaultMarker":"bottom-sheet__defaultMarker_h0loo","hasContent":"bottom-sheet__hasContent_h0loo"};
4
4
 
5
5
  export { defaultColors as default };
6
6
  //# sourceMappingURL=default.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"default.module.css.js","sources":["src/default.module.css"],"sourcesContent":["@import '../../vars/src/index.css';\n@import './vars.css';\n\n.component {\n background-color: var(--bottom-sheet-background-color);\n}\n\n.content {\n color: var(--bottom-sheet-text-color);\n}\n\n.defaultMarker {\n background-color: var(--bottom-sheet-marker-color);\n}\n\n.hasContent {\n color: var(--bottom-sheet-text-color);\n}\n"],"names":[],"mappings":";;AAEgB,sBAAe,CAAC,WAAW,CAAC,+BAA+B,CAAC,SAAS,CAAC,6BAA6B,CAAC,eAAe,CAAC,mCAAmC,CAAC,YAAY,CAAC,gCAAgC,CAAC;;;;"}
1
+ {"version":3,"file":"default.module.css.js","sources":["src/default.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import './vars.css';\n\n.component {\n background-color: var(--bottom-sheet-background-color);\n}\n\n.content {\n color: var(--bottom-sheet-text-color);\n}\n\n.defaultMarker {\n background-color: var(--bottom-sheet-marker-color);\n}\n\n.hasContent {\n color: var(--bottom-sheet-text-color);\n}\n"],"names":[],"mappings":";;AAEgB,sBAAe,CAAC,WAAW,CAAC,+BAA+B,CAAC,SAAS,CAAC,6BAA6B,CAAC,eAAe,CAAC,mCAAmC,CAAC,YAAY,CAAC,gCAAgC,CAAC;;;;"}
package/modern/index.css CHANGED
@@ -45,18 +45,18 @@
45
45
  --bottom-sheet-top-radius: var(--border-radius-16);
46
46
  --bottom-sheet-shadow: none;
47
47
  }
48
- .bottom-sheet__modal_q7jth {
48
+ .bottom-sheet__modal_ghq7f {
49
49
  bottom: var(--gap-0);
50
50
  width: 100%;
51
51
  max-width: 600px;
52
52
  pointer-events: none;
53
53
  touch-action: none;
54
54
  }
55
- .bottom-sheet__modal_q7jth.bottom-sheet__modal_q7jth {
55
+ .bottom-sheet__modal_ghq7f.bottom-sheet__modal_ghq7f {
56
56
  background-color: transparent;
57
57
  position: fixed;
58
58
  }
59
- .bottom-sheet__wrapper_q7jth {
59
+ .bottom-sheet__wrapper_ghq7f {
60
60
  transform: translateY(100%);
61
61
  pointer-events: none;
62
62
  touch-action: none;
@@ -64,13 +64,13 @@
64
64
  border-top-left-radius: var(--bottom-sheet-top-radius);
65
65
  transition: border-radius 0.3s ease;
66
66
  }
67
- .bottom-sheet__outerClassName_q7jth {
67
+ .bottom-sheet__outerClassName_ghq7f {
68
68
  pointer-events: all;
69
69
  }
70
- .bottom-sheet__fullscreen_q7jth {
70
+ .bottom-sheet__fullscreen_ghq7f {
71
71
  border-radius: var(--border-radius-0);
72
72
  }
73
- .bottom-sheet__component_q7jth {
73
+ .bottom-sheet__component_ghq7f {
74
74
  position: relative;
75
75
  display: flex;
76
76
  flex-direction: column;
@@ -79,10 +79,10 @@
79
79
  box-shadow: var(--bottom-sheet-shadow);
80
80
  transform: translate(0, 0);
81
81
  }
82
- .bottom-sheet__withTransition_q7jth {
82
+ .bottom-sheet__withTransition_ghq7f {
83
83
  transition: var(--bottom-sheet-out-transition);
84
84
  }
85
- .bottom-sheet__scrollableContainer_q7jth {
85
+ .bottom-sheet__scrollableContainer_ghq7f {
86
86
  overflow: auto;
87
87
  display: flex;
88
88
  flex-direction: column;
@@ -92,7 +92,7 @@
92
92
  border-radius: inherit;
93
93
  overscroll-behavior: contain;
94
94
  }
95
- .bottom-sheet__marker_q7jth {
95
+ .bottom-sheet__marker_ghq7f {
96
96
  position: fixed;
97
97
  top: var(--gap-4);
98
98
  right: var(--gap-0);
@@ -101,11 +101,11 @@
101
101
  width: 36px;
102
102
  margin: var(--gap-0) auto;
103
103
  }
104
- .bottom-sheet__defaultMarker_q7jth {
104
+ .bottom-sheet__defaultMarker_ghq7f {
105
105
  height: 4px;
106
106
  border-radius: var(--border-radius-20);
107
107
  }
108
- .bottom-sheet__content_q7jth {
108
+ .bottom-sheet__content_ghq7f {
109
109
  position: relative;
110
110
  z-index: 0;
111
111
  display: flex;
@@ -115,108 +115,108 @@
115
115
  background-color: inherit;
116
116
  border-radius: inherit;
117
117
  }
118
- .bottom-sheet__noHeader_q7jth {
118
+ .bottom-sheet__noHeader_ghq7f {
119
119
  padding-top: var(--gap-20);
120
120
  }
121
- .bottom-sheet__noFooter_q7jth {
121
+ .bottom-sheet__noFooter_ghq7f {
122
122
  padding-bottom: var(--gap-20);
123
123
  }
124
- .bottom-sheet__scrollLocked_q7jth {
124
+ .bottom-sheet__scrollLocked_ghq7f {
125
125
  overflow: hidden;
126
126
  }
127
- .bottom-sheet__hiddenScrollbar_q7jth {
127
+ .bottom-sheet__hiddenScrollbar_ghq7f {
128
128
  scrollbar-width: none;
129
129
  }
130
- .bottom-sheet__hiddenScrollbar_q7jth::-webkit-scrollbar {
130
+ .bottom-sheet__hiddenScrollbar_ghq7f::-webkit-scrollbar {
131
131
  width: 0;
132
132
  height: 0;
133
133
  }
134
- .bottom-sheet__disabledPointerEvents_q7jth {
134
+ .bottom-sheet__disabledPointerEvents_ghq7f {
135
135
  pointer-events: none;
136
136
  }
137
- .bottom-sheet__appear_q7jth .bottom-sheet__wrapper_q7jth, .bottom-sheet__enter_q7jth .bottom-sheet__wrapper_q7jth {
137
+ .bottom-sheet__appear_ghq7f .bottom-sheet__wrapper_ghq7f, .bottom-sheet__enter_ghq7f .bottom-sheet__wrapper_ghq7f {
138
138
  transition: none;
139
139
  }
140
- .bottom-sheet__appearActive_q7jth .bottom-sheet__wrapper_q7jth, .bottom-sheet__enterActive_q7jth .bottom-sheet__wrapper_q7jth {
140
+ .bottom-sheet__appearActive_ghq7f .bottom-sheet__wrapper_ghq7f, .bottom-sheet__enterActive_ghq7f .bottom-sheet__wrapper_ghq7f {
141
141
  transition: var(--bottom-sheet-in-transition);
142
142
  transform: translateY(0);
143
143
  }
144
- .bottom-sheet__enterDone_q7jth .bottom-sheet__wrapper_q7jth, .bottom-sheet__appearDone_q7jth .bottom-sheet__wrapper_q7jth {
144
+ .bottom-sheet__enterDone_ghq7f .bottom-sheet__wrapper_ghq7f, .bottom-sheet__appearDone_ghq7f .bottom-sheet__wrapper_ghq7f {
145
145
  transform: translateY(0);
146
146
  }
147
- .bottom-sheet__exit_q7jth .bottom-sheet__wrapper_q7jth {
147
+ .bottom-sheet__exit_ghq7f .bottom-sheet__wrapper_ghq7f {
148
148
  transform: translateY(0);
149
149
  }
150
- .bottom-sheet__exitActive_q7jth .bottom-sheet__wrapper_q7jth {
150
+ .bottom-sheet__exitActive_ghq7f .bottom-sheet__wrapper_ghq7f {
151
151
  transition: var(--bottom-sheet-out-transition);
152
152
  transform: translateY(100%);
153
153
  }
154
- .bottom-sheet__safeAreaBottom_q7jth {
154
+ .bottom-sheet__safeAreaBottom_ghq7f {
155
155
  padding-bottom: var(--sab);
156
156
  }
157
- .bottom-sheet__background-accent_q7jth {
157
+ .bottom-sheet__background-accent_ghq7f {
158
158
  background-color: var(--color-light-bg-accent);
159
159
  }
160
- .bottom-sheet__background-info_q7jth {
160
+ .bottom-sheet__background-info_ghq7f {
161
161
  background-color: var(--color-light-bg-info);
162
162
  }
163
- .bottom-sheet__background-attention-muted_q7jth {
163
+ .bottom-sheet__background-attention-muted_ghq7f {
164
164
  background-color: var(--color-light-bg-attention-muted);
165
165
  }
166
- .bottom-sheet__background-positive-muted_q7jth {
166
+ .bottom-sheet__background-positive-muted_ghq7f {
167
167
  background-color: var(--color-light-bg-positive-muted);
168
168
  }
169
- .bottom-sheet__background-negative-muted_q7jth {
169
+ .bottom-sheet__background-negative-muted_ghq7f {
170
170
  background-color: var(--color-light-bg-negative-muted);
171
171
  }
172
- .bottom-sheet__background-primary_q7jth {
172
+ .bottom-sheet__background-primary_ghq7f {
173
173
  background-color: var(--color-light-bg-primary);
174
174
  }
175
- .bottom-sheet__background-primary-inverted_q7jth {
175
+ .bottom-sheet__background-primary-inverted_ghq7f {
176
176
  background-color: var(--color-light-bg-primary-inverted);
177
177
  }
178
- .bottom-sheet__background-secondary_q7jth {
178
+ .bottom-sheet__background-secondary_ghq7f {
179
179
  background-color: var(--color-light-bg-secondary);
180
180
  }
181
- .bottom-sheet__background-secondary-inverted_q7jth {
181
+ .bottom-sheet__background-secondary-inverted_ghq7f {
182
182
  background-color: var(--color-light-bg-secondary-inverted);
183
183
  }
184
- .bottom-sheet__background-tertiary_q7jth {
184
+ .bottom-sheet__background-tertiary_ghq7f {
185
185
  background-color: var(--color-light-bg-tertiary);
186
186
  }
187
- .bottom-sheet__background-tertiary-inverted_q7jth {
187
+ .bottom-sheet__background-tertiary-inverted_ghq7f {
188
188
  background-color: var(--color-light-bg-tertiary-inverted);
189
189
  }
190
- .bottom-sheet__background-quaternary_q7jth {
190
+ .bottom-sheet__background-quaternary_ghq7f {
191
191
  background-color: var(--color-light-bg-quaternary);
192
192
  }
193
- .bottom-sheet__background-quaternary-inverted_q7jth {
193
+ .bottom-sheet__background-quaternary-inverted_ghq7f {
194
194
  background-color: var(--color-light-bg-quaternary-inverted);
195
195
  }
196
- .bottom-sheet__background-specialbg-component_q7jth {
196
+ .bottom-sheet__background-specialbg-component_ghq7f {
197
197
  background-color: var(--color-light-specialbg-component);
198
198
  }
199
- .bottom-sheet__background-specialbg-component-inverted_q7jth {
199
+ .bottom-sheet__background-specialbg-component-inverted_ghq7f {
200
200
  background-color: var(--color-light-specialbg-component-inverted);
201
201
  }
202
- .bottom-sheet__background-specialbg-primary-grouped_q7jth {
202
+ .bottom-sheet__background-specialbg-primary-grouped_ghq7f {
203
203
  background-color: var(--color-light-specialbg-primary-grouped);
204
204
  }
205
- .bottom-sheet__background-specialbg-secondary-grouped_q7jth {
205
+ .bottom-sheet__background-specialbg-secondary-grouped_ghq7f {
206
206
  background-color: var(--color-light-specialbg-secondary-grouped);
207
207
  }
208
- .bottom-sheet__background-specialbg-tertiary-grouped_q7jth {
208
+ .bottom-sheet__background-specialbg-tertiary-grouped_ghq7f {
209
209
  background-color: var(--color-light-specialbg-tertiary-grouped);
210
210
  }
211
- .bottom-sheet__background-specialbg-secondary-transparent_q7jth {
211
+ .bottom-sheet__background-specialbg-secondary-transparent_ghq7f {
212
212
  background-color: var(--color-light-specialbg-secondary-transparent);
213
213
  }
214
- .bottom-sheet__background-specialbg-secondary-transparent-inverted_q7jth {
214
+ .bottom-sheet__background-specialbg-secondary-transparent-inverted_ghq7f {
215
215
  background-color: var(--color-light-specialbg-secondary-transparent-inverted);
216
216
  }
217
- .bottom-sheet__background-specialbg-tertiary-transparent_q7jth {
217
+ .bottom-sheet__background-specialbg-tertiary-transparent_ghq7f {
218
218
  background-color: var(--color-light-specialbg-tertiary-transparent);
219
219
  }
220
- .bottom-sheet__background-specialbg-tertiary-transparent-inverted_q7jth {
220
+ .bottom-sheet__background-specialbg-tertiary-transparent-inverted_ghq7f {
221
221
  background-color: var(--color-light-specialbg-tertiary-transparent-inverted);
222
222
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"modal":"bottom-sheet__modal_q7jth","wrapper":"bottom-sheet__wrapper_q7jth","outerClassName":"bottom-sheet__outerClassName_q7jth","fullscreen":"bottom-sheet__fullscreen_q7jth","component":"bottom-sheet__component_q7jth","withTransition":"bottom-sheet__withTransition_q7jth","scrollableContainer":"bottom-sheet__scrollableContainer_q7jth","marker":"bottom-sheet__marker_q7jth","defaultMarker":"bottom-sheet__defaultMarker_q7jth","content":"bottom-sheet__content_q7jth","noHeader":"bottom-sheet__noHeader_q7jth","noFooter":"bottom-sheet__noFooter_q7jth","scrollLocked":"bottom-sheet__scrollLocked_q7jth","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_q7jth","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_q7jth","appear":"bottom-sheet__appear_q7jth","enter":"bottom-sheet__enter_q7jth","appearActive":"bottom-sheet__appearActive_q7jth","enterActive":"bottom-sheet__enterActive_q7jth","enterDone":"bottom-sheet__enterDone_q7jth","appearDone":"bottom-sheet__appearDone_q7jth","exit":"bottom-sheet__exit_q7jth","exitActive":"bottom-sheet__exitActive_q7jth","safeAreaBottom":"bottom-sheet__safeAreaBottom_q7jth","background-accent":"bottom-sheet__background-accent_q7jth","background-info":"bottom-sheet__background-info_q7jth","background-attention-muted":"bottom-sheet__background-attention-muted_q7jth","background-positive-muted":"bottom-sheet__background-positive-muted_q7jth","background-negative-muted":"bottom-sheet__background-negative-muted_q7jth","background-primary":"bottom-sheet__background-primary_q7jth","background-primary-inverted":"bottom-sheet__background-primary-inverted_q7jth","background-secondary":"bottom-sheet__background-secondary_q7jth","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_q7jth","background-tertiary":"bottom-sheet__background-tertiary_q7jth","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_q7jth","background-quaternary":"bottom-sheet__background-quaternary_q7jth","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_q7jth","background-specialbg-component":"bottom-sheet__background-specialbg-component_q7jth","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_q7jth","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_q7jth","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_q7jth","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_q7jth","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_q7jth","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_q7jth","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_q7jth","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_q7jth"};
3
+ const styles = {"modal":"bottom-sheet__modal_ghq7f","wrapper":"bottom-sheet__wrapper_ghq7f","outerClassName":"bottom-sheet__outerClassName_ghq7f","fullscreen":"bottom-sheet__fullscreen_ghq7f","component":"bottom-sheet__component_ghq7f","withTransition":"bottom-sheet__withTransition_ghq7f","scrollableContainer":"bottom-sheet__scrollableContainer_ghq7f","marker":"bottom-sheet__marker_ghq7f","defaultMarker":"bottom-sheet__defaultMarker_ghq7f","content":"bottom-sheet__content_ghq7f","noHeader":"bottom-sheet__noHeader_ghq7f","noFooter":"bottom-sheet__noFooter_ghq7f","scrollLocked":"bottom-sheet__scrollLocked_ghq7f","hiddenScrollbar":"bottom-sheet__hiddenScrollbar_ghq7f","disabledPointerEvents":"bottom-sheet__disabledPointerEvents_ghq7f","appear":"bottom-sheet__appear_ghq7f","enter":"bottom-sheet__enter_ghq7f","appearActive":"bottom-sheet__appearActive_ghq7f","enterActive":"bottom-sheet__enterActive_ghq7f","enterDone":"bottom-sheet__enterDone_ghq7f","appearDone":"bottom-sheet__appearDone_ghq7f","exit":"bottom-sheet__exit_ghq7f","exitActive":"bottom-sheet__exitActive_ghq7f","safeAreaBottom":"bottom-sheet__safeAreaBottom_ghq7f","background-accent":"bottom-sheet__background-accent_ghq7f","background-info":"bottom-sheet__background-info_ghq7f","background-attention-muted":"bottom-sheet__background-attention-muted_ghq7f","background-positive-muted":"bottom-sheet__background-positive-muted_ghq7f","background-negative-muted":"bottom-sheet__background-negative-muted_ghq7f","background-primary":"bottom-sheet__background-primary_ghq7f","background-primary-inverted":"bottom-sheet__background-primary-inverted_ghq7f","background-secondary":"bottom-sheet__background-secondary_ghq7f","background-secondary-inverted":"bottom-sheet__background-secondary-inverted_ghq7f","background-tertiary":"bottom-sheet__background-tertiary_ghq7f","background-tertiary-inverted":"bottom-sheet__background-tertiary-inverted_ghq7f","background-quaternary":"bottom-sheet__background-quaternary_ghq7f","background-quaternary-inverted":"bottom-sheet__background-quaternary-inverted_ghq7f","background-specialbg-component":"bottom-sheet__background-specialbg-component_ghq7f","background-specialbg-component-inverted":"bottom-sheet__background-specialbg-component-inverted_ghq7f","background-specialbg-primary-grouped":"bottom-sheet__background-specialbg-primary-grouped_ghq7f","background-specialbg-secondary-grouped":"bottom-sheet__background-specialbg-secondary-grouped_ghq7f","background-specialbg-tertiary-grouped":"bottom-sheet__background-specialbg-tertiary-grouped_ghq7f","background-specialbg-secondary-transparent":"bottom-sheet__background-specialbg-secondary-transparent_ghq7f","background-specialbg-secondary-transparent-inverted":"bottom-sheet__background-specialbg-secondary-transparent-inverted_ghq7f","background-specialbg-tertiary-transparent":"bottom-sheet__background-specialbg-tertiary-transparent_ghq7f","background-specialbg-tertiary-transparent-inverted":"bottom-sheet__background-specialbg-tertiary-transparent-inverted_ghq7f"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -8,15 +8,15 @@
8
8
  --bottom-sheet-marker-color-inverted: var(--color-light-neutral-translucent-300-inverted);
9
9
  --bottom-sheet-text-color-inverted: var(--color-light-text-primary-inverted);
10
10
  }
11
- .bottom-sheet__component_1x0qa {
11
+ .bottom-sheet__component_p6p7m {
12
12
  background-color: var(--bottom-sheet-background-color-inverted);
13
13
  }
14
- .bottom-sheet__content_1x0qa {
14
+ .bottom-sheet__content_p6p7m {
15
15
  color: var(--bottom-sheet-text-color-inverted);
16
16
  }
17
- .bottom-sheet__defaultMarker_1x0qa {
17
+ .bottom-sheet__defaultMarker_p6p7m {
18
18
  background-color: var(--bottom-sheet-marker-color-inverted);
19
19
  }
20
- .bottom-sheet__hasContent_1x0qa {
20
+ .bottom-sheet__hasContent_p6p7m {
21
21
  color: var(--bottom-sheet-text-color-inverted);
22
22
  }
@@ -1,6 +1,6 @@
1
1
  import './inverted.css';
2
2
 
3
- const invertedColors = {"component":"bottom-sheet__component_1x0qa","content":"bottom-sheet__content_1x0qa","defaultMarker":"bottom-sheet__defaultMarker_1x0qa","hasContent":"bottom-sheet__hasContent_1x0qa"};
3
+ const invertedColors = {"component":"bottom-sheet__component_p6p7m","content":"bottom-sheet__content_p6p7m","defaultMarker":"bottom-sheet__defaultMarker_p6p7m","hasContent":"bottom-sheet__hasContent_p6p7m"};
4
4
 
5
5
  export { invertedColors as default };
6
6
  //# sourceMappingURL=inverted.module.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"inverted.module.css.js","sources":["src/inverted.module.css"],"sourcesContent":["@import '../../vars/src/index.css';\n@import './vars.css';\n\n.component {\n background-color: var(--bottom-sheet-background-color-inverted);\n}\n\n.content {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.defaultMarker {\n background-color: var(--bottom-sheet-marker-color-inverted);\n}\n\n.hasContent {\n color: var(--bottom-sheet-text-color-inverted);\n}\n"],"names":[],"mappings":";;AAEgB,uBAAe,CAAC,WAAW,CAAC,+BAA+B,CAAC,SAAS,CAAC,6BAA6B,CAAC,eAAe,CAAC,mCAAmC,CAAC,YAAY,CAAC,gCAAgC,CAAC;;;;"}
1
+ {"version":3,"file":"inverted.module.css.js","sources":["src/inverted.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n@import './vars.css';\n\n.component {\n background-color: var(--bottom-sheet-background-color-inverted);\n}\n\n.content {\n color: var(--bottom-sheet-text-color-inverted);\n}\n\n.defaultMarker {\n background-color: var(--bottom-sheet-marker-color-inverted);\n}\n\n.hasContent {\n color: var(--bottom-sheet-text-color-inverted);\n}\n"],"names":[],"mappings":";;AAEgB,uBAAe,CAAC,WAAW,CAAC,+BAA+B,CAAC,SAAS,CAAC,6BAA6B,CAAC,eAAe,CAAC,mCAAmC,CAAC,YAAY,CAAC,gCAAgC,CAAC;;;;"}
@@ -49,9 +49,11 @@
49
49
 
50
50
  line-height: 28px;
51
51
 
52
- font-weight: 600;
52
+ font-weight: 500;
53
53
 
54
- font-family: var(--font-family-system);
54
+ letter-spacing: -0.15px;
55
+
56
+ font-family: var(--font-family-alfasans);
55
57
  }
56
58
 
57
59
  .titleCenter {
@@ -77,5 +79,7 @@
77
79
 
78
80
  font-weight: 400;
79
81
 
80
- font-family: var(--font-family-system);
82
+ letter-spacing: -0.08px;
83
+
84
+ font-family: var(--font-family-alfasans);
81
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-bottom-sheet",
3
- "version": "8.1.7",
3
+ "version": "8.1.8-alfasans",
4
4
  "description": "Bottom sheet mobile component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -13,11 +13,11 @@
13
13
  "build": "rollup -c ../../tools/rollup/rollup.config.mjs --silent"
14
14
  },
15
15
  "dependencies": {
16
- "@alfalab/core-components-backdrop": "^5.0.2",
17
- "@alfalab/core-components-base-modal": "^7.1.5",
18
- "@alfalab/core-components-navigation-bar-private": "^2.0.8",
19
- "@alfalab/core-components-shared": "^2.2.0",
20
- "@alfalab/core-components-types": "^2.0.1",
16
+ "@alfalab/core-components-backdrop": "5.0.2-alfasans",
17
+ "@alfalab/core-components-base-modal": "7.1.5-alfasans",
18
+ "@alfalab/core-components-navigation-bar-private": "2.0.9-alfasans",
19
+ "@alfalab/core-components-shared": "2.2.0-alfasans",
20
+ "@alfalab/core-components-types": "2.0.1-alfasans",
21
21
  "classnames": "^2.5.1",
22
22
  "react-div-100vh": "^0.7.0",
23
23
  "react-merge-refs": "^1.1.0",
@@ -34,6 +34,6 @@
34
34
  "access": "public",
35
35
  "directory": "dist"
36
36
  },
37
- "themesVersion": "15.1.0",
38
- "varsVersion": "11.0.2"
37
+ "themesVersion": "15.1.0-alfasans",
38
+ "varsVersion": "11.1.0-alfasans"
39
39
  }
@@ -1,4 +1,4 @@
1
- @import '../../../../vars/src/index.css';
1
+ @import '@alfalab/core-components-vars/src/index.css';
2
2
  @import '../../vars.css';
3
3
 
4
4
  .highlighted {
@@ -1,4 +1,4 @@
1
- @import '../../../../vars/src/index.css';
1
+ @import '@alfalab/core-components-vars/src/index.css';
2
2
  @import '../../vars.css';
3
3
 
4
4
  .highlighted {
@@ -1,4 +1,4 @@
1
- @import '../../../../vars/src/index.css';
1
+ @import '@alfalab/core-components-vars/src/index.css';
2
2
  @import '../../vars.css';
3
3
 
4
4
  .title {